Sandro CURY CAZZANIGA Kharec
Kharec pushed to main at Kharec/advent-of-code 2025-12-06 23:45:54 +01:00
94ecbd27bf test: add unit test for part one
Kharec pushed to main at Kharec/advent-of-code 2025-12-06 23:44:15 +01:00
b44a592808 chore: D4 dataset
Kharec pushed to main at Kharec/advent-of-code 2025-12-06 23:44:04 +01:00
b00d2f13a3 feat: register day four
Kharec pushed to main at Kharec/advent-of-code 2025-12-06 23:43:02 +01:00
b26f1531f5 feat: solve part two
Kharec pushed to main at Kharec/advent-of-code 2025-12-06 23:40:23 +01:00
7de5fa7794 fix: update parsing to avoid doing split in both functions
Kharec pushed to main at Kharec/advent-of-code 2025-12-06 23:40:04 +01:00
66e91e05a4 test: update input to be a []string
Kharec pushed to main at Kharec/advent-of-code 2025-12-06 23:36:15 +01:00
a20bb8ab09 test: add unit test for part two
Kharec pushed to main at Kharec/advent-of-code 2025-12-06 23:34:52 +01:00
c5fcc8b353 feat: solve part one
Kharec pushed to main at Kharec/advent-of-code 2025-12-06 23:13:22 +01:00
0357f263cc test: add unit test for part one
Kharec pushed to main at Kharec/advent-of-code 2025-12-06 23:11:47 +01:00
8488debc25 feat: register day four
Kharec pushed to main at Kharec/advent-of-code 2025-12-06 23:11:14 +01:00
00dd40428b chore: 2021D4 dataset
Kharec pushed to main at Kharec/auditui 2025-12-06 16:22:49 +01:00
7951373033 fix: use constant now that authenticate is in Auditui class
Kharec pushed to main at Kharec/auditui 2025-12-06 16:04:11 +01:00
cc3a1c6818 feat: move authentication inside Auditui class
Kharec pushed to main at Kharec/auditui 2025-12-06 15:57:16 +01:00
1088517cd5 refactor: reduce code
Kharec pushed to main at Kharec/auditui 2025-12-06 15:48:25 +01:00
a62c3e9bf4 clean: remove player.py, now useless
Kharec pushed to main at Kharec/auditui 2025-12-06 15:46:17 +01:00
fc15096918 refactor: rename AudituiApp to Auditui to have the right name in TUI interface
Kharec pushed to main at Kharec/auditui 2025-12-06 15:45:00 +01:00
37ac47698c docs: update readme with play/pause implementation
d6e2284db1 feat: play/pause implementation based on local download
Compare 2 commits »
Kharec pushed to main at Kharec/auditui 2025-12-06 15:11:10 +01:00
1cac45e6cf feat: get signup year in the least shitty way possible
Kharec pushed to main at Kharec/advent-of-code 2025-12-06 12:10:10 +01:00
3d35a57723 feat: solve part two using right-to-left processing
Kharec pushed to main at Kharec/advent-of-code 2025-12-06 11:48:24 +01:00
0d40e32a39 test: add unit test for part two