• Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Why does this happen? All white space when clicking on link.

    Thanks again for all this work. And I got the saying wrong above. I meant "pulling the strings."
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Why does this happen? All white space when clicking on link.

    I did not scroll at all. I clicked and this is what is displayed. As it happened in three browsers and you appear to have been pulling the threads I …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Why does this happen? All white space when clicking on link.

    It's all that space from the top left under the Like and Tweet down to the Reply button. In the past when I clicked on the reply link from https://www.daniweb.com/articles/latest …
  • Member Avatar for rproffitt
    rproffitt

    Created Why does this happen? All white space when clicking on link.

    https://www.daniweb.com/community-center/say-hello/threads/522867/hi-everyone-i-m-ianwallace79#post2261822 gets me the following: ![allwhite.png](https://static.daniweb.com/attachments/1/feea9869447530ac9d1c7465ddae4c69.png) This looks like new behavior to me. Happenned in Opera, Chrome and Firefox. Yes I can scroll back up. This is simply an observe …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Why does this happen? All white space when clicking on link.

    https://www.daniweb.com/community-center/say-hello/threads/522867/hi-everyone-i-m-ianwallace79#post2261822 gets me the following: ![allwhite.png](https://static.daniweb.com/attachments/1/feea9869447530ac9d1c7465ddae4c69.png) This looks like new behavior to me. Happenned in Opera, Chrome and Firefox. Yes I can scroll back up. This is simply an observe …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Dani in Hello. I'm Niun

    Just to clarify, I'm not referring to the About this page section. I'm referring to the Topics that are covered section. As far as the About this page section is …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Dani in Hello. I'm Niun

    As someone with 25 years of experience in SEO, this is a clear example of keyword stuffing that you *will* get penalized for: > Topics that are covered > Teletappie …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to DeForseti in Auto Generated Content

    I tried the service and received not what was promised. As you said, Google did not find the text informative. Now I will be the service [content-edge](https://content-edge.net/) .They indicate that …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to luka98 in Can K9 keep porn off your kid's iPad or iPhone?

    there are actually monitoring tools that can deal with inappropriate content on different platforms (including twitter and others) I personaly use [mSpy](http://www.mspy.com/family-kit.html) - with it I can see if my …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How Computers Function at Low Level

    That's a great question. It will take time and a lot of reading material to understand all this but if you wanted to program in assembly I would not be …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching How Computers Function at Low Level

    I have been going through assembly tutorials to understand how computers function at low level. I learned most of the standard x86/64 CPU instructions, but also still did not get …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in CPU scheduling algorithm

    For KUMARI. Please read the entire thread. Also, consider https://www.cs.uic.edu/~jbell/CourseNotes/OperatingSystems/6_CPU_Scheduling.html
  • Member Avatar for rproffitt
    rproffitt

    Began Watching CPU scheduling algorithm

    Hi all pls help me with the soln to this probelm, the catch is the interface (menu) needs to be Built in C++ as well. any suggestions would be of …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in List installed packages

    Isn't that the -a option? Noted in the documention as well as on the web many places like https://www.cyberciti.biz/faq/howto-list-installed-rpm-package/
  • Member Avatar for rproffitt
    rproffitt

    Began Watching List installed packages

    How can I list installed rpm packages ?
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Reverend Jim in Python question.

    datetime.date.today() - datetime.timedelta(days=100) gives you the date - 100 days. >>> import datetime >>> datetime.date.today() datetime.date(2020, 4, 24) >>> datetime.date.today() - datetime.timedelta(days=100) datetime.date(2020, 1, 15) You can see the month …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to chiragm984 in keywords and SEO?

    Keyword research process * Make a list of relevant topics. * Find your competitors keywords. * Create a list of keywords. * Login to google keyword planner. * Check the …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Dani in How much marketing spend would it take?

    You’re confusing Google Ads and Google organic.
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Dani in How much marketing spend would it take?

    > Sounds like millions to me. You might think so, but a technical SEO's salary is sub-$100K. A decent technical SEO should be able to rank in top placement for …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Dani in Problem about understanding the coding

    I think that the OP is saying they were presented with this code, either by their professor or they found it online, and they’re having a hard time following it. …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Dani in Problem about understanding the coding

    I think that the OP is saying they were presented with this code, either by their professor or they found it online, and they’re having a hard time following it. …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in 1.Number System Conversion Using Inheritance C++

    I'd have to convert the docx to the word processor I have right now. Next time use the forum's own code sharing tool (code block.) Also no one does homework …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching 1.Number System Conversion Using Inheritance C++

    Q. A number system is a way to represent numbers. The number system that we use in our day-to-day life is the decimal number system. Decimal number system has base …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Covid-19 Virus and N95

    On topic. As far as I'm concerned and many others, there are NO N95 masks available. Also there are no KN95 masks. There are no painting masks at Home Deport …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Problem about understanding the coding

    I think you should have commented your code as you wrote it. Unless there is more story to be told such as "I found this code and I don't understand …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Problem about understanding the coding

    double Node::ConvertChar(char key[]) { double value; value=atof(key); return value; } void Node::ConvertFormula(string formula,int resistor,vector <Resistor> &Res,vector <double> &OpArray){ int Operator=resistor-2; resistor=resistor-1; int length=formula.length(); int j=length-4; double resistance; while(length>0) { char …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Reverend Jim in Covid-19 Virus and N95

    >Yes, they did publish a new one. Doh! I just noticed that the dates were out of order. Still blurry though.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How much marketing spend would it take?

    Sounds like millions to me. What product needs this? Beer?
  • Member Avatar for rproffitt
    rproffitt

    Began Watching How much marketing spend would it take?

    If your company was guaranteed a top 3 rank for a Google search, what search term or phrase would you choose? What's your plan to achieve this and how much …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Windows Server R2 Sp1 is not Booting up

    Why didn't it clone? That may be a fine clue what is going on. The old Symantec Ghost isn't known for it's acumen. And as to a partition backup that …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Reverend Jim in Covid-19 Virus and N95

    On a related note (not intended to derail this thread), a while back the US government gutted consumer protection laws. It used to be that financial planners were legally required …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Reverend Jim in Covid-19 Virus and N95

    On a related note (not intended to derail this thread), a while back the US government gutted consumer protection laws. It used to be that financial planners were legally required …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Covid-19 Virus and N95

    Hi Dani. That's a great question. It has to do with investing, game theory and more. I've had a few times that the planets aligned (markets, events) that I went …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Windows Server R2 Sp1 is not Booting up

    More for Naveed. Remember that repair of an OS is never the same procedure. It varies on the damage and about half the time we **find** the host PC had …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Naveed_786 in Windows Server R2 Sp1 is not Booting up

    If possible please advise some tools or guidlines so that i can give it a try.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Windows Server R2 Sp1 is not Booting up

    Compare costs of the OS and app reinstall. For some it's cheaper to pay Microsoft for their support than pay the app vendor. This is also a lesson about backups. …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Windows Server R2 Sp1 is not Booting up

    Hi Good Evening All, Hope all are fine during this current situation. Currently i am facinf some issue after sudden power shut the HP Z840 Workstation is not loading the …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Reverend Jim in Covid-19 Virus and N95

    Just a thought... A number of big-pharma companies are currently working on a vaccine. Knowing how much that industry values profits over all else, what do you suppose is their …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in hi,I'm trying write a AI calculator program on Python

    @kmdecoration. A few things. 1. Avoid hijacking other folk's discussions. 2. Check your links to see if they work and looking closer it looks spammy. Don't do that either. As …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to kmdecoration in hi,I'm trying write a AI calculator program on Python

    which ide r u going to use i recommend using pycharm or jupiter i loved working on these 2 tools what do u suggest? <snip>
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in hi,I'm trying write a AI calculator program on Python

    Before you start coding you make a design. That step is rough on first time programmers so think about your app then use approaches to design that are out there …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching hi,I'm trying write a AI calculator program on Python

    hi,I'm trying write a AI calculator program on Python ,can help me how to start write this coding
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Reverend Jim in Covid-19 Virus and N95

    As I recall, that image was from the beginning of the outbreak in the US when Faux News was screaming that since nobody there had died yet it was a …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Covid-19 Virus and N95

    This just in: Zero Deaths from Coronavirus in the USA. https://twitter.com/TheDailyShow/status/1263229202645635074/photo/1
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Reverend Jim in Covid-19 Virus and N95

    That image is a tad blurry but I couldn't figure out what it was saying. Incidentally, Georgia has been caught three times fudging their data. And it seems Florida keeps …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Covid-19 Virus and N95

    Georgia is also a leader in data scientists it seems. See their graph: ![GeorgiaCovidGraph.PNG](/attachments/large/1/d6c8c073fd53280c3acabb0a8366b2f4.PNG) Yes, they did publish a new one. This one however will live on as a fine …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Vitaly_1 in PHP Configuration file class.

    PHP INI Read and Write Class: Read and write configuration values in INI files: https://www.phpclasses.org/package/8119-PHP-Read-and-write-configuration-values-in-INI-files.html P.S. For php version 7.x, change the line in the class **function INI (){** on …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Random generation of circuit

    That's a great assignment they gave you. However up till this point the classes and work should have been preparing you for this so you may have to revisit your …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Random generation of circuit

    I need help with random generation of circuit, i have no idea on how to write c++ program to generate random circuit. The following specifications must met: 1) Total number …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in PHP Warning: A non-numeric value encountered in

    What was the value for $birthdate when this failed? Hint: Echo, print, log, dumpvars, etc. to find out.

The End.