Skip to content
View somaya-Hassoune's full-sized avatar

Block or report somaya-Hassoune

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 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

Popular repositories Loading

  1. Project_Minitalk Project_Minitalk Public

    Minitalk is a 42/1337 project that consists of implementing a simple client-server communication using UNIX signals. The goal is to transmit messages between processes by encoding data into signals…

    C

  2. so_long so_long Public

    so_long is a small 2D game built using the MiniLibX library, where the player navigates a map to collect items and reach the exit. The project focuses on graphics rendering, event handling, and bas…

    C

  3. Inception Inception Public

    Inception is a 42 project focused on building a Docker-based infrastructure with multiple services (Nginx, WordPress, MariaDB) using Docker Compose, with emphasis on system administration, networki…

    Shell

  4. cpp-module-00-04 cpp-module-00-04 Public

    C++ modules 00 to 04 covering the fundamentals of Object-Oriented Programming, memory management, inheritance, and polymorphism following the 42 curriculum and C++98 standard.

    C++

  5. get_next_line get_next_line Public

    get_next_line is a C project that consists of implementing a function capable of reading a file descriptor line by line. This project focuses on memory management, static variables, and efficient b…

    C

  6. push_swap push_swap Public

    push_swap is a sorting algorithm project from the 42/1337 curriculum, focused on sorting a stack of integers using a limited set of operations with the goal of minimizing the number of moves.

    C