Skip to content

Instantly share code, notes, and snippets.

View jakebellacera's full-sized avatar

Jake Bellacera jakebellacera

View GitHub Profile
@jakebellacera
jakebellacera / .vimrc
Created May 5, 2011 05:27 — forked from jeresig/.vimrc
VIM Config
au BufRead,BufNewFile jquery.*.js set ft=javascript syntax=jquery
set nocompatible
set autoindent
set tabstop=2
set showmatch
set vb t_vb=
set ruler
set nohls
set incsearch
syntax on
/*----------------------------------------------------------
RGB to HEX Converter
----------------------------------------------------------*/
var hex = {
temp: {
chars: '0123456789ABCDEF',
partA: '',
partB: '',
output: ''
},