Skip to content
View desssai's full-sized avatar
🪄
working on magic
🪄
working on magic
Block or Report

Block or report desssai

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

Pinned Loading

  1. 42_ft_containers 42_ft_containers Public

    A custom implementation of such C++ containers as map, stack, vector and set written in C++98 standard with all the necessary dependencies. The containers work exactly like STL ones.

    C++

  2. 42_minishell 42_minishell Public

    A custom shell. An implementation of a simplistic bash. The program launches the shell that waits for the input of a command from prompt and executes it. Then again. Until stopped.

    C

  3. 42_so_long 42_so_long Public

    A small 2D game written in C.

    C

  4. 42_ft_printf 42_ft_printf Public

    Custom implementation of "printf" C function with flags. The project is about variadic functions.

    C

  5. 42_pipex 42_pipex Public

    A program that is built on several UNIX mechanisms. It reads input from a file, executes several shell commands and writes the result to the output file.

    C

  6. 42_CPP_modules 42_CPP_modules Public

    C++ exercises on the most important notions of the language. This project is a part of ecole 42 course.

    C++