Search
You can find the results of your search below.
Matching pagenames:
Fulltext results:
- tech_ref @courses:cs377-202651
- r prog1 $ cd prog1 ~~~ repeat: edit, compile, run ~~~ until: your program is ready to submit $ ... urce /usr/local/bin/kroc-setup.sh To compile and run a kroc (occam) program: $ kroc myprog.occ $ .... ent: $ source ~/bin/set-upc-env To compile and run a UPC program: $ upcc -T n myprog.upc $ upcrun myprog ---- ==== CUDA ==== Vassar CS Department's
- lab1 @courses:cs101-2021-5657:labs
- our work using GitHub. \\ \\ You will edit and run your first program from DrRacket. The program its... cause the goal of this lab is to learn to create, run, and submit your work electronically for grading.... To make BSL your default language, click on the **Run** button at the top of the screen. The interacti... the comments at the top of the program. \\ \\ - Run your program by clicking the **Run** button. \\ \
- lab1 @courses:cs101-2021-0405
- e you'll provide Pyret the program you want it to run. The program could consist of definitions (assign... he comments at the top of the program. \\ \\ - Run your program by click the //Run// button at the top (or use the shortcut ''Ctrl+enter'') \\ \\ - If... esis from the end of one of the lines and click //Run// again. \\ \\ Read Pyret's explanation of the er
- lab1 @courses:cs101-2021-02
- e you'll provide Pyret the program you want it to run. The program could consist of definitions (assign... he comments at the top of the program. \\ \\ * Run your program by click the //Run// button at the top (or use the shortcut ''Ctrl+enter'') \\ \\ * If... esis from the end of one of the lines and click //Run// again. \\ \\ * Read Pyret's explanation of t
- run_zasm_under_dosemu @courses:cs325-201001
- is an alternative. Doing these steps will let you run the assembler from Prof. Voerman on our linux mac... oppy]] on the lab linux boxes * [[courses:cs325#run dosemu]] in a Window or Terminal * [[courses:cs... 0.((Not convinced, try ''df -h'')) ==== - - Run dosemu ==== You have a choice here.((xdosemu is ... <code> user@al83:~$ xdosemu</code> otherwise to run it in the same terminal window (if running over a
- 01 @courses:cs101-2022b:labs
- ’ll provide Pyret with the program you want it to run. The program could consist of definitions (assign... , but feel free to ask questions!</p> <ol> <li><p>Run your program by clicking the <em>Run</em> button at the top (or use the shortcut <code>Ctrl</code>-<co... m the end of one of the expressions and click <em>Run</em> again.</p> <p>Read Pyret’s explanation of th
- week9 @courses:cs377-202651
- s (communicate with forks over channels) * To run this program: <code> $ go run csp-dining-philosophers.go </code> * Nondeterminism * still! ... code> or writing to: <code>chan<-</code> * To run this program: <code> $ go run sieve.go </code> // // * Assignment 5 posted * Sort Pump Gophers
- week10 @courses:cs377-202651
- code> or 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 while running * run ''lscpu'' to remind us about system resources
- week3 @courses:cs377-202651
- what you need to do **//before//** attempting to run your UPC programs ==== setup ==== * create a b... * ''$ cp ~mlsmith/bin/set-upc-env ~/bin'' * run your setup script: * ''$ source ~/bin/set-upc... e directory// * now you're ready to compile and run! (see sidebar [[tech_ref|technical reference]])
- week11 @courses:cs102-202051
- nce tests in SetTest.java can take a long time to run. Try changing line 52, variable nelem to a value of say 50 so you don't panic the first time you run the tests. </note> <note tip>NEW: My performance
- schedule @courses:cs334-202251
- mv-PwAKnc|What's a mainframe? A computer that can run the z/TPF OS]] [[https://www.youtube.com/watch?v=... | Build & run {{ :courses:cs334-202251:pgms-1.zip |cpu.c & mem.
- top @courses:cs224-201101:assignments
- 2/2011 NOTE: You may find it useful (and fun) to run your program in the Marie Simulator. Type mariesi... 4/7/2010 Assignment 8: pg 239: # 12, 13, 15, 16 (run the program on the Marie simulator)
- week13 @courses:cs101-2021-5657
- actually have 120 minutes for our lab, and we can run over if needed (time will not be an issue) * ... labs, and assignments * //but// you may not run any programs, use the Stepper, or use the Interac
- 06 @courses:cs101-2022b:assignments
- ages/diagram.png" /></p> </blockquote> </div> <p>Run your code, then examine <code>net-dt</code> in th... e> </pre> <p class="task"><strong>Task</strong>: Run <code>f1-score</code> on <code>results1</code> an
- lab4 @courses:cs102-202051:labs
- trix.java from above into a new class file. * Run the program, as before, use quoted parameters in ... termine where to set a breakpoint so that you can run the debugger. * There are two separate prob