-
Notifications
You must be signed in to change notification settings - Fork 6.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FEATURE] English version support using mkdocs-static-i18n (#224)
* feat: i18n support * add nav translation * add English template * fix translations * fix en site_name
- Loading branch information
1 parent
b878dac
commit 03284e0
Showing
5 changed files
with
87 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 ~ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Course Code: Course Name | ||
|
||
## Descriptions | ||
|
||
- Offered by: | ||
- Prerequisites: | ||
- Programming lanuages: | ||
- Difficulty: | ||
- Class Hour: | ||
|
||
<!-- Course Information --> | ||
|
||
## Resources | ||
|
||
- Homepage: | ||
- Records: | ||
- Textbooks & Notes & Slides: | ||
- Assignments: | ||
- ... |