Skip to content

Instantly share code, notes, and snippets.

@roothybrid7
roothybrid7 / buster.js
Created February 29, 2012 05:06 — forked from cjohansen/buster.js
A simple JavaScript project tested with Buster.JS
var config = exports; // Vanity
config["Browser tests"] = {
environment: "browser",
sources: ["strftime.js"],
tests: ["strftime-test.js"]
};
config["Server tests"] = {
extends: "Browser tests",
@roothybrid7
roothybrid7 / vim.rb
Created December 26, 2011 06:36 — 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'
def features; %w(tiny small normal big huge) end