Search

You can find the results of your search below.

asmt2 @courses:cs101-2021-02
22 Hits, Last modified:
s-keyword">add</span><span class="bash">-one(n :: Number) -&gt; Number: </span> n + <span class="hljs-number">1</span> where: <span class="hljs-keyword">add</span><span clas... "hljs-attr">TARGET-AGE</span> = <span class="hljs-number">25</span> <span class="hljs-attr">TARGET-TOWN</s
asmt2 @courses:cs101-2021-0405
22 Hits, Last modified:
s-keyword">add</span><span class="bash">-one(n :: Number) -&gt; Number: </span> n + <span class="hljs-number">1</span> where: <span class="hljs-keyword">add</span><span clas... "hljs-attr">TARGET-AGE</span> = <span class="hljs-number">25</span> <span class="hljs-attr">TARGET-TOWN</s
03 @courses:cs101-2022b:assignments
14 Hits, Last modified:
>mins-since-midnight</span>(time :: String) -&gt; Number: ... <span class="keyword">end</span> </code></... those in the table), it should convert it to the number of minutes since midnight.</p> <p><strong>Hints</... cs/latest/strings.html#%28part._strings_string-to-number%29"><code>string-to-number</code></a>. Despite its name, the output is <em>not</em> a number! It’s <code>
vss @people:mlsmith
13 Hits, Last modified:
ograms in the Scheme programming language. A //**number**// is a simple Scheme expression that evaluates ... * (string? "Scheme") * (string? 42) * (number? "Scheme") * (number? 42) * (string<=? "apple" "banana") * (>= 50 42) Many functions are pro... n circle function: <code scheme> ;; green-circle: number -> image ;; draws a solid green circle with given
06 @courses:cs101-2022b:labs
12 Hits, Last modified:
<span class="name">product</span>(lst :: List&lt;Number&gt;) -&gt; Number: <span class="keyword">doc</span>: <span class="string">&quot;Return the product of t... n class="name">sum-of-cubes</span>(lst :: List&lt;Number&gt;) -&gt; Number: <span class="keyword">doc</span>: <span class="string">&quot;Return the sum of the c
linux_tutorial_five @tutorial
12 Hits, Last modified:
ine. For example, the command sleep waits a given number of seconds before continuing. Type <code>compsci... ped in by the user; the next line, indicating job number and PID, is returned by the machine. The user is be notified of a job number (numbered from 1) enclosed in square brackets, to... , it will be entered onto a list along with a job number. To examine this list, type <code>compsci-user@t
02 @courses:cs101-2022b:labs
11 Hits, Last modified:
/span> <span class="name">grade</span>(percent :: Number) -&gt; String: <span class="keyword">doc</span>... class="name">saffir-simpson</span>(wind-speed :: Number) -&gt; String: ... <span class="keyword">end</s... > <span class="name">at-vassar</span>(latitude :: Number, longitude :: Number) -&gt; Boolean: ... <span class="keyword">end</span> </code></pre> <p>It should r
asmt3 @courses:cs101-2021-0405
11 Hits, Last modified:
(like those in the table) and converts it to the number of minutes since midnight.</p> <p><strong>Note</s... cs/latest/strings.html#%28part._strings_string-to-number%29"><code>string-to-number</code></a>. Despite its name, the output is <em>not</em> a number! It&#39;s <code>some</code> number if the string
lab8 @courses:cs101-2021-5657:labs
11 Hits, Last modified:
level)) ; A toast is a ; (make-toast string number[0 to 10]) ; where a toast’s kind can be any str... consumes a **''list-of-toast''** and produces the number of **''toast''**s in the list with the **''kind''... ignature/purpose/header: <code>; list-of-toast -> number ; counts the number of toasts in the list with the kind "white" (define (count-white lot) ...) </code> Be
asmt3 @courses:cs101-2021-02
11 Hits, Last modified:
(like those in the table) and converts it to the number of minutes since midnight.</p> <p><strong>Note</s... cs/latest/strings.html#%28part._strings_string-to-number%29"><code>string-to-number</code></a>. Despite its name, the output is <em>not</em> a number! It&#39;s <code>some</code> number if the string
lab6 @courses:cs101-2021-02
10 Hits, Last modified:
, ''my-sum''). <code> fun my-product(lst :: List<Number>) -> Number: doc: ```returns the product of the numbers in list lst``` cases (List) lst: | empty ... the numbers: <code> fun sum-of-cubes(lst :: List<Number>) -> Number: cases (List) lst: | empty => ... | link(f, r) => ... end where: sum-of-cu
lab6 @courses:cs101-2021-0405
10 Hits, Last modified:
, ''my-sum''). <code> fun my-product(lst :: List<Number>) -> Number: doc: ```returns the product of the numbers in list lst``` cases (List) lst: | empty ... the numbers: <code> fun sum-of-cubes(lst :: List<Number>) -> Number: doc: "computes the sum of the cubes of the numbers in lst" cases (List) lst: | empty
lab2 @courses:cs101-2021-0405
10 Hits, Last modified:
ur_clock|military time]], e.g., 9:00 a.m. is the number ''0900'' and 6:00 p.m. is ''1800''. If the time ... called. For example, this is valid code: <code> number = 111 if number == 111: "Yay" else: "Nay" end </code> ==== Part 2 ==== Your friend came up with a... ite a function <code>saffir-simpson(wind-speed :: Number) -> String</code> that takes in the average recor
lab2 @courses:cs101-2021-02
10 Hits, Last modified:
ur_clock|military time]], e.g., 9:00 a.m. is the number ''0900'' and 6:00 p.m. is ''1800''. If the time ... called. For example, this is valid code: <code> number = 111 if number == 111: "Yay" else: "Nay" end </code> ==== Part 2 ==== Your friend came up with a... Write a function ''saffir-simpson(wind-speed :: Number) -> String'', that takes in the average recorded
lab7 @courses:cs101-2021-02
6 Hits, Last modified:
="hljs-comment">#|</span> CMPU<span class="hljs-number">-101</span> Fall <span class="hljs-number">2021</span> Lab <span class="hljs-number">7</span> Name: your <span class="hljs-built_in">name</span... cise.</p> <pre><code># Exercise <span class="hljs-number">1</span> <span class="hljs-function"><span clas
lab7 @courses:cs101-2021-0405
6 Hits, Last modified:
lab3 @courses:cs101-2021-0405
5 Hits, Last modified:
lab3.html @courses:cs101-2021-02
5 Hits, Last modified:
bibtex @people:priestdo:tips
5 Hits, Last modified:
style @courses:cs101-2021-5657
5 Hits, Last modified:
02 @courses:cs101-2022b:assignments
5 Hits, Last modified:
05 @courses:cs101-2022b:assignments
4 Hits, Last modified:
linux_tutorial_seven @tutorial
4 Hits, Last modified:
06 @courses:cs101-2022b:assignments
4 Hits, Last modified:
week11 @courses:cs102-2021-01
4 Hits, Last modified:
priority @help:general_linux
4 Hits, Last modified:
infinite-trees @people:mlsmith
4 Hits, Last modified:
erdos @people:mlsmith
4 Hits, Last modified:
ewc @help:sysnews
3 Hits, Last modified:
linux_tutorial_two @tutorial
3 Hits, Last modified:
using_the_pickup_script @help:sysnews:inhouse
3 Hits, Last modified:
assign4 @courses:cs101-2021-5657:assigns
3 Hits, Last modified:
vnc_inetd_gdm @people:priestdo:tips
3 Hits, Last modified:
04 @courses:cs101-2022b:labs
2 Hits, Last modified:
03 @courses:cs101-2022b:labs
2 Hits, Last modified:
how_to_create_a_listing_for_your_course @courses
2 Hits, Last modified:
01 @courses:cs101-2022b:labs
2 Hits, Last modified:
syllabus @courses:cs240
2 Hits, Last modified:
top @hatsoff
2 Hits, Last modified:
assign2 @courses:cs101-2021-5657:assigns
2 Hits, Last modified:
week3 @courses:cs377-202651
2 Hits, Last modified:
07 @courses:cs101-2022b:labs
2 Hits, Last modified:
top @courses:cs203-201602:lab6
2 Hits, Last modified:
isohome @help:sysnews
2 Hits, Last modified:
lab1 @courses:cs101-2021-0405
2 Hits, Last modified:
aiptasia_wiki @research:ursi_2008:aiptasiabase
2 Hits, Last modified:
hall_of_shame @help
2 Hits, Last modified:
herbeee @people:priestdo:wearables
2 Hits, Last modified:
top @people
2 Hits, Last modified:
lab3 @courses:cs102-202051:labs
2 Hits, Last modified:
lab1 @courses:cs101-2021-02
2 Hits, Last modified:
linux_tutorial_six @tutorial
2 Hits, Last modified:
calendar @courses:cs101-201804
2 Hits, Last modified:
server_list @help:sysnews:inhouse
1 Hits, Last modified:
top @people:priestdo:wearables
1 Hits, Last modified:
lab_1 @courses:cs145-201951:labs
1 Hits, Last modified:
linux @old_pages:vnc
1 Hits, Last modified:
resolution @old_pages:vnc
1 Hits, Last modified:
speed_tips @old_pages:vnc
1 Hits, Last modified:
top @courses:cs203-201602:github
1 Hits, Last modified:
top @people:jones
1 Hits, Last modified:
software @people:priestdo:wearables
1 Hits, Last modified:
apple @help:general_linux:x2go
1 Hits, Last modified:
sidebar @people:mlsmith
1 Hits, Last modified:
top @courses:cs203-201602:lab4
1 Hits, Last modified:
hacks @people:priestdo:wearables
1 Hits, Last modified:
top @courses:cs203-201602:lab6.5
1 Hits, Last modified:
2012-11-12_mote_migration @old_pages:status
1 Hits, Last modified:
using_htaccess @help:sysnews:inhouse
1 Hits, Last modified:
lab1 @courses:cs102-202051:labs
1 Hits, Last modified:
schedule @courses:cs334-202251
1 Hits, Last modified:
in_the_department @old_pages:ssh
1 Hits, Last modified:
week5 @courses:cs101-2021-02
1 Hits, Last modified:
top @courses:cs101-202203
1 Hits, Last modified:
schedule @courses:cs101-202203
1 Hits, Last modified:
top @courses:cs101-201804
1 Hits, Last modified:
labs @courses:cs101-201804
1 Hits, Last modified:
schedule @courses:cs101-2023-54
1 Hits, Last modified:
week5 @courses:cs101-2021-5657
1 Hits, Last modified:
week5 @courses:cs101-2021-0405
1 Hits, Last modified:
week3 @courses:cs101-2021-02
1 Hits, Last modified:
week8 @courses:cs101-202203
1 Hits, Last modified:
lab4 @courses:cs101-2021-02
1 Hits, Last modified:
linux_tutorial_four @tutorial
1 Hits, Last modified:
linux_tutorial_eight @tutorial
1 Hits, Last modified:
tips_for_instructors @old_pages
1 Hits, Last modified:
site_search_options @old_pages
1 Hits, Last modified:
printing_tips @old_pages
1 Hits, Last modified:
possible_issues_with_remote_webui @help
1 Hits, Last modified:
access @help
1 Hits, Last modified:
week3 @courses:cs101-202203
1 Hits, Last modified:
week13 @courses:cs102-2021-01
1 Hits, Last modified:
windows @help:general_linux
1 Hits, Last modified:
week5 @courses:cs311-2021
1 Hits, Last modified:
vnc @help:general_linux
1 Hits, Last modified:
sshkeys @help:general_linux
1 Hits, Last modified:
printing @help:general_linux
1 Hits, Last modified:
week10 @courses:cs377-202651
1 Hits, Last modified:
week9 @courses:cs377-202651
1 Hits, Last modified:
week4 @courses:cs377-202651
1 Hits, Last modified:
top @courses:cs377-202651
1 Hits, Last modified:
week3 @courses:cs311-2021
1 Hits, Last modified:
assignments @courses:cs102-201752
1 Hits, Last modified:
top @courses:cs224-201101
1 Hits, Last modified:
top @courses:cs224-201001
1 Hits, Last modified:
week13 @courses:cs145-201951
1 Hits, Last modified:
week11 @courses:cs145-201951
1 Hits, Last modified:
week9 @courses:cs145-201951
1 Hits, Last modified:
week2 @courses:cs102-202051
1 Hits, Last modified:
top @courses:cs102-201752
1 Hits, Last modified:
labs @courses:cs102-201752
1 Hits, Last modified:
database @research:ursi_2008:aiptasiabase
1 Hits, Last modified: