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

python PrototypeStore

-- coding: utf-8 -- class PrototypeStore(dict): """ x.prototype.XXXの値を保存するためのクラス """ def setattr(self, name, value): self[name] = value def __getattr__(self, name): return self[name] class PrototypeMeta(type): """ Prototypeメ…

PHP出身のpyhton入門サイト

http://phpy.readthedocs.org/en/latest/index.html

Expressのインストール

expressのインストール $ npm install -g express expressのテンプレート作成 $ express -t ejs ExpressSample ここでExpressのサンプルプログラムが作成されるが、実行に必要なモジュールがインストールされていないので以下のコマンドでインストールする。…

zsh参考URL

mac

http://d.hatena.ne.jp/oovu70/20120405/p1