ok we are doing this in evoga so i thought id start one here. point is to count down... obviously... we will start from 1,000,000 you have to post a comment or picture. cant just post a number. if you just post a number there will be a penalty of some sort. i dont have much power here on this site so i cant tell you what the consequence is gonna be but you guys can decide. on our site its free beer to whoever posts next saying you didnt post a comment or a pic. the point of this is to have fun conversation w/o starting a new thread for useless stuff like " good morning people" so... here i'll start. 1,000,000 999,999
999,994 the point? ... hmm' i guess theres not really a point. just to get some comments or rants out of your system. its a good stress reliever. and for the consequenses ... banning is kinda too much lol but good idea. heh oh and you have to let someone else post before you can post again.
999,989 aha~! first one to get the penalty goes to "caseyfoster" too bad we havent decided what to give you as a penalty. lol
Another forum I'm on keeps trying these things but it always fails. I wonder how far this will go? 999,986
i beat the lock? what lock? ours went pretty far. and on evom theres like millions of posts and still going. 999,984 i made the number to be at million instead of billion like in ours.
public class Counter { int myCount; /** * Construct a counter whose value is zero. */ public Counter() { myCount = 0; } /** * Construct a counter with given initial value. * @param init is the initial value of the counter */ public Counter(int init) { myCount = init; } /** * Returns the value of the counter. * @return the value of the counter */ public int getValue() { return myCount; } /** * Zeros the counter so getValue() == 0. */ public void clear() { myCount = 0; } /** * Increase the value of the counter by one. */ public void increment() { myCount++; } /** * Return a string representing the value of this counter. * @return a string representation of the value */ public String toString() { return ""+myCount; } } 999,983
Counter counter = new Counter(999981); counter.toString(); shouldnt method increment count down? lol 999,981
lol that guy sorta looks like me w/o all the doohickies. and a long hair and a beard. and the skin color. lol 999,973
doing it unconciously is the key to the great countdown thread. just post the first thing that comes into your mind when you open it up. i try to strain my self from doing that cuz sometimes it gets to be NWS stuff. lol 999,956
I don't know why, but I had a thing for She-ra when I was 10.....ok there...I admit it, are you happy now? 999,954