Skip to content
View RamonLucio's full-sized avatar
  • Natal, RN
Block or Report

Block or report RamonLucio

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. push_swap push_swap Public

    This project involves sorting data on a stack, with a limited set of instructions, and the smallest number of moves. To make this happen, you will have to manipulate various sorting algorithms and …

    C

  2. Minitalk Minitalk Public

    The purpose of this project is to code a small data exchange program using UNIX signals. It is an introductory project for the bigger UNIX projects that will appear later on in the cursus.

    C

  3. so_long so_long Public

    This project is a small 2D game with minilibx. You'll learn about textures, sprites and tiles.

    C 1

  4. Born2beRoot Born2beRoot Public

    This project aims to introduce you to the wonderful world of virtualization.

    22 3

  5. ft_printf ft_printf Public

    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 …

    C 1

  6. get_next_line get_next_line Public

    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 …

    C