Skip to content
View yassinbenmansour's full-sized avatar
💭
🐺Lazy
💭
🐺Lazy

Highlights

  • Pro

Block or report yassinbenmansour

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

Typing SVG

yassine benmansour's Dev Card

Senior player in the tech world

  • Important Notice !!!
  • My C projects are tested Only on macOS, don't panic if you get some undefined behaviors on other Operating Systems

Github Stats

GitHub Streak GitHub Stats GitHub Stats

Pinned Loading

  1. push_swap push_swap Public

    This project aims to sort data on a stack, with a limited set of instructions, using the lowest possible number of actions.

    C

  2. Minitalk Minitalk Public

    This project is a simple client-server communication system implemented using signals in C. The client sends a message to the server, and the server receives and displays the message character by c…

    C

  3. Fractol Fractol Public

    fract-ol generates beautiful fractals from the complex numbers of an iterative mathematical construct. A fractal is a fragmented geometrical figure that infinitely repeats itself at smaller scales.…

    C

  4. Printf Printf Public

    About printf is a project where we must replicate the behavior of C library printf function. The project teaches us about variadic arguments as well as data structures.

    C

  5. Get-next-line Get-next-line Public

    This projects is about creating a function that, allows to read a line ending with a newline character ('\n') from a file descriptor, without knowing its size beforehand.

    C

  6. Born2beroot Born2beroot Public

    This project aims to introduce us to the world of virtualization.

    Shell