Profile avatar
bigbluebox.ca
#IBMChampion #IBMi #Storage
30 posts 14 followers 11 following
Regular Contributor
Conversation Starter

Google "Squid Game". Click the envelope. You're welcome.

Advent of Code day 14 in RPG! Part 1 was pretty simple, used regular expressions to extract data and the %REM function is central to the program. #IBMChampion #IBMi #AdventOfCode bigblueblog.xyz/adventofcode...

Advent of Code day 13 in RPG! I resisted the temptation to use brute force to solve part 1 and used math instead (just kidding, I could resist mathing it out). This made part 2 ultra simple too! #IBMChampion #IBMi #AdventOfCode bigblueblog.xyz/adventofcode...

Advent of Code day 12 in RPG! An interesting puzzle where recursivity shines. #IBMChampion #IBMi #AdventOfCode bigblueblog.xyz/adventofcode...

Advent of Code day 11 in RPG! I have to stop saying that one day's puzzle is easy because the next one is hard and today was brutal. #IBMChampion #IBMi #AdventOfCode bigblueblog.xyz/adventofcode...

Advent of Code day 10 in RPG! After yesterday's tough challenge, a bit of respite with an easy challenge! And part 2 was easier than part 1 for once. Today was solved with recursivity and dynamic arrays. #IBMChampion #IBMi #AdventOfCode bigblueblog.xyz/adventofcode...

Advent of Code day 9 in RPG! Today's puzzle was really tough. #IBMChampion #IBMi #AdventOfCode bigblueblog.xyz/adventofcode...

Advent of Code day 8 in RPG! They were nice with us on this sunday, quite an easy puzzle. #IBMChampion #IBMi #AdventOfCode bigblueblog.xyz/adventofcode...

Advent of Code day 7 in RPG! Part 1 was quite challenging but recursivity helps to solve it. Part 2 is deceptively simple once you've solved part 1. #IBMChampion #IBMi #AdventOfCode bigblueblog.xyz/adventofcode...

Advent of Code day 6 in RPG! Part 2 was challenging, it was fun to solve it! #IBMChampion #IBMi #AdventOfCode bigblueblog.xyz/adventofcode...

Advent of Code day 5 in RPG! Today was challenging but I used many interesting RPG features: * dynamic arrays * %split * %concatarr * recursive calls * IN operator Modern RPG is really fun to code with! #IBMChampion #IBMi #AdventOfCode bigblueblog.xyz/adventofcode...

Advent of Code day 4 in RPG! It was a lot of fun playing with pointers and the LISTAGG SQL function. #IBMChampion #IBMi #AdventOfCode bigblueblog.xyz/adventofcode...

Advent of Code day in RPG! Simpler than day 2 but very fun. Solved by using regular expressions in RPG via SQL. #IBMChampion #IBMi #AdventOfCode bigblueblog.xyz/adventofcode...

Day 2 of Advent of Code in RPG! It's a bit more challenging than day 1, especially part 2, but more fun! That's a good example of using recursivity in ILE RPG procedures. #IBMChampion #IBMi #AdventOfCode bigblueblog.xyz/adventofcode...

Advent of Code day 1 in RPG on IBM i! bigblueblog.xyz/adventofcode... #IBMChampion #IBMi #RPG #AdventOfCode