https://github.com/joshsizer/wgu_projects
Java, Python, and C++ projects from Western Governors University.
https://github.com/joshsizer/wgu_projects
Last synced: 9 months ago
JSON representation
Java, Python, and C++ projects from Western Governors University.
- Host: GitHub
- URL: https://github.com/joshsizer/wgu_projects
- Owner: joshsizer
- Created: 2020-12-24T20:20:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-30T22:43:56.000Z (about 5 years ago)
- Last Synced: 2025-08-18T15:39:27.387Z (10 months ago)
- Language: Java
- Homepage:
- Size: 121 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wgu_projects
Java, Python, and C++ projects from Western Governors University.
## Software Applications 2: Meeting Scheduler
This application allows users to login, add,
delete, or modify Customers and Appointments.
Additionally, users can view interesting reports
created from the Appointment and Customer data.
The application connects to a remote MySQL
database in the backend.
### FULL GUI
The application features a full GUI written with
JavaFX. Improvements to this app could include a
GUI layed out in a relative, rather than absolute fashion.
### SQL Backend
To query Appointment and Customer information, the
app connects to a MySQL database using the JDBC
protocol.
## Data Structures and Algorithms 2: Delivery Routing
Python implementation of Graph and Hashtable data
structures in order to simulate the delivery of
packages. Packages can have various constraints,
from what truck they must be delivered on to what
time they must be dropped off by. The application
allows a user to query the status of any package
at any time throughout the day.
## Software Applications 1: Inventory Management System
A JavaFX GUI application that supports tracking
product and part information. Users can view
current inventory, add, update, and delete parts
and products, and search via their names.
## Scripting and Programming Applications: Student Roster
A simple script that takes in a student roster
and perform analysis.