See where I spent time studying and gained early knowledge to prepare for my professional life.
Graduation Project: Raven is a End-to-end encryption smart messaging android app with functionality: Emoji
prediction on text provide five emojis related to what user typed and Smart reply on text analyzes the incoming message and
suggests replies.
Technologies: android, Java, firebase, spark, REST API, E2EE, ML, nodejs/javascript, c++
Vector Based Drawing Application
A Drawing and Painting with Design and implement a GUI that
allows the following functionality for the user on all the shapes : Draw Color, Re size, Move,
and Delete. And allow the user to undo or redo any action performed, Dynamic Application
Extensions and plugins, Save and load Provide an option in GUI to save the drawing in XML
and JSON files.
Technologies: Java
Java Database Connectivity (JDBC) API
Simple UI for using the database with complete
log of the operations done on the database through the DBMS, Operations include initiating
DB connections, query execution, errors and warnings, connections closing and Operations
timestamp by the use log4J package.
Technologies: Java
SIC/XE Assembler
A Two pass assembler that converts SIC/XE instructions into object code
to be run using a SIC/XE simulator.
Technologies: C++
Java Compiler
Syntax Directed Translation Scheme to convert Java code
to Java bytecode, performing necessary lexical, syntax and static semantic analysis (such as
type checking and Expressions Evaluation).
Technologies: C++
Pintos
Pintos is a simple operating system framework for the 80x86 architecture. It supports
kernel threads, loading and running user programs, and a file system, but
it implements all of these in a very simple way.
Technologies: C
Circus of Plates
It is single player-game in which each clown carry two stacks of plates, and there
are a set of colored plates queues that fall down and he tries to catch them, if he
manage to collect three consecutive plates of the same color, then they are
vanished and his score increases. Complete log of the operations done on the game (e.g., user actions, objects
intersections, creation or reusing of objects) by Log4j package. The game support 3 levels of difficulties with so many criteria for difficulty.
Technologies: Java
Signal Flow Graph Solver
SFG solver enable the user to draw the graph's nodes and put the gains on the edges by a very simple friendly GUI with all the modification function edit, delete and redraw nodes and edges. And a result view by all details needed to know the answer.
Technology used : Java
Connect Four Game
A Cmd user-interface Connect Four game implemented in C language, with the following features:
Computer player with a Minmax AI Algorithms and Two Player.
Player can undo and redo during playing.
Player also can save game and load Multiple of plays at any time.
Save and display a list with high scores achieved.
XML formatted configuration file.
Technology used : C
Image Viewer
A Qt application with two versions to desktop and android. Features included:
rotation, zooming, saving and cropping of the image.
Technologies: C++
Pedometer
Android mobile application that uses the accelerometer sensor in the phone to calculate steps count, distance, speed and calories.
Technology used : Android
Unix Shell
A command-line interpreter that provides a traditional user interface for the Unix operating system. It supports Interactive and Batch modes.
Technologies: C
Bulletin Board System
A simulation of news bulletin board system. In this system there are several processes accessing the system, either getting the news from the system or updating the news. The system consist of a server and several remote clients that communicate with the server using the TCP/IP protocol suite.
Technologies: Java
Virtual Book Library
E-library Android Mobile Application uses Google books API as the main database source with User customized features like a recommendation system based on history of the previous user session, favorite books and search to Show suggestions.
Technologies: Android, Java, REST-API and Spark