An open API service indexing awesome lists of open source software.

https://github.com/rn/utils


https://github.com/rn/utils

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

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

- [`crosvm`](./crosvm): Dockerfile/Makefile to compile
[`crosvm`](https://chromium.googlesource.com/chromiumos/platform/crosvm/).
- `dnscrypt-proxy`: move to its [own repository](https://github.com/rn/linuxkit-dnscrypt)]
A linuxKit image for the RPi3 to run a DNS proxy (to encrypt/block DNS queries) in your home network.
- [`photo`](./photo): A collection of scripts to manage meta-data and
other things for scanned films/photos.
- [`rpncalc`](./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`](./mdv): A super simple text markdown viewer.
- [`npterm`](./win-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.