Pinned Repositories
CTest
Single header for easy to use unit tests in C/C++
FDF
All programs that I wrote until now were executed in text mode on my 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_galaxy
A proposal to add my own subject, goal is to create your very own galaxy!
libft
First project of the 42 Cursus, objective is to re-write/implement your own stdlib from scratch.
MCSharp
A custom .NET Core Runtime
minecraft
Go big or go home.
MiniRT
This project is an introduction to the beautiful world of Raytracing.
Minishell
The objective of this project is for you to create a simple shell.
Pipex
This project aims to make you understand a bit deeper two concepts that you already know: the redirections and the pipes.
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.
W2Codam's Repositories
W2Codam/ft_galaxy
A proposal to add my own subject, goal is to create your very own galaxy!
W2Codam/minecraft
Go big or go home.
W2Codam/Pipex
This project aims to make you understand a bit deeper two concepts that you already know: the redirections and the pipes.
W2Codam/CTest
Single header for easy to use unit tests in C/C++
W2Codam/FDF
All programs that I wrote until now were executed in text mode on my 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.
W2Codam/ft_printf
This project is pretty straightforward, you have to recode printf. You will learn what is and how to implement variadic functions.
W2Codam/get_next_line
Whether it's a file, stdin, or even later a network connection, you'll still need a way to read the content line by line. It's time to start working on this feature, which will be essential for my future projects.
W2Codam/libft
First project of the 42 Cursus, objective is to re-write/implement your own stdlib from scratch.
W2Codam/MCSharp
A custom .NET Core Runtime
W2Codam/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.
W2Codam/Born2beroot
This project aims to introduce you to the wonderful world of virtualization.
W2Codam/ft_transcendence
This project is about creating a website for the mighty Pong contest!
W2Codam/Inception
Sysadmin simulator
W2Codam/MiniRT
This project is an introduction to the beautiful world of Raytracing.
W2Codam/Minishell
The objective of this project is for you to create a simple shell.
W2Codam/Philosophers
Eat, Sleep, Spaghetti, Repeat!
W2Codam/Voxelion-launcher
Client launcher for ft_minecraft written in C# with AvaloniaUI.
W2Codam/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.
W2Codam/42API-Utils
Python script to use the 42 API
W2Codam/find-peers
This website is meant to help students find peers that are working on the same project
W2Codam/wordle-interview
Codam + TomTom technical interview, goal is to write the validation function for a worlde clone.