Pinned Repositories
19_CPP
Some exercices to learn C++
19_Cub3d
This project is inspired by the game Wolfeinstein3D, considered to be the first FPS ever developed. It will allow you to explore the technique of ray-casting. Your objective is to make a dynamic view within a maze, in which you will have to find your way.
19_ft_containers
The multiple containers available in C++ have very different uses. To be sure we understand them, let's reimplement them!
19_ft_printf
This project is clear and efficient. You need to recode printf. Hopefully, you'll be able to reuse it in future projects without the fear of being seen as a cheater. You will mainly learn how to use variadic arguments.
19_ft_server
This project will introduce you to Docker and will make you set up a web server.
19_get_next_line
The aim of this project is to make you code a function that returns a line, read from a file descriptor.
19_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.
avaj-launcher
First projet of the Java projects arc. Implementation of a simple Java program according to a given class diagram written in UML.
swifty-companion
This project is an introduction to mobile programming. The goal is to create, an application which will allow you to get infos about 42students, using the API.
termcap
Trying to understand and implement termcaps in my Minishell project.
gverhelp's Repositories
gverhelp/19_Cub3d
This project is inspired by the game Wolfeinstein3D, considered to be the first FPS ever developed. It will allow you to explore the technique of ray-casting. Your objective is to make a dynamic view within a maze, in which you will have to find your way.
gverhelp/19_ft_containers
The multiple containers available in C++ have very different uses. To be sure we understand them, let's reimplement them!
gverhelp/19_ft_printf
This project is clear and efficient. You need to recode printf. Hopefully, you'll be able to reuse it in future projects without the fear of being seen as a cheater. You will mainly learn how to use variadic arguments.
gverhelp/avaj-launcher
First projet of the Java projects arc. Implementation of a simple Java program according to a given class diagram written in UML.
gverhelp/termcap
Trying to understand and implement termcaps in my Minishell project.
gverhelp/19_CPP
Some exercices to learn C++
gverhelp/19_ft_server
This project will introduce you to Docker and will make you set up a web server.
gverhelp/19_get_next_line
The aim of this project is to make you code a function that returns a line, read from a file descriptor.
gverhelp/19_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.
gverhelp/swifty-companion
This project is an introduction to mobile programming. The goal is to create, an application which will allow you to get infos about 42students, using the API.
gverhelp/19_Libasm
The objective of this project is to become familiar with the assembly language.
gverhelp/19_Libft
This project aims to make you code in C a library of common functions that you can use in all your next projects.
gverhelp/19_Minishell
The objective of this project is for you to create a simple shell. Yes, your little bash or zsh. You will learn a lot about processes and file descriptors.
gverhelp/19_Philosophers
In this project, you will learn the basics of threading a process. You will learn how to make threads. You will discover the mutex.
gverhelp/19_push_swap
This project asks you to sort data on a stack, with a set of instruction, in as few moves as possible. To be successful, you will have to manipulate different sorting algorithms and choose the most suitable solution for optimized data classification.
gverhelp/advent_of_code
gverhelp/Camagru
This project is a warmup for web. You will need to realize, a small, instagram-like website allowing its users to create and share photomontage. You will, from scratch, implement basic functionnalities used by any website with a userbase
gverhelp/gverhelp