Skip to content
View 0obito's full-sized avatar

Highlights

  • Pro

Block or report 0obito

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 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. Philosophers Philosophers Public

    Philosophers is a project that tackles the classic Dining Philosophers problem. It focuses on thread management and synchronization using mutexes to simulate philosophers sharing forks without caus…

    C

  2. O-A5M/minishell O-A5M/minishell Public

    C 1

  3. fract_ol fract_ol Public

    Fract-ol is a project that explores the world of fractals using the MiniLibX graphics library. This program generates and visualizes famous fractals like the Mandelbrot and Julia sets, offering int…

    C

  4. minitalk minitalk Public

    Minitalk is a project that focuses on inter-process communication (IPC) using signals in a Unix-based system. This program implements a simple messaging protocol where the client can send messages …

    C

  5. push_swap push_swap Public

    push_swap is a project that challenges algorithmic thinking and optimization skills. This program sorts a stack of integers using a limited set of operations and an auxiliary stack, aiming to do so…

    C