A collection of software projects ranging from the useful to the frivolous.
I've wanted to learn F# for a good long time now. I just picked up the (excellent so far) Functional Programming In Scala. Why not work through the examples in F#?
A basic geometry library, so far covering only 2d homogeneous points, vectors, and matrices. Largely a (re-)learning project for TDD and gtest, but probably the most likely project to become truly useful.
Now lives in its own repo because I got sick of managing feature branches in a single monolithic repository.
A place for simple(-ish) programming problems, experiments with new languages, APIs, and techniques, and anything that doesn't fit into an actual project.
Now lives in its own repo because I prefer having one repo per project.