• Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Assembly Language Irvine32.inc

    Frankly, this omits all the other details needed to craft said routines in assembly. The target system is unspecified and one might divine it's for some pre-EUFI 80x86 machine but …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Assembly Language Irvine32.inc

    Write a program that counts the number of the given character in a user given string. The program must have a procedure called 'HowMany ' that will expect ECX hold …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to jwenting in How to make instagram bot in 2022

    Most people who have instagram accounts are bots, whether they're computer programs or brainless humans. Just contact them and pay them to follow you.
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to jwenting in What is Full Stack Development? What are the skills in Full Stack

    It means someone who can do everything, frontend, backend, server administration, database administration, security, graphics design, everything. And don't expect to get away with being good at one thing on …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Reading Data from MYSQL using Linux C

    Thanks for clarification. Before we can proceed, there is no builtin API to C to get at MySQL directly so the First Order Of Business would be to find a …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in 9 Digital Marketing Secrets For Businesses in 2023

    Those don't sound like secrets!
  • Member Avatar for rproffitt
    rproffitt

    Began Watching 9 Digital Marketing Secrets For Businesses in 2023

    As only one and half months to go for New Year 2023, everywhere the excitements are very high. The preparations for the upcoming 2023 are in full swing including government, …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in What is Full Stack Development? What are the skills in Full Stack

    Which brings me to the following saying. > Jack of all trades, master of none. Another problem is there is NO ACCEPTED DEFINITION of Full-Stack because the stack changes from …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching What is Full Stack Development? What are the skills in Full Stack

    Full-stack technology refers to the entire depth of a computer system application, and full-stack web developers are those who are capable of developing both the front end and the back …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Reading Data from MYSQL using Linux C

    So much left unspecified. Did you want to use MySQL from a C app? What's wrong with mysql_store_result?
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Reading Data from MYSQL using Linux C

    What is best way to get one row from a mysql table (with many columns) so I can use several several fields from that row for calculations in a C …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in CS Project Pension Date Calculator

    Show the code. Maybe your code is reading a string and while we could attempt string to integer why not input the number? I'm reading the tutorial at https://www.javatpoint.com/how-to-get-input-from-user-in-java and …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching CS Project Pension Date Calculator

    I'm working on a class project where I am supposed to determine how long it will take for someone to be fully vested in their pension. I have to take …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Where will Twitter be in a few months?

    I have deep doubt that the changes were for "change in revenue model". At first I did some hope as Elon did speak about how WeChat had a pay with …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Where will Twitter be in a few months?

    This just in: "CBS NEWS SUSPENDS TWEETS COMPANY-WIDE ... Amid Twitter Uncertainty"
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Stefce in help with if/else

    Try like this if($expiry==0) { echo "We're sorry but your contract has expired. Contact us immediately at propzmgmt@gmail.com"; } elseif($expiry >= 1) { header("location:sysnav.html"); } And format the SQL correctly …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Where will Twitter be in a few months?

    There was a glimmer of hope for Twitter in one lone Musk interview where a plan was told about adding a payment system similar to WeChat. For a moment I …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Which the most litecoin purse?

    Some told me FTX. I delayed and missed the ride. More at https://www.investopedia.com/ftx-exchange-5200842
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Which the most litecoin purse?

    Which is this superior litecoin account Copay or buxtank.com ?
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in construct Truth Table and to find whether it is a Tautology or Contradictio

    I'm reading https://pypi.org/project/truth-table-generator/ and it seems to be a trivial exercise today. The code examples there are small and easy to copy, paste into your app.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Where will Twitter be in a few months?

    It's Friday. And Twitter employees are having trouble finding who their supervisor is since so many have resigned. From NYTIMES: > Employees were also having difficulties figuring out who was …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Where will Twitter be in a few months?

    Let's dig into the financing a little. https://www.rfi.fr/en/business-and-tech/20221028-loans-investments-and-piles-of-his-own-cash-how-musk-financed-twitter-takeover for those that like more detail. So Musk put up a little more than 15 billion USD and the rest is debt …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Stefce in Why do you post on DaniWeb?

    WOW @Dani made the notification feature faster than Elon ruined twitter :D Great job @dani :D
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Reverend Jim in Where will Twitter be in a few months?

    >freedom of speech, but not freedom of reach You can't have one without the other. In any case, freedom of speech is not what you think it is. It just …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Stefce in Where will Twitter be in a few months?

    @rproffitt > So now it's filling with porn, Nazis and Qbots. He just tweeted that the new tweeter policy will be freedom of speech, but not freedom of reach. Negative/Hate …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Where will Twitter be in a few months?

    I checked on a Tweet and WOW, Twitter now has a lot of X-RATED material. I never saw that before on Twitter. I didn't go looking for it, it arrived …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Debugging and Breakpoint not working for Angular in VS Code

    I've used Visual Studio since about 1995. I took a look at VS Code and it fell short of the full Visio Studio so let's say you're right. Next stop …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Where will Twitter be in a few months?

    Today the news is all access cards were disabled because Elon is afraid of sabotage to the servers. Paranoia is part of dictatorships. -> At first I thought there was …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to gce517 in What sort of scam could this be? Looks like money mule or laundering.

    Well, they are hitting all the right notes: "discreetly (sic)" "60-40%" (better than 1%) "legally obtained" "banking details" "my number" "keep this private" "legitimate fund" "transferred legitimately" Looks legit
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Where will Twitter be in a few months?

    "it was never profitable" tells me it needs to go where such companies go when that happens. But the founders and more did make millions so maybe the goal of …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Reverend Jim in Where will Twitter be in a few months?

    In other words, if it ain't broke, don't fix it. Then I recall the quote from Dr. McCoy in the first Star Trek movie. "You know engineers. They just love …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Debugging and Breakpoint not working for Angular in VS Code

    It could be you need the full Visual Studio and not the free VS Code. Visual Studio Code is an open source, free code editor that can be used with …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Debugging and Breakpoint not working for Angular in VS Code

    I have an Angular application that I am trying to debug in VS Code. When I write code in a particular typescript file and put a breakpoint on a method …
  • Member Avatar for rproffitt
    rproffitt

    Edited What sort of scam could this be? Looks like money mule or laundering.

    Or just phishing. Here's the message I received from another Daniweb member. I redacted their name: > It is my pleasure to contact you discreetly as to discuss a mutually …
  • Member Avatar for rproffitt
    rproffitt

    Created What sort of scam could this be? Looks like money mule or laundering.

    Or just phishing. Here's the message I received from another Daniweb member. I redacted their name: > It is my pleasure to contact you discreetly as to discuss a mutually …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching What sort of scam could this be? Looks like money mule or laundering.

    Or just phishing. Here's the message I received from another Daniweb member. I redacted their name: > It is my pleasure to contact you discreetly as to discuss a mutually …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How to make instagram bot in 2022

    Since it's your app you get to design it from the ground up. There's not enough here for me to do this for you but I did give you the …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Where will Twitter be in a few months?

    I'm reminded of the question put to Warren Buffett which was "How does one manage a conglomerate?" The question was how Warren was able to manage companies with such a …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How to make instagram bot in 2022

    The problem is that many ask for step by step often meant they want others to write it for them. My step by step would be to think how such …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching How to make instagram bot in 2022

    will you kindly tell me how to make Instagram bots, Instagram bot followers? What is the step-by-step approach of it with programming? I want to make it by myself.
  • Member Avatar for rproffitt
    rproffitt

    Created Where will Twitter be in a few months?

    There's a list of advertisers that put ads on hold. But given the talent bleed, can it survive both problems of ad revenue and talent bleed? It really doesn't matter …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Where will Twitter be in a few months?

    There's a list of advertisers that put ads on hold. But given the talent bleed, can it survive both problems of ad revenue and talent bleed? It really doesn't matter …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Dani in Why is Social Media So Important Anyway?

    > The recent debacle at Twitter is not COVID related. It's Elon and soon after the purchase I immediately wondered if car makers would advertise on the Twitter platform. This …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Why is Social Media So Important Anyway?

    The recent debacle at Twitter is not COVID related. It's Elon and soon after the purchase I immediately wondered if car makers would advertise on the Twitter platform. This was …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Wifi proble in windows 10

    Small world. We had two of those models at the insurance office and one of them the WiFi module failed. So at this point it's either: 1. Drivers. I doubt …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Wifi proble in windows 10

    Hi, Recently i install windows 10 in my HP Laptop ProBook4540s.In my HP Laptop wi-fi is not working after installing windows 11 or in wi-fi option airplane mode is showing. …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in encrypt by Python

    I'm reading https://www.tutorialspoint.com/cryptography_with_python/cryptography_with_python_quick_guide.htm and it does seem like it's easy to implement.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching encrypt by Python

    encrypt
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Why is Social Media So Important Anyway?

    Elon Musk did impact social media marketing in a huge way. And the story isn't over as the list of those that market on Twitter haven't come back. As to …

The End.