Skip to content

Instantly share code, notes, and snippets.

View mitzimoto's full-sized avatar

Eric Mitz mitzimoto

View GitHub Profile
@mitzimoto
mitzimoto / gist:df4d97ee66867c9c1932
Created September 14, 2014 03:44
TagPro "Modern" texturepack with spinning balls.
// ==UserScript==
// @name TagPro Pro
// @namespace http://www.reddit.com/user/CumFlakes
// @description Rotating Balls, pixel perfect power-ups.
// @include http://*.koalabeast.com*
// @include http://*.jukejuice.com*
// @include http://*.newcompte.fr*
// @include http://justletme.be*
// @license GPL
// @author NewCompte, Ly, Cumflakes.
@mitzimoto
mitzimoto / gist:3887049
Created October 14, 2012 02:33
database.yml example.
development:
adapter: sqlite3
database: db/development.sqlite3
pool: 5
timeout: 5000
production:
adapter: postgresql
encoding: unicode
database: blog_development
@mitzimoto
mitzimoto / .tmux.conf
Created October 1, 2012 03:09
My Tmux config file.
#Bindings and stuff
set -g prefix C-a
bind-key a send-prefix
unbind [
bind Escape copy-mode
unbind-key C-b
#bind-key C-a last-window
set -g base-index 1
set-option -g mouse-select-pane on
set-window-option -g mode-keys vi