Tools and Projects

Here are some of tools I've built and projects I've started the years. They're all in various states of negelect and bitrot, but hopefully a few are still useful. Links to the source are included for the curious.


URL decoder

Decode an url. Useful for debugging parameters in a query string. I built this when I needed to examine the params of a Facebook tracking pixel.

URL Decoder Git repo

Wand

Remove a color or range around a point in an image. Built as a proof of concept for removing background colors from images, and as a first project using typescript. The name comes from the magic wand tools in photo editors.

Wand Git repo

Dialer

Turn a word into a number that you could dial on a phone. I use this to make up ports for different services.

Dialer Git repo