Language Breakdown
Lines of code distribution across 8 owned repositories
I-Shaped Developer
I-shapedSpecialist — deep expertise in C
Collaboration Network
Global Impact visualization
Repos
8
PRs
0
Growth
+18%
Top Collaborators
No collaborator data yet.
Coding Streak
Contribution activity over the past year
Mohamad Zolfaghari Pour
@zolfagharipour
Michal Choma
@ChomaMichal
Myron
@luinrewn
Lukas Dullinger
@itislu
Ifaoji
@ifaoji
Top Repositories
Minishell is a Unix shell project developed as a pair project for the 42 School curriculum. It supports command parsing, piping, redirection, and environment handling. I implemented command execution and heredoc functionality, while my partner focused on parsing and built-ins.
Philosophers is a concurrency and synchronization project from the 42 School curriculum. It simulates the Dining Philosophers problem, emphasizing multi-threading, mutexes, and proper handling of shared resources to avoid deadlocks and race conditions.
Cube 3D is a 3D graphics project from the 42 School curriculum. It renders a 3D environment using raycasting, allowing player movement and perspective changes. The project emphasizes 3D math, real-time rendering, and interactive graphics programming.
So_long is a 2D grid-based game project from the 42 School curriculum. Players navigate a map, collect items, and reach an exit while avoiding obstacles. The project emphasizes pathfinding, map validation, event handling, and graphics programming.
Fractol is a graphics project from the 42 School curriculum that renders mathematical fractals such as the Mandelbrot and Julia sets. It focuses on complex numbers, optimization, and interactive visualization with zoom and dynamic parameter control.
Push_swap is an algorithmic sorting project from the 42 School curriculum focused on sorting data using a limited set of stack operations. It emphasizes optimization, implementing efficient strategies like the longest increasing subsequence (LIS) to minimize moves and improve performance.
Libft is a custom implementation of essential C standard library functions, built from scratch as part of the 42 School curriculum. The project focuses on low-level programming, memory management, and writing clean, reusable code without relying on external libraries.
A simple tester for the 42 Libft project.
Open Source Impact
Contributions to external projects
No external contributions found.