Skip to content
View Samia-Hb's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report Samia-Hb

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

Pinned Loading

  1. CPP-Modules CPP-Modules Public

    A collection of C++ projects , covering core Object-Oriented Programming concepts, memory management, templates, STL, and advanced C++ features through hands-on exercises.

    C++

  2. ft_irc ft_irc Public

    An IRC server implementation in C++ using sockets and multiplexing, supporting multiple clients, channel management, and basic IRC commands.

    C++

  3. Inception Inception Public

    A Docker based infrastructure project that simulates a production like hosting environment by orchestrating multiple interconnected services

    Shell

  4. Minishell Minishell Public

    A lightweight Unix shell written in C that mimics bash behavior, focusing on parsing, execution, file descriptors, and process control.

    C 1

  5. Philosopher Philosopher Public

    A simulation of the Dining Philosophers problem in C, exploring threads, mutexes, and synchronization to prevent deadlocks.

    C

  6. Pipex Pipex Public

    Pipex is a Unix pipeline reimplementation in C, focusing on process creation, file descriptors, and inter-process communication using pipes.

    C