Charles's website
About me
I'm a computer science student currently at s19
This site is an experiment to self host some of the services I use every day like mails and git repositories and becoming more independant in general.
Inspired by a serie of videos posted by Luke Smith.
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
- 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
Pending
Test
I've made tests for some project's
Links
github