Search

You can find the results of your search below.

asmt2 @courses:cs101-2021-02
12 Hits, Last modified:
t 1, we are writing examples for this assignment! Write examples for each function you implement using a ... (-1) is 0 </span>end </code></pre><ul> <li>Try to write your examples before filling in your functions so... what customers fit Giselle’s criteria. We want to write a function that takes a person’s age, hobby, town... ood potential customer to advertise to, we&#39;ll write a series of predicates (functions that return a <
asmt2 @courses:cs101-2021-0405
12 Hits, Last modified:
t 1, we are writing examples for this assignment! Write examples for each function you implement using a ... (-1) is 0 </span>end </code></pre><ul> <li>Try to write your examples before filling in your functions so... what customers fit Giselle’s criteria. We want to write a function that takes a person’s age, hobby, town... ood potential customer to advertise to, we&#39;ll write a series of predicates (functions that return a <
03 @courses:cs101-2022b:labs
11 Hits, Last modified:
<strong>Task</strong>: First you’ll first need to write a function that takes a table Row as input and re... ur functions.</p> <p><strong>Task</strong>: Next, write an <em>expression</em> (not a function) to filter... end of the market.</p> <p><strong>Task</strong>: Write an expression in the definitions pane that produc... is greater than 90%.</p> <p>This requires you to write another helper function. As we demonstrated above
lab3 @courses:cs101-2021-0405
10 Hits, Last modified:
e want to know which candies have the most sugar. Write an expression in the definitions window that prod... .75</code>. To do this, you&#39;ll first need to write a function that takes a table <code>Row</code> as... <p>Once you have written that function, we&#39;ll write an <strong>expression</strong> (not a function) t... >Now that we know how to satisfy our sweet tooth, write an expression in the definitions window that prod
lab3.html @courses:cs101-2021-02
10 Hits, Last modified:
e want to know which candies have the most sugar. Write an expression in the definitions window that prod... .75</code>. To do this, you&#39;ll first need to write a function that takes a table <code>Row</code> as... <p>Once you have written that function, we&#39;ll write an <strong>expression</strong> (not a function) t... >Now that we know how to satisfy our sweet tooth, write an expression in the definitions window that prod
week13 @courses:cs101-2021-5657
9 Hits, Last modified:
ard%29|Section 9.4]] * You will be asked to write a function that consumes a Russian Doll (RD). ... 2** Multiple Lists Function. You will be asked to write a function that consumes two lists. Based on Lect... this variety). * The question I ask you to write will be a variation of the question on the sample... Tree Function. I provide the data definition, you write the function. Design Recipe. * I will even
02 @courses:cs101-2022b:assignments
9 Hits, Last modified:
uidelines</a> for details.</p></li> <li><p>Try to write your tests before filling in your functions, so y... hat customers fit Winifred’s criteria. We want to write a function that takes a person’s age, hobby, town... a good potential customer to advertise to, we’ll write a series of <em>predicates</em> – functions that ... <code class="constant">false</code>. Make sure to write examples for each function before you try writing
05 @courses:cs101-2022b:assignments
9 Hits, Last modified:
Remember to test your functions thoroughly and to write your code clearly. Your work will be graded on cl... /p> <div class="task"> <p><strong>Task</strong>: Write the function</p> <pre class="pyret"><span class="... /code>; the point of this exercise is to have you write that code for yourself.</p> <p>There are two key... ss="keyword">list</span>: 4, 5, 9]</code>. Try to write out the sequence of <code>where</code> examples t
02 @courses:cs101-2022b:labs
9 Hits, Last modified:
<li>writing examples/tests for the functions you write.</li> </ul> <p style="margin: 2em 0; border-top:... ong as I need it to! |# </code></pre> <ul> <li><p>Write down an example where the code does not return wh... /tr> </tbody> </table> <p><strong>Task</strong>: Write a function that takes in the average recorded rec... s (that is, no decimals or fractions). Be sure to write tests for your function that address <em>each</em
lab2 @courses:cs101-2021-0405
7 Hits, Last modified:
* writing examples/tests for the functions you write ===== Exercise 1: Greetings ===== ==== Part 1 ==== Write an ''if'' expression that produces a greeting bas... Good afternoon" else: "Good night" end </code> Write down an example where the code does not return wh... pression clauses can affect the behavior of code. Write your thoughts in your Google Doc. ******/ =====
lab2 @courses:cs101-2021-02
7 Hits, Last modified:
* writing examples/tests for the functions you write ===== Exercise 1: Greetings ===== ==== Part 1 ==== Write an ''if'' expression that produces a greeting bas... Good afternoon" else: "Good night" end </code> Write down an example where the code does not return wh... pression clauses can affect the behavior of code. Write your thoughts in your Google Doc. ******/ =====
03 @courses:cs101-2022b:assignments
7 Hits, Last modified:
strong>Task</strong>: To test the functions we’ll write, we also need a small table of test data. Use the... de></pre> <p><strong>Warning</strong>: Be sure to write examples in a <code>where</code> block for all of... ode class="string">"06:30"</code>, so we’ll first write a function to convert a time to minutes.</p> <p><strong>Task</strong>: Write a function</p> <pre><code><span class="keyword">f
linux_tutorial_five @tutorial
7 Hits, Last modified:
o read and copy the file * w (or -), indicates write permission (or otherwise), that is, the permissio... === | -rwxrwxrwx | a file that everyone can read, write and execute (and delete). | | -rw------- | a file that only the owner can read and write - no-one else can read or write and no-one has execution rights (e.g. your mailbox file). | ====5.2 Cha
lab6 @courses:cs101-2021-0405
5 Hits, Last modified:
lues of ''lst'', ''f'', and ''r'' for each call. Write your solutions as comments in your file in this f... sum-of-cubes ===== Fill in the missing parts to write a function that takes in a list of Numbers and re... ist-to-string ===== Fill in the missing parts to write a function that takes in a list of Strings and re... : max-pos-num ===== Fill in the missing parts to write a function ''max-pos-num'' that takes in a list o
06 @courses:cs101-2022b:labs
5 Hits, Last modified:
each time the function is called.</p> </div> <p>Write your solutions as comments in your file in this f... Task</strong>: Fill in the missing parts below to write a function <code>max-pos-num</code> that takes in... Task</strong>: Fill in the missing parts below to write a function that takes in a list of (non-negative)... d">end</span> </code></pre> <p>You don’t need to write test cases for this function, but you should call
lab6 @courses:cs101-2021-02
5 Hits, Last modified:
lab8 @courses:cs101-2021-5657:labs
4 Hits, Last modified:
05 @courses:cs101-2022b:labs
4 Hits, Last modified:
vss @people:mlsmith
4 Hits, Last modified:
week5 @courses:cs101-2021-02
4 Hits, Last modified:
cmu-cam @research:bot-alternative
4 Hits, Last modified:
infinite-trees @people:mlsmith
4 Hits, Last modified:
linux_tutorial_three @tutorial
4 Hits, Last modified:
top @courses:cs325-201001:assignments
4 Hits, Last modified:
week5 @courses:cs101-2021-0405
4 Hits, Last modified:
lab6 @courses:cs101-2021-5657:labs
3 Hits, Last modified:
04 @courses:cs101-2022b:labs
3 Hits, Last modified:
lab7 @courses:cs101-2021-5657:labs
3 Hits, Last modified:
top @courses:cs145-201951
3 Hits, Last modified:
07 @courses:cs101-2022b:labs
3 Hits, Last modified:
top @courses:cs102-201651
3 Hits, Last modified:
run_zasm_under_dosemu @courses:cs325-201001
3 Hits, Last modified:
week3 @courses:cs311-2021
2 Hits, Last modified:
emacs_tips @help:general_linux
2 Hits, Last modified:
integrity
2 Hits, Last modified:
assign4 @courses:cs101-2021-5657:assigns
2 Hits, Last modified:
lab2 @courses:cs101-2021-5657:labs
2 Hits, Last modified:
06 @courses:cs101-2022b:assignments
2 Hits, Last modified:
lab_0 @courses:cs145-201951:labs
2 Hits, Last modified:
context_awarness_project @people:priestdo:wearables
2 Hits, Last modified:
frozen @help
2 Hits, Last modified:
week8 @courses:cs102-202051
2 Hits, Last modified:
lab4 @courses:cs101-2021-02
2 Hits, Last modified:
linux_tutorial_seven @tutorial
2 Hits, Last modified:
iceweasel_thinks_it_is_running @old_pages
2 Hits, Last modified:
week3 @courses:cs102-2021-01
1 Hits, Last modified:
asmt3 @courses:cs101-2021-0405
1 Hits, Last modified:
01 @courses:cs101-2022b:assignments
1 Hits, Last modified:
asmt1 @courses:cs101-2021-0405
1 Hits, Last modified:
week11 @courses:cs101-2021-02
1 Hits, Last modified:
week9 @courses:cs101-2021-02
1 Hits, Last modified:
top @courses:cs101-2021-02
1 Hits, Last modified:
asmt3 @courses:cs101-2021-02
1 Hits, Last modified:
asmt1 @courses:cs101-2021-02
1 Hits, Last modified:
linux_tutorial_four @tutorial
1 Hits, Last modified:
week9 @courses:cs101-2021-0405
1 Hits, Last modified:
printing_tips @old_pages
1 Hits, Last modified:
lab_1 @courses:cs145-201951:labs
1 Hits, Last modified:
top @courses:cs203-201602:assignments
1 Hits, Last modified:
top @courses:cs203-201602:lab2
1 Hits, Last modified:
news @news
1 Hits, Last modified:
krock @help:sysnews:inhouse
1 Hits, Last modified:
todo @help:sysnews:inhouse
1 Hits, Last modified:
google_doodle @history
1 Hits, Last modified:
top @people:priestdo:wearables
1 Hits, Last modified:
top @courses:cs101-2021-0405
1 Hits, Last modified:
lab5 @courses:cs101-2021-5657:labs
1 Hits, Last modified:
exams @courses:cs102-201752
1 Hits, Last modified:
week5 @courses:cs102-202051
1 Hits, Last modified:
week6 @courses:cs102-202051
1 Hits, Last modified:
week2 @courses:cs102-2021-01
1 Hits, Last modified:
week9 @courses:cs101-202203
1 Hits, Last modified:
week1 @courses:cs145-201951
1 Hits, Last modified:
week2 @courses:cs145-201951
1 Hits, Last modified:
week3 @courses:cs145-201951
1 Hits, Last modified:
syllabus @courses:cs240
1 Hits, Last modified:
week3 @courses:cs101-202203
1 Hits, Last modified:
top @courses:cs101-202203
1 Hits, Last modified:
svn_use @help:apps
1 Hits, Last modified:
lab4 @courses:cs101-2021-5657:labs
1 Hits, Last modified:
top @courses:cs101-201804
1 Hits, Last modified:
isohome @help:sysnews
1 Hits, Last modified:
java_system_tips @help:sysnews
1 Hits, Last modified:
calendar @courses:cs101-201804
1 Hits, Last modified:
week5 @courses:cs101-2023-54
1 Hits, Last modified:
week6 @courses:cs101-2021-5657
1 Hits, Last modified:
top @courses:cs101-2021-5657
1 Hits, Last modified:
assign5 @courses:cs101-2021-5657:assigns
1 Hits, Last modified:
week11 @courses:cs101-2021-0405
1 Hits, Last modified:
lab3 @courses:cs101-2021-5657:labs
1 Hits, Last modified:
security @research:ursi_2008:aiptasiabase
1 Hits, Last modified: