Sandro CURY CAZZANIGA Kharec
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
Kharec pushed to main at Kharec/advent-of-code 2025-12-06 11:46:53 +01:00
fd34db28cb feat: solve part one using grid transposition
Kharec pushed to main at Kharec/advent-of-code 2025-12-06 11:07:43 +01:00
65edd3258e test: unit test for part one
Kharec pushed to main at Kharec/advent-of-code 2025-12-06 11:04:16 +01:00
e914bc6492 feat: register day six
Kharec pushed to main at Kharec/advent-of-code 2025-12-06 11:03:36 +01:00
0eed8089b6 chpre: 2025D6 dataset
Kharec pushed to main at Kharec/auditui 2025-12-05 17:14:26 +01:00
70e106208b refactor: get_stat() to be done yet
Kharec pushed to main at Kharec/auditui 2025-12-05 17:13:17 +01:00
73dc453c18 feat: prepare code