Search
You can find the results of your search below.
Fulltext results:
- tech_ref
- ~~~ repeat: edit, compile, run ~~~ until: your program is ready to submit $ cd .. $ submit377 asmt1 ... /kroc-setup.sh To compile and run a kroc (occam) program: $ kroc myprog.occ $ ./myprog To compile a program that uses the course library: (like the ones we'll... ource ~/bin/set-upc-env To compile and run a UPC program: $ upcc -T n myprog.upc $ upcrun myprog ----
- week10
- writing to: <code>chan<-</code> * To run this program: <code> $ go run sieve.go </code> * Monitor the running program: * use ''top'' command for system info whil... s377-linda-lect1.pdf|PDF}} * Demo of Ruby/Rinda program * from Wikipedia example: \\ [[http://en.wiki
- week9
- icate with forks over channels) * To run this program: <code> $ go run csp-dining-philosophers.go </cod... writing to: <code>chan<-</code> * To run this program: <code> $ go run sieve.go </code> // // * Ass
- week1
- Max in C * use the Vim editor to type in your program (see sidebar for Vim resources) * be sure to
- week8
- * Obscure Java * shortest compilable Java program? * does it run? * what's it good for?