Skip to content

maitreverge/42_projects

Repository files navigation

42_projects

This is a overview of my 42 common core projects.

-----------------------------------------------------

Level Name Language / Tools 42 Grade Overview
0 libft My Skills libft grade libft is a basic C library built from scratch, which mimics about 50 core functions of the libc library.
1 ft_printf My Skills printf grade ft_printf is our printf function made from scratch.
1 born2beroot My Skills b2br grade Introduction to System Administration.
1 get_next_line My Skills gnl grade get_next_line is a program that returns a line read from a file descriptor.
2 pipex My Skills pipex grade pipex simulates a shell command pipeline, connecting inputs and outputs between programs.
2 fract'ol My Skills fractol grade fract'ol is all about creating fractals. First graphical project using MiniLibX.
2 push_swap My Skills push_swap grade push_swap program requires sorting a stack of numbers using limited operations efficiently.
3 minishell My Skills minishell grade minishell is about creating a basic UNIX shell with command-line and process management.
3 philosophers My Skills philo grade philosophers tackles the dining philosophers problem, focusing on thread-based solutions.
4 cub3d My Skills cub3d grade cub3d involves creating a simple 3D game engine using raycasting techniques throught MiniLibX .
4 cpp_42 My Skills cpp grade cpp_42 actually compiles 10 sub-project where we learn basics OOP concepts throught C++ .
5 inception My Skills inception helps us master containers fundamentals with Docker.
5 webserv My Skills webserv is a NGINX-like web-server wrote in CPP, supporting HTTP 1.1.

About

Summary of my common core projects 🗃️

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published