Skip to content
View Mohamed-El-Mouhib's full-sized avatar

Highlights

  • Pro

Block or report Mohamed-El-Mouhib

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. get_next_line get_next_line Public

    This function reads from a file descriptor and returns a single line at a time. It’s designed to handle any file or standard input efficiently, making it easy to process text line by line.

    C 2

  2. mynvim.config mynvim.config Public

    my very first and special kickstart nvim config give it a try

    Lua 2

  3. libft libft Public

    This is my first repository! It’s a personal C library that includes custom implementations of common functions from the standard C library and some additional utility functions. It’s designed to h…

    C 1

  4. Pipex Pipex Public

    This project recreates the shell pipe (|) functionality, allowing multiple commands to communicate through standard input and output, just like in a real shell.

    C 1

  5. push_swap push_swap Public

    Push_swap is a sorting algorithm project where a given set of numbers is sorted using two stacks and a limited set of operations. The goal is to sort the numbers efficiently while displaying the in…

    C 1

  6. Sheru Sheru Public

    Sheru is my basic shell written in C. It works like a simplified version of Bash, handling command execution, built-in functions, and environment variables.

    C 1