I hereby claim:
- I am accolver on github.
- I am dinkles (https://keybase.io/dinkles) on keybase.
- I have a public key whose fingerprint is 9985 3BCA 3334 6021 6BDB 58C6 F5AE 3AC8 F482 CBDA
To claim this, I am signing this object:
"""Randomly match list items together.""" | |
import sys | |
import random | |
if len(sys.argv) < 2: | |
raise('Must pass in list of items (Ex: "John,Michael,Alan,Bryanne"') | |
try: | |
seed = sys.argv[2] | |
except IndexError: |
I hereby claim:
To claim this, I am signing this object:
'use strict'; | |
var ngLazyShowDirective = ['$animate', function ($animate) { | |
return { | |
multiElement: true, | |
transclude: 'element', | |
priority: 600, | |
terminal: true, | |
restrict: 'A', |