Skip to content

Instantly share code, notes, and snippets.

### 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:
@nephics
nephics / spi.h
Created February 11, 2013 10:06
The spi.h file for making MOD-WIFI work with OLIMEXINO-328, using the Arduiono/Tidigino code at: http://code.google.com/p/wifi-shield-oe/downloads/list
/******************************************************************************
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.
@nephics
nephics / built using default cc
Created November 23, 2011 07:24
Homebrew install failure of luajit on OS X Lion
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
@nephics
nephics / client.py
Created August 9, 2011 19:33
Test of experimental Tornado feature for a streaming request body handler
#
# 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