Skip to content
View Moraouid's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report Moraouid

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
Moraouid/README.md

Who Am I?

class Moraouid {
	AboutMe :
		std::string	Name = "Soufiane El Abboubi";
		std::string	SU = "Moraouid";
		std::string	Quote = "Code is like jok. When you have to explain it, it’s bad.";
		int		Age = 23;
}
My 42 Stats 📊 GitHub Stats:
sel-abbo's 42 stats

🌐 Socials:

Instagram LinkedIn

💻 Tech Stack:

C Adobe Photoshop LINUX

Popular repositories Loading

  1. Philosophers Philosophers Public

    Philosophers with threads and mutexes

    C 1

  2. Minishell Minishell Public

    A small, POSIX-like shell written in C. Minishell implements a subset of Bash behavior, including a prompt, command execution with pipelines and redirections, environment variable management, hered…

    C 1

  3. CPP_Module CPP_Module Public

    C++ 1

  4. libft libft Public

    Libft is a custom C library that implements a collection of commonly used standard C library functions, as well as additional utility functions for memory management, string manipulation, character…

    C

  5. ft_printf ft_printf Public

    C

  6. get_next_line get_next_line Public

    Function that returns a line read from a file descriptor

    C