ouussama-e's Stars
mozaw39/breath-web-client
Breath is a distributed application that consists of a backend logic developped with JEE specification and two clients(mobile and web), this repository contains the web client code developped with ReactJS
mozaw39/BreathBackend
Breath is a distributed application that consists of a backend logic developped with JEE specification and two clients(mobile and web), this repository contains the backend logic
mozaw39/mailing-service
This service helps sending a personalized message to a group of emails stored in a airtable database.
mozaw39/bin-packing
An algorithm that helps solve bin-packing problem, using heuristic algorithms, this projects consists of two branches, one for two dimensions problem and the other one for 3D case
FrontendMasters/fullstack-graphql
rach-id/Coursera_Things
rach-id/fullstack-nanodegree-vm
rach-id/Connect4
An implementation of Game Connect 4 using Qt with C++ and the Minimax/AlphaBeta algorithm
rach-id/Blockchain
Compilation of useful documents and scientific papers about Blockchain & cryptocurrencies.
rach-id/hackthebox-writeups
Writeups for HacktheBox 'boot2root' machines
rach-id/Alfa-to-Solidity-translator-in-Cpp-using-Antlr4
This is an ALFA policies to Ethereum Solidity translator written in C++ and ANTLR4. The project is yet to be complete, but it offers a decent translation for alfa inputs.
rach-id/E-Medics
rach-id/C-_Lexer_Parser_Semantic_Analysis
This repo contains the code of a compilation project that intends to make a lexical analyzer, parser, sematic analyzer for a certain language close to C++.
rach-id/P2P_Messages_Exchange
Lets u deliver messages between nodes using 0mq
rach-id/go-libp2p-examples
Example libp2p applications
ouussama-e/ScoreKeeper
ScoreKeeper app using Angular/Typescript in order to learn more about Angular framework, small weekend project.
ouussama-e/side-channel-attack
A build from scratch simulation for time attack on RSA altgorithm using python (numpy,matplotlib)
ouussama-e/Nine-Mens-Morris-AI
A simple IA for Nine Mens Morris game using minimax and alphabeta pruning search algorithms and C++ (SDL).