Monorepo of school projects done during studies at Hive Helsinki.
libft:
First project. A standard library replacament written for use in first half of studies.
get_next_line:
Read from a file descriptor one line at a time. Supplements the library.
ft_printf:
A primitive version printf for the library.
push_swap:
Sort using 8 different operations with a maximum allowed number for each input size.
fractol:
Rendering fractals.
pipex:
Execute arguments with pipes. Just preparation for minishell.
minitalk:
Another minishell prep project but sending messages using signals.
minishell:
A smaller version of bash.
philosophers:
5 diners 5 chopstick and you need 2 to eat. Classic threaded execution dilemma.
minirt:
Raytracer with a few different shapes.
cpp-modules:
Uterly useless OOP exercises.
inception:
Containerized WordPress with MariaDB and nginx.
ft_transcendence:
Pong game made with React, Fastify, TailwindCSS and BabylonJS.