See... I would so help you.. except we're going to the midwest regionals this weekend... and since our autonomous mode works really well, I have nothing to program all weekend.. oh well.. poor me 
__________________
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
|