Skip to content
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.

Latest commit

 

History

History
62 lines (54 loc) · 5.29 KB

README.md

File metadata and controls

62 lines (54 loc) · 5.29 KB

Bachelor Projects Repository

This is an encapsulation of most of the projects that I have made during my bachelor's degree.

Since these projects were made long ago, it is highly expected to run into code that does not follow clean code principles and conventions.

Getting Started

Clone the project from GitHub

$ git clone https://github.com/tariqshaban/bachelor-projects.git

No further configuration is required.

Repository Structure

├── README.md
│
├── 2nd_year
│   │── 1st_semester
│   │   └── cis341_web_application
│   │       └── library_application_with_messenger
│   │── 2nd_semester
│   │   └── se412_android
│   │       └── hotel
│   └── 3rd_semester_summer
│       │── extracurricular_activities
│       │   │── btr112
│       │   └── tengu_war
│       └── se310_visual_programming
│           └── wmd_run
│
├── 3rd_year
│   └── 1st_semester
│       │── cis421_oracle
│       │   └── soccer_dashboard
│       └── cis433_security
│           │── offline_dictionary_attack
│           │── simple_cipher
│           └── sql_injection
│
└── 4th_year
    └── 1st_semester
        └── cis492_graduation_project_II
            └── just_bus
Project (Reverse Order) Languages/Frameworks Ease of Configuration Preview
JUST Bus Flutter, .NET Web API, SQL Server 🟥 preview.png
SQL Injection HTML, CSS, JS, PHP, MySQL 🟧 preview.png
Simple Cipher WinForms (C#) 🟩 preview.png
Offline Dictionary Attack WinForms (C#) 🟩 preview.png
Soccer Dashboard PL/SQL (Oracle APEX) 🟥 preview.png
WMD Run WinForms (C#) 🟩 preview.png
Tengu War Unity (C#) 🟧 preview.png
BTR-112 Unity (C#), Vuforia SDK 🟧 preview.png *screen distortion is caused by implementing a deprecated framework version on a x64 emulator
Hotel Android (Java), XML, SQLite 🟩 preview.png
Library Application with Messenger HTML, CSS, JS, PHP, MySQL 🟧 preview.png