Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-05 | Day 4 | Justin Wernick | |
2020-12-04 | Day 3 | Justin Wernick | |
2020-12-02 | Day 2 | Justin Wernick | |
2020-12-01 | Day 1 start | Justin Wernick | |
2020-11-18 | Initial commit for 2020 | Justin Wernick | |
2020-01-23 | Removed redundant match statements left over from an old implementation | Justin Wernick | |
The old version used to have error handling for out of range memory access. | |||
2020-01-23 | Clean up unused imports | Justin Wernick | |
2020-01-19 | Replace custom debug with derivative | Justin Wernick | |
2020-01-13 | Day 25: Text adventure game! | Justin Wernick | |
2020-01-12 | Fractal descent of bugs | Justin Wernick | |
2020-01-12 | Refactor buggy game of life to use Set instead of Vector | Justin Wernick | |
This sets me up for the infinite play space of part 2 | |||
2020-01-11 | Day 24: bugs of life | Justin Wernick | |
2020-01-10 | Day 23: A network of intcodes | Justin Wernick | |
2020-01-05 | Day 22: adventures in modular math | Justin Wernick | |
2020-01-05 | Reimplementation of day 22 that doesn't need the whole deck in memory | Justin Wernick | |
2020-01-01 | Day 22 part 1, modular shuffling | Justin Wernick | |
2019-12-31 | Springbot walking, running, and jumping! | Justin Wernick | |
2019-12-31 | Day 21 hello world, springbot bouncing into a hole | Justin Wernick | |
2019-12-31 | Day 20 part 2 - now with depth! | Justin Wernick | |
2019-12-30 | Day 20 part 1 | Justin Wernick | |
2019-12-30 | Parsing for day 20 | Justin Wernick | |
2019-12-26 | Day 19: Tractor beam! | Justin Wernick | |
2019-12-26 | Day 18 part 2. This needed some optimization | Justin Wernick | |
2019-12-26 | Day 18: part 1 | Justin Wernick | |
2019-12-24 | Day 17: The vacuum robot | Justin Wernick | |
2019-12-24 | Day 16: Horendously expensive computation... | Justin Wernick | |
2019-12-23 | Day 15 - getting progressively messier... | Justin Wernick | |
2019-12-22 | Day 14, refueling | Justin Wernick | |
2019-12-22 | Day 13: Pong AI done | Justin Wernick | |
2019-12-21 | Day 13 part 1 | Justin Wernick | |
2019-12-20 | Day 12 part 2 | Justin Wernick | |
2019-12-19 | Day 12 part 1 | Justin Wernick | |
2019-12-16 | Day 10 and 11! Yay! | Justin Wernick | |
2019-12-15 | Debuggability and fixing the day 9 bug | Justin Wernick | |
2019-12-14 | Added relative mode support. Currently isn't working. | Justin Wernick | |
2019-12-14 | Intcode computer to use bigints and unlimited memory space! | Justin Wernick | |
Also started a more complete error reporting scheme. | |||
2019-12-13 | Day 8, image processing | Justin Wernick | |
2019-12-13 | Did the feedback loop for the amplifier circuit | Justin Wernick | |
2019-12-12 | Day 7 part 1 (it's dirty and doesn't solve part 2 yet) | Justin Wernick | |
2019-12-11 | Intcode program into lib! It's shared code now. | Justin Wernick | |
2019-12-11 | Day 6: Orbital maps | Justin Wernick | |
2019-12-11 | Input parsing for day 6 | Justin Wernick | |
2019-12-11 | Cleaned up error handling | Justin Wernick | |
It still doesn't say anything about the errors, but maybe next time. | |||
2019-12-05 | Day 5: It technically works, even if it's ugly | Justin Wernick | |
2019-12-05 | Day 4 - some quick iteration | Justin Wernick | |
2019-12-05 | Day 3: It's clunky in parts but it solves the problem | Justin Wernick | |
2019-12-02 | Removed redundant call to run program | Justin Wernick | |
2019-12-02 | Abstract the repeated code | Justin Wernick | |
2019-12-02 | Extra finding | Justin Wernick | |
2019-12-02 | Day 2: Intcode machine! | Justin Wernick | |