Skip to content
View Adrian-98's full-sized avatar

Block or report Adrian-98

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. LIBFT-Project LIBFT-Project Public

    This project is your very first project as a student at 42. You will need to recode a few functions of the C standard library as well as some other utility functions. • isalpha • isdigit • isalnum …

    C 2

  2. Project-Get-next-line Project-Get-next-line Public

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

    C

  3. Project_Ft_Printf Project_Ft_Printf Public

    This project is pretty straightforward, you have to recode PRINTF function in C. You will learn what is and how to implement variadic functions.

    C

  4. Project_ft_server Project_ft_server Public

    This will be your first project with Docker and use it to install a complete web server. This server will run multiples services: Wordpress, PHPMyAdminand a SQL data base. Docker is a way of creati…

    PHP

  5. Project_Cub3d Project_Cub3d Public

    This project is inspired by the world-famous Wolfenstein 3D game, which was the first FPS ever. It will enable you to explore ray-casting. Your goal will be to make a dynamic view inside a maze, in…

    C

  6. Project_libasm Project_libasm Public

    You must rewrite the following functions in asm: ◦ ft_strlen (man 3 strlen) ◦ ft_strcpy (man 3 strcpy) ◦ ft_strcmp (man 3 strcmp) ◦ ft_write (man 2 write) ◦ ft_read (man 2 read) ◦ ft_strdup (man 3 …

    C