home about blog

School 19

THIS IS A VERY OLD PAGE, NOT UP TO DATE

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
ft_services Introduction to kubernetes with multiple services running in different containers

Pending

philosophers
ft_containers
computorv1
computorv2
push_swap
fractol
scop
42run
ft_ls
ft_select
ft_ping
piscine_cpp
ft_ssl
rubik
ft_linear_regression
dslr

Test

I've made tests for some project's

Test Tested
ft_printf_test ft_printf
libasm_test libasm
minishell_test minishell
philosophers_test philosophers
ft_containers_test ft_containers
ft_ls_test ft_ls