Search

You can find the results of your search below.

tech_ref
6 Hits, Last modified:
~~~ 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
3 Hits, Last modified:
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
2 Hits, Last modified:
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
1 Hits, Last modified:
Max in C * use the Vim editor to type in your program (see sidebar for Vim resources) * be sure to
week8
1 Hits, Last modified:
* Obscure Java * shortest compilable Java program? * does it run? * what's it good for?