Skip to content

Instantly share code, notes, and snippets.

View geckotang's full-sized avatar
:octocat:

Shotaro Sakamaki geckotang

:octocat:
View GitHub Profile
@geckotang
geckotang / css-properties-and-MY-pronunciation.markdown
Last active August 29, 2015 14:23 — forked from hail2u/css-properties-and-MY-pronunciation.markdown
CSSプロパティーとその*僕の*発音
プロパティー 発音
background-attachment バックグラウンド・アタッチメント
background-color バックグラウンド・カラー
background-image バックグラウンド・イメージ
background-position バックグラウンド・ポジション
background-repeat バックグラウンド・リピート
background バックグラウンド
border-collapse ボーダー・コラプス
border-color ボーダー・カラー
@geckotang
geckotang / color.js
Last active August 29, 2015 14:07 — forked from kubosho/color.js
var $box = $('#box'), $panels, $panel, f, i;
function exec() {
for (i=0; i<$panels.length; i++){
$panel = $($panels[i]);
if ($panel.data('type') === 'a') {
$panel.click();
return true;
}
}
source "https://rubygems.org/"
gem 'romankana'
gem 'moji'