• Joined on 2020-07-10
felixm pushed to main at felixm/aocpy 2024-07-13 17:25:13 +02:00
5e68e08807 Solve 2018 day 13
felixm pushed to main at felixm/aocpy 2024-07-13 16:08:36 +02:00
f04f8ed426 Solve 2018 day 12
felixm pushed to main at felixm/antidrift 2024-07-11 03:06:05 +02:00
d84b83c6d5 Make status file nicer
felixm closed issue felixm/antidrift#8 2024-07-11 02:45:13 +02:00
Allow user to pause and in-progress session
felixm closed issue felixm/antidrift#6 2024-07-11 02:45:13 +02:00
Write out status so that we can display it elswhere
felixm pushed to main at felixm/antidrift 2024-07-11 02:45:13 +02:00
d4aa36f9b9 Write out status to file (resolves #6)
10b5511ff9 Ability to pause session to resolve #8
Compare 2 commits »
felixm closed issue felixm/antidrift#4 2024-07-11 02:04:20 +02:00
Define const strings globally
felixm pushed to main at felixm/antidrift 2024-07-11 02:04:20 +02:00
4fbd53efa5 Turn hardcoded strings into constants to resolve #4
felixm pushed to main at felixm/antidrift 2024-07-11 01:54:48 +02:00
0d50da7ceb Implement support for Windows
felixm pushed to main at felixm/aocpy 2024-07-09 23:45:19 +02:00
26f523047e Solve day 9 till 11 and part 1 day 12 2018
felixm opened issue felixm/antidrift#8 2024-07-09 23:11:30 +02:00
Allow user to pause and in-progress session
felixm opened issue felixm/antidrift#7 2024-07-09 23:11:13 +02:00
Make session rating view auto-scroll
felixm pushed to main at felixm/aocpy 2024-07-08 02:34:59 +02:00
e9ba9cee63 Add 2022 solutions
d582dfc777 Add 2023 solutions
Compare 2 commits »
felixm pushed to main at felixm/aocpy 2024-07-08 02:25:13 +02:00
da1c37ffa7 Solve day 7 and 8 of 2018.
felixm pushed to main at felixm/aocpy 2024-07-08 01:20:27 +02:00
9df26ebe71 Solve 2018 day 5 and 6. Nice.
felixm closed issue felixm/antidrift#3 2024-07-06 17:41:54 +02:00
Create view for session results
felixm pushed to main at felixm/antidrift 2024-07-06 17:41:54 +02:00
288ef6a9c4 Show all session results to resolve #3
felixm opened issue felixm/antidrift#6 2024-07-06 17:29:51 +02:00
Write out status so that we can display it elswhere
felixm opened issue felixm/antidrift#5 2024-07-06 16:10:55 +02:00
Implement ability to persist session results
felixm closed issue felixm/antidrift#1 2024-07-06 15:53:49 +02:00
Create a readme file