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
# -- | |
#+begin_src ${1:$$(yas-choose-value '("emacs-lisp" "sh" "shell" "mathematica" "lisp" "R" "python" "ocaml" "matlab" "dot" "C" "C++"))} ${2::includes '(${3:<iostream>})} ${4::var ${5:foobnar}=${6:batz}} ${7::file ${8:(org-babel-temp-file "./figure-" ".png")}} :results ${9:$$(yas-choose-value '("silent" "replace" "append" "prepend" "output" "output table" "output scalar" "output file" "output |
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
[cappuccino system scope tasks] | |
jake clobber - this removes the Build directory and build products | |
jake debug - this creates the Build directory and its Debug | |
subdirectory and contents | |
jake release - this creates the Build directory and its Release | |
subdirectory and contents | |
jake all - this is like executing both jake debug and jake release | |
jake build - this creates the Build directory and its Release | |
subdirectory and contents | |
jake clean - leaves Build/Release and Build/Debug, but removes the |
NewerOlder