mirror of
https://github.com/PKUFlyingPig/cs-self-learning.git
synced 2026-04-14 18:31:06 +08:00
[FEATURE] English version support using mkdocs-static-i18n (#224)
* feat: i18n support * add nav translation * add English template * fix translations * fix en site_name
This commit is contained in:
11
docs/index.en.md
Normal file
11
docs/index.en.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# Self Learning Computer Science Roadmap
|
||||
|
||||
I'm an undergraduate student majored in Computer Science in Peking University. Tired of the boring courses, I began self-learning totally after my fresh year. This repository contains all the resources I used to self-learning. The links below will take you either to another repository which contains my solution for homework and course projects or to the course website where you can get full guidance.
|
||||
|
||||
If you feel quite painful to take the courses at unversity. Trust me, there is high possibility that it's not your duty. Computer Science is so interesting and everyone should enjoy it if you have a good teacher to teach you a good course.
|
||||
|
||||
All the courses in this repository are developed in MIT, UC Berkeleys, Princeton, Harvard ...... , and I guarantee you will have a completely different experience to take these courses !
|
||||
|
||||
Let's self-learning together and get better together !
|
||||
|
||||
If you find this repo helpful for you, your star is the best gift for me ~
|
||||
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: Shell
|
||||
- Difficulty: 🌟🌟
|
||||
- Class Hour: 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 beautify 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.
|
||||
Reference in New Issue
Block a user