• Member Avatar for rproffitt
    rproffitt

    Replied To a Post in DoublePrecision

    This IS why we must understand computer number formats and along that the limitations. As RJ and jwenting specifically pointed out that banks and such consider so many digits. You …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in DoublePrecision

    This is the rather old issue of how numbers are represented in these standard number formats. I won't pretend to hold class about what numbers fit into each number type …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in DoublePrecision

    Finance? As in money? Then use Integer or Fixed Point types. No one in finance would select a floating point until it's about statistics.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in DoublePrecision

    Share the number type. Read https://dev.mysql.com/doc/refman/8.0/en/numeric-types.html Given this is usually a floating point number, almost every language will convert that to an internal floating point format and you'll lose digits …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching DoublePrecision

    Help me! I have this number 1726.16723958045672098127. How Can I register in my db MySql. Why is the number truncated?
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Techie By Soul and Heart

    I think you're the first to write "deriving" when it comes to app creation. Tell more. Right now I like TABNINE when I code. It's been a hoot to see …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Techie By Soul and Heart

    Hi, I am Pallav Das, an experienced mobile app developer with an experience in deriving apps using modern-day technologies.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Google's Spam Update

    Tell more about this rewriter. Why I ask is this is the year I'm seeing the rise of real AI (I call it ML) tools for writing, art and voice …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Google's Spam Update

    After google's spam update my websites' visitor decrease a lot. Even many of my backlinks has been broken. So what is need to improve to increase my website's visitor.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in pseudocode for column wise arrangement

    This is usually homework. Feel free to share what you have so far and share what is stopping you.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching pseudocode for column wise arrangement

    Pseudocode that read elements of array in column wise arrangement
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How would you write this into pseudo code?

    Maybe it's one line? > Input value and units used such as 0C and print out the conversion is similar units such as Kelvin and Fahrenheit. Add support for other …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching How would you write this into pseudo code?

    How would you write this into pseudo code #include<cstdio> #include<cstdlib> #include<iostream> using namespace std; int main(int nNumberofArgs, char* pszArgs[]) //variables string var, var1; float cm, mile, kilometer, inch, meter, AU, …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in The sum and the factoriol of numbers in C

    Sure, let's do this one better! https://rosettacode.org/wiki/Factorial shows solutions in over 300 languages! https://rosettacode.org/wiki/Factorions shows the harder trick of Factorions! https://rosettacode.org/wiki/Sum_of_a_series shows summing up a series of numbers in over …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching The sum and the factoriol of numbers in C

    find the sum of numbers until the number itself, the factorial of the number, and the ratio of the factorial to the sum with 1 fractional number. by using functions …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in 7 Redis Interview Questions Job-Seekers Should Be Ready to Answer

    Are you Carol?
  • Member Avatar for rproffitt
    rproffitt

    Began Watching 7 Redis Interview Questions Job-Seekers Should Be Ready to Answer

    The job you’re applying for says, “Redis experience required.” Are you ready for the questions a hiring manager is likely to ask? Here’s [how to prepare for the job interview](https://redis.com/blog/redis-interview-questions/)... …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in The game of dominos in c++

    That's a bit vague. Some will want graphics, some are ok with ascii output. But hey, did you see if there's a ready to use open source version? I'll try. …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching The game of dominos in c++

    ..
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in PHP get string text from other website

    The last time I scraped websites it was with curl. See https://www.google.com/search?client=daniweb&q=crawl+using+curl
  • Member Avatar for rproffitt
    rproffitt

    Began Watching PHP get string text from other website

    I want to get a string from different website and to display on mine. The website have this HTML code inside it <ul data-v-61cbae47="" class="b-tabs__nav m-tabs-default m-flex-width m-size-md m-mb-reset js-tabs-switchers …
  • Member Avatar for rproffitt
    rproffitt

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

    I did find a nice old missile silo in Kansas. But my SO knew I was joking. I haven't bought a simple thing off a SocMe campaign and wanted to …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Why is Social Media So Important Anyway?

    Hi all forum friends, Let's discuss Why is Social Media So Important Anyway for today's business?
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Software for Bulk Listing

    > l, I am talking about a tool which work for all online stores like Etsy, Alibaba, Walmart, etc. I've read such requests before and see why it's hard. Not …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Software for Bulk Listing

    Which Software / Tool is best for bulk listing in online store like eBay, Etsy, Alibaba, Aliexpress, etc?
  • Member Avatar for rproffitt
    rproffitt

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

    Social media provides a way for businesses to connect with more potential customers. With over 2 billion active social media users, there is a large potential market for businesses to …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Strata based sampling from database into a dataframe

    First we'll have to define those terms: From a Wikipedia, "Assume that we need to estimate average number of votes for each candidate in an election. Assume that country has …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Strata based sampling from database into a dataframe

    How can I sample data from a database strata by date. Table a, partitioned by date. I need to do a sampling of the table with more latest record and …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Dani in Is it possible to do this node.js code with .NET??

    > I can't divine what the app in question is intended to do It seems obvious to me they are looking for a .net solution to working with an OAuth-based …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Is it possible to do this node.js code with .NET??

    I won't write code for this for a few reasons. The first is .NET doesn't reveal the language we would be using and second, I can't divine what the app …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Is it possible to do this node.js code with .NET??

    I really need help and i would apreciate if someone can help me with this I need to do the same than here but with .NET, instead of node js. …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Lenovo show Error

    While I never do this on laptops because, my choice to have a stable laptop over one the BSODs, I suggest another audience for the question. Try https://www.reddit.com/r/overclocking/
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Lenovo show Error

    Hi, I have a Lenovo Legion 5 laptop that I got into the advanced bios of (way past my warranty btw) and have overclocked the memory so far to 3600MT/s …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How long does it take to develop a game

    This is like the other question "How long is a piece of string?" Time to develop can't be estimated without a lot more detail which as you may guess would …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching How long does it take to develop a game

    Hello, I would like to know how much time is taking to develop a game, you may ask why am I asking this question the reason is that I'm a …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Need help with this DBMS interview Concept

    For Dani. I took the time to go to the site which writes "Intension or popularly known as database schema is used to define the description of the database and …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How to use Facebook to promote your Business?

    I must be in a weird circle. The only reason I and my friends have facebook is to take our page before some scammer does. I might check facebook every …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching How to use Facebook to promote your Business?

    Facebook remains the most popular social media platform with nearly 3 billion users worldwide, out of which 2.9 billion people are active social media users. With an effective Facebook marketing …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Need help with this DBMS interview Concept

    I'm going to answer that intension, while explained at the web site you finally linked to appears to be much like "intention." I feel the English dictionary definition will suffice …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Need help with this DBMS interview Concept

    Hey Peeps, Hope all are doing well. Happy to be a part of this community. So am fairly new in the programming world and exploring a few job opportunities in …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Alisha_8 in Need help with this DBMS interview Concept

    Here is the link for [reference](https://www.daniweb.com/programming/databases/threads/538834/need-help-with-this-dbms-interview-concept).
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Is it beneficial to develop an App using Clone Scripts?

    My only worry would be if my new app was too close an imitation of say Doordash. Doordash might take offense and I'd be dealing with a cease and desist …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Is it beneficial to develop an App using Clone Scripts?

    Give Me Suggestions are welcome
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in websockets and pymongo exception

    This is why in my example I added code to work around the issue. Your choice to understand your code or add code to avoid the problem. Also I find …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in websockets and pymongo exception

    Sorry if I was unclear but the code has little in the way of comments and looks incomplete so again, the error message is what I see when a close …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in websockets and pymongo exception

    From what I see above it looks like an incomplete code reveal. But I try anyway. I was dealing with a huge code base written by someone no longer with …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in websockets and pymongo exception

    Keep in mind I am not an expert on Python but I do know that if you close a file that isn't open, that's the error message that I've seen. …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching websockets and pymongo exception

    Hello everyone. I am building a websocket client app that receives all the data and inserts it into a MongoDB database. The program runs, but after a while, some exceptions …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in create coordinates on places between different points

    There's a lot left out in your requirements. For example I can't tell what coordinate system you use. Also, what defines best? Anyhow I was on a team on a …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching create coordinates on places between different points

    I have a dataset with coordinates from all letterboxes in a certain area. I want to have all the letterboxes in a maximum of 500m away for everyone. So if …

The End.