Beta? Hrm..... is it really?
Ok.. I've been using the nice PBASIC 2.0 Beta editor.. and to be quite honest I really haven't had any issues with it whatsoever. No bugs... nothing. So.. the big question I have.. is what am I missing? Since its beta obviously it has to have bugs (even non-beta stuff has bugs.. lol).. anyone had bad experiences with it yet?
__________________
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
|