Projects
Things I've built.
Independent products under Laudenslager Software LLC, and open-source projects spanning algorithms, systems programming, and embedded hardware.
Quartermaster
01
Custom software licensing system powering license key issuance, validation, and desktop delivery for Laudenslager Software products.
GoLicensingStripe
View on GitHub →
Mysteries of Galoo
02
A text-based RPG adventure in Python 3 — character systems, inventory management, and turn-based combat through a modular OOP architecture.
PythonOOPGame
View on GitHub →
Min-Cost-Spanning-Tree
03
Minimum spanning tree algorithms in C++ with performance analysis, visualized through a Python/Pandas/Matplotlib pipeline.
C++Graph TheoryPython
View on GitHub →
The Rosetta Stone
04
Topological sort implemented in parallel across Python and OCaml — a study in how language paradigm shapes the same algorithm.
PythonOCamlAlgorithms
View on GitHub →
Form Flooder
05
A Go CLI that automates form submissions with dynamically specified fields — goroutine-driven concurrency with rate limiting.
GoCLIConcurrency
View on GitHub →
AutoScroll YouTube Shorts
06
A Tampermonkey userscript adding automatic scroll to YouTube Shorts on desktop, mimicking mobile-style continuous playback.
JavaScriptUserscript
View on GitHub →
Sense HAT Marble Maze
07
Tilt-controlled marble maze for Raspberry Pi + Sense HAT — sensor fusion, real-time physics, and LED matrix rendering at 30+ FPS.
PythonEmbeddedPhysics
View on GitHub →
Pokédex
08
A Pokémon database app with API integration, caching, and fast multi-attribute search across a large, complex dataset.
PythonAPICLI
View on GitHub →
Amazon-GoodReads Analysis
09
Statistical analysis of book ratings across two platforms — dataset merging, cleaning, and visualization at scale with Pandas/NumPy.
PythonData Analysis
View on GitHub →
Card Games
10
Classic card game implementations exploring deck management, rule engines, hand evaluation, and AI opponents of varying difficulty.
OOPGame AI
View on GitHub →
Sudoku
11
Puzzle generation and solving via constraint satisfaction and backtracking, with difficulty rating and a real-time hint system.
AlgorithmsBacktracking
View on GitHub →
Statistics Toolkit
12
A from-scratch statistics library — probability distributions, hypothesis testing, and descriptive statistics with numerical precision handling.
MathStatistics
View on GitHub →