You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-9Lines changed: 14 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,17 +2,22 @@
2
2
Hello, everyone! Welcome to the [Doocs](https://github.com/doocs) Open Source organization. The name is originated from ‘Docs’, which mainly shares various development-related knowledge in the form of documents.
3
3
4
4
## Projects
5
-
Doocs now has the following six projects excluding [intro](https://github.com/doocs/intro):
5
+
Doocs now has the following projects excluding [intro](https://github.com/doocs/intro):
6
+
7
+
| # | Project | Description |
8
+
|---|---|---|
9
+
| 1 |[advanced-java](https://github.com/doocs/advanced-java)| A learning roadmap of advanced knowledge for Java developers. |
| 3 |[jvm](https://github.com/doocs/jvm)| A summary of the underlying principles of Java Virtual Machine. |
12
+
| 4 |[leetcode](https://github.com/doocs/leetcode)| LeetCode solutions in any programming language. |
13
+
| 5 |[coding-interview](https://github.com/doocs/coding-interview)| A collection of interview questions for programmers. The main contents include ‘Coding Interviews: Questions, Analysis and Solutions’, ‘Beauty of Programming’, etc. |
14
+
| 6 |[spider](https://github.com/doocs/spider)| A record of crawler-related knowledge points. |
15
+
| 7 |[data-structure-and-algorithm](https://github.com/doocs/data-structure-and-algorithm)| Knowledge about data structures and algorithms. |
16
+
| 8 |[awesome-python](https://github.com/doocs/awesome-python)| A collection of (mostly) technical things every pythoner should know. |
6
17
7
-
-[advanced-java](https://github.com/doocs/advanced-java): A learning roadmap of advanced knowledge for Java developers.
-[leetcode](https://github.com/doocs/leetcode): LeetCode solutions in any programming language.
10
-
-[coding-interview](https://github.com/doocs/coding-interview): A collection of interview questions for programmers. The main contents include ‘Coding Interviews: Questions, Analysis and Solutions’, ‘Beauty of Programming’, etc.
11
-
-[jvm](https://github.com/doocs/jvm): A summary of the underlying principles of Java Virtual Machine.
12
-
-[spider](https://github.com/doocs/spider): A record of crawler-related knowledge points.
13
18
14
19
## How to join
15
-
“*If you want to go fast, go alone. If you want to go far, go together.* ”
20
+
>*If you want to go fast, go alone. If you want to go far, go together.*
16
21
17
22
I believe many of you have a deep understanding that participating in open source projects is very helpful for personal growth. If you love open source or you are curious about it, join Doocs, work with us, maintain our projects and grow together. You can join us in the following two ways:
18
23
@@ -35,4 +40,4 @@ This organization exists thanks to all the people who contribute.
0 commit comments