Skip to content

Instantly share code, notes, and snippets.

View christocracy's full-sized avatar

Chris Scott christocracy

View GitHub Profile
@christocracy
christocracy / new_bashrc.sh
Created August 11, 2012 08:03 — forked from josephwecker/new_bashrc.sh
Replace .bashrc, .bash_profile, .profile, etc. with something much more clean, consistent, and meaningful.
#!/bin/bash
# License: Public Domain.
# Author: Joseph Wecker, 2012
#
# Are you tired of trying to remember what .bashrc does vs .bash_profile vs .profile?
# Are you tired of trying to remember how darwin/mac-osx treat them differently from linux?
# Are you tired of not having your ~/.bash* stuff work the way you expect?
#
# Symlink all of the following to this file:
# * ~/.bashrc
@christocracy
christocracy / gist:977765
Created May 18, 2011 00:26 — forked from anonymous/gist:977666
Some ext code
/**
* @overview FeatureForm.js
* Collection of components related to Feature Forms
* @author Dave Lazar
*/
/**
* @namespace CCA.feature
*/
Ext.namespace('CCA.feature');