42madrid
There are 190 repositories under 42madrid topic.
agavrel/42_CheatSheet
A comprehensive guide to 50 years of evolution of strict C programming, a tribute to Dennis Ritchie's language
rphlr/42-Evals
A curated collection of official 42 School evaluation sheets 📄✅, complete with a user-friendly web interface for streamlined navigation and self-assessment. 🖥️🚀 Explore, prepare, and excel in your peer evaluations. For the full experience, visit my web page!
ayogun/42-project-badges
AWESOME little badges for 42 curriculum projects. A collection of badges(icons). Feel free to use them after staring the repository :) Contributions are welcomed! A special thanks to the actual artist who created the badges from the current version -> @lrcouto
madebypixel02/so_long
[42 Madrid] And thanks for all the fish!
madebypixel02/minishell
[42 Madrid] As beautiful as a shell
dalexhd/42Madrid
All my 42 Madrid's work in a single light GitHub repository.
hardyrafael17/norminette42.nvim
Norminette integration for Neovim
fenshan/42-piscine
My solutions to 42madrid piscine projects (20 sept - 15 oct 2021)
raqelcb/42Discovery_piscine
42 Discovery_Piscine: Projects carried out during the discovery piscine of 42 Madrid web development. Languages used: HTML, CSS and JavaScript.
agaliste/42-C-Piscine
Repository for all the work I do at the C-Piscine of 42 Madrid Fundación Telefónica
abello-r/Get_next_line
The aim of this project is to make you code a function that returns a line ending with a newline, read from a file descriptor.
abello-r/Libft
The aim of this project is to code a C library regrouping usual functions.
madebypixel02/42-Madrid-Cursus
[42 Madrid] Ongoing repository containing links to the various projects I'll work on as a 42 student.
parismart/ft_services
The project consists of implementing an infrastructure with different services using Kubernetes.
eljommys/minishell
The goal of this project is to create a simple shell. Will be your own little bash or zsh. You are going to learn a lot about processes and file descriptors.
madebypixel02/ft_printf
[42 Madrid] Because putnbr and putstr are not enough
madebypixel02/get_next_line
[42 Madrid] Reading a line on a fd is way too tedious
abello-r/ft_printf
This project is about reprogramming printf and learning how to handle variable measure arguments.
madebypixel02/libft
[42 Madrid] Your very first own library
eljommys/miniRT-for-Linux
An easy way to understand the basics of raytracing and raymarching
vittoric/Libft
Primer proyecto como estudiante de 42Madrid
abello-r/42-ExamRank-02.
The first exam of the new cursus.
achrafelkhnissi/1337-norm-checker
The norminette checker is a tool that helps you find norm errors in your C files.
madebypixel02/push_swap
[42 Madrid] Because swap_push isn’t as natural
abello-r/Cub3D
This project is inspired by the world-renowned eponymous game, considered the first FPS ever made. It will allow you to explore the technique of ray-casting. Your goal will be to create a dynamic view inside a maze, in which will have to find the way out.
dalexhd/Reveal42
ReavealJS presentation tool integrated with 42 intranet api.
madebypixel02/CPP-Module-01
[42 Madrid] BraiiiiiiinnnzzzZ
madebypixel02/CPP-Modules
[42 Madrid] Lots of basic stuff
madebypixel02/cub3d
[42 Madrid] My first RayCaster with miniLibX
abello-r/42-ExamRank-03
Examen rango 03 de 42Madrid
abello-r/Assembly
This project aims to replicate some functions of the library in the assembly language.
abello-r/MiniTalk
Pequeño programa de intercambio de datos utilizando señales UNIX.
Jkutkut/42Madrid-Libft
Custom C library with multiple functions and utils.
madebypixel02/philosophers
[42 Madrid] I’ve never thought philosophy would be so deadly
MGuardia10/42cursus_fdf
This project is about representing a landscape as a 3D object in which all surfaces are outlined in lines.
MGuardia10/42cursus_minishell
Recreating a shell in C using bash as a reference.