Projects.
~/devtoolbox
Web suite for network packet analysis. Edit, generate, and merge PCAP captures; inspect binary files in hex from a browser — no local tooling required.
~/workctl
Java CLI + GUI workspace manager. Kanban board, work logs, command library, and Claude AI agent — all stored as plain Markdown. No database.
~/ftp-analyzer
C++ utility that reconstructs FTP-transferred files from raw PCAP captures. Performs TCP reassembly and FTP control-channel parsing entirely offline — no server access needed.
~/redis-ai-agent
Claude-powered AI agent that translates plain English to Redis operations. Demonstrates the agent loop pattern: Claude decides which tool to call, reads the result, then explains what happened.
~/tax_hurdle
STCG, LTCG, and speculation tax calculator for Indian equity traders. Upload broker Excel exports (Upstox, Zerodha), auto-detect column mapping, compute quarterly breakdowns, and export a full summary — via Spring Boot REST API or JavaFX desktop GUI.