I hereby claim:
- I am chadj on github.
- I am chadj (https://keybase.io/chadj) on keybase.
- I have a public key whose fingerprint is FE38 888F E51C 875C 8684 8DFB 81BB 97D8 32C6 CFD7
To claim this, I am signing this object:
| [ | |
| { | |
| "guid": "ndx-01", | |
| "url": "https://archive.org/download/07NintenDownloadXPress02282011/01_NintenDownload%20X-press%21%2001182011.mp3", | |
| "title": "NintenDownload X-press! 01/18/2011", | |
| "link": "https://archive.org/details/07NintenDownloadXPress02282011/01_NintenDownload+X-press!+01182011.mp3", | |
| "description": "Episode 01", | |
| "pubDate": "2011-01-18T11:00:00.000Z", | |
| "length": 626.07, | |
| "size": "1", |
I hereby claim:
To claim this, I am signing this object:
| (function(){ | |
| var newscript = document.createElement('script'); | |
| newscript.type = 'text/javascript'; | |
| newscript.async = true; | |
| newscript.src = '//ajax.googleapis.com/ajax/libs/jqueryui/1.10.1/jquery-ui.min.js'; | |
| (document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(newscript); | |
| })(); |
| #!/bin/bash | |
| while [ `netstat --listen --numeric-ports | grep ":8000\>" | grep -c .` -gt 0 ]; do | |
| echo "Sleeping" | |
| sleep 1 | |
| done |
| export PS1="\[\033[01;32m\]\u@\h \[\033[01;34m\]\w\[\033[00m\]\n\[\033[38;5;141m\]\$ \[\033[00m\]" |
| Index: vendor/extensions/recommendations/app/views/admin/recommendations/available.js.erb | |
| =================================================================== | |
| diff -u -N -r11137 -r11555 | |
| --- vendor/extensions/recommendations/app/views/admin/recommendations/available.js.erb (.../available.js.erb) (revision 11137) | |
| +++ vendor/extensions/recommendations/app/views/admin/recommendations/available.js.erb (.../available.js.erb) (revision 11555) | |
| @@ -21,9 +21,9 @@ | |
| <%= image_tag "spinner.gif", :style => "display:none", :id => "#{dom_id(recommendation, :spinner)}" %> | |
| <%= link_to_remote icon('add') + ' ' + t('select'), | |
| {:url => select_admin_product_recommendation_path(@product, recommendation), | |
| - :loading => "$(#{dom_id(recommendation, :spinner)}).show();", |
| events:11 | |
| throw arguments[1]; | |
| ^ | |
| Error: Parse Error | |
| at Client.ondata (http:861:22) | |
| at IOWatcher.callback (net:502:31) |
| /* | |
| Script output when run : | |
| Success: http://feeds.feedburner.com/IrrationalBehavior | |
| Success: http://feeds.feedburner.com/dancarlin/history?format=xml | |
| Success: http://feeds.feedburner.com/diggnation | |
| Success: http://feeds.feedburner.com/javaposse | |
| Success: http://feeds.feedburner.com/TheHistoryOfRome | |
| Success: http://feeds.feedburner.com/YouLookNiceToday |
| --- ../ruby-odbc-0.9996/odbc.c 2009-02-02 12:06:38.000000000 -0600 | |
| +++ odbc.c 2009-03-12 11:43:38.000000000 -0500 | |
| @@ -166,6 +166,7 @@ | |
| SQLSMALLINT ctype; | |
| SQLSMALLINT outtype; | |
| int outsize; | |
| + int biggestparam; | |
| char *outbuf; | |
| } PINFO; | |
| /* $Id: dbdimp.c 12185 2008-12-19 19:39:22Z mjevans $ | |
| * | |
| * portions Copyright (c) 1994,1995,1996,1997 Tim Bunce | |
| * portions Copyright (c) 1997 Thomas K. Wenrich | |
| * portions Copyright (c) 1997-2001 Jeff Urlwin | |
| * portions Copyright (c) 2007-2008 Martin J. Evans | |
| * | |
| * You may distribute under the terms of either the GNU General Public | |
| * License or the Artistic License, as specified in the Perl README file. | |
| * |