Search
You can find the results of your search below.
Matching pagenames:
Fulltext results:
- 07 @courses:cs101-2022b:labs
- k</strong>: Implement the function <code>is-water-running</code>, which takes a <code>Pipeline</code> a... ="keyword">fun</code> <code class="name">is-water-running</code>(pl :: Pipeline) -> Boolean: <code... en | straight(kind, pl1) => is-water-running(pl1) | branch(pl1, pl2) => is-water-running(pl1) <code class="keyword">or</code> is-water
- tech_ref @courses:cs377-202651
- r prog1 $ cd prog1 ~~~ repeat: edit, compile, run ~~~ until: your program is ready to submit $ ... e environments on spaceserver, then compiling and running your programs. Be sure you have a home bin di... 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 $ upcru
- lab7 @courses:cs101-2021-02
- h2> <p>Implement the function, ''is-water-running'', which takes a pipeline and determi... our ''lab07.rkt'' file. Study it, run it, and make sure you understand how it works. Th... keyword">is</span>-water-<span class="hljs-title">running</span><span class="hljs-params">(pl :: <span ... <span class="hljs-keyword">is</span>-water-running(pl1) | branch(pl1, pl2) => <span
- lab7 @courses:cs101-2021-0405
- h2> <p>Implement the function, ''is-water-running'', which takes a pipeline and determi... our ''lab07.rkt'' file. Study it, run it, and make sure you understand how it works. Th... keyword">is</span>-water-<span class="hljs-title">running</span><span class="hljs-params">(pl :: <span ... <span class="hljs-keyword">is</span>-water-running(pl1) | branch(pl1, pl2) => <span
- 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... ractions window// (right) is where the results of running your program are displayed and where you can ... 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
- lab1 @courses:cs101-2021-02
- e you'll provide Pyret the program you want it to run. The program could consist of definitions (assign... The interactions window is where the results of running your program are displayed and where you can ... 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
- 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 machines under DOS emulation. - Greg ====== Running Z80 Assembler under DosEmu ====== ===== ... 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
- 01 @courses:cs101-2022b:labs
- ’ll provide Pyret with the program you want it to run. The program could consist of definitions (assign... actions pane</em> (right) is where the results of running your program are displayed and where you can ... , 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
- 06 @courses:cs101-2022b:assignments
- ages/diagram.png" /></p> </blockquote> </div> <p>Run your code, then examine <code>net-dt</code> in th... table. This new column should have the results of running the <code>give-net</code> function with <code... e> </pre> <p class="task"><strong>Task</strong>: Run <code>f1-score</code> on <code>results1</code> an
- top @courses:cs101-2021-5657
- s a hammer or screwdriver, is it? A computer must run **//software//** to be useful, and that software... u wish install it on your own computer. DrRacket runs on most popular platforms (Windows, Mac OS X, Li... ed to worry what kind of machine you use when you run DrRacket programs. **Note:** Due to COVID-19, an
- lab6 @courses:cs101-2021-5657:labs
- ipeline, which determined whether there was water running. We followed the Design Recipe and the data d... has the function we developed in class: ''**water-running?**''. \\ \\ - When the temperature drops we... of a pipeline that we used to test the ''**water-running?**'' function. \\ \\ - Implement the ''**c
- 02 @courses:cs101-2022b:assignments
- TARGET-HOBBIES</var> = <span class="string">"running, biking, walking, swimming"</span> </cod... hat programs aren’t just written for computers to run; they’re also for people to read. Just as there i... his block appear in the interactions window after running it, then you are fine:</p> <p><img src="https
- top @courses:cs145-201951
- e assignments will require you to write, test and run programs, similar to what you did in cmpu-101. I'... u wish install it on your own computer. DrRacket runs on popular platforms. e.g. Windows, Mac OS X, Li... e the same behavior on all platforms. Write once, run anywhere! That was the promise of some other prog
- 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]])