Recent content by ParalizedTime

  1. P

    Computer shut off, didn't turn back on (it did later). hardware failure.

    My guess is that a power surge happened and the power supply shut off. Because when that happened to me the psu wouldn't turn back on (just like in your case, were it goes on for like half a second when you press the button) until it had the power cord removed from the wall (which I hope you did...
  2. P

    Connecting Two Monitors

    Does your laptop have any other video outputs such as VGA? If so then all you need is 2 adapters: 1. VGA to DVI 2. HDMI to DVI then just connect you displays with DVI cables using the adapters.
  3. P

    Build for a family member

    OK thanks for your help.
  4. P

    Build for a family member

    Thanks. So there's nothing that can be improved?
  5. P

    Build for a family member

    Hi guys! I am doing a build for a family member with a budget of £260. Here are the parts that I have picked out: Case - http://www.amazon.co.uk/gp/product/B00B1MU7WW/ref=ox_sc_act_title_1?ie=UTF8&psc=1&smid=A3P5ROKL5A1OLE CPU -...
  6. P

    Anyone play hawken?

    Well I do not, however I have recevied a code for currency in it or something so I thought I would give it to you guys. Here it is: 7NQW3-5NVK4-7DDKH-JN6WP-ZRQ6V Enjoy but please make sure to post saying you have used it to avoid dissapointment for others reading. Bye!
  7. P

    My first Java program.

    Thanks for all your feedback guys! I am going to reasearch some more, I will keep everything you have said in mind in my next project. Thanks again
  8. P

    My first Java program.

    It now check whether the input is an integer, if it is not is says "Invalid input."! Now all I have to do is add the option to restart the game.
  9. P

    My first Java program.

    Thanks, I am going to work on detecting the input is correct now.
  10. P

    My first Java program.

    Done, if the player enters 111 as their guess, the application will be terminated. - Added a message informing the player in the intro. New checkGuess method: private static int checkGuess(int guess, int number, int score){ //Compare guess to number and display the appropriate message. Keep...
  11. P

    My first Java program.

    The game runs in a console, so they just close the console window? ---------- Post added at 01:55 PM ---------- Previous post was at 01:50 PM ---------- However if I want the person to be able to exit the game without closing the console I should just be able to add an extra if statement in...
  12. P

    My first Java program.

    The code is in my original post, and I have already tested it (it works), I am just look for feedback on the code itself, for example if there is a simpler way to do anything. This is so that I don't get into doing things a more complicated way in the future if there is an easier way.
  13. P

    My first Java program.

    Hi guys, I have been learning Java, and I have just coded my first program from scratch. It is a number guessing game. I am looking for some feedback on my code, like if it could be made simpler etc. so that I don't get into any bad practices. //Import random and scanner import...
  14. P

    Getting information from a website C++

    If it is HTML, I guess you could try making the program download the html file and then search for the info you need and display it, however I am not really sure how you would go about doing that.
  15. P

    Random Chit Chat

    My friend was having an argument with someone on twitter, this was one of the comebacks the guy used...
Back
Top Bottom