Skip to content

Instantly share code, notes, and snippets.

View wadmiraal's full-sized avatar

Wouter Admiraal wadmiraal

View GitHub Profile
@wadmiraal
wadmiraal / gist:7532480
Created November 18, 2013 18:08
One useful use of override_function.
override_function('override_function', '$function_name, $function_args, $function_code', 'return override_function($function_name, $function_args, $function_code );');
@wadmiraal
wadmiraal / gist:6520040
Last active December 22, 2015 19:29
My first brainf* program. If you copy-paste this into the http://brainfuck.tk/ interpreter, and give it an input, it'll print "Wouter says [your input]".
++++++++ [ > ++++++++++ < - ] > +++++++ .
> +++++++++++ [ > ++++++++++ < - ] > + .
> +++++++++++ [ > ++++++++++ < - ] > +++++++ .
> +++++++++++ [ > ++++++++++ < - ] > ++++++ .
> ++++++++++ [ > ++++++++++ < - ] > + .
> +++++++++++ [ > ++++++++++ < - ] > ++++ .
> +++ [ > ++++++++++ < - ] > ++ .
> +++++++++++ [ > ++++++++++ < - ] > +++++ .
> +++++++++ [ > ++++++++++ < - ] > +++++++ .
> ++++++++++++ [ > ++++++++++ < - ] > + .