Jose Ramon
Jose Ramon
42
Repository of all my work during the program of Ecole 42 SIlicon Valley; a private, project-based and tuition-free coding school.
42.Exam-C
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 withou...
42.Piscine-C
Every day for four weeks and even on weekends, we have to do exercises and projects in C. This piscine starts from zero and does not ask for any prior knowledge... apart from knowing how to use a mous...
42_get_next_line
This projects is about creating a function that, allows to read a line ending with a newline character ('\n') from a file descriptor, without knowing its size beforehand.
42_Piscine-CPP
The next step in the 42 Curriculum. During these two weeks you will discover more about OOP by learning specifics of the C++ language. Successfully completing this challenge will unlock the object-ori...
open-libft
An open source C library that incorporates useful functions, such as binary trees, linked lists, stacks, arrays, bit manipulation.