Jump to content

sribeast21

Member
  • Posts

    118
  • Joined

  • Last visited

Everything posted by sribeast21

  1. Hey guys, My current laptop's hinge just broke and I can't even open it without breaking the plastic so I need to give it in to geeksquad (ik ik, but my parents said they'd rather have them work on it ). So I'm in the market for a new laptop. So what are your guys recommendations for the best bang for buck laptop. My uses: Microsoft Office, Programming (Intelli J idea and Android Studio), web browsing Thanks for any help! -sribeast21
  2. I am currently in the process of installing the Tech Preview on a partition on my laptop. You can get the ISO here: http://windows.microsoft.com/en-us/windows/preview-iso I've also watched a lot of coverage on Windows 10 from lots of youtubers. Tek Syndicate: Computer Clan: https://www.youtube.com/watch?v=LdUPXiglaKE So far from what I have seen, I really like what i'm seeing so far. The virtual windows and quadrant pinning features are ones I've been waiting on for years. I am so excited to get started to using it on my native laptop hardware
  3. Here is the code: public class Test{ public static void main(String [] arguments){ System.out.println(max(1.0, 2)); } public static double max(int num1, double num2){ System.out.println("max(int, double) is invoked"); if(num1 > num 2){ return num1; }else{ return num 2; } public static double max(double num1, int num2){ System.out.println("max(double, int) is invoked"); if(num1 > num 2){ return num1; }else{ return num 2; } I was confused as to what is going on because I haven't worked with methods other than main. Here are my answers for this question: A. The program cannot compile because you cannot have the print statement in a non-void method. B. The program cannot compile because the compiler cannot determine which max method should be invoked. C. The program runs and prints "max(int , double)" followed by 2.0 D. The program runs and prints "max(double, int)" followed by 2.0 E. The program runs and prints "max(int, double) is invoked" followed by a 2.0 I don't even understand what is happening in the code, please help because I am eager to learn. This isn't just to get an answer. EDIT: I am not allowed to use an IDE
  4. my school allows me to take the Accelerated computer science course, AP computer science, in 11th grade or year 11 seeing that you are in The United Kingdom. I will be going to 10th grade so I signed up to take the placement test for the AP computer science course so I can take it a year early in 10th grade instead of 11th. I failed it and now I am seeking help
  5. If someone paid me to wear a Manchester City shirt for 1 day, I would walk up and leave.
  6. chrome with 5 tabs open, eclipse IDE opening a project, spotify playing music, microsoft word document open. Uses up about 25% of CPU and 2 GB of ram
  7. My dad bought a macbook pro. I tried to talk him out of it. "We can program in objective-C" he said, "It's good to try another flavor of UNIX" he said. I will never forget that day as long as I live. $2100 down the drain for a dual core with 4 gigs of ram
  8. the earphones that come with the Samsung galaxy S3. The white ones. I am going through my third pair and I love them. The HP g10-519wm was a laptop I had that I got for $200 on black friday back in 2009. It lasted me 4 years and I tried to play games on it, I reinstalled the os like 5 times, and did so many things to it but it kept going.
  9. No way. That is horrible. Incredibly funny man, damn
  10. I'm creating an imgur album as we speak because the pictures are too big in file size to post here
  11. Hey guys! I took my AP comsci placement test and I failed. I do feel bad about it but I am retaking the exam on August 24th. I was not given an answer key to see what the right answer is for each question and I don't know why the answers I put are wrong. Can anyone take a look at the pictures included and point me in the right direction? ANY help would be amazing. IMGUR Link: http://imgur.com/a/oih0q Thanks a lot, sribeast21
  12. You sleeved cables and watercooled in your first build. wow, you have balls to do that
  13. Really great build. Took an ugly case and made it into a sexy looking build. hats off to you sir
  14. i meant the look. Did you sleeve them yourself or did you send them out to get sleeved and How much did this build cost you, seems like an expensive build with the color coordination and the sleeved cables?
  15. Really clean build. I like the look of those corsair fans, so sexy with the black of the 750D. The MSI mobo looks great and clean with the graphics card completing hte look. Nice cables too, are those sleeved? I'm pretty sure they are
  16. I really like Windows 8's speed and it is proven to be faster than windows 7. But, the tiles menu when you press the windows key annoyed me. Thats why I got startisback. Its a start menu for windows 8 that is just like the windows 7 start menu. Then I changed all icons to small and viola, I have a faster and sexier(in my opinion) windows 7
  17. Really excited for this build. 900D is a premium case and to see a nice watercooled intel build is exciting
  18. startisback is a great option and I recommend it to everyone. Even though this is a LTT forum, Logan over at teksyndicate made a desuck windows 8 guide. Pretty good if you ask me:
  19. Hey guys, What is the best language to start with? Thanks, sribeast21
  20. <!DOCTYPE HTML> <html> <head> <h1>codeacademy a good way to learn?</h1> </head> <body> <p> hey guys is codeacademy a good way to learn programming?> </p> </body> </html> btw, the above thing was just a joke, hopefully didn't piss you off. All in good fun. I've been learning HTML for the last 45 minutes, and I got up to building a website. Before i go into huge detail, is code academy a good way to learn programming? Thanks, sribeast21
  21. <!DOCTYPE HTML> <html> <head> <h1>codeacademy a good way to learn?</h1> </head> <body> <p> hey guys is codeacademy a good way to learn programming?> </p> </body> </html> Hey guts is codeacademy a good way to learn programming? btw, the above thing was just a joke, hopefully didnt piss you off. All in good fun Thanks, sribeast21
×