SublimeText3の初期設定と、Emacs風キーバインドを割り当ててMarkdownでメモ書きがやりやすいようにした
Sublime Text - Downloadここから最新版をDLする
"Ctrl+`"を押し、開いたウインドウに以下のURLからコピーした内容を打ち込む
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
```bash | |
tail -F /var/log/fuga/hogehoge.log | grep '^\s\|Exception' | |
``` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
full_html = u'<!DOCTYPE html>' | |
full_html += '<html><head><meta charset="utf-8">' | |
full_html += self.getCSS() | |
# ここ追加しただけ | |
full_html += '<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>' | |
# ここまで | |
full_html += '</head><body>' | |
full_html += markdown_html | |
full_html += '</body>' | |
full_html += '</html>' |
RubyInstallerから最新版をDLし実行。(64bit版Windows7を使っている人は64bit版を利用すること)
インストールしたディレクトリ/binを環境変数PATHに指定しておく
また、gem系でエラーを出さないようLANG環境変数を設定する。内容は以下のとおり。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
find . -name "*.rb" -exec ruby c {} \; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
find . -name "*.php" -exec php -l {} \; |
読んだ上でのメモ
ゲームデザイナーは、ゲームを評価し、ゲームを理解し、それがどのように機能し、なぜ面白いのかを理解するための方法を求めている。 つまりゲームを分析するための手法を考えなければならないわけだ。
NewerOlder