Skip to content
View Shellks's full-sized avatar
  • 42
  • Lyon
  • 04:38 (UTC +02:00)

Block or report Shellks

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. Minishell Minishell Public

    The goal of this project is to create a minimalist shell.

    C 1

  2. Philosophers Philosophers Public

    This project is a version of the Dining Philosophers Problem. The goal of this project was to learn to avoid deadlock and race conditions when creating multithreaded applications.

    C

  3. So_long So_long Public

    This project is a simple 2D game designed to get you working with textures, sprites and some basic gameplay elements.

    C

  4. Cpp_module Cpp_module Public

    The goal of these modules is to introduce you to Object-Oriented Programming. This will be the starting point of your C++ journey. Many languages are recommended to learn OOP. We decided to choose …

    C++

  5. Libft Libft Public

    The aim of this project is to get you to code a library of common functions in C that you can use in future projects.

    C

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