Skip to content

Instantly share code, notes, and snippets.

@imhoffd
imhoffd / .htaccess
Created September 1, 2013 00:15 — forked from clawfire/.htaccess
strictly apache 2.4 htaccess for PancakeApp
Options +FollowSymlinks
RewriteEngine on
# On Rackspace and getting 404's? Uncoment this by removing the # :
# RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
<IfModule mod_rewrite.c>
@imhoffd
imhoffd / vim.rb
Last active August 29, 2015 13:59 — forked from mgrouchy/vim.rb
require 'formula'
class Vim < Formula
homepage 'http://www.vim.org/'
url 'https://vim.googlecode.com/hg/', :revision => '6c318419e331'
version '7.3.515'
def features; %w(tiny small normal big huge) end
def interp; %w(lua mzscheme perl python python3 tcl ruby) end