Skip to content
View msabr's full-sized avatar

Highlights

  • Pro

Block or report msabr

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
msabr/README.md
███████╗ █████╗ ██████╗ ██████╗     ███╗   ███╗ ██████╗ ██╗  ██╗ █████╗ ███╗   ███╗███████╗██████╗ 
██╔════╝██╔══██╗██╔══██╗██╔══██╗    ████╗ ████║██╔═══██╗██║  ██║██╔══██╗████╗ ████║██╔════╝██╔══██╗
███████╗███████║██████╔╝██████╔╝    ██╔████╔██║██║   ██║███████║███████║██╔████╔██║█████╗  ██║  ██║
╚════██║██╔══██║██╔══██╗██╔══██╗    ██║╚██╔╝██║██║   ██║██╔══██║██╔══██║██║╚██╔╝██║██╔══╝  ██║  ██║
███████║██║  ██║██████╔╝██║  ██║    ██║ ╚═╝ ██║╚██████╔╝██║  ██║██║  ██║██║ ╚═╝ ██║███████╗██████╔╝
╚══════╝╚═╝  ╚═╝╚═════╝ ╚═╝  ╚═╝    ╚═╝     ╚═╝ ╚═════╝ ╚═╝  ╚═╝╚═╝  ╚═╝╚═╝     ╚═╝╚══════╝╚═════╝ 

Typing SVG


$ whoami

> Name     : SABR Mohamed
> Handle   : @msabr
> Location : Morocco 🇲🇦
> Schools  : 1337 (42 Network) | ENSAK Khouribga
> Focus    : Systems Programming · C/C++ · Algorithms · Low-level Engineering
> Status   : [██████████░░░░░░░░░░] Leveling up...

🎓 Second-year student in Management & Governance of Information Systems @ ENSAK Khouribga
⚡ Peer-learning student @ 1337 — part of the world-renowned 42 Network
🧠 Passionate about understanding how things work under the hood — memory, processes, and bytes.


$ cat 42stats.md

msabr's 42 stats


$ cat skills.txt

⚙️ Systems & Low-Level

C C++ Bash Linux

🌐 Web & General Purpose

Python Java PHP JavaScript HTML5 CSS3

🛠️ Tools & Workflow

Git GitHub Vim VS Code


$ git log --stat

GitHub Streak


$ curl connect --social

GitHub LinkedIn X / Twitter

Popular repositories Loading

  1. CUB3D_1337 CUB3D_1337 Public

    CUB3D is a 42 Network project that explores the fundamentals of raycasting, a rendering technique used in early 3D games. Using the MiniLibX library, this project creates a first-person perspective…

    C 2

  2. BORN2BEROOT_1337 BORN2BEROOT_1337 Public

    A system administration project that introduces virtualization and Linux system setup. You’ll configure a virtual machine using Debian and implement security measures, user management, partitions, …

    1

  3. NET-PRACTICE-1337 NET-PRACTICE-1337 Public

    NetPractice is an introductory project to the world of networking. Through 10 progressive exercises, you'll learn fundamental concepts of TCP/IP addressing by configuring small-scale networks to en…

    1

  4. LIBFT-1337 LIBFT-1337 Public

    A collection of essential C functions that replicate standard library functions and add useful utilities. It serves as a foundation for future 42 projects.

    C

  5. msabr msabr Public

  6. FT_PTINTF_1337 FT_PTINTF_1337 Public

    A custom implementation of the printf function, teaching variadic functions and formatted output handling in C.

    C