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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Moraouid/README.md

Who Am I?

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

🌐 Socials:

InstagramLinkedIn

💻 Tech Stack:

CAdobe PhotoshopLINUX

Popular repositories Loading

  1. Minishell MinishellPublic

    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 2

  2. TensFlow-hackathon TensFlow-hackathonPublic

    🥈 2nd Place at Born Under Tension Hackathon! TenseFlow is an emergency resolution platform that automatically detects tension moments via IoT and resolves them instantly using micro-credit & mobile…

    JavaScript 2 1

  3. ft_irc ft_ircPublic

    ft_irc — A C++ implementation of an IRC server providing basic IRC protocol features for channels, messaging, and client management.

    C++ 2 2

  4. Philosophers PhilosophersPublic

    Philosophers with threads and mutexes

    C 1

  5. CPP_Modules CPP_ModulesPublic

    C++ 1 1

  6. libft libftPublic

    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