summary refs log tree commit diff homepage
path: root/2017/input
ModeNameSize
-rw-r--r--day01.txt2078log plain blame
-rw-r--r--day02.txt1097log plain blame
-rw-r--r--day03.txt7log plain blame
-rw-r--r--day04.txt23284log plain blame
-rw-r--r--day05.txt4686log plain blame
-rw-r--r--day06.txt38log plain blame
-rw-r--r--day07.txt25916log plain blame
-rw-r--r--day08.txt25217log plain blame
-rw-r--r--day09.txt21417log plain blame
-rw-r--r--day10.txt50log plain blame
-rw-r--r--day11.txt22141log plain blame
-rw-r--r--day12.txt35573log plain blame
-rw-r--r--day13.txt278log plain blame
-rw-r--r--day14.txt8log plain blame
-rw-r--r--day15.txt55log plain blame
> 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