Skip to content
View marco-ht's full-sized avatar

Block or report marco-ht

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

Popular repositories Loading

  1. minishell minishell Public

    minishell is a minimal Bash‑like shell featuring an interactive prompt with GNU Readline editing and history, parsing of quotes and \$VAR expansions, I/O redirections (`<`, `>`, `>>`, `<<`), pipeli…

    C 1

  2. C-Utilites-01 C-Utilites-01 Public

    This repository contains a collection of advanced C utilities developed to demonstrate systems programming skills. These programs cover a range of topics including process management, inter-process…

    C 1

  3. libft libft Public

    The libft project is a self-made library of frequently used functions in C that are essential for everyday programming tasks, such as string manipulation, memory management, and more. This project …

    C

  4. ft_printf ft_printf Public

    The ft_printf project is a custom implementation of the standard C library function `printf`. The project involves parsing format strings, handling various conversion specifiers, and outputting for…

    C

  5. get_next_line get_next_line Public

    The get_next_line project challenges you to build a function that returns the next line from a file descriptor with each call. This function must correctly manage memory, work efficiently under dif…

    C

  6. push_swap push_swap Public

    The push_swap project is a sorting challenge based on two stacks (named a and b) and a set of predefined operations. At the start, the stack a contains a random list of unique integers while stack …

    C