Projects
Things I build, test, and learn from.
Selected builds, experiments, and projects I am learning from along the way.
BDD Solver
An interactive app for turning truth tables into Binary Decision Diagram reduction steps.
QM Minimizer
A Boolean minimization app for defining, visualizing, and exporting functions with Quine-McCluskey.
Image Encrypt
A program that encrypts text and stores it inside image pixel data using XOR or AES encryption.
Digital Full Adder
A modular digital full adder built from transistor and NAND-gate implementations.
Grint
An educational ANSI C library for arithmetic with arbitrary-bit integers.
Root Calculator
A Python square-root calculator using the shifting nth root algorithm digit by digit.

