Skip to content

Instantly share code, notes, and snippets.

View suranyami's full-sized avatar

David Parry suranyami

View GitHub Profile
@suranyami
suranyami / erlang.rb
Last active August 29, 2015 14:00 — forked from dch/erlang.rb
Install OTP 17.0 via homebrew: `brew install wxmac && brew install --no-docs --with-dirty-schedulers --time -v https://gist.githubusercontent.com/suranyami/11205570/raw/f05c10bd6f288d39c7e577f0c72ab43580cfdae6/erlang.rb`
require 'formula'
# Major releases of erlang should typically start out as separate formula in
# Homebrew-versions, and only be merged to master when things like couchdb and
# elixir are compatible.
class Erlang < Formula
homepage 'http://www.erlang.org'
url 'http://www.erlang.org/download/otp_src_17.0.tar.gz'
sha1 '642f29673bdd01f14c980ca5e556e6e1199b9672'
@suranyami
suranyami / 0_instructions.md
Created August 18, 2011 13:26 — forked from eric1234/0_instructions.txt
Using Sprockets 2 in Rails 3.0.x with CoffeeScript & SASS

Some brief instructions on how to use Sprocket 2 in Rails to get CoffeeScript powered JS and SASS powered CSS with YUI compression all via the magic of rack.

This stuff will be native in Rails 3.1 and the layout of the files on the filesystem will be different but this guide will get you working with it while we wait for all that to finalize.

Ignore the number prefixes on each file. This is just to ensure proper order in the Gist.

Note from suranyami: