Skip to content
View jgmaalouf's full-sized avatar

Block or report jgmaalouf

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

Pinned Loading

  1. smkatash/42_webserv smkatash/42_webserv Public

    Implementation of a server in C++: The focus of this project is to implement an HTTP/1.1 Server capable of handling multiple connection through kernel event notification mechanism according to RFC.

    C++ 1 1

  2. minishell minishell Public

    A project that involves creating a basic shell program in the C programming language. The goal is to replicate the functionality of a standard shell, such as the ability to execute commands, handle…

    C

  3. philosophers philosophers Public

    A project that simulates the Dining Philosophers problem using the pthreads library in C. It is a classic example of a concurrency problem. This project requires a good understanding of threading a…

    C

  4. fract-ol fract-ol Public

    A fractal rendering project that allows the user to generate and display fractals using the command line. The user can specify the type of fractal they want to generate, and the program will use ma…

    C

  5. push_swap push_swap Public

    An algorithm project that aims to sort a given stack of integers using a set of limited commands. The stack is represented by a linked list, and the commands are used to manipulate the stack in ord…

    C

  6. miniRT miniRT Public

    C