summary refs log tree commit diff homepage
path: root/2020/day14.c (follow)
Commit message (Collapse)AuthorAge
* Update day 14 part 2 with the clever wayJune McEnroe2020-12-15
|
* Rewrite day 14 to log all writes then sort themJune McEnroe2020-12-14
| | | | Down from 1.56s to 0.04s.
* "Allocate" only 4 MB rather than 1 TB for day 14 part 2June McEnroe2020-12-14
| | | | | There are <512 writes in the input data, and at most 9 bits floating. Doesn't really matter much, though.
* Solve day 14 part 2June McEnroe2020-12-14
| | | | Quite messy but it works.
* Solve day 14 part 1June McEnroe2020-12-14
logsubject'>Update README.mddestruc7i0n 2020-02-05Precedencedestruc7i0n 2020-02-05Allow specification of the channel name rather than iddestruc7i0n 2020-02-05Some more cleanupdestruc7i0n 2020-02-05More config handlingdestruc7i0n 2020-02-04Update typesdestruc7i0n 2020-02-04Docs updatesdestruc7i0n 2020-02-04Code cleanupdestruc7i0n 2020-02-04Refactor and rebuild to TypeScriptdestruc7i0n 2019-02-11Local file supportdestruc7i0n 2018-11-11Let's make this usable again!destruc7i0n 2018-02-23Allow configurable discord formatArcensoth 2018-02-23Revert example tellraw format to mimic the originalArcensoth 2018-02-23Update readme with new tellraw config optionArcensoth 2018-02-23Allow configurable tellraw formatArcensoth 2018-02-23Allow config file to be passed as a parameterArcensoth