Pinned Repositories
42-born2beroot
This document contains notes for a system administration related exercise.
42-cpp
42-cub3d
42-ft_print
This project is about recoding the C function 'printf'.
42-get_next_line
This project is about programming a function that returns a line read from a file descriptor.
42-libft
This project is about coding a general purpose C library.
42-minishell
This project is about creating a simple shell.
42-netpractice
NetPractice is a general practical exercise to let you discover networking.
42-philosophers
This project serves as an introduction to threading and mutexes.
42-pipex
This project serves as an introduction to the pipe() and fork() system calls.
sl16's Repositories
sl16/42-cub3d
sl16/42-born2beroot
This document contains notes for a system administration related exercise.
sl16/42-cpp
sl16/42-ft_print
This project is about recoding the C function 'printf'.
sl16/42-get_next_line
This project is about programming a function that returns a line read from a file descriptor.
sl16/42-libft
This project is about coding a general purpose C library.
sl16/42-minishell
This project is about creating a simple shell.
sl16/42-netpractice
NetPractice is a general practical exercise to let you discover networking.
sl16/42-philosophers
This project serves as an introduction to threading and mutexes.
sl16/42-pipex
This project serves as an introduction to the pipe() and fork() system calls.
sl16/42-push_swap
This project is about sorting data on a stack with a limited set of instructions. It serves as an introduction to algorithms and optimized data sorting.
sl16/42-so_long
This project is a very small 2D game. It introduces work with textures, sprites, and some other very basic gameplay elements.