norminette
There are 83 repositories under norminette topic.
jotavare/42-resources
My curated 42 school resource collection. The good, the bad and the ugly.
robotrainer/school21
Как подготовиться к бассйну Школы 21: изучаем терминал, vim, работаем с gcc, norminette, git, пишем первую программу на Си.
ronanboiteau/NormEZ
Coding-style checker for Epitech students. This program analyzes your C source files for Epitech coding-style violations.
jraleman/open-libft
An open source C library that incorporates useful functions, such as binary trees, linked lists, stacks, arrays, bit manipulation.
madebypixel02/minishell
[42 Madrid] As beautiful as a shell
aureliancnx/Bubulle-Norminette
Norminette EPITECH 2025.
Just1truc/Abricot-Norminette
Abricot Norminette is meant for EPITECH Projects. [ PROMO 2026 ]
jterrazz/awesome-42
🍉 The best for your 42 journey.
Kuninoto/installette
A Bash script to install Norminette, a Norminette Formatter, Vim and 42 Header for Vim.
cacharle/c_formatter_42
C language formatter for 42 norminette
CustomEntity/crNormz
The best coding-style checker for Epitech students.
andersonhsporto/ft-so_long
POC of a 2D game made in ANSI C
MrSloth-dev/42-NorminetteNvim
A simple linter plugin for format checking and check function sizes with norminette inside the buffer through diagnostics.
LoredanaLoSurdo/42-Off-Campus-Student-Set-Up
Get access to your 42 Git repositories, the Norminette, and 42 Standard Header on your Mac. Along with some additional configurations for Vim. (Guide)
hardyrafael17/norminette42.nvim
Norminette integration for Neovim
librity/ft_get_next_line
42 São Paulo - get_next_line
Ardorax/BananaSplit
Un amour de dessert !
vcwild/norminette-hook
The Norminette pre-commit hook.
jotavare/libft
Create my own library and redo a set of functions from the C standard library.
jotavare/minitalk
System that sends a message from client to server using UNIX signals for communication.
keyhr/vscode-42-c-format
A vscode extension to provide formatting from c_formatter_42
madebypixel02/libft
[42 Madrid] Your very first own library
librity/ft_netmon
42 São Paulo - Labs, 3rd Edition - netmon - A Threaded Network Monitoring Service in Pure C
jotavare/42-piscine
Detailed information about my projects and exams made at 42 Porto, during my Piscine experience.
achrafelkhnissi/1337-norm-checker
The norminette checker is a tool that helps you find norm errors in your C files.
gcamerli/42norme
42 norminette :fr:
motet-a/yan
[DEPRECATED] Yet another norminette
Haimasker/ft_printf
printf() implementation in C
jotavare/minishell
A simplified version of a unix shell, implemented as a command-line interpreter.
librity/weekendrt
A simple ray tracer made in a weekend.
jotavare/philosophers
Often referred to as the Dining Philosophers Problem, is a classical synchronization problem that explores the challenges of resource sharing and deadlock avoidance.
jotavare/push_swap
Algorithm project where I must sort a given list of random numbers with a limited set of instructions, using the lowest possible number of actions.
librity/ft_libft
42 São Paulo - Libft
Haimasker/pipex
pipe UNIX mechanism in C
jotavare/ft_printf
Redo the behavior of C library function printf without using it.
jotavare/get_next_line
Create a function that enables reading content line by line from a file descriptor.