-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathmeetings.json
57 lines (56 loc) · 2.48 KB
/
meetings.json
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
[
{
"title": "Day 7 - Bit String Flicking and LISP intro",
"description": "Bit strings are fun! Parentheses are fun!",
"img": "info.PNG",
"link": "https://docs.google.com/presentation/d/121GpoD80342T3OJtwBMMGNARMNCZ2bJyKhvQLv3hQbc/edit?usp=sharing"
},
{
"title": "Day 6 - Infix, Postfix, Prefix",
"description": "The way computers evaluate expressions!",
"img": "info.PNG",
"link": "https://docs.google.com/presentation/d/1jDI9dnKeL9XL83UacQdTBgbiFdf9rOKhf2jXwVCY4Cc/edit?usp=drive_link"
},
{
"title": "Day 5 - ACSL Contest 1 Review and Infix/Postfix/Prefix",
"description": "Wrapping up contest 1 loose ends!",
"img": "info.PNG",
"link": "https://docs.google.com/presentation/d/1brttqi6Qsi67BbWuC-F9BuVDtGV0OO_qKoXyM_epu14/edit?usp=drive_link"
},
{
"title": "Day 4 - What does this program do?",
"description": "Final ACSL Contest 1 lecture + scavenger hunt",
"img": "info.PNG",
"link": "https://docs.google.com/presentation/d/1f4jLU7nY4pzamsQv5ZkhNt6SV_-cEXSD8bpvsuRggWA/edit?usp=sharing"
},
{
"title": "Day 3 - Computer Number Systems, Recursion",
"description": "First ACSL meeting!",
"img": "info.PNG",
"link": "https://docs.google.com/presentation/d/1U4o9qxCBn5GS1E-rpQwGQT8mrOU9dwv_SwNvPz4bftk/edit?usp=sharing"
},
{
"title": "Day 2 - Programming 101",
"description": "Basic programming skills!!!",
"img": "info.PNG",
"link": "https://docs.google.com/presentation/d/1GqGSfyKclopBwVIoihyrcEktb1NOivZWPD7i0FAo-R4/edit?usp=sharing"
},
{
"title": "Informational Meeting",
"description": "Some stuff we covered on the first day!!!",
"img": "info.PNG",
"link": "https://docs.google.com/presentation/d/1dHpE7u64duEI0cLv2oeF6HrQw074LA-zuUY3SXCmzjY/edit?usp=sharing"
},
{
"title": "Supplementary Meeting",
"description": "These slides are the details we shared with those visiting the Frosh Fest. Great for extra information!",
"img": "info.PNG",
"link": "https://docs.google.com/presentation/d/13ylJCBP6du8RP3nlfy3FagGYJITk_jA2-yhy0tCzkOg/edit?usp=sharing"
},
{
"title": "Team Google Folder",
"description": "Google Drive folder for all future agendas.",
"img": "drive.jpg",
"link": "https://drive.google.com/drive/folders/1JHPHj0diYNN9tKVoUHzogn6vcNPwIeUb?usp=sharing"
}
]