@wcj/github-rank 22.8.5 → 22.8.8
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 +29460 -29460
- package/dist/sifou-daily.json +17 -35
- package/dist/sifou-monthly.json +80 -80
- package/dist/sifou-weekly.json +148 -148
- package/dist/toutiao-30.json +105 -105
- package/dist/toutiao-7.json +120 -120
- package/dist/toutiao-90.json +49 -49
- package/dist/trending-daily.json +167 -167
- package/dist/trending-monthly.json +159 -159
- package/dist/trending-weekly.json +169 -169
- package/dist/users.china.json +2222 -2222
- package/dist/users.json +3410 -3410
- package/package.json +1 -1
- package/web/data/repos.json +29460 -29460
- package/web/data/sifou-daily.json +17 -35
- package/web/data/sifou-monthly.json +80 -80
- package/web/data/sifou-weekly.json +148 -148
- package/web/data/toutiao-30.json +105 -105
- package/web/data/toutiao-7.json +120 -120
- package/web/data/toutiao-90.json +49 -49
- package/web/data/trending-daily.json +167 -167
- package/web/data/trending-monthly.json +159 -159
- package/web/data/trending-weekly.json +169 -169
- package/web/data/users.china.json +2222 -2222
- package/web/data/users.json +3410 -3410
- package/web/index.html +1693 -1693
- package/web/repos.html +3740 -3740
- package/web/sifou-daily.html +16 -72
- package/web/sifou-monthly.html +103 -103
- package/web/sifou-weekly.html +133 -133
- package/web/toutiao-30.html +98 -98
- package/web/toutiao-7.html +89 -89
- package/web/toutiao-90.html +88 -88
- package/web/trending-monthly.html +148 -144
- package/web/trending-weekly.html +145 -149
- package/web/trending.html +144 -144
- package/web/users.china.html +1230 -1230
package/dist/toutiao-90.json
CHANGED
|
@@ -2,27 +2,17 @@
|
|
|
2
2
|
{
|
|
3
3
|
"title": "3000帧动画图解MySQL为什么需要binlog、redo log和undo log",
|
|
4
4
|
"description": "全文建立在MySQL的存储引擎为InnoDB的基础上先看一条SQL如何入库的:这是一条很简单的更新SQL,从MySQL服务端接收到SQL到落盘,先后经过了MySQL Server层...",
|
|
5
|
-
"votes": "
|
|
5
|
+
"votes": "200",
|
|
6
6
|
"url": "/k/b0g4460",
|
|
7
7
|
"avatar": "https://img.toutiao.io/subject/8e12ef64799649acbfd936883ef16c3c/thumb",
|
|
8
8
|
"avatarAlt": "服务架构及中台 - 独家号",
|
|
9
9
|
"subjectName": "服务架构及中台",
|
|
10
10
|
"homeUrl": "/subjects/26578"
|
|
11
11
|
},
|
|
12
|
-
{
|
|
13
|
-
"title": "左耳朵耗子:我做系统架构的一些原则",
|
|
14
|
-
"description": "",
|
|
15
|
-
"votes": "161",
|
|
16
|
-
"url": "/k/9oljc6o",
|
|
17
|
-
"avatar": "https://img.toutiao.io/subject/ae2b74c589814b769c1bebad92c2fb9a/thumb",
|
|
18
|
-
"avatarAlt": "架构之美 - 独家号",
|
|
19
|
-
"subjectName": "架构之美",
|
|
20
|
-
"homeUrl": "/subjects/42200"
|
|
21
|
-
},
|
|
22
12
|
{
|
|
23
13
|
"title": "吐血整理:一份不可多得的架构师图谱!",
|
|
24
14
|
"description": "文章来源:https://c1n.cn/J3wve目录概述微服务消息队列概述“架构师图谱”是一个很宏大的命题,特别是优秀的架构师自身也是“由点到...",
|
|
25
|
-
"votes": "
|
|
15
|
+
"votes": "156",
|
|
26
16
|
"url": "/k/ptp0ru2",
|
|
27
17
|
"avatar": "https://img.toutiao.io/subject/0bd01d30f85345feb85424b2928d99b2/thumb",
|
|
28
18
|
"avatarAlt": "进击的程序猿 - 独家号",
|
|
@@ -32,7 +22,7 @@
|
|
|
32
22
|
{
|
|
33
23
|
"title": "消息队列原理和选型:Kafka、RocketMQ 、RabbitMQ 和 ActiveMQ",
|
|
34
24
|
"description": "",
|
|
35
|
-
"votes": "
|
|
25
|
+
"votes": "144",
|
|
36
26
|
"url": "/k/nuwnwro",
|
|
37
27
|
"avatar": "https://img.toutiao.io/subject/0a536810212f4f7c9c1f451fc9f55540/thumb",
|
|
38
28
|
"avatarAlt": "乱点技能树 - 独家号",
|
|
@@ -59,6 +49,16 @@
|
|
|
59
49
|
"subjectName": "叶东富",
|
|
60
50
|
"homeUrl": "/subjects/307550"
|
|
61
51
|
},
|
|
52
|
+
{
|
|
53
|
+
"title": "MongoDB全方位知识图谱!",
|
|
54
|
+
"description": "导语 | MongoDB是一个强大的分布式存储引擎,天然支持高可用、分布式和灵活设计。MongoDB的一个很重要的设计理念是:服务端只关注底层核心能力的输出,至于怎么用,就尽可能的...",
|
|
55
|
+
"votes": "122",
|
|
56
|
+
"url": "/k/efxw4nr",
|
|
57
|
+
"avatar": "https://img.toutiao.io/subject/388a8f21de6247edb0dced13b1701e0c/thumb",
|
|
58
|
+
"avatarAlt": "趣编程的独家号 - 独家号",
|
|
59
|
+
"subjectName": "趣编程的独家号",
|
|
60
|
+
"homeUrl": "/subjects/465623"
|
|
61
|
+
},
|
|
62
62
|
{
|
|
63
63
|
"title": "阿里10年沉淀|那些技术实战中的架构设计方法",
|
|
64
64
|
"description": "上周我写的一篇文章《关于技术能力的思考和总结》引起了大家的关注,好多读者的评论“以写代想、以想促真、以讲验真”,大家的感受很深刻,基于上次的文章,这篇文章我其实更想跟大家聊聊一些常...",
|
|
@@ -69,16 +69,6 @@
|
|
|
69
69
|
"subjectName": "架构必知必会",
|
|
70
70
|
"homeUrl": "/subjects/472073"
|
|
71
71
|
},
|
|
72
|
-
{
|
|
73
|
-
"title": "MongoDB全方位知识图谱!",
|
|
74
|
-
"description": "导语 | MongoDB是一个强大的分布式存储引擎,天然支持高可用、分布式和灵活设计。MongoDB的一个很重要的设计理念是:服务端只关注底层核心能力的输出,至于怎么用,就尽可能的...",
|
|
75
|
-
"votes": "121",
|
|
76
|
-
"url": "/k/efxw4nr",
|
|
77
|
-
"avatar": "https://img.toutiao.io/subject/388a8f21de6247edb0dced13b1701e0c/thumb",
|
|
78
|
-
"avatarAlt": "趣编程的独家号 - 独家号",
|
|
79
|
-
"subjectName": "趣编程的独家号",
|
|
80
|
-
"homeUrl": "/subjects/465623"
|
|
81
|
-
},
|
|
82
72
|
{
|
|
83
73
|
"title": "Redis夺命52连问",
|
|
84
74
|
"description": "大家好,我是苏三,面渣逆袭系列继续,这节我们来搞定Redis——不会有人假期玩去了吧?不会吧?基础1.说说什么是Redis?Redis图标Redis是一种基于键值对(key-val...",
|
|
@@ -102,7 +92,7 @@
|
|
|
102
92
|
{
|
|
103
93
|
"title": "阿里云官方 Redis 开发规范!",
|
|
104
94
|
"description": "",
|
|
105
|
-
"votes": "
|
|
95
|
+
"votes": "99",
|
|
106
96
|
"url": "/k/2fqcbfi",
|
|
107
97
|
"avatar": "https://img.toutiao.io/subject/0bd01d30f85345feb85424b2928d99b2/thumb",
|
|
108
98
|
"avatarAlt": "进击的程序猿 - 独家号",
|
|
@@ -129,16 +119,6 @@
|
|
|
129
119
|
"subjectName": "DeepNoMind",
|
|
130
120
|
"homeUrl": "/subjects/460290"
|
|
131
121
|
},
|
|
132
|
-
{
|
|
133
|
-
"title": "跨Mysql、Redis、Mongo的分布式事务",
|
|
134
|
-
"description": "Mysql、Redis、Mongo都是非常流行的存储,并且各自有自己的优势。在实际的应用中,常常会同时使用多种存储,也会遇见在多种存储中保证数据一致性的需求,例如保证数据库中的库存...",
|
|
135
|
-
"votes": "88",
|
|
136
|
-
"url": "/k/246clz1",
|
|
137
|
-
"avatar": "https://img.toutiao.io/subject/45e806cf22ab424b831afe890c225505/thumb",
|
|
138
|
-
"avatarAlt": "叶东富 - 独家号",
|
|
139
|
-
"subjectName": "叶东富",
|
|
140
|
-
"homeUrl": "/subjects/307550"
|
|
141
|
-
},
|
|
142
122
|
{
|
|
143
123
|
"title": "ThreadLocal夺命11连问",
|
|
144
124
|
"description": "",
|
|
@@ -159,10 +139,20 @@
|
|
|
159
139
|
"subjectName": "架构之美",
|
|
160
140
|
"homeUrl": "/subjects/42200"
|
|
161
141
|
},
|
|
142
|
+
{
|
|
143
|
+
"title": "花了一周,我总结了120个数据分析指标与术语。",
|
|
144
|
+
"description": "",
|
|
145
|
+
"votes": "85",
|
|
146
|
+
"url": "/k/9pzybmk",
|
|
147
|
+
"avatar": "https://img.toutiao.io/subject/0bd01d30f85345feb85424b2928d99b2/thumb",
|
|
148
|
+
"avatarAlt": "进击的程序猿 - 独家号",
|
|
149
|
+
"subjectName": "进击的程序猿",
|
|
150
|
+
"homeUrl": "/subjects/24912"
|
|
151
|
+
},
|
|
162
152
|
{
|
|
163
153
|
"title": "聊聊Java中代码优化的30个小技巧",
|
|
164
154
|
"description": "大家好,我是苏三,又跟大家见面了。前言我之前写过两篇关于优化相关的问题:《聊聊sql优化的15个小技巧》和《聊聊接口性能优化的11个小技巧》,发表之后,在全网受到广大网友的好评。阅...",
|
|
165
|
-
"votes": "
|
|
155
|
+
"votes": "90",
|
|
166
156
|
"url": "/k/jv8g1r6",
|
|
167
157
|
"avatar": "https://img.toutiao.io/subject/0a66350d491141748ab4dd49be144252/thumb",
|
|
168
158
|
"avatarAlt": "苏三说技术 - 独家号",
|
|
@@ -230,23 +220,33 @@
|
|
|
230
220
|
"homeUrl": "/subjects/98777"
|
|
231
221
|
},
|
|
232
222
|
{
|
|
233
|
-
"title": "
|
|
223
|
+
"title": "肝了一个月的 DDD,一文带你掌握!",
|
|
234
224
|
"description": "",
|
|
235
|
-
"votes": "
|
|
236
|
-
"url": "/k/
|
|
237
|
-
"avatar": "https://img.toutiao.io/subject/
|
|
238
|
-
"avatarAlt": "
|
|
239
|
-
"subjectName": "
|
|
240
|
-
"homeUrl": "/subjects/
|
|
225
|
+
"votes": "78",
|
|
226
|
+
"url": "/k/bclz2n6",
|
|
227
|
+
"avatar": "https://img.toutiao.io/subject/c34a137f55bf46c3a2cf63e3677a30b1/thumb",
|
|
228
|
+
"avatarAlt": "Bloomingroses - 独家号",
|
|
229
|
+
"subjectName": "Bloomingroses",
|
|
230
|
+
"homeUrl": "/subjects/98777"
|
|
241
231
|
},
|
|
242
232
|
{
|
|
243
|
-
"title": "
|
|
233
|
+
"title": "如何写出一篇好的技术方案?",
|
|
244
234
|
"description": "",
|
|
245
|
-
"votes": "
|
|
246
|
-
"url": "/k/
|
|
247
|
-
"avatar": "https://img.toutiao.io/subject/
|
|
248
|
-
"avatarAlt": "
|
|
249
|
-
"subjectName": "
|
|
250
|
-
"homeUrl": "/subjects/
|
|
235
|
+
"votes": "77",
|
|
236
|
+
"url": "/k/gl2cth8",
|
|
237
|
+
"avatar": "https://img.toutiao.io/subject/ae2b74c589814b769c1bebad92c2fb9a/thumb",
|
|
238
|
+
"avatarAlt": "架构之美 - 独家号",
|
|
239
|
+
"subjectName": "架构之美",
|
|
240
|
+
"homeUrl": "/subjects/42200"
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"title": "总监的烦恼:技术丢了怎么办?",
|
|
244
|
+
"description": "原创不易,求分享、求一键三连前段时间有个粉丝与我讨论了一个问题:小钗,我半年前从技术经理升职到了技术总监,但这段时间的工作很恼火:一大半时间要去开各种产品会,还有一些时间要去处理团...",
|
|
245
|
+
"votes": "79",
|
|
246
|
+
"url": "/k/rzytby1",
|
|
247
|
+
"avatar": "https://img.toutiao.io/subject/c34a137f55bf46c3a2cf63e3677a30b1/thumb",
|
|
248
|
+
"avatarAlt": "Bloomingroses - 独家号",
|
|
249
|
+
"subjectName": "Bloomingroses",
|
|
250
|
+
"homeUrl": "/subjects/98777"
|
|
251
251
|
}
|
|
252
252
|
]
|
package/dist/trending-daily.json
CHANGED
|
@@ -1,277 +1,277 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
|
-
"full_name": "
|
|
4
|
-
"language": "
|
|
5
|
-
"color": "#
|
|
3
|
+
"full_name": "toeverything/AFFiNE",
|
|
4
|
+
"language": "TypeScript",
|
|
5
|
+
"color": "#3178c6",
|
|
6
6
|
"description": "",
|
|
7
|
-
"forked": "
|
|
8
|
-
"stargazers_count":
|
|
9
|
-
"todayStar": "
|
|
10
|
-
"html_url": "https://github.com/
|
|
7
|
+
"forked": "79",
|
|
8
|
+
"stargazers_count": 2813,
|
|
9
|
+
"todayStar": "885 stars today",
|
|
10
|
+
"html_url": "https://github.com/toeverything/AFFiNE",
|
|
11
11
|
"rank": 1
|
|
12
12
|
},
|
|
13
13
|
{
|
|
14
|
-
"full_name": "
|
|
15
|
-
"language": "",
|
|
16
|
-
"color": "",
|
|
14
|
+
"full_name": "utmapp/UTM",
|
|
15
|
+
"language": "Swift",
|
|
16
|
+
"color": "#F05138",
|
|
17
17
|
"description": "",
|
|
18
|
-
"forked": "
|
|
19
|
-
"stargazers_count":
|
|
20
|
-
"todayStar": "
|
|
21
|
-
"html_url": "https://github.com/
|
|
18
|
+
"forked": "866",
|
|
19
|
+
"stargazers_count": 13949,
|
|
20
|
+
"todayStar": "124 stars today",
|
|
21
|
+
"html_url": "https://github.com/utmapp/UTM",
|
|
22
22
|
"rank": 2
|
|
23
23
|
},
|
|
24
24
|
{
|
|
25
|
-
"full_name": "
|
|
26
|
-
"language": "
|
|
27
|
-
"color": "#
|
|
25
|
+
"full_name": "NVIDIAGameWorks/kaolin-wisp",
|
|
26
|
+
"language": "Python",
|
|
27
|
+
"color": "#3572A5",
|
|
28
28
|
"description": "",
|
|
29
|
-
"forked": "
|
|
30
|
-
"stargazers_count":
|
|
31
|
-
"todayStar": "
|
|
32
|
-
"html_url": "https://github.com/
|
|
29
|
+
"forked": "29",
|
|
30
|
+
"stargazers_count": 493,
|
|
31
|
+
"todayStar": "51 stars today",
|
|
32
|
+
"html_url": "https://github.com/NVIDIAGameWorks/kaolin-wisp",
|
|
33
33
|
"rank": 3
|
|
34
34
|
},
|
|
35
35
|
{
|
|
36
|
-
"full_name": "
|
|
37
|
-
"language": "
|
|
38
|
-
"color": "#
|
|
36
|
+
"full_name": "microsoft/terminal",
|
|
37
|
+
"language": "C++",
|
|
38
|
+
"color": "#f34b7d",
|
|
39
39
|
"description": "",
|
|
40
|
-
"forked": "
|
|
41
|
-
"stargazers_count":
|
|
42
|
-
"todayStar": "
|
|
43
|
-
"html_url": "https://github.com/
|
|
40
|
+
"forked": "7460",
|
|
41
|
+
"stargazers_count": 84485,
|
|
42
|
+
"todayStar": "90 stars today",
|
|
43
|
+
"html_url": "https://github.com/microsoft/terminal",
|
|
44
44
|
"rank": 4
|
|
45
45
|
},
|
|
46
46
|
{
|
|
47
|
-
"full_name": "
|
|
48
|
-
"language": "Erlang",
|
|
49
|
-
"color": "#B83998",
|
|
50
|
-
"description": "",
|
|
51
|
-
"forked": "6",
|
|
52
|
-
"stargazers_count": 298,
|
|
53
|
-
"todayStar": "56 stars today",
|
|
54
|
-
"html_url": "https://github.com/WhatsApp/eqwalizer",
|
|
55
|
-
"rank": 5
|
|
56
|
-
},
|
|
57
|
-
{
|
|
58
|
-
"full_name": "TencentARC/GFPGAN",
|
|
47
|
+
"full_name": "jina-ai/discoart",
|
|
59
48
|
"language": "Python",
|
|
60
49
|
"color": "#3572A5",
|
|
61
50
|
"description": "",
|
|
62
|
-
"forked": "
|
|
63
|
-
"stargazers_count":
|
|
64
|
-
"todayStar": "
|
|
65
|
-
"html_url": "https://github.com/
|
|
66
|
-
"rank":
|
|
51
|
+
"forked": "92",
|
|
52
|
+
"stargazers_count": 1722,
|
|
53
|
+
"todayStar": "209 stars today",
|
|
54
|
+
"html_url": "https://github.com/jina-ai/discoart",
|
|
55
|
+
"rank": 5
|
|
67
56
|
},
|
|
68
57
|
{
|
|
69
|
-
"full_name": "
|
|
58
|
+
"full_name": "martinshkreli/models",
|
|
70
59
|
"language": "",
|
|
71
60
|
"color": "",
|
|
72
61
|
"description": "",
|
|
73
|
-
"forked": "
|
|
74
|
-
"stargazers_count":
|
|
75
|
-
"todayStar": "
|
|
76
|
-
"html_url": "https://github.com/
|
|
77
|
-
"rank":
|
|
62
|
+
"forked": "28",
|
|
63
|
+
"stargazers_count": 244,
|
|
64
|
+
"todayStar": "33 stars today",
|
|
65
|
+
"html_url": "https://github.com/martinshkreli/models",
|
|
66
|
+
"rank": 6
|
|
78
67
|
},
|
|
79
68
|
{
|
|
80
|
-
"full_name": "
|
|
69
|
+
"full_name": "facebookresearch/ParlAI",
|
|
81
70
|
"language": "Python",
|
|
82
71
|
"color": "#3572A5",
|
|
83
72
|
"description": "",
|
|
84
|
-
"forked": "
|
|
85
|
-
"stargazers_count":
|
|
86
|
-
"todayStar": "
|
|
87
|
-
"html_url": "https://github.com/
|
|
73
|
+
"forked": "1888",
|
|
74
|
+
"stargazers_count": 9111,
|
|
75
|
+
"todayStar": "62 stars today",
|
|
76
|
+
"html_url": "https://github.com/facebookresearch/ParlAI",
|
|
77
|
+
"rank": 7
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"full_name": "KalleHallden/exer_log",
|
|
81
|
+
"language": "Dart",
|
|
82
|
+
"color": "#00B4AB",
|
|
83
|
+
"description": "",
|
|
84
|
+
"forked": "20",
|
|
85
|
+
"stargazers_count": 95,
|
|
86
|
+
"todayStar": "19 stars today",
|
|
87
|
+
"html_url": "https://github.com/KalleHallden/exer_log",
|
|
88
88
|
"rank": 8
|
|
89
89
|
},
|
|
90
90
|
{
|
|
91
|
-
"full_name": "
|
|
92
|
-
"language": "
|
|
93
|
-
"color": "#
|
|
91
|
+
"full_name": "juliocesarfort/public-pentesting-reports",
|
|
92
|
+
"language": "CSS",
|
|
93
|
+
"color": "#563d7c",
|
|
94
94
|
"description": "",
|
|
95
|
-
"forked": "
|
|
96
|
-
"stargazers_count":
|
|
97
|
-
"todayStar": "
|
|
98
|
-
"html_url": "https://github.com/
|
|
95
|
+
"forked": "1510",
|
|
96
|
+
"stargazers_count": 5878,
|
|
97
|
+
"todayStar": "141 stars today",
|
|
98
|
+
"html_url": "https://github.com/juliocesarfort/public-pentesting-reports",
|
|
99
99
|
"rank": 9
|
|
100
100
|
},
|
|
101
101
|
{
|
|
102
|
-
"full_name": "
|
|
103
|
-
"language": "
|
|
104
|
-
"color": "
|
|
102
|
+
"full_name": "EbookFoundation/free-programming-books",
|
|
103
|
+
"language": "",
|
|
104
|
+
"color": "",
|
|
105
105
|
"description": "",
|
|
106
|
-
"forked": "
|
|
107
|
-
"stargazers_count":
|
|
108
|
-
"todayStar": "
|
|
109
|
-
"html_url": "https://github.com/
|
|
106
|
+
"forked": "50153",
|
|
107
|
+
"stargazers_count": 243909,
|
|
108
|
+
"todayStar": "147 stars today",
|
|
109
|
+
"html_url": "https://github.com/EbookFoundation/free-programming-books",
|
|
110
110
|
"rank": 10
|
|
111
111
|
},
|
|
112
112
|
{
|
|
113
|
-
"full_name": "
|
|
114
|
-
"language": "
|
|
115
|
-
"color": "#
|
|
113
|
+
"full_name": "moyix/fauxpilot",
|
|
114
|
+
"language": "Python",
|
|
115
|
+
"color": "#3572A5",
|
|
116
116
|
"description": "",
|
|
117
|
-
"forked": "
|
|
118
|
-
"stargazers_count":
|
|
119
|
-
"todayStar": "
|
|
120
|
-
"html_url": "https://github.com/
|
|
117
|
+
"forked": "91",
|
|
118
|
+
"stargazers_count": 3524,
|
|
119
|
+
"todayStar": "473 stars today",
|
|
120
|
+
"html_url": "https://github.com/moyix/fauxpilot",
|
|
121
121
|
"rank": 11
|
|
122
122
|
},
|
|
123
123
|
{
|
|
124
|
-
"full_name": "
|
|
125
|
-
"language": "
|
|
126
|
-
"color": "
|
|
124
|
+
"full_name": "josejesusguzman/acordeon-az500-innoovaccion",
|
|
125
|
+
"language": "",
|
|
126
|
+
"color": "",
|
|
127
127
|
"description": "",
|
|
128
|
-
"forked": "
|
|
129
|
-
"stargazers_count":
|
|
130
|
-
"todayStar": "
|
|
131
|
-
"html_url": "https://github.com/
|
|
128
|
+
"forked": "9",
|
|
129
|
+
"stargazers_count": 34,
|
|
130
|
+
"todayStar": "6 stars today",
|
|
131
|
+
"html_url": "https://github.com/josejesusguzman/acordeon-az500-innoovaccion",
|
|
132
132
|
"rank": 12
|
|
133
133
|
},
|
|
134
134
|
{
|
|
135
|
-
"full_name": "
|
|
136
|
-
"language": "",
|
|
137
|
-
"color": "",
|
|
135
|
+
"full_name": "adiwajshing/Baileys",
|
|
136
|
+
"language": "JavaScript",
|
|
137
|
+
"color": "#f1e05a",
|
|
138
138
|
"description": "",
|
|
139
|
-
"forked": "
|
|
140
|
-
"stargazers_count":
|
|
141
|
-
"todayStar": "
|
|
142
|
-
"html_url": "https://github.com/
|
|
139
|
+
"forked": "1055",
|
|
140
|
+
"stargazers_count": 3429,
|
|
141
|
+
"todayStar": "28 stars today",
|
|
142
|
+
"html_url": "https://github.com/adiwajshing/Baileys",
|
|
143
143
|
"rank": 13
|
|
144
144
|
},
|
|
145
145
|
{
|
|
146
|
-
"full_name": "
|
|
146
|
+
"full_name": "qmk/qmk_firmware",
|
|
147
147
|
"language": "C",
|
|
148
148
|
"color": "#555555",
|
|
149
149
|
"description": "",
|
|
150
|
-
"forked": "
|
|
151
|
-
"stargazers_count":
|
|
152
|
-
"todayStar": "
|
|
153
|
-
"html_url": "https://github.com/
|
|
150
|
+
"forked": "27600",
|
|
151
|
+
"stargazers_count": 12985,
|
|
152
|
+
"todayStar": "29 stars today",
|
|
153
|
+
"html_url": "https://github.com/qmk/qmk_firmware",
|
|
154
154
|
"rank": 14
|
|
155
155
|
},
|
|
156
156
|
{
|
|
157
|
-
"full_name": "
|
|
158
|
-
"language": "
|
|
159
|
-
"color": "#
|
|
157
|
+
"full_name": "valinet/ExplorerPatcher",
|
|
158
|
+
"language": "C",
|
|
159
|
+
"color": "#555555",
|
|
160
160
|
"description": "",
|
|
161
|
-
"forked": "
|
|
162
|
-
"stargazers_count":
|
|
163
|
-
"todayStar": "
|
|
164
|
-
"html_url": "https://github.com/
|
|
161
|
+
"forked": "400",
|
|
162
|
+
"stargazers_count": 7172,
|
|
163
|
+
"todayStar": "51 stars today",
|
|
164
|
+
"html_url": "https://github.com/valinet/ExplorerPatcher",
|
|
165
165
|
"rank": 15
|
|
166
166
|
},
|
|
167
167
|
{
|
|
168
|
-
"full_name": "
|
|
169
|
-
"language": "
|
|
170
|
-
"color": "#
|
|
168
|
+
"full_name": "PKUFlyingPig/cs-self-learning",
|
|
169
|
+
"language": "HTML",
|
|
170
|
+
"color": "#e34c26",
|
|
171
171
|
"description": "",
|
|
172
|
-
"forked": "
|
|
173
|
-
"stargazers_count":
|
|
174
|
-
"todayStar": "
|
|
175
|
-
"html_url": "https://github.com/
|
|
172
|
+
"forked": "1577",
|
|
173
|
+
"stargazers_count": 11248,
|
|
174
|
+
"todayStar": "86 stars today",
|
|
175
|
+
"html_url": "https://github.com/PKUFlyingPig/cs-self-learning",
|
|
176
176
|
"rank": 16
|
|
177
177
|
},
|
|
178
178
|
{
|
|
179
|
-
"full_name": "
|
|
180
|
-
"language": "
|
|
181
|
-
"color": "#
|
|
179
|
+
"full_name": "lucidrains/imagen-pytorch",
|
|
180
|
+
"language": "Python",
|
|
181
|
+
"color": "#3572A5",
|
|
182
182
|
"description": "",
|
|
183
|
-
"forked": "
|
|
184
|
-
"stargazers_count":
|
|
185
|
-
"todayStar": "
|
|
186
|
-
"html_url": "https://github.com/
|
|
183
|
+
"forked": "319",
|
|
184
|
+
"stargazers_count": 4477,
|
|
185
|
+
"todayStar": "66 stars today",
|
|
186
|
+
"html_url": "https://github.com/lucidrains/imagen-pytorch",
|
|
187
187
|
"rank": 17
|
|
188
188
|
},
|
|
189
189
|
{
|
|
190
|
-
"full_name": "
|
|
190
|
+
"full_name": "Womsxd/AutoMihoyoBBS",
|
|
191
191
|
"language": "Python",
|
|
192
192
|
"color": "#3572A5",
|
|
193
193
|
"description": "",
|
|
194
|
-
"forked": "
|
|
195
|
-
"stargazers_count":
|
|
196
|
-
"todayStar": "
|
|
197
|
-
"html_url": "https://github.com/
|
|
194
|
+
"forked": "239",
|
|
195
|
+
"stargazers_count": 773,
|
|
196
|
+
"todayStar": "18 stars today",
|
|
197
|
+
"html_url": "https://github.com/Womsxd/AutoMihoyoBBS",
|
|
198
198
|
"rank": 18
|
|
199
199
|
},
|
|
200
200
|
{
|
|
201
|
-
"full_name": "
|
|
201
|
+
"full_name": "getify/You-Dont-Know-JS",
|
|
202
202
|
"language": "",
|
|
203
203
|
"color": "",
|
|
204
204
|
"description": "",
|
|
205
|
-
"forked": "
|
|
206
|
-
"stargazers_count":
|
|
207
|
-
"todayStar": "
|
|
208
|
-
"html_url": "https://github.com/
|
|
205
|
+
"forked": "30869",
|
|
206
|
+
"stargazers_count": 157085,
|
|
207
|
+
"todayStar": "65 stars today",
|
|
208
|
+
"html_url": "https://github.com/getify/You-Dont-Know-JS",
|
|
209
209
|
"rank": 19
|
|
210
210
|
},
|
|
211
211
|
{
|
|
212
|
-
"full_name": "
|
|
213
|
-
"language": "
|
|
214
|
-
"color": "#
|
|
212
|
+
"full_name": "coolsnowwolf/lede",
|
|
213
|
+
"language": "C",
|
|
214
|
+
"color": "#555555",
|
|
215
215
|
"description": "",
|
|
216
|
-
"forked": "
|
|
217
|
-
"stargazers_count":
|
|
218
|
-
"todayStar": "
|
|
219
|
-
"html_url": "https://github.com/
|
|
216
|
+
"forked": "17767",
|
|
217
|
+
"stargazers_count": 22477,
|
|
218
|
+
"todayStar": "27 stars today",
|
|
219
|
+
"html_url": "https://github.com/coolsnowwolf/lede",
|
|
220
220
|
"rank": 20
|
|
221
221
|
},
|
|
222
222
|
{
|
|
223
|
-
"full_name": "
|
|
224
|
-
"language": "
|
|
225
|
-
"color": "#
|
|
223
|
+
"full_name": "google-research/multinerf",
|
|
224
|
+
"language": "Python",
|
|
225
|
+
"color": "#3572A5",
|
|
226
226
|
"description": "",
|
|
227
|
-
"forked": "
|
|
228
|
-
"stargazers_count":
|
|
229
|
-
"todayStar": "
|
|
230
|
-
"html_url": "https://github.com/
|
|
227
|
+
"forked": "31",
|
|
228
|
+
"stargazers_count": 531,
|
|
229
|
+
"todayStar": "58 stars today",
|
|
230
|
+
"html_url": "https://github.com/google-research/multinerf",
|
|
231
231
|
"rank": 21
|
|
232
232
|
},
|
|
233
233
|
{
|
|
234
|
-
"full_name": "
|
|
235
|
-
"language": "
|
|
236
|
-
"color": "#
|
|
234
|
+
"full_name": "termux/termux-app",
|
|
235
|
+
"language": "Java",
|
|
236
|
+
"color": "#b07219",
|
|
237
237
|
"description": "",
|
|
238
|
-
"forked": "
|
|
239
|
-
"stargazers_count":
|
|
240
|
-
"todayStar": "
|
|
241
|
-
"html_url": "https://github.com/
|
|
238
|
+
"forked": "1898",
|
|
239
|
+
"stargazers_count": 14460,
|
|
240
|
+
"todayStar": "80 stars today",
|
|
241
|
+
"html_url": "https://github.com/termux/termux-app",
|
|
242
242
|
"rank": 22
|
|
243
243
|
},
|
|
244
244
|
{
|
|
245
|
-
"full_name": "
|
|
246
|
-
"language": "
|
|
247
|
-
"color": "#
|
|
245
|
+
"full_name": "godotengine/godot",
|
|
246
|
+
"language": "C++",
|
|
247
|
+
"color": "#f34b7d",
|
|
248
248
|
"description": "",
|
|
249
|
-
"forked": "
|
|
250
|
-
"stargazers_count":
|
|
251
|
-
"todayStar": "
|
|
252
|
-
"html_url": "https://github.com/
|
|
249
|
+
"forked": "9092",
|
|
250
|
+
"stargazers_count": 51747,
|
|
251
|
+
"todayStar": "70 stars today",
|
|
252
|
+
"html_url": "https://github.com/godotengine/godot",
|
|
253
253
|
"rank": 23
|
|
254
254
|
},
|
|
255
255
|
{
|
|
256
|
-
"full_name": "
|
|
256
|
+
"full_name": "rust-lang/rust-analyzer",
|
|
257
257
|
"language": "Rust",
|
|
258
258
|
"color": "#dea584",
|
|
259
259
|
"description": "",
|
|
260
|
-
"forked": "
|
|
261
|
-
"stargazers_count":
|
|
262
|
-
"todayStar": "
|
|
263
|
-
"html_url": "https://github.com/
|
|
260
|
+
"forked": "1032",
|
|
261
|
+
"stargazers_count": 10190,
|
|
262
|
+
"todayStar": "40 stars today",
|
|
263
|
+
"html_url": "https://github.com/rust-lang/rust-analyzer",
|
|
264
264
|
"rank": 24
|
|
265
265
|
},
|
|
266
266
|
{
|
|
267
|
-
"full_name": "
|
|
268
|
-
"language": "
|
|
269
|
-
"color": "#
|
|
267
|
+
"full_name": "ventoy/Ventoy",
|
|
268
|
+
"language": "C",
|
|
269
|
+
"color": "#555555",
|
|
270
270
|
"description": "",
|
|
271
|
-
"forked": "
|
|
272
|
-
"stargazers_count":
|
|
273
|
-
"todayStar": "
|
|
274
|
-
"html_url": "https://github.com/
|
|
271
|
+
"forked": "2767",
|
|
272
|
+
"stargazers_count": 37438,
|
|
273
|
+
"todayStar": "95 stars today",
|
|
274
|
+
"html_url": "https://github.com/ventoy/Ventoy",
|
|
275
275
|
"rank": 25
|
|
276
276
|
}
|
|
277
277
|
]
|