Skip to content

Instantly share code, notes, and snippets.

View orderthruchaos's full-sized avatar

Brett DiFrischia orderthruchaos

View GitHub Profile
@orderthruchaos
orderthruchaos / hex_pm_pages.user.js
Last active August 29, 2015 14:17
Greasemonkey User Script: add "first page" and "last page" links to hex.pm package listing.
// ==UserScript==
// @name hex_pm_pages
// @namespace http://orderthruchaos.bitbucket.org/
// @copyright 2015+, Brett DiFrischia
// @license
// @description
// @grant GM_log
// @require https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js
// @include https://hex.pm/packages
// @include https://hex.pm/packages?*
@orderthruchaos
orderthruchaos / pathogen_helptags_map.vim
Created January 27, 2012 15:42
Normal mode map for calling pathogen#helptags()
nnoremap <Leader>ph :call pathogen#helptags()<CR>
@orderthruchaos
orderthruchaos / arduino_indent.vim
Created May 12, 2011 16:19
Arduino indent file...
" Vim syntax file
" Language: Arduino
" Maintainer: Brett DiFrischia <orderthruchaos _at_ gmail _dot_ com>
" Last Change: 2011-05-12
" License: VIM license (:help license, replace vim by arduino.vim)
" Based on syntax/arduino.vim (by Johannes Hoff) initial setup.
" Read the C++ indent script to start with
if version < 600