Skip to content

Instantly share code, notes, and snippets.

View ChipWolf's full-sized avatar
🌟
If you think you'll lose; you're lost.

Chip Wolf ‮ ChipWolf

🌟
If you think you'll lose; you're lost.
View GitHub Profile

Keybase proof

I hereby claim:

  • I am chipwolf on github.
  • I am chip (https://keybase.io/chip) on keybase.
  • I have a public key whose fingerprint is A966 8BED DD12 F5A4 4257 BD71 0A98 F4B7 BF32 406D

To claim this, I am signing this object:

#!/bin/bash
#
# Example of how to parse short/long options with 'getopt'
#
OPTS=`getopt -o vhns: --long verbose,dry-run,help,stack-size: -n 'parse-options' -- "$@"`
if [ $? != 0 ] ; then echo "Failed parsing options." >&2 ; exit 1 ; fi
from slackclient import SlackClient
import time
sc = SlackClient('<slack token>')
ts = time.time()
charlie = 'U2JV6D05A'
if sc.rtm_connect():
@ChipWolf
ChipWolf / HORIZON_CLA
Created May 3, 2020 10:51
Horizon Studio Individual Contributor License Agreement
### Horizon Studio Individual Contributor License Agreement
Thank you for your interest in contributing to open source software projects (“Projects”) made available by Horizon Studio or its affiliates (“Horizon”). This Individual Contributor License Agreement (“Agreement”) sets out the terms governing any source code, object code, bug fixes, configuration changes, tools, specifications, documentation, data, materials, feedback, information or other works of authorship that you submit or have submitted, in any form and in any manner, to Horizon in respect of any of the Projects (collectively “Contributions”). If you have any questions respecting this Agreement, please contact contact@hrznstudio.com.
You agree that the following terms apply to all of your past, present and future Contributions. Except for the licenses granted in this Agreement, you retain all of your right, title and interest in and to your Contributions.
**Copyright License.** You hereby grant, and agree to grant, to Horizon a non-exclusi