Skip to content

Commit e6bd5da

Browse files
committed
Starting point from Sara
1 parent 20eebbf commit e6bd5da

212 files changed

Lines changed: 901 additions & 821 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.DS_Store

2 KB
Binary file not shown.

.ruby-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.2.9

404.html

Lines changed: 4 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,6 @@
1-
---
2-
permalink: /404.html
3-
layout: default
4-
---
1+
Sorry, this page does not exist.
52

6-
<style type="text/css" media="screen">
7-
.container {
8-
margin: 10px auto;
9-
max-width: 600px;
10-
text-align: center;
11-
}
12-
h1 {
13-
margin: 30px 0;
14-
font-size: 4em;
15-
line-height: 1;
16-
letter-spacing: -1px;
17-
}
18-
</style>
3+
<br>
4+
<br>
195

20-
<div class="container">
21-
<h1>404</h1>
22-
23-
<p><strong>Page not found :(</strong></p>
24-
<p>The requested page could not be found.</p>
25-
</div>
6+
<a href="http://www.eecs189.org/">Back to http://www.eecs189.org/</a>.

Gemfile

Lines changed: 4 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,5 @@
1-
source "https://rubygems.org"
2-
# Hello! This is where you manage which Jekyll version is used to run.
3-
# When you want to use a different version, change it below, save the
4-
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
5-
#
6-
# bundle exec jekyll serve
7-
#
8-
# This will help ensure the proper Jekyll version is running.
9-
# Happy Jekylling!
10-
# gem "jekyll", "~> 4.3.2"
1+
source 'https://rubygems.org'
2+
gem 'github-pages', group: :jekyll_plugins
113

12-
# This is the default theme for new Jekyll sites. You may change this to anything you like.
13-
# gem "minima", "~> 2.5"
14-
gem "just-the-docs"
15-
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
16-
# uncomment the line below. To upgrade, run `bundle update github-pages`.
17-
gem "github-pages", group: :jekyll_plugins
18-
# If you have any plugins, put them here!
19-
group :jekyll_plugins do
20-
gem "jekyll-feed", "~> 0.12"
21-
end
22-
23-
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
24-
# and associated library.
25-
platforms :mingw, :x64_mingw, :mswin, :jruby do
26-
gem "tzinfo", ">= 1", "< 3"
27-
gem "tzinfo-data"
28-
end
29-
30-
# Performance-booster for watching directories on Windows
31-
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
32-
33-
# Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem
34-
# do not have a Java counterpart.
35-
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]
4+
gem "webrick", "~> 1.8"
5+
gem "just-the-docs"

Gemfile.lock

