Search

You can find the results of your search below.

top @courses:cs101-201804
14 Hits, Last modified:
sions. The course includes weekly lab sessions in which students get regular hands-on experience with the topics being addressed in the lectures, and which also serve as a kind of warm-up for the weekly pr... ay prevent you from fully understanding the next, which may prevent you from completing a lab or assignme... mour (for when the program doesn't work properly, which happens to //all// of us). ===== Coursework & Gra
linux_tutorial_seven @tutorial
12 Hits, Last modified:
rcial software packages installed on our systems, which are available to all users. However, students are... ftware. * Locate and download the source code (which is usually compressed) * Unpack the source code... previous stage is then converted into object code which are fragments of code which the computer understands directly. The final stage in compiling a program in
infinite-trees @people:mlsmith
11 Hits, Last modified:
w position after each move, and a way to estimate which moves now could yield the best payoff a few moves... For example, consider a grid-based simple game in which a player can only move between adjacent squares (... m, we will work simply with binary trees, each of which has an integer for its datum. The left child of e... do a computation that has some other argument on which we can terminate; if you expand a tree out by a f
asmt2 @courses:cs101-2021-0405
10 Hits, Last modified:
a person’s age and return a <code>Boolean</code> which is <code>true</code> if target <code>TARGET-AGE</... ite a function called <code>hobby-relates</code>, which takes in a <code>String</code> representing a person’s hobby and returns a <code>Boolean</code> which is <code>true</code> when the definition <code>TA... rong> Write in the function <code>in-area</code>, which takes in a <code>String</code> representing a tow
asmt2 @courses:cs101-2021-02
10 Hits, Last modified:
a person’s age and return a <code>Boolean</code> which is <code>true</code> if target <code>TARGET-AGE</... ite a function called <code>hobby-relates</code>, which takes in a <code>String</code> representing a person’s hobby and returns a <code>Boolean</code> which is <code>true</code> when the definition <code>TA... rong> Write in the function <code>in-area</code>, which takes in a <code>String</code> representing a tow
03 @courses:cs101-2022b:labs
10 Hits, Last modified:
to work in a pair, you’ll make a single code file which you’ll upload to Gradescope with both your names.... yEight">FiveThirtyEight</a> conducted a survey in which tens of thousands of people were asked to choose ... “The Ultimate Halloween Candy Power Ranking”</a>, which is worth a read after the lab.</p> <p>In this lab... >Exercise 1.1: Sugar rush</h3> <p>We want to know which candies have the most sugar!</p> <p><strong>Task<
tikkun_passover_2009_supplement_in_plain_text @people:priestdo:tips
9 Hits, Last modified:
Tikkun Magazine and Rabbi, Beyt Tikkun Synagogue (which meets in both S.F. and Berkeley. More info: www.b... narrow path of self interest. Similarly, Israel, which describes itself as “the State of the Jewish peop... . This revolutionary message must be given teeth, which is why we at Tikkun Magazine and Beyt Tikkun Syna... onnection. Liberation requires us to embrace that which we have been taught to scorn within ourselves and
lab3 @courses:cs101-2021-0405
8 Hits, Last modified:
yEight">FiveThirtyEight</a> conducted a survey in which tens of thousands of people were asked to choose ... “The Ultimate Halloween Candy Power Ranking,”</a> which is definitely worth a read after the lab.</p> <p>... gar-rush">1.1: Sugar Rush</h3> <p>We want to know which candies have the most sugar. Write an expression ... second input is the name of the filter function, which is the function you just wrote above. That&#39;s
07 @courses:cs101-2022b:labs
8 Hits, Last modified:
to work in a pair, you’ll make a single code file which you’ll upload to Gradescope with both your names.... </a>!</p> <p>A pipeline has</p> <ul> <li>faucets, which can be opened or closed,</li> </ul> <table> <thea... </tr> </tbody> </table> <ul> <li>straight pipes, which can be copper or lead,</li> </ul> <table> <thead>... ement the function <code>is-water-running</code>, which takes a <code>Pipeline</code> and determines whet
lab3.html @courses:cs101-2021-02
8 Hits, Last modified:
yEight">FiveThirtyEight</a> conducted a survey in which tens of thousands of people were asked to choose ... “The Ultimate Halloween Candy Power Ranking,”</a> which is definitely worth a read after the lab.</p> <p>... gar-rush">1.1: Sugar Rush</h3> <p>We want to know which candies have the most sugar. Write an expression ... second input is the name of the filter function, which is the function you just wrote above. That&#39;s
linux_tutorial_one @tutorial
7 Hits, Last modified:
ay be no files visible in your home directory, in which case, the UNIX prompt will be returned. Alternati... rmally hidden. **ls** is an example of a command which can take options: **-a** is an example of an opti... mand. There are online manual pages that tell you which options a particular command can take, and how ea... testdir</code> Type **ls** to see the contents (which should be empty) __**Exercise**__ Make another
lab4 @courses:cs101-2021-02
7 Hits, Last modified:
values that Pyret will not allow you to read in, which you will have to correct by hand directly in the ... r-hours&quot; column. If it doesn&#39;t, look at which sanitizer you are using with the column. Since w... f errors? Take a look at &quot;Data&quot; sheet, which contains our edits to the table. Do you agree wi... house&quot; column, students were asked to select which one of the nine houses they live in. For student
04 @courses:cs101-2022b:labs
6 Hits, Last modified:
values that Pyret will not allow you to read in, which you will have to correct by hand directly in the ... table called <code>student-data-sanitized</code>, which is the same as <code>student-data</code> but usin... it?usp=sharing">this copy of the spreadsheet</a>, which contains our edits to the table. Do you agree wit... use"</code> column, students were asked to select which one of the nine houses they live in. For students
05 @courses:cs101-2022b:labs
6 Hits, Last modified:
o give you practice working to analyze real data, which will require working with both tables and lists. ... ll practice breaking problems into smaller tasks, which you can complete by writing functions and express... to work in a pair, you’ll make a single code file which you’ll upload to Gradescope with both your names.... : Table) -&gt; Image</code>,</p> </blockquote> <p>which takes in a table and, for each row, plots a dot o
06 @courses:cs101-2022b:assignments
6 Hits, Last modified:
h2> <p>This week we learned about <em>trees</em>, which can be used to represent data such as ancestry (a... ction/itn.html">insecticide-treated bed nets</a>, which help prevent the spread of the disease. Since the... divided into two sheets: <code>train-data</code>, which we’ll use in order to learn who to give bed nets to, and <code>test-data</code>, which we’ll use to evaluate how well the resulting syst
assign4 @courses:cs101-2021-5657:assigns
5 Hits, Last modified:
top @courses:cs101-2021-5657
5 Hits, Last modified:
site_search_options @old_pages
5 Hits, Last modified:
lab7 @courses:cs101-2021-02
5 Hits, Last modified:
05 @courses:cs101-2022b:assignments
5 Hits, Last modified:
02 @courses:cs101-2022b:assignments
5 Hits, Last modified:
lab7 @courses:cs101-2021-0405
5 Hits, Last modified:
lab8 @courses:cs101-2021-5657:labs
5 Hits, Last modified:
backups @help:general_linux
4 Hits, Last modified:
top @courses:cs101-2021-02
4 Hits, Last modified:
lab1 @courses:cs102-202051:labs
4 Hits, Last modified:
2012_workstations @old_pages:status
4 Hits, Last modified:
top @courses:cs101-2021-0405
4 Hits, Last modified:
03 @courses:cs101-2022b:assignments
4 Hits, Last modified:
top @jobs
4 Hits, Last modified:
use_and_abuse @help
4 Hits, Last modified:
top @hatsoff
3 Hits, Last modified:
linux_tutorial_five @tutorial
3 Hits, Last modified:
top @courses:cs145-201951
3 Hits, Last modified:
priority @help:general_linux
3 Hits, Last modified:
printing_tips @old_pages
3 Hits, Last modified:
lab6 @courses:cs101-2021-5657:labs
3 Hits, Last modified:
top @people:priestdo:wearables
3 Hits, Last modified:
cmu-cam @research:bot-alternative
3 Hits, Last modified:
04 @courses:cs101-2022b:assignments
2 Hits, Last modified:
sshkeys @help:general_linux
2 Hits, Last modified:
top @courses:cs102-201651
2 Hits, Last modified:
week11 @courses:cs102-202051
2 Hits, Last modified:
sshkeysmswindows @help:general_linux
2 Hits, Last modified:
resolution @old_pages:vnc
2 Hits, Last modified:
top @courses:cs311-2021
2 Hits, Last modified:
linux @old_pages:vnc
2 Hits, Last modified:
top @courses:cs334-202251
2 Hits, Last modified:
syllabus @courses:cs366
2 Hits, Last modified:
top @courses:cs381-2019
2 Hits, Last modified:
top @courses:cs381-2020
2 Hits, Last modified:
top @courses:operating_systems
2 Hits, Last modified:
isohome.script @help:sysnews
2 Hits, Last modified:
windows @old_pages:vnc
2 Hits, Last modified:
wiki1.7notes @research:ursi_2008:aiptasiabase
2 Hits, Last modified:
calendar @courses:cs101-201804
2 Hits, Last modified:
syllabus @courses:cmpu224-202001
2 Hits, Last modified:
operating_systems @courses
2 Hits, Last modified:
thesis @courses
2 Hits, Last modified:
browser_wont_start @help
2 Hits, Last modified:
hacks @people:priestdo:wearables
2 Hits, Last modified:
top @people
2 Hits, Last modified:
linux_tutorial_four @tutorial
2 Hits, Last modified:
linux_tutorial_two @tutorial
2 Hits, Last modified:
linux_tutorial_eight @tutorial
2 Hits, Last modified:
hw4 @courses:cs101-202203:week4
2 Hits, Last modified:
filecopy @help:general_linux
2 Hits, Last modified:
top @courses:cs203-201602:lab3
2 Hits, Last modified:
vnc @help:general_linux
1 Hits, Last modified:
isohome @help:sysnews
1 Hits, Last modified:
ewc @help:sysnews
1 Hits, Last modified:
acm_jar_applets @help:sysnews
1 Hits, Last modified:
top @courses:cs203-201602:assignments
1 Hits, Last modified:
windows @help:general_linux
1 Hits, Last modified:
top @courses:cs203-201602:lab6.5
1 Hits, Last modified:
usb760 @people:priestdo:wearables
1 Hits, Last modified:
bibtex @people:priestdo:tips
1 Hits, Last modified:
aiptasia_wiki @research:ursi_2008:aiptasiabase
1 Hits, Last modified:
ssh @help:general_linux
1 Hits, Last modified:
06 @courses:cs101-2022b:labs
1 Hits, Last modified:
jump @help:general_linux
1 Hits, Last modified:
qemu_ubuntu_7.10 @people:priestdo:tips
1 Hits, Last modified:
java_system_tips @help:sysnews
1 Hits, Last modified:
using_htaccess @help:sysnews:inhouse
1 Hits, Last modified:
krock @help:sysnews:inhouse
1 Hits, Last modified:
teaching @people:mlsmith
1 Hits, Last modified:
bio @people:mlsmith
1 Hits, Last modified:
top @courses:cs203-201602:lab8
1 Hits, Last modified:
assign2 @courses:cs101-2021-5657:assigns
1 Hits, Last modified:
osx @old_pages:vnc
1 Hits, Last modified:
apple @help:general_linux:x2go
1 Hits, Last modified:
2013_winter_updates @old_pages:status
1 Hits, Last modified:
top @courses:cs203-201602:lab6
1 Hits, Last modified:
top @courses:cs203-201602:lab2
1 Hits, Last modified:
02 @courses:cs101-2022b:labs
1 Hits, Last modified:
todo @help:sysnews:inhouse
1 Hits, Last modified:
in_the_department @old_pages:ssh
1 Hits, Last modified:
kill_a_process @help:sysnews
1 Hits, Last modified:
top @courses:cs203-201602:lab1
1 Hits, Last modified:
forwarding_x11 @help:general_linux
1 Hits, Last modified:
adding
1 Hits, Last modified:
emacs_tips @help:general_linux
1 Hits, Last modified:
asmt1 @courses:cs101-2021-02
1 Hits, Last modified:
assignments @courses:cs101-201804
1 Hits, Last modified:
texts @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:
lab2 @courses:cs101-2021-0405
1 Hits, Last modified:
asmt3 @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:
week9 @courses:cs101-2021-02
1 Hits, Last modified:
week5 @courses:cs101-2021-02
1 Hits, Last modified:
lab2 @courses:cs101-2021-02
1 Hits, Last modified:
asmt3 @courses:cs101-2021-02
1 Hits, Last modified:
syllabus @courses:cmpu383-202051
1 Hits, Last modified:
top @courses:cs101-202203
1 Hits, Last modified:
syllabus @courses:cmpu241-201801
1 Hits, Last modified:
top @courses:3662020b
1 Hits, Last modified:
linux_tutorial_three @tutorial
1 Hits, Last modified:
linux_tutorial_six @tutorial
1 Hits, Last modified:
cs_overview @sysinfo
1 Hits, Last modified:
xournal_tips @old_pages
1 Hits, Last modified:
screen_saver @old_pages
1 Hits, Last modified:
logs @old_pages
1 Hits, Last modified:
top @history
1 Hits, Last modified:
hopper @history
1 Hits, Last modified:
password @help
1 Hits, Last modified:
logging_out_of_a_desktop_or_remote_desktop @help
1 Hits, Last modified:
top @faqs
1 Hits, Last modified:
labs @courses:cs101-201804
1 Hits, Last modified:
week3 @courses:cs101-202203
1 Hits, Last modified:
svn_use @help:apps
1 Hits, Last modified:
top @courses:cs366
1 Hits, Last modified:
mono @help:apps
1 Hits, Last modified:
jedit @help:apps
1 Hits, Last modified:
2013-09-25_ursi_symposium @events:individual_past_events
1 Hits, Last modified:
2009-03-02_kyle_burke @events:individual_past_events
1 Hits, Last modified:
2008-11-13_asprey_lecture @events:individual_past_events
1 Hits, Last modified:
resources @courses:cs381-2020
1 Hits, Last modified:
cs379-201403 @courses
1 Hits, Last modified:
schedule @courses:cs366
1 Hits, Last modified:
week6 @courses:cs101-202203
1 Hits, Last modified:
top @courses:cs325
1 Hits, Last modified:
top @courses:cs325-201001
1 Hits, Last modified:
resources @courses:cs311-2021
1 Hits, Last modified:
top @courses:cs241-2023-51
1 Hits, Last modified:
schedule @courses:cs240
1 Hits, Last modified:
top @courses:cs224-201101
1 Hits, Last modified:
top @courses:cs224-201001
1 Hits, Last modified:
top @courses:cs203-201602
1 Hits, Last modified:
schedule @courses:cs145-201951
1 Hits, Last modified:
week9 @courses:cs102-202051
1 Hits, Last modified:
top @courses:cs102-202051
1 Hits, Last modified:
top @courses:cs102-201752
1 Hits, Last modified:
top @courses:cs102-2021-01
1 Hits, Last modified:
resources @courses:cs381-2019
1 Hits, Last modified: