From 95f030927279f29555d46d988f0c89399a72bc5c Mon Sep 17 00:00:00 2001 From: BarbarossaWang Date: Wed, 14 Sep 2022 22:40:46 +0800 Subject: [PATCH] add English template --- docs/编程入门/MIT-Missing-Semester.en.md | 17 +++++++++++++++++ template.en.md | 19 +++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 docs/编程入门/MIT-Missing-Semester.en.md create mode 100644 template.en.md diff --git a/docs/编程入门/MIT-Missing-Semester.en.md b/docs/编程入门/MIT-Missing-Semester.en.md new file mode 100644 index 00000000..826f483c --- /dev/null +++ b/docs/编程入门/MIT-Missing-Semester.en.md @@ -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: +- Records: +- Assignments: Some exercises behind each lecture. \ No newline at end of file diff --git a/template.en.md b/template.en.md new file mode 100644 index 00000000..246ddffc --- /dev/null +++ b/template.en.md @@ -0,0 +1,19 @@ +# Course Code: Course Name + +## Descriptions + +- Offered by: +- Prerequisites: +- Programming lanuages used: +- Difficulty: +- Credits: + + + +## Resources + +- Homepage: +- Records: +- Textbooks & Notes & Slides: +- Assignments: +- ... \ No newline at end of file