• Member Avatar for rproffitt
    rproffitt

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

    @enock, welcome as well. The OP has one hard to decipher welcome post so even I would like to see a little more.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Hi everyone, I'm Celestino

    > ggg #@gmail.com
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in floating exception (core dumped) - (division by zero)

    I took a moment to see if your code was your code and it's not. It's an assignment or homework. Example: https://www.chegg.com/homework-help/questions-and-answers/code-help-please-make-code-works-better-would-like-change-preval-f-variable-call-function--q94730241 I didn't call you out on this but …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in floating exception (core dumped) - (division by zero)

    I have to ask. 1. Why isn't a good idea to test for a possible divide by zero before performing the math? 2. Why isn't using the fault handling a …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in phpmydirectory problems logging in

    I'd use https://www.phpmydirectory.com/support.html because, that's their answer for support.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching phpmydirectory problems logging in

    I am using phpmydirectory and am having problems logging in. We had a power outage yesterday and this morning i cannot access my Control Panel. I am just getting teh …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in standard app for PDF continuously taken over by Edge.

    It appears there is no association for .PDF so Windows will use Edge. From the web, and it looks correct (I use a different viewer/editor): "C:\>assoc .pdf .pdf=AcroExch.Document" https://answers.microsoft.com/en-us/windows/forum/all/assoc-command-has-no-effect-for-pdf-extension/3456b282-3eac-46dd-a5e2-8f3d7b965439 notes …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in floating exception (core dumped) - (division by zero)

    You seem to be using the Comment feature instead of replying. Look at the bottom of this page and see/use "Reply to this Topic"
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in floating exception (core dumped) - (division by zero)

    Wait, what? > When you understand a problem, dont comment
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in floating exception (core dumped) - (division by zero)

    Actually I do need to know the compiler and environment so I can see if we can handle the FPE exception. I double checked the link and it looks spot …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Vehicle license in Canada

    @jephito. When the questions are unclear you can't answer it. Also, you didn't answer it.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in floating exception (core dumped) - (division by zero)

    So much omitted by you here. The compiler and environment is unknown but still there are known ways to handle divide by zero in C. Read http://technopark02.blogspot.com/2005/10/handling-sigfpe.html for example. As …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching floating exception (core dumped) - (division by zero)

    Hello, I am new in C programming, I am writing a function to evaluate a prefix arithmetic expression. I know my code works well but it seems the message floating …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in RE: Code added to popular NPM package wiped files in Russia and Belarus

    @J At the very least the trust in this author is lost. And such actions are fodder for the anti-open source pundits to write "see, we told you it's not …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in RE: Code added to popular NPM package wiped files in Russia and Belarus

    This action could undermine the whole concept of open-source software. Putting the power back in the hands of Microsoft and Apple. Given how this could damage the trust that we …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in RE: Code added to popular NPM package wiped files in Russia and Belarus

    In the past if you issued code that was outside the scope of the app, you would be banned from contributing to the code base. I'll refrain from a long …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching RE: Code added to popular NPM package wiped files in Russia and Belarus

    [This item](https://arstechnica.com/information-technology/2022/03/sabotage-code-added-to-popular-npm-package-wiped-files-in-russia-and-belarus/) was in the news a few days ago. I'd like to know people's thoughts. I'm torn. On the one hand, it erodes trust in all open source software. …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How to virtualise my android to web

    I've worked on Android apps and on a team making Android apps and you are right that from one phone to another, it does change. The only solution I can …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching How to virtualise my android to web

    Hi DW. Is there anyone who know how I can I develop an App that's like TeamView for Android so that I will be able to remotely access the phone …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Koushik_3 in Translating to pseudocode!!

    int tc; double a, b, c, res, l, w, x; scanf(" %d", &tc); while(tc--) {
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How could I build a ROM?

    While quite the undertaking, such has prior tutorials. Here's how I find them: https://www.google.com/search?q=xda+forums+how+to+build+os+for+android+site:forum.xda-developers.com
  • Member Avatar for rproffitt
    rproffitt

    Began Watching How could I build a ROM?

    I want to build a ROM for my vivo y20
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Activity 4: Create 2 lists: 1 list for username and 1 list for password.

    What? No questions? Also, you can post code using the <Code Block> button. There is no question here so it's anyone's guess what the issue is here.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Activity 4: Create 2 lists: 1 list for username and 1 list for password.

    ![ff.png](https://static.daniweb.com/attachments/4/5d673eb8c69ed2fe1797b2e1760d1c66.png) username = ["John", "Peter", "David"] password = ["abc123", "123abc", "a1b2c3"] Passwords and username are paired by index. (i.e., John’s password is abc123, etc.) Then make the user input a …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How do I get traffic for my website?

    At the very least do the usual SEO which has so many discussions already that I don't see any need to rehash that. DO ADD the missing information about you …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching How do I get traffic for my website?

    Hello guys, I have a website and want to get a better position in the Google search engine. Can anyone suggest to me what should I do to get more …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Best way to manage a big database

    Today the servers are switching from hard disk to SSD along with the usual bumps in CPU and RAM. I can't tell from your post if you are using a …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Best way to manage a big database

    The web application will have a database that consists of millions (over 20mil ... maybe 100mil or more) of hosts (ipv4,ipv6 and domains) and additional data to each host like …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Reverend Jim in Vehicle license in Canada

    Just a thought - have you ever considered googling "how to license a vehicle in Canada"? Near the top is a link to [this guide](https://blog.clutch.ca/posts/motor-vehicle-registration). If, instead, you are referring …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Vehicle license in Canada

    I lived in Canada for 8 years. We only had to go to the ICBC since we were in BC and ask. Our drivers license from the USA was good …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Vehicle license in Canada

    Hello everyone, I am new to this discussion. I really want to believe that I will get some guidance here,Can anyone help me to find out the procedures for getting …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Additional clarification for my "pro social" media idea

    If you wanted reaction you may have achieved that. Maybe ask the questions, number them, end the question with the usual question mark next time. I find that such a …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Additional clarification for my "pro social" media idea

    Thanks for clearing this up that you are hunting for a programmer, team member or other person. This is not a discussion about your idea or how to do such …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Additional clarification for my "pro social" media idea

    I've thought again about your discussion. Maybe you are looking for programmers here. I am likely wrong but hey, let's hear exactly what you are looking for.
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Dani in Additional clarification for my "pro social" media idea

    IMHO, you're being hypocritical. On one hand, you're saying that you want to create a platform owned and run by its members. On the other hand, you're saying that there …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Dani in Additional clarification for my "pro social" media idea

    > Owning data is a must for ad revenue. Someone has to set the initial rules. I guess I'm having a difficult time understanding how your platform will be different …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in I am interested in funding a prototype for true "Social" media

    As to comment limits here, I use a reply when I need to write at length. However I see what you want so far as something you either dive in …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How to determine if Update statement was successful

    https://www.php.net/manual/en/pdostatement.execute.php tells us this statement returns something of interest.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching How to determine if Update statement was successful

    I know this has a simple answer that I should know, but for the life of me, can't remember. I have the following update statement in my code: $stmt = …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in I am interested in funding a prototype for true "Social" media

    Why I thought you wanted the full product is simple. After decades of working in many capacities, when the client wants a prototype they want something where everything works. The …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Additional clarification for my "pro social" media idea

    Taking the cue from Dani, it appears you can advertise. https://meta.discourse.org/t/official-advertising-ad-plugin-for-discourse/33734 for example.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Additional clarification for my "pro social" media idea

    Maybe you don't need programmers. Given the downsizing of the project why not a WordPress template? Examples are ready for you to see which comes close enough. Example search: https://www.google.com/search?&q=Social+Media+WordPress+Themes
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Additional clarification for my "pro social" media idea

    I posted this the other day and by and large people responded with predictable lack of imagination. I will add additional explicit requirements for the prototype stage. I want to …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in I am interested in funding a prototype for true "Social" media

    @strato. Change the word duplicate to mimic, be like, similar, etc. What apps have you created so far? Most that want to do such things misjudge the cost. As to …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in I am interested in funding a prototype for true "Social" media

    I still encounter people that want to duplicate Facebook, Reddit, Microsoft Windows and other things. All are oblivious to the effort and cost to do this. Let me be clear …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in I am interested in funding a prototype for true "Social" media

    My take is that folk want to re-create what Reddit or Quora is TODAY. What they started with is possible with a small crew but to duplicate what they have …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How to code my website to download files from a file sharing site

    Given you are creating your own up/downloader all I can offer is that Mediafire looks like a dead end as well, reasons. I see from your other discussion you were …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in how to barcode scanner in xamarin.form and connect sql server DataBase

    @jawas, I'd like to see an example of what you claim. Here I am with USB Barcode Scanners such as we see at https://www.amazon.com/Barcode-Scanner/s?k=Barcode+Scanner and not one has a google …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Jawass in how to barcode scanner in xamarin.form and connect sql server DataBase

    scanning of barcodes are generated by a remote work company like Google and Microsoft, just work on your sheets after being employed with guidelines from your guide tutorials worldwide Input …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in I am interested in funding a prototype for true "Social" media

    I've read such before and the person who asks is usually unaware that such projects are huge. So much so there are usually dozens of programmers working the project. For …

The End.