Lines changed: 120 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,71 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (7.0.7.2)
5-
concurrent-ruby (~> 1.0, >= 1.0.2)
4+
activesupport (8.0.2)
5+
base64
6+
benchmark (>= 0.3)
7+
bigdecimal
8+
concurrent-ruby (~> 1.0, >= 1.3.1)
9+
connection_pool (>= 2.2.5)
10+
drb
611
i18n (>= 1.6, < 2)
12+
logger (>= 1.4.2)
713
minitest (>= 5.1)
8-
tzinfo (~> 2.0)
9-
addressable (2.8.5)
10-
public_suffix (>= 2.0.2, < 6.0)
14+
securerandom (>= 0.3)
15+
tzinfo (~> 2.0, >= 2.0.5)
16+
uri (>= 0.13.1)
17+
addressable (2.8.7)
18+
public_suffix (>= 2.0.2, < 7.0)
19+
base64 (0.2.0)
20+
benchmark (0.4.1)
21+
bigdecimal (3.2.2)
1122
coffee-script (2.4.1)
1223
coffee-script-source
1324
execjs
14-
coffee-script-source (1.11.1)
25+
coffee-script-source (1.12.2)
1526
colorator (1.1.0)
16-
commonmarker (0.23.10)
17-
concurrent-ruby (1.2.2)
18-
dnsruby (1.70.0)
27+
commonmarker (0.23.11)
28+
concurrent-ruby (1.3.5)
29+
connection_pool (2.5.3)
30+
csv (3.3.5)
31+
dnsruby (1.72.4)
32+
base64 (~> 0.2.0)
33+
logger (~> 1.6.5)
1934
simpleidn (~> 0.2.1)
35+
drb (2.2.3)
2036
em-websocket (0.5.3)
2137
eventmachine (>= 0.12.9)
2238
http_parser.rb (~> 0)
2339
ethon (0.16.0)
2440
ffi (>= 1.15.0)
2541
eventmachine (1.2.7)
26-
execjs (2.8.1)
27-
faraday (2.7.10)
28-
faraday-net_http (>= 2.0, < 3.1)
29-
ruby2_keywords (>= 0.0.4)
30-
faraday-net_http (3.0.2)
31-
ffi (1.15.5)
42+
execjs (2.10.0)
43+
faraday (2.13.4)
44+
faraday-net_http (>= 2.0, < 3.5)
45+
json
46+
logger
47+
faraday-net_http (3.4.1)
48+
net-http (>= 0.5.0)
49+
ffi (1.17.2-aarch64-linux-gnu)
50+
ffi (1.17.2-aarch64-linux-musl)
51+
ffi (1.17.2-arm-linux-gnu)
52+
ffi (1.17.2-arm-linux-musl)
53+
ffi (1.17.2-arm64-darwin)
54+
ffi (1.17.2-x86_64-darwin)
55+
ffi (1.17.2-x86_64-linux-gnu)
56+
ffi (1.17.2-x86_64-linux-musl)
3257
forwardable-extended (2.6.0)
33-
gemoji (3.0.1)
34-
github-pages (228)
35-
github-pages-health-check (= 1.17.9)
36-
jekyll (= 3.9.3)
37-
jekyll-avatar (= 0.7.0)
38-
jekyll-coffeescript (= 1.1.1)
39-
jekyll-commonmark-ghpages (= 0.4.0)
40-
jekyll-default-layout (= 0.1.4)
41-
jekyll-feed (= 0.15.1)
58+
gemoji (4.1.0)
59+
github-pages (232)
60+
github-pages-health-check (= 1.18.2)
61+
jekyll (= 3.10.0)
62+
jekyll-avatar (= 0.8.0)
63+
jekyll-coffeescript (= 1.2.2)
64+
jekyll-commonmark-ghpages (= 0.5.1)
65+
jekyll-default-layout (= 0.1.5)
66+
jekyll-feed (= 0.17.0)
4267
jekyll-gist (= 1.5.0)
43-
jekyll-github-metadata (= 2.13.0)
68+
jekyll-github-metadata (= 2.16.1)
4469
jekyll-include-cache (= 0.2.1)
4570
jekyll-mentions (= 1.6.0)
4671
jekyll-optional-front-matter (= 0.3.2)
@@ -67,30 +92,32 @@ GEM
6792
jekyll-theme-tactile (= 0.2.0)
6893
jekyll-theme-time-machine (= 0.2.0)
6994
jekyll-titles-from-headings (= 0.5.3)
70-
jemoji (= 0.12.0)
71-
kramdown (= 2.3.2)
95+
jemoji (= 0.13.0)
96+
kramdown (= 2.4.0)
7297
kramdown-parser-gfm (= 1.1.0)
7398
liquid (= 4.0.4)
7499
mercenary (~> 0.3)
75100
minima (= 2.5.1)
76-
nokogiri (>= 1.13.6, < 2.0)
77-
rouge (= 3.26.0)
101+
nokogiri (>= 1.16.2, < 2.0)
102+
rouge (= 3.30.0)
78103
terminal-table (~> 1.4)
79-
github-pages-health-check (1.17.9)
104+
webrick (~> 1.8)
105+
github-pages-health-check (1.18.2)
80106
addressable (~> 2.3)
81107
dnsruby (~> 1.60)
82-
octokit (~> 4.0)
83-
public_suffix (>= 3.0, < 5.0)
108+
octokit (>= 4, < 8)
109+
public_suffix (>= 3.0, < 6.0)
84110
typhoeus (~> 1.3)
85111
html-pipeline (2.14.3)
86112
activesupport (>= 2)
87113
nokogiri (>= 1.4)
88114
http_parser.rb (0.8.0)
89-
i18n (1.14.1)
115+
i18n (1.14.7)
90116
concurrent-ruby (~> 1.0)
91-
jekyll (3.9.3)
117+
jekyll (3.10.0)
92118
addressable (~> 2.4)
93119
colorator (~> 1.0)
120+
csv (~> 3.0)
94121
em-websocket (~> 0.5)
95122
i18n (>= 0.7, < 2)
96123
jekyll-sass-converter (~> 1.0)
@@ -101,27 +128,28 @@ GEM
101128
pathutil (~> 0.9)
102129
rouge (>= 1.7, < 4)
103130
safe_yaml (~> 1.0)
104-
jekyll-avatar (0.7.0)
131+
webrick (>= 1.0)
132+
jekyll-avatar (0.8.0)
105133
jekyll (>= 3.0, < 5.0)
106-
jekyll-coffeescript (1.1.1)
134+
jekyll-coffeescript (1.2.2)
107135
coffee-script (~> 2.2)
108-
coffee-script-source (~> 1.11.1)
136+
coffee-script-source (~> 1.12)
109137
jekyll-commonmark (1.4.0)
110138
commonmarker (~> 0.22)
111-
jekyll-commonmark-ghpages (0.4.0)
112-
commonmarker (~> 0.23.7)
113-
jekyll (~> 3.9.0)
139+
jekyll-commonmark-ghpages (0.5.1)
140+
commonmarker (>= 0.23.7, < 1.1.0)
141+
jekyll (>= 3.9, < 4.0)
114142
jekyll-commonmark (~> 1.4.0)
115143
rouge (>= 2.0, < 5.0)
116-
jekyll-default-layout (0.1.4)
117-
jekyll (~> 3.0)
118-
jekyll-feed (0.15.1)
144+
jekyll-default-layout (0.1.5)
145+
jekyll (>= 3.0, < 5.0)
146+
jekyll-feed (0.17.0)
119147
jekyll (>= 3.7, < 5.0)
120148
jekyll-gist (1.5.0)
121149
octokit (~> 4.2)
122-
jekyll-github-metadata (2.13.0)
150+
jekyll-github-metadata (2.16.1)
123151
jekyll (>= 3.4, < 5.0)
124-
octokit (~> 4.0, != 4.4.0)
152+
octokit (>= 4, < 7, != 4.4.0)
125153
jekyll-include-cache (0.2.1)
126154
jekyll (>= 3.7, < 5.0)
127155
jekyll-mentions (1.6.0)
@@ -192,46 +220,63 @@ GEM
192220
jekyll (>= 3.3, < 5.0)
193221
jekyll-watch (2.2.1)
194222
listen (~> 3.0)
195-
jemoji (0.12.0)
196-
gemoji (~> 3.0)
223+
jemoji (0.13.0)
224+
gemoji (>= 3, < 5)
197225
html-pipeline (~> 2.2)
198226
jekyll (>= 3.0, < 5.0)
199-
just-the-docs (0.6.1)
227+
json (2.13.2)
228+
just-the-docs (0.10.1)
200229
jekyll (>= 3.8.5)
201230
jekyll-include-cache
202231
jekyll-seo-tag (>= 2.0)
203232
rake (>= 12.3.1)
204-
kramdown (2.3.2)
233+
kramdown (2.4.0)
205234
rexml
206235
kramdown-parser-gfm (1.1.0)
207236
kramdown (~> 2.0)
208237
liquid (4.0.4)
209-
listen (3.8.0)
238+
listen (3.9.0)
210239
rb-fsevent (~> 0.10, >= 0.10.3)
211240
rb-inotify (~> 0.9, >= 0.9.10)
241+
logger (1.6.6)
212242
mercenary (0.3.6)
213243
minima (2.5.1)
214244
jekyll (>= 3.5, < 5.0)
215245
jekyll-feed (~> 0.9)
216246
jekyll-seo-tag (~> 2.1)
217-
minitest (5.19.0)
218-
nokogiri (1.15.4-arm64-darwin)
247+
minitest (5.25.5)
248+
net-http (0.6.0)
249+
uri
250+
nokogiri (1.18.9-aarch64-linux-gnu)
251+
racc (~> 1.4)
252+
nokogiri (1.18.9-aarch64-linux-musl)
253+
racc (~> 1.4)
254+
nokogiri (1.18.9-arm-linux-gnu)
255+
racc (~> 1.4)
256+
nokogiri (1.18.9-arm-linux-musl)
257+
racc (~> 1.4)
258+
nokogiri (1.18.9-arm64-darwin)
259+
racc (~> 1.4)
260+
nokogiri (1.18.9-x86_64-darwin)
261+
racc (~> 1.4)
262+
nokogiri (1.18.9-x86_64-linux-gnu)
263+
racc (~> 1.4)
264+
nokogiri (1.18.9-x86_64-linux-musl)
219265
racc (~> 1.4)
220266
octokit (4.25.1)
221267
faraday (>= 1, < 3)
222268
sawyer (~> 0.9)
223269
pathutil (0.16.2)
224270
forwardable-extended (~> 2.6)
225-
public_suffix (4.0.7)
226-
racc (1.7.1)
227-
rake (13.0.6)
271+
public_suffix (5.1.1)
272+
racc (1.8.1)
273+
rake (13.3.0)
228274
rb-fsevent (0.11.2)
229-
rb-inotify (0.10.1)
275+
rb-inotify (0.11.1)
230276
ffi (~> 1.0)
231-
rexml (3.2.6)
232-
rouge (3.26.0)
233-
ruby2_keywords (0.0.5)
234-
rubyzip (2.3.2)
277+
rexml (3.4.1)
278+
rouge (3.30.0)
279+
rubyzip (2.4.1)
235280
safe_yaml (1.0.5)
236281
sass (3.7.4)
237282
sass-listen (~> 4.0.0)
@@ -241,30 +286,32 @@ GEM
241286
sawyer (0.9.2)
242287
addressable (>= 2.3.5)
243288
faraday (>= 0.17.3, < 3)
244-
simpleidn (0.2.1)
245-
unf (~> 0.1.4)
289+
securerandom (0.4.1)
290+
simpleidn (0.2.3)
246291
terminal-table (1.8.0)
247292
unicode-display_width (~> 1.1, >= 1.1.1)
248-
typhoeus (1.4.0)
293+
typhoeus (1.4.1)
249294
ethon (>= 0.9.0)
250295
tzinfo (2.0.6)
251296
concurrent-ruby (~> 1.0)
252-
unf (0.1.4)
253-
unf_ext
254-
unf_ext (0.0.8.2)
255297
unicode-display_width (1.8.0)
298+
uri (1.0.3)
299+
webrick (1.9.1)
256300

257301
PLATFORMS
258-
arm64-darwin-22
302+
aarch64-linux-gnu
303+
aarch64-linux-musl
304+
arm-linux-gnu
305+
arm-linux-musl
306+
arm64-darwin
307+
x86_64-darwin
308+
x86_64-linux-gnu
309+
x86_64-linux-musl
259310

260311
DEPENDENCIES
261312
github-pages
262-
http_parser.rb (~> 0.6.0)
263-
jekyll-feed (~> 0.12)
264313
just-the-docs
265-
tzinfo (>= 1, < 3)
266-
tzinfo-data
267-
wdm (~> 0.1.1)
314+
webrick (~> 1.8)
268315

269316
BUNDLED WITH
270-
2.4.19
317+
2.6.3

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2019 Kevin Lin
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

0 commit comments

Comments
 (0)