April 28, 2008

small brain fuck interpreter in c

//it interprets the brainfuck programming language from stdin.
//as you can see, this program itself is also brain fucked.
//i found this from here http://esoteric.sange.fi/brainfuck/impl/interp/small.c
//very nice

char m[9999],*n[99],*r=m,*p=m+5000,**s=n,d,c;main(){for(read(0,r,p)
;c=*r++;c-93?c-91?d?0:c-43&~2?c-44?c-46?p+=c&~2^60?0:c%4-1:write(1,
p,1):read(2,p,1):(*p-=c-44):d++||(*++s=r):d&&—d?0:*p?r=*s:—s);}

April 27, 2008

AI stuff

http://www.generation5.org/jdk/

http://opensource.arc.nasa.gov/project/code/

http://www.advogato.org/article/946.html

http://www.faqs.org/faqs/ai-faq/general/part6/preamble.html

http://www.aaai.org/AITopics/pmwiki/pmwiki.php/AITopics/Software

http://www.aaai.org/AITopics/pmwiki/pmwiki.php/AITopics/Software

http://openai.sourceforge.net/downloads.html

http://www.linux.com/base/ldp/howto/AI-Alife-HOWTO-2.html

http://linuxgazette.net/issue50/silva2.html

http://www.fml.tuebingen.mpg.de/raetsch/projects/shogun

April 11, 2008

this shit is crazy

http://www.eskimo.com/~joelm/tempestintro.html