Page 16 of 31
Re: You Know You're A Nerd When...
Posted: January 30th, 2011, 3:09 pm
by disownedpear
when you memorized the periodic table in 5th grade(my cousin did)
Re: You Know You're A Nerd When...
Posted: January 31st, 2011, 1:23 pm
by Bubba1960
disownedpear wrote:when you memorized the periodic table in 5th grade(my cousin did)
Edit: 1ST GRADE
Re: You Know You're A Nerd When...
Posted: February 3rd, 2011, 12:11 pm
by quadratic
When you dream of sheep jumping over
public class Sheep {
public static void main (String[] args)
int sheepnum=400;
while sheepnum>0 {
System.out.println ("There are "+sheepnum+" sheep")
sheepnum=sheepnum-1
}
}
Re: You Know You're A Nerd When...
Posted: February 3rd, 2011, 2:03 pm
by 3nv1r0nm3ntal ch3m
chia wrote:...when you have arguments with your friends about who has a higher nerd ranking (nerd, supernerd, ultranerd,
ubernerd...)
also if you are a trekkie (i'm getting there...). then you absolutely must be an ubernerd at the very least.
I believe you meant üb3rn3rd
Re: You Know You're A Nerd When...
Posted: February 3rd, 2011, 2:18 pm
by zorbsthekitty
When you call yourself "geek chic" because you consider yourself a fashionable nerd.
Re: You Know You're A Nerd When...
Posted: February 3rd, 2011, 6:34 pm
by TheGenius
quadratic wrote:When you dream of sheep jumping over
public class Sheep {
public static void main (String[] args)
int sheepnum=400;
while sheepnum>0 {
System.out.println ("There are "+sheepnum+" sheep")
sheepnum=sheepnum-1
}
}
You forgot some semicolons...
Re: You Know You're A Nerd When...
Posted: February 3rd, 2011, 6:44 pm
by quadratic
I just started programming last week give me a break.
Re: You Know You're A Nerd When...
Posted: February 3rd, 2011, 6:55 pm
by TheGenius
When you correct other people's code.
quadratic wrote:I just started programming last week give me a break.
You can also save time by changing "sheepnum=sheepnum-1;" to "sheepnum--;".
Re: You Know You're A Nerd When...
Posted: February 3rd, 2011, 6:57 pm
by quadratic
Re: You Know You're A Nerd When...
Posted: February 6th, 2011, 3:10 pm
by disownedpear
when you understand quadratics avatar