Pinned Repositories
Problem-solving
Welcome to the Problem-Solving Repository, your go-to resource for honing your critical thinking skills through streamlined approaches, step-by-step solutions, and real-world examples in this repository. Join the community, progress your skills, and conquer challenges efficiently.
ft_printf
Ce projet est clair et efficace. Vous devez recoder printf. Avec un peu de chance, vous serez en mesure de le réutiliser dans des projets futurs sans la crainte d’être considéré comme un tricheur. Vous apprendrez principalement à utiliser les arguments variadiques.
jaanit
Config files for my GitHub profile.
libft
Ce projet a pour objectif de vous faire coder en C une librairie de fonctions usuelles que vous pourrez utiliser dans tous vos prochains projets.
MNPC22
The MNPC is the new problem-solving contest between universities and schools in Morocco, created by the MACS: Moroccan Association for Computing Science and will be hosted by 1337 Future Is Loading of Khouribga.
hotel-price-tracker
password_generator
generator password help prevent a security threat by getting a strong password
42exam_rank_3
CPP_Module
My solution for CPP Days of the Common core of 1337 (42 morocco school ). The goal of these modules is to introduce us to bject-Oriented Programming.This will be the starting point of our C++ journey.
CPP_Muduls
My solution for CPP Days of the Common core of 1337 (42 morocco school ). The goal of these modules is to introduce us to bject-Oriented Programming.This will be the starting point of our C++ journey.
jaanit's Repositories
jaanit/Problem-solving
Welcome to the Problem-Solving Repository, your go-to resource for honing your critical thinking skills through streamlined approaches, step-by-step solutions, and real-world examples in this repository. Join the community, progress your skills, and conquer challenges efficiently.
jaanit/ft_printf
Ce projet est clair et efficace. Vous devez recoder printf. Avec un peu de chance, vous serez en mesure de le réutiliser dans des projets futurs sans la crainte d’être considéré comme un tricheur. Vous apprendrez principalement à utiliser les arguments variadiques.
jaanit/jaanit
Config files for my GitHub profile.
jaanit/libft
Ce projet a pour objectif de vous faire coder en C une librairie de fonctions usuelles que vous pourrez utiliser dans tous vos prochains projets.
jaanit/MNPC22
The MNPC is the new problem-solving contest between universities and schools in Morocco, created by the MACS: Moroccan Association for Computing Science and will be hosted by 1337 Future Is Loading of Khouribga.
jaanit/password_generator
generator password help prevent a security threat by getting a strong password
jaanit/42exam_rank_3
jaanit/CPP_Module
My solution for CPP Days of the Common core of 1337 (42 morocco school ). The goal of these modules is to introduce us to bject-Oriented Programming.This will be the starting point of our C++ journey.
jaanit/CPP_Muduls
My solution for CPP Days of the Common core of 1337 (42 morocco school ). The goal of these modules is to introduce us to bject-Oriented Programming.This will be the starting point of our C++ journey.
jaanit/ft-transcendence
a website where you can play ping pong and chat with your friends. This supports real-time games, chat, group chat channels, profiles, friends online status, and ranking.
jaanit/gisr-tasks
jaanit/inception
Docker app running wordpress, mysql and nginx on three different containers.
jaanit/push_swap
optimized data sorting
jaanit/Supabase-Next.js
dashboard for a business listing management platform
jaanit/toggle_mode
This ToggleMode component allows users to switch between light and dark themes using a button, with a background color change based on the selected theme. It displays a sun icon for dark mode and a moon icon for light mode, using next-themes for theme management.
jaanit/Tweets
This project is an introduction to natural language processing: bag of words, TFIDF, stemming, lemmatization, stop-words, cosine similarity, n-grams, word2vec
jaanit/Webserver
HTTP is one of the most used protocol on internet, there is one built from scratch.