Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.02 KB

README.md

File metadata and controls

32 lines (23 loc) · 1.02 KB

DevProjects

A collection of software projects ranging from the useful to the frivolous.

FPinFS (F#, VS)

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#?

geom (C++11, scons)

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.

MaddenGraph (C#)

Now lives in its own repo because I got sick of managing feature branches in a single monolithic repository.

sandbox

A place for simple(-ish) programming problems, experiments with new languages, APIs, and techniques, and anything that doesn't fit into an actual project.

Utils

Now lives in its own repo because I prefer having one repo per project.