log

age author description
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