log

age author description
Tue, 30 Sep 2014 00:43:20 +0000 HackBot <oerjan> fmt -w1000 bin/burlesque >b; mv b bin/burlesque; rm b
Tue, 30 Sep 2014 00:16:13 +0000 HackBot <oerjan> revert 4933
Tue, 30 Sep 2014 00:15:20 +0000 HackBot <oerjan> revert
Tue, 30 Sep 2014 00:14:39 +0000 HackBot <oerjan> learn_append burlesque
Tue, 30 Sep 2014 00:13:03 +0000 HackBot <oerjan> sed -i -e \'4afmt -w1000 "wisdom/$topic"\' bin/learn_append
Tue, 30 Sep 2014 00:12:50 +0000 HackBot <oerjan> revert
Tue, 30 Sep 2014 00:12:07 +0000 HackBot <oerjan> sed -i -e \'4afmt -w1000 "wisdom/$topic"\' -e \'s/[$]stuff/ $stuff/\' bin/learn_append
Tue, 30 Sep 2014 00:11:50 +0000 HackBot <oerjan> revert
Tue, 30 Sep 2014 00:11:21 +0000 HackBot <oerjan> sed -i -e \'4afmt -w "wisdom/$topic"\' -e \'s/[$]stuff/ $stuff/\' bin/learn_append
Mon, 29 Sep 2014 12:57:24 +0000 HackBot <mroman_> learn_append burlesque (see: http://mroman.ch/burlesque)
Mon, 29 Sep 2014 12:56:52 +0000 HackBot <mroman_> learn blsq (see burlesque)
Mon, 29 Sep 2014 09:00:42 +0000 HackBot <oerjan> sed -i \'3iecho >>"$2"\' interps/gcccomp/gcccomp
Mon, 29 Sep 2014 08:58:21 +0000 HackBot <oerjan> sed -i \'12s/\\\\n//\' lib/interp
Mon, 29 Sep 2014 08:55:39 +0000 HackBot <mroman_> echo \'double f(double a, int c, double b) { return c*(a + b)/c; }\' | gcc -x c - -o - -S -O3 | paste
Mon, 29 Sep 2014 08:54:27 +0000 HackBot <mroman_> echo \'double f(double a, double b) { return a + b; }\' | gcc -x c - -o - -S -O3 | paste
Mon, 29 Sep 2014 08:52:37 +0000 HackBot <fizzie> echo \'double f(double a, double b) { return a + b; }\' | gcc -mfpmath=387 -x c - -o - -S -O2 | paste
Mon, 29 Sep 2014 08:33:35 +0000 HackBot <oerjan> sed -i \'s/".*/perl/\' ibin/perl
Mon, 29 Sep 2014 08:32:37 +0000 HackBot <oerjan> rm ibin/perl; cp ibin/c ibin/perl; sed -i \'s/ c/ perl/\' ibin/perl
Mon, 29 Sep 2014 08:25:19 +0000 HackBot <oerjan> sed -i \'12s/s/s\\\\n/\' lib/interp
Mon, 29 Sep 2014 08:10:12 +0000 HackBot <oerjan> revert
Mon, 29 Sep 2014 08:09:41 +0000 HackBot <oerjan> sed -i \'3s/1/1\\\\n/\' bin/interp
Mon, 29 Sep 2014 08:05:28 +0000 HackBot <oerjan> revert
Mon, 29 Sep 2014 07:58:42 +0000 HackBot <oerjan> sed -i \'s|2> /dev/null||\' interps/gcccomp/gcccomp
Mon, 29 Sep 2014 07:57:47 +0000 HackBot <oerjan> sed -i \'47d\' interps/gcccomp/gcccomp
Mon, 29 Sep 2014 07:55:18 +0000 HackBot <oerjan> sed -i \'47iecho "$GCC" -x "$LANG" "$2" $FLAGS -o /tmp/compiled.$$\' interps/gcccomp/gcccomp
Mon, 29 Sep 2014 07:55:05 +0000 HackBot <oerjan> revert
Mon, 29 Sep 2014 07:54:35 +0000 HackBot <oerjan> sed -i \'47iecho "$GCC" -x "$LANG" "$2" $FLAGS -o /tmp/compiled.$$ 2> /dev/null\' interps/gcccomp/gcccomp
Mon, 29 Sep 2014 07:19:55 +0000 HackBot <oerjan> chmod +x ibin/java
Mon, 29 Sep 2014 07:19:33 +0000 HackBot <oerjan> sed \'s/p c/p java/\' ibin/c >ibin/java
Mon, 29 Sep 2014 07:11:40 +0000 HackBot <oerjan> gcc test.c