Pinned Repositories
Beatz748
beatz748.github.io
entropy
Calculating text-entropy
Exam-Rank-03
ft_cub3d
This project is inspired by the world-famous eponymous 90's 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 which you'll have to find your way.
ft_get_next_line
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.
ft_libasm
The aim of this project is to get familiar with assembly language.
ft_minishell
The objective of this project is for you to create a simple shell.
ft_printf
This project is pretty straight forward. You will recode printf. You will then be allowed to reuse the function in your future projects. You will mainly learn how to use variadic arguments.
nvim
Beatz748's Repositories
Beatz748/entropy
Calculating text-entropy
Beatz748/Exam-Rank-03
Beatz748/ft_cub3d
This project is inspired by the world-famous eponymous 90's 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 which you'll have to find your way.
Beatz748/ft_minishell
The objective of this project is for you to create a simple shell.
Beatz748/nvim
Beatz748/Beatz748
Beatz748/beatz748.github.io
Beatz748/ft_get_next_line
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.
Beatz748/ft_libasm
The aim of this project is to get familiar with assembly language.
Beatz748/ft_philosophers
In this project, you will learn the basics of threading a process and how to work on the same memory space. You will learn how to make threads. You will discover the mutex, semaphore and shared memory.
Beatz748/ft_printf
This project is pretty straight forward. You will recode printf. You will then be allowed to reuse the function in your future projects. You will mainly learn how to use variadic arguments.
Beatz748/ft_server
This project is intended to introduce you to the basics of system and network administration. It will allow you to install a complete web server, using a deployment technology named Docker.
Beatz748/ft_services
This project consist to clusturing an docker-compose application and deploy it with Kubernetes.
Beatz748/libft
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.
Beatz748/articles_ipfs
Beatz748/cpp_piscine
Beatz748/get_next_line2.0
Beatz748/HTB
Beatz748/libft2.0
The aim of the project is to code C library regrouping usual functions
Beatz748/miniRT
Beatz748/push_swap
Beatz748/push_swap_insertion_algorithm