Skip to content

Instantly share code, notes, and snippets.

View damianryan's full-sized avatar

Damian Ryan damianryan

  • London, UK
View GitHub Profile
@damianryan
damianryan / gist:679108ed67ee310b019e
Created August 19, 2014 19:04
qt failed to build on 10.10
damian@suzette:~
$ brew update
Already up-to-date.
damian@suzette:~
$ brew --config
HOMEBREW_VERSION: 0.9.5
ORIGIN: https://github.com/Homebrew/homebrew
HEAD: a172800b0fa4b1c05fbc1eea6c3668c3f0b0b268
HOMEBREW_PREFIX: /usr/local
@damianryan
damianryan / gist:4d2b53bff98832e5c9b8
Created August 5, 2014 16:40
tomcat-native failed to build on 10.9.4
admin@hudson:~
$ brew update
Updated Homebrew from 91d3c769 to 2c410607.
==> Updated Formulae
dart
admin@hudson:~
$ brew --config
HOMEBREW_VERSION: 0.9.5
ORIGIN: https://github.com/Homebrew/homebrew
HEAD: 2c410607ce3afade28c23c876a519e2d2a41aa1e
admin@hudson:~
$ brew update
Already up-to-date.
admin@hudson:~
$ brew --config
HOMEBREW_VERSION: 0.9.5
ORIGIN: https://github.com/Homebrew/homebrew
HEAD: 91d3c76973c412d15d813f4aa0d5925847eed444
HOMEBREW_PREFIX: /usr/local
@damianryan
damianryan / gist:35900e6ac965b48e65d5
Created July 2, 2014 10:16
Nat & Damian's solution to #spaconf_2014
class Bottles
@@bottles = {
0 => 'no more bottles',
1 => '1 bottle',
2 => '{n} bottles'
}
@@actions = {
0 => 'Go to the store and buy some more',