Search

You can find the results of your search below.

05 @courses:cs101-2022b:assignments
26 Hits, Last modified:
.comment { font-style: italic; color: #c0342d; } .name, .variable, code var, pre var { color: #9e5cb1; } .name { font-weight: bold; } .variable, pre var, code v... es">Guidelines</h2> <ul> <li><p>Do not change the name of the file or the functions.</p></li> <li><p>Rem... l%29"><code>string-split-all</code></a> function. Name the resulting list of words <code>split-text</cod
02 @courses:cs101-2022b:assignments
17 Hits, Last modified:
.comment { font-style: italic; color: #c0342d; } .name, .variable, code var, pre var { color: #9e5cb1; } .name { font-weight: bold; } .variable, pre var, code v... ent guidelines</h2> <ul> <li><p>Create a new file named <code>asmt02.arr</code> on <a href="http://code.... t.org">Pyret</a>.</p></li> <li><p>Do not put your name in your assignment; we want to grade anonymously.
04 @courses:cs101-2022b:assignments
16 Hits, Last modified:
.comment { font-style: italic; color: #c0342d; } .name, .variable, code var, pre var { color: #9e5cb1; } .name { font-weight: bold; } .variable, pre var, code v... le from a Google spreadsheet. Use the same column names that are in the spreadsheet.</p> <p>For the tab... m/2010/06/17/falsehoods-programmers-believe-about-names">falsehoods programmers believe about names</a>.
03 @courses:cs101-2022b:assignments
13 Hits, Last modified:
.comment { font-style: italic; color: #c0342d; } .name, .variable, code var, pre var { color: #9e5cb1; } .name { font-weight: bold; } .variable, pre var, code v... heet URL and use it to load it into a Pyret table named <code>celestial-data</code>. Refer to the code f... autograder works for your program, use the column names</p> <pre><code>year, month, day, age-of-moon, su
07 @courses:cs101-2022b:labs
10 Hits, Last modified:
.comment { font-style: italic; color: #c0342d; } .name, .variable, code var, pre var { color: #9e5cb1; } .name { font-weight: bold; } .variable, pre var, code v... id="lab-7-call-the-plumber-or-a-tree-by-any-other-name">Lab 7: Call the Plumber, <br> or, <a class="secr... https://en.wikipedia.org/wiki/A_rose_by_any_other_name_would_smell_as_sweet"><em>A Tree by Any Other Nam
06 @courses:cs101-2022b:assignments
9 Hits, Last modified:
.comment { font-style: italic; color: #c0342d; } .name, .variable, code var, pre var { color: #9e5cb1; } .name { font-weight: bold; } .variable, pre var, code v... lines">Guidelines</h2> <ul> <li>Do not change the name of the file or the functions.</li> <li>Remember t... t"><span class="keyword">data</span> <span class="name">DecisionTree</span>: | decision(answer :: Bool
02 @courses:cs101-2022b:labs
9 Hits, Last modified:
.comment { font-style: italic; color: #c0342d; } .name, .variable, code var, pre var { color: #9e5cb1; } .name { font-weight: bold; } .variable, pre var, code v... ode><span class="keyword">fun</span> <span class="name">grade</span>(percent :: Number) -&gt; String: ... ode><span class="keyword">fun</span> <span class="name">saffir-simpson</span>(wind-speed :: Number) -&gt
01 @courses:cs101-2022b:assignments
8 Hits, Last modified:
.comment { font-style: italic; color: #c0342d; } .name, .variable, code var, pre var { color: #9e5cb1; } .name { font-weight: bold; } .variable, pre var, code v... > Google account.</p></li> <li><p>Make a new file named <code>asmt01.arr</code>.</p></li> </ol> <p><stro... gnments anonymously, so please don’t include your name anywhere.</p> <h2>Help!</h2> <ul> <li><p><a href
03 @courses:cs101-2022b:labs
8 Hits, Last modified:
.comment { font-style: italic; color: #c0342d; } .name, .variable, code var, pre var { color: #9e5cb1; } .name { font-weight: bold; } .variable, pre var, code v... which you’ll upload to Gradescope with both your names.</p> <p>As you work through the lab, take turns ... = <span class="keyword">load-table</span>: name, chocolate, fruity, caramel, nutty, nougat, crisp
04 @courses:cs101-2022b:labs
8 Hits, Last modified:
.comment { font-style: italic; color: #c0342d; } .name, .variable, code var, pre var { color: #9e5cb1; } .name { font-weight: bold; } .variable, pre var, code v... lass="keyword">source</span>: data-sheet.sheet-by-name(<span class="string">&quot;Responses&quot;</span>... ask</strong>: Once you’ve duplicated the sheet, rename it to “Cleaned Data”.</p> <img src="https://www.
06 @courses:cs101-2022b:labs
8 Hits, Last modified:
.comment { font-style: italic; color: #c0342d; } .name, .variable, code var, pre var { color: #9e5cb1; } .name { font-weight: bold; } .variable, pre var, code v... which you’ll upload to Gradescope with both your names.</p> <hr style="margin-bottom: 3em" /> <h2 id="... ode><span class="keyword">fun</span> <span class="name">product</span>(lst :: List&lt;Number&gt;) -&gt;
05 @courses:cs101-2022b:labs
7 Hits, Last modified:
.comment { font-style: italic; color: #c0342d; } .name, .variable, code var, pre var { color: #9e5cb1; } .name { font-weight: bold; } .variable, pre var, code v... which you’ll upload to Gradescope with both your names.</p> <p>As you work through the lab, take turns ... lass="keyword">source</span>: data-sheet.sheet-by-name(<span class="string">&quot;Pruned&quot;</span>, <
01 @courses:cs101-2022b:labs
6 Hits, Last modified:
.comment { font-style: italic; color: #c0342d; } .name, .variable, code var, pre var { color: #9e5cb1; } .name { font-weight: bold; } .variable, pre var, code v... ed&quot;) # And the following expression gives a name to a friendly rectangle: fred = rectangle(100, 20... , &quot;solid&quot;, &quot;black&quot;) # Now the name, fred, evaluates to the image: fred # The follow