|
The Grand FIRST team.. programmers and others needed
Hey, just in case you haven't seen the forum about it yet, check this out. Much programming help is needed and sought out.
The idea/concept: http://www.chiefdelphi.com/forums/sh...threadid=19868
Programming thread: http://www.chiefdelphi.com/forums/sh...threadid=20889
Check it out 
__________________
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
|