Skip to content
View Bilal-El-Halimi's full-sized avatar
:shipit:
en place
:shipit:
en place

Block or report Bilal-El-Halimi

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Bilal-El-Halimi/README.md

πŸ’« About Me:

πŸ‘¨β€πŸ’» 42 student, passionate about coding.
πŸš€ Always up for a new challenge.
🧠 I love digging deep into how things work.
🌍 Teamwork keeps me inspired.

🌐 Socials:

LinkedIn email

πŸ’» Tech Stack:

C C++ JavaScript HTML5 CSS3 Canva Blender Git

πŸ“Š GitHub Stats:



πŸ” Top Contributed Repo


Pinned Loading

  1. minishell minishell Public

    Forked from sferrad/minishell

    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 (>, <…

    C

  2. FDF FDF Public

    FdF β€” 3D Wireframe Map Visualizer A C project that reads a file of points and displays a 3D wireframe map using isometric projection. The program renders a height map with color and transformation …

    C

  3. LibbFT LibbFT Public

    Un projet oΓΉ je recrΓ©e des fonctions utiles de la librairie standard en C, comme strlen, strcpy, memset, etc. Pratique pour mieux comprendre le langage C et apprendre Γ  coder proprement.

    C

  4. Philosophers Philosophers Public

    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 betw…

    C

  5. Push_Swap Push_Swap Public

    πŸš€ push_swap is a 42 school project that consists of sorting a stack of integers using a limited set of operations on two stacks (stack A and stack B). The goal is to sort the data with the fewest p…

    C

  6. Cub3D Cub3D Public

    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 proje…

    C