Skip to content

Instantly share code, notes, and snippets.

View georgedrummond's full-sized avatar
:fishsticks:

George Drummond georgedrummond

:fishsticks:
  • GitHub Staff
  • Philadelphia
View GitHub Profile
<?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>ANSIBlueColor</key>
<data>
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECYw
LjExMTU1NjIxNzEgMC4xNDQyMDcxMDUgMC41ODIxMTkxNjY5ABABgALSEBESE1okY2xh
c3NuYW1lWCRjbGFzc2VzV05TQ29sb3KiEhRYTlNPYmplY3RfEA9OU0tleWVkQXJjaGl2

Keybase proof

I hereby claim:

  • I am georgedrummond on github.
  • I am georgedrummond (https://keybase.io/georgedrummond) on keybase.
  • I have a public key whose fingerprint is DD55 5543 43A9 7B3E FF42 FA35 FFB2 C333 DD0F CA8E

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am georgedrummond on github.
  • I am georgedrummond (https://keybase.io/georgedrummond) on keybase.
  • I have a public key whose fingerprint is BB69 ADAF 3CC9 2487 5B8A CE71 729F C344 044B 3EEB

To claim this, I am signing this object:

@georgedrummond
georgedrummond / sshd.go
Last active August 29, 2015 14:26 — forked from jpillora/sshd.go
Go 1.3 SSH server complete example
// A small SSH daemon providing bash sessions
//
// Server:
// cd my/new/dir/
// #generate server keypair
// ssh-keygen -t rsa
// go get -v .
// go run sshd.go
//
// Client:
SITE_ROOT = "#{File.dirname(__FILE__)}"
configuration.sass_options[:style] = :compressed
configuration.sass_options[:load_paths] = [SITE_ROOT + "/src/sass"]
configuration.use_extensions_for_page_links = false
@georgedrummond
georgedrummond / currencies.json
Created May 8, 2011 23:59
accountsapp api - currencies
[
{
"currency":{
"name":"British Pounds",
"code":"GBP",
"id":1,
"unit":"\u00a3"
}
},
{
*
:padding 0
:margin 0
body
:font-family arial
:font-size 13px
:color #333
.container
@georgedrummond
georgedrummond / gist:985346
Created May 22, 2011 10:39
install jammit
# Add to your Gemfile
gem 'jammit'
@georgedrummond
georgedrummond / gist:985352
Created May 22, 2011 10:42
serve static assets rails 3
# config/environments/production.rb
config.serve_static_assets = true
@georgedrummond
georgedrummond / gist:985357
Created May 22, 2011 10:45
install heroku jammit
heroku plugins:install git@github.com:kylejginavan/heroku_jammit.git