mirror of
https://github.com/PKUFlyingPig/cs-self-learning.git
synced 2026-06-24 02:16:58 +08:00
add English template
This commit is contained in:
parent
648491f576
commit
95f0309272
2 changed files with 36 additions and 0 deletions
17
docs/编程入门/MIT-Missing-Semester.en.md
Normal file
17
docs/编程入门/MIT-Missing-Semester.en.md
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
# MIT: The Missing Semester of Your CS Education
|
||||||
|
|
||||||
|
## Descriptions
|
||||||
|
|
||||||
|
- Offered by: MIT
|
||||||
|
- Prerequisites: None
|
||||||
|
- Programming lanuages used: Shell
|
||||||
|
- Difficulty: 🌟🌟
|
||||||
|
- Credits: 10 hours
|
||||||
|
|
||||||
|
Just as the course name indicated, this course will teach the missing things in the university courses. It will cover shell programming, git, vim editor, tmux, ssh, sed, awk and even how to beatify your terminal. Trust me, this will be your first step to become a hacker !
|
||||||
|
|
||||||
|
## Resources
|
||||||
|
|
||||||
|
- Homepage: <https://missing.csail.mit.edu/>
|
||||||
|
- Records: <https://www.youtube.com/playlist?list=PLyzOVJj3bHQuloKGG59rS43e29ro7I57J>
|
||||||
|
- Assignments: Some exercises behind each lecture.
|
||||||
19
template.en.md
Normal file
19
template.en.md
Normal file
|
|
@ -0,0 +1,19 @@
|
||||||
|
# Course Code: Course Name
|
||||||
|
|
||||||
|
## Descriptions
|
||||||
|
|
||||||
|
- Offered by:
|
||||||
|
- Prerequisites:
|
||||||
|
- Programming lanuages used:
|
||||||
|
- Difficulty:
|
||||||
|
- Credits:
|
||||||
|
|
||||||
|
<!-- Course Information -->
|
||||||
|
|
||||||
|
## Resources
|
||||||
|
|
||||||
|
- Homepage:
|
||||||
|
- Records:
|
||||||
|
- Textbooks & Notes & Slides:
|
||||||
|
- Assignments:
|
||||||
|
- ...
|
||||||
Loading…
Reference in a new issue