• Member Avatar for rproffitt
    rproffitt

    Replied To a Post in multiple selection in C++

    I shared the gist of how we did this since about 1972 (when C came out.) What's stopping you now?
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in multiple selection in C++

    Is this in raw native c++? No GUI or extra libraries? Maybe the old print a numbered list and you accept input in a string then parse to see what …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching multiple selection in C++

    How can I write in C++ a code in which a user select multiple similar names from a list of names.
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Reverend Jim in How can you make your information credible?

    >we could be living in a simulation for all we know Remember Occam's razor. Introduce as few assumptions as necessary. If you are going to raise the possibility of a …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Canadian and US postal code Java

    For this I just look it up: 1. Canadian https://howtodoinjava.com/java/regex/canada-postal-code-validation/ 2. US: https://howtodoinjava.com/java/regex/us-postal-zip-code-validation/
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Canadian and US postal code Java

    hello, I am currently struggling so bad in understanding Java and how to implement the codes. I have to implement two subclasses for Canadian and US postal code in Java. …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Suggestions on building an AI?

    All good but many games, especially online ones specifically call out bots as a way to get banned. The video appears to use content from such games and hence my …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Suggestions on building an AI?

    I'm learning AI techniques by building a bot to play a video game. I'm documenting my process as I go. Any advice on topics I should research? Thanks! https://www.youtube.com/watch?v=1gSMtfPpJC0 ![1gSMtfPpJC0-HD.jpg](https://static.daniweb.com/attachments/4/39f13b12765ea54bd1b2a349e713eeaa.jpg)
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to VatooVatoo in Remove whitespace from file

    You can use something like this: while ((c = getc(fp)) != EOF) if(c == 32) ....
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Biden stagflation' is coming

    Incredible. ![whovotedno.png](https://static.daniweb.com/attachments/1/b15529246fceb2fcb4a3bd9d6e7d78a8.png)
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Reverend Jim in Biden stagflation' is coming

    Two responses is probably more than the OP deserves. In any case I suspect the motive for making the OP is... ![Trump_Trolls.jpg](https://static.daniweb.com/attachments/3/e419436ca6152cbb5870ed69304a826e.jpg)
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Hi everyone, I'm codesparrk

    I must write that if your company which I did look at doesn't have the answer, how are you staying in business? Or is this just spam?
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Hi everyone, I'm codesparrk

    What is the best way to implement website that uses php for backend?
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How to make an Iphone App?

    Strange you would mention iOS. It's been over a decade since we evaluated using iPhone or Android for an app to configure our product which is a niche to say …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching How to make an Iphone App?

    We examine the steps involved in developing an iPhone app and their efficiencies. With the help of our blog, you may identify important developer requirements, pick the best programming language, …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How can you make your information credible?

    Or you could circle it with a big sharpie?
  • Member Avatar for rproffitt
    rproffitt

    Began Watching How can you make your information credible?

    The information we provide in our content must be trustworthy because it is the most crucial component of both traditional and digital marketing. It's utterly important to provide real information …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Biden stagflation' is coming

    Sorry but no. The GOP has taken a weird turn to automatically vote against measures in almost all cases and move to strip us of our rights. Another example was …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Biden stagflation' is coming

    The White House continues to insist that inflation will soon subside and that the U.S. will return to its pre-coronavirus prosperity. But the Biden administration's regulatory agenda actually ensures that …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Remove whitespace from file

    For inspiration see the 111 (one hundred and eleven) or more solutions at https://rosettacode.org/wiki/Strip_whitespace_from_a_string/Top_and_tail
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Remove whitespace from file

    I have pasted my cpp code below, my goal is removing the whitespace from my .txt file. Is someone able to provide suggestions and help me figure this out? #include …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in If i want to create a movie website then....

    Sounds like that's plenty to make such a site.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching If i want to create a movie website then....

    What are the programming languages needed to learn to create a movie website? The movie website should also be capable to upload new movies. I have included php, javascript, and …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in What books would you recommend for people new to Redis?

    My bookshelf is small now. About 2010 I moved from Boston area to here and it was my impetus to cull the library. While there's about 4 more books such …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in What books would you recommend for people new to Redis?

    With a steep decline in the use of books, today I read about "[Chuck Finley](https://www.huffpost.com/entry/librarian-rebellion-chuck-finley_n_586ff320e4b02b5f8588c1b6)" and how the people behind this scheme tried to save library books from being burned …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching What books would you recommend for people new to Redis?

    I’m working on a blog post about this topic. I’d love to hear your suggestions! * What book(s) should someone read to come up to speed? * Why do you …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Tech has failed us (a rant)

    Found the meme for Jim! https://imgur.com/gallery/W6VoXSe ![d4.jpeg](https://static.daniweb.com/attachments/1/67b41527320b6a24cdd74fbe247ce773.jpeg)
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in have anyone went through this Q before?..

    Must be some black box homework assignment. I used 74xx and 74xxx parts decades ago and remember this to be a 3 to 8 decoder. https://www.ti.com/lit/ds/symlink/sn54ls138-sp.pdf shows this and the …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching have anyone went through this Q before?..

    Using the test board, one 74138 Decoder chip and two 7404 Inverter chips, connect the circuit shown in Fig-3. The inputs A0, A1, A2 & E must be connected to …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Reverend Jim in Tech has failed us (a rant)

    Here in Winnipeg it can get mighty cold. In the winter (before retiring) I had a timer in the garage to turn on my car block-heater two hours before going …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Tech has failed us (a rant)

    My brother and I installed Solar power systems recently so things that you would never imagined to have BlueTooth (BT) or WiFi now connects to our network and web so …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in What programming languages should I learn to develop a social media

    As I have worked on projects that used JavaScript (JS) it has always amazed me how poorly the equality == operator works. For reference read https://algassert.com/visualization/2014/03/27/Better-JS-Equality-Table.html which tries to say …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in What programming languages should I learn to develop a social media

    I took a quick look at Humhub which is Open Source and uses the following languages: > PHP 90.7% JavaScript 7.1% Less 1.2% CSS 0.9% HTML 0.1% Batchfile 0.0% Looks …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching What programming languages should I learn to develop a social media

    I want to develop a social media website. So can anyone tell me the what are the programming languages needed for it? I have already included php, javascript and html. …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to JamesCherrill in Tech has failed us (a rant)

    Me too. Over 20 devices connected to the wifi, many with no keyboard and tortuous setup procedures (not just printer and tv, but dishwasher, oven, Tesla charger etc). No way …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Tech has failed us (a rant)

    I cheated last time. I kept my old WiFi SSID and password on the new router to avoid setting up all the smart stuff.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Tech has failed us (a rant)

    In the last two weeks I renewed my cable package (TV/internet/phone) and in the process got upgraded to a new, faster modem. Three months ago I bought a new ChromeCast …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Hotel booking website

    This looks to be "well done." I'm looking at https://github.com/topics/venues with over 25 Github projects ready for you to review and pick out to move forward with. Why create this …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Hotel booking website

    Hi ppl I want to known about the availability check of hall booking I'm developing a website which is based on the venue booking system but i want to add …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Show Images on a website fast

    While I use Google drive for images, the images are all far too large (pixel count, x by y size) to be what I'd use on a web site. My …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Show Images on a website fast

    I am using google drive to upload manually the images there and with sharing link to display them on my website. But it makes troubles sometimes the images doesn't load …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How to find a Bottom of Funnel Keywords to my Blog?

    Is this yours? > Dec 28, 2021 — A cloned application gives the original developer full access to edit and customise the applications according to their requirement I'm now retired …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching How to find a Bottom of Funnel Keywords to my Blog?

    I have a blog named "Clone App Or Custom App Development: Which One Is Best?" I need to find the bottom-of-funnel keywords for this blog. Kindly provide any suggestions on …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in trying to re-establish xampp

    There's so much missing here that any guess will be a guess. I know that we don't want to use Windows 7 for such because reasons (too many to list) …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching trying to re-establish xampp

    > Hi, a little help please, I'm running window7 and trying to re-establish xampp. I had a working version but in trying to run PDO found that I needed to …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How do you get snip on windows to show preview?

    This may be version dependent. For me on Windows 10 (current version) the function works but the small window appears top-center of the screen. However I have heard reports that …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching How do you get snip on windows to show preview?

    like when press window + shift + s together and capture a screenshot. Then a window is suppose to show up on the right. But it's no longer there? How …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Function to generate a random number in a random range

    I'm sure you can find the random function and more but it appears you want to scale and offset the result. Given the return from the common random function is …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Function to generate a random number in a random range

    Can someone please give me tips on how to accomplish generating a random number within a random range. See 'roll_dice' #include <iostream> #include <limits> #include <ctime> #include <iomanip> #include <cstdlib> …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Dani in Hi everyone! I'm random_chat

    I think that website copied my color scheme LOL.

The End.