Skip to content
View jduraes-b's full-sized avatar

Highlights

  • Pro

Block or report jduraes-b

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 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

Popular repositories Loading

  1. 42-LIBFT 42-LIBFT Public

    A library containing a series of replicated C functions ranging from string modification to memory handling and some list management.

    C

  2. 42-ft_printf 42-ft_printf Public

    The objective of this project was to replicate the stdio function printf(), then added onto Libft.

    C

  3. 42-get_next_line 42-get_next_line Public

    The get_next_line project was an introduction to static variables and the hell of finding memory leaks, the function reads a fd and returns the first line (\n) second call returns the next line and…

    C

  4. 42-push_swap 42-push_swap Public

    The objective of this project was to "sort data on a stack, with a limited set of instructions, using the lowest possible number of actions", using, creating or adapting algorithms to find a soluti…

    C

  5. 42-pipex 42-pipex Public

    The objective here was to create a program that replicates shell's pipe functionality. Reads an input file, executes two commands, and writes to an output file.

    C

  6. 42-so_long 42-so_long Public

    This project is a small 2D game written in C using minilibx, dealing with window managment, event handling, RGB and so on.

    C