Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2019-12-01 | Better error handling | Justin Worthe | |
2019-12-01 | Dressed day 1 up as a cli app | Justin Worthe | |
2019-12-01 | Day 1 | Justin Worthe | |
2019-11-30 | Initial commit | Justin Worthe | |
2018-12-25 | Day 25: Forming groups | Justin Worthe | |
2018-12-24 | Day 24: Simulating army fights | Justin Worthe | |
2018-12-23 | Day 22: Debugs on autoresizing map | Justin Worthe | |
2018-12-23 | Day 23: Searching in a massive 3d space | Justin Worthe | |
2018-12-22 | Day 22: 3D Pathfinding | Justin Worthe | |
2018-12-21 | Day 21: Simulating overflows | Justin Worthe | |
2018-12-20 | More targeted dedup on day 20 | Justin Worthe | |
2018-12-20 | Day 20: Regex pathfinding | Justin Worthe | |
2018-12-19 | Day 19: Disassembler | Justin Worthe | |
2018-12-18 | Day 18: Game of tree-life | Justin Worthe | |
2018-12-17 | Day 17: Questionable fluid dynamics | Justin Worthe | |
2018-12-16 | Day 16: Finding the opcodes on an unknown cpu | Justin Worthe | |
2018-12-15 | Code housekeeping: Added a readme | Justin Worthe | |
2018-12-15 | Day 15: Roguelike | Justin Worthe | |
2018-12-14 | Day 14: Building a list of digits | Justin Worthe | |
2018-12-13 | Day 13: Following a path | Justin Worthe | |
2018-12-12 | Day 11: Cellula automata | Justin Worthe | |
2018-12-11 | Day 11: Finding a max sum of an area | Justin Worthe | |
2018-12-10 | Day 10: Finding patterns in the stars | Justin Worthe | |
2018-12-09 | Day 9: Inserting into very big lists | Justin Worthe | |
2018-12-08 | Day 8: Recursing the tree | Justin Worthe | |
2018-12-07 | Day 7: Task scheduling | Justin Worthe | |
2018-12-06 | Day 6: Manhattan distances and coordinates | Justin Worthe | |
2018-12-05 | Added a convenient debug macro | Justin Worthe | |
Prints the expression along with it's value. Thanks to Steve Donovan for giving me the idea at the Rust meetup! | |||
2018-12-05 | Day 5: Mutating strings | Justin Worthe | |
2018-12-04 | Day 4: Event sourcing | Justin Worthe | |
2018-12-03 | Day 3: Finding collisions | Justin Worthe | |
2018-12-02 | Day 2: Scanning strings | Justin Worthe | |
2018-12-01 | Updated template to run in release mode | Justin Worthe | |
I'm trying to practice more functional idioms in Rust, and they tend to be slower than expected if you're running in debug mode. | |||
2018-12-01 | More functional take on day 1 | Justin Worthe | |
2018-12-01 | Day 1 | Justin Worthe | |