My name is Thibault. I left my job in finance to become a developper and I am now proud to be a 42 Paris student.
- ⚡ I’m currently recoding some tools of the openssl command !
| Project | Language | Grade | Description |
|---|---|---|---|
| ft_ssl | C | 108% | This project is about recoding the md5 and sha256 functions. |
| ft_ping | C | 125% | This project is about recoding the ping command. |
| ft_malcolm | C | 125% | This project is about coding an arp spoofing program. |
| snow_crash | various | 125% | This project is about learning weaknesses in software and exploit them to gain privileges. |
| libasm | x64 assembly | 125% | This project is about assembly x64 and recoding some libc functions. |
| ft_transcendence | Typescript Docker | 100% | This project is about creating a website for the mighty Pong contest! |
| ft_irc | C++98 | 125% | This project is about creating a IRC server. Communication between client and server are done via TCP/IP. |
| miniRT | C | 120% | This project is about creating a basic ray tracing engine in C. |
| philosophers | C | 100% | This project is about the philosophers dilemma and the basics of threading a process. It is an introduction on mutexes and how to create threads. |
| minishell | C | 101% | The purpose of this project is to create a basic bash like shell. |
| fdf | C | 125% | This project is about representing a landscape as a 3D object in which all surfaces are outlined in lines. |
| Inception | Docker Compose | 110% | This project is about system administration by using Docker. |
| minitalk | C | 125% | The purpose of this project is to code a small data exchange program using UNIX signals. |
| CPP | C++98 | 100% | This project is a bootcamp on c++. |
| push_swap | C | 92% | This project is about sorting data on a stack, with a limited set of instructions, using the lowest possible number of actions. |
| ft_printf | C | 100% | This project is about recoding printf and learning about variable number of arguments. |
| get_next_line | C | 125% | This project is about programming a function that returns a line read from a file descriptor. |
| libft | C | 125% | This project is about coding a C library. It contains a lot of general purpose functions. |