|
not working. never worked. umm.. stick a switch on there and no workee it. connect switch that works on other input no work on this input. And... here's the kicker! The wiring between the switch and the controller is sound as well (multi-meter: dont leave home without it!). So, yeah, no dibs. It plain doesn't work.
__________________
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
|