Advent of Code [With AI]: Day 2
Day 2 brings a new AoC challenge that I found quite a bit easier than day 1. The requirements are much more clear, so I… Read More »Advent of Code [With AI]: Day 2
Day 2 brings a new AoC challenge that I found quite a bit easier than day 1. The requirements are much more clear, so I… Read More »Advent of Code [With AI]: Day 2
Advent of Code is an annual coding challenge where a new puzzle is released starting December 1st, all the way up to Christmas. Though AI… Read More »Advent of Code [with AI]: Day 1
Psst – You can find the RMD version with complete R code my BitBucket repository. The Naismith Memorial Basketball Hall of Fame is the highest… Read More »NBA Hall of Fame Probability Analysis (Linear Regression in R)
When it comes to our annual fantasy drafts, we likely all have a preferred spot we’d like to start based on gut feelings of who… Read More »2018 Fantasy Football Draft in Hindsight: Best Draft Position
I recently upgraded to Windows 10, which I have loved so far, but when using the login screen it kept reverting to QWERTY, making login… Read More »Windows 10 – Change Login Screen to Dvorak
Here’s a fun challenge from Interview Cake. It’s best to check out the problem’s description on the site, but the basics of it are take an… Read More »Condensing Ranges in Ruby
So I finally decided to make the switch and leave QWERTY behind. Below is a journal of my journey and what you could expect if you make the switch, as well as some resources I found helpful.
The difficulty level gets ramped up here in Project Euler’s next problem.
The difficulty level gets ramped up here in Project Euler’s next problem.
The FizzBuzz test is a classic interview programming problem that’s easy to solve if you’re familiar with looping and some sort of MOD function. Here’s… Read More »FizzBuzz in PL/SQL