Page 843 of 1582
Posted: December 6th, 2006, 2:31 pm
by Erik95LS
walker111 wrote:hrmmm, me you and clitz should havie a whore fest after lunch!
not me......I've got a final to study for and take
Posted: December 6th, 2006, 2:31 pm
by walker111
you not coo unless you pee yo pants!
Posted: December 6th, 2006, 2:32 pm
by walker111
Erik95LS wrote:walker111 wrote:hrmmm, me you and clitz should havie a whore fest after lunch!
not me......I've got a final to study for and take
poops! What class?
Posted: December 6th, 2006, 2:41 pm
by Erik95LS
walker111 wrote:Erik95LS wrote:walker111 wrote:hrmmm, me you and clitz should havie a whore fest after lunch!
not me......I've got a final to study for and take
poops! What class?
import java.util.*;
public class Name implements Comparable<Name> {
private final String firstName, lastName;
public Name(String firstName, String lastName) {
if (firstName == null || lastName == null)
throw new NullPointerException();
this.firstName = firstName;
this.lastName = lastName;
}
public String firstName() { return firstName; }
public String lastName() { return lastName; }
public boolean equals(Object o) {
if (!(o instanceof Name))
return false;
Name n = (Name)o;
return n.firstName.equals(firstName) &&
n.lastName.equals(lastName);
}
public int hashCode() {
return 31*firstName.hashCode() + lastName.hashCode();
}
public String toString() {
return firstName + " " + lastName;
}
public int compareTo(Name n) {
int lastCmp = lastName.compareTo(n.lastName);
return (lastCmp != 0 ? lastCmp :
firstName.compareTo(n.firstName));
}
}
Posted: December 6th, 2006, 3:37 pm
by walker111
Erik95LS wrote:walker111 wrote:Erik95LS wrote:walker111 wrote:hrmmm, me you and clitz should havie a whore fest after lunch!
not me......I've got a final to study for and take
poops! What class?
import java.util.*;
public class Name implements Comparable<Name> {
private final String firstName, lastName;
public Name(String firstName, String lastName) {
if (firstName == null || lastName == null)
throw new NullPointerException();
this.firstName = firstName;
this.lastName = lastName;
}
public String firstName() { return firstName; }
public String lastName() { return lastName; }
public boolean equals(Object o) {
if (!(o instanceof Name))
return false;
Name n = (Name)o;
return n.firstName.equals(firstName) &&
n.lastName.equals(lastName);
}
public int hashCode() {
return 31*firstName.hashCode() + lastName.hashCode();
}
public String toString() {
return firstName + " " + lastName;
}
public int compareTo(Name n) {
int lastCmp = lastName.compareTo(n.lastName);
return (lastCmp != 0 ? lastCmp :
firstName.compareTo(n.firstName));
}
}
uhhhh, ok!
<praises that he joined the army instead of going to school
But needs to go...
Posted: December 6th, 2006, 3:50 pm
by walker111
hrmmmm
Posted: December 6th, 2006, 3:50 pm
by walker111
How can I whore more?
Posted: December 6th, 2006, 3:51 pm
by walker111
Sure would be easier with someone else here...
Posted: December 6th, 2006, 3:51 pm
by Erik95LS
walker111 wrote:How can I whore more?
learn java and create a post bot
Posted: December 6th, 2006, 3:52 pm
by walker111
But its not like I've never done it before
Posted: December 6th, 2006, 3:53 pm
by walker111
I could post all my pics again
Posted: December 6th, 2006, 3:53 pm
by walker111
Atleast that would give everyone something to look at....
Posted: December 6th, 2006, 3:53 pm
by walker111
Atleast that would give everyone something to look at....
Posted: December 6th, 2006, 3:54 pm
by walker111
^^^flood protection is still on
Posted: December 6th, 2006, 3:54 pm
by walker111
Erik95LS wrote:walker111 wrote:How can I whore more?
learn java and create a post bot
Is that even feasible?
Posted: December 6th, 2006, 3:55 pm
by walker111
Erik95LS wrote:walker111 wrote:How can I whore more?
learn java and create a post bot
Tell me more Mr. Erik[/b]
Posted: December 6th, 2006, 3:55 pm
by walker111
Wouldnt ITRCA have something to control that?
Posted: December 6th, 2006, 3:57 pm
by walker111
Is your exam take home? Or you actually have togo to class?
Posted: December 6th, 2006, 3:58 pm
by walker111
Lets get to 1000 before Dirty boods comes back@!
Posted: December 6th, 2006, 3:58 pm
by walker111
Where the midget be?
Posted: December 6th, 2006, 3:59 pm
by EG6-DC2
I didn't think anyone whored here anymore?
Posted: December 6th, 2006, 3:59 pm
by walker111
Only 1390 posts left!
Posted: December 6th, 2006, 4:00 pm
by walker111
There is 39?? something posts to be had before page 1000!
Posted: December 6th, 2006, 4:01 pm
by EG6-DC2
walker111 wrote:There is 39?? something posts to be had before page 1000!
Is that all?
Posted: December 6th, 2006, 4:01 pm
by Erik95LS
walker111 wrote:Is your exam take home? Or you actually have togo to class?
gotta go to class.......in a few mins.