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. RadixSorter RadixSorter 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. MicroSignalTalk MicroSignalTalk 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. FractalRender FractalRender Public

    FractalRender 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 sc…

    C

  4. echo echo Public

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

    C

  5. NEXT_LINE_READER NEXT_LINE_READER 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. MasterOfSudo MasterOfSudo Public

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

    Shell