summary refs log tree commit diff homepage
path: root/2016
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2016-12-21 23:01:42 -0500
committerJune McEnroe <june@causal.agency>2020-11-22 00:14:25 -0500
commit9a2ce1e699191efc2071ef87e1a73a80e8bd0804 (patch)
treed98d6ffc37785291e68b93690d18908368773fc3 /2016
parentRewrite day 19 with VecDeque (diff)
downloadaoc-9a2ce1e699191efc2071ef87e1a73a80e8bd0804.tar.gz
aoc-9a2ce1e699191efc2071ef87e1a73a80e8bd0804.zip
Why doesn't day 21 work?
The example works. I've stepped through like 20 operations manually.
What the hell?
Diffstat (limited to '2016')
0 files changed, 0 insertions, 0 deletions
gmsg'> 2019-12-19Avoid matching := assignments as tagsJune McEnroe 2019-12-18Hide line numbers when rendering mdocJune McEnroe Hack: output an extra <td> after rendering mdoc so that line numbers can be hidden based on there being three. This required splitting source-filter and about-filter since on about pages there is no table. 2019-12-18Customize cgit CSSJune McEnroe 2019-12-18Use :target rather than :focus pseudo-classJune McEnroe :target persists after you click on something else. 2019-12-18Copy cgit auxiliary binaries properlyJune McEnroe 2019-12-18Add git.causal.agency cgit configJune McEnroe 2019-12-18Bail from hi if input is binaryJune McEnroe NULs in the input cause an infinite loop in htmlEscape, not to mention regexes obviously not working, etc. 2019-12-16Post "cgit setup"June McEnroe