Popular repositories Loading
-
libft
libft PublicStrengthen your skills learned during the C Piscine by recoding functions from the standard C library and other very useful functions. You'll be able to use these functions again and again througho…
C
-
Get_next_line
Get_next_line PublicWhether it's from a file, the standard input, or even from a network connection later on, you'll need a way to read data one line at a time. Now is the time to write such a function, essential for …
C
-
ft_printf
ft_printf PublicTired of managing your displays using ft_putnbr and ft_putstr? Not allowed to use printf? Code your own printf! An opportunity to discover a new C feature, variadic functions, and learn to fine-tun…
C
-
filler
filler PublicCreate your player to fight other students on the world famous (or infamous) Filler board. The concept is simple: two players gain points by placing on a board, one after the other, the game piece …
C
-
Lem-in
Lem-in PublicYou must move your ant colony from one point to another in the least amount of time. Through this project, you will explore graph traversal algorithms: your program will have to choose the paths an…
C
-
Ft_ssl_des
Ft_ssl_des PublicYou will recode part of the OpenSSL program, specifically BASE64, DES-ECB and DES-CBC.
C
If the problem persists, check the GitHub status page or contact support.