#learning
Read more stories on Hashnode
Articles with this tag
Just figure out a way how. · That way, by the way, is almost always "start working on the project." I never thought I could make a game from "scratch" in...
OR: My ongoing battle with Android · So readers, I'm taking three CS courses at university this final semester: iOS programming, Operating Systems, and...
Multimaps and recursion, oh my · Day 12 of the 2017 Advent of Code was a fun one. In it, we're given a series of 'programs' that are connected to one...
Simplest interpreter ever? · Advent of Code 2017 Day 5 is a fun little diversion. Basically, we have the world's simplest assembly code: each line has a...
Turtles all the way down. I won't be sharing all the code I used to solve day 3, but there's a 'new' form of memory that writes in a spiral, using...
Nested FOR loops... gross or practical? You decide! (Spoiler alert they're both) https://adventofcode.com/2017/day/2 For part 1 of this challenge, I...