webネタ

Webエンジニアが業務に関係することをメモしていく

2013-12-01から1ヶ月間の記事一覧

Erlang練習 part1

とりあえず書いてみた。 Erlangは末尾再帰じゃなくても速いらしい...謎い 練習

gitで重いリポジトリをcloneするとき

git clone http://example.com/fuga.git remote: Counting objects: 3203, done. remote: warning: suboptimal pack - out of memory remote: fatal: Out of memory, malloc failed error: git upload-pack: git-pack-objects died with error. fatal: git u…