Notices by aodhidbrbeididbe, page 50

  1. hai :D

    Thursday, 16-Jun-11 02:28:00 UTC from StatusNet Desktop in context
  2. i g2g, see ya later :)

    Monday, 13-Jun-11 23:39:18 UTC from StatusNet Desktop in context
  3. 8 more messages after this one until 1,000 notices... :D

    Monday, 13-Jun-11 23:25:55 UTC from StatusNet Desktop
  4. @miloth i didn't buy a yearbook

    Monday, 13-Jun-11 23:25:11 UTC from StatusNet Desktop in context
  5. import java.util.Scanner; public class main { public static void main(String[] args) { double a; int c; int d; int s = 0; int f = 0; Scanner in = new Scanner(System.in); System.out.println("GUESS THE NUMBER!"); while(f < 10) { a = Math.floor(Math.random()*10); c = (int)a; d = in.nextInt(); if(d == c) { System.out.println("YOU GOT IT RIGHT!"); s++; } else { System.out.println("YOU WERE WRONG - THE CORRECT ANSWER WAS " + c); s--; } f++; } System.out.println("THANKS FOR PLAYING GREG'S NUMBER GUESSING GAME \n YOUR TOTAL SCORE WAS " + s); } } i added some new stuff to the code...

    Monday, 13-Jun-11 23:21:39 UTC from StatusNet Desktop
  6. @haganbmj ok, that worked...

    Monday, 13-Jun-11 23:18:49 UTC from StatusNet Desktop in context
  7. oh wow... StatusNet butchered that codes layout...

    Monday, 13-Jun-11 23:15:53 UTC from StatusNet Desktop
  8. @haganbmj notepad++ is kinda ew... i use it for YML and nothing else...

    Monday, 13-Jun-11 23:15:30 UTC from StatusNet Desktop in context
  9. import java.util.Scanner; public class main { public static void main(String[] args) { double a, b; int c; int d; Scanner in = new Scanner(System.in); a = Math.random(); b = Math.floor(a*10); c = (int)b; System.out.println("GUESS THE NUMBER!"); d = in.nextInt(); if(d == c) { System.out.println("YOU GOT IT RIGHT!"); } else { System.out.println("YOU WERE WRONG - THE CORRECT ANSWER WAS: " + c); } System.out.println("THANKS FOR PLAYING GREG'S NUMBER GUESSING GAME"); } } does that look optimized enough?

    Monday, 13-Jun-11 23:15:04 UTC from StatusNet Desktop in context
  10. @haganbmj i use it for all the java stuff i do... (which isn't much - until today, today is the first day i've actually written code from scratch that was totally mine and not modifing existing code)

    Monday, 13-Jun-11 23:13:35 UTC from StatusNet Desktop in context
  11. i was bored, so i made a basic random number guess thing... using scanners, math functions, ints, doubles, if...else... statements, and ==...

    Monday, 13-Jun-11 23:12:42 UTC from StatusNet Desktop
  12. @haganbmj that was just in the choose a workspace folder dialoug... and of cource, i was the only person there who had used eclipse before...

    Monday, 13-Jun-11 23:10:31 UTC from StatusNet Desktop in context
  13. @haganbmj most denfinately... some people in that class had trouble making a folder in eclipse...

    Monday, 13-Jun-11 23:09:06 UTC from StatusNet Desktop in context
  14. @haganbmj it's funny how at my class, i was the youngest person there, yet the only one who could make something useful/interesting... (i was the only one using math functions and the first one to start using if...else... statements)

    Monday, 13-Jun-11 23:07:10 UTC from StatusNet Desktop in context
  15. @zach121k see ya when you wake up...

    Monday, 13-Jun-11 23:04:29 UTC from StatusNet Desktop in context
  16. @haganbmj i made a simple random number guesser thing earlier today in my class with 'em, but i can't access that code from here :(

    Monday, 13-Jun-11 23:04:17 UTC from StatusNet Desktop in context
  17. @haganbmj now i'm playing with scanners...

    Monday, 13-Jun-11 23:03:14 UTC from StatusNet Desktop in context
  18. @greydragon412 good night :)

    Monday, 13-Jun-11 23:00:39 UTC from StatusNet Desktop in context
  19. @haganbmj a what?

    Monday, 13-Jun-11 22:59:44 UTC from StatusNet Desktop in context
  20. @haganbmj he knows more C++ than Java... or so he says...

    Monday, 13-Jun-11 22:57:47 UTC from StatusNet Desktop in context
  21. @geesee just need to do all the icons now... and a lock screen...

    Monday, 13-Jun-11 22:57:05 UTC from StatusNet Desktop in context
  22. @geesee :D

    Monday, 13-Jun-11 22:56:49 UTC from StatusNet Desktop in context
  23. mostly because it's so easy...

    Monday, 13-Jun-11 22:56:42 UTC from StatusNet Desktop
  24. right now i'm loling at how my Java teacher didn't know how to convert a double into a integer...

    Monday, 13-Jun-11 22:56:28 UTC from StatusNet Desktop in context
  25. @geesee green signal bars, blue wi-fi bars, and purple battery indicator sound good?

    Monday, 13-Jun-11 22:55:14 UTC from StatusNet Desktop in context
  26. @geesee which would look the best in this iphone theme for the carrier logo and battery/statusbars? http://www.codethemed.com/themes/138578

    Monday, 13-Jun-11 22:45:27 UTC from StatusNet Desktop in context
  27. @abigpony transformice?

    Monday, 13-Jun-11 22:43:45 UTC from StatusNet Desktop in context
  28. @thelastgherkin good night :)

    Monday, 13-Jun-11 22:43:23 UTC from StatusNet Desktop in context
  29. @geesee i can only choose one :(

    Monday, 13-Jun-11 22:41:51 UTC from StatusNet Desktop in context
  30. working on my MLP iphone theme... http://www.codethemed.com/themes/138578

    Monday, 13-Jun-11 22:41:29 UTC from StatusNet Desktop in context