mini-bash
a simple Unix shell supporting commands, redirections, pipes, built-ins, env vars, and signal handling in C.
My work
A curated list of projects and exercises. Click a card to open the repository.
a simple Unix shell supporting commands, redirections, pipes, built-ins, env vars, and signal handling in C.
This project provides a robust solution to the classic Dining Philosophers problem using multithreading and mutex synchronization.
Push Swap is a project that requires sorting a stack of integers using a restricted set of operations and an auxiliary stack.
Fractal: A C-based project that visualizes Mandelbrot, Julia, and Burning Ship fractals using MiniLibX.
Web Scraper is a compact Python tool for fetching web pages and extracting links, phone numbers, emails and addresses using requests and BeautifulSoup.
A real-time 3D graphics engine inspired by the classic Wolfenstein 3D, built from the ground up using raycasting.