by shigemk2

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

2013-05-20から1日間の記事一覧

デバイスごとに表示を変えてみよう

開発者ツールの右下の歯車アイコンをクリックし、overrideタブをクリックすると、 デバイスごとに表示を変えることが出来る。 こんな風に。

easy_install rオプション

$ easy_install -r requirements.txtとやると、txtファイルに書かれているモジュールを全部インストールしてくれる。

97 Things Every Programmer Should Know 75 Simplicity Comes from Reduction

The code should be simple. There should be a minimal number of variables, functions, declarations, and other syntactic language necessities. Extra lines, extra variables…extra anything, really, should be purged immediately.