Skip to content
View stibbm's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report stibbm

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories

  1. BitStuffing BitStuffing Public

    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 …

    Java 1

  2. AWSCloudBackup AWSCloudBackup Public

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

    Java

  3. Dijkstra Dijkstra Public

    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 …

    Java

  4. Tree-Based-Spell-Checker Tree-Based-Spell-Checker Public

    # 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 c…

    Java

  5. Lambda-Database-Backup Lambda-Database-Backup Public

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

    Python

  6. Movie-Rental-System Movie-Rental-System Public

    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 custom…

    Java