Pinned Repositories
The-good-the-bad-the-sad-the-mad-and-the-ugly
Air-Quality-Data-Set
Automatic-Text-Generator
This program is a simple algorithmic automatic text generator. The whole idea is based on learning from some statistics from a number of given documents and then use these statistics to generate text.
CairoPulse
The project targets the analysis of different urban indicators for the city of Cairo, such as traffic, sentiments, neighborhoods, vibrancy, safety, walkability, tourism attractions.
coast-guard-solver
A solver for the Coast Guard Problem. Different search strategies were applied to achieve the goal.
FlappyBird
gdeb
Official Implementation of Deben Smart Contract Blockchain based System
GUCera
GUCera is a platform for online courses. It is mainly built using Microsoft SQL as a database and ASP.NET for the website.
Mini-DataBase-Engine
This is a mini DBMS implemented using Java. It supports simulating most of SQL basic operations like creating tables, inserting, deleting, updating and selecting. It also supports creating multi-dimensional indices (Grid Indices) to optimize some queries. Users can execute some queries by writing a query in the standard SQL standard using parseSQL method. The main class is DBApp.java.
stomp-in-go
This is an implementation of STOMP protocol in GO.
MohamedShetewi's Repositories
MohamedShetewi/coast-guard-solver
A solver for the Coast Guard Problem. Different search strategies were applied to achieve the goal.
MohamedShetewi/FlappyBird
MohamedShetewi/GUCera
GUCera is a platform for online courses. It is mainly built using Microsoft SQL as a database and ASP.NET for the website.
MohamedShetewi/Mini-DataBase-Engine
This is a mini DBMS implemented using Java. It supports simulating most of SQL basic operations like creating tables, inserting, deleting, updating and selecting. It also supports creating multi-dimensional indices (Grid Indices) to optimize some queries. Users can execute some queries by writing a query in the standard SQL standard using parseSQL method. The main class is DBApp.java.
MohamedShetewi/Air-Quality-Data-Set
MohamedShetewi/Automatic-Text-Generator
This program is a simple algorithmic automatic text generator. The whole idea is based on learning from some statistics from a number of given documents and then use these statistics to generate text.
MohamedShetewi/CairoPulse
The project targets the analysis of different urban indicators for the city of Cairo, such as traffic, sentiments, neighborhoods, vibrancy, safety, walkability, tourism attractions.
MohamedShetewi/gdeb
Official Implementation of Deben Smart Contract Blockchain based System
MohamedShetewi/stomp-in-go
This is an implementation of STOMP protocol in GO.
MohamedShetewi/awesome-system
MohamedShetewi/Compilers-Lab
MohamedShetewi/Computer-Vision-Assignment
MohamedShetewi/DoubleBigHarvard
MohamedShetewi/DSV-Analyzer
This is a multi-threaded tool for analyzing files with DSV File Format.
MohamedShetewi/Hearthstone
A 2D-card game based on Hearthstone.
MohamedShetewi/KotlinScriptGUI
A simple Java GUI that runs Kotlin scripts. This program supports highlighting and jumping to different errors.
MohamedShetewi/OS-Interpreter
MohamedShetewi/Recommendation-System
A recommendation system mainly recommends offers for customers from a database of offers given by the company. The project is fully implemented by Prolog.
MohamedShetewi/Simple-Inventory
Console-based application that allows users to manage a simple inventory system.
MohamedShetewi/Smart-Contract-VM
MohamedShetewi/The-good-the-bad-the-sad-the-mad-and-the-ugly
MohamedShetewi/Tomasulo
This is a simulator for Tomasulo, which is a famous algorithm in Computer Architecture used for the dynamic scheduling of instructions that allows out-of-order execution