Skip to content
View sben-ela's full-sized avatar
Block or Report

Block or report sben-ela

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
sben-ela/README.md

I'm SalahEddine Ben Elarradia

I'm a student at 1337 Bengurir (42 Network)

Languages and Tools:

c logo cplusplus logo

sben-ela's 42 stats


snake eating my contributions




Pinned

  1. cub3D cub3D Public

    In the 'Cub3d' project, I crafted a raycasting game inspired by Wolfenstein3D, gaining valuable experience with raycasting techniques and graphical frameworks like minilibx and OpenGL

    C 1

  2. Philosophers Philosophers Public

    in this project, we will delve into the dynamics of multi-threading, where threads concurrently execute, introducing challenges like race conditions and data races. We will explore the intricacies …

    C 1

  3. so_long so_long Public

    In my first 2D game with C, I explored game development, implementing mechanics and visuals to create an engaging experience. This project marked a key step in my journey, offering hands-on experie…

    C 1

  4. Libft Libft Public

    As a 1337 (42_cursus) student, my first project involves creating a C library with essential functions to be used across all future projects, establishing a robust foundation for my coding skills.

    C

  5. printf printf Public

    I developed a custom printf function in C, replicating the standard printf's core functionality. It supports various format specifiers and enhanced my skills in string manipulation and variadic fun…

    C

  6. server server Public

    In collaboration, we crafted a high-performance HTTP web server in C++, inspired by Nginx, ensuring efficient handling of client requests.

    C++