Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 1.01 KB

README.md

File metadata and controls

18 lines (16 loc) · 1.01 KB

This is a repository where I dump miscellaneous utilities and other code. Some of it is work in progress.

  • crosvm: Dockerfile/Makefile to compile crosvm.
  • dnscrypt-proxy: move to its own repository] A linuxKit image for the RPi3 to run a DNS proxy (to encrypt/block DNS queries) in your home network.
  • photo: A collection of scripts to manage meta-data and other things for scanned films/photos.
  • rpncalc: A text based calculator (written in Python), which uses Reverse Polish Notation (like HP pocket calculators). It's also handy for low level work as it prints numbers in decimal, hex, and binary.
  • mdv: A super simple text markdown viewer.
  • npterm: A simple terminal utility (written in Go) which connects to a Named Pipe. It optionally logs all output to a file. I use this for serial console access to Hyper-V VMs.