log

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