Skip to content
View alfredo003's full-sized avatar
:accessibility:
Working from home
:accessibility:
Working from home

Block or report alfredo003

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

    ft_printf is a custom implementation of the C printf() function. This project focuses on understanding variadic functions and mimicking the behavior of the standard printf() function.

    C

  2. philo philo Public

    The goal of this project is to simulate the classic "Eating Philosophers" problem, using concepts of threads and mutexes in C. Each philosopher alternates between thinking, eating and sleeping, whi…

    C

  3. x-tasks x-tasks Public

    Task Management Tool

    TypeScript

  4. minitalk minitalk Public

    Minitalk é um projeto da 42 que implementa um sistema de comunicação entre um cliente e um servidor utilizando sinais UNIX.

    C