Skip to content
View mlindenm42's full-sized avatar

Block or report mlindenm42

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

Popular repositories Loading

  1. push_swap push_swap Public

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

    C 1

  2. minishell minishell Public

    This project is about creating a simple shell. Yes, your own little bash. You will learn a lot about processes and file descriptors.

    C 1

  3. libft libft Public

    This project is about coding a C library. It will contain a lot of general purpose functions your programs will rely upon.

    C

  4. ft_printf ft_printf Public

    The goal of this project is pretty straightforward. You will recode printf(). You will mainly learn about using a variable number of arguments.

    C

  5. get_next_line get_next_line Public

    This project is about programming a function that returns a line read from a file descriptor.

    C

  6. born2beRoot born2beRoot Public

    This document is a System Administration related exercise.

    Shell