Pinned Repositories
42_Webserv
born2beroot
This project aims to introduce you to the wonderful world of virtualization.
CPP-Modules
All CPP Modules for 42 School
Cs2ServerRoutine
Bash script to execute cs2 server and check for updates
cub3d
This project is inspired by the world-famous eponymous 90's game, which was the first FPS ever. It will enable you to explore ray-casting. Your goal will be to make a dynamic view inside a maze, in which you'll have to find your way.
minishell
The objective of this project is for you to create a simple shell.
NetPratice
NetPractice is a general practical exercise to let you discover networking.
Philosophers
Eat, Sleep, Spaghetti, repeat. This project is about learning how threads work by precisely timing a group of philosophers on when to pick up forks and eat spaghetti without dying from hunger.
pipex
This project aims to deepen your understanding of the two concepts that you already know: Redirections and Pipes. It is an introductory project for the bigger UNIX projects that will appear later on in the cursus.
push_swap
This project involves sorting data on a stack, with a limited set of instructions, and the smallest number of moves. To make this happen, you will have to manipulate various sorting algorithms and choose the most appropriate solution(s) for optimized data sorting.
snowhp's Repositories
snowhp/CPP-Modules
All CPP Modules for 42 School
snowhp/Cs2ServerRoutine
Bash script to execute cs2 server and check for updates
snowhp/ft_printf
This project is pretty straightforward, you have to recode printf. You will learn what is and how to implement variadic functions. Once you validate it, you will reuse this function in your future projects.
snowhp/get_next_line
May it be a file, stdin, or even later a network connection, you will always need a way to read content line by line. It is time to start working on this function, which will be essential for your future projects.
snowhp/libft
This project is your very first project as a student at 42. You will need to recode a few functions of the C standard library as well as some other utility functions that you will use during your whole cursus.
snowhp/minishell
The objective of this project is for you to create a simple shell.
snowhp/pipex
This project aims to deepen your understanding of the two concepts that you already know: Redirections and Pipes. It is an introductory project for the bigger UNIX projects that will appear later on in the cursus.
snowhp/push_swap
This project involves sorting data on a stack, with a limited set of instructions, and the smallest number of moves. To make this happen, you will have to manipulate various sorting algorithms and choose the most appropriate solution(s) for optimized data sorting.
snowhp/42_Webserv
snowhp/born2beroot
This project aims to introduce you to the wonderful world of virtualization.
snowhp/cs2-WeaponPaints
snowhp/cub3d
This project is inspired by the world-famous eponymous 90's game, which was the first FPS ever. It will enable you to explore ray-casting. Your goal will be to make a dynamic view inside a maze, in which you'll have to find your way.
snowhp/my42resources
Code used for different projects
snowhp/NetPratice
NetPractice is a general practical exercise to let you discover networking.
snowhp/Philosophers
Eat, Sleep, Spaghetti, repeat. This project is about learning how threads work by precisely timing a group of philosophers on when to pick up forks and eat spaghetti without dying from hunger.
snowhp/snowhp
Profile description
snowhp/so_long
This project is a small 2D game with minilibx. You'll learn about textures, sprites and tiles.
snowhp/inception