"Intrusive Thoughts"
This section is dedicated to showcasing a collection of quirky, innovative, and fun small projects that pop into mind and demand exploration. Here are some experimental ideas and quick hacks.

Polite Shell

Well, turns out a basic shell is not too hard to build. An interactive command-line program that enforces politeness before executing commands. This shell adds a fun twist to your typical experience by requiring polite language and offering unique commands.

GoShellUnix/Linux
1
Berkeley Project Deck
These select projects highlight my survival through Berkeley's rigorous curriculum. They required substantial effort and provided invaluable lessons. Please note that these projects are close-sourced to maintain academic honesty.

Gitlet

Implemented a version control system that mimics some of the features of the popular system Git (add, commit, push, merge, etc.) through serialization. The project focuses intensively on data structures like HashMap and file manipulation.

JavaVersion ControlHashMapSerialization
1
2
3
4
5
6