Advent of Code

Timeline
Login

Timeline

101 check-ins using file UNLICENSE version 788c466220

2025-01-12
17:28
brought 202422 down to under 10 minutes Leaf check-in: f0e101dfbf user: nnz tags: trunk
15:44
202422 2nd star -- brute force 30 mins runtime check-in: 367ff5ba4e user: nnz tags: trunk
2025-01-09
19:37
revamped the comma separated output check-in: 2f90165e39 user: nnz tags: trunk
19:11
added TODO notes check-in: cb68a52d2d user: nnz tags: trunk
19:02
202417 2nd star check-in: 38c17bcc28 user: nnz tags: trunk
2024-12-26
11:56
202417 1st star check-in: acf723019c user: nnz tags: trunk
2024-12-25
15:31
202422 1st star check-in: 8769d8509e user: nnz tags: trunk
2024-12-15
16:42
201506 2nd star check-in: 9aa8be0d39 user: nnz tags: trunk
15:51
201506 1st star check-in: e9f61cfc4a user: nnz tags: trunk
13:12
201505 reworked my solution check-in: 02e370e22c user: nnz tags: trunk
12:24
201505 2nd star check-in: c2af59b62e user: nnz tags: trunk
11:44
201505 1st star check-in: 93e9164929 user: nnz tags: trunk
11:18
201504 two stars check-in: 17bcf7e37c user: nnz tags: trunk
11:15
branch working with main code Leaf check-in: 2b99fb3ed7 user: nnz tags: md5mini
2024-12-11
14:28
I have been working on this for some time check-in: 235f764371 user: nnz tags: md5mini
2024-12-09
18:06
202409 2nd star check-in: f303335c22 user: nnz tags: trunk
12:52
changed empty values again to work with part two check-in: cf1a1232c2 user: nnz tags: trunk
12:24
changed empty values to work with part two check-in: c93635c614 user: nnz tags: trunk
11:50
202409 1st star check-in: 8682072363 user: nnz tags: trunk
2024-12-08
17:11
202408 2nd star check-in: 9395df6993 user: nnz tags: trunk
16:02
202408 1st star check-in: 6c8d6b453f user: nnz tags: trunk
15:25
202408 found the antinodes; counting to do check-in: ce30145a0d user: nnz tags: trunk
15:03
202408 looking good so far check-in: ac43c4bcbc user: nnz tags: trunk
14:46
202408 restart with TextGrid check-in: dbcf1994d7 user: nnz tags: trunk
14:40
merge TextGrid check-in: 2f2a7645d9 user: nnz tags: trunk
13:54
added test file Leaf check-in: d487b46741 user: nnz tags: TextGrid
13:53
added test file check-in: 85a490fa64 user: nnz tags: TextGrid
13:52
TextGrid looks ok check-in: d59f9c2e2f user: nnz tags: TextGrid
13:25
removed extra stuff check-in: 85dc24a9dc user: nnz tags: TextGrid
13:23
redo some formatting check-in: 6d26cab7c2 user: nnz tags: trunk
13:22
202408 wip check-in: a382d65717 user: nnz tags: trunk
13:13
struct TextGrid is replacing linearize2d check-in: f28e83772a user: nnz tags: TextGrid
2024-12-07
14:41
fixed possible bug (3) check-in: 4ad4c64403 user: nnz tags: trunk
14:39
fixed possible bug (2) check-in: afa0bfe340 user: nnz tags: trunk
14:37
fixed possible bug check-in: c6ad316f4d user: nnz tags: trunk
13:52
removed dead code check-in: 278fc62fcc user: nnz tags: trunk
13:50
reworked operators insertion logic check-in: 9237d89a9a user: nnz tags: trunk
10:39
202407 2nd star check-in: 5a3d05d86e user: nnz tags: trunk
09:40
202407 1st star check-in: 965ad94c16 user: nnz tags: trunk
09:35
202407 -- answer too low, maybe got some overflowing check-in: 5cddab1bb6 user: nnz tags: trunk
2024-12-06
16:45
not that it matters, but bug squashed check-in: aec632be32 user: nnz tags: trunk
16:32
202406 confirm 4 for repetitions check-in: fc7808669f user: nnz tags: trunk
16:28
202406 2nd star (not pretty) check-in: 6538876b94 user: nnz tags: trunk
13:54
add space for terminating zero check-in: 16cb8577e3 user: nnz tags: trunk
13:49
ready for brute force check-in: aca10ca251 user: nnz tags: trunk
12:56
202406 1st star check-in: a114787839 user: nnz tags: trunk
12:05
moved and renamed function to aocutils.c check-in: 682dabca63 user: nnz tags: trunk
2024-12-05
21:10
inputs are now in their directory check-in: 72ebf0375e user: nnz tags: trunk
20:38
prepare for tomorrow, start work on 201504 check-in: d415c28af8 user: nnz tags: trunk
16:55
202405 2nd star check-in: 149ea78401 user: nnz tags: trunk
14:39
202405 -- new idea: count pages positions check-in: fccbd87615 user: nnz tags: trunk
12:32
202405 -- structure for part 2 in place; time for a think check-in: 88be09eaef user: nnz tags: trunk
12:15
202405 1st star check-in: a12cf534f9 user: nnz tags: trunk
11:37
202405 -- adjust sizes; time to give it a think check-in: c180606e20 user: nnz tags: trunk
11:29
202405 -- read second part of data check-in: 712548bbdf user: nnz tags: trunk
11:14
202405 -- adjust array size check-in: 431fcb199e user: nnz tags: trunk
11:12
202405 -- read first part of data check-in: 7cae0b9197 user: nnz tags: trunk
10:53
202405 -- tiny mistake check-in: ab3c10d320 user: nnz tags: trunk
10:53
202405 -- download input, prepare skeleton check-in: 3ff4b256a5 user: nnz tags: trunk
2024-12-04
18:53
added free() check-in: 292a60d81c user: nnz tags: trunk
18:48
uses dynamic memory check-in: c73a56324d user: nnz tags: trunk
18:37
201503 2nd star check-in: f5ff8c9552 user: nnz tags: trunk
18:21
201503 1st star check-in: 84c4349d5e user: nnz tags: trunk
16:13
simplified command line validation check-in: f66f7bf395 user: nnz tags: trunk
15:15
added to the ignore glob check-in: 9bfa42bf5d user: nnz tags: trunk
14:54
201502 2nd star check-in: bae6237007 user: nnz tags: trunk
14:49
201502 1st star check-in: 94e59cac7b user: nnz tags: trunk
14:35
201501 2nd star check-in: 52ef9f6ef4 user: nnz tags: trunk
14:27
201501 1st star check-in: 7f37290fac user: nnz tags: trunk
12:15
I like parenthesis around conditional expressions check-in: dc1fe09f05 user: nnz tags: trunk
12:02
changed way of summing a boolean check-in: 4609a146ec user: nnz tags: trunk
11:56
202404 2nd star check-in: 70a16d5d32 user: nnz tags: trunk
10:51
202404 1st star check-in: 0fa98a442c user: nnz tags: trunk
10:01
first check check-in: 6802a94662 user: nnz tags: trunk
09:46
added tcc check-in: 999b1250b6 user: nnz tags: trunk
09:41
added clang check-in: dcd83ba657 user: nnz tags: trunk
09:41
added include check-in: c0e1ec62fb user: nnz tags: trunk
09:30
_XOPEN_SOURCE removed check-in: 38646cdd7a user: nnz tags: trunk
09:27
use unsigned check-in: fe9956e07d user: nnz tags: trunk
08:56
reworked warning options and C standard check-in: 7965556304 user: nnz tags: trunk
2024-12-03
21:04
comment on conditional check-in: 9c47eb77fc user: nnz tags: trunk
17:06
added README check-in: 8edf0a7408 user: nnz tags: trunk
16:51
corrected name in ignore glob check-in: 78692e9be2 user: nnz tags: trunk
16:50
delete unused file check-in: 086873342a user: nnz tags: trunk
16:48
added versionable fossil settings check-in: 095436466b user: nnz tags: trunk
15:21
comment about 13/8 check-in: b4c322283a user: nnz tags: trunk
14:56
comment inside command check-in: e5bb3b830c user: nnz tags: trunk
14:19
Added Makefile (for gcc (Debian 12.2.0-14) 12.2.0) check-in: da2606395e user: nnz tags: trunk
13:38
changed order within dailies check-in: 3bac9b02b1 user: nnz tags: trunk
10:36
202403 2nd star check-in: e8b841e9cf user: nnz tags: trunk
10:00
202403 1st star check-in: 90b164fce2 user: nnz tags: trunk
2024-12-02
22:45
use typedef inside main check-in: e80b4c427f user: nnz tags: trunk
22:43
renamed function select to aocselect check-in: 65953b2da6 user: nnz tags: trunk
22:39
removed unnecessary comment check-in: 81b926f5cf user: nnz tags: trunk
22:38
avoid return from within switch check-in: d7feb2870d user: nnz tags: trunk
21:05
use typedef for pointer too check-in: 107d9e9f4f user: nnz tags: trunk
21:01
use the typedef check-in: bddfe2d324 user: nnz tags: trunk
20:57
changed header guard check-in: cd1251ba62 user: nnz tags: trunk
20:53
moved big switch out of main check-in: dd0c03da2e user: nnz tags: trunk
20:04
202401 and 202402, 4 stars check-in: 8e5f2a70ef user: nnz tags: trunk
18:41
added license check-in: 1547ed2388 user: nnz tags: trunk