• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Ever been in a class like this?

bubbadu

Diamond Member
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?
 
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.
 
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;
}
}
 
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.
 
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:
 
Back
Top