@wcj/github-rank 21.12.29 → 22.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/repos.json +34737 -34744
- package/dist/sifou-daily.json +17 -98
- package/dist/sifou-monthly.json +100 -100
- package/dist/sifou-weekly.json +174 -174
- package/dist/toutiao-30.json +102 -102
- package/dist/toutiao-7.json +116 -116
- package/dist/toutiao-90.json +25 -25
- package/dist/trending-daily.json +164 -175
- package/dist/trending-monthly.json +168 -168
- package/dist/trending-weekly.json +169 -169
- package/dist/users.china.json +2993 -2993
- package/dist/users.json +3650 -3651
- package/package.json +1 -1
- package/web/36kr.html +2 -2
- package/web/data/repos.json +34737 -34744
- package/web/data/sifou-daily.json +17 -98
- package/web/data/sifou-monthly.json +100 -100
- package/web/data/sifou-weekly.json +174 -174
- package/web/data/toutiao-30.json +102 -102
- package/web/data/toutiao-7.json +116 -116
- package/web/data/toutiao-90.json +25 -25
- package/web/data/trending-daily.json +164 -175
- package/web/data/trending-monthly.json +168 -168
- package/web/data/trending-weekly.json +169 -169
- package/web/data/users.china.json +2993 -2993
- package/web/data/users.json +3650 -3651
- package/web/index.html +1864 -1864
- package/web/repos.html +4216 -4216
- package/web/sifou-daily.html +15 -267
- package/web/sifou-monthly.html +103 -103
- package/web/sifou-weekly.html +149 -149
- package/web/toutiao-30.html +106 -106
- package/web/toutiao-7.html +88 -88
- package/web/toutiao-90.html +31 -31
- package/web/trending-monthly.html +149 -145
- package/web/trending-weekly.html +141 -153
- package/web/trending.html +142 -176
- package/web/users.china.html +1545 -1545
package/dist/toutiao-90.json
CHANGED
|
@@ -29,6 +29,16 @@
|
|
|
29
29
|
"subjectName": "乱点技能树",
|
|
30
30
|
"homeUrl": "/subjects/194141"
|
|
31
31
|
},
|
|
32
|
+
{
|
|
33
|
+
"title": "我做系统架构的一些原则",
|
|
34
|
+
"description": "工作 20 多年了,这 20 来年看到了很多公司系统架构,也看到了很多问题,在跟这些公司进行交流和讨论的时候,包括进行实施和方案比较的时候,都有很多各种方案的比较和妥协,因为相关的...",
|
|
35
|
+
"votes": "195",
|
|
36
|
+
"url": "/k/vlt0zc9",
|
|
37
|
+
"avatar": "https://img.toutiao.io/subject/388a8f21de6247edb0dced13b1701e0c/thumb",
|
|
38
|
+
"avatarAlt": "趣编程的独家号 - 独家号",
|
|
39
|
+
"subjectName": "趣编程的独家号",
|
|
40
|
+
"homeUrl": "/subjects/465623"
|
|
41
|
+
},
|
|
32
42
|
{
|
|
33
43
|
"title": "团队管理那点破事!OKR 绩效、核心人才、面试、技术分享、研发流程",
|
|
34
44
|
"description": "大家好,我是Tom哥~今天来聊聊团队管理,可能你现在还是一线开发,没有带团队,感觉这个话题与你无关,其实不然。程序员的职业生涯曲折,技术更新迭代快,走技术深度,走架构师路线,势必要...",
|
|
@@ -39,16 +49,6 @@
|
|
|
39
49
|
"subjectName": "微观技术",
|
|
40
50
|
"homeUrl": "/subjects/348507"
|
|
41
51
|
},
|
|
42
|
-
{
|
|
43
|
-
"title": "我做系统架构的一些原则",
|
|
44
|
-
"description": "工作 20 多年了,这 20 来年看到了很多公司系统架构,也看到了很多问题,在跟这些公司进行交流和讨论的时候,包括进行实施和方案比较的时候,都有很多各种方案的比较和妥协,因为相关的...",
|
|
45
|
-
"votes": "184",
|
|
46
|
-
"url": "/k/vlt0zc9",
|
|
47
|
-
"avatar": "https://img.toutiao.io/subject/388a8f21de6247edb0dced13b1701e0c/thumb",
|
|
48
|
-
"avatarAlt": "趣编程的独家号 - 独家号",
|
|
49
|
-
"subjectName": "趣编程的独家号",
|
|
50
|
-
"homeUrl": "/subjects/465623"
|
|
51
|
-
},
|
|
52
52
|
{
|
|
53
53
|
"title": "面试字节,被操作系统问挂了",
|
|
54
54
|
"description": "大家好,鄙人三某,不善面试。。。标题是真事,感觉凉了,难受,爬起来整理了一波操作系统面试题,下次一定……引论 什么是操作系统? 可以这么说,操作系统是一种运行在内核态的软件。它是应...",
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
{
|
|
73
73
|
"title": "聊聊接口性能优化的 11 个小技巧",
|
|
74
74
|
"description": "大家好,我是苏三,又跟大家见面了。前言 接口性能优化对于从事后端开发的同学来说,肯定再熟悉不过了,因为它是一个跟开发语言无关的公共问题。该问题说简单也简单,说复杂也复杂。有时候,只...",
|
|
75
|
-
"votes": "
|
|
75
|
+
"votes": "176",
|
|
76
76
|
"url": "/k/4i9d6w2",
|
|
77
77
|
"avatar": "https://img.toutiao.io/subject/96c1af0d2a0b441ca9740ee13c3e37f3/thumb",
|
|
78
78
|
"avatarAlt": "苏三说技术 - 独家号",
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
{
|
|
103
103
|
"title": "Golang 编程思维和工程实战",
|
|
104
104
|
"description": " Golang 的一些编程思维和思想,以及总结一些常见的优雅编程实战技巧。作者:allendbwu,腾讯 PCG 后台开发工程师一 Golang 编程思维 首先,我们先来看下最基本...",
|
|
105
|
-
"votes": "
|
|
105
|
+
"votes": "133",
|
|
106
106
|
"url": "/k/usjzg6m",
|
|
107
107
|
"avatar": "https://img.toutiao.io/subject/f05a135abc844e719541593cad4f8c57/thumb",
|
|
108
108
|
"avatarAlt": "不错的好文 - 独家号",
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
{
|
|
123
123
|
"title": "开源微服务 API 网关,单核 2 万 QPS,今年最值得学习的开源项目",
|
|
124
124
|
"description": " 文章较长,从概念与场景,到原理与架构,到性能分析,最后是demo,希望大家有收获。 第一部分:解决什么问题。什么是微服务API网关?API网关是上承前端用户,下接后端服务的咽喉之...",
|
|
125
|
-
"votes": "
|
|
125
|
+
"votes": "140",
|
|
126
126
|
"url": "/k/vo7i0r2",
|
|
127
127
|
"avatar": "https://img.toutiao.io/subject/dd437c8fe19542088ec51e69a79c158c/thumb",
|
|
128
128
|
"avatarAlt": "最佳实践 - 独家号",
|
|
@@ -162,7 +162,7 @@
|
|
|
162
162
|
{
|
|
163
163
|
"title": "最全的 Git 常用命令速查(2021 版)",
|
|
164
164
|
"description": " 现在做项目 Git 代码管理是一定少不了的。多年以前可能是 SVN,我想如今的公司里面基本都转型到用 Git 了吧。虽然如今已有很多可视化的 Git 工具,但是很多时候我们还是需...",
|
|
165
|
-
"votes": "
|
|
165
|
+
"votes": "118",
|
|
166
166
|
"url": "/k/omfqktk",
|
|
167
167
|
"avatar": "https://img.toutiao.io/subject/91240c26cd094eff817077d3af73998f/thumb",
|
|
168
168
|
"avatarAlt": "微信搜「golang全栈」 - 独家号",
|
|
@@ -199,6 +199,16 @@
|
|
|
199
199
|
"subjectName": "无籽水稻研发",
|
|
200
200
|
"homeUrl": "/subjects/454231"
|
|
201
201
|
},
|
|
202
|
+
{
|
|
203
|
+
"title": "熬夜彻底搞懂Cookie Session Token JWT",
|
|
204
|
+
"description": "",
|
|
205
|
+
"votes": "116",
|
|
206
|
+
"url": "/k/g49lsl5",
|
|
207
|
+
"avatar": "https://img.toutiao.io/subject/dc985e32ff464581afaa81f175880312/thumb",
|
|
208
|
+
"avatarAlt": "dotnet - 独家号",
|
|
209
|
+
"subjectName": "dotnet",
|
|
210
|
+
"homeUrl": "/subjects/348014"
|
|
211
|
+
},
|
|
202
212
|
{
|
|
203
213
|
"title": "Kafka 知识体系保姆级教程宝典",
|
|
204
214
|
"description": "本文目录:一、消息队列 Apache Pulsar Pulsar 与 Kafka 对比二、Kafka基础三、Kafka架构及组件四、Kafka集群操作五、Kafka的JavaAPI...",
|
|
@@ -219,20 +229,10 @@
|
|
|
219
229
|
"subjectName": "三分恶",
|
|
220
230
|
"homeUrl": "/subjects/454266"
|
|
221
231
|
},
|
|
222
|
-
{
|
|
223
|
-
"title": "熬夜彻底搞懂Cookie Session Token JWT",
|
|
224
|
-
"description": "",
|
|
225
|
-
"votes": "111",
|
|
226
|
-
"url": "/k/g49lsl5",
|
|
227
|
-
"avatar": "https://img.toutiao.io/subject/dc985e32ff464581afaa81f175880312/thumb",
|
|
228
|
-
"avatarAlt": "dotnet - 独家号",
|
|
229
|
-
"subjectName": "dotnet",
|
|
230
|
-
"homeUrl": "/subjects/348014"
|
|
231
|
-
},
|
|
232
232
|
{
|
|
233
233
|
"title": "这些年我用过的API文档工具,个个是精品!",
|
|
234
234
|
"description": "",
|
|
235
|
-
"votes": "
|
|
235
|
+
"votes": "115",
|
|
236
236
|
"url": "/k/xt41e64",
|
|
237
237
|
"avatar": "https://img.toutiao.io/subject/a2c7feaedfa64ce08a685e8535b7a316/thumb",
|
|
238
238
|
"avatarAlt": "大话.NET平台 - 独家号",
|
package/dist/trending-daily.json
CHANGED
|
@@ -1,277 +1,266 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
|
-
"full_name": "
|
|
4
|
-
"language": "
|
|
5
|
-
"color": "#
|
|
3
|
+
"full_name": "lucidrains/vit-pytorch",
|
|
4
|
+
"language": "Python",
|
|
5
|
+
"color": "#3572A5",
|
|
6
6
|
"description": "",
|
|
7
|
-
"forked": "
|
|
8
|
-
"stargazers_count":
|
|
9
|
-
"todayStar": "
|
|
10
|
-
"html_url": "https://github.com/
|
|
7
|
+
"forked": "1173",
|
|
8
|
+
"stargazers_count": 7718,
|
|
9
|
+
"todayStar": "104 stars today",
|
|
10
|
+
"html_url": "https://github.com/lucidrains/vit-pytorch",
|
|
11
11
|
"rank": 1
|
|
12
12
|
},
|
|
13
13
|
{
|
|
14
|
-
"full_name": "
|
|
15
|
-
"language": "
|
|
16
|
-
"color": "
|
|
14
|
+
"full_name": "sindresorhus/awesome",
|
|
15
|
+
"language": "",
|
|
16
|
+
"color": "",
|
|
17
17
|
"description": "",
|
|
18
|
-
"forked": "
|
|
19
|
-
"stargazers_count":
|
|
20
|
-
"todayStar": "
|
|
21
|
-
"html_url": "https://github.com/
|
|
18
|
+
"forked": "22469",
|
|
19
|
+
"stargazers_count": 182734,
|
|
20
|
+
"todayStar": "244 stars today",
|
|
21
|
+
"html_url": "https://github.com/sindresorhus/awesome",
|
|
22
22
|
"rank": 2
|
|
23
23
|
},
|
|
24
24
|
{
|
|
25
|
-
"full_name": "
|
|
26
|
-
"language": "
|
|
27
|
-
"color": "#
|
|
25
|
+
"full_name": "apache/incubator-seatunnel",
|
|
26
|
+
"language": "Java",
|
|
27
|
+
"color": "#b07219",
|
|
28
28
|
"description": "",
|
|
29
|
-
"forked": "
|
|
30
|
-
"stargazers_count":
|
|
31
|
-
"todayStar": "
|
|
32
|
-
"html_url": "https://github.com/
|
|
29
|
+
"forked": "150",
|
|
30
|
+
"stargazers_count": 2073,
|
|
31
|
+
"todayStar": "76 stars today",
|
|
32
|
+
"html_url": "https://github.com/apache/incubator-seatunnel",
|
|
33
33
|
"rank": 3
|
|
34
34
|
},
|
|
35
35
|
{
|
|
36
|
-
"full_name": "
|
|
37
|
-
"language": "
|
|
38
|
-
"color": "#
|
|
36
|
+
"full_name": "coolsnowwolf/lede",
|
|
37
|
+
"language": "C",
|
|
38
|
+
"color": "#555555",
|
|
39
39
|
"description": "",
|
|
40
|
-
"forked": "
|
|
41
|
-
"stargazers_count":
|
|
42
|
-
"todayStar": "
|
|
43
|
-
"html_url": "https://github.com/
|
|
40
|
+
"forked": "15929",
|
|
41
|
+
"stargazers_count": 19253,
|
|
42
|
+
"todayStar": "31 stars today",
|
|
43
|
+
"html_url": "https://github.com/coolsnowwolf/lede",
|
|
44
44
|
"rank": 4
|
|
45
45
|
},
|
|
46
46
|
{
|
|
47
|
-
"full_name": "
|
|
48
|
-
"language": "
|
|
49
|
-
"color": "#
|
|
47
|
+
"full_name": "termux/termux-packages",
|
|
48
|
+
"language": "Shell",
|
|
49
|
+
"color": "#89e051",
|
|
50
50
|
"description": "",
|
|
51
|
-
"forked": "
|
|
52
|
-
"stargazers_count":
|
|
53
|
-
"todayStar": "
|
|
54
|
-
"html_url": "https://github.com/
|
|
51
|
+
"forked": "2090",
|
|
52
|
+
"stargazers_count": 7021,
|
|
53
|
+
"todayStar": "30 stars today",
|
|
54
|
+
"html_url": "https://github.com/termux/termux-packages",
|
|
55
55
|
"rank": 5
|
|
56
56
|
},
|
|
57
57
|
{
|
|
58
|
-
"full_name": "
|
|
59
|
-
"language": "",
|
|
60
|
-
"color": "",
|
|
58
|
+
"full_name": "hoppscotch/hoppscotch",
|
|
59
|
+
"language": "Vue",
|
|
60
|
+
"color": "#41b883",
|
|
61
61
|
"description": "",
|
|
62
|
-
"forked": "
|
|
63
|
-
"stargazers_count":
|
|
64
|
-
"todayStar": "
|
|
65
|
-
"html_url": "https://github.com/
|
|
62
|
+
"forked": "2463",
|
|
63
|
+
"stargazers_count": 35076,
|
|
64
|
+
"todayStar": "64 stars today",
|
|
65
|
+
"html_url": "https://github.com/hoppscotch/hoppscotch",
|
|
66
66
|
"rank": 6
|
|
67
67
|
},
|
|
68
68
|
{
|
|
69
|
-
"full_name": "
|
|
70
|
-
"language": "
|
|
71
|
-
"color": "#
|
|
69
|
+
"full_name": "bellard/quickjs",
|
|
70
|
+
"language": "C",
|
|
71
|
+
"color": "#555555",
|
|
72
72
|
"description": "",
|
|
73
|
-
"forked": "
|
|
74
|
-
"stargazers_count":
|
|
75
|
-
"todayStar": "
|
|
76
|
-
"html_url": "https://github.com/
|
|
73
|
+
"forked": "331",
|
|
74
|
+
"stargazers_count": 3528,
|
|
75
|
+
"todayStar": "47 stars today",
|
|
76
|
+
"html_url": "https://github.com/bellard/quickjs",
|
|
77
77
|
"rank": 7
|
|
78
78
|
},
|
|
79
79
|
{
|
|
80
|
-
"full_name": "
|
|
81
|
-
"language": "
|
|
82
|
-
"color": "#
|
|
80
|
+
"full_name": "nlohmann/json",
|
|
81
|
+
"language": "C++",
|
|
82
|
+
"color": "#f34b7d",
|
|
83
83
|
"description": "",
|
|
84
|
-
"forked": "
|
|
85
|
-
"stargazers_count":
|
|
86
|
-
"todayStar": "
|
|
87
|
-
"html_url": "https://github.com/
|
|
84
|
+
"forked": "4777",
|
|
85
|
+
"stargazers_count": 28070,
|
|
86
|
+
"todayStar": "61 stars today",
|
|
87
|
+
"html_url": "https://github.com/nlohmann/json",
|
|
88
88
|
"rank": 8
|
|
89
89
|
},
|
|
90
90
|
{
|
|
91
|
-
"full_name": "
|
|
91
|
+
"full_name": "adrianhajdin/project_web3.0",
|
|
92
92
|
"language": "JavaScript",
|
|
93
93
|
"color": "#f1e05a",
|
|
94
94
|
"description": "",
|
|
95
|
-
"forked": "
|
|
96
|
-
"stargazers_count":
|
|
97
|
-
"todayStar": "
|
|
98
|
-
"html_url": "https://github.com/
|
|
95
|
+
"forked": "73",
|
|
96
|
+
"stargazers_count": 451,
|
|
97
|
+
"todayStar": "92 stars today",
|
|
98
|
+
"html_url": "https://github.com/adrianhajdin/project_web3.0",
|
|
99
99
|
"rank": 9
|
|
100
100
|
},
|
|
101
101
|
{
|
|
102
|
-
"full_name": "
|
|
103
|
-
"language": "
|
|
104
|
-
"color": "#
|
|
102
|
+
"full_name": "papers-we-love/papers-we-love",
|
|
103
|
+
"language": "Shell",
|
|
104
|
+
"color": "#89e051",
|
|
105
105
|
"description": "",
|
|
106
|
-
"forked": "
|
|
107
|
-
"stargazers_count":
|
|
108
|
-
"todayStar": "
|
|
109
|
-
"html_url": "https://github.com/
|
|
106
|
+
"forked": "4345",
|
|
107
|
+
"stargazers_count": 51522,
|
|
108
|
+
"todayStar": "165 stars today",
|
|
109
|
+
"html_url": "https://github.com/papers-we-love/papers-we-love",
|
|
110
110
|
"rank": 10
|
|
111
111
|
},
|
|
112
112
|
{
|
|
113
|
-
"full_name": "
|
|
114
|
-
"language": "
|
|
115
|
-
"color": "#
|
|
113
|
+
"full_name": "Anarios/return-youtube-dislike",
|
|
114
|
+
"language": "JavaScript",
|
|
115
|
+
"color": "#f1e05a",
|
|
116
116
|
"description": "",
|
|
117
|
-
"forked": "
|
|
118
|
-
"stargazers_count":
|
|
119
|
-
"todayStar": "
|
|
120
|
-
"html_url": "https://github.com/
|
|
117
|
+
"forked": "276",
|
|
118
|
+
"stargazers_count": 6996,
|
|
119
|
+
"todayStar": "99 stars today",
|
|
120
|
+
"html_url": "https://github.com/Anarios/return-youtube-dislike",
|
|
121
121
|
"rank": 11
|
|
122
122
|
},
|
|
123
123
|
{
|
|
124
|
-
"full_name": "
|
|
125
|
-
"language": "
|
|
126
|
-
"color": "
|
|
124
|
+
"full_name": "Kaustubh-Natuskar/moreThanFAANGM",
|
|
125
|
+
"language": "",
|
|
126
|
+
"color": "",
|
|
127
127
|
"description": "",
|
|
128
|
-
"forked": "
|
|
129
|
-
"stargazers_count":
|
|
130
|
-
"todayStar": "
|
|
131
|
-
"html_url": "https://github.com/
|
|
128
|
+
"forked": "335",
|
|
129
|
+
"stargazers_count": 1773,
|
|
130
|
+
"todayStar": "171 stars today",
|
|
131
|
+
"html_url": "https://github.com/Kaustubh-Natuskar/moreThanFAANGM",
|
|
132
132
|
"rank": 12
|
|
133
133
|
},
|
|
134
134
|
{
|
|
135
|
-
"full_name": "
|
|
136
|
-
"language": "
|
|
137
|
-
"color": "#
|
|
135
|
+
"full_name": "ssssssss-team/spider-flow",
|
|
136
|
+
"language": "Java",
|
|
137
|
+
"color": "#b07219",
|
|
138
138
|
"description": "",
|
|
139
|
-
"forked": "
|
|
140
|
-
"stargazers_count":
|
|
141
|
-
"todayStar": "
|
|
142
|
-
"html_url": "https://github.com/
|
|
139
|
+
"forked": "826",
|
|
140
|
+
"stargazers_count": 4832,
|
|
141
|
+
"todayStar": "72 stars today",
|
|
142
|
+
"html_url": "https://github.com/ssssssss-team/spider-flow",
|
|
143
143
|
"rank": 13
|
|
144
144
|
},
|
|
145
145
|
{
|
|
146
|
-
"full_name": "
|
|
147
|
-
"language": "
|
|
148
|
-
"color": "#
|
|
146
|
+
"full_name": "dataease/dataease",
|
|
147
|
+
"language": "Java",
|
|
148
|
+
"color": "#b07219",
|
|
149
149
|
"description": "",
|
|
150
|
-
"forked": "
|
|
151
|
-
"stargazers_count":
|
|
152
|
-
"todayStar": "
|
|
153
|
-
"html_url": "https://github.com/
|
|
150
|
+
"forked": "752",
|
|
151
|
+
"stargazers_count": 4327,
|
|
152
|
+
"todayStar": "29 stars today",
|
|
153
|
+
"html_url": "https://github.com/dataease/dataease",
|
|
154
154
|
"rank": 14
|
|
155
155
|
},
|
|
156
156
|
{
|
|
157
|
-
"full_name": "
|
|
158
|
-
"language": "
|
|
159
|
-
"color": "#
|
|
157
|
+
"full_name": "inancgumus/learngo",
|
|
158
|
+
"language": "Go",
|
|
159
|
+
"color": "#00ADD8",
|
|
160
160
|
"description": "",
|
|
161
|
-
"forked": "
|
|
162
|
-
"stargazers_count":
|
|
163
|
-
"todayStar": "
|
|
164
|
-
"html_url": "https://github.com/
|
|
161
|
+
"forked": "1565",
|
|
162
|
+
"stargazers_count": 12057,
|
|
163
|
+
"todayStar": "100 stars today",
|
|
164
|
+
"html_url": "https://github.com/inancgumus/learngo",
|
|
165
165
|
"rank": 15
|
|
166
166
|
},
|
|
167
167
|
{
|
|
168
|
-
"full_name": "
|
|
169
|
-
"language": "
|
|
170
|
-
"color": "
|
|
168
|
+
"full_name": "DataTalksClub/data-engineering-zoomcamp",
|
|
169
|
+
"language": "",
|
|
170
|
+
"color": "",
|
|
171
171
|
"description": "",
|
|
172
|
-
"forked": "
|
|
173
|
-
"stargazers_count":
|
|
174
|
-
"todayStar": "
|
|
175
|
-
"html_url": "https://github.com/
|
|
172
|
+
"forked": "95",
|
|
173
|
+
"stargazers_count": 663,
|
|
174
|
+
"todayStar": "53 stars today",
|
|
175
|
+
"html_url": "https://github.com/DataTalksClub/data-engineering-zoomcamp",
|
|
176
176
|
"rank": 16
|
|
177
177
|
},
|
|
178
178
|
{
|
|
179
|
-
"full_name": "
|
|
180
|
-
"language": "
|
|
181
|
-
"color": "#
|
|
179
|
+
"full_name": "donnemartin/system-design-primer",
|
|
180
|
+
"language": "Python",
|
|
181
|
+
"color": "#3572A5",
|
|
182
182
|
"description": "",
|
|
183
|
-
"forked": "
|
|
184
|
-
"stargazers_count":
|
|
185
|
-
"todayStar": "
|
|
186
|
-
"html_url": "https://github.com/
|
|
183
|
+
"forked": "28966",
|
|
184
|
+
"stargazers_count": 156940,
|
|
185
|
+
"todayStar": "134 stars today",
|
|
186
|
+
"html_url": "https://github.com/donnemartin/system-design-primer",
|
|
187
187
|
"rank": 17
|
|
188
188
|
},
|
|
189
189
|
{
|
|
190
|
-
"full_name": "
|
|
191
|
-
"language": "",
|
|
192
|
-
"color": "",
|
|
190
|
+
"full_name": "exelban/stats",
|
|
191
|
+
"language": "Swift",
|
|
192
|
+
"color": "#F05138",
|
|
193
193
|
"description": "",
|
|
194
|
-
"forked": "
|
|
195
|
-
"stargazers_count":
|
|
196
|
-
"todayStar": "
|
|
197
|
-
"html_url": "https://github.com/
|
|
194
|
+
"forked": "269",
|
|
195
|
+
"stargazers_count": 7667,
|
|
196
|
+
"todayStar": "222 stars today",
|
|
197
|
+
"html_url": "https://github.com/exelban/stats",
|
|
198
198
|
"rank": 18
|
|
199
199
|
},
|
|
200
200
|
{
|
|
201
|
-
"full_name": "
|
|
202
|
-
"language": "
|
|
203
|
-
"color": "#
|
|
201
|
+
"full_name": "vnpy/vnpy",
|
|
202
|
+
"language": "Python",
|
|
203
|
+
"color": "#3572A5",
|
|
204
204
|
"description": "",
|
|
205
|
-
"forked": "
|
|
206
|
-
"stargazers_count":
|
|
207
|
-
"todayStar": "
|
|
208
|
-
"html_url": "https://github.com/
|
|
205
|
+
"forked": "6923",
|
|
206
|
+
"stargazers_count": 17223,
|
|
207
|
+
"todayStar": "36 stars today",
|
|
208
|
+
"html_url": "https://github.com/vnpy/vnpy",
|
|
209
209
|
"rank": 19
|
|
210
210
|
},
|
|
211
211
|
{
|
|
212
|
-
"full_name": "
|
|
213
|
-
"language": "
|
|
214
|
-
"color": "#
|
|
212
|
+
"full_name": "alibaba/BladeDISC",
|
|
213
|
+
"language": "C++",
|
|
214
|
+
"color": "#f34b7d",
|
|
215
215
|
"description": "",
|
|
216
|
-
"forked": "
|
|
217
|
-
"stargazers_count":
|
|
218
|
-
"todayStar": "
|
|
219
|
-
"html_url": "https://github.com/
|
|
216
|
+
"forked": "19",
|
|
217
|
+
"stargazers_count": 99,
|
|
218
|
+
"todayStar": "19 stars today",
|
|
219
|
+
"html_url": "https://github.com/alibaba/BladeDISC",
|
|
220
220
|
"rank": 20
|
|
221
221
|
},
|
|
222
222
|
{
|
|
223
|
-
"full_name": "
|
|
224
|
-
"language": "",
|
|
225
|
-
"color": "",
|
|
223
|
+
"full_name": "ja-netfilter/ja-netfilter",
|
|
224
|
+
"language": "Java",
|
|
225
|
+
"color": "#b07219",
|
|
226
226
|
"description": "",
|
|
227
|
-
"forked": "
|
|
228
|
-
"stargazers_count":
|
|
229
|
-
"todayStar": "
|
|
230
|
-
"html_url": "https://github.com/
|
|
227
|
+
"forked": "644",
|
|
228
|
+
"stargazers_count": 2579,
|
|
229
|
+
"todayStar": "68 stars today",
|
|
230
|
+
"html_url": "https://github.com/ja-netfilter/ja-netfilter",
|
|
231
231
|
"rank": 21
|
|
232
232
|
},
|
|
233
233
|
{
|
|
234
|
-
"full_name": "
|
|
235
|
-
"language": "
|
|
236
|
-
"color": "#
|
|
234
|
+
"full_name": "linebender/druid",
|
|
235
|
+
"language": "Rust",
|
|
236
|
+
"color": "#dea584",
|
|
237
237
|
"description": "",
|
|
238
|
-
"forked": "
|
|
239
|
-
"stargazers_count":
|
|
240
|
-
"todayStar": "
|
|
241
|
-
"html_url": "https://github.com/
|
|
238
|
+
"forked": "388",
|
|
239
|
+
"stargazers_count": 5333,
|
|
240
|
+
"todayStar": "50 stars today",
|
|
241
|
+
"html_url": "https://github.com/linebender/druid",
|
|
242
242
|
"rank": 22
|
|
243
243
|
},
|
|
244
|
-
{
|
|
245
|
-
"full_name": "youngyangyang04/leetcode-master",
|
|
246
|
-
"language": "",
|
|
247
|
-
"color": "",
|
|
248
|
-
"description": "",
|
|
249
|
-
"forked": "5204",
|
|
250
|
-
"stargazers_count": 20135,
|
|
251
|
-
"todayStar": "348 stars today",
|
|
252
|
-
"html_url": "https://github.com/youngyangyang04/leetcode-master",
|
|
253
|
-
"rank": 23
|
|
254
|
-
},
|
|
255
244
|
{
|
|
256
245
|
"full_name": "GitHubDaily/GitHubDaily",
|
|
257
246
|
"language": "",
|
|
258
247
|
"color": "",
|
|
259
248
|
"description": "",
|
|
260
|
-
"forked": "
|
|
261
|
-
"stargazers_count":
|
|
262
|
-
"todayStar": "
|
|
249
|
+
"forked": "1329",
|
|
250
|
+
"stargazers_count": 10651,
|
|
251
|
+
"todayStar": "88 stars today",
|
|
263
252
|
"html_url": "https://github.com/GitHubDaily/GitHubDaily",
|
|
264
|
-
"rank":
|
|
253
|
+
"rank": 23
|
|
265
254
|
},
|
|
266
255
|
{
|
|
267
|
-
"full_name": "
|
|
268
|
-
"language": "
|
|
269
|
-
"color": "#
|
|
256
|
+
"full_name": "apache/maven-mvnd",
|
|
257
|
+
"language": "Java",
|
|
258
|
+
"color": "#b07219",
|
|
270
259
|
"description": "",
|
|
271
|
-
"forked": "
|
|
272
|
-
"stargazers_count":
|
|
273
|
-
"todayStar": "
|
|
274
|
-
"html_url": "https://github.com/
|
|
275
|
-
"rank":
|
|
260
|
+
"forked": "84",
|
|
261
|
+
"stargazers_count": 1214,
|
|
262
|
+
"todayStar": "40 stars today",
|
|
263
|
+
"html_url": "https://github.com/apache/maven-mvnd",
|
|
264
|
+
"rank": 24
|
|
276
265
|
}
|
|
277
266
|
]
|