Pinned Repositories
bjacob-56
colored-cout
"colored cout" is a simple overloading of operator<< that allow you to print in console using 8 basic colors
CPP
[42] Piscine CPP
cub3d
[42] Cub3d is a raycasting project. The goal is to create a dynamic view inside a maze.
ft_containers
[42] ft_containers
ft_server
[42] Ft_server is about docker. The goal is to build a docker based image with nginx, phpmyadmin, mysql and wordpress.
ft_services
[42] Ft_services
get_next_line
[42] Get_next_line is a function that returns a line read from a file descriptor.
libasm
[42] Libasm's goal is to make a library of functions in assembly language.
philosophers
[42] Philosophers
bjacob-56's Repositories
bjacob-56/philosophers
[42] Philosophers
bjacob-56/bjacob-56
bjacob-56/colored-cout
"colored cout" is a simple overloading of operator<< that allow you to print in console using 8 basic colors
bjacob-56/CPP
[42] Piscine CPP
bjacob-56/cub3d
[42] Cub3d is a raycasting project. The goal is to create a dynamic view inside a maze.
bjacob-56/ft_containers
[42] ft_containers
bjacob-56/ft_server
[42] Ft_server is about docker. The goal is to build a docker based image with nginx, phpmyadmin, mysql and wordpress.
bjacob-56/ft_services
[42] Ft_services
bjacob-56/get_next_line
[42] Get_next_line is a function that returns a line read from a file descriptor.
bjacob-56/libasm
[42] Libasm's goal is to make a library of functions in assembly language.
bjacob-56/libft
[42] Libft is the first project of 42. Its goal is to code a C library regrouping usual functions.
bjacob-56/minishell
[42] Minishell. The goal is to create a simple shell.
bjacob-56/piscine42
[pre-42] Piscine 42 - August 2019
bjacob-56/printf
[42] Printf is a simplified version of the real printf function.
bjacob-56/push_swap
[42] push_swap
bjacob-56/rush-01
[42] rush-01
bjacob-56/test_printf
This tester is made for the printf project. Its' based on the printf tester of @tclaudel.