• Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Masking only on shapefile geometry in cartopy

    @lucasfagu, here's the question I would use on Google: https://www.google.com/search?q=How+to+check+if+a+given+point+lies+inside+or+outside+a+polygon%3F
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Masking only on shapefile geometry in cartopy

    I interpolated temperature data observed on an urban area formed by 12 locations. Now i would like to remove all interpolated values that are outside the shapefile layer. How can …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Pretty printing code on mobile

    You would think I'd do that but then I would not have the everyperson experience. So as a moderator I have to see what others see with a spare account …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Dani in Pretty printing code on mobile

    What about now that T-mobile and Sprint are merging? From my understanding, the T-mobile CEO will be stepping down after the merger.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Pretty printing code on mobile

    Just checked out daniweb.com on my Moto smartphone which BTW has Chrome as it's default browser. DW came up just fine and thank you for pushing the big advert off …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Pretty printing code on mobile

    I feel I should share that for my brother who runs an insurance business that telling staff, users and who else to try Chrome has resulted in thank you's as …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Pretty printing code on mobile

    Thanks Dani for the rundown of Chrome on the iPad. Here it's been a hit since my brother wanted a workaround to some sites which are mostly about insurance that …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Pretty printing code on mobile

    Before anyone files a bug report, we are no longer pretty printing (using javascript to add line numbers & color coding) code snippets when on mobile browsers for performance reasons. …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to JamesCherrill in Pretty printing code on mobile

    iPads now run iPadOS, not iPhone IOS. As you may guess it's optimised for the tablet screen sizes. According to Apple the iPad Pro series run desktop Safari. I use …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Help about data science

    My son is almost on that educational road. He finished his 4 year, now back in school for the masters in a more technical area. Loads of math and programming …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Help about data science

    I am highly interested to be a **Data Scientist.** so,whats your suggestion ? How can I go ahed
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to cavaliya in Linux-based open source software for university scheduling/administration

    A Linux-based system is a modular Unix-like operating system, deriving much of its basic design from principles established in Unix during the 1970s and 1980s. Such a system uses a …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Ongoing Wi-Fi Frustration

    No wi-fi frustration here. Since it's our network we deploy what is needed and more. If you are frustrated why not deal with it with a better network?
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Ongoing Wi-Fi Frustration

    Frustration might be one of the common problem that we experience. There might be one thing that we have limited control over access to our network. Secondly, networking problems includes …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Coffee_ in Bus Ticketing System help

    At the end of the subs you are overriding the conditional test. The buttons are going to be yellow no matter what. **Not even sure this is what you are …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Bus Ticketing System help

    Your post is as friendly as some bus drivers. You pull up, dump, and drive off without a word.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Bus Ticketing System help

    Public Class Form1 Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click 'TextBox1.Text = Token() If Button1.Enabled = True Then Label1.Text = Label1.Text + " A1 " If Button1.BackColor …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to JamesCherrill in Need help with game of life programming assignment c++

    > In your case you may wish to start with an array, fill it with the starting data or states then code to follow those rules and iterate (loop) over …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Need Help with the Syntax using stdlin Python

    That's fuzzy as a picture. Try again but post as code.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Need Help with the Syntax using stdlin Python

    Hey there, so i'm trying to answer this question but i'm hitting a snag. i'm not familiar with the environment so it's very difficult to understand the syntax. I would …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Randy26 in Writing program codes in visual basic 2010

    Identify if the following variable names and declarations are valid or invalid in writing program code visual basic 2010 1. intStud_no 2. Total weight 3. First name= Tin" 4. dblTotal …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Writing program codes in visual basic 2010

    Incredibly dated. I can't find VB 2010 for sale. How would anyone test this? Why isn't the Community Version you can get for free not an option here?
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Writing program codes in visual basic 2010

    Identify if the following variable names and declarations are valid or invalid in writing program code visual basic 2010 1. intStud_no 2. Total weight 3. First name= Tin" 4. dblTotal …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in C++ Assignment and I am stuck

    How about changing line 19 to test for not equal -1 (your exit condition)? And drop line 27 since you will loop around to line 21 for another input. While …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching C++ Assignment and I am stuck

    Write a Program that asks the user to input a positive integer. If the user inputs a negative number, program should output "ERROR" and ask for /the user's input again. …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Reverend Jim in Trump

    Day two of the hearings and I almost forgot to break this out. ![Dump_on_Trump.jpg](/attachments/large/3/ce5a6974eeae65947268852a66ad3f36.jpg) Unfortunately, like everything else with Trump's name on it, it is of low quality. Nothing sticks …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Stuck on sliding puzzle assignment in c++

    This sounds simarly to the old 15 puzzle game noted at https://rosettacode.org/wiki/15_Puzzle_Game with a few twists.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Stuck on sliding puzzle assignment in c++

    Hello, I am stuck on where to go with this assignment for checking if the sliding puzzle is solved right or wrong. I will include the context of the assignment …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Need help with game of life programming assignment c++

    So that's one well worn code base. I mean if I look at https://rosettacode.org/wiki/Conway%27s_Game_of_Life I see over 100 implementations in 99 languages. In your case you may wish to start …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Need help with game of life programming assignment c++

    Hello, I am stuck on how to exactly do this problem if anyone could offer me any help with either a worked out solution or just some pseudocode that would …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Reset button to change booked seats to available seats in VB

    I'm going to guess you are new to VB. I see at line 38 the usual End Sub but can't find the beginning of said routine. You are also seem …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Reset button to change booked seats to available seats in VB

    That's all well and good but you left out what line is giving you an issue.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Reset button to change booked seats to available seats in VB

    As to the code, that would be the same code that you wrote to initialize the database. Maybe you need to share your code and point out where you are …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Dani in Web designer newbie

    To rproffitt's point, are you interested in being a web designer or a web developer? (Although I think he may be a little incorrect in terms of the function of …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Reset button to change booked seats to available seats in VB

    Since I can't find a design specification, only you can decide what those buttons do. Now to help move things along some observations and comments. 1. I can't find a …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Reset button to change booked seats to available seats in VB

    Hello. I'm currently preparing a seating system in VB. May i know how can I change the booked seats into available by clicking "Reset" button? My database consists of "Booking" …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in NEED HELP- creating a simple script!

    Just a tip from my years working with accounting software. Skip storing your $3.50 as floating point and move to your lowest non-divisable unit or the penny. Then all display …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching NEED HELP- creating a simple script!

    ***** I created the format: def main(): pennies=int(input("Enter pennies:")) nickels = int(input("Enter nickels:")) dimes = int(input("Enter dimes:")) quarters = int(input("Enter quarters:")) print("You entered:") print("\tPennies:" , pennies) print("\tNickels:" , nickels) print("\tDimes:" …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Web designer newbie

    The last web designer I worked with could and did for a project setup a Tomcat server, write the code for the backend for vehicle GPS tracking and then the …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Web designer newbie

    Hi everyone. My story is simple: I am looking for ways to be a web designer. For now, I started learning Figma and Photoshop. Do you think that with these …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in The basic causes of Data Loss in Windows

    So the old maxim that "we only lose what we don't backup" is still true? I'm running into newer users of PCs, Apple, smart phones and more that feel this …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching The basic causes of Data Loss in Windows

    There can various actions that take us to the cause of Data Loss, **Intentional Action** *Intentional deletion of a file or program* **Unintentional Action** *Accidental deletion of a file or …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in make website fullscreen without horizontal scrollbar in browser

    Your code is fuzzy and unreadable so I can't tell if you used the idea from https://www.w3schools.com/howto/howto_css_hide_scrollbars.asp
  • Member Avatar for rproffitt
    rproffitt

    Began Watching make website fullscreen without horizontal scrollbar in browser

    hi there i'm trying to build a responsive full screen website based on prestashop 1.7 but i have an issue from long time that i have tried to solve but …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Access Databases

    It appears you do this lock in code. Examples are out there so here's the google that notes how to lock items. https://www.google.com/search?q=How+to+lock+Access+2010+record+after+it+has+been+saved
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Access Databases

    I looking to create a database form for people to create receipts to issue to customers but I need to be able to lock the record so that it can't …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Trump

    Recent events had me think of Franz Kafka. Specifically of changes to bureaucracy and legal actions to make it more challenging than necessary. For a quick re-introduction to what Kafkaesque …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Mark_k in Codeigniter Transactions

    Just to throw a stick in the spokes of this thread: Alternatively to using transactions, why not delegate the not-so-important updates to a job queue? Member's post count and tags …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Codeigniter Transactions

    I was tooling around the webs today and an article codified a thought I had about your predicament. So what was the thought? I wonder if your SQL updates are …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to JamesCherrill in What is Wrong With My Code and What Does This Error Mean?

    A `char` is a one-byte integer value, used ti hold the ASCII value of a single character. A string literal (enclosed in double quotes) is equivalent to an array of …

The End.