@wcj/github-rank 22.3.27 → 22.3.30
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 +32977 -32978
- package/dist/sifou-daily.json +67 -40
- package/dist/sifou-monthly.json +89 -89
- package/dist/sifou-weekly.json +159 -159
- package/dist/toutiao-30.json +85 -85
- package/dist/toutiao-7.json +118 -118
- package/dist/toutiao-90.json +42 -42
- package/dist/trending-daily.json +167 -167
- package/dist/trending-monthly.json +152 -152
- package/dist/trending-weekly.json +171 -171
- package/dist/users.china.json +2540 -2540
- package/dist/users.json +3413 -3413
- package/package.json +1 -1
- package/web/36kr.html +2 -2
- package/web/data/repos.json +32977 -32978
- package/web/data/sifou-daily.json +67 -40
- package/web/data/sifou-monthly.json +89 -89
- package/web/data/sifou-weekly.json +159 -159
- package/web/data/toutiao-30.json +85 -85
- package/web/data/toutiao-7.json +118 -118
- package/web/data/toutiao-90.json +42 -42
- package/web/data/trending-daily.json +167 -167
- package/web/data/trending-monthly.json +152 -152
- package/web/data/trending-weekly.json +171 -171
- package/web/data/users.china.json +2540 -2540
- package/web/data/users.json +3413 -3413
- package/web/index.html +1781 -1781
- package/web/repos.html +4072 -4072
- package/web/sifou-daily.html +119 -35
- package/web/sifou-monthly.html +113 -113
- package/web/sifou-weekly.html +134 -134
- package/web/toutiao-30.html +83 -83
- package/web/toutiao-7.html +77 -77
- package/web/toutiao-90.html +47 -47
- package/web/trending-monthly.html +144 -144
- package/web/trending-weekly.html +146 -150
- package/web/trending.html +144 -144
- package/web/users.china.html +1273 -1273
package/web/data/toutiao-90.json
CHANGED
|
@@ -12,17 +12,27 @@
|
|
|
12
12
|
{
|
|
13
13
|
"title": "高并发是一种架构思维模式",
|
|
14
14
|
"description": "什么是高并发,从字面上理解,就是在某一时刻产生大量的请求,那么多少量称为大量,业界并没有标准的衡量范围。原因非常简单,不同的业务处理复杂度不一样。而我所理解的高并发,它并不只是一个...",
|
|
15
|
-
"votes": "
|
|
15
|
+
"votes": "146",
|
|
16
16
|
"url": "/k/imslmgz",
|
|
17
17
|
"avatar": "https://img.toutiao.io/subject/4c72971aff5c4e73821ac59b18ff5dd6/thumb",
|
|
18
18
|
"avatarAlt": "程序员的朋友圈 - 独家号",
|
|
19
19
|
"subjectName": "程序员的朋友圈",
|
|
20
20
|
"homeUrl": "/subjects/378"
|
|
21
21
|
},
|
|
22
|
+
{
|
|
23
|
+
"title": "2万字 + 50 张图,细说 JVM 内存分布、内存对齐、压缩指针!",
|
|
24
|
+
"description": "",
|
|
25
|
+
"votes": "126",
|
|
26
|
+
"url": "/k/02whm5c",
|
|
27
|
+
"avatar": "https://img.toutiao.io/subject/8e12ef64799649acbfd936883ef16c3c/thumb",
|
|
28
|
+
"avatarAlt": "服务架构及中台 - 独家号",
|
|
29
|
+
"subjectName": "服务架构及中台",
|
|
30
|
+
"homeUrl": "/subjects/26578"
|
|
31
|
+
},
|
|
22
32
|
{
|
|
23
33
|
"title": "2021年最受程序员欢迎的开发工具TOP 100名单出炉!",
|
|
24
34
|
"description": "",
|
|
25
|
-
"votes": "
|
|
35
|
+
"votes": "134",
|
|
26
36
|
"url": "/k/uf5vypr",
|
|
27
37
|
"avatar": "https://img.toutiao.io/subject/bce4db7347f44c87a8f5eef28513f93f/thumb",
|
|
28
38
|
"avatarAlt": "yaya的鸡汤 - 独家号",
|
|
@@ -39,16 +49,6 @@
|
|
|
39
49
|
"subjectName": "美团技术团队",
|
|
40
50
|
"homeUrl": "/subjects/117027"
|
|
41
51
|
},
|
|
42
|
-
{
|
|
43
|
-
"title": "2万字 + 50 张图,细说 JVM 内存分布、内存对齐、压缩指针!",
|
|
44
|
-
"description": "",
|
|
45
|
-
"votes": "122",
|
|
46
|
-
"url": "/k/02whm5c",
|
|
47
|
-
"avatar": "https://img.toutiao.io/subject/8e12ef64799649acbfd936883ef16c3c/thumb",
|
|
48
|
-
"avatarAlt": "服务架构及中台 - 独家号",
|
|
49
|
-
"subjectName": "服务架构及中台",
|
|
50
|
-
"homeUrl": "/subjects/26578"
|
|
51
|
-
},
|
|
52
52
|
{
|
|
53
53
|
"title": "Java泛型详解,史上最全图文详解!",
|
|
54
54
|
"description": "",
|
|
@@ -69,6 +69,16 @@
|
|
|
69
69
|
"subjectName": "浪客用react,java全栈",
|
|
70
70
|
"homeUrl": "/subjects/132403"
|
|
71
71
|
},
|
|
72
|
+
{
|
|
73
|
+
"title": "MySQL 团队开发规范",
|
|
74
|
+
"description": "",
|
|
75
|
+
"votes": "117",
|
|
76
|
+
"url": "/k/qjooigy",
|
|
77
|
+
"avatar": "https://img.toutiao.io/subject/573a89c273cc42d2a87e753fee03e1a5/thumb",
|
|
78
|
+
"avatarAlt": "技术干货分享 - 独家号",
|
|
79
|
+
"subjectName": "技术干货分享",
|
|
80
|
+
"homeUrl": "/subjects/141186"
|
|
81
|
+
},
|
|
72
82
|
{
|
|
73
83
|
"title": "真香啊!接私活必备的 N 个开源项目(附源码合集第一期)!收藏走起!",
|
|
74
84
|
"description": "",
|
|
@@ -79,16 +89,6 @@
|
|
|
79
89
|
"subjectName": "服务架构及中台",
|
|
80
90
|
"homeUrl": "/subjects/26578"
|
|
81
91
|
},
|
|
82
|
-
{
|
|
83
|
-
"title": "MySQL 团队开发规范",
|
|
84
|
-
"description": "",
|
|
85
|
-
"votes": "116",
|
|
86
|
-
"url": "/k/qjooigy",
|
|
87
|
-
"avatar": "https://img.toutiao.io/subject/573a89c273cc42d2a87e753fee03e1a5/thumb",
|
|
88
|
-
"avatarAlt": "技术干货分享 - 独家号",
|
|
89
|
-
"subjectName": "技术干货分享",
|
|
90
|
-
"homeUrl": "/subjects/141186"
|
|
91
|
-
},
|
|
92
92
|
{
|
|
93
93
|
"title": "Redis 很屌,不懂使用规范就糟蹋了",
|
|
94
94
|
"description": "",
|
|
@@ -129,6 +129,16 @@
|
|
|
129
129
|
"subjectName": "薯条的编程修养",
|
|
130
130
|
"homeUrl": "/subjects/465071"
|
|
131
131
|
},
|
|
132
|
+
{
|
|
133
|
+
"title": "微服务从代码到k8s部署应有尽有大结局(k8s部署)",
|
|
134
|
+
"description": "",
|
|
135
|
+
"votes": "100",
|
|
136
|
+
"url": "/k/xk3qbvm",
|
|
137
|
+
"avatar": "https://img.toutiao.io/subject/3f69ffc3bdf6496e86439348166e3ed7/thumb",
|
|
138
|
+
"avatarAlt": "GoHackers - 独家号",
|
|
139
|
+
"subjectName": "GoHackers",
|
|
140
|
+
"homeUrl": "/subjects/1385"
|
|
141
|
+
},
|
|
132
142
|
{
|
|
133
143
|
"title": "支付系统架构设计详解",
|
|
134
144
|
"description": "",
|
|
@@ -139,16 +149,6 @@
|
|
|
139
149
|
"subjectName": "服务架构及中台",
|
|
140
150
|
"homeUrl": "/subjects/26578"
|
|
141
151
|
},
|
|
142
|
-
{
|
|
143
|
-
"title": "微服务从代码到k8s部署应有尽有大结局(k8s部署)",
|
|
144
|
-
"description": "",
|
|
145
|
-
"votes": "99",
|
|
146
|
-
"url": "/k/xk3qbvm",
|
|
147
|
-
"avatar": "https://img.toutiao.io/subject/3f69ffc3bdf6496e86439348166e3ed7/thumb",
|
|
148
|
-
"avatarAlt": "GoHackers - 独家号",
|
|
149
|
-
"subjectName": "GoHackers",
|
|
150
|
-
"homeUrl": "/subjects/1385"
|
|
151
|
-
},
|
|
152
152
|
{
|
|
153
153
|
"title": "字节的分布式链路追踪实践,教科书式的搭建指南",
|
|
154
154
|
"description": "",
|
|
@@ -199,6 +199,16 @@
|
|
|
199
199
|
"subjectName": "浅谈架构",
|
|
200
200
|
"homeUrl": "/subjects/379488"
|
|
201
201
|
},
|
|
202
|
+
{
|
|
203
|
+
"title": "Golang 简洁架构实战",
|
|
204
|
+
"description": "作者:bearluo,腾讯 IEG 运营开发工程师文中项目代码位置:https://github.com/devYun/go-clean-architecture由于 golang...",
|
|
205
|
+
"votes": "105",
|
|
206
|
+
"url": "/k/vjw1dlc",
|
|
207
|
+
"avatar": "https://img.toutiao.io/subject/388a8f21de6247edb0dced13b1701e0c/thumb",
|
|
208
|
+
"avatarAlt": "趣编程的独家号 - 独家号",
|
|
209
|
+
"subjectName": "趣编程的独家号",
|
|
210
|
+
"homeUrl": "/subjects/465623"
|
|
211
|
+
},
|
|
202
212
|
{
|
|
203
213
|
"title": "再见了 VMware,一款更轻量级的虚拟机!",
|
|
204
214
|
"description": "",
|
|
@@ -219,16 +229,6 @@
|
|
|
219
229
|
"subjectName": "天行者YANG",
|
|
220
230
|
"homeUrl": "/subjects/199751"
|
|
221
231
|
},
|
|
222
|
-
{
|
|
223
|
-
"title": "Golang 简洁架构实战",
|
|
224
|
-
"description": "作者:bearluo,腾讯 IEG 运营开发工程师文中项目代码位置:https://github.com/devYun/go-clean-architecture由于 golang...",
|
|
225
|
-
"votes": "102",
|
|
226
|
-
"url": "/k/vjw1dlc",
|
|
227
|
-
"avatar": "https://img.toutiao.io/subject/388a8f21de6247edb0dced13b1701e0c/thumb",
|
|
228
|
-
"avatarAlt": "趣编程的独家号 - 独家号",
|
|
229
|
-
"subjectName": "趣编程的独家号",
|
|
230
|
-
"homeUrl": "/subjects/465623"
|
|
231
|
-
},
|
|
232
232
|
{
|
|
233
233
|
"title": "如何撰写好的技术方案设计-真实案例干货分享",
|
|
234
234
|
"description": "",
|
|
@@ -1,277 +1,277 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
|
-
"full_name": "
|
|
4
|
-
"language": "
|
|
5
|
-
"color": "#
|
|
3
|
+
"full_name": "bullet-train-co/bullet_train",
|
|
4
|
+
"language": "Ruby",
|
|
5
|
+
"color": "#701516",
|
|
6
6
|
"description": "",
|
|
7
|
-
"forked": "
|
|
8
|
-
"stargazers_count":
|
|
9
|
-
"todayStar": "
|
|
10
|
-
"html_url": "https://github.com/
|
|
7
|
+
"forked": "44",
|
|
8
|
+
"stargazers_count": 289,
|
|
9
|
+
"todayStar": "79 stars today",
|
|
10
|
+
"html_url": "https://github.com/bullet-train-co/bullet_train",
|
|
11
11
|
"rank": 1
|
|
12
12
|
},
|
|
13
13
|
{
|
|
14
|
-
"full_name": "
|
|
15
|
-
"language": "
|
|
16
|
-
"color": "#
|
|
14
|
+
"full_name": "ehids/ecapture",
|
|
15
|
+
"language": "C",
|
|
16
|
+
"color": "#555555",
|
|
17
17
|
"description": "",
|
|
18
|
-
"forked": "
|
|
19
|
-
"stargazers_count":
|
|
20
|
-
"todayStar": "
|
|
21
|
-
"html_url": "https://github.com/
|
|
18
|
+
"forked": "213",
|
|
19
|
+
"stargazers_count": 2002,
|
|
20
|
+
"todayStar": "322 stars today",
|
|
21
|
+
"html_url": "https://github.com/ehids/ecapture",
|
|
22
22
|
"rank": 2
|
|
23
23
|
},
|
|
24
24
|
{
|
|
25
|
-
"full_name": "
|
|
26
|
-
"language": "
|
|
27
|
-
"color": "#
|
|
25
|
+
"full_name": "wangyuan389/mall-cook",
|
|
26
|
+
"language": "Vue",
|
|
27
|
+
"color": "#41b883",
|
|
28
28
|
"description": "",
|
|
29
|
-
"forked": "
|
|
30
|
-
"stargazers_count":
|
|
31
|
-
"todayStar": "
|
|
32
|
-
"html_url": "https://github.com/
|
|
29
|
+
"forked": "456",
|
|
30
|
+
"stargazers_count": 1815,
|
|
31
|
+
"todayStar": "141 stars today",
|
|
32
|
+
"html_url": "https://github.com/wangyuan389/mall-cook",
|
|
33
33
|
"rank": 3
|
|
34
34
|
},
|
|
35
35
|
{
|
|
36
|
-
"full_name": "
|
|
37
|
-
"language": "
|
|
38
|
-
"color": "#
|
|
36
|
+
"full_name": "apple/swift-async-algorithms",
|
|
37
|
+
"language": "Swift",
|
|
38
|
+
"color": "#F05138",
|
|
39
39
|
"description": "",
|
|
40
|
-
"forked": "
|
|
41
|
-
"stargazers_count":
|
|
42
|
-
"todayStar": "
|
|
43
|
-
"html_url": "https://github.com/
|
|
40
|
+
"forked": "27",
|
|
41
|
+
"stargazers_count": 958,
|
|
42
|
+
"todayStar": "200 stars today",
|
|
43
|
+
"html_url": "https://github.com/apple/swift-async-algorithms",
|
|
44
44
|
"rank": 4
|
|
45
45
|
},
|
|
46
46
|
{
|
|
47
|
-
"full_name": "
|
|
48
|
-
"language": "
|
|
49
|
-
"color": "#
|
|
47
|
+
"full_name": "mtlynch/picoshare",
|
|
48
|
+
"language": "Go",
|
|
49
|
+
"color": "#00ADD8",
|
|
50
50
|
"description": "",
|
|
51
|
-
"forked": "
|
|
52
|
-
"stargazers_count":
|
|
53
|
-
"todayStar": "
|
|
54
|
-
"html_url": "https://github.com/
|
|
51
|
+
"forked": "15",
|
|
52
|
+
"stargazers_count": 407,
|
|
53
|
+
"todayStar": "87 stars today",
|
|
54
|
+
"html_url": "https://github.com/mtlynch/picoshare",
|
|
55
55
|
"rank": 5
|
|
56
56
|
},
|
|
57
57
|
{
|
|
58
|
-
"full_name": "
|
|
58
|
+
"full_name": "liyupi/mianshiya-public",
|
|
59
59
|
"language": "TypeScript",
|
|
60
60
|
"color": "#2b7489",
|
|
61
61
|
"description": "",
|
|
62
|
-
"forked": "
|
|
63
|
-
"stargazers_count":
|
|
64
|
-
"todayStar": "
|
|
65
|
-
"html_url": "https://github.com/
|
|
62
|
+
"forked": "587",
|
|
63
|
+
"stargazers_count": 1828,
|
|
64
|
+
"todayStar": "198 stars today",
|
|
65
|
+
"html_url": "https://github.com/liyupi/mianshiya-public",
|
|
66
66
|
"rank": 6
|
|
67
67
|
},
|
|
68
68
|
{
|
|
69
|
-
"full_name": "
|
|
69
|
+
"full_name": "EbookFoundation/free-programming-books",
|
|
70
70
|
"language": "",
|
|
71
71
|
"color": "",
|
|
72
72
|
"description": "",
|
|
73
|
-
"forked": "
|
|
74
|
-
"stargazers_count":
|
|
75
|
-
"todayStar": "
|
|
76
|
-
"html_url": "https://github.com/
|
|
73
|
+
"forked": "48184",
|
|
74
|
+
"stargazers_count": 228731,
|
|
75
|
+
"todayStar": "292 stars today",
|
|
76
|
+
"html_url": "https://github.com/EbookFoundation/free-programming-books",
|
|
77
77
|
"rank": 7
|
|
78
78
|
},
|
|
79
79
|
{
|
|
80
|
-
"full_name": "
|
|
81
|
-
"language": "",
|
|
82
|
-
"color": "",
|
|
80
|
+
"full_name": "Z4nzu/hackingtool",
|
|
81
|
+
"language": "Python",
|
|
82
|
+
"color": "#3572A5",
|
|
83
83
|
"description": "",
|
|
84
|
-
"forked": "
|
|
85
|
-
"stargazers_count":
|
|
86
|
-
"todayStar": "
|
|
87
|
-
"html_url": "https://github.com/
|
|
84
|
+
"forked": "1456",
|
|
85
|
+
"stargazers_count": 10395,
|
|
86
|
+
"todayStar": "796 stars today",
|
|
87
|
+
"html_url": "https://github.com/Z4nzu/hackingtool",
|
|
88
88
|
"rank": 8
|
|
89
89
|
},
|
|
90
90
|
{
|
|
91
|
-
"full_name": "
|
|
91
|
+
"full_name": "JD331/JD331",
|
|
92
92
|
"language": "",
|
|
93
93
|
"color": "",
|
|
94
94
|
"description": "",
|
|
95
|
-
"forked": "
|
|
96
|
-
"stargazers_count":
|
|
97
|
-
"todayStar": "
|
|
98
|
-
"html_url": "https://github.com/
|
|
95
|
+
"forked": "154",
|
|
96
|
+
"stargazers_count": 425,
|
|
97
|
+
"todayStar": "112 stars today",
|
|
98
|
+
"html_url": "https://github.com/JD331/JD331",
|
|
99
99
|
"rank": 9
|
|
100
100
|
},
|
|
101
101
|
{
|
|
102
|
-
"full_name": "
|
|
103
|
-
"language": "
|
|
104
|
-
"color": "
|
|
102
|
+
"full_name": "NVlabs/eg3d",
|
|
103
|
+
"language": "",
|
|
104
|
+
"color": "",
|
|
105
105
|
"description": "",
|
|
106
|
-
"forked": "
|
|
107
|
-
"stargazers_count":
|
|
108
|
-
"todayStar": "
|
|
109
|
-
"html_url": "https://github.com/
|
|
106
|
+
"forked": "71",
|
|
107
|
+
"stargazers_count": 907,
|
|
108
|
+
"todayStar": "65 stars today",
|
|
109
|
+
"html_url": "https://github.com/NVlabs/eg3d",
|
|
110
110
|
"rank": 10
|
|
111
111
|
},
|
|
112
112
|
{
|
|
113
|
-
"full_name": "
|
|
114
|
-
"language": "
|
|
115
|
-
"color": "#
|
|
113
|
+
"full_name": "Bonfee/CVE-2022-0995",
|
|
114
|
+
"language": "C",
|
|
115
|
+
"color": "#555555",
|
|
116
116
|
"description": "",
|
|
117
|
-
"forked": "
|
|
118
|
-
"stargazers_count":
|
|
119
|
-
"todayStar": "
|
|
120
|
-
"html_url": "https://github.com/
|
|
117
|
+
"forked": "45",
|
|
118
|
+
"stargazers_count": 327,
|
|
119
|
+
"todayStar": "79 stars today",
|
|
120
|
+
"html_url": "https://github.com/Bonfee/CVE-2022-0995",
|
|
121
121
|
"rank": 11
|
|
122
122
|
},
|
|
123
123
|
{
|
|
124
|
-
"full_name": "
|
|
124
|
+
"full_name": "TheAlgorithms/Python",
|
|
125
125
|
"language": "Python",
|
|
126
126
|
"color": "#3572A5",
|
|
127
127
|
"description": "",
|
|
128
|
-
"forked": "
|
|
129
|
-
"stargazers_count":
|
|
130
|
-
"todayStar": "
|
|
131
|
-
"html_url": "https://github.com/
|
|
128
|
+
"forked": "35005",
|
|
129
|
+
"stargazers_count": 133442,
|
|
130
|
+
"todayStar": "227 stars today",
|
|
131
|
+
"html_url": "https://github.com/TheAlgorithms/Python",
|
|
132
132
|
"rank": 12
|
|
133
133
|
},
|
|
134
134
|
{
|
|
135
|
-
"full_name": "
|
|
136
|
-
"language": "
|
|
137
|
-
"color": "#
|
|
135
|
+
"full_name": "scottbez1/smartknob",
|
|
136
|
+
"language": "C++",
|
|
137
|
+
"color": "#f34b7d",
|
|
138
138
|
"description": "",
|
|
139
|
-
"forked": "
|
|
140
|
-
"stargazers_count":
|
|
141
|
-
"todayStar": "
|
|
142
|
-
"html_url": "https://github.com/
|
|
139
|
+
"forked": "176",
|
|
140
|
+
"stargazers_count": 3074,
|
|
141
|
+
"todayStar": "294 stars today",
|
|
142
|
+
"html_url": "https://github.com/scottbez1/smartknob",
|
|
143
143
|
"rank": 13
|
|
144
144
|
},
|
|
145
145
|
{
|
|
146
|
-
"full_name": "
|
|
147
|
-
"language": "
|
|
148
|
-
"color": "#
|
|
146
|
+
"full_name": "yangshun/tech-interview-handbook",
|
|
147
|
+
"language": "JavaScript",
|
|
148
|
+
"color": "#f1e05a",
|
|
149
149
|
"description": "",
|
|
150
|
-
"forked": "
|
|
151
|
-
"stargazers_count":
|
|
152
|
-
"todayStar": "
|
|
153
|
-
"html_url": "https://github.com/
|
|
150
|
+
"forked": "9412",
|
|
151
|
+
"stargazers_count": 67915,
|
|
152
|
+
"todayStar": "186 stars today",
|
|
153
|
+
"html_url": "https://github.com/yangshun/tech-interview-handbook",
|
|
154
154
|
"rank": 14
|
|
155
155
|
},
|
|
156
156
|
{
|
|
157
|
-
"full_name": "
|
|
158
|
-
"language": "",
|
|
159
|
-
"color": "",
|
|
157
|
+
"full_name": "NVlabs/instant-ngp",
|
|
158
|
+
"language": "Cuda",
|
|
159
|
+
"color": "#3A4E3A",
|
|
160
160
|
"description": "",
|
|
161
|
-
"forked": "
|
|
162
|
-
"stargazers_count":
|
|
163
|
-
"todayStar": "
|
|
164
|
-
"html_url": "https://github.com/
|
|
161
|
+
"forked": "494",
|
|
162
|
+
"stargazers_count": 5236,
|
|
163
|
+
"todayStar": "156 stars today",
|
|
164
|
+
"html_url": "https://github.com/NVlabs/instant-ngp",
|
|
165
165
|
"rank": 15
|
|
166
166
|
},
|
|
167
167
|
{
|
|
168
|
-
"full_name": "
|
|
169
|
-
"language": "
|
|
170
|
-
"color": "
|
|
168
|
+
"full_name": "justjavac/free-programming-books-zh_CN",
|
|
169
|
+
"language": "",
|
|
170
|
+
"color": "",
|
|
171
171
|
"description": "",
|
|
172
|
-
"forked": "
|
|
173
|
-
"stargazers_count":
|
|
174
|
-
"todayStar": "
|
|
175
|
-
"html_url": "https://github.com/
|
|
172
|
+
"forked": "25616",
|
|
173
|
+
"stargazers_count": 89732,
|
|
174
|
+
"todayStar": "260 stars today",
|
|
175
|
+
"html_url": "https://github.com/justjavac/free-programming-books-zh_CN",
|
|
176
176
|
"rank": 16
|
|
177
177
|
},
|
|
178
178
|
{
|
|
179
|
-
"full_name": "
|
|
180
|
-
"language": "
|
|
181
|
-
"color": "#
|
|
179
|
+
"full_name": "breakthecode2/neo",
|
|
180
|
+
"language": "SCSS",
|
|
181
|
+
"color": "#c6538c",
|
|
182
182
|
"description": "",
|
|
183
|
-
"forked": "
|
|
184
|
-
"stargazers_count":
|
|
185
|
-
"todayStar": "
|
|
186
|
-
"html_url": "https://github.com/
|
|
183
|
+
"forked": "46",
|
|
184
|
+
"stargazers_count": 90,
|
|
185
|
+
"todayStar": "34 stars today",
|
|
186
|
+
"html_url": "https://github.com/breakthecode2/neo",
|
|
187
187
|
"rank": 17
|
|
188
188
|
},
|
|
189
189
|
{
|
|
190
|
-
"full_name": "
|
|
191
|
-
"language": "",
|
|
192
|
-
"color": "",
|
|
190
|
+
"full_name": "AI4Finance-Foundation/FinRL",
|
|
191
|
+
"language": "JupyterNotebook",
|
|
192
|
+
"color": "#DA5B0B",
|
|
193
193
|
"description": "",
|
|
194
|
-
"forked": "
|
|
195
|
-
"stargazers_count":
|
|
196
|
-
"todayStar": "
|
|
197
|
-
"html_url": "https://github.com/
|
|
194
|
+
"forked": "1046",
|
|
195
|
+
"stargazers_count": 4253,
|
|
196
|
+
"todayStar": "158 stars today",
|
|
197
|
+
"html_url": "https://github.com/AI4Finance-Foundation/FinRL",
|
|
198
198
|
"rank": 18
|
|
199
199
|
},
|
|
200
200
|
{
|
|
201
|
-
"full_name": "
|
|
202
|
-
"language": "
|
|
203
|
-
"color": "#
|
|
201
|
+
"full_name": "restic/restic",
|
|
202
|
+
"language": "Go",
|
|
203
|
+
"color": "#00ADD8",
|
|
204
204
|
"description": "",
|
|
205
|
-
"forked": "
|
|
206
|
-
"stargazers_count":
|
|
207
|
-
"todayStar": "
|
|
208
|
-
"html_url": "https://github.com/
|
|
205
|
+
"forked": "1106",
|
|
206
|
+
"stargazers_count": 16238,
|
|
207
|
+
"todayStar": "115 stars today",
|
|
208
|
+
"html_url": "https://github.com/restic/restic",
|
|
209
209
|
"rank": 19
|
|
210
210
|
},
|
|
211
211
|
{
|
|
212
|
-
"full_name": "
|
|
213
|
-
"language": "
|
|
214
|
-
"color": "
|
|
212
|
+
"full_name": "dair-ai/ML-YouTube-Courses",
|
|
213
|
+
"language": "",
|
|
214
|
+
"color": "",
|
|
215
215
|
"description": "",
|
|
216
|
-
"forked": "
|
|
217
|
-
"stargazers_count":
|
|
218
|
-
"todayStar": "
|
|
219
|
-
"html_url": "https://github.com/
|
|
216
|
+
"forked": "563",
|
|
217
|
+
"stargazers_count": 4725,
|
|
218
|
+
"todayStar": "351 stars today",
|
|
219
|
+
"html_url": "https://github.com/dair-ai/ML-YouTube-Courses",
|
|
220
220
|
"rank": 20
|
|
221
221
|
},
|
|
222
222
|
{
|
|
223
|
-
"full_name": "
|
|
224
|
-
"language": "
|
|
225
|
-
"color": "#
|
|
223
|
+
"full_name": "techno-tim/k3s-ansible",
|
|
224
|
+
"language": "Jinja",
|
|
225
|
+
"color": "#a52a22",
|
|
226
226
|
"description": "",
|
|
227
|
-
"forked": "
|
|
228
|
-
"stargazers_count":
|
|
229
|
-
"todayStar": "
|
|
230
|
-
"html_url": "https://github.com/
|
|
227
|
+
"forked": "51",
|
|
228
|
+
"stargazers_count": 227,
|
|
229
|
+
"todayStar": "106 stars today",
|
|
230
|
+
"html_url": "https://github.com/techno-tim/k3s-ansible",
|
|
231
231
|
"rank": 21
|
|
232
232
|
},
|
|
233
233
|
{
|
|
234
|
-
"full_name": "
|
|
235
|
-
"language": "
|
|
236
|
-
"color": "#
|
|
234
|
+
"full_name": "moby/moby",
|
|
235
|
+
"language": "Go",
|
|
236
|
+
"color": "#00ADD8",
|
|
237
237
|
"description": "",
|
|
238
|
-
"forked": "
|
|
239
|
-
"stargazers_count":
|
|
240
|
-
"todayStar": "
|
|
241
|
-
"html_url": "https://github.com/
|
|
238
|
+
"forked": "18022",
|
|
239
|
+
"stargazers_count": 62570,
|
|
240
|
+
"todayStar": "55 stars today",
|
|
241
|
+
"html_url": "https://github.com/moby/moby",
|
|
242
242
|
"rank": 22
|
|
243
243
|
},
|
|
244
244
|
{
|
|
245
|
-
"full_name": "
|
|
246
|
-
"language": "
|
|
247
|
-
"color": "#
|
|
245
|
+
"full_name": "Richasy/Bili.Uwp",
|
|
246
|
+
"language": "C#",
|
|
247
|
+
"color": "#178600",
|
|
248
248
|
"description": "",
|
|
249
|
-
"forked": "
|
|
250
|
-
"stargazers_count":
|
|
251
|
-
"todayStar": "
|
|
252
|
-
"html_url": "https://github.com/
|
|
249
|
+
"forked": "335",
|
|
250
|
+
"stargazers_count": 4399,
|
|
251
|
+
"todayStar": "42 stars today",
|
|
252
|
+
"html_url": "https://github.com/Richasy/Bili.Uwp",
|
|
253
253
|
"rank": 23
|
|
254
254
|
},
|
|
255
255
|
{
|
|
256
|
-
"full_name": "
|
|
257
|
-
"language": "
|
|
258
|
-
"color": "#
|
|
256
|
+
"full_name": "github/copilot-docs",
|
|
257
|
+
"language": "Python",
|
|
258
|
+
"color": "#3572A5",
|
|
259
259
|
"description": "",
|
|
260
|
-
"forked": "
|
|
261
|
-
"stargazers_count":
|
|
262
|
-
"todayStar": "
|
|
263
|
-
"html_url": "https://github.com/
|
|
260
|
+
"forked": "1172",
|
|
261
|
+
"stargazers_count": 12197,
|
|
262
|
+
"todayStar": "476 stars today",
|
|
263
|
+
"html_url": "https://github.com/github/copilot-docs",
|
|
264
264
|
"rank": 24
|
|
265
265
|
},
|
|
266
266
|
{
|
|
267
|
-
"full_name": "
|
|
268
|
-
"language": "
|
|
269
|
-
"color": "#
|
|
267
|
+
"full_name": "PaddlePaddle/PaddleDetection",
|
|
268
|
+
"language": "Python",
|
|
269
|
+
"color": "#3572A5",
|
|
270
270
|
"description": "",
|
|
271
|
-
"forked": "
|
|
272
|
-
"stargazers_count":
|
|
273
|
-
"todayStar": "
|
|
274
|
-
"html_url": "https://github.com/
|
|
271
|
+
"forked": "1712",
|
|
272
|
+
"stargazers_count": 6612,
|
|
273
|
+
"todayStar": "20 stars today",
|
|
274
|
+
"html_url": "https://github.com/PaddlePaddle/PaddleDetection",
|
|
275
275
|
"rank": 25
|
|
276
276
|
}
|
|
277
277
|
]
|