Pinned Repositories
-ft_printf-1337
This project is pretty straightforward, you have to recode printf. You will learn what is and how to implement variadic functions. Once you validate it, you will reuse this function in your future projects.
-so_long-
This project is a very small 2D game. Its purpose is to make you work with textures, sprites, and some other very basic gameplay elements.
anastabiti
C-POOL
CPP_Modules
get_next_line-1337
May it be a file, stdin, or even later a network connection, you will always need a way to read content line by line. It is time to start working on this function, which will be essential for your future projects.
Libft-Your-very-first-own-library
Description 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 that you will use during your whole cursus.
Minishell-
Minitalk-
The purpose of this project is to code a small data exchange program using UNIX signals.
Philosophers
In this project, you will learn the basics of threading a process. You will see how to create threads and you will discover mutexes
anastabiti's Repositories
anastabiti/Minishell-
anastabiti/-ft_printf-1337
This project is pretty straightforward, you have to recode printf. You will learn what is and how to implement variadic functions. Once you validate it, you will reuse this function in your future projects.
anastabiti/anastabiti
anastabiti/C-POOL
anastabiti/CPP_Modules
anastabiti/get_next_line-1337
May it be a file, stdin, or even later a network connection, you will always need a way to read content line by line. It is time to start working on this function, which will be essential for your future projects.
anastabiti/Libft-Your-very-first-own-library
Description 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 that you will use during your whole cursus.
anastabiti/Minitalk-
The purpose of this project is to code a small data exchange program using UNIX signals.
anastabiti/Philosophers
In this project, you will learn the basics of threading a process. You will see how to create threads and you will discover mutexes
anastabiti/-so_long-
This project is a very small 2D game. Its purpose is to make you work with textures, sprites, and some other very basic gameplay elements.
anastabiti/Asus-X509UA-Hackintosh-OpenCore-Catalina
anastabiti/Born2beRoot
Description This project aims to introduce you to the wonderful world of virtualization.
anastabiti/ft_containers
The multiple available containers in C++ all have a very different usage. To make sure you understand them all, let's re-implement them!
anastabiti/ft_irc
Yet Another Internet Relay Chat
anastabiti/Minishell-atabiti-mkarim
anastabiti/myportfolio
Myportfolio
anastabiti/Net-Practice
a System Administration related exercise
anastabiti/simple-api-in-django
e-commerce : Building a simple E-commerce REST API with Django REST Framework
anastabiti/so_long_linux
This project is a small 2D game with minilibx.
anastabiti/Valgrind-Docker-
Valgrind is an instrumentation framework for building dynamic analysis tools ,and for checking memory leaks.