Pinned Repositories
42_Evaluations
Analyse-des-mots-de-passe
Ces projets visent à renforcer la compréhension et l'application des concepts en statistique, probabilité, algèbre et analyse pour l'intelligence artificielle, en les reliant à des problématiques concrètes et actuelles.
Born2beRoot
You will create your first machine in VirtualBox (or UTM if you can’t use VirtualBox) under specific instructions. Then, at the end of this project, you will be able to set up your own operating system while implementing strict rules.
C-Piscine-C-13
This module is an introduction to C programming. In this module, we will discover binary trees.
Chat-Application
a simple encrypted chat application for secure one-on-one communication
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
Get-Next-Line
libft
Machine-learning-Project
The project aims to conduct a supervised binary classification of diabetes diseases using machine learning.
Push_swap
This project will make you sort data on a stack, with a limited set of instructions, using the lowest possible number of actions. To succeed you’ll have to manipulate various types of algorithms and choose the most appropriate solution (out of many) for an optimized data sorting.
Aboubakree's Repositories
Aboubakree/Born2beRoot
You will create your first machine in VirtualBox (or UTM if you can’t use VirtualBox) under specific instructions. Then, at the end of this project, you will be able to set up your own operating system while implementing strict rules.
Aboubakree/Chat-Application
a simple encrypted chat application for secure one-on-one communication
Aboubakree/Get-Next-Line
Aboubakree/libft
Aboubakree/Machine-learning-Project
The project aims to conduct a supervised binary classification of diabetes diseases using machine learning.
Aboubakree/42_Evaluations
Aboubakree/Analyse-des-mots-de-passe
Ces projets visent à renforcer la compréhension et l'application des concepts en statistique, probabilité, algèbre et analyse pour l'intelligence artificielle, en les reliant à des problématiques concrètes et actuelles.
Aboubakree/C-Piscine-C-13
This module is an introduction to C programming. In this module, we will discover binary trees.
Aboubakree/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
Aboubakree/FdF
This project is about representing a landscape as a 3D object in which all surfaces are outlined in lines.
Aboubakree/ft_printf
The goal of this project is pretty straightforward. You will recode printf(). You will mainly learn about using a variable number of arguments. How cool is that?? It is actually pretty cool :)
Aboubakree/Pipex
This project will let us discover in detail a UNIX mechanism that we already know by using it in our program.
Aboubakree/Push_swap
This project will make you sort data on a stack, with a limited set of instructions, using the lowest possible number of actions. To succeed you’ll have to manipulate various types of algorithms and choose the most appropriate solution (out of many) for an optimized data sorting.