-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathannouncements.yaml
More file actions
71 lines (55 loc) · 2.18 KB
/
announcements.yaml
File metadata and controls
71 lines (55 loc) · 2.18 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
- text: "The website is updated with the readings + schedule for the rest of the semester"
date: 2023-04-28 00:00:00 +00
- text: |
> After the semester ends, I will be cleaning up accounts. You will need to get files off of lily/iris by __5/18__.
> You should read the resources page on [ssh](resources/ssh/) if you have not yet done so.
> You can use `scp` to retrieve your files (including GUI `scp` clients).
date: 2023-05-18 00:00:00 +00
- text: "Have a great summer!"
date: 2023-06-01 00:00:00 +00
- text: |
> __IMPORTANT__ GitHub changed one of its SSH keys. If you try to push to GitHub, you'll get an error.
>
> You can follow the instructions on [their website](https://github.blog/2023-03-23-we-updated-our-rsa-ssh-host-key/)
> or just run the following two commands.
> ```
> ssh-keygen -R github.com
> curl -L https://api.github.com/meta | jq -r '.ssh_keys | .[]' | sed -e 's/^/github.com /' >> ~/.ssh/known_hosts
> ```
date: 2023-04-03 00:00:00 +00
- text: "Enjoy your spring break!"
date: 2023-03-19 00:00:00 +00
- text: "Lab 3 is out; please read through the handout before returning from break."
date: 2023-03-19 00:00:00 +00
- text: "Per announcement in class; lab 1 will be due Friday 1/24"
date: 2023-02-24 00:00:00 +00
- text: "Per announcement in class; lab 1 will be due Wednesday 1/22"
date: 2023-02-17 00:00:00 +00
- text: "Grades on assigments will now appear in your home directory in the file `251-grades.txt`"
date: 2023-02-15 00:00:00 +00
- text: |
> Upcoming due dates:
> * HW2: 1/27
> * Lab0: 1/30
date: 2023-01-30 00:00:00 +00
- text: "Note that the door code for the hardware/systems lab changed to __0337#__"
date: 2023-01-30 00:00:00 +00
- text: "[Tutoring](resources/getting_help) starts 1/22!"
date: 2023-01-26 00:00:00 +00
- text: Please fill out the [course survey](homework/welcome)!
date: 2023-01-17 00:00:00 +00
- text: Welcome to COMP251!
date: 2023-01-14 00:00:00 +00
- text: |
> This is
> a multi-line
>
> announcement
>
> * with
> * a
> * list
> * Neat!
date: 2022-12-15 00:00:00 +00
- text: "I'm an old announcement"
date: 2022-12-12 00:00:00 +00