log

age author description
Mon, 09 Dec 2013 22:18:22 +0000 HackBot <Phantom_Hoover> addquote <shachaf> A Swede who was in #esoteric / Thought his rhymes were a little generic. / "I might use, in my prose, / \xea\x99\xaes, / But my poetry\'s alphanumeric."
Mon, 09 Dec 2013 18:33:09 +0000 HackBot <boily> echo \'A cow is an animal best served at minus zero degrees.\' >wisdom/cow
Sun, 08 Dec 2013 11:59:50 +0000 HackBot <fizzie> echo \'Along with C, C++ is a language for smart people.\' > wisdom/c++ # C already had a good-enough entry
Sat, 07 Dec 2013 01:36:57 +0000 HackBot <oerjan> echo "HackEgo? \xc2\xaf\\(\xc2\xb0\xe2\x80\x8b_o)/\xc2\xaf" >wisdom/ruddy
Sat, 07 Dec 2013 00:02:53 +0000 HackBot <oerjan> pastelogs oerjan> @.* olsner
Fri, 06 Dec 2013 22:35:05 +0000 HackBot <int-e> echo \'Semi-automatic text generation.\' > wisdom/science
Fri, 06 Dec 2013 16:51:20 +0000 HackBot <boily> echo \'A hollow voice says "Plugh"\' >wisdom/plugh
Fri, 06 Dec 2013 16:00:13 +0000 HackBot <oerjan> rm wisdom/EVERYONE
Fri, 06 Dec 2013 15:49:31 +0000 HackBot <FireFly> echo -e \'#!/bin/bash\\nsed s:\\\\\\\\n:\\\\n:g >/tmp/in.cpp <<<"$@"; g++ -o /tmp/a.out /tmp/in.cpp; /tmp/a.out\' >bin/runcpp && chmod a+x bin/runcpp
Fri, 06 Dec 2013 15:48:11 +0000 HackBot <FireFly> echo -e \'#!/bin/bash\\nsed \'s/\\\\n/\\n/g\' >/tmp/in.cpp <<<"$@"; g++ -o /tmp/a.out /tmp/in.cpp; /tmp/a.out\' >bin/runcpp && chmod a+x bin/runcpp
Fri, 06 Dec 2013 15:46:03 +0000 HackBot <mrhmouse> chmod +x bin/runcpp
Fri, 06 Dec 2013 15:42:55 +0000 HackBot <FireFly> echo -e \'#!/bin/bash\\ncat >/tmp/in.cpp <<<"$@"; g++ -o /tmp/a.out /tmp/in.cpp; /tmp/a.out\' >bin/runcpp
Fri, 06 Dec 2013 15:35:28 +0000 HackBot <boily> rm bin/a{,.cpp}
Fri, 06 Dec 2013 15:35:09 +0000 HackBot <boily> echo -e \'#include <iostream>\\nusing namespace std;\\nint main(void) {\\ncout << "Hello, world!" << endl;\\nreturn 0;\\n}\' >bin/a.cpp; g++ bin/a.cpp -o bin/a; bin/a
Fri, 06 Dec 2013 15:34:54 +0000 HackBot <boily> echo -e \'#include <iostream>\\nusing namespace std;\\nint main(void) {\\ncout << "Hello, world!" << endl;\\nreturn 0;\\n}\' >bin/a.cpp; g++ a.cpp -o bin/a; bin/a