Install cask that extends the brew command :
brew install phinze/cask/brew-cask
Install calibre using cask :
brew cask install calibre
| DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE | |
| Version 2, December 2004 | |
| Copyright (C) 2011 Mathieu 'p01' Henri - http://www.p01.org/releases/ | |
| Everyone is permitted to copy and distribute verbatim or modified | |
| copies of this license document, and changing it is allowed as long | |
| as the name is changed. | |
| DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE |
Install cask that extends the brew command :
brew install phinze/cask/brew-cask
Install calibre using cask :
brew cask install calibre
This gist applies the theory from Ilya Grigorik's Script-injected "async scripts" considered harmful on the default Universal Analytics snippet. TLDR place this above the CSS in the <head> of your document
<!-- Google Analytics Part 1: Creates window.ga, sets account, and queues pageview-->
<script>
(function(e,t){e.GoogleAnalyticsObject=t;e[t]=e[t]||function(){
(e[t].q=e[t].q||[]).push(arguments)};e[t].l=1*new Date})(t,"ga");
ga('create', 'UA-XXXX-Y'); // REPLACE UA-XXXX-Y w/ YOUR ACCOUNT| module YourApp | |
| class Application < Rails::Application | |
| # Convenience for loading config/foo.yml for the current Rails env. | |
| # | |
| # Example: | |
| # | |
| # config/cleversafe.yml: | |
| # | |
| # production: | |
| # url: http://127.0.0.1:8080 |
| require 'socket' | |
| require 'openssl' | |
| require 'puma/server' | |
| require 'ds9' | |
| class Server < DS9::Server | |
| def initialize socket, app | |
| @app = app | |
| @read_streams = {} | |
| @write_streams = {} |