Language Breakdown
Lines of code distribution across 9 owned repositories
Pi-Shaped Developer
π-shapedTwo strong pillars: C++ & C
Collaboration Network
Global Impact visualization
Repos
10
PRs
0
Growth
+18%
Top Collaborators
No collaborator data yet.
Coding Streak
Contribution activity over the past year
mina houshmand
@mina-houshmand
Ŕsel
@arselabita
pouyax
@with-pouyax
Abdelmathin Habachi
@Abdelmathin
Top Repositories
Philosophers is a 42 project that solves the classic Dining Philosophers problem using threads and mutexes (or processes and semaphores). It's our first deep dive into concurrency, race conditions, and synchronization.
FdF (Fil de Fer / Wireframe) is a 42 project that reads a topographic map and renders it as a 3D wireframe landscape. It's our first encounter with graphics programming, linear algebra, and basic 3D projection.
Cub3d is a 42 project that creates a 3D game engine using raycasting. Inspired by the classic Wolfenstein 3D, it's our first foray into graphics programming, game engines, and the math behind pseudo-3D rendering.
Welcome to my journey through the CPP Modules — a deep dive into the world of C++ as part of the 42 curriculum. This project is a series of progressively challenging exercises designed to build a solid foundation in object-oriented programming, memory management, and modern C++ features.
Inception is a 42 project that introduces system administration and virtualization through Docker. The goal: build a complete WordPress infrastructure using Docker containers orchestrated with Docker Compose, all running on a Virtual Machine.
Webserv is a project from the 42 curriculum where we build a fully functional HTTP web server from scratch in C++98. No external frameworks, no Node.js, no nginx — just raw sockets, HTTP parsing, and a deep understanding of how the web actually works under the hood.
Minishell is a project from the 42 Core Curriculum where we build a minimalistic Unix shell from scratch. It's our own little bash — a journey into process management, file descriptors, parsing, and understanding how the command line actually works under the hood.
Pipex is a 42 project that recreates the behavior of shell pipes in C. The goal is to understand how redirections and pipes work under the hood by implementing a program that mimics the behavior of:
Open Source Impact
Contributions to external projects
No external contributions found.