Highlights
Lists (2)
Sort Name ascending (A-Z)
Stars
A command line tool that recreates the famous data decryption effect seen in the 1992 movie Sneakers.
A comprehensive guide to 50 years of evolution of strict C programming, a tribute to Dennis Ritchie's language
An easy to use testing framework for the 42 projects
Solutions of the C beginner exam. Doing each problem correctly, one level up, and so the difficulty of the problems. If one fails a problem, you can retry another problem in the same level, but wit…
A tool for checking functions calls return protections
Discover how to sucessfully use bitwise operators in daily coding
Very small, safe, lightning fast, yet portable preemptive RTOS with SMP support
My tests for the ft_printf 42 project.
A platformer with gravity, jumping, audio and two types of enemies!
One of the first graphical projects at 42 school, fract-ol introduces us to 2D programming with fractal generation.
An attempt at the most comprehensive and efficient push_swap tester I've seen.
A C project which implements various image processing operations and recursive fractal generating algorithms.
A C function that reads any valid file line by line until the end.
Concepts about the exam problems and discussion of various optimized solution
sort data on a stack, with a limited set of instructions, using the lowest possible number of actions
Push swap - это проект в котором мы реализуем алгоритм сортировки стека.
Discover 2D programming and the psychedelic universe of fractals in this project, using minilibX.
🏆 "1st" place on "42 game hackathon" 🎮 Simple 2D game based on the series "Squid Game"
An implementation of raycasting and graphical design in C