Alvaro (garich)

garich

Geek Repo

Location:Málaga, Spain

Github PK Tool:Github PK Tool

Alvaro's repositories

GNL_42

May it be a file, stdin, or even later a network connection, you will always need a way to read content line by line. It is time to start working on this function, which will be essential for your future projects.

Language:CLicense:GPL-3.0Stargazers:0Issues:1Issues:0

Libft_42

This project is your very first project as a student at 42. You will need to recode a few functions of the C standard library as well as some other utility functions that you will use during your whole cursus.

Language:CLicense:GPL-3.0Stargazers:0Issues:1Issues:0

Minitalk_42

The purpose of this project is to code a small data exchange program using UNIX signals.

Language:CStargazers:0Issues:0Issues:0

Printf_42

This project is pretty straightforward, you have to recode printf. You will learn what is and how to implement variadic functions. Once you validate it, you will reuse this function in your future projects.

Language:CStargazers:0Issues:0Issues:0

Push-Swap_42

This project will make you sort data on a stack, with a limited set of instructions, using the lowest possible number of actions. To succeed you’ll have to manipulate various types of algorithms and choose the most appropriate solution (out of many) for an optimized data sorting.

Language:CLicense:GPL-3.0Stargazers:0Issues:1Issues:0