I hereby claim:
- I am mattbowen on github.
- I am mattbowen (https://keybase.io/mattbowen) on keybase.
- I have a public key whose fingerprint is C469 4BF5 D204 DCCD 8187 E8CC CBE8 D802 F52F 4AAD
To claim this, I am signing this object:
distribute==0.7.3 | |
numpy==1.8.0 | |
scipy==0.13.3 | |
patsy==0.2.1 | |
matplotlib==1.3.1 | |
Jinja2==2.7.2 | |
Mako==0.9.1 | |
MarkupSafe==0.18 | |
PyYAML==3.10 | |
Pygments==1.6 |
I hereby claim:
To claim this, I am signing this object:
numpy | |
scipy | |
patsy | |
matplotlib | |
Jinja2 | |
Mako | |
MarkupSafe | |
PyYAML | |
Pygments | |
SQLAlchemy |
#include <LED.h> | |
#include <Button.h> | |
const int AVAILABLE_LED = 2; | |
const int BUSY_LED = 3; | |
const int INTERRUPTED_LED = 4; | |
Button btn_interrupted = Button(12,PULLUP); | |
Button btn_available = Button(8,PULLUP); | |
Button btn_busy = Button(9, PULLUP); | |
LED led_available = LED(AVAILABLE_LED); |
""" | |
Mindmeister to OPML | |
Convert the JSON file embedded in mindmeister's native format | |
to OPML 1.0 that can be opened by OmniOutliner. For use with | |
python 2.6 and above. For usage, run python mm2oo.py --help | |
Copyright (c) 2011 Matt Bowen (https://github.com/mattbowen) | |
Permission is hereby granted, free of charge, to any person obtaining a copy of |