Wife Posted July 19, 2017 Posted July 19, 2017 boolean iGotLaid = false; if ( iGotLaid == false) { iGotLaid == true } I always get laid when programming.
Pseudo Posted July 19, 2017 Posted July 19, 2017 6 minutes ago, OMG said: boolean iGotLaid = false; if ( iGotLaid == false) { iGotLaid == true } I always get laid when programming. = true 1
Wife Posted July 19, 2017 Author Posted July 19, 2017 1 minute ago, Pseudo said: = true sorry i typo please private massage me 1
Saiyan Posted July 19, 2017 Posted July 19, 2017 Run this IRL please while(true) { System.exit(0); } 2
HeyImJamie Posted July 19, 2017 Posted July 19, 2017 1 minute ago, Saiyan said: Run this IRL please while(true) { System.exit(0); }
Saiyan Posted July 19, 2017 Posted July 19, 2017 public class ScripterApplication { private static Object s = new Object(); private static int count = 0; public static void main(String[] argv) { for (; ; ) { new Thread(new Runnable() { public void run() { synchronized (s) { count += 1; System.err.println("New thread #" + count); } for (; ; ) { try { Thread.sleep(1000); } catch (Exception e) { System.err.println(e); } } } }).start(); } } } Ask @Alek that's how I got scripter two
Mordred Posted July 19, 2017 Posted July 19, 2017 23 minutes ago, Saiyan said: public class ScripterApplication { private static Object s = new Object(); private static int count = 0; public static void main(String[] argv) { for (; ; ) { new Thread(new Runnable() { public void run() { synchronized (s) { count += 1; System.err.println("New thread #" + count); } for (; ; ) { try { Thread.sleep(1000); } catch (Exception e) { System.err.println(e); } } } }).start(); } } } Ask @Alek that's how I got scripter two lol
Rxd Posted July 19, 2017 Posted July 19, 2017 1 hour ago, Juggles said: I'm just here to advertise my sig. \ What sig? Oh wait