Pinned Repositories
42
My projects at 42 Firenze Luiss.
Born2beroot
This project aims to introduce you to the wonderful world of virtualization.
CPP_Modules
The goal of these modules is to introduce you to Object-Oriented Programming.
FdF
All programs that you wrote until now were executed in text mode on your terminal. Now, let’s discover something more exciting: how to open a graphics window and draw inside? To start your journey in graphic programming, FdF offers to represent “iron wire” meshing in 3D.
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.
ft_transcendence
This project is centered around the design, development, and organization of a full-stack web application.
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.
kichkiro
Config files for my GitHub profile.
minishell_tester
Tester for the Minishell project of school 42.
philosophers_tester
Tester for the Philosophers project of school 42.
kichkiro's Repositories
kichkiro/minishell_tester
Tester for the Minishell project of school 42.
kichkiro/philosophers_tester
Tester for the Philosophers project of school 42.
kichkiro/42
My projects at 42 Firenze Luiss.
kichkiro/kichkiro
Config files for my GitHub profile.
kichkiro/Born2beroot
This project aims to introduce you to the wonderful world of virtualization.
kichkiro/CPP_Modules
The goal of these modules is to introduce you to Object-Oriented Programming.
kichkiro/FdF
All programs that you wrote until now were executed in text mode on your terminal. Now, let’s discover something more exciting: how to open a graphics window and draw inside? To start your journey in graphic programming, FdF offers to represent “iron wire” meshing in 3D.
kichkiro/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.
kichkiro/ft_transcendence
This project is centered around the design, development, and organization of a full-stack web application.
kichkiro/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.
kichkiro/miniRT
This project is an introduction to the beautiful world of Raytracing.
kichkiro/minishell
The objective of this project is for you to create a simple shell.
kichkiro/webserv
This project is here to make you write your own HTTP server. You will be able to test it with a real browser. HTTP is one of the most used protocol on internet. Knowing its arcane will be useful, even if you won't be working on a website.
kichkiro/Inception
This project aims to broaden your knowledge of system administration by using Docker. You will virtualize several Docker images, creating them in your new personal virtual machine.
kichkiro/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.
kichkiro/minitalk
The purpose of this project is to code a small data exchange program using UNIX signals. It is an introductory project for the bigger UNIX projects that will appear later on in the cursus.
kichkiro/NetPractice
NetPractice is a general practical exercise to let you discover networking.
kichkiro/Philosophers
This project aims to teach concurrent programming, focusing on multithreading and multiprocessing.
kichkiro/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.