You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The 12th project of 42's curriculum is about creating our own IRC server. An actual IRC client will be used to connect to the server and test it. Internet is ruled by solid standards protocols that allow connected computers to interact with each other. It’s always a good thing to know.
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.
Minishell is a project from the 2nd phase of the common core of 42 School. The goal of this project was to create a Shell similar to bash, using only C.
This is my very own C Library! The first project of 42 curriculum asks students to reproduce basic functions of C ANSI Library to manipulate characters, strings and memory plus additional functions to implement singly linked lists.