Not to be on-topic or anything..
But is there really a wrong way to pick a guy up? Lol.. I think most of us would love to be picked up by a chick.. even the taken ones would enjoy it!
__________________
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
|