Skip to content
View dglass710's full-sized avatar

Block or report dglass710

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. Chess Chess Public

    A simple chess game which I plan to improve. It runs in the python3 interpreter and is in no way complete.

    Python

  2. BinaryAdder BinaryAdder Public

    A module whose main method can add any two binary numbers and print them nicely to the screen. It is bootstrapped from only the and, or, and not gates typically available in assemblers. I define bo…

    Python

  3. BaseConversion BaseConversion Public

    Two modules with only a single main method each. One converts binary numbers to base ten while the other does the opposite.

    Python

  4. App-Store-Traders-Tool App-Store-Traders-Tool Public

  5. BatteryTimes BatteryTimes Public

    This includes two Python programs used to time the charging and depleting process for any battery. They start by asking the user for the capacity of their battery and then the initial percentage. W…

    Python

  6. Comma-Number Comma-Number Public

    A simple python program for giving numeric types a string representation with commas ex: commaNumber(1234567.89) => '1,234,567.89'

    Python