Popular repositories Loading
-
libft
libft PublicThe first 42 project: create / re-create a series of useful functions that we will be allowed to use in our future projects.
C
-
ft_printf
ft_printf PublicMy second 42 project: The goal is to reproduce the behaviour of the printf function for certain conversions and certain flags. The functions we can use are : malloc, free, write, va_arg, va_start, …
C
-
get_next_line
get_next_line PublicMy third 42 project: create a function get_next_line(int fd) which, at each call, returns a string containing the next line of a file (referenced by fd).
C
-
FdF
FdF PublicMy 5th 42 project: draw 3 dimensional maps on a graphical window, using the isometric view.
C
-
push_swap
push_swap PublicMy 6th 42 project: create a program which order a stack (given as argument) in the less operations possible.
C
-
If the problem persists, check the GitHub status page or contact support.