• Member Avatar for rproffitt
    rproffitt

    Began Watching password

    i purchased this hp with windows 7 and when i first turn on laptop a black screen with a white bar in center asks for password. its the old owners …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in password

    That sounds like the BIOS password. Removal is done in the BIOS but 2 things. 1. No full model number so I can't see if it's documented. 2. Sometimes there …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Java application Setup

    @alaad Aha, I think I get your question now. You want your app not to be a setup app but "the entire app" so you have a method you want …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Java application Setup

    Is reusing prior installers an option? I find many with https://www.google.com/#q=how+to+setup+your+java+app+installer Or is this a roll your own job?
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in C++

    Which compiler and IDE are you using? "It still not working" is too vague. An error message would be slightly better.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Problem with windows

    So i recently upgraded to windows 10, after using windows 10 for a short period of time i decided to revert back to windows 7 some of the system 32 …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Problem with windows

    Here's a recent thing I tried. Since 10 is now OK to run on that PC I don't have to do much to install it. I used a 2009 Sony …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Java application Setup

    Hello, I would make a full setup for my java application but I have no idea how can i make it, and I would make a class installer like in …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Java application Setup

    I'd clarify that a little. Are you intending to setup your app, or are you intending to setup their Linux, Apple, Windows and other computers with the JAVA runtime as …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching window 10 is good or not?

    window 10 is good OR NOT
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in window 10 is good or not?

    Folks are divided on this. Here 10 worked better that 7 on my son's old Sony (circa 2009 model.) So that was a nice surprise. Some still feel lost so …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in C++

    OK, that fixed one thing but read http://www.programmingsimplified.com/cpp/source-code/cpp-class-example-program for an example of using a class. Your main didn't make an object to work on. Also, you could pull your class …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in C++

    Let's see the new code.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching auction script - Fatal error: Cannot redeclare password_hash()

    -Hi, I'm having trouble with B.I. Media Solutions Auction (phpprobid) , I'm getting the error message: Fatal error: Cannot redeclare password_hash() in /home/betti397/public_html/includes/functions_login.php on line 147 I've been at it …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in auction script - Fatal error: Cannot redeclare password_hash()

    http://php.net/manual/en/function.password-hash.php notes it's already in PHP. Use another function name.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in C++

    Wait? For what? Since you are not using prototypes, you move the main and it's content to the last line. Pretty simple fix.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in NEED HELP SOLVING THIS QUESTION

    I only see a Java tag but little more about this needing code written. I re-read the OP's question and it clearly called solving the question. Maybe they left out …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in NEED HELP SOLVING THIS QUESTION

    While this is a programming forum there are some problems that are easily solved with off the shelf apps. Not only would an app be the wrong solution but the …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Obfuscate my EXE program compiled with pyinstaller

    That's an easy yes to better encoding. I wonder if you realize that you would enter a never ending arms race if you asked for better. There's always better. You …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching C++

    I'm getting these types of errors: identifier "gm" is undefined or expected a ';' How do I fix these errors? #include <iostream> #include <cstdlib> //srand #include <ctime> //time #include <cmath> …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in C++

    Try putting main() at the end or use prototypes. http://stackoverflow.com/questions/3763960/purpose-of-c-c-prototypes for example.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Obfuscate my EXE program compiled with pyinstaller

    Hi How can I obfuscate my EXE program which is “compiled” with PyInstaller to avoid reverse engineer? My exe file contain my mail and password which is send me ip …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Obfuscate my EXE program compiled with pyinstaller

    While it's far from bulletproof, why not the old rot13() on the strings to make them not so easy to read plaintext?
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Mac Webcam Having Red Dot

    Hello everyone! So I am using a mac, and while I am not using any applications that require a webcam (like skype or video chat clients), I see a red …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Mac Webcam Having Red Dot

    Let's cover it for now. http://www.howtogeek.com/210921/how-to-disable-your-webcam-and-why-you-should/ For Apples you rarely install an antivirus but do need to scan for bad things. http://www.apple.com/shop/question/answers/mac/do-i-need-an-antivirus-program-for-my-macbook-pro/Q7HU22X2K27JTAF7J kicks that around a little but if you …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching NEED HELP SOLVING THIS QUESTION

    John is a novice biological statistician. His first assignment given to him by his mentor, Mrs Jane, is to conduct a survey on 30 exotic plants and to note the …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in NEED HELP SOLVING THIS QUESTION

    I take it John is not a programmer. I think John would pull up Excel or if not having that go get Libre Office and make a spreadsheet to create …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching a program that converts integer into alphabetic form

    hello!! i need a source code that takes integer value as input from user and then print equilant alphbetic form of that number range is 0 to 99 and minimum …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in a program that converts integer into alphabetic form

    Since the input is usually ASCII or text, no conversion is needed. But I wonder if you are wondering how to take "10" and return "ten"? http://www.cprogramming.com/challenges/integer-to-english-sol.html seems to be …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching recognizing the button click that is created dynamically

    hi everybody.. I'm implementing an interface in vb6. In that I'm creating dynamic controls like comboboxes, buttons etc. how can i identify a button click that is created dynamically. if …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in recognizing the button click that is created dynamically

    http://bytes.com/topic/visual-basic-net/answers/931046-how-get-dynamically-created-label-clicked notes how to add the handler and ID what clicked. I wonder if you think you write a handler per unique control. When I create say a bunch of …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to jwenting in ATM using Functions in c language I really need help ASAP

    and no, you don't need help ASAP. Your problem is no more urgent than the stuff I've on my plate that'd cost the customer a lot of money if it's …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in VW software. Integrity. Or the loss thereof.

    @jwenting. That's more along the lines of what I was hoping to read. I didn't write or speak of this hoping for the best that there was a better story. …
  • Member Avatar for rproffitt
    rproffitt

    Edited VW software. Integrity. Or the loss thereof.

    I didn't see anyone bring up how VW and other companies have lost their integrity. We know those that code "bad things" may lack a moral compass but when I've …
  • Member Avatar for rproffitt
    rproffitt

    Created VW software. Integrity. Or the loss thereof.

    I didn't see anyone bring up how VW and other companies have lost their integrity. We know those that code "bad things" may lack a moral compass but when I've …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching VW software. Integrity. Or the loss thereof.

    I didn't see anyone bring up how VW and other companies have lost their integrity. We know those that code "bad things" may lack a moral compass but when I've …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching while loop add numbers!

    Hello , I can't understand why this loop doesn't work as I wanted. Why the continue statement isn't executed. I want the code to count **only** the user input which …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in while loop add numbers!

    Read http://programmers.stackexchange.com/questions/201175/should-i-use-parentheses-in-logical-statements-even-where-not-necessary falls pretty much in-line with how I think and code. Without the parentheses you must know how your language works. There are purists that can go either way. …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Abusive website

    So, can you explain to me, why your website/host is running a website scraper abusing the server and resources of another online community that is (unlike your own) providing a …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to snippsat in Having problem Fetching hyperlinks from url due to proxy (i am new to Pyth)

    >A must read Or a better [read ](http://docs.python-requests.org/en/latest/user/advanced/#proxies) You should really look into and use [Requests](http://docs.python-requests.org/en/latest/) Shailang.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Replacing characters in file in c

    Hey, guys. I am writing single program, which should replace 10th,11th and 12th character in file with "A" . Problem is, that my program will just write thos A's at …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Replacing characters in file in c

    I'd read http://gsp.com/cgi-bin/man.cgi?section=2&topic=open about that append on your open.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Debugging in a production environment

    I recently lost a job, pretty much because my previous employer expected miracles from an entry level coder. I was tasked with reading years worth of code developed in a …
  • Member Avatar for rproffitt
    rproffitt

    Stopped Watching Debugging in a production environment

    I recently lost a job, pretty much because my previous employer expected miracles from an entry level coder. I was tasked with reading years worth of code developed in a …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Debugging in a production environment

    I recently lost a job, pretty much because my previous employer expected miracles from an entry level coder. I was tasked with reading years worth of code developed in a …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching how i can install MySQL on my PC with window 8

    **Bold Text Here**hi,Everyone ,please guide me that how i can install MySQL with window 8,problem is that my RAM is of 20 GB and Window8 consume 17GB on RAM .When …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in how i can install MySQL on my PC with window 8

    In short, you seem to have installed MySQL so that part of the question looks to be yes. As to memory, Windows tends to use all available RAM, even for …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How do I uninstall and reinstall word and ppt from the installation CD?

    OK, just back and the patch was on my USB key filed as Office2003SP3-KB923618-FullFile-ENU.exe And on my Office 2003 CD the file to run is indeed setup.exe. Hope this helps.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching How do I uninstall and reinstall word and ppt from the installation CD?

    My PowerPoint has gotten buggy, the slide templates are invisible. Also, word runs slowly and seems to crash and not close files properly. I have my installation CD. When I …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How do I uninstall and reinstall word and ppt from the installation CD?

    Small world. I have my old Office 2003 CD and I look for the setup.exe to run. However I'm just about to run out the door so I'll be back …

The End.