Skip to content

Instantly share code, notes, and snippets.

@onk
onk / .rubocop.yml
Last active January 15, 2018 02:30
僕の使っている .rubocop.yml
# rubocop v0.35.0 から inherit_gem という機能が増えたので gem にしました
# https://github.com/onk/onkcop
inherit_gem:
onkcop: "config/rubocop.yml"
@fujimura
fujimura / z-index.css.scss
Last active November 22, 2016 07:36
z-index.css.scss
@mixin stack-classes ($classes) {
$i: 10;
@each $class in $classes {
.#{$class} {
z-index: $i;
$i: $i + 10;
}
}
}
@ryhmrt
ryhmrt / gist:2224500
Created March 28, 2012 07:34
say deeeeeeeeeeeattttth
for n in {1..10}; do; say -r 1 -v Ralph deeeeeeeeeeeattttth &; done
This project was moved to https://github.com/tdtds/kindlizer