From 9d2c650d7cadf57ecef3d5a1d39f5f98e298ec64 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Mon, 9 Nov 2020 17:39:05 +0100 Subject: Trying to DRY the html with templates --- school.html | 107 ------------------------------------------------------------ 1 file changed, 107 deletions(-) delete mode 100644 school.html (limited to 'school.html') diff --git a/school.html b/school.html deleted file mode 100644 index 8b91ede..0000000 --- a/school.html +++ /dev/null @@ -1,107 +0,0 @@ - - - - - cacharle - - - - - -
-

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

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameDescription
libftRewrite 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_lineA function which read's the next line of a file descriptor each time it is called, will later be integrated to the libft
ft_printfRewrite the printf function
ft_serverIntroduction to Docker, An nginx server running Wordpress, phpmyamdin with a MySQL database
cub3dRaycasting with textures and a map generated from a formated file
libasmIndroduction to x86_64 assembly, rewritting some basic libc function
minishellMinimalistic shell based on bash
- -

Pending

- - - - - - - - - - - - - - - - - - -
ft_services
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

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
TestTested
ft_printf_testft_printf
libasm_testlibasm
minishell_testminishell
philosophers_testphilosophers
ft_containers_testft_containers
ft_ls_testft_ls
- -
- -- cgit