School projects
Most of these are in C and respect the coding style of the school called the norm, the guidelines of each project are detailed in the subject.pdf file of each repository.
Validated
| Name |
Description |
| libft |
Rewrite some of libc's functions, this project will be used and improved throughout the other project since we're
generally not allowed 3rd party functions that aren't syscall |
| get_next_line |
A function which read's the next line of a file descriptor each time it is called, will later be integrated to the libft |
| ft_printf |
Rewrite the printf function |
| ft_server |
Introduction to Docker, An nginx server running Wordpress, phpmyamdin with a MySQL database |
| cub3d |
Raycasting with textures and a map generated from a formated file |
| libasm |
Indroduction to x86_64 assembly, rewritting some basic libc function |
| minishell |
Minimalistic shell based on bash |
Pending
Test
I've made tests for some project's