Skip to content

Instantly share code, notes, and snippets.

@matheusagcosta
matheusagcosta / Keyword search
Last active December 2, 2015 16:01
Quicksearch jQuery
@matheusagcosta
matheusagcosta / gist:be0b83a3f50062b88e6a
Created February 24, 2015 19:52
Import Refills Components
$ rails generate refills:list
$ rails generate refills:import SNIPPET
@matheusagcosta
matheusagcosta / gist:f6d0bb43f4478b6b2e71
Created February 23, 2015 16:06
Show / Hide files on OSX
defaults write com.apple.finder AppleShowAllFiles YES
defaults write com.apple.finder AppleShowAllFiles NO
@matheusagcosta
matheusagcosta / dabblet.css
Created May 13, 2014 19:36 — forked from iamstarkov/dabblet.css
centering with absolute position
/**
* centering with absolute position
*/
div {
width: 100px;
height: 100px;
background-color: red;
position: absolute;