Pinned Repositories
42_CPP_Modules
Introduction to CPP, RAII, OOP, I/O and file streams, operator overloading, templates/generics and containers
42_ft_printf
This project aims to code a custom implementation of the C printf function
42_ft_transcendence
A website with user accounts/profiles and relations (friendships & blocks), real-time multiplayer game and chat (DMs & rooms)!
42_get_next_line
Handy function that returns a line, ending with a newline, read from a file descriptor.
42_Libft
This project demands to create a C header file with a recreation of usual functions so that you can easily use them on your future projects.
42_minishell
Small implementation of a shell, truly hell
42_minitalk
Small data exchange between client and server programs using UNIX signals - Introduction to Inter Process Communication (IPC)
42_Philosophers
Philosophers dinner problem in C. Introduction to threads, mutexes, processes, and semaphores
42_so_long
A small 2D game developed with MiniLibx, the graphic library of the 42School.
installette
A Bash script to install Norminette, a Norminette Formatter, Vim and 42 Header for Vim.
Kuninoto's Repositories
Kuninoto/installette
A Bash script to install Norminette, a Norminette Formatter, Vim and 42 Header for Vim.
Kuninoto/42_minitalk
Small data exchange between client and server programs using UNIX signals - Introduction to Inter Process Communication (IPC)
Kuninoto/42_CPP_Modules
Introduction to CPP, RAII, OOP, I/O and file streams, operator overloading, templates/generics and containers
Kuninoto/42_ft_printf
This project aims to code a custom implementation of the C printf function
Kuninoto/42_Philosophers
Philosophers dinner problem in C. Introduction to threads, mutexes, processes, and semaphores
Kuninoto/42_so_long
A small 2D game developed with MiniLibx, the graphic library of the 42School.
Kuninoto/42_Libft
This project demands to create a C header file with a recreation of usual functions so that you can easily use them on your future projects.
Kuninoto/42_minishell
Small implementation of a shell, truly hell
Kuninoto/42_get_next_line
Handy function that returns a line, ending with a newline, read from a file descriptor.
Kuninoto/42_ft_transcendence
A website with user accounts/profiles and relations (friendships & blocks), real-time multiplayer game and chat (DMs & rooms)!
Kuninoto/42_NetPractice
Small quizz about networks and subnet masks
Kuninoto/42_cub3D
A simple 3D 'game' using MinilLibX (mlx), the graphic library of the 42School and the raycasting algorithm
Kuninoto/42_libasm
Introduction to ASM. Some libc functions implemented in x86_64 ASM with Intel Syntax
Kuninoto/42_pipex
A simple C program that replicates the pipe functionality
Kuninoto/42_push_swap
A program that sorts a stack of integers in the least steps possible, based on a limited set of instructions
Kuninoto/42_webserv
A Web Server written from scratch in C++
Kuninoto/42_Inception
Introduction to Docker and the world of containerization. Configure a LEMP stack with Wordpress