Search

You can find the results of your search below.

vss @people:mlsmith
24 Hits, Last modified:
ant difference: variables can represent more than numbers. For example, Scheme variables can represent tex... ce these additional types of data, in addition to numbers. We will write programs that permit us to play with numbers, text, images, and even produce some animations-... ===== Today's Lecture and Lab ===== ==== Numbers and Functions ==== We will be writing programs
asmt2 @courses:cs101-2021-0405
23 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-02
23 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
assign4 @courses:cs101-2021-5657:assigns
19 Hits, Last modified:
s that computes all the permutations of a list of numbers * Be sure to write tests for each function as ... == Background ==== The permutations of a list of numbers is the list of all possible sequences of those numbers. We will represent the permutations of a list of numbers as a list of lists of numbers. When your program
06 @courses:cs101-2022b:labs
18 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 the numbers in list lst&quot;</span> <span class="keyword"... n class="name">sum-of-cubes</span>(lst :: List&lt;Number&gt;) -&gt; Number: <span class="keyword">doc</s
lab6 @courses:cs101-2021-0405
18 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 => 1 | l... parts to write a function that takes in a list of Numbers and returns the sum of the cubes of the numbers:
lab6 @courses:cs101-2021-02
17 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 => 1 | l... parts to write a function that takes in a list of Numbers and returns the sum of the cubes of the numbers:
03 @courses:cs101-2022b:assignments
17 Hits, Last modified:
Copy the unique ID – the long string of letters, numbers, and underscores – in the spreadsheet URL and us... >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 it
asmt3 @courses:cs101-2021-02
13 Hits, Last modified:
Copy the unique ID -- the long string of letters, numbers, and hyphens -- in the spreadsheet URL and use i... (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 <c
asmt3 @courses:cs101-2021-0405
13 Hits, Last modified:
Copy the unique ID -- the long string of letters, numbers, and hyphens -- in the spreadsheet URL and use i... (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 <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, together with a PID and is notified when a background proc
02 @courses:cs101-2022b:labs
12 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
lab2 @courses:cs101-2021-0405
11 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
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
lab2 @courses:cs101-2021-02
11 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
05 @courses:cs101-2022b:assignments
7 Hits, Last modified:
02 @courses:cs101-2022b:assignments
6 Hits, Last modified:
lab7 @courses:cs101-2021-0405
6 Hits, Last modified:
lab7 @courses:cs101-2021-02
6 Hits, Last modified:
priority @help:general_linux
6 Hits, Last modified:
bibtex @people:priestdo:tips
6 Hits, Last modified:
lab1 @courses:cs101-2021-0405
5 Hits, Last modified:
lab1 @courses:cs101-2021-02
5 Hits, Last modified:
lab3.html @courses:cs101-2021-02
5 Hits, Last modified:
style @courses:cs101-2021-5657
5 Hits, Last modified:
linux_tutorial_seven @tutorial
5 Hits, Last modified:
01 @courses:cs101-2022b:labs
5 Hits, Last modified:
06 @courses:cs101-2022b:assignments
5 Hits, Last modified:
lab3 @courses:cs101-2021-0405
5 Hits, Last modified:
lab5 @courses:cs101-2021-5657:labs
4 Hits, Last modified:
week11 @courses:cs102-2021-01
4 Hits, Last modified:
erdos @people:mlsmith
4 Hits, Last modified:
infinite-trees @people:mlsmith
4 Hits, Last modified:
week10 @courses:cs102-202051
3 Hits, Last modified:
ewc @help:sysnews
3 Hits, Last modified:
assign2 @courses:cs101-2021-5657:assigns
3 Hits, Last modified:
linux_tutorial_two @tutorial
3 Hits, Last modified:
vnc_inetd_gdm @people:priestdo:tips
3 Hits, Last modified:
using_the_pickup_script @help:sysnews:inhouse
3 Hits, Last modified:
04 @courses:cs101-2022b:labs
3 Hits, Last modified:
week3 @courses:cs377-202651
2 Hits, Last modified:
in_the_department @old_pages:ssh
2 Hits, Last modified:
04 @courses:cs101-2022b:assignments
2 Hits, Last modified:
isohome @help:sysnews
2 Hits, Last modified:
top @courses:cs101-201804
2 Hits, Last modified:
how_to_create_a_listing_for_your_course @courses
2 Hits, Last modified:
calendar @courses:cs101-201804
2 Hits, Last modified:
week9 @courses:cs145-201951
2 Hits, Last modified:
03 @courses:cs101-2022b:labs
2 Hits, Last modified:
syllabus @courses:cs240
2 Hits, Last modified:
week11 @courses:cs145-201951
2 Hits, Last modified:
07 @courses:cs101-2022b:labs
2 Hits, Last modified:
top @courses:cs203-201602:lab6
2 Hits, Last modified:
linux_tutorial_four @tutorial
2 Hits, Last modified:
linux_tutorial_six @tutorial
2 Hits, Last modified:
hw4 @courses:cs101-202203:week4
2 Hits, Last modified:
herbeee @people:priestdo:wearables
2 Hits, Last modified:
hall_of_shame @help
2 Hits, Last modified:
lab_6 @courses:cs145-201951:labs
2 Hits, Last modified:
top @hatsoff
2 Hits, Last modified:
lab3 @courses:cs102-202051:labs
2 Hits, Last modified:
schedule @courses:cs101-2021-5657
2 Hits, Last modified:
aiptasia_wiki @research:ursi_2008:aiptasiabase
2 Hits, Last modified:
top @people
2 Hits, Last modified:
2012-11-12_mote_migration @old_pages:status
1 Hits, Last modified:
linux @old_pages:vnc
1 Hits, Last modified:
hacks @people:priestdo:wearables
1 Hits, Last modified:
resolution @old_pages:vnc
1 Hits, Last modified:
speed_tips @old_pages:vnc
1 Hits, Last modified:
top @people:priestdo:wearables
1 Hits, Last modified:
top @people:jones
1 Hits, Last modified:
software @people:priestdo:wearables
1 Hits, Last modified:
top @people:walter
1 Hits, Last modified:
sidebar @people:mlsmith
1 Hits, Last modified:
using_htaccess @help:sysnews:inhouse
1 Hits, Last modified:
server_list @help:sysnews:inhouse
1 Hits, Last modified:
apple @help:general_linux:x2go
1 Hits, Last modified:
top @courses:cs203-201602:lab6.5
1 Hits, Last modified:
01 @courses:cs101-2022b:assignments
1 Hits, Last modified:
top @courses:cs203-201602:lab4
1 Hits, Last modified:
top @courses:cs203-201602:github
1 Hits, Last modified:
top @courses:cs145-201951:labs
1 Hits, Last modified:
lab_5 @courses:cs145-201951:labs
1 Hits, Last modified:
windows @help:general_linux
1 Hits, Last modified:
lab1 @courses:cs102-202051:labs
1 Hits, Last modified:
lab_1 @courses:cs145-201951:labs
1 Hits, Last modified:
cs379-201403 @courses
1 Hits, Last modified:
vnc @help:general_linux
1 Hits, Last modified:
top @courses:cs101-2021-02
1 Hits, Last modified:
week8 @courses:cs101-2021-5657
1 Hits, Last modified:
week5 @courses:cs101-2021-5657
1 Hits, Last modified:
week2 @courses:cs101-2021-5657
1 Hits, Last modified:
week11 @courses:cs101-2021-0405
1 Hits, Last modified:
week5 @courses:cs101-2021-0405
1 Hits, Last modified:
top @courses:cs101-2021-0405
1 Hits, Last modified:
schedule @courses:cs101-2021-0405
1 Hits, Last modified:
asmt1 @courses:cs101-2021-0405
1 Hits, Last modified:
week11 @courses:cs101-2021-02
1 Hits, Last modified:
week5 @courses:cs101-2021-02
1 Hits, Last modified:
week3 @courses:cs101-2021-02
1 Hits, Last modified:
schedule @courses:cs101-2021-02
1 Hits, Last modified:
schedule @courses:cs101-2022-02
1 Hits, Last modified:
lab4 @courses:cs101-2021-02
1 Hits, Last modified:
asmt1 @courses:cs101-2021-02
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:
use_and_abuse @help
1 Hits, Last modified:
possible_issues_with_remote_webui @help
1 Hits, Last modified:
password @help
1 Hits, Last modified:
access @help
1 Hits, Last modified:
top @faqs
1 Hits, Last modified:
week9 @courses:cs101-2021-5657
1 Hits, Last modified:
schedule @courses:cs101-2023-52
1 Hits, Last modified:
sshkeys @help:general_linux
1 Hits, Last modified:
week13 @courses:cs145-201951
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:
schedule @courses:cs334-202251
1 Hits, Last modified:
week5 @courses:cs311-2021
1 Hits, Last modified:
week3 @courses:cs311-2021
1 Hits, Last modified:
top @courses:cs224-201101
1 Hits, Last modified:
top @courses:cs224-201001
1 Hits, Last modified:
schedule @courses:cs145-201951
1 Hits, Last modified:
schedule @courses:cs101-2023-54
1 Hits, Last modified:
week2 @courses:cs102-202051
1 Hits, Last modified:
top @courses:cs102-201752
1 Hits, Last modified:
schedule @courses:cs102-201752
1 Hits, Last modified:
labs @courses:cs102-201752
1 Hits, Last modified:
assignments @courses:cs102-201752
1 Hits, Last modified:
week13 @courses:cs102-2021-01
1 Hits, Last modified:
week8 @courses:cs101-202203
1 Hits, Last modified:
week3 @courses:cs101-202203
1 Hits, Last modified:
top @courses:cs101-202203
1 Hits, Last modified:
schedule @courses:cs101-202203
1 Hits, Last modified:
labs @courses:cs101-201804
1 Hits, Last modified:
database @research:ursi_2008:aiptasiabase
1 Hits, Last modified: