42portugal
There are 27 repositories under 42portugal topic.
Kuninoto/installette
A Bash script to install Norminette, a Norminette Formatter, Vim and 42 Header for Vim.
MrSloth-dev/42-NorminetteNvim
A simple linter plugin for format checking and check function sizes with norminette inside the buffer through diagnostics.
Kuninoto/42_minitalk
Small data exchange between client and server programs using UNIX signals - Introduction to Inter Process Communication (IPC)
Kuninoto/42_CPP_Modules
Introduction to CPP, RAII, OOP, I/O and file streams, operator overloading, templates/generics and containers
Kuninoto/42_ft_printf
This project aims to code a custom implementation of the C printf function
Kuninoto/42_Philosophers
Philosophers dinner problem in C. Introduction to threads, mutexes, processes, and semaphores
Kuninoto/42_so_long
A small 2D game developed with MiniLibx, the graphic library of the 42School.
Kuninoto/42_Libft
This project demands to create a C header file with a recreation of usual functions so that you can easily use them on your future projects.
Kuninoto/42_minishell
Small implementation of a shell, truly hell
Kuninoto/42_get_next_line
Handy function that returns a line, ending with a newline, read from a file descriptor.
Nuno-Jesus/42_miniRT
A small version of a Ray Tracer implemented in C
Kuninoto/42_NetPractice
Small quizz about networks and subnet masks
ramos21rodrigo/42porto.get-next-line
42: get next line
richardmarcela/42-ft_printf
This is a 42 project that consists of a simplified version of the printf function in C.
Kuninoto/42_cub3D
A simple 3D 'game' using MinilLibX (mlx), the graphic library of the 42School and the raycasting algorithm
richardmarcela/42-libft
This is a 42 project. The purpose is to create a C library with important functions used very frequently during the course.
brpereiraa/42.get_next_line
Grade: 100/100
JessicaCC-gd/so_long
Project from 42 school
Kuninoto/42_push_swap
A program that sorts a stack of integers in the least steps possible, based on a limited set of instructions
Kuninoto/42_webserv
A Web Server written from scratch in C++
maricard18/42-push_swap
Algorithm sorting project
Nuno-Jesus/42_cpp_modules
Mini C++ piscine of rank 04 and 05 of 42 School
richardmarcela/42-born2beroot
This is a 42 project that aims to create a virtual machine in VirtualBox under specific instructions.
JustShush/42_Piscine
Everything i did during the piscine :)
maricard18/42-minishell
Small version of shell
ramos21rodrigo/42porto.libft
42: libft
maricard18/42-philosophers
Philosophers dining problem using threads