I hereby claim:
- I am JanCVanB on github.
- I am jancvanb (https://keybase.io/jancvanb) on keybase.
- I have a public key whose fingerprint is A122 BD0E DEF8 2440 A2AD 60C0 99DA 19D4 7850 E8FE
To claim this, I am signing this object:
| // LED Characters | |
| // Author: Jan Van Bruggen | |
| // | |
| // For the 7x5 LED Matrix I used, | |
| // an LED will only light up if | |
| // its row is HIGH and its column is LOW. | |
| // GLOBAL VARIABLES ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
I hereby claim:
To claim this, I am signing this object:
| sample |
| # To Setup: | |
| # 1) Save the .git-completion.bash file found here: | |
| # https://github.com/git/git/blob/master/contrib/completion/git-completion.bash | |
| # 2) Add the following lines to your .bash_profile, be sure to reload (for example: source ~/.bash_profile) for the changes to take effect: | |
| # Git branch bash completion | |
| if [ -f ~/.git-completion.bash ]; then | |
| . ~/.git-completion.bash | |
| # Add git completion to aliases |