Pinned Repositories
42_minishell
42 school minishell: A basic shell made in C
42docs
Documentation on MiniLibX and curriculum projects
abstract_data
Implementing most of the C++98 STL, from scratch.
constexpr_enum_mapping
C++ enum reflection. A set of functions to map C++ enum values to their string representations.
cub3d
42 school cub3D: My basic raycasting engine
ft_containers
My own implementation of C++98's vector, stack, map, set, enable_if, and more.
ft_malloc
A simple malloc re-implementation that supports multithreading, defragmentation, and viewing allocations.
matrix
A small linear algebra library project.
nirmonette
Official 42 norminette just trust me bro
toml_parser
A very basic TOML parser that I made for ft_webserv, and for fun.
pbremondFR's Repositories
pbremondFR/cub3d
42 school cub3D: My basic raycasting engine
pbremondFR/ft_containers
My own implementation of C++98's vector, stack, map, set, enable_if, and more.
pbremondFR/ft_malloc
A simple malloc re-implementation that supports multithreading, defragmentation, and viewing allocations.
pbremondFR/42_minishell
42 school minishell: A basic shell made in C
pbremondFR/42docs
Documentation on MiniLibX and curriculum projects
pbremondFR/abstract_data
Implementing most of the C++98 STL, from scratch.
pbremondFR/constexpr_enum_mapping
C++ enum reflection. A set of functions to map C++ enum values to their string representations.
pbremondFR/matrix
A small linear algebra library project.
pbremondFR/nirmonette
Official 42 norminette just trust me bro
pbremondFR/pbremondFR
pbremondFR/toml_parser
A very basic TOML parser that I made for ft_webserv, and for fun.
pbremondFR/FenestraTest
pbremondFR/SalvatoreSpina