Search

You can find the results of your search below.

techref @courses:cs311-2021
24 Hits, Last modified:
er: <code> $ ssh -L 5555:postgres:5432 -p 443 username@mote.cs.vassar.edu </code> \\ where ''username'' is the name of your CS account. Then from a second local terminal window access our postgres server... d line: <code> $ psql -h localhost -p 5555 -U username -d dbname </code> \\ where ''username'' is (again
techref @courses:cs381-2020
24 Hits, Last modified:
er: <code> $ ssh -L 5555:postgres:5432 -p 443 username@mote.cs.vassar.edu </code> \\ where ''username'' is the name of your CS account. Then from a second local terminal window access our postgres server... d line: <code> $ psql -h localhost -p 5555 -U username -d dbname </code> \\ where ''username'' is (again
05 @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... 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
techref @courses:cs381-2019
15 Hits, Last modified:
ctive terminal): <code> $ psql -h postgres -U username -d dbname </code> \\ where ''username'' is name of your CS account and ''dbname'' is the name of your database. You will be prompted to ente
lab1 @courses:cs102-202051:labs
11 Hits, Last modified:
" as arguments and assigns the fields of the same name to them. We didn't cover the **this** keyword, bu... e same signature as Function's method of the same name but return the image of the argument x according... e same signature as Function's method of the same name but return the value of x at which the function i... e same signature as Function's method of the same name but return a String representation of the linear
02 @courses:cs101-2022b:assignments
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... t.org">Pyret</a>.</p></li> <li><p>Do not put your name in your assignment; we want to grade anonymously.... ode><span class="keyword">fun</span> <span class="name">within-5</span>(age :: Number) -&gt; Boolean:
lab_1 @courses:cs145-201951:labs
9 Hits, Last modified:
nu item to give your lab1-template.scm file a new name that includes your last name * Important note! do not keep 'template' as part of the file name. * {{ :courses:cs145-201951:asmt-helper.scm |as... [z (cons "Edgar" y)]) z) (tester '(let* ([name (list "Burroughs")] [name (cons "Rice" n
07 @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... 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
lab4 @courses:cs101-2021-02
8 Hits, Last modified:
-sheet.sheet-<span class="hljs-keyword">by</span>-name(<span class="hljs-string">"Form Responses 1"</spa... "></p> <p>Once you&#39;ve duplicated the sheet, rename it to &quot;Cleaned Data&quot;. </p> <!-- ![Rename Sheet](rename_sheet.png) --> <p><img src="rename_sheet.png" width="50%"></p> <p>Now when you load the s
02 @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... 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
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.
how_to_create_a_listing_for_your_course
8 Hits, Last modified:
spaces|namespace]](directory) and [[doku>wiki:pagename|pages]](files) in the [[courses:]] namespace. ==... and 03=fall.  Follow this by a colon and the page name for the first page of "top".  For example [[cours... ge in it, dokuwiki will always interpret the last name to be a page name not a namespace name during the creation process and a page and namespace can have th
03 @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... = <span class="keyword">load-table</span>: name, chocolate, fruity, caramel, nutty, nougat, crisp... lass="keyword">source</span>: data-sheet.sheet-by-name(<span class="string">&quot;candy-data&quot;</span
06 @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... ode><span class="keyword">fun</span> <span class="name">product</span>(lst :: List&lt;Number&gt;) -&gt; ... ode><span class="keyword">fun</span> <span class="name">sum-of-cubes</span>(lst :: List&lt;Number&gt;) -
03 @courses:cs101-2022b:assignments
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... ode><span class="keyword">fun</span> <span class="name">mins-since-midnight</span>(time :: String) -&gt;... 9"><code>string-to-number</code></a>. Despite its name, the output is <em>not</em> a number! It’s <code>
06 @courses:cs101-2022b:assignments
7 Hits, Last modified:
04 @courses:cs101-2022b:assignments
6 Hits, Last modified:
top @courses:cs241-2023-51
6 Hits, Last modified:
lab1 @courses:cs101-2021-5657:labs
6 Hits, Last modified:
05 @courses:cs101-2022b:labs
6 Hits, Last modified:
syllabus @courses:cmpu224-202001
6 Hits, Last modified:
lab_2 @courses:cs145-201951:labs
6 Hits, Last modified:
lab1 @courses:cs101-2021-02
5 Hits, Last modified:
top @courses:cs203-201602:lab1
5 Hits, Last modified:
lab3.html @courses:cs101-2021-02
5 Hits, Last modified:
01 @courses:cs101-2022b:labs
5 Hits, Last modified:
lab3 @courses:cs101-2021-0405
5 Hits, Last modified:
lab1 @courses:cs101-2021-0405
5 Hits, Last modified:
lab7 @courses:cs101-2021-0405
4 Hits, Last modified:
lab7 @courses:cs101-2021-02
4 Hits, Last modified:
01 @courses:cs101-2022b:assignments
4 Hits, Last modified:
week11 @courses:cs102-2021-01
4 Hits, Last modified:
assign1 @courses:cs101-2021-5657:assigns
4 Hits, Last modified:
lab_0 @courses:cs145-201951:labs
4 Hits, Last modified:
top @courses:cs203-201602:lab2
4 Hits, Last modified:
week3 @courses:cs311-2021
4 Hits, Last modified:
hw4 @courses:cs101-202203:week4
4 Hits, Last modified:
top @courses:cs203-201602:assignments
3 Hits, Last modified:
cs379-201403
3 Hits, Last modified:
asmt3 @courses:cs101-2021-0405
3 Hits, Last modified:
asmt3 @courses:cs101-2021-02
3 Hits, Last modified:
syllabus @courses:cmpu375-201901
3 Hits, Last modified:
top @courses:cs203-201602:lab7
2 Hits, Last modified:
asmt1 @courses:cs101-2021-0405
2 Hits, Last modified:
asmt2 @courses:cs101-2021-02
2 Hits, Last modified:
week2 @courses:cs101-202203
2 Hits, Last modified:
asmt1 @courses:cs101-2021-02
2 Hits, Last modified:
lab8 @courses:cs101-2021-5657:labs
2 Hits, Last modified:
lab7 @courses:cs101-2021-5657:labs
2 Hits, Last modified:
lab6 @courses:cs101-2021-5657:labs
2 Hits, Last modified:
lab5 @courses:cs101-2021-5657:labs
2 Hits, Last modified:
lab4 @courses:cs101-2021-5657:labs
2 Hits, Last modified:
lab3 @courses:cs101-2021-5657:labs
2 Hits, Last modified:
lab2 @courses:cs101-2021-5657:labs
2 Hits, Last modified:
syllabus @courses:cmpu102-201901
2 Hits, Last modified:
week8 @courses:cs145-201951
2 Hits, Last modified:
syllabus @courses:cmpu241-201801
2 Hits, Last modified:
syllabus @courses:cmpu102-201802
2 Hits, Last modified:
asmt2 @courses:cs101-2021-0405
2 Hits, Last modified:
assigns @courses:cs381-2020
2 Hits, Last modified:
top @courses:cs203-201602:finalproject
2 Hits, Last modified:
syllabus @courses:cmpu102-201952
2 Hits, Last modified:
top @courses:cs203-201602:github
1 Hits, Last modified:
top @courses:cs203-201602:lab4
1 Hits, Last modified:
lab4 @courses:cs102-202051:labs
1 Hits, Last modified:
top @courses:cs203-201602:lab5
1 Hits, Last modified:
top @courses:cs101-2021-02
1 Hits, Last modified:
week5 @courses:cs101-2021-02
1 Hits, Last modified:
top @courses:cs203-201602:lab6.5
1 Hits, Last modified:
top @courses:cs203-201602:lab3
1 Hits, Last modified:
top @courses:cs224-201001
1 Hits, Last modified:
top @courses:cs101-2021-0405
1 Hits, Last modified:
top @courses:cs145-201951
1 Hits, Last modified:
syllabus @courses:cs240
1 Hits, Last modified:
assigns @courses:cs311-2021
1 Hits, Last modified:
week2 @courses:cs145-201951
1 Hits, Last modified:
week1 @courses:cs145-201951
1 Hits, Last modified:
schedule @courses:cs334-202251
1 Hits, Last modified:
assigns @courses:cs381-2019
1 Hits, Last modified:
week7 @courses:cs102-202051
1 Hits, Last modified:
week5 @courses:cs101-2021-0405
1 Hits, Last modified:
week6 @courses:cs102-202051
1 Hits, Last modified:
week4 @courses:cs102-2021-01
1 Hits, Last modified:
week6 @courses:cs101-202203
1 Hits, Last modified:
week3 @courses:cs101-202203
1 Hits, Last modified:
top @courses:cs101-202203
1 Hits, Last modified:
top @courses:cs224-201101
1 Hits, Last modified:
week9 @courses:cs101-2021-0405
1 Hits, Last modified:
week6 @courses:cs101-2021-5657
1 Hits, Last modified: