ZephShell- Unix shell built in C15 April 2026·128 words·1 minShell, C, SystemA Unix shell built from scratch in C to understand how shells actually work under the hood, process creation, command parsing, and execution from first principles.
Simfs- Simulated Linux filesystem28 May 2025·226 words·2 minsLinux, C++ , TerminalUsed different Data structure(e.g n-ary tree) concepts to simulate Linux filesystem. you get terminal to interact with it .