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
| sudo '/Applications/Install OS X Yosemite.app/Contents/Resources/createinstallmedia' --volume '/Volumes/Yosemite' --applicationpath '/Applications/Install OS X Yosemite.app' --nointeraction |
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
| --- /Users/arvid/Desktop/ruby-enterprise-1.8.7-2012.02 2/source/util.c 2012-02-19 15:09:11.000000000 +0100 | |
| +++ /Users/arvid/Desktop/ruby-enterprise-1.8.7-2012.02/source/util.c 2013-11-22 16:25:02.000000000 +0100 | |
| @@ -106,11 +106,11 @@ | |
| * Style 1: The suffix begins with a '.'. The extension is replaced. | |
| * If the name matches the original name, use the fallback method. | |
| * | |
| - * Style 2: The suffix is a single character, not a '.'. Try to add the | |
| + * Style 2: The suffix is a single character, not a '.'. Try to add the | |
| * suffix to the following places, using the first one that works. | |
| - * [1] Append to extension. |
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
| class Rails::Application::Configuration | |
| def database_configuration | |
| require 'erb' | |
| YAML::load(ERB.new(IO.read(paths["config/database"].first)).result).each_value do |env| | |
| env.merge!({ | |
| 'encoding' => 'utf8', | |
| 'collation' => 'utf8_general_ci' | |
| }) | |
| end | |
| end |
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
| require 'rubygems' | |
| require 'uri' | |
| require 'yajl/http_stream' | |
| require 'tinder' | |
| CAMPFIRE_SUBDOMAIN = '' | |
| CAMPFIRE_TOKEN = '' | |
| CAMPFIRE_ROOM = '' | |
| results = Yajl::HttpStream.get(URI.parse('http://morsan.wanda.st/current_menu.json')) |
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
| * http://homepages.tcp.co.uk/~m-wigley/gc_wp_ded.html | |
| * http://www.cuppadev.co.uk/dev/double-entry-accounting-in-rails/ | |
| * https://github.com/niklas/bookkeeper/commit/80163def82f68f9b001fa7dd1a3ef3d4c76e82a9 | |
| * https://github.com/mbulat/plutus |