Skip to content

Instantly share code, notes, and snippets.

@JanCVanB
JanCVanB / LED_Characters.ino
Created May 30, 2017 16:28
An Arduino sketch to loop through characters on an LED matrix
// 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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@JanCVanB
JanCVanB / keybase.md
Created October 30, 2016 19:24
keybase.md

Keybase proof

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:

@JanCVanB
JanCVanB / init.coffee
Last active May 6, 2016 16:46
Auto-updated Atom configuration by http://atom.io/packages/sync-settings
sample
@JanCVanB
JanCVanB / Git branch bash autocomplete *with aliases*
Last active September 17, 2015 15:42 — forked from JuggoPop/Git branch bash autocomplete *with aliases*
Git branch bash autocomplete *with aliases* (add to .bash_profile)
# 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