Pinned Repositories
CPP_days
cub3d
ft_printf
Recoding the printf() function from libc.
get_next_line
Writing a function that returns a line read from a file descriptor.
libft
Recoding a few functions of the C standard library as well as some other utility functions.
login-bundle
minishell
This project is about creating a simple shell.
minitalk
Creating a communication program in the form of a client and a server.
philosophers
This project is about concurrent programming, focusing on multithreading.
push_swap
This project is about making a program that sorts data on a stack, with a limited set of instructions, using the lowest possible number of actions.
ilyassealdidi's Repositories
ilyassealdidi/CPP_days
ilyassealdidi/cub3d
ilyassealdidi/ft_printf
Recoding the printf() function from libc.
ilyassealdidi/get_next_line
Writing a function that returns a line read from a file descriptor.
ilyassealdidi/libft
Recoding a few functions of the C standard library as well as some other utility functions.
ilyassealdidi/login-bundle
ilyassealdidi/minishell
This project is about creating a simple shell.
ilyassealdidi/minitalk
Creating a communication program in the form of a client and a server.
ilyassealdidi/philosophers
This project is about concurrent programming, focusing on multithreading.
ilyassealdidi/push_swap
This project is about making a program that sorts data on a stack, with a limited set of instructions, using the lowest possible number of actions.
ilyassealdidi/so_long
This project is a small 2D game with Minilibx.