Most starred projects
1,337 projects
shardnet
adel-ayoub/shardnet
Userspace TCP/IP Stack
Projet-Bdd
ahmedgsa/projet-bdd
Food-dishes
selma-belhadj/food-dishes
This is a web app where users can view food meals with their descriptions fetched from the MealsDB API. Users can "like" meal cards and view the number of "likes" each card has. Users can also leave comments and view comments made by others!
Intro-to-AI-project
larbi1512/intro-to-ai-project
this project combines various AI algorithms to provide visualization and functionality for search algorithms, a game (CONNECT4) using min-max algorithms, and a Constraint Satisfaction Problem (CSP) solver. This toolbox aims to provide a comprehensive understanding of these AI techniques through interactive visualizations and practical examples.
Wordpress-Android
backpackerdz/wordpress-android
App that use WP-JSON API to retrieve posts from Wordpress
Data-Science-Projects-From-Kaggle
fares-ds/data-science-projects-from-kaggle
Data science projects from the Kaggle website: Data Analysis, Data Visualization, Machine Learning, Time Series Analysis, Computer Vision, Natural Language Processing, Predictive Modeling ...
RegistryStagingMalware
abdouroumi/registrystagingmalware
This Malware is an application for MalwareEvasionTechniques repo .I used in it Registery staging in two modes R/W and I combined it with the remote scanner
ProcessHacker-Argument-Spoofer
abdouroumi/processhacker-argument-spoofer
Malware evasion technique by manipulating process command-line arguments to hide the actual executed payload, used to evade the manual detection of ProcessHacker and ProcessExplorer. MITRE ATT&CK ID: T1036.005 (Masquerading: Match Legitimate Name or Location).
flowshop
adimidania/flowshop
A set of Python Jupyter notebooks exploring the Flow Shop Scheduling Problem (FSP) through exhaustive search, heuristics, local search-based metaheuristics, and population-based metaheuristics such as genetic algorithms, focusing on both solution quality and computational efficiency.
Quranipfs
adelpro/quranipfs
Quran over IPFS in browser streaming and downloading
Roll-up-Game
mohammed-benotmane/roll-up-game
this my first Unity project, it's a simple game where you have to collect cubes with a ball.
Chat-Application
mohammed-benotmane/chat-application
this is an android Chat Application using FireBase
Ar-Running-App
mohammed-benotmane/ar-running-app
this my first Unity Augmented Reality project, it's a simple application where a mummy Run with the music of run Meme.
Flower-Prediction
mohammed-benotmane/flower-prediction
QR-code-component
proxdhiya/qr-code-component
talend-project-big-data
belkacemyerfa/talend-project-big-data
Flutter-Recipes
geekabdelouahed/flutter-recipes
Aqueduct-MongoDB
geekabdelouahed/aqueduct-mongodb
Building a Blog API with Aqueduct framework and MongoDB
RAGbot---Generative_AI-RAG-Application
bensmail-anis/ragbot---generative_ai-rag-application
A powerful chatbot assistant leveraging Retrieval-Augmented Generation (RAG) to answer questions from multiple PDF documents. RAGbot generates accurate responses and provides source references, making it an ideal assistant for working with domain-specific PDFs.
BSides-Algiers-2k21-Finals-chals
shellmates/bsides-algiers-2k21-finals-chals
CTF challenges and write-ups for BSides Algiers 2021 Finals.
BSides-Algiers-2023-public
shellmates/bsides-algiers-2023-public
malicious-url-detection
ramzykemmoun/malicious-url-detection
This project classifies and detect malicious URLs using Machine Learning in a web application built with Flask and Next.js
discover-algeria-country
ramzykemmoun/discover-algeria-country
Discover Algeria Country is a website built for promoting the fabulous country of Algeria to tourists, of its beautiful places, rich culture and an honorable history. it shows how beautiful Algeria is.
Linear-Regression-Scratch
0xhadyy/linear-regression-scratch
A detailed Linear Regression implementation from scratch with only NumPy - fully documented covering all the theory, math and code