-
42 Lisboa
- Lisboa
Highlights
- Pro
-
-
CUB3D Public
Cub3D: This project is inspired by the world-famous Wolfenstein 3D game, which is considered the first FPS ever created. It will enable you to explore ray-casting. Your goal will be to make a dynam…
C MIT License UpdatedJan 29, 2026 -
-
MINISHELL Public
Minishell: This project is about creating a simple shell. Yes, your very own little Bash. You will gain extensive knowledge about processes and file descriptors.
C UpdatedJan 7, 2026 -
PHILOSOPHERS Public
Philosophers: In this project, you will learn the basics of threading a process. You will learn how to create threads and explore the use of mutexes.
C UpdatedJan 2, 2026 -
LIBFT Public
Libft: Your very first own library. This project involves coding a C library that will include numerous general purpose functions for your programs.
-
PIPEX Public
This project will allow you to explore a UNIX mechanism in detail, one that you are already familiar with, by implementing it in your program.
C UpdatedSep 15, 2025 -
PUSH_SWAP Public
Push_Swap: Because Swap_push doesn’t feel as natural. In this project, you will sort data in a stack using a limited set of instructions, aiming to achieve the lowest possible number of actions. T…
-
FRACT-OL Public
Fract’ol: Computer Graphics Fractals. This project involves creating graphically beautiful fractals
C UpdatedAug 29, 2025 -
-
BORN_2_BE_ROOT Public
Born2beRoot: This document is a System Administration related exercise.
C UpdatedMay 27, 2025 -
GET_NEXT_LINE Public
Get_Next_Line: Reading a line from a file descriptor is far too tedious. This project is about programming a function that returns a line read from a file descriptor.
C UpdatedMay 20, 2025 -
FT_PRINTF Public
Printf: Because ft_putnbr() and ft_putstr() aren’t enough.The goal of this project is quite straightforward: you will reimplement printf(). This will primarily teach you how to handle a variable nu…