Skip to content
View barraRRR's full-sized avatar
🔮
Student at 42 Madrid
🔮
Student at 42 Madrid

Highlights

  • Pro

Block or report barraRRR

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
barraRRR/README.md
git_master

Pinned Loading

  1. NightWindow NightWindow Public

    A Celestial Time-Lapse ASCII Generator for the Command Line

    Python

  2. get_next_line get_next_line Public

    A function that takes a file descriptor and reads a line every time it is called.

    C

  3. ft_printf ft_printf Public

    A custom C library that replicates the standard printf() function. It supports variadic arguments and core conversions like %c, %s, %p, etc.

    C

  4. push_swap push_swap Public

    The goal of push_swap is to sort data on a stack with a limited set of instructions, using the lowest possible number of actions.

    C++