Nyfero
Hi ! I'm Gaëtan SAP. I study computer science since 20 mai 2021 at 42 Paris school.
42 ParisParis
Pinned Repositories
cub3D
You must create a “realistic” 3D graphical representation of the inside of a maze from a first-person perspective. You have to create this representation using the Ray-Casting principles mentioned earlier.
ft_irc
Description: Create your own IRC server in C++, fully compatible with an official client.
Get_next_line_42
Write a function that returns a line read from a file descriptor
Libft_42
Write your own library: a collection of functions that will be a useful tool for your cursus.
Minishell
Write a shell
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.
Philosophers
Philosophers with threads and mutexes
Piscine_CPP
Project from 42 to learn cpp
Printf
Write a library that contains ft_printf(), a function that will mimic the original printf()
Rushes
All the Rushes from 42 Paris that I have made
Nyfero's Repositories
Nyfero/ft_irc
Description: Create your own IRC server in C++, fully compatible with an official client.
Nyfero/cub3D
You must create a “realistic” 3D graphical representation of the inside of a maze from a first-person perspective. You have to create this representation using the Ray-Casting principles mentioned earlier.
Nyfero/Get_next_line_42
Write a function that returns a line read from a file descriptor
Nyfero/Libft_42
Write your own library: a collection of functions that will be a useful tool for your cursus.
Nyfero/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.
Nyfero/Philosophers
Philosophers with threads and mutexes
Nyfero/Piscine_CPP
Project from 42 to learn cpp
Nyfero/Printf
Write a library that contains ft_printf(), a function that will mimic the original printf()
Nyfero/push_swap
Sort stacks
Nyfero/so_long
You must create a basic 2D game in which a dolphin escapes Earth after eating some fish. Instead of a dolphin, fish, and the Earth, you can use any character, any collectible and any place you want.
Nyfero/Cub3D_test
A simple check for Cub3D's map
Nyfero/Minishell
Write a shell
Nyfero/Rush_piscine_discovery
Nyfero/Rush_Wordle
Nyfero/Rushes
All the Rushes from 42 Paris that I have made
Nyfero/Containers
In this project, you will implement a few container types of the C++ standard template library.
Nyfero/cpp
Nyfero/Cybersecurity
Nyfero/ft_container
Nyfero/ft_containers
The goal is to recreate some CPP containers and all their C98 functionality from scratch.
Nyfero/ft_ssl_md5
Nyfero/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.
Nyfero/Libasm
Nyfero/Makefile
A Makefile example
Nyfero/Nyfero
Nyfero/Parsing
A class to make parsing cpp argument more easy
Nyfero/Piscine_html-css
Nyfero/Rush_connect4
The goal of this rush is to write a Connect Four. That’s not all, you will need to write an AI to play against you. Wonderful, isn’t it?
Nyfero/Rush_Shmup