View uber.geojson
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View mass.pde
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
void setup() { | |
background(255, 255, 255); | |
size(1120, 860); | |
translate(50, height - 15); | |
scale(0.1,-0.1); | |
frameRate(30); | |
View gist:160861
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
<?php | |
/** | |
* iphone actions. | |
* | |
* @package twonodes | |
* @subpackage iphone | |
* @author Bertrand Fan <b*******@fan.net> | |
* @version SVN: $Id: actions.class.php 2692 2006-11-15 21:03:55Z fabien $ | |
*/ |
View Wrap Your Troubles in Dreams Tab
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
#----------------------------------PLEASE NOTE---------------------------------# | |
#This file is the author's own work and represents their interpretation of the # | |
#song. You may only use this file for private study, scholarship, or research. # | |
#------------------------------------------------------------------------------## | |
Song: Wrap Your Troubles in Dreams (and Dream Your Troubles Away) | |
Album: Sweet and Lowdown Soundtrack | |
Written by Ted Koehler, Bill Moll, and Harry Barris | |
Performed by Dick Hymen Group featuring Howard Alden | |
Tabbed by Matt Rader email: ucimaaat@hotmail.com |
View RSA Token OCR Test
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
[root@server rsa]# cat process.sh | |
#!/bin/bash | |
convert -crop 13x23+142+124 -contrast -modulate 100 token.jpg digit1.tif | |
tesseract digit1.tif digit1 nobatch digits | |
convert -crop 13x22+154+124 -contrast -modulate 100 token.jpg digit2.tif | |
tesseract digit2.tif digit2 nobatch digits | |
convert -crop 13x22+167+125 -contrast -modulate 100 token.jpg digit3.tif | |
tesseract digit3.tif digit3 nobatch digits | |
convert -crop 11x21+187+125 -contrast -modulate 100 token.jpg digit4.tif | |
tesseract digit4.tif digit4 nobatch digits |
View Boxee Box Remote API.cpp
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
int CXbmcHttp::xbmcCommand(const CStdString ¶meter) | |
{ | |
if (shuttingDown) | |
return -1; | |
int numParas, retVal=false; | |
CStdString command, paras[MAX_PARAS]; | |
numParas = splitParameter(parameter, command, paras, ";"); | |
if (parameter.length()<300) | |
CLog::Log(LOGDEBUG, "HttpApi Start command: %s paras: %s", command.c_str(), parameter.c_str()); | |
else |
View gist:777410
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
stty -F /dev/ttyUSB0 9600 -parenb -cstopb -ixon |
View memcached
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
#! /bin/bash | |
### BEGIN INIT INFO | |
# Provides: memcached | |
# Required-Start: $syslog | |
# Required-Stop: $syslog | |
# Should-Start: $local_fs | |
# Should-Stop: $local_fs | |
# Default-Start: 2 3 4 5 | |
# Default-Stop: 0 1 6 | |
# Short-Description: memcached - Memory caching daemon |
View pil.patch
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
--- setup.old 2011-10-12 16:37:50.034274363 +0000 | |
+++ setup.py 2011-10-12 16:39:27.226276274 +0000 | |
@@ -212,6 +212,7 @@ | |
add_directory(include_dirs, "/usr/local/include") | |
add_directory(library_dirs, "/usr/lib") | |
+ add_directory(library_dirs, "/usr/lib/i386-linux-gnu") | |
add_directory(include_dirs, "/usr/include") | |
# |
View 30-pinning
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
Package: * | |
Pin: release n=natty | |
Pin-Priority: 900 | |
Package: * | |
Pin: release n=oneiric | |
Pin-Priority: 800 |
OlderNewer