- cat
- echo
- date
- sleep
Cette liste est liée au talk "Tout est trop implicite" donné le 25 juin 2013 au OpenCode
- Universal Principles of Design – William Lidwell et al.
- Typography for Laywers – Matthew Butterick
- Understanding Comics – Scott McCloud
- Voice and Tone – Mailchimp team ?
- The Art of Game Design – Jesse Schell
- The Shape of Design – Frank Chimero
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
Show hidden characters
{ | |
"cmd": ["/usr/local/go/bin/go","build","$file"], | |
"selector" : "source.go", | |
"variants": [ | |
{ "cmd": ["/usr/local/go/bin/go", "run", "$file"], | |
"name": "Run" | |
} | |
] | |
} |