Jose Ramon

Results 6 repositories owned by Jose Ramon

42

142
Stars
28
Forks
Watchers

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

191
Stars
63
Forks
Watchers

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

138
Stars
64
Forks
Watchers

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

33
Stars
18
Forks
Watchers

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

28
Stars
13
Forks
Watchers

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

59
Stars
11
Forks
Watchers

An open source C library that incorporates useful functions, such as binary trees, linked lists, stacks, arrays, bit manipulation.