log

age author description
Mon, 08 Feb 2016 22:31:27 +0000 HackBot <oerjan> learn Chthonic lithping can be vethy dithturbing to lithten to.
Mon, 08 Feb 2016 22:28:48 +0000 HackBot <oerjan> learn The Sun *may* be retroreflectorey, it\'s hard to be sure.
Mon, 08 Feb 2016 22:24:04 +0000 HackBot <int-e> learn Pluto is an ex-planet that moonlights as a dog in Disney cartoons.
Mon, 08 Feb 2016 18:10:24 +0000 HackBot <izabera> ` echo \'sleep 3; /usr/bin/python "$@"\' > bin/python; chmod +x bin/python
Mon, 08 Feb 2016 17:30:32 +0000 HackBot <int-e> le/rn rice/It is undecidable whether a given Turing machine can prove Rice\'s theorem.
Sun, 07 Feb 2016 23:28:17 +0000 HackBot <oerjan> addquote <lambdabot> "on the oehtr hadn, sinortg olny the ideinss of wdors is pceeflrty raabdeel,... <fizzie> Well, maybe pceeflrty is a bit too strong a word here.
Sun, 07 Feb 2016 23:22:00 +0000 HackBot <oerjan> learn Ginorst is eht aillpr fo dgoo iikw aaeegmmnnt.
Fri, 05 Feb 2016 00:11:52 +0000 HackBot <oerjan> ` mv grph.c src
Thu, 04 Feb 2016 01:34:02 +0000 HackBot <oerjan> ` mv wisdom/mauri{s,}
Mon, 01 Feb 2016 01:41:43 +0000 HackBot <tswett> revert
Mon, 01 Feb 2016 01:37:32 +0000 HackBot <tswett> delquote 1100
Mon, 01 Feb 2016 00:29:24 +0000 HackBot <oerjan> addquote <\\oren\\> scientists can apparently research things even while rotating 30 times a minute
Sat, 30 Jan 2016 21:32:50 +0000 HackBot <izabera> ` printf \'#!/bin/bash\\nfor file do mapfile -t lines < "$file"; for (( i = ${#lines[@]} -1; i >= 0; i-- )) do printf "%%s\\\\n" "${lines[i]}"; done done\' > bin/tac
Sat, 30 Jan 2016 21:26:51 +0000 HackBot <izabera> ` printf \'#!/usr/bin/awk\\nFNR == 1 { for (i = max; i >= 1; i--) print a[i] } { a[max=FNR] = $0 } END { for (i = max; i >= 1; i--) print a[i] }\' > bin/tac
Sat, 30 Jan 2016 21:25:52 +0000 HackBot <izabera> ` printf \'FNR == 1{ for (i = max; i >= 1; i--) print a[i] } { a[max=FNR] = $0 } END { for (i = max; i >= 1; i--) print a[i] }\' > bin/tac; chmod +x bin/tac