Ben Harris ben
ben pushed to main at ben/aoc 2023-12-06 17:18:25 +00:00
5c2434c153 2023 day 6
ben pushed to main at ben/aoc 2023-12-05 20:52:01 +00:00
b254c48ec4 make ProcessInput virtual instead of abstract and remove empty method bodies
ben pushed to main at ben/aoc 2023-12-04 17:36:48 +00:00
843f58cf8c tidy input parser for 2023/4
ben pushed to main at ben/aoc 2023-12-04 05:58:00 +00:00
7a9d1e2224 2023 day 4
ben pushed to main at ben/aoc 2023-12-04 05:27:11 +00:00
9e162a4688 2023 day 4 part 1
ben pushed to main at ben/aoc 2023-12-03 20:07:17 +00:00
4fa3352510 oops, remove trailing whitespace
ben pushed to main at ben/aoc 2023-12-03 06:55:35 +00:00
31fe78fbc3 add missing test input for 2022 day 16
ace7201859 prefer char.IsAsciiDigit over char.IsDigit
Compare 2 commits »
ben pushed to main at ben/aoc 2023-12-03 06:44:34 +00:00
3d6b2df0d6 2023 day 3 part 2
ben pushed to main at ben/aoc 2023-12-03 06:30:08 +00:00
dd80a3dddc 2023 day 3 part 1
ben pushed to main at ben/aoc 2023-12-03 03:52:35 +00:00
f329cc9e61 2022 day 15 it's pretty slow
ben pushed to main at ben/aoc 2023-12-03 02:57:42 +00:00
b00e172d38 bump morelinq version
ben pushed to main at ben/aoc 2023-12-03 00:21:19 +00:00
49494d0d0b use ReadAllLines instead
ben pushed to main at ben/aoc 2023-12-03 00:10:46 +00:00
ce841c1bb7 2023 day 2
ben commented on issue tildeverse/gitea-custom#9 2023-12-01 19:14:46 +00:00
Pull mirror syncs not working

I think this is solved with the same solution as tildeverse/gitea-custom#8 (comment)

ben closed issue tildeverse/gitea-custom#9 2023-12-01 19:14:46 +00:00
Pull mirror syncs not working
ben commented on issue tildeverse/gitea-custom#8 2023-12-01 19:14:10 +00:00
Release/archive download throws error 500

after some more debugging on irc, i ended up on the queue management page of the admin panel and clearing out the 1500 pending items from the repo-archive queue seems to have made it work. reopen…

ben closed issue tildeverse/gitea-custom#8 2023-12-01 19:14:10 +00:00
Release/archive download throws error 500
ben pushed to main at ben/aoc 2023-12-01 18:25:26 +00:00
8f84143d73 fix eols
ben pushed to main at ben/aoc 2023-12-01 18:21:31 +00:00
260e10ec9e clean up some warnings
ben pushed to main at ben/aoc 2023-12-01 17:53:35 +00:00
fb2c66e47e make logic clearer