pmcgee1969.bsky.social
@pmcgee1969.bsky.social
Also, just mentioning, on Chrome/Windows ... the code sections are looking :
December 30, 2024 at 2:48 PM
Advent of Code - Day 6 Problem 1.

Nice and simple for this part.
December 17, 2024 at 8:21 PM
Advent of Code - Day 5 Problem 2

The amount of code that was thrown away here, once the solution was clear. 😅 (I had assumed it was harder than it really was).
December 17, 2024 at 8:16 PM
Advent of Code - Day 5 Problem 1

Dictionary of Lists standing in for a Graph. 🙂
December 9, 2024 at 12:14 PM
Advent of Code - Day 4 Problem 1

I want to go back later and compare this (ugly) buffer idea to
String.StartsWith.
December 9, 2024 at 5:48 AM
Advent of Code - Day 3 Problem 2
I was hung up on a tiny logic error (cursor movement), but it's worked out now. 😅😪🙂
github.com/pmcgee69/Adv...

Most of what I added was this : parsers to capture 'Do' and 'Don't', and extend the main loop to call them.
December 8, 2024 at 9:01 AM
Advent of Code. Day 3. Part 1.
Semi-inspired by the idea of Parser Combinators.
But I haven't fully absorbed the ideas ... and I want better syntax in Delphi around Optional and Result types.
It will be interesting to do this problem in Rust now.
December 5, 2024 at 2:34 PM
Advent of Code. Day 2.
Some ugliness there :/ ... might look better in the future sometime.
December 4, 2024 at 8:19 AM
My Advent of Code solutions in Delphi (Object Pascal). 😎
Day 1.
December 4, 2024 at 8:03 AM
November 17, 2024 at 3:31 AM