From 3ebcd66cd17741ec7dc7793f9f0121e2ee025fdf Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Tue, 24 Nov 2020 12:10:40 +0100 Subject: Fixing templating (without ejs) --- school.template.html | 93 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 93 insertions(+) create mode 100644 school.template.html (limited to 'school.template.html') diff --git a/school.template.html b/school.template.html new file mode 100644 index 0000000..ca2375d --- /dev/null +++ b/school.template.html @@ -0,0 +1,93 @@ +

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