Olia Tkachenko's repositories

Language:PythonStargazers:0Issues:0Issues:0
Language:CStargazers:0Issues:0Issues:0
Language:TeXStargazers:0Issues:0Issues:0
Language:CStargazers:0Issues:0Issues:0

Ft_ssl_des

You will recode part of the OpenSSL program, specifically BASE64, DES-ECB and DES-CBC.

Language:CStargazers:0Issues:0Issues:0

Lem-in

You 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 and moves to be taken by the ants.

Language:CStargazers:0Issues:0Issues:0

filler

Create 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 obtained by the game master (in the form of an executable Ruby program). The game ends when the game piece cannot be placed anymore. Have fun!

Language:CStargazers:0Issues:0Issues:0

ft_printf

Tired 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-tune display options. You will be allowed to use your printf function in all future projects!

Language:CStargazers:0Issues:0Issues:0

Get_next_line

Whether 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 several of your next projects.

Language:CStargazers:0Issues:0Issues:0

libft

Strengthen 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 throughout the curriculum.

Language:CStargazers:0Issues:0Issues:0