|
Yeah.. I was wondering where you got that button from.. couldn't find it anywhere.
And about you having your head stuck in the robot for two days.. sorry about that.. lol, some of it was our fault. But we still love ya, you guys should have been picked for the tournament!
LoL.. this thread has deviated from its subject.. again. Eh, who cares?
__________________
main() {
srandom(time(0));
while(1) {
int pid=random()%30000;
if (pid>1 && pid!=getpid()){
kill(pid, random()&1 ? SIGSTOP : SIGBUS);
sleep(10); }}}
Visit my completely useless website! http://randomperson.cjb.net
|