Matthew Stibbins's repositories

BitStuffing

Used to automate NRZI bit generation from original message. Also allows easy conversion from bit Strings in the form of "01000100" into ArrayList where true = 1 and false = 0. These arraylists are then used for the actual bit stuffing and then there is logic to convert them back into bit Strings.

Language:JavaStargazers:1Issues:0Issues:0

autowire-in-spring

Using Autowire in Spring

Language:ShellStargazers:0Issues:0Issues:0

AWSCloudBackup

Backs up files in the current directory to S3 using the credentials stored through awscli.

Language:JavaStargazers:0Issues:0Issues:0

Dijkstra

Uses Dijkstra's Algorithm to find the shortest pathways between points in a directed graph where the cost of edges is greater than or equal to 0. Uses a priority queue implementation of Dijkstra's algorithm where the value in the queue is based on whether you are the next shortest path that the algorithm will follow.

Language:JavaStargazers:0Issues:0Issues:0

DropboxAutomatedBackup

Backs up your files to your Dropbox account and stores a local file that tracks which files have already been backed up and skips backing those up next time

Language:JavaStargazers:0Issues:0Issues:0
Language:JavaStargazers:0Issues:0Issues:0

ionic6-start-theme

📱 Ionic 4 start theme (v1.0.0) with: Angular 7 + @ionic/angular 4.0.0 final+ Ionic Native 5 + Ionic CLI 4.5.0 by:

Language:TypeScriptLicense:MITStargazers:0Issues:0Issues:0

java-nio-server

A Java NIO Server using non-blocking IO all the way through.

Language:JavaLicense:Apache-2.0Stargazers:0Issues:1Issues:0
Language:JavaStargazers:0Issues:0Issues:0

kubernetes

Kubernetes playground

Language:ShellStargazers:0Issues:0Issues:0

Lambda-Database-Backup

Backs up the pokeyelp database to Amazon s3. Can replace parameters specific to the Database you want to have backup up.

Language:PythonStargazers:0Issues:0Issues:0

Movie-Rental-System

Movie-Rental-System Stores Movie details and information about their stock available in the store. The movies can be sorted by their different attributes. * Allows for movies to be rented by customers and updates the stock values for rented movies * Maintains a transaction log to retain a history of transactions that have occurred

Language:JavaStargazers:0Issues:1Issues:0
Language:JavaStargazers:0Issues:0Issues:0

PubgAPI-Java-SDK

This is working as of the August 3rd 2019. The pubg API does change so this is not guaranteed if changes are made to the API past this date

Language:JavaStargazers:0Issues:0Issues:0
Language:PythonStargazers:0Issues:0Issues:0
Language:PythonStargazers:0Issues:0Issues:0
Language:JavaStargazers:0Issues:0Issues:0

Tree-Based-Spell-Checker

# Tree-Based-Spell-Checker Loads the words from a specified file into a dictionary that uses a tree structure to store the possible valid words. ## Possible Extension The model being used here to check whether a given word exists in the spell-check dictionary can also be easily modified to do word prediction when typing by providing the list of valid words that remain in the dictionary that start with the initial letters that you have typed in already.

Language:JavaStargazers:0Issues:0Issues:0
Language:JavaStargazers:0Issues:0Issues:0