Skip to content
View Ouanni-Amine's full-sized avatar
🀞
I have no idea what I’m doing here
🀞
I have no idea what I’m doing here

Highlights

  • Pro

Block or report Ouanni-Amine

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

Popular repositories Loading

  1. Minishell Minishell Public

    Minishell is a lightweight bash-like shell implemented in C. It supports builtins, parsing of pipes and redirections, environment variable expansion, and basic signal handling.

    C 1

  2. Push_swap Push_swap Public

    In this repository, I attempted to solve the push_swap project, including both the mandatory and bonus parts. I chosed the chunks algorithm with smart moves and a pattern detection algorithm to ens…

    C

  3. Pipex Pipex Public

    In this project, I implemented pipe functionality using low-level system calls such as fork and execve. This involved creating child processes, setting up inter-process communication channels with …

    C

  4. So_long So_long Public

    My First 2D Game Project at 1337 In this project, I recreated the classic Pac-Man game using the Minilibx graphics library. The game includes essential mechanics such as player movement, enemy beha…

    C

  5. Netpractice Netpractice Public

    NetPractice is a project focused on fundamental networking concepts such as IP addressing, subnetting, and routing. The goal of the project is to solve a series of network configuration challenges …

  6. ft_printf ft_printf Public

    My own version of the C printf function with basic format support.Built from scratch using variadic functions

    C