Skip to content

Commit 6303ed5

Browse files
committed
Week 5 to 8's slides and extratation slides
1 parent dbd15f2 commit 6303ed5

File tree

13 files changed

+104
-16
lines changed

13 files changed

+104
-16
lines changed

Diff for: index.md

+16-13
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ We are keeping a form open throughout the semester for you to submit
2424
feedback on all the lectures and anything non-lecture related / about the course in
2525
general as well. You are welcome to submit the form multiple times throughout
2626
the semester, but please don't spam us.
27-
[Form available here](tinyurl.com/f21-gpi-feedback)
27+
[Form available here](https://tinyurl.com/f21-gpi-feedback)
2828

2929

3030

@@ -37,10 +37,10 @@ the semester, but please don't spam us.
3737
| 9/2 | [slides][latex_S1] | [Week 1] | Intro + [Latex][latex] |
3838
| ASAP | - | [Initial setup] | - |
3939
| 9/9 | [slides][term_S1] | [Week 2] | [Terminal usage][usage] |
40-
| 9/16 | [slides][vim_s1] | [Week 3] | [Vim][vim] - Basics |
41-
| 9/23 | [slides][vim_s2] | [Week 4] | [Vim][vim] - Advanced |
42-
| 9/30 | | [Week 5] | [Git][git] - Basics |
43-
| 10/7 | | [Week 6] | Exam 1 |
40+
| 9/16 | [slides][vim_S1] | [Week 3] | [Vim][vim] - Basics |
41+
| 9/23 | [slides][vim_S2] | [Week 4] | [Vim][vim] - Advanced |
42+
| 9/30 | [slides][git_S1] | [Week 5] | [Git][git] - Basics |
43+
| 10/7 | - | [Week 6] | Exam 1 |
4444
| __10/14__| - | Week 7 | __Midsemester Break__ |
4545
| 10/21 | | [Week 8] | [Git][git] - github |
4646
| 10/28 | | [Week 9] | [Bash][bash] - Basics |
@@ -66,15 +66,15 @@ We'll be posting the extratation schedule here.
6666
|1 | 9/4 | No extratation, Extended OH instead |
6767
|2 | 9/11 | [Summer Opportunities][summer] |
6868
|3 | 9/18 | [VSCode][vscode] |
69-
|4 | 9/25 | Interview prep |
70-
|5 | 10/2 |?|
71-
|6 | 10/9 |?|
72-
|7 | 10/16 |?|
73-
|8 | 10/23 |?|
69+
|4 | 9/25 | [Interview prep][interview] |
70+
|5 | 10/2 | [Exam 1 review](https://create.kahoot.it/details/242bb421-a27a-4679-8078-31f0e423bc10) |
71+
|6 | 10/9 | [Makefile][makefiles] |
72+
|7 | 10/16 | [Intro to Product Management (PM)][pm]|
73+
|8 | 10/23 | Crash Course w/ ScottyLabs |
7474
|9 | 10/30 |?|
7575
|10 | 11/6 |?|
76-
|11 | 11/13 |?|
77-
|12 | 11/20 |?|
76+
|11 | 11/13 | WebDev Weekend w/ ScottyLabs|
77+
|12 | 11/20 | Exam 2 review |
7878
|13 | __11/27__ | __Thanksgiving__ |
7979
|14 | 12/4 | N/A |
8080
{:.ui.striped.table}
@@ -111,12 +111,14 @@ are there as additional resources.
111111
[config]: {{ "/topics/terminal-configuration/" | prepend: site.baseurl }}
112112
[git]: {{ "/topics/git/" | prepend: site.baseurl }}
113113
[makefiles]: {{ "/topics/makefiles/" | prepend: site.baseurl }}
114+
[pm]: {{ "/topics/intro-to-pm/" | prepend: site.baseurl }}
114115

115116
<!-- Slides -->
116117
[latex_S1]: {{ "/topics/readings/week-1/week-1-intro-latex.pdf" | prepend: site.baseurl }}
117118
[term_S1]: {{ "/topics/readings/week-2/week-2-terminal.pdf" | prepend: site.baseurl }}
118119
[vim_S1]: {{ "/topics/readings/week-3/week-3-vim.pdf" | prepend: site.baseurl }}
119120
[vim_S2]: {{ "/topics/readings/week-4/week-4-vim-2.pdf" | prepend: site.baseurl }}
121+
[git_S1]: {{ "/topics/readings/week-5/week-5-git-1.pdf" | prepend: site.baseurl }}
120122

121123
<!-- Weekly pages/readings -->
122124
[Week 1]: {{ "/topics/readings/week-1/" | prepend: site.baseurl }}
@@ -145,4 +147,5 @@ are there as additional resources.
145147
[pm]: {{ "/topics/extratations/pm/" | prepend: site.baseurl }}
146148
[cc]: {{ "/topics/extratations/crashcourse/" | prepend: site.baseurl }}
147149
[summer]: {{ "/topics/extratations/summer/" | prepend: site.baseurl }}
148-
[vscode]: {{ "/topics/extratations/vscode/" | prepend: site.baseurl }}
150+
[vscode]: {{ "/topics/extratations/vscode/" | prepend: site.baseurl }}
151+
[interview]: {{ "/topics/extratations/interview/" | prepend: site.baseurl }}

Diff for: topics/extratations/interview/index.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
layout: page
3+
title: "Interview Questions"
4+
# What topic does this page belong to?
5+
group: extratations
6+
# Relative ordering of lessons within a topic
7+
order: 12
8+
redirect_to: ./interview.pdf
9+
---

Diff for: topics/extratations/interview/interview.pdf

298 KB
Binary file not shown.

Diff for: topics/extratations/intro-to-pm/index.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
layout: page
3+
title: "Introduction to Product management(PM)"
4+
# What topic does this page belong to?
5+
group: extratations
6+
# Relative ordering of lessons within a topic
7+
order: 13
8+
redirect_to: ./pm.pdf
9+
---

Diff for: topics/extratations/intro-to-pm/pm.pdf

1.69 MB
Binary file not shown.

Diff for: topics/makefiles/index.md

+2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ far from the only use for Makefiles.
4040

4141
## Resources
4242

43+
- [F21 Extratation Slides][slides]
4344
- [GNU make Manual][makemanual]
4445
- A detailed manual on how to use `make` and write Makefiles
4546

4647
[makemanual]: https://www.gnu.org/software/make/manual/make.html
48+
[slides]: {{ "./makefiles.pdf" | prepend: site.baseurl }}

Diff for: topics/makefiles/makefiles.pdf

63.4 KB
Binary file not shown.

Diff for: topics/readings/week-4/week-4-vim-2.pdf

90.5 KB
Binary file not shown.

Diff for: topics/readings/week-5/index.md

+22-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,25 @@ order: 5
1111
# - /javascripts/two.js
1212
---
1313

14-
# Week 5 - UNDER CONSTRUCTION
14+
# Week 5
15+
16+
## Reading
17+
18+
- [Getting Started with Git][gs-git]
19+
- [Git Command Overview][git-commands]
20+
- Not required reading, but good for the lab
21+
22+
## Lab
23+
24+
The lab can be found on Autolab:
25+
26+
- [RomanceLab](https://autolab.andrew.cmu.edu/courses/07131-f21/assessments/romancelab)
27+
28+
## Slides
29+
30+
- [Git]
31+
32+
[Git]: {{ "/topics/readings/week-5/week-5-git-1.pdf" | prepend: site.baseurl }}
33+
34+
[gs-git]: {{ "/topics/git/getting-started/" | prepend: site.baseurl }}
35+
[git-commands]: {{ "/topics/git/git-commands/" | prepend: site.baseurl }}

Diff for: topics/readings/week-5/week-5-git-1.pdf

174 KB
Binary file not shown.

Diff for: topics/readings/week-6/index.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,14 @@ order: 6
1414

1515
{% include toc.md %}
1616

17-
# Week 6 - Exam 1
17+
# Week 6 - Exam 1
18+
19+
## Preparation
20+
21+
- [Exam logistics on piazza](https://piazza.com/class/ksxqlrx8a9k1x?cid=93)
22+
- [Exam review kahoot](https://create.kahoot.it/details/242bb421-a27a-4679-8078-31f0e423bc10)
23+
- Make sure to look through past weeks' slides and make your cheat sheet!
24+
25+
## Lab
26+
27+
- No labs for this week! However, note that all labs have a hard deadline of Oct. 14th (midsemester break) for course stuff to submit mid semester grades.

Diff for: topics/readings/week-7/week-7-bash-globs-ranges.pdf

-1.51 MB
Binary file not shown.

Diff for: topics/readings/week-8/index.md

+35-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,38 @@ order: 8
1111
# - /javascripts/two.js
1212
---
1313

14-
# Week 8 - UNDER CONSTRUCTION
14+
# Week 8
15+
16+
## Reading
17+
- [Git Command Overview][git-commands]
18+
- [Using Git on GitHub][using-github]
19+
20+
## Lab
21+
There are 2 parts to this lab! Make sure to do both and submit your andrewid-githubid information for grading! The lab can be found on Autolab:
22+
23+
- [ColLab](https://autolab.andrew.cmu.edu/courses/07131-f21/assessments/collab)
24+
<!-- - [ColLab pt.2 on Github](https://autolab.andrew.cmu.edu/courses/07131-f21/assessments/collabgithub) -->
25+
26+
The second part will use GitHub.
27+
For the second part of this assignment, you will get practice with forking a
28+
GitHub repo and making a pull request. The repo you will be working with is the
29+
[git-practice] repo. Do the following:
30+
- Submit your GitHub username to [this](https://forms.gle/k6zeBZ7ez55gR1r68) form
31+
- Sign in to your Github account and visit
32+
<https://github.com/cmugpi/git-practice>.
33+
- Fork the git-practice repo.
34+
- Clone your fork of the git-practice repo.
35+
- On a new branch (named what you want), edit the files of the repo so that you
36+
fill in an appetizer, main course, and dessert.
37+
- Commit your changes and push them to your fork.
38+
- Make a pull request to cmugpi's git-practice repo. For the title of your pull
39+
request, put your Andrew ID.
40+
41+
## Slides
42+
43+
<!-- - [Git Part 2] -->
44+
45+
[git-practice]: https://github.com/cmugpi/git-practice
46+
[using-github]: {{ "/topics/git/using-github/" | prepend: site.baseurl }}
47+
[git-commands]: {{ "/topics/git/git-commands/" | prepend: site.baseurl }}
48+
<!-- [Git Part 2]: {{ "/topics/readings/week-6/week-6-git-2.pdf" | prepend: site.baseurl }} -->

0 commit comments

Comments
 (0)