Skip to content

Instantly share code, notes, and snippets.

View mwvaughn's full-sized avatar
🎧

Matthew Vaughn mwvaughn

🎧
View GitHub Profile
{
"message": "",
"result": {
"_links": {
"members": "http://localhost:5000/Collections/87ed787d-3951-4177-9156-ffff322430f3/Members",
"self": "http://localhost:5000/Collections/87ed787d-3951-4177-9156-ffff322430f3",
"table": "http://localhost:5000/Collections/87ed787d-3951-4177-9156-ffff322430f3/Influenced"
},
"collection_id": "87ed787d-3951-4177-9156-ffff322430f3",
"expires": 1465846675,
@mwvaughn
mwvaughn / io-collections.json
Created June 7, 2016 14:22
io-collections.json
{
"message": "",
"result": {
"_links": {
"self": "http://localhost:5000/Collections"
},
"collections": [
{
"collection_id": "87ed787d-3951-4177-9156-ffff322430f3",
"expires": 1465846675,
@mwvaughn
mwvaughn / bb8.py
Created October 27, 2015 03:12 — forked from ali1234/bb8.py
Control Sphero BB-8 from Linux.
#!/usr/bin/env python
# BB-8 Python driver by Alistair Buxton <a.j.buxton@gmail.com>
from bluepy import btle
import time
class BB8(btle.DefaultDelegate):
def __init__(self, deviceAddress):
@mwvaughn
mwvaughn / .gitignore
Created November 3, 2014 20:36
A reasonably good .gitignore
.DS_Store
*.pyc
*.tmp
Worklog.txt
*.svn
*.bzr
*.bzrignore
*.bzrtags
*.hg
*.hgignore