Language Breakdown
Lines of code distribution across 16 owned repositories
I-Shaped Developer
I-shapedSpecialist โ deep expertise in C
Collaboration Network
Global Impact visualization
Repos
21
PRs
0
Growth
+18%
Top Collaborators
No collaborator data yet.
Coding Streak
Contribution activity over the past year
Sarahchanai
@Sarahchanai
Wanis
@Xergiok-dev
Ilias KADDOURI
@Kaddouu
Rodrigo Miranda Santana
@rodmirsantana
GusFiveO
@GusFiveO
Top Repositories
Cub3D is a 42 graphics project inspired by early 3D games like Wolfenstein 3D. It uses raycasting to render a 3D view from a 2D map. The player can move and rotate within the environment. The project involves handling textures, keyboard input, wall collisions, and using the MiniLibX graphics library for rendering.
Minishell is a group project developed as part of the 42 curriculum. The goal is to build a simplified version of a Unix shell from scratch. It supports command execution, pipes, redirections (>, <, >>, <<), environment variables, and built-in commands such as cd, echo, pwd, export, unset, env, and exit. This project is a deep dive into process ma
Philosophers is a 42 group project simulating the Dining Philosophers problem. It focuses on multithreading, mutex usage, and preventing deadlocks. Each philosopher is a thread that alternates between eating, sleeping, and thinking while competing for forks (shared resources). The goal is to manage concurrency safely and efficiently using mutexes
Open Source Impact
Contributions to external projects