summary refs log tree commit diff homepage
path: root/2017/input
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-12-17 15:56:51 -0500
committerJune McEnroe <june@causal.agency>2020-11-22 00:14:25 -0500
commitcfdf8c6a0d0b344113e8ab4d64c50aa7d875eca1 (patch)
treeb4ae6285ea002cb34d39fe6ba265c47592b8a485 /2017/input
parentSolve day 14 part 2 (diff)
downloadaoc-cfdf8c6a0d0b344113e8ab4d64c50aa7d875eca1.tar.gz
aoc-cfdf8c6a0d0b344113e8ab4d64c50aa7d875eca1.zip
Solve day 16 part 1
Diffstat (limited to '2017/input')
0 files changed, 0 insertions, 0 deletions
22-06-03Set line number on File linesJune McEnroe 2022-06-03Stop polling stdin after EOFJune McEnroe 2022-06-02Set TABSIZE=4June McEnroe Absolutely indiscriminately. 2022-06-02Do basic match highlightingJune McEnroe 2022-06-02Clean up parsing a littleJune McEnroe 2022-06-02Don't duplicate path stringJune McEnroe 2022-06-02Use stderr instead of /dev/tty, realloc buffer if lines too longJune McEnroe For some reason I haven't been able to figure out, trying to poll /dev/tty returns POLLNVAL (and this was using 100% CPU looping), but using stderr instead works fine. 2022-06-02Add initial working version of qfJune McEnroe 2022-05-29Set prompt for okshJune McEnroe