I hate to be the picky one here.. but isn't technically it called "duct" tape.. not "duck" tape? LoL...
And as far as what's been done with it by me.. lets just say it really isn't appropraite for this forum.. 
__________________
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
|