2014-12-12から1日間の記事一覧

dockerのコマンド

http://qiita.com/curseoff/items/a9e64ad01d673abb6866

perlでrepl

http://blog.64p.org/entry/20110214/1297649579 tinyreplを使う $ cpanm install Eval::WithLexicals $ tinyrepl

git diffの使い分け

http://stackoverflow.com/questions/1587846/how-do-i-show-the-changes-which-have-been-staged $ git diff $ git diff --staged $ git diff --cached #上と同じ $ git diff HEAD

対応するHTMLタグをハイライトするVIMプラグイン

https://github.com/gregsexton/MatchTag

Pythonでスネークケースに変換する

http://d.hatena.ne.jp/tbpg/20130624/1372079671