🎞️ Fotodilettante chimico
I have a basic knowledge of Swift and zero experience in making native Mac apps, so I think it’s going to be interesting
I have a basic knowledge of Swift and zero experience in making native Mac apps, so I think it’s going to be interesting
Finally I came back to AoC2024, but skipping day 9 (troubles on part 2).
I'm planning to start a YT prog. channel with me solving AoC2024 in #AWK. It's going to be in Italian, maybe with En subs ;)
Finally I came back to AoC2024, but skipping day 9 (troubles on part 2).
I'm planning to start a YT prog. channel with me solving AoC2024 in #AWK. It's going to be in Italian, maybe with En subs ;)
#AWK. Part 1 was a little bit complex due to the limitations of awk arrays. My p1 solution evolved very nicely to part 2 solution, with very few changes.
#AWK. Part 1 was a little bit complex due to the limitations of awk arrays. My p1 solution evolved very nicely to part 2 solution, with very few changes.
This was pretty easy in #AWK. Part 1 solution smoothly extended to part 2 by adding one single condition and going from .09 to 2.9 seconds 😎
This was pretty easy in #AWK. Part 1 solution smoothly extended to part 2 by adding one single condition and going from .09 to 2.9 seconds 😎
Just a bit late completing day 6. I was able to do both parts in #AWK, but in part 2 I had to implement some bitwise operations and hex<->dec conversions, because of awk's lack of them.
Just a bit late completing day 6. I was able to do both parts in #AWK, but in part 2 I had to implement some bitwise operations and hex<->dec conversions, because of awk's lack of them.
This was conceptually quite easy, both parts. I found some technical difficulties due to the very limited features of #AWK data structures (array in particular).
This was conceptually quite easy, both parts. I found some technical difficulties due to the very limited features of #AWK data structures (array in particular).
Pure #AWK. I won't use any other shell tool, unless I'm not able to find a way to do it in pure awk.
Part 2 was quite easy; part 1 was conceptually easy, but a little "awk"ward to do in awk 😅
Pure #AWK. I won't use any other shell tool, unless I'm not able to find a way to do it in pure awk.
Part 2 was quite easy; part 1 was conceptually easy, but a little "awk"ward to do in awk 😅
I was a little stuck on part 2, but finally got it with a nice brute-force approach. #AWK, by the way.
I was a little stuck on part 2, but finally got it with a nice brute-force approach. #AWK, by the way.
Using a pure #AWK solution for both part 1 and 2.
I'm a little stuck on Day 2 - part 2. My brain totally screwed, and I'm close but not still there. I'm using AWK there, too.
Using a pure #AWK solution for both part 1 and 2.
I'm a little stuck on Day 2 - part 2. My brain totally screwed, and I'm close but not still there. I'm using AWK there, too.
Per la prima parte: uno script Bash che usa "paste", "sort" e "awk".
Per la seconda parte: uno script #AWK puro 😜
Per la prima parte: uno script Bash che usa "paste", "sort" e "awk".
Per la seconda parte: uno script #AWK puro 😜