This repository was archived by the owner on Dec 27, 2024. It is now read-only.
forked from bjc-edc/bjc-r
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcs10_sp14.html
More file actions
executable file
·136 lines (108 loc) · 5.76 KB
/
cs10_sp14.html
File metadata and controls
executable file
·136 lines (108 loc) · 5.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
<!DOCTYPE html>
<html lang="en">
<head>
<title>CS10 Labs | BJC | Spring 2014</title>
<!-- keep these libraries for any bjc course you write, add others as necessary -->
<script src="/bjc-r/llab/loader.js"></script>
<link rel=stylesheet href="/bjc-r/llab/css/3.3.7/bootstrap-compiled.min.css">
<link rel=stylesheet href="/bjc-r/llab/css/default.css">
<link rel=stylesheet href="/bjc-r/css/bjc.css">
<link rel=stylesheet href="/bjc-r/css/edcdevtech-headerfooter.css">
<link rel=stylesheet href="/bjc-r/css/edcdevtech-headerfooter.css">
<link rel=stylesheet href="/bjc-r/css/tomorrow-night-blue.css">
<link rel=stylesheet href="/bjc-r/css/katex.min.css">
</head>
<body>
<nav class="llab-nav navbar navbar-default navbar-fixed-top nopadtb" role="navigation">
<div class="nav navbar-nav navbar-left">
<a class="site-title" rel="author" href="/bjc-r/course/bjc4nyc.html">
<img src="/bjc-r/img/header-footer/bjc-logo-sm2.png" alt="BJC logo" class="pull-left">
</a>
<div class="navbar-title"></div>
</div>
<div class="trapezoid"></div>
<div class="nav navbar-nav navbar-right">
<ul class="nav-btns btn-group"></ul>
</div>
</nav>
<div class="full">
<p>
This is the Beauty and Joy of Computing course at UC Berkeley during Spring 2014.
</p>
<!-- topic_link's in this div will get novideo=true appended to their hrefs, woot -->
<div class="topic_container" novideo noreading noassignment>
<div class="topic_link">
<a href="/bjc-r/topic/topic.html?topic=berkeley_bjc/intro_new/1-introduction.topic">Topic 1: Introduction to <span class="snap">Snap</span></a>
</div>
<div class="topic_link">
<a href="/bjc-r/topic/topic.html?topic=berkeley_bjc/intro_new/2-loops-variables.topic">Topic 2: Loops and Building your own Blocks</a>
</div>
<div class="topic_link">
<a href="/bjc-r/topic/topic.html?topic=berkeley_bjc/intro_new/3-conditionals.topic">Topic 3: Conditionals and Variables</a>
</div>
<div class="topic_link">
<a href="/bjc-r/topic/topic.html?topic=berkeley_bjc/intro_new/4-abstraction-testing.topic">Topic 4: Advanced Building: Abstraction and Testing</a>
</div>
<div class="topic_link">
<a href="/bjc-r/topic/topic.html?topic=berkeley_bjc/lists/lists-I.topic">Topic 5: Lists</a>
</div>
<div class="topic_link">
<a href="/bjc-r/topic/topic.html?topic=berkeley_bjc/areas/algorithms.topic">Topic 6: Algorithms</a>
</div>
<div class="topic_link">
<a href="/bjc-r/topic/topic.html?topic=berkeley_bjc/areas/algorithm-complexity.topic">Topic 7: Algorithm Complexity</a>
</div>
<div class="topic_link">
<a href="/bjc-r/topic/topic.html?topic=berkeley_bjc/robots/robots.topic">Topic 8: Finch Robots</a>
</div>
<div class="topic_link">
<a href="/bjc-r/topic/topic.html?topic=berkeley_bjc/recur/recursion-trees-fractals.topic">Topic 9: Trees and Fractals using Recursion</a>
</div>
<div class="topic_link">
<a href="/bjc-r/topic/topic.html?topic=berkeley_bjc/areas/concurrency.topic">Topic 10: Concurrency</a>
</div>
<div class="topic_link">
<a href="/bjc-r/topic/topic.html?topic=berkeley_bjc/recur/recursive-reporters.topic">Topic 11: Recursive Reporters </a>
</div>
<div class="topic_link">
<a href="/bjc-r/topic/topic.html?topic=berkeley_bjc/areas/internet.topic">Topic 12: The Internet</a>
</div>
<div class="topic_link">
<a href="/bjc-r/topic/topic.html?topic=berkeley_bjc/lists/tic-tac-toe.topic">Topic 13: Tic Tac Toe</a>
</div>
<div class="topic_link">
<a href="/bjc-r/topic/topic.html?topic=berkeley_bjc/areas/data.topic">Topic 14: Using Data</a>
</div>
<div class="topic_link">
<a href="/bjc-r/topic/topic.html?topic=berkeley_bjc/hofs/hofs-practice.topic">Topic 15: Practice with HOFs and Functions as Data</a>
</div>
<div class="topic_link">
<a href="/bjc-r/topic/topic.html?topic=berkeley_bjc/python/besides-blocks-intro.topic">Topic 15: Besides Blocks: Intro to Python</a>
</div>
</div>
<div style="width:50%;text-align:center;margin-left:auto;margin-right:auto;padding-top:20pt">
<hr />
<h2>Additional Topics</h2>
</div>
<div class="topic_container" novideo noreading noassignment>
<div class="topic_link">
<a href="/bjc-r/topic/topic.html?topic=berkeley_bjc/hofs/hofs-with-recursion.topic">HOFs with Recursion</a>
</div>
<div class="topic_link">
<a href="/bjc-r/topic/topic.html?topic=berkeley_bjc/apps/simulation-in-science.topic">Simulation in Science</a>
</div>
<div class="topic_link">
<a href="/bjc-r/topic/topic.html?topic=berkeley_bjc/apps/simulation-bioinformatics.topic">Simulation: BioInformatics</a>
</div>
<div class="topic_link">
<a href="/bjc-r/topic/topic.html?topic=berkeley_bjc/apps/applications-that-changed-the-world.topic">Applications that changed the world</a>
</div>
<div class="topic_link">
<a href="/bjc-r/topic/topic.html?topic=berkeley_bjc/areas/distributed-computing.topic">Distributed Computing</a>
</div>
<div class="topic_link">
<a href="/bjc-r/topic/topic.html?topic=berkeley_bjc/additional-videos-reading.topic">Additional Videos and Readings</a>
</div>
</div>
</body>
</html>