42saopaulo
There are 107 repositories under 42saopaulo topic.
appinha/42sp-piscine
Code developed at 42's Piscine, a 26-day (straight) C bootcamp - from 18/nov/2019 to 13/dec/2019.
appinha/42cursus
Projects developed for 42cursus at 42 São Paulo. Begin date: 20/jan/2020
appinha/42cursus-00-Libft
Development repo for 42cursus' Libft project
appinha/42cursus-02-miniRT
Development repo for 42cursus' miniRT project
eliarisalvares/get_next_line_42sp
get_next_line is the second project of 42 cursus.
librity/ft_get_next_line
42 São Paulo - get_next_line
appinha/42cursus-03-minishell
Development repo for 42cursus' minishell project
LuigiEnzoFerrari/LuigiEnzoFerrari
“Luck is what happens when preparation meets opportunity.”
appinha/42cursus-01-ft_printf
Development repo for 42cursus' ft_printf project
eliarisalvares/libft_42sp
Libft is the first project of the 42cursus.
librity/ft_netmon
42 São Paulo - Labs, 3rd Edition - netmon - A Threaded Network Monitoring Service in Pure C
librity/ft_minishell
42 São Paulo - minishell
librity/ft_pipex
42 São Paulo - pipex
ygor-sena/42cursus-miniRT
The eleventh project of 42's curriculum is an introduction to the beautiful world of Raytracing and asks students to render simple Computer-Generated-Images so that they will never be afraid of implementing mathematical formulas again.
appinha/42cursus-03-libasm
Development repo for 42cursus' libasm project
augustobecker/42sp_Piscine
42saopaulo's C bootcamp, a four week long trial period.
mewmewdevart/42Projects
👩🏿💻 | The ultimate answer to life the universe and everything is...42
appinha/42cursus-01-get_next_line
Development repo for 42cursus' get_next_line project
librity/ft_fractol
42 São Paulo - fract-ol
librity/ft_libft
42 São Paulo - Libft
librity/ft_philosophers
42 São Paulo - Philosophers
LucasDatilioCarderelli/42Cursus
Repository for 42 Curriculum. #humancoder #cadet
LuigiEnzoFerrari/libft
A very well organized C library.
mewmewdevart/42SP_Piscina
🏊♀️ | Repository of exercises developed during the Piscine of 42 São Paulo. July/2022
deborabastos/42_so_long
The aim of this project is to develop a simple top-view 2D game, using miniLibX (a graphic library made by 42 school). We should work with textures, sprites and some basic gameplay elements.
magalhaesm/minishell
This project is about creating a simple shell.
mendes-jv/ft-printf
This project consists of coding a simplified version of the printf function.
vitoriagalli/42born2code
My projects developed at Ecole 42 São Paulo
deborabastos/42_printf
The goal of this project is to recode some of the most used printf conversions and flags.
dellribeiro/GNL-42Cursus
My repo for 42cursus' get-next-line project
librity/ft_minirt
42 São Paulo - miniRT
librity/ft_push_swap
42 São Paulo - push_swap
magalhaesm/norminette-pre-commit
Prevents to commit files with norm error.
mendes-jv/get-next-line
Get Next Line is a C function that returns a line, read from a file descriptor. In short, it can read any valid file and does that line by line to optimize memory, since the file size is not known. It's an extremely useful function that can be used in the next school's projects.
rafaelabdm/so_long
So_long é projeto da 42 em que temos que criar um joguinho 2D simples usando a biblioteca MiniLibX. // So_long is a 42's project that makes us create a simple 2D game using MiniLibX library.
ygor-sena/42cursus-minishell
The eighth project of 42's curriculum gives the students a very "simple" task: to create our very own little shell based on bash.