未分類

VirtualBox HDD 拡張

このページを参考して拡張に成功しました http://qiita.com/egnr-in-6matroom/items/d284dd306753b2f0591a

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メ…

P4Merge+stroy Mac 比較ツール

参考URL:http://www.atinfinity.info/wiki/index.php?Mac/stroy%E3%81%A8P4Merge%E3%82%92%E9%80%A3%E5%8B%95%E3%81%95%E3%81%9B%E3%82%8B ◆P4Merge install The Perforce Visual Client (P4V)からP4V.dmgダウンロード ダウンロードURL:http://www.perforce.…