Focus Stack Depth Generator
A program that generates focus stacked images and depth maps given a set of images taken at different focal depths.
Together, these can give a 3D-ish view of a specimen under a microscope.
A collection of interesting or useful software I’ve built.
A program that generates focus stacked images and depth maps given a set of images taken at different focal depths.
Together, these can give a 3D-ish view of a specimen under a microscope.
HoneySSH is a medium interaction honeypot that provides attackers a fully simulated Linux shell to play in.
All commands are simulated and run in a per-session sandbox that’s destroyed on disconnect.
Features include:
scp
, wget
and curl
commands for later analysis.A minimal Java Scheme implementation for scripting. It can optionally be used in stand alone mode which just runs the interpreter.
The goal was to build a small, well documented, and compliant version of Scheme.
Unlike many other embedded implementations, mine has an embedded VM which allows for correct implementations of call/cc
.
The chip sticker generator converts an description of a DIP IC to an SVG sticker that can be put on top.
Web app to convert an image to a printer-friendly cross-stitch pattern in the browser.
Select the image, number of colors, aida size and it’ll output which DMC thread you need.
Under the hood it’s using k-means clustering and visual color similarity computations to convert pixels into threads.