Homebrew Formula patching old ImageMagick release 6.7.7-6
$ brew install https://gist.githubusercontent.com/qrush/5bcf16a37db0cfac95e3/raw/6becf02afdd15c9ee67828358f5c85b789358866/imagemagick.rb| diff --git a/lib/rubygems/source_index.rb b/lib/rubygems/source_index.rb | |
| index f9b8ea0..0cc7762 100644 | |
| --- a/lib/rubygems/source_index.rb | |
| +++ b/lib/rubygems/source_index.rb | |
| @@ -4,14 +4,8 @@ | |
| # See LICENSE.txt for permissions. | |
| #++ | |
| -require 'rubygems/user_interaction' | |
| require 'rubygems/specification' | 
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>title</title> | |
| </head> | |
| <body> | |
| <p>body</p> | |
| </body> | |
| </html> | 
| someFunction | |
| args: [1, 2, 3] | |
| success: () -> | |
| console.log "Success!" | |
| failure: () -> | |
| console.log "Failure!" | 
| diff --git a/app/views/devise/shared/_links.erb b/app/views/devise/shared/_links.erb | |
| dissimilarity index 99% | |
| index 414904b..0b0b21d 100644 | |
| --- a/app/views/devise/shared/_links.erb | |
| +++ b/app/views/devise/shared/_links.erb | |
| @@ -1,19 +1,15 @@ | |
| -<%- if controller_name != 'sessions' %> | |
| - <%= link_to "Sign in", new_session_path(resource_name) %><br /> | |
| -<% end -%> | |
| - | 
| Blue Shirts | |
| ====== | |
| Men's | |
| ----- | |
| 3 - S --- 4 | |
| 38(50) - M --- 46 | |
| 33(50) - L --- 47 | |
| 17(25) - XL --- 24 | |
| 9 - XXL --- 11 | 
Install phantomjs (http://phantomjs.org)
brew has a recipe for phantomjs, but it has moved on to version 2.0.0, and we still require 1.8.2 (at newest), and we can't get that old and dirty with brew anymore.
On a Mac:
mkdir -p ~/root
wget https://phantomjs.googlecode.com/files/phantomjs-1.8.2-macosx.zip -O ~/root/phantomjs-1.8.2-macosx.zip
| 'use strict'; | |
| const aws = require('aws-sdk'); | |
| const s3 = new aws.S3({ apiVersion: '2006-03-01' }); | |
| const polly = new aws.Polly({region: 'eu-west-1'}); | |
| const md5 = require('md5'); | |
| const request = require('request'); | |
| var params = { | |
| OutputFormat: 'mp3', | |
| Text: 'Hola', |