-
disjointed objection(2つをなぜ混同しないのか?)
- 表面には注意を向けていないからOK
- a. 2次元的な,絵画の表面
- b. 絵画の表面が視覚的にエンコードしている,3次元的な対象
| ### https://raw.github.com/github/gitignore/26a147d00d26a47389bc28408afe1ee62bd78387/ruby.gitignore | |
| *.gem | |
| *.rbc | |
| /.config | |
| /coverage/ | |
| /InstalledFiles | |
| /pkg/ | |
| /spec/reports/ | |
| /spec/examples.txt |
2017 Pacific Division Meeting: Meeting Program - The American Philosophical Association
| #!/bin/sh | |
| # Goのpecoを使って,シェルスクリプトを簡単に選択する方法を作った | |
| set -e # stop when an error happens | |
| set -x # show commands in strderr before execute it | |
| COMMANDS=$(cat <<'__EOT__' | |
| ls | |
| pwd |