EverForest Ant Dark, Another Trilium Notes Theme
EverForest Ant Dark (EFAD) is a theme I built and currently maintain for the opensource note taking app, Trilium Notes. Check out the code here.
EverForest Ant Dark (EFAD) is a theme I built and currently maintain for the opensource note taking app, Trilium Notes. Check out the code here.
If you haven't already, take a look at Chapter 17, before you read this one, as this set of exercises relies on what was built in the last chapter. Just…
Because the code for this and the next chapter build on each other, I'm approaching the way I talk about these two sets of exercises a bit differently than previous…
The exercises in this chapter were some of the most challenging exercises I have encountered in this book. It took me a while to wrap my head around recursion and…
The stuff on this page are personal projects that are more tangential in comparison to other personal projects. Most of my self-directed assignments are created, because they satisfy a need…
So the calculator project. Heh. Things were going so smoothly. I'd finished it within a span of a few days. Found a couple nice fonts, added a fun little Matrix…
Project Goals The goal of this project was to create a calculator that could perform basic operations with only two operands at a time. This meant that even if a…
This lab builds on the previous one, so check that one out before reading this one. Here are the instructions: The previous lab wrote a function to return a dictionary…
The goal for this lab was to count the number of times a specific letter shows up in a given string. This is what they started me out with: def…