Skip to content

Instantly share code, notes, and snippets.

@Ranjithkumar
Ranjithkumar / git_shortcut_command
Last active August 29, 2015 13:57
Helpful git command aliases
Add these lines into ~/.gitconfig file.
---------------------------------------------------------------------
[alias]
st = status
sh = show
ft = fetch
ci = commit
cm = commit -m
@jcsrb
jcsrb / settings.js
Last active December 14, 2015 18:19
RubyTest Sublime Text settings for RVM with Bundler https://github.com/maltize/sublime-text-2-ruby-tests
/*
in case you get errors like this
ruby:1: Invalid char `\x7F' in expression
ruby:1: Invalid char `\x01' in expression
ruby:1: Invalid char `\x01' in expression
ruby:1: Invalid char `\x01' in expression
ruby:1:in `<main>': uninitialized constant ELF (NameError)
@daz
daz / style.scss
Last active May 13, 2023 11:24 — forked from kevindavis/gist:1868651
Bootstrap styling for jQuery UI autocomplete
.ui-autocomplete {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
float: left;
display: none;
min-width: 160px;
_width: 160px;
padding: 4px 0;