Computing Projects

In-Progress

Cantrips

Helpful little single-file scripts. They're more than an bash function or an alias, but less than a full grown-up program. Some are a bit rough around the edges, but nonetheless I use most of these daily. Perhaps you'd like to too?

Finished

GPS NMEA Parser

Parse various types of NMEA sentences from GPS receivers. As much an exercise in the Python data classes, introduced in Python 3.7, as anything else.