Skip to content
View AlexandreC93's full-sized avatar
🔍
🔍

Block or report AlexandreC93

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

Pinned Loading

  1. webserv webserv Public

    Webserv is an HTTP/1.1 server whose goal is to mimic the behaviour of nginx for basic use cases: serving static files, handling different virtual hosts and delegating some routes to CGI programs. T…

    C++ 1

  2. ft-transcendence ft-transcendence Public

    ft_transcendence is a multiplayer Pong platform with user accounts, matchmaking, live chat and a ranking system. It was one of the most complete full-stack projects at 42, combining real-time netwo…

    TypeScript 1

  3. minishell minishell Public

    The goal of Minishell is to re-implement a small part of Bash: take user input, parse it, build a command structure and execute it with proper process management and signal handling.

    C 1

  4. Inception Inception Public

    A multi-container setup using Docker and docker-compose to run a complete WordPress stack (Nginx, PHP-FPM, MariaDB) with volumes, custom networking and TLS.

    Dockerfile 1

  5. push_swap push_swap Public

    A sorting program using two stacks (A and B) and a restricted set of operations. The goal is to sort a list of integers in as few moves as possible, which forces you to design and tune your own alg…

    C 1

  6. cub3d cub3d Public

    Cub3D renders a pseudo-3D environment from a 2D map using a raycasting algorithm. The player moves in a grid-based world and the engine computes, for each vertical slice of the screen, how far the …

    C 1