m0telti
Home

My work

Projects

A curated list of projects and exercises. Click a card to open the repository.

mini-bash

a simple Unix shell supporting commands, redirections, pipes, built-ins, env vars, and signal handling in C.

C Data Structures Memory Management

Philosophers

This project provides a robust solution to the classic Dining Philosophers problem using multithreading and mutex synchronization.

C Multithreading concurrency

Push-Swap

Push Swap is a project that requires sorting a stack of integers using a restricted set of operations and an auxiliary stack.

C Sorting Algorithms Efficient sorting

Fractal

Fractal: A C-based project that visualizes Mandelbrot, Julia, and Burning Ship fractals using MiniLibX.

C Fractals Algorithms Graphics

Web-Scraper

Web Scraper is a compact Python tool for fetching web pages and extracting links, phone numbers, emails and addresses using requests and BeautifulSoup.

Python Scraper Http Request

Wolfepstein

A real-time 3D graphics engine inspired by the classic Wolfenstein 3D, built from the ground up using raycasting.

C 3D engine Raycaster
Back to Home

© 2025 triangle-motelti. All rights reserved.