This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| rush> git clone git://github.com/rails/rails.git | |
| (eval):1: warning: parenthesize argument(s) for future version | |
| (eval):1: warning: parenthesize argument(s) for future version | |
| Exception NameError -> undefined local variable or method `github' for localhost:Rush::Box | |
| /Library/Ruby/Gems/1.8/gems/rush-0.4/lib/rush/shell.rb:36:in `eval' | |
| /Users/andy/projects/engineyard/diablo-rojo/(eval):1:in `initialize' | |
| /Library/Ruby/Gems/1.8/gems/rush-0.4/bin/rush:6:in `new' | |
| /Library/Ruby/Gems/1.8/gems/rush-0.4/bin/rush:6 | |
| /usr/bin/rush:19:in `load' | |
| /usr/bin/rush:19 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # use PathPrefix Middleware if :path_prefix is set in Merb::Config | |
| if prefix = ::Merb::Config[:path_prefix] | |
| use Merb::Rack::PathPrefix, prefix | |
| end | |
| # comment this out if you are running merb behind a load balancer | |
| # that serves static files | |
| use Merb::Rack::Static, Merb.dir_for(:public) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ++++++++++ | |
| [ | |
| >+++++++>++++++++++>+++>+<<<<- | |
| ] this loop set the next four cells to 70/100/30/10 | |
| >++. print 'H' | |
| >+. print 'e' | |
| +++++++. 'l' | |
| . 'l' | |
| +++. 'o' | |
| >++. space |
NewerOlder