This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am nephics on github. | |
* I am jcbsnd (https://keybase.io/jcbsnd) on keybase. | |
* I have a public key whose fingerprint is 598B A833 D7E3 4BAA 8256 4B61 3432 278A 788E 0CC9 | |
To claim this, I am signing this object: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/****************************************************************************** | |
Filename: spi.h | |
Description: SPI bus configuration for the WiShield 1.0 | |
****************************************************************************** | |
TCP/IP stack and driver for the WiShield 1.0 wireless devices | |
Copyright(c) 2009 Async Labs Inc. All rights reserved. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mba:~ jacob$ brew install -v luajit | |
==> Downloading http://luajit.org/download/LuaJIT-2.0.0-beta8.tar.gz | |
/usr/bin/curl -f#LA Homebrew 0.8 (Ruby 1.8.7-249; Mac OS X 10.7.2) http://luajit.org/download/LuaJIT-2.0.0-beta8.tar.gz -o /Users/jacob/Library/Caches/Homebrew/luajit-2.0.0-beta8.tar.gz | |
######################################################################## 100.0% | |
/usr/bin/tar xf /Users/jacob/Library/Caches/Homebrew/luajit-2.0.0-beta8.tar.gz | |
==> Downloading patches | |
/usr/bin/curl -f#LA Homebrew 0.8 (Ruby 1.8.7-249; Mac OS X 10.7.2) http://luajit.org/download/beta8_hotfix1.patch -o 001-homebrew.diff | |
######################################################################## 100.0% | |
==> Patching | |
/usr/bin/patch -f -p1 -i 001-homebrew.diff |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Test of experimental Tornado feature for a streaming request body handler, see | |
# https://github.com/nephics/tornado/commit/1bd964488926aac9ef6b52170d5bec76b36df8a6 | |
# | |
# | |
# Client sending file to server | |
# | |
import tornado.httpclient as httpclient |