Skip to content
View danfinn's full-sized avatar
Block or Report

Block or report danfinn

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

Pinned

  1. docker-compose-demo docker-compose-demo Public

    small demo to show off docker-compose

    Python

  2. docker-python-flask docker-python-flask Public

    Playing around with Flask (and docker)

    HTML

  3. pythoncode pythoncode Public

    random python things

    Python

  4. talkback talkback Public

    Text to speech CLI

    Go

  5. vimsetup vimsetup Public

    My custom vim setup

    Vim Script

  6. Understanding numeral systems Understanding numeral systems
    1
    This makes sense to me now but I figure down the road it might be somehting worth having so I can refer back to it.  
    2
    
    
    3
    Base2 (binary) works like so.  A byte is made up of 8 bits.  Inside each you can either store a 0 or a 1 (2 options, hence base 2).  
    4
    Your 8 bits are represented like so:
    5