Skip to content
View EChamb1021's full-sized avatar

Block or report EChamb1021

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 Loading

  1. Basketball-Stat-Tracker Basketball-Stat-Tracker Public

    This script is used to track statistics in a basketball quarter. The interface includes a live graph which updates every second with time on the x axis and a score on the y axis which changes depen…

    Python 1

  2. CS4474-final-project CS4474-final-project Public

    Forked from fernjager/game-off-2013

    Turkey Cooking Simulator Redesign

    JavaScript 1

  3. PasswordManager PasswordManager Public

    This is a console application written in Python that manages passwords. The application allows users to retrieve one of their passwords, generate a random password of a specified length, and change…

    Python

  4. ResumeWebsite ResumeWebsite Public

    This is a resume application I built using the Django framework and Heroku.

    HTML

  5. Sorting-Algorithms Sorting-Algorithms Public

    These scripts are a visualization of two sorting algorithms, bubble sort and selection sort. The purpose of these projects is to get a better understanding of how the algorithm sorts a list of numb…

    Python

  6. Caesar-Cipher Caesar-Cipher Public

    This script allows the user to encrypt a message using a technique known as a Caesar Cipher. The user can also decrypt a message that is encrypted using this technique.

    Python