Pinned Repositories
aoc-2023
Advent of Code 2023
demo-siteflow
florianhamel
fractol
42 Paris project | C implementation of a simple fractals generator - Mandelbrot, Julia and Burning Ship
ft_containers
42 Paris project | C++98 implementation of the Vector, Map, Stack and Set containers of the standard library
ft_printf
Reproduction of the well known printf with the implementation of only some of the available flags.
miniRT
42 Paris project | A RayTracer entirely coded in C - the program can generate Plans, Spheres, Squares, Cylinders and Triangles and let you contemplate them in a scene
minishell
42 Paris project | C implementation of a shell that behaves like bash with less functionalities
personal-website
My personal website!
webserv
42 Paris project | C++98 implementation of a HTTP server
florianhamel's Repositories
florianhamel/fractol
42 Paris project | C implementation of a simple fractals generator - Mandelbrot, Julia and Burning Ship
florianhamel/aoc-2023
Advent of Code 2023
florianhamel/demo-siteflow
florianhamel/florianhamel
florianhamel/ft_containers
42 Paris project | C++98 implementation of the Vector, Map, Stack and Set containers of the standard library
florianhamel/ft_printf
Reproduction of the well known printf with the implementation of only some of the available flags.
florianhamel/game_of_life
florianhamel/miniRT
42 Paris project | A RayTracer entirely coded in C - the program can generate Plans, Spheres, Squares, Cylinders and Triangles and let you contemplate them in a scene
florianhamel/minishell
42 Paris project | C implementation of a shell that behaves like bash with less functionalities
florianhamel/personal-website
My personal website!
florianhamel/webserv
42 Paris project | C++98 implementation of a HTTP server
florianhamel/get_next_line
A very useful function that let one read a file line by line when called inside a loop.
florianhamel/inception
42 Paris project | Implementation of the following services: Nginx, Wordpress/PHP-FPM and Mariadb on 3 different containers in a virtual machine using Docker compose
florianhamel/libft
Some basic C functions that I recoded in order to use them for my projects all along my 42 cursus.
florianhamel/philosophers
florianhamel/pipex
Reproduction of the shell command line: < infile cmd1 | cmd2 | ... | cmdn > outfile
florianhamel/puzzles
Puzzles to keep my brain alive
florianhamel/typeshift
An insane typing website! - NEW VERSION SOON!