2020.12.04 in #489Perl Weekly Challenge 89, Part 1
This week belongs to Abigail with his collection of gems. In his blog post, he only touched on the Perl side of it.
2020.12.06 in #489Perl Weekly Challenge 89, Part 2
Abigail opened the Pandora's box in this blog post and shared some of his coolest creations. Must Read.
2020.12.27 in #492Perl Weekly Challenge 92, Part 2
Abigail turned the harder task into a simple one. Plenty to learn from him. Highly Recommended.
2021.01.14 in #495Perl Weekly Challenge 95, Part 1
Abigail has a style which makes the task even more fun and challenging. Please check out the blog for more fun.
2021.01.16 in #495Perl Weekly Challenge 95, Part 2
Abigail is simply a genius. He found a technical error in the task. You have to check his blog to find it.
2021.03.21 in #504Perl Weekly Challenge 104: NIM Game
Abigail's solution to the NIM game became a tutorial for multiple languages. Please check it out yourself.
2021.04.04 in #506Perl Weekly Challenge 106: Decimal String
Abigail's discussion about the Decimal String task is too technical and well worth reading. Thanks for sharing this knowledge.
2021.04.19 in #508Perl Weekly Challenge 108: Bell Numbers
Abigail once again gives us a glimpse of various languages while dealing with the Bell Numbers task. Thank you Abigail.
2021.05.16 in #512Perl Weekly Challenge 112: Climb Stairs
Abigail took us on another journey whilst dealing with the Climb Stairs task. It took more than one read to get the logic.
2021.05.23 in #513Perl Weekly Challenge: Represent Integer
Abigail's style of expanding the task is much appreciated. There is plenty to learn from his task analysis. Thanks for sharing.
2021.08.01 in #523Perl Weekly Challenge 123: Square Points
Abigail once again shared the mathematical angle of the Square Points task. He made it appear so simple and easy that even a non-mathematical brain could understand. Thanks for sharing.
2021.08.15 in #525Perl Weekly Challenge 125: Pythagorean Triples
Abigail sharing a pure mathematical solution with the formulas. I also noticed the performance comparison in the end. Must check this out.
2021.09.05 in #528Perl Weekly Challenge 128: Minimum Platforms
A very special solution to the Minimum Platform task as you get to see the Abigail magic once again. Thanks for sharing the knowledge.
2021.10.03 in #532Perl Weekly Challenge 132: Mirror Dates
As always, Abigail, didn't just solve the task but also extended it to deal with other fun bits. Thanks for your contribution.
2021.10.03 in #532Perl Weekly Challenge 132: Hash Join
Abigail discussed some very interesting aspects of the task and it is worth taking a note. You don't want to miss out.
2021.10.24 in #535Perl Weekly Challenge 135: Validate SEDOL
I feel like collecting all of Abigail's regex solutions so far and putting them in a blog post for others to benefit from. Thank you for your contributions.
2021.10.28 in #536Perl Weekly Challenge 136: Two Friendly
Abigail shared couple of different ways to calculate GCD and nice little hack to find out if a number is a power of 2. Great work, keep it up.
2021.10.28 in #536Perl Weekly Challenge 136: Fibonacci Sequence
Abigail nailed it in this blog post. I have never seen him go into such detail before. I couldn't understand the graph on my first attempt. I have bookmarked for later reading. Highly Recommended. Thanks for sharing, Abigail.
2021.11.07 in #537Perl Weekly Challenge 137: Long Year
Abigail's blog post is about more than just the task. Plenty of ideas to explore. Keep it up. Great work.
2021.11.14 in #538Perl Weekly Challenge 138: Workdays
Abigail's blog post has a nice bonus, I noticed, where you can live demo the solution. Really cool. Thanks for the support and encouragement.
2021.11.14 in #538Perl Weekly Challenge 138: Split Number
Abigail's use of mathematical formulae is fascinating. And then getting that translated into a subroutine is amazing. Thanks for sharing the knowledge.
2021.11.19 in #539Perl Weekly Challenge 139: JortSort
Abigail once again came up with collection of solutions in more than one language. Thanks for your contributions.
2021.11.19 in #539Perl Weekly Challenge 139: Long Primes
Abigail's use of mathematical expressions to show the workings is really. Incredible job. Keep it up great work.
2021.11.28 in #540Perl Weekly Challenge 140: Add Binary
As always, Abigail came up with yet another cool one-liner in Perl. Thanks Abigail for sharing the knowledge.
2021.12.01 in #543Advent Of Code 2021, Day 1: Sonar Sweep
The first part of the Abigail's Advent series. You can edit the URL to see the rest of the posts. The source of the posts is available on GitHub.
2022.01.23 in #548Perl Weekly Challenge 148: Eban Numbers
Abigail is a master of Perl one-liners using regexes. I loved the task analysis, it was an eye-opener for me. Thanks for sharing your knowledge, as always.
2022.01.23 in #548Perl Weekly Challenge 148: Cardano Triplets
Abigail going into details about the mathematical operations behind the task. Exceptional derivation. You don't want to skip it.