AmrElzawawy (@Elzawawy)

Top repositories

1

hotel-broker

A Node.js & SQL web-based application for hotel reservation, that acts a broker between hotels and customers.
JavaScript
25
star
2

huffman-coding-zipper

A "Huffman Coding" algorithm-based application written in C++ to compress/decompress any type of files.
C++
23
star
3

Modulation-Recognition

This is an assignment for Pattern Recognition Course taught at Alexandria University, Faculty of Engineering offered in Spring 2019. The assignment goal is to design neural network that are able to classify the signals in the DeepSig dataset into their different modulation types.
Jupyter Notebook
15
star
4

industry-text-classifier

Job title Classification by industry using NLP Multi-text Classification Problem.
Jupyter Notebook
14
star
5

CNNH

CNNH (Computer Networking Nutshell Handbook) is a Computer Networks handbook summary for software engineers based on the famous book "Kurose and Ross's Computer Networking: A Top-Down Approach" .
13
star
6

compiler-frontend

First two front-end phases of a language-independent compiler implemented in C++
C++
12
star
7

DeftEval

Official Contribution for DeftEval 2020, Task 6 Subtask 1 from SemEval 2020 Competition. Solving NLP problem of "extracting term-definition pairs in free text" in multiple approaches ranging from highly simple till very complex modern ones.
Jupyter Notebook
10
star
8

atmega32-drivers

AVR Atmega32 micro-controller's multiple peripheral and module software drivers implementation in C.
C
7
star
9

graph-algorithms

A C++ implementation of famous graph-based algorithms.
C++
7
star
10

java-bytecode-generator

A javac-like compiler built over Flex & Bison software tools. It takes in a Java source code file and emits its JVM bytecode & .class files.
Yacc
7
star
11

eight-puzzle-solver

An 8-puzzle game solver implementation in Python, uses informed and uninformed search algorithms and is extensible to be used on an N-Puzzle game.
Python
5
star
12

risky

RISKY is a simple abstract version of the classic strategy Game (RISK), provided with a an easy to use web-based GUI.
Python
5
star
13

mips-processor-simulator

A simplified MIPS machine simulator using SystemVerilog, developed with three different micro-architectures: single-cycle, multi-cycle and pipelined.
SystemVerilog
3
star
14

hadoop-word-count

A simple MapReduce and Hadoop application to count words in a document ,implemented in Java to get a flavor for how they work.
Java
2
star
15

RealiableUDP

A Reliable application layer built over the unreliable UDP, using two different algorithms: Stop And Wait (rdt 3.0) and Go Back N.
C++
2
star
16

covid-case-estimator

A daily and total number of cases by country estimators for the COVID-19 crisis in hopes to help the community survive this pandemic.
Jupyter Notebook
2
star
17

kmeans-image-clustering

K-Means clustering algorithm implementation in Python.
Jupyter Notebook
2
star
18

tic-tac-toe-android

An android-based Tic-Tac-Toe game, supporting both multi-player & solo-player modes.
Java
2
star
19

acm-android-course

Resources for Android Crash Course "X-Course: Android", developed during my short time working as an Android Instructor at ACM Alexandria Student Chapter.
Java
2
star
20

simple-dictionary-android

An android-based simple dictionary application that uses and implements Red-black trees data structure in Java.
Java
1
star
21

PatternRecoginition-WeeklyAssignments

Pattern Recognition University Course, Formally known as "Machine Learning". This Repository is for demonstration of my solutions for the semester Spring 2019 Weekly assignments
Jupyter Notebook
1
star
22

ImageSegmentation

This is an assignment for Pattern Recognition Course taught at Alexandria University, Faculty of Engineering offered in Spring 2019. We intend to perform image segmentation. Image segmentation means that we can group similar pixels together and give these grouped pixels the same label. The grouping problem is a clustering problem. We want to study the use of K-means on the Berkeley Segmentation Benchmark. Below we will show the needed steps to achieve the goal of the assignment.
Jupyter Notebook
1
star
23

FaceRecoginition

This is an assignment for Pattern Recognition Course taught at Alexandria University, Faculty of Engineering offered in Spring 2019. It is a Face Recognition assignment using 2 different techniques: PCA and LDA. The 2 approaches results is then compared and the README provides about our conclusion about it.
Jupyter Notebook
1
star
24

Pneu-UFO

A solution proposed for for the design by nature challenge in Nasa Space Apps Challenges 2018. An autonomous free-flyer to detect and characterize MMOD (Micro Meteoroid and Orbital Debris) damage on spacecraft surface.
Jupyter Notebook
1
star