Pinned Repositories
cpp_modules
Learning fundamentals of C++ programming
ft_irc
A basic Internet Relay Chat
ft_printf
A versatile and customizable formatted output function
get_next_line
A simple function that returns a line read from a file descriptor
miniraytracer
My first RayTracer with miniLibX
minishell
A command-line interpreter that can execute basic shell commands and provide a shell-like environment.
philosophers
Philosophers Dining Problem with threads / semaphores
pool_rank
42 Piscine ranking
scholarship_logtime
Calculates a 42 Nice GEN scholarship student's logtime from the 27th to the 26th using 42 API
so_long
This project is a simple 2D game designed to make you use textures, sprites and some basic gameplay elements.
hanmpark's Repositories
hanmpark/scholarship_logtime
Calculates a 42 Nice GEN scholarship student's logtime from the 27th to the 26th using 42 API
hanmpark/pool_rank
42 Piscine ranking
hanmpark/minishell
A command-line interpreter that can execute basic shell commands and provide a shell-like environment.
hanmpark/so_long
This project is a simple 2D game designed to make you use textures, sprites and some basic gameplay elements.
hanmpark/ft_printf
A versatile and customizable formatted output function
hanmpark/miniraytracer
My first RayTracer with miniLibX
hanmpark/ft_irc
A basic Internet Relay Chat
hanmpark/get_next_line
A simple function that returns a line read from a file descriptor
hanmpark/philosophers
Philosophers Dining Problem with threads / semaphores
hanmpark/cpp_modules
Learning fundamentals of C++ programming
hanmpark/hanmpark
hanmpark/push_swap
A 42 cursus's project in which you have to sort a pile of data in ascending order
hanmpark/pipex
Recreating the UNIX pipes behaviours in C 📡