Program Demo Thumbnail

Custom Shell

With gradle in Java, built a custom Shell in which you can make, remove, and change directories and run other programs.

Oct 2024
Program Demo Thumbnail

Multi-Threaded Java Program to compute 1000 digits of Pi

Multi-threaded program that computes the first 1000 digits of Pi. Utilizes all system CPU cores simultaneously, using a task-based scheme to distribute the work.

Oct 2024