hussainmansour
Computer and Systems Engineering Department - Faculty of engineering - Alexandria University
Faculty Of EngineeringAlexandria, Egypt
Pinned Repositories
4-bit-BCD-Counter
implementation of 4-bit BCD up/down counter. The counter work as follows: ● If input X = 0, the counter counts up. Otherwise, it counts down. ● If counting up, the counter’s value should be: 0000, 0001, 0010... ● If counting down: 0010, 0001, 0000...
8-puzzle
Using Informed and Uninformed Search Algorithms to Solve 8-Puzzle
AlgorithmsForCompetitiveProgramming
Translation of http://e-maxx.ru into English
Check-in-flight-system
project about check in flight system using our implemented Database and our Driver
CSED25_Internships
Repository concerned with internships eligible for CSE students providing a space for storing and easily accessing them.
Daily-and-Sports-Activity-Detection
Implementing clustering algorithms (KMeans, Normalized Cut, DBSCAN, and Hierarchical Clustering) along with some evaluation metrics used for the detection of daily and sports activities captured using motion sensors.
DataStructure
implementation of most known data-structures
DB-Driver
DOTS_and_BOXES
implementation of dots and boxes game
Reservista
Reservista is a Hotel Management System
hussainmansour's Repositories
hussainmansour/Reservista
Reservista is a Hotel Management System
hussainmansour/Web-based-Calculator
a simple web-based calculator using angular for front-end and spring for back-end and the backend handle all the logic of the application
hussainmansour/8-puzzle
Using Informed and Uninformed Search Algorithms to Solve 8-Puzzle
hussainmansour/AlgorithmsForCompetitiveProgramming
Translation of http://e-maxx.ru into English
hussainmansour/Daily-and-Sports-Activity-Detection
Implementing clustering algorithms (KMeans, Normalized Cut, DBSCAN, and Hierarchical Clustering) along with some evaluation metrics used for the detection of daily and sports activities captured using motion sensors.
hussainmansour/DB-Driver
hussainmansour/DOTS_and_BOXES
implementation of dots and boxes game
hussainmansour/fittslaw
this is fitts law expirment using java swing for GUI and R langauge for draw the plot
hussainmansour/Face-Recognition
Face recognition using PCA and LDA for dimensionality reduction and KNN classifier.
hussainmansour/Game_Engine
hussainmansour/GameEngineScala
this is a game engine using scala and swing library for Gui it is generic so it can easly add a new controller and drawer for differrent games the games which we made are multiplayer games (Tic-Tac-Toe, Connect-4, Checkers and Chess) and one player game (Sudoku and 8-Queens)
hussainmansour/Graph-Algorithms
this is the implementation of three famous graph algorithms Dijkstra BellmanFord and floydWarshall
hussainmansour/hussainmansour
hussainmansour/Image-Captioning-Model
Image captioning is the process of generating textual descriptions for images automatically. It combines computer vision and natural language processing techniques to understand the content of an image and generate a coherent and relevant description. In this notebook, we apply Convolutional Neural Network (CNN) and Recurrent Neural Network (RNN)
hussainmansour/LeetCode
the solution for some problems
hussainmansour/Mail-Service
this is the mail service project which has backend of using spring boot frame work and postgres sql for database and has frontend using angular framework
hussainmansour/Perfect-Hashed-Dictionary
hussainmansour/PetAdoptionandShelterManagementSystem
hussainmansour/PintOS
here my solution for phase 1 of pintOS project
hussainmansour/polynomials-Solver
program that solving three polynomials and operations on them
hussainmansour/powerSet
hussainmansour/Set-Operations
hussainmansour/Signal-Flow-Graph-Solver
A web-based signal flow graph solver built using angular and spring boot frameworks.
hussainmansour/SimpleFSDB
simple file system database
hussainmansour/SimpleShell
simple shell in ubuntu operating systems
hussainmansour/SocketProgramming
implementation of server side and client side
hussainmansour/SystemSolverAndRootFinder
this project about solve different equation with different methods
hussainmansour/templateJavaProject
template for java projects
hussainmansour/Web_based_Paint
this project about web based paint with front end using angular framework and back end using springboot framework
hussainmansour/web_based_producer_consumer
program that simulate the producer consumer of products