This gist is part of a blog post. Check it out at:
http://jasonrudolph.com/blog/2011/08/09/programming-achievements-how-to-level-up-as-a-developer
| ActiveSupport::Inflector.inflections do |inflect| | |
| acronym 'API' | |
| acronym 'APIs' | |
| end |
| rgould@reifnir ~/dev » ls ElasticLoadBalancing-1.0.15.1/bin | |
| elb-apply-security-groups-to-lb | |
| elb-associate-route53-hosted-zone | |
| elb-attach-lb-to-subnets | |
| elb-cmd | |
| elb-configure-healthcheck | |
| elb-create-app-cookie-stickiness-policy | |
| elb-create-lb | |
| elb-create-lb-cookie-stickiness-policy | |
| elb-create-lb-listeners |
| rvm install 1.9.3-p125 | |
| rvm use 1.9.3-p125 | |
| rvm gemset create gaggleup | |
| cd ~/gaggleup | |
| gem install bundler | |
| bundle config build.ruby-debug-base19 --with-ruby-include=$rvm_path/src/$(rvm tools strings) | |
| bundle install |
This gist is part of a blog post. Check it out at:
http://jasonrudolph.com/blog/2011/08/09/programming-achievements-how-to-level-up-as-a-developer
| #!/bin/bash | |
| PASTEL='{ | |
| "Ansi 0 Color" = { | |
| "Blue Component" = 0.3097887; | |
| "Green Component" = 0.3097887; | |
| "Red Component" = 0.3097887; | |
| }; | |
| "Ansi 1 Color" = { | |
| "Blue Component" = 0.3764706; |