Pinned Repositories
Compiler-Generator
The first two front-end compiler [Lexiacal-Analyzer Generator and Parser Generator] implemented in C++
cd0157-Server-Deployment-and-Containerization
Server Deployment and Configuration project. This was formerly the nd0044 course 4 project.
Chess
A console application chess game that supports multiplayer mode.
Circus-of-plates
Swing game in which various design patterns are used to be demonstrated
Data_Structures_II
Implementations of binary heap, red black tree and B-tree as college assignments with teams of 2 or 4 on each one.
DBMS
Java DBMS implementation supporting SQL statements and based on XML with JDBC API
Signal-Flow-Graph-Solver
A GUI program to calculate the overall transfer function of a given signal flow graph using Mason Formula.
PintOS
Facial-emotion-recognition
A facial emotion recognition program implemented in Python using TensorFlow, Keras and OpenCV and trained on the FER2013 dataset with FERPlus' labels.
ArabicMathSolver-Server
Arabic math solver (server) is a flask web server that recognizes an image of a mathematical expression in Arabic notation and applies an operation on it like integration, differentiation, etc.
elsayed5454's Repositories
elsayed5454/Signal-Flow-Graph-Solver
A GUI program to calculate the overall transfer function of a given signal flow graph using Mason Formula.
elsayed5454/cd0157-Server-Deployment-and-Containerization
Server Deployment and Configuration project. This was formerly the nd0044 course 4 project.
elsayed5454/Chess
A console application chess game that supports multiplayer mode.
elsayed5454/Circus-of-plates
Swing game in which various design patterns are used to be demonstrated
elsayed5454/Data_Structures_II
Implementations of binary heap, red black tree and B-tree as college assignments with teams of 2 or 4 on each one.
elsayed5454/DBMS
Java DBMS implementation supporting SQL statements and based on XML with JDBC API
elsayed5454/elodie
An EXIF-based photo assistant, organizer and workflow automation tool.
elsayed5454/FSND
Public repository for the Full-Stack Nanodegree program.
elsayed5454/fyyur
Fyyur: an artist/venue booking app for the Udacity Full Stack Nanodegree
elsayed5454/JDBC
Standard java API that is used to access DBMS
elsayed5454/Multi-threaded-Web-Server-and-Client
Implementation of a simple web client that communicates with a simple multi-threaded web server using a restricted subset of HTTP.
elsayed5454/Numerical-Methods-Analyzer
Comparing the behavior of the different numerical methods studied in numerical analysis course.
elsayed5454/Tic-Tac-Toe
elsayed5454/Vector-Based-Drawing-Application
A GUI application for drawing geometric shapes applying OOP concepts