Pierre-Louis BOIDIN (pboidin)

pboidin

Geek Repo

Location:Lille, Paris

Github PK Tool:Github PK Tool

Pierre-Louis BOIDIN's repositories

Language:HTMLStargazers:1Issues:0Issues:0

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.

Language:CStargazers:1Issues:0Issues:0

ft_printf

This project is clear and efficient. You have to recode printf. You will then be able to reuse it in your future projects. This project is mainly about variable size arguments.

Language:CStargazers:1Issues:0Issues:0

Minishell101

The objective of this project is for you to create a simple shell.

Language:CStargazers:1Issues:0Issues:0

PLMind

Just a reminder test application

Language:SwiftStargazers:1Issues:0Issues:0

CPP

Piscine CPP

Language:C++Stargazers:0Issues:0Issues:0

Cub3d

This project is inspired by the world famous game of the same name, considered to be the first FPS ever developed. It will allow you to explore the ray-casting technique. Your objective is to make a dynamic view within a maze, in which you will have to find your way.

Language:CStargazers:0Issues:0Issues:0

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.

Language:ShellStargazers:0Issues:0Issues:0

philosophers

Eat, Sleep, Spaghetti, repeat. This project is about learning how threads work by precisely timing a group of philosophers on when to pick up forks and eat spaghetti without dying from hunger.

Language:CStargazers:0Issues:0Issues:0

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.

Language:C++Stargazers:0Issues:0Issues:0

get_next_line

Whether it's a file, stdin, or even later a network connection, you will always need a way to read the content line by line. It's time to start working on this feature, which will be essential for your future projects.

Language:CStargazers:0Issues:0Issues:0

Globall_test_ios

Globall test on iOS

Language:SwiftStargazers:0Issues:0Issues:0

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.

Language:CStargazers:0Issues:0Issues:0

Matrix_Rain

Matrix_Rain code on JavaScript & React with this tuto : https://www.youtube.com/watch?v=qLbQ0NBa5zM

Stargazers:0Issues:0Issues:0
Stargazers:0Issues:0Issues:0
Stargazers:0Issues:0Issues:0

pipex

This project aims to deepen your understanding of the two concepts that you already know: Redirections and Pipes. It is an introductory project for the bigger UNIX projects that will appear later on in the cursus.

Language:CStargazers:0Issues:0Issues:0

Project3_Battle

Créez votre premier jeu vidéo avec Swift ! - Projet 3 - DA iOS

Stargazers:0Issues:0Issues:0

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.

Language:CStargazers:0Issues:0Issues:0