by shigemk2

当面は技術的なことしか書かない

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

使用容量

Mac

$ sudo du -h -x -d 1 /Users/shige | sort -nr duコマンドを使ってMacのハードディスク容量の内訳を調べる | 77 Dogs Blog

2つ以上のファイルをls

$ ls file1 file2 もしくは $ ls dir1 dir2 みたいな感じで実行すると、lsの結果を複数並べることができる。

Expressことはじめ part2

$ npm install express $ express myexapp $ cd myexapp && npm install ちょっと修正 doctype 5をdoctype htmlに。 shigemk2/myexapp · GitHub $ node app.js

8086の逆アセンブラをリファクタリング その1 #ikebin

ぶっちゃけ途中 仕様書 http://datasheets.chipdb.org/Intel/x86/808x/datashts/8086/231455-005.pdf PDP-11の圧倒的な読みやすさにお前が泣いた。 配列 (F#)