I hereby claim:
- I am buccolo on github.
- I am buccolo (https://keybase.io/buccolo) on keybase.
- I have a public key ASC6UQ29d2higGCzrnvmcgxBbccpds6WiSzhmXFF_prGuAo
To claim this, I am signing this object:
| http://www.grrspurrs.com/categories?direction=forward&i=10&lek_object_id=1118& | |
| id: RG4DEMBH5E3KA, name: Paws IQ Med Salmon 90ct. | |
| id: 5WHYX55AQT1A8, name: Paws IQ Dental Ocean Flavor Treats 2.5oz | |
| id: YXRN3A2SNCKK2, name: Paws IQ Ocean Dental Treats 5.5oz | |
| id: GPD6497ECPAJT, name: Paws IQ Salmon Dental Treats 2.5oz | |
| id: MS6FJJJNXMZHY, name: Paws IQ Salmon Dental Treats 5.5oz | |
| id: CFXJ3ZP485GYJ, name: Paws IQ Tuna Dental Treats 2.5oz | |
| id: RGMBM2Y4ZA7J6, name: Paws IQ Tuna Dental Treats 5.5oz | |
| id: X71DKYCRG8HFG, name: Paws Set Of 6 |
I hereby claim:
To claim this, I am signing this object:
| #!/bin/zsh | |
| # abort on errors | |
| set -e | |
| # setup correct ruby | |
| source $(brew --prefix chruby)/share/chruby/chruby.sh | |
| chruby $(cat ~/dev/project/.ruby-version) | |
| # reproduce issue |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>BuildMachineOSBuild</key> | |
| <string>13E28</string> | |
| <key>CFBundleDevelopmentRegion</key> | |
| <string>English</string> | |
| <key>CFBundleDocumentTypes</key> | |
| <array> |
| # Postgresql fancy datatypes! | |
| * array | |
| * hstore (=~ hash) | |
| * json | |
| * jsonb | |
| Philippe Creux - [@pcreux](http://twitter.com/pcreux) |
| #!/bin/sh | |
| # Some things taken from here | |
| # https://github.com/mathiasbynens/dotfiles/blob/master/.osx | |
| # Set the colours you can use | |
| black='\033[0;30m' | |
| white='\033[0;37m' | |
| red='\033[0;31m' | |
| green='\033[0;32m' |
| ==Phrack Inc.== | |
| Volume One, Issue 7, Phile 3 of 10 | |
| =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= | |
| The following was written shortly after my arrest... | |
| \/\The Conscience of a Hacker/\/ | |
| by |
| require 'httparty' | |
| require 'json' | |
| require 'openssl' | |
| HUB_URL = "http://localhost:4000/push" | |
| STORE_ID = "5180e2507575e48dd0000001" | |
| STORE_SECRET_KEY = "1234567890" | |
| timestamp = Time.now.utc().to_i - 4600 |
| endpoint_deploy/ master $ cap spree deploy | |
| DEBUG Uploading /tmp/git-ssh.sh 0.0% | |
| INFO Uploading /tmp/git-ssh.sh 100.0% | |
| INFO [f4263c57] Running /usr/bin/env chmod +x /tmp/git-ssh.sh on ep-spree1.spree.fm | |
| DEBUG [f4263c57] Command: /usr/bin/env chmod +x /tmp/git-ssh.sh | |
| INFO [f4263c57] Finished in 0.410 seconds command successful. | |
| cap aborted! | |
| connection closed by remote host | |
| /Users/Buccolo/.gem/ruby/2.0.0/gems/net-ssh-2.6.8/lib/net/ssh/transport/server_version.rb:50:in `rescue in block (2 levels) in negotiate!' | |
| /Users/Buccolo/.gem/ruby/2.0.0/gems/net-ssh-2.6.8/lib/net/ssh/transport/server_version.rb:46:in `block (2 levels) in negotiate!' |
| /Users/Buccolo/.gem/ruby/2.0.0/gems/net-ssh-2.6.8/lib/net/ssh/transport/server_version.rb:50:in `rescue in block (2 levels) in negotiate!' | |
| /Users/Buccolo/.gem/ruby/2.0.0/gems/net-ssh-2.6.8/lib/net/ssh/transport/server_version.rb:46:in `block (2 levels) in negotiate!' | |
| /Users/Buccolo/.gem/ruby/2.0.0/gems/net-ssh-2.6.8/lib/net/ssh/transport/server_version.rb:45:in `loop' | |
| /Users/Buccolo/.gem/ruby/2.0.0/gems/net-ssh-2.6.8/lib/net/ssh/transport/server_version.rb:45:in `block in negotiate!' | |
| /Users/Buccolo/.gem/ruby/2.0.0/gems/net-ssh-2.6.8/lib/net/ssh/transport/server_version.rb:43:in `loop' | |
| /Users/Buccolo/.gem/ruby/2.0.0/gems/net-ssh-2.6.8/lib/net/ssh/transport/server_version.rb:43:in `negotiate!' | |
| /Users/Buccolo/.gem/ruby/2.0.0/gems/net-ssh-2.6.8/lib/net/ssh/transport/server_version.rb:32:in `initialize' | |
| /Users/Buccolo/.gem/ruby/2.0.0/gems/net-ssh-2.6.8/lib/net/ssh/transport/session.rb:78:in `new' | |
| /Users/Buccolo/.gem/ruby/2.0.0/gems/net-ssh-2.6.8/lib/net/ssh/transport/session.rb:78:in `block in initialize' | |
| /Users/B |