Archive for the ‘Brainfuck’ Category

arduino

Brainfuck For Arduino

This Saturday I've seen the light. For the first time since three months I've had the freedom to do what I want. So I have implemented this simple brainfuck interpreter for Arduino. This is a preview of Brainfuck For... Read more
Hacking for password

A good hack for a sad street

Sometimes the local administration of my small town has good ideas, this time they launched a competition for writers, they gave the writers an entire underpass to show their arts, and now a very very very sad underpass is... Read more
Apr
14
2011

YASOBE Yet another set of Brainfuck examples.

Sound the system bell +++++++ This is a preview of YASOBE Yet another set of Brainfuck examples.. Read the full post (234 words, estimated 56 secs reading time) Read more
Mar
28
2011

A couple of quines in Brainfuck

  http://www.muppetlabs.com/~breadbox/bf/quine.b.txt ->+>+++>>+>++>+>+++>>+>++>>>+>+>+>++>+>>>>+++>+>>++>+>+++>>++>++>>+>>+>++>++>+>>>>+++>+>>>>++>++>>>>+>>++>+>+++>>>++>>++++++>>+>>++>+>>>>+++>>+++++>>+>+++>>>++>>++>>+>>++>+>+++>>>++>>+++++++++++++>>+>>++>+>+++>+>+++>>>++>>++++>>+>>++>+>>>>+++>>+++++>>>>++>>>>+>+>++>>+++>+>>>>+++>+>>>>+++>+>>>>+++>>++>++>+>+++>+>++>++>>>>>>++>+>+++>>>>>+++>>>++>+>+++>+>+>++>>>>>>++>>>+>>>++>+>>>>+++>+>>>+>>++>+>++++++++++++++++++>>>>+>+>>>+>>++>+>+++>>>++>>++++++++>>+>>++>+>>>>+++>>++++++>>>+>++>>+++>+>+>++>+>+++>>>>>+++>>>+>+>>++>+>+++>>>++>>++++++++>>+>>++>+>>>>+++>>++++>>+>+++>>>>>>++>+>+++>>+>++>>>>+>+>++>+>>>>+++>>+++>>>+<+]+++++>.>>>-.------------------->-<<+>>>]<<<]>++++++++++++++<]>+++<]++++++>+<<<-><<] http://www.nyx.net/~gthompso/self_brainf.txt This is a preview of A couple of quines in Brainfuck. Read the full post (118 words, estimated 28 secs reading time) Read more
Mar
19
2011

Brainfuck sample code

After the short description of the brainfuck programming language, here you are some sample code in this fantastic language: Hello world Life Fibonacci   Hello world (source page)    +++++ +++++             initialize counter... Read more
Feb
28
2011

Brainfuck: tools.

  There are a lot of tools for brainfuck on the internet, here you are a short list of the most interesting (for me) brainfuck tools.   Brainfucked (http://home.arcor.de/partusch/html_en/bfd.html) This is a preview of Brainfuck: tools.. Read the full... Read more
Feb
22
2011

Brainfuck a Turing-complete Programming Language: an introduction

The brainfuck programming language is an esoteric programming language noted for its extreme minimalism. It implements a Turing-complete language. brainfuck was created in 1993 by Urban Müller with the intention of designing a language which could be implemented with... Read more