Pinned Repositories
42-ft_printf
Hive Helsinki project ft_printf. My own printf.
42-get_next_line
Hive Helsinki get_next_line project.
42-libft
First project of Hive Helsinki! I have written most of the code when I started at Hive. This is small library with basic C functions. There might be few fixes which are against the original libft instuctions.
42-minitalk
My implementation of project minitalk made at Hive Helsinki.
42-philosophers
This project is about learning how threads work by precisely timing a group of philosophers on when to pick up forks and eat without dying from hunger.
42-push_swap
My implementation of Hive Helsinki algorithm project push_swap.
cpp_modules
Modules designed to teach the basics and concepts of C++ include small projects for each new concept. This approach offered an interesting way to dive into object-oriented programming and C++ before tackling larger projects.
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.
eemuston
morse_machine
Program which I made quickly for fun to troll my friends with morse code. It takes in string and translates it to morse code.
eemuston's Repositories
eemuston/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.
eemuston/42-ft_printf
Hive Helsinki project ft_printf. My own printf.
eemuston/42-get_next_line
Hive Helsinki get_next_line project.
eemuston/42-libft
First project of Hive Helsinki! I have written most of the code when I started at Hive. This is small library with basic C functions. There might be few fixes which are against the original libft instuctions.
eemuston/42-minitalk
My implementation of project minitalk made at Hive Helsinki.
eemuston/42-philosophers
This project is about learning how threads work by precisely timing a group of philosophers on when to pick up forks and eat without dying from hunger.
eemuston/42-push_swap
My implementation of Hive Helsinki algorithm project push_swap.
eemuston/cpp_modules
Modules designed to teach the basics and concepts of C++ include small projects for each new concept. This approach offered an interesting way to dive into object-oriented programming and C++ before tackling larger projects.
eemuston/eemuston
eemuston/morse_machine
Program which I made quickly for fun to troll my friends with morse code. It takes in string and translates it to morse code.
eemuston/encrypt_decrypt
Tools to encrypt and decrypt messages for fun.