@kyanny's blog

My thoughts, my life. Views/opinions are my own.

2009-06-13から1日間の記事一覧

gist.github.com の Private Clone URL から git clone する

$HOME/.ssh/config に設定を足す必要があった。 Host gist.github.com User git Port 22 Hostname github.com IdentityFile ~/.ssh/github_id_rsa TCPKeepAlive yes IdentitiesOnly yes

livedoor Blog でテンプレートをカスタマイズせずに個別記事のはてなブックマーク数を表示する javascript

を、書いてみた。gist:128740 · GitHub <script src="http://www.google.com/jsapi"></script> <script type="text/javascript"> if (location.href.match(/^http:\/\/.*?\/archives\/\d+\.html$/)) { google.load('jquery', '1'); google.setOnLoadCallback(function(){ $('<a>').attr({ href : 'http://b.hatena.ne.jp/entry/' + …</a>