Ever been in a class like this?

bubbadu

Diamond Member
Aug 30, 2001
3,551
0
0
So in my Java I class, this kid sits in the back and never talks to anyone. Sure the geeky debates get pretty intense, but this kid is an uber jock. All of us run l33t celeron laptops that are overclocked and he obviously knows nothing about computers.

Don't you hate it when non-super dorks don't want to join in?
 

whoiswes

Senior member
Oct 4, 2002
850
0
76
Originally posted by: bubbadu
So in my Java I class, this kid sits in the back and never talks to anyone. Sure the geeky debates get pretty intense, but this kid is an uber jock. All of us run l33t celeron laptops that are overclocked and he obviously knows nothing about computers.

Don't you hate it when non-super dorks don't want to join in?

hey, he's in the class to learn java, not overclock his lappy.

nothing personal against you...he is in the class for a reason, and that he is actually in there should be enough for you. now, if he's in a group with you and still says nothing, then kick his ass.
 

mwtgg

Lifer
Dec 6, 2001
10,491
0
0
Since I'm too lazy to write some code to tell you it sucked...

This parody sucked.
 

notfred

Lifer
Feb 12, 2001
38,241
4
0
Originally posted by: mwtgg
Since I'm too lazy to write some code to tell you it sucked...

This parody sucked.

public class Parody{
int suckage = 0;
int aLot = SomeClass.SOME_BIG_NUMBER;

int main(){
for ( int ii = 0; ii < aLot; ii++ ){
suckage++;
}
return suckage;
}
}
 

EyeMWing

Banned
Jun 13, 2003
15,670
1
0
Originally posted by: notfred
Originally posted by: mwtgg
Since I'm too lazy to write some code to tell you it sucked...

This parody sucked.

public class Parody{
int suckage = 0;
int aLot = SomeClass.SOME_BIG_NUMBER;

int main(){
for ( int ii = 0; true; ii++ ){
suckage++;
}
return suckage;
}
}

Fixed your code.
 

jinduy

Diamond Member
Jan 24, 2002
4,781
1
81
Originally posted by: EyeMWing
Originally posted by: notfred
Originally posted by: mwtgg
Since I'm too lazy to write some code to tell you it sucked...

This parody sucked.

public class Parody{
int suckage = 0;
int aLot = SomeClass.SOME_BIG_NUMBER;

int main(){
for ( int ii = 0; true; ii++ ){
suckage++;
}
return suckage;
}
}

Fixed your code.

:thumbsup:
 

RbSX

Diamond Member
Jan 18, 2002
8,351
1
76
Originally posted by: mwtgg
Since I'm too lazy to write some code to tell you it sucked...

This parody sucked.

What was the original thread?