Pinned Repositories
advent_of_code_2021
My work for the Advent of Code 2021. Do not copy
artsy_coding_contest
Artsy Coding Contest @ Codam, 2020
codingame-spring-challenge
My work for the Spring Challenge 2022 of Codingame
cpp_piscine
My work for the C++ piscine at 42/Codam
ft_printf
A (simplified) recreation of C's printf method
get_next_line
A method to read text files in C, line by line
inception
This project aims to broaden your knowledge of system administration by using Docker. You will virtualize several Docker images, creating them in your new personal virtual machine.
libft
My libft library for Codam / École 42
minishell
A simple custom shell, based on bash
webserv
This project is here to make you write your own HTTP server. You will be able to test it with a real browser. HTTP is one of the most used protocol on internet. Knowing its arcane will be useful, even if you won't be working on a website.
fbescodam's Repositories
fbescodam/artsy_coding_contest
Artsy Coding Contest @ Codam, 2020
fbescodam/ft_transcendence
This project is about creating a website for the mighty Pong contest!
fbescodam/inception
This project aims to broaden your knowledge of system administration by using Docker. You will virtualize several Docker images, creating them in your new personal virtual machine.
fbescodam/libft
My libft library for Codam / École 42
fbescodam/minishell
A simple custom shell, based on bash
fbescodam/advent_of_code_2021
My work for the Advent of Code 2021. Do not copy
fbescodam/codingame-spring-challenge
My work for the Spring Challenge 2022 of Codingame
fbescodam/cpp_piscine
My work for the C++ piscine at 42/Codam
fbescodam/cub3d
A raycasting game engine based on Wolfenstein 3D's engine from the 90's
fbescodam/fdf
FdF offers to represent “iron wire” meshing in 3D
fbescodam/ft_printf
A (simplified) recreation of C's printf method
fbescodam/get_next_line
A method to read text files in C, line by line
fbescodam/minitalk
A small data exchange program using UNIX signals
fbescodam/webserv
This project is here to make you write your own HTTP server. You will be able to test it with a real browser. HTTP is one of the most used protocol on internet. Knowing its arcane will be useful, even if you won't be working on a website.
fbescodam/philosophers
Dijkstra's dining philosophers problem, solved in C
fbescodam/push_swap
This project involves sorting data on a stack, with a limited set of instructions, and the smallest number of moves.