Skip to content

Instantly share code, notes, and snippets.

View splaice's full-sized avatar

Sean Plaice splaice

  • San Francisco, CA
View GitHub Profile
@splaice
splaice / gist:1591517
Created January 10, 2012 22:14
Interesting Backbone.js and Tangential Projects Resources
@splaice
splaice / nodejs.spec
Created January 6, 2012 20:45
RPM spec file for node
%define ver 0.6.6
%define rel 1
%define jobs 2
Name: nodejs
Version: %{ver}
Release: %{rel}
Summary: Node's goal is to provide an easy way to build scalable network programs.
Group: Applications/Internet
License: Copyright Joyent, Inc. and other Node contributors.
@splaice
splaice / vim.rb
Created January 6, 2012 20:09 — forked from uasi/vim.rb
Vim formula for Homebrew
require 'formula'
class Vim < Formula
homepage 'http://www.vim.org/'
url 'ftp://ftp.vim.org/pub/vim/unix/vim-7.3.tar.bz2'
head 'https://vim.googlecode.com/hg/'
sha256 '5c5d5d6e07f1bbc49b6fe3906ff8a7e39b049928b68195b38e3e3d347100221d'
version '7.3.294'
#depends_on 'libiconv'