layout | title | group | order |
---|---|---|---|
page |
Schedule |
navigation |
1 |
{:.ui.dividing.header.no_toc}
Throughout your education as a Computer Scientist at Carnegie Mellon, you will take courses on programming, theoretical ideas, logic, systems, etc. As you progress, you will be expected to pick up the so-called "tools of the trade." This course is intended to help you learn what you need to know in a friendly, low-stress, high-support way. We will discuss UNIX, LaTeX, debugging and many other essential tools.
For more information, you should checkout the [syllabus].
NOTE: We are still tweaking the schedule, and it is subject to change.
Date | Reading | Lecture Topic |
---|---|---|
ASAP | [Initial setup] | - |
8/31 | [Week 1] | [Terminal usage][usage] |
9/7 | [Week 2] | [Vim][vim] |
9/14 | [Week 3] | [Vim][vim] |
9/21 | [Week 4] | [Bash][bash] |
9/28 | [Week 5] | [Bash][bash] |
10/5 | [Week 6] | [Bash][bash] |
10/12 | - | Midterm Exam |
10/19 | [Week 7] | [Bash][bash] |
10/26 | [Week 8] | [Git][git] |
11/2 | [Week 9] | [Git][git] |
11/9 | CMU Advice | (misc.) |
11/16 | [Week 10] | [Makefiles][makefiles] |
11/23 | - | Thanksgiving |
11/30 | [Week 11] | [Terminal Configuration][config] |
12/7 | - | Final Exam |
{:.ui.striped.table} |
Throughout the semester, we'll be holding extra workshops and talks outside of class, dubbed "extratations", to explore topics that we don't want to test you on but that you might find interesting.
Time and Location: 2:00 pm Saturday and Sunday in GHC 4102
We'll be posting the extratation schedule here.
Date | Extratation Topic |
---|---|
9/2 | Latex |
9/3 | Latex |
9/9 | [Git basics, shell tricks] |
9/10 | [Git basics, shell tricks] |
9/16 | [Emacs Basics] |
9/17 | [Emacs Basics] |
9/23 | [Advanced Emacs] |
9/24 | [Advanced Emacs] |
9/30 | [Package Managers] |
10/1 | [Package Managers] |
10/7 | [Pandoc & Midterm Review] |
10/8 | [Pandoc & Midterm Review] |
10/14 | [Technical Interviewing] |
10/15 | [Technical Interviewing] |
10/21 | Mid-semester Break |
10/28 | Vim Customization |
11/4 | WDW |
11/11 | [Digital Currencies] |
11/18 | React Native |
11/25 | Thanksgiving |
12/2 | Advanced Git |
{:.ui.striped.table} |
This site is broken up into a number of Topics which are further broken up into Lessons. One topic in particular relates directly to the assignments in this class: Readings. The "Readings" topic is where you can find links to the the lessons that will be useful for solving that week's lab.
In general, there are more lesson pages than there are labs. You will only be assessed on your knowledge of those that relate to solving the labs. The others are there as additional resources.
[syllabus]: {{ "/syllabus/" | prepend: site.baseurl }} [Initial setup]: {{ "/initial-setup/" | prepend: site.baseurl }}
[usage]: {{ "/topics/terminal-usage/" | prepend: site.baseurl }} [vim]: {{ "/topics/vim/" | prepend: site.baseurl }} [bash]: {{ "/topics/bash/" | prepend: site.baseurl }} [latex]: {{ "/topics/latex/" | prepend: site.baseurl }} [config]: {{ "/topics/terminal-configuration/" | prepend: site.baseurl }} [git]: {{ "/topics/git/" | prepend: site.baseurl }} [makefiles]: {{ "/topics/makefiles/" | prepend: site.baseurl }}
[Week 1]: {{ "/topics/readings/week-1/" | prepend: site.baseurl }} [Week 2]: {{ "/topics/readings/week-2/" | prepend: site.baseurl }} [Week 3]: {{ "/topics/readings/week-3/" | prepend: site.baseurl }} [Week 4]: {{ "/topics/readings/week-4/" | prepend: site.baseurl }} [Week 5]: {{ "/topics/readings/week-5/" | prepend: site.baseurl }} [Week 6]: {{ "/topics/readings/week-6/" | prepend: site.baseurl }} [Week 7]: {{ "/topics/readings/week-7/" | prepend: site.baseurl }} [Week 8]: {{ "/topics/readings/week-8/" | prepend: site.baseurl }} [Week 9]: {{ "/topics/readings/week-9/" | prepend: site.baseurl }} [Week 10]: {{ "/topics/readings/week-10/" | prepend: site.baseurl }} [Week 11]: {{ "/topics/readings/week-11/" | prepend: site.baseurl }}
[First Week Worktime]: {{ "/topics/extratations/first-week-worktime/" | prepend: site.baseurl }} [Shell Shortcuts]: {{ "/topics/extratations/shell-shortcuts/" | prepend: site.baseurl }} [Commands Booster Pack]: {{ "/topics/extratations/command-booster-pack/" | prepend: site.baseurl }} [Vim: Navigation Showcase]: {{ "/topics/extratations/vim-navigation-showcase/" | prepend: site.baseurl }} [Vim: Editing Showcase]: {{ "/topics/extratations/vim-editing-showcase/" | prepend: site.baseurl }} [Tmux, and Other Tools]: {{ "/topics/extratations/tmux-and-other-tools/" | prepend: site.baseurl }} [Technical Interview Practice]: {{ "/topics/extratations/interview-practice/" | prepend: site.baseurl }} [Vim as an IDE]: {{ "/topics/extratations/vim-as-an-ide/" | prepend: site.baseurl }} [Digital Currencies]: {{ "/topics/extratations/digital-currencies/" | prepend: site.baseurl }} [Writing at the Command Line]: {{ "/topics/extratations/writing-cli/" | prepend: site.baseurl }}
[Git basics, shell tricks]: {{ "/topics/extratations/git/" | prepend: site.baseurl }} [Emacs Basics]: {{ "/topics/extratations/emacs-basics/" | prepend: site.baseurl }} [Advanced Emacs]: {{ "/topics/extratations/advanced-emacs/" | prepend: site.baseurl }} [Package Managers]: {{ "/topics/extratations/package-managers/" | prepend: site.baseurl }} [Pandoc & Midterm Review]: {{ "/topics/extratations/markdown-and-pandoc/" | prepend: site.baseurl }} [Technical Interviewing]: {{ "/topics/extratations/technical-interviewing/" | prepend: site.baseurl }} [Digital Currencies]: {{ "/topics/extratations/digital-currencies/" | prepend: site.baseurl }}