Skip to content
View AzraelQB's full-sized avatar
Block or Report

Block or report AzraelQB

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

Popular repositories

  1. Libft Libft Public

    42 School's project which purpose is to create your first C library.

    C

  2. get_next_line get_next_line Public

    Libft's function that reads input from a given fd line by line

    C

  3. push_swap push_swap Public

    42's program that sorts data on a stack in a lowest possible number of operations using the given commands

    C

  4. pipex pipex Public

    42's program that reproduces the behaviour of the shell pipe ("|"). The aim of the project is to deepen the understanding of unix processes in C

    C

  5. cpp_modules cpp_modules Public

    42's cpp project which aim is to become familiar with useful cpp features and concepts

    C++

  6. philosophers philosophers Public

    42's project: multithreading and multiprocessing with the use of mutexes and semaphores. A solution to the classical dining philosophers problem

    C