@wcj/github-rank 22.9.3 → 22.9.6
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 +30440 -30437
- package/dist/sifou-daily.json +78 -6
- package/dist/sifou-monthly.json +83 -83
- package/dist/sifou-weekly.json +142 -142
- package/dist/toutiao-30.json +77 -77
- package/dist/toutiao-7.json +127 -127
- package/dist/toutiao-90.json +50 -50
- package/dist/trending-daily.json +171 -171
- package/dist/trending-monthly.json +157 -157
- package/dist/trending-weekly.json +167 -167
- package/dist/users.china.json +1996 -1997
- package/dist/users.json +3820 -3820
- package/package.json +1 -1
- package/web/data/repos.json +30440 -30437
- package/web/data/sifou-daily.json +78 -6
- package/web/data/sifou-monthly.json +83 -83
- package/web/data/sifou-weekly.json +142 -142
- package/web/data/toutiao-30.json +77 -77
- package/web/data/toutiao-7.json +127 -127
- package/web/data/toutiao-90.json +50 -50
- package/web/data/trending-daily.json +171 -171
- package/web/data/trending-monthly.json +157 -157
- package/web/data/trending-weekly.json +167 -167
- package/web/data/users.china.json +1996 -1997
- package/web/data/users.json +3820 -3820
- package/web/index.html +1958 -1958
- package/web/repos.html +3743 -3743
- package/web/sifou-daily.html +230 -6
- package/web/sifou-monthly.html +135 -135
- package/web/sifou-weekly.html +124 -124
- package/web/toutiao-30.html +80 -80
- package/web/toutiao-7.html +91 -91
- package/web/toutiao-90.html +47 -47
- package/web/trending-monthly.html +138 -138
- package/web/trending-weekly.html +144 -148
- package/web/trending.html +144 -152
- package/web/users.china.html +1027 -1027
package/dist/toutiao-90.json
CHANGED
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
{
|
|
23
23
|
"title": "全网最全的权限系统设计方案(图解)",
|
|
24
24
|
"description": "",
|
|
25
|
-
"votes": "
|
|
25
|
+
"votes": "139",
|
|
26
26
|
"url": "/k/lozkmee",
|
|
27
27
|
"avatar": "https://img.toutiao.io/subject/8e12ef64799649acbfd936883ef16c3c/thumb",
|
|
28
28
|
"avatarAlt": "服务架构及中台 - 独家号",
|
|
@@ -59,6 +59,16 @@
|
|
|
59
59
|
"subjectName": "编程爱好者(网络编程)",
|
|
60
60
|
"homeUrl": "/subjects/134283"
|
|
61
61
|
},
|
|
62
|
+
{
|
|
63
|
+
"title": "聊聊 13 种锁的实现方式",
|
|
64
|
+
"description": "大家好,我是Tom哥。最近有很多小伙伴给我留言,分布式系统时代,线程并发,资源抢占,\"锁\" 慢慢变得很重要。那么常见的锁都有哪些?今天Tom哥就和大家简单聊聊这个话题1、悲观锁正如...",
|
|
65
|
+
"votes": "102",
|
|
66
|
+
"url": "/k/wcwg3fn",
|
|
67
|
+
"avatar": "https://img.toutiao.io/subject/e62c1664abed48848efc89141ae64112/thumb",
|
|
68
|
+
"avatarAlt": "微观技术 - 独家号",
|
|
69
|
+
"subjectName": "微观技术",
|
|
70
|
+
"homeUrl": "/subjects/348507"
|
|
71
|
+
},
|
|
62
72
|
{
|
|
63
73
|
"title": "掌握这些 SpringBoot 启动扩展点,已经超过 90% 的人了",
|
|
64
74
|
"description": "",
|
|
@@ -69,16 +79,6 @@
|
|
|
69
79
|
"subjectName": "服务架构及中台",
|
|
70
80
|
"homeUrl": "/subjects/26578"
|
|
71
81
|
},
|
|
72
|
-
{
|
|
73
|
-
"title": "聊聊 13 种锁的实现方式",
|
|
74
|
-
"description": "大家好,我是Tom哥。最近有很多小伙伴给我留言,分布式系统时代,线程并发,资源抢占,\"锁\" 慢慢变得很重要。那么常见的锁都有哪些?今天Tom哥就和大家简单聊聊这个话题1、悲观锁正如...",
|
|
75
|
-
"votes": "101",
|
|
76
|
-
"url": "/k/wcwg3fn",
|
|
77
|
-
"avatar": "https://img.toutiao.io/subject/e62c1664abed48848efc89141ae64112/thumb",
|
|
78
|
-
"avatarAlt": "微观技术 - 独家号",
|
|
79
|
-
"subjectName": "微观技术",
|
|
80
|
-
"homeUrl": "/subjects/348507"
|
|
81
|
-
},
|
|
82
82
|
{
|
|
83
83
|
"title": "Java 大后端各种架构图汇总(建议收藏!!)",
|
|
84
84
|
"description": "",
|
|
@@ -100,25 +100,35 @@
|
|
|
100
100
|
"homeUrl": "/subjects/453205"
|
|
101
101
|
},
|
|
102
102
|
{
|
|
103
|
-
"title": "
|
|
103
|
+
"title": "京东面试:MQ 消息丢失、重复、积压问题,如何解决?",
|
|
104
104
|
"description": "",
|
|
105
|
-
"votes": "
|
|
106
|
-
"url": "/k/
|
|
105
|
+
"votes": "95",
|
|
106
|
+
"url": "/k/1unx53z",
|
|
107
107
|
"avatar": "https://img.toutiao.io/subject/d9b0b833d7e44d38b958e8a6003d36b4/thumb",
|
|
108
108
|
"avatarAlt": "浪客用react,java全栈 - 独家号",
|
|
109
109
|
"subjectName": "浪客用react,java全栈",
|
|
110
110
|
"homeUrl": "/subjects/132403"
|
|
111
111
|
},
|
|
112
112
|
{
|
|
113
|
-
"title": "
|
|
113
|
+
"title": "高并发,你真的理解透彻了吗?",
|
|
114
114
|
"description": "",
|
|
115
|
-
"votes": "
|
|
116
|
-
"url": "/k/
|
|
115
|
+
"votes": "89",
|
|
116
|
+
"url": "/k/93k2zfb",
|
|
117
117
|
"avatar": "https://img.toutiao.io/subject/d9b0b833d7e44d38b958e8a6003d36b4/thumb",
|
|
118
118
|
"avatarAlt": "浪客用react,java全栈 - 独家号",
|
|
119
119
|
"subjectName": "浪客用react,java全栈",
|
|
120
120
|
"homeUrl": "/subjects/132403"
|
|
121
121
|
},
|
|
122
|
+
{
|
|
123
|
+
"title": "微服务接口设计原则",
|
|
124
|
+
"description": "本文结合自身后台开发经验,从高可用、高性能、易维护和低风险(安全)角度出发,尝试总结业界常见微服务接口设计原则,帮助大家设计出优秀的微服务。1.前言微服务是一种系统架构风格,是 S...",
|
|
125
|
+
"votes": "92",
|
|
126
|
+
"url": "/k/4hjv10p",
|
|
127
|
+
"avatar": "https://img.toutiao.io/subject/cc2d501408fd455d9b841cb6c8d95a6c/thumb",
|
|
128
|
+
"avatarAlt": "ASCE1885 - 独家号",
|
|
129
|
+
"subjectName": "ASCE1885",
|
|
130
|
+
"homeUrl": "/subjects/4829"
|
|
131
|
+
},
|
|
122
132
|
{
|
|
123
133
|
"title": "花了一周,我总结了120个数据分析指标与术语。",
|
|
124
134
|
"description": "",
|
|
@@ -129,16 +139,6 @@
|
|
|
129
139
|
"subjectName": "进击的程序猿",
|
|
130
140
|
"homeUrl": "/subjects/24912"
|
|
131
141
|
},
|
|
132
|
-
{
|
|
133
|
-
"title": "微服务接口设计原则",
|
|
134
|
-
"description": "本文结合自身后台开发经验,从高可用、高性能、易维护和低风险(安全)角度出发,尝试总结业界常见微服务接口设计原则,帮助大家设计出优秀的微服务。1.前言微服务是一种系统架构风格,是 S...",
|
|
135
|
-
"votes": "91",
|
|
136
|
-
"url": "/k/4hjv10p",
|
|
137
|
-
"avatar": "https://img.toutiao.io/subject/cc2d501408fd455d9b841cb6c8d95a6c/thumb",
|
|
138
|
-
"avatarAlt": "ASCE1885 - 独家号",
|
|
139
|
-
"subjectName": "ASCE1885",
|
|
140
|
-
"homeUrl": "/subjects/4829"
|
|
141
|
-
},
|
|
142
142
|
{
|
|
143
143
|
"title": "我们公司使用了 5 年的系统限流方案!从实现到部署实战详解,稳的一批!",
|
|
144
144
|
"description": "大家好,我是老赵!什么是限流呢?限流是限制到达系统的并发请求数量,保证系统能够正常响应部分用户请求,而对于超过限制的流量,则通过拒绝服务的方式保证整体系统的可用性。根据限流作用范围...",
|
|
@@ -180,20 +180,20 @@
|
|
|
180
180
|
"homeUrl": "/subjects/98777"
|
|
181
181
|
},
|
|
182
182
|
{
|
|
183
|
-
"title": "
|
|
184
|
-
"description": "",
|
|
185
|
-
"votes": "
|
|
186
|
-
"url": "/k/
|
|
183
|
+
"title": "什么是顶级的思维?",
|
|
184
|
+
"description": "分享几个非常适合职场人的顶级思维1、麦肯锡七步成诗:解决问题的7个步骤ProcessOn模板社区-麦肯锡解决问题的七个步骤2、SWOT分析法:基于竞争环境和竞争条件的态势分析3、T...",
|
|
185
|
+
"votes": "77",
|
|
186
|
+
"url": "/k/ulqvlcd",
|
|
187
187
|
"avatar": "https://img.toutiao.io/subject/c34a137f55bf46c3a2cf63e3677a30b1/thumb",
|
|
188
188
|
"avatarAlt": "Bloomingroses - 独家号",
|
|
189
189
|
"subjectName": "Bloomingroses",
|
|
190
190
|
"homeUrl": "/subjects/98777"
|
|
191
191
|
},
|
|
192
192
|
{
|
|
193
|
-
"title": "
|
|
194
|
-
"description": "
|
|
195
|
-
"votes": "
|
|
196
|
-
"url": "/k/
|
|
193
|
+
"title": "肝了一个月的 DDD,一文带你掌握!",
|
|
194
|
+
"description": "",
|
|
195
|
+
"votes": "78",
|
|
196
|
+
"url": "/k/bclz2n6",
|
|
197
197
|
"avatar": "https://img.toutiao.io/subject/c34a137f55bf46c3a2cf63e3677a30b1/thumb",
|
|
198
198
|
"avatarAlt": "Bloomingroses - 独家号",
|
|
199
199
|
"subjectName": "Bloomingroses",
|
|
@@ -219,20 +219,10 @@
|
|
|
219
219
|
"subjectName": "知了一笑",
|
|
220
220
|
"homeUrl": "/subjects/416733"
|
|
221
221
|
},
|
|
222
|
-
{
|
|
223
|
-
"title": "腾讯低代码平台正式开源!可拖拽、生成手机项目、PC 项目!接私活福利啊!",
|
|
224
|
-
"description": "点击关注公众号,Java干货及时送达来源:腾讯开源项目简介腾讯tmagic-editor是一个所见即所得的页面可视化编辑器,基于tmagic-editor可以快速搭建可视化页面生产...",
|
|
225
|
-
"votes": "70",
|
|
226
|
-
"url": "/k/8oqx21m",
|
|
227
|
-
"avatar": "https://img.toutiao.io/subject/1be92f5a50224852895d647097a6d521/thumb",
|
|
228
|
-
"avatarAlt": "测试之路 - 独家号",
|
|
229
|
-
"subjectName": "测试之路",
|
|
230
|
-
"homeUrl": "/subjects/205186"
|
|
231
|
-
},
|
|
232
222
|
{
|
|
233
223
|
"title": "Java线上CPU内存冲高问题排查步骤",
|
|
234
224
|
"description": "作者:茂茂的小破号链接:https://www.jianshu.com/p/801ecfb441131 引言作为一名从事Java开发快一年的程序员,在线上经常碰到某个模块的Pod发...",
|
|
235
|
-
"votes": "
|
|
225
|
+
"votes": "73",
|
|
236
226
|
"url": "/k/t9sj17s",
|
|
237
227
|
"avatar": "https://img.toutiao.io/subject/ca32be3cbe13422a9fc08989bf5378d9/thumb",
|
|
238
228
|
"avatarAlt": "文不落 - 独家号",
|
|
@@ -240,13 +230,23 @@
|
|
|
240
230
|
"homeUrl": "/subjects/113701"
|
|
241
231
|
},
|
|
242
232
|
{
|
|
243
|
-
"title": "
|
|
244
|
-
"description": "",
|
|
245
|
-
"votes": "
|
|
246
|
-
"url": "/k/
|
|
233
|
+
"title": "SpringBoot 官方强烈推荐,连接池,太快了!",
|
|
234
|
+
"description": "大家好,现在介绍一款非常强大,高效,并且号称“史上最快连接池”。由此可见他是有多受人喜欢,并且在SpringBoot2.0之后,采用的默认数据库连接池就是Hikari。我们知道的连...",
|
|
235
|
+
"votes": "72",
|
|
236
|
+
"url": "/k/zumxh7v",
|
|
247
237
|
"avatar": "https://img.toutiao.io/subject/8e12ef64799649acbfd936883ef16c3c/thumb",
|
|
248
238
|
"avatarAlt": "服务架构及中台 - 独家号",
|
|
249
239
|
"subjectName": "服务架构及中台",
|
|
250
240
|
"homeUrl": "/subjects/26578"
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"title": "腾讯低代码平台正式开源!可拖拽、生成手机项目、PC 项目!接私活福利啊!",
|
|
244
|
+
"description": "点击关注公众号,Java干货及时送达来源:腾讯开源项目简介腾讯tmagic-editor是一个所见即所得的页面可视化编辑器,基于tmagic-editor可以快速搭建可视化页面生产...",
|
|
245
|
+
"votes": "71",
|
|
246
|
+
"url": "/k/8oqx21m",
|
|
247
|
+
"avatar": "https://img.toutiao.io/subject/1be92f5a50224852895d647097a6d521/thumb",
|
|
248
|
+
"avatarAlt": "测试之路 - 独家号",
|
|
249
|
+
"subjectName": "测试之路",
|
|
250
|
+
"homeUrl": "/subjects/205186"
|
|
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": "gchq/CyberChef",
|
|
4
|
+
"language": "JavaScript",
|
|
5
|
+
"color": "#f1e05a",
|
|
6
6
|
"description": "",
|
|
7
|
-
"forked": "
|
|
8
|
-
"stargazers_count":
|
|
9
|
-
"todayStar": "
|
|
10
|
-
"html_url": "https://github.com/
|
|
7
|
+
"forked": "2204",
|
|
8
|
+
"stargazers_count": 17988,
|
|
9
|
+
"todayStar": "198 stars today",
|
|
10
|
+
"html_url": "https://github.com/gchq/CyberChef",
|
|
11
11
|
"rank": 1
|
|
12
12
|
},
|
|
13
13
|
{
|
|
14
|
-
"full_name": "
|
|
15
|
-
"language": "
|
|
16
|
-
"color": "
|
|
14
|
+
"full_name": "girliemac/a-picture-is-worth-a-1000-words",
|
|
15
|
+
"language": "",
|
|
16
|
+
"color": "",
|
|
17
17
|
"description": "",
|
|
18
|
-
"forked": "
|
|
19
|
-
"stargazers_count":
|
|
20
|
-
"todayStar": "
|
|
21
|
-
"html_url": "https://github.com/
|
|
18
|
+
"forked": "585",
|
|
19
|
+
"stargazers_count": 8657,
|
|
20
|
+
"todayStar": "389 stars today",
|
|
21
|
+
"html_url": "https://github.com/girliemac/a-picture-is-worth-a-1000-words",
|
|
22
22
|
"rank": 2
|
|
23
23
|
},
|
|
24
24
|
{
|
|
25
|
-
"full_name": "
|
|
26
|
-
"language": "
|
|
27
|
-
"color": "#
|
|
25
|
+
"full_name": "CompVis/stable-diffusion",
|
|
26
|
+
"language": "JupyterNotebook",
|
|
27
|
+
"color": "#DA5B0B",
|
|
28
28
|
"description": "",
|
|
29
|
-
"forked": "
|
|
30
|
-
"stargazers_count":
|
|
31
|
-
"todayStar": "
|
|
32
|
-
"html_url": "https://github.com/
|
|
29
|
+
"forked": "2286",
|
|
30
|
+
"stargazers_count": 16871,
|
|
31
|
+
"todayStar": "850 stars today",
|
|
32
|
+
"html_url": "https://github.com/CompVis/stable-diffusion",
|
|
33
33
|
"rank": 3
|
|
34
34
|
},
|
|
35
35
|
{
|
|
36
|
-
"full_name": "
|
|
37
|
-
"language": "
|
|
38
|
-
"color": "#
|
|
36
|
+
"full_name": "kamranahmedse/developer-roadmap",
|
|
37
|
+
"language": "TypeScript",
|
|
38
|
+
"color": "#3178c6",
|
|
39
39
|
"description": "",
|
|
40
|
-
"forked": "
|
|
41
|
-
"stargazers_count":
|
|
42
|
-
"todayStar": "
|
|
43
|
-
"html_url": "https://github.com/
|
|
40
|
+
"forked": "29882",
|
|
41
|
+
"stargazers_count": 209802,
|
|
42
|
+
"todayStar": "319 stars today",
|
|
43
|
+
"html_url": "https://github.com/kamranahmedse/developer-roadmap",
|
|
44
44
|
"rank": 4
|
|
45
45
|
},
|
|
46
46
|
{
|
|
47
|
-
"full_name": "
|
|
48
|
-
"language": "",
|
|
49
|
-
"color": "",
|
|
47
|
+
"full_name": "opa334/TrollStore",
|
|
48
|
+
"language": "C",
|
|
49
|
+
"color": "#555555",
|
|
50
50
|
"description": "",
|
|
51
|
-
"forked": "
|
|
52
|
-
"stargazers_count":
|
|
53
|
-
"todayStar": "
|
|
54
|
-
"html_url": "https://github.com/
|
|
51
|
+
"forked": "62",
|
|
52
|
+
"stargazers_count": 934,
|
|
53
|
+
"todayStar": "272 stars today",
|
|
54
|
+
"html_url": "https://github.com/opa334/TrollStore",
|
|
55
55
|
"rank": 5
|
|
56
56
|
},
|
|
57
57
|
{
|
|
58
|
-
"full_name": "
|
|
59
|
-
"language": "
|
|
60
|
-
"color": "#
|
|
58
|
+
"full_name": "rolling-scopes-school/tasks",
|
|
59
|
+
"language": "JavaScript",
|
|
60
|
+
"color": "#f1e05a",
|
|
61
61
|
"description": "",
|
|
62
|
-
"forked": "
|
|
63
|
-
"stargazers_count":
|
|
64
|
-
"todayStar": "
|
|
65
|
-
"html_url": "https://github.com/
|
|
62
|
+
"forked": "4037",
|
|
63
|
+
"stargazers_count": 2185,
|
|
64
|
+
"todayStar": "28 stars today",
|
|
65
|
+
"html_url": "https://github.com/rolling-scopes-school/tasks",
|
|
66
66
|
"rank": 6
|
|
67
67
|
},
|
|
68
68
|
{
|
|
69
|
-
"full_name": "
|
|
70
|
-
"language": "
|
|
71
|
-
"color": "#
|
|
69
|
+
"full_name": "lapce/lapce",
|
|
70
|
+
"language": "Rust",
|
|
71
|
+
"color": "#dea584",
|
|
72
72
|
"description": "",
|
|
73
|
-
"forked": "
|
|
74
|
-
"stargazers_count":
|
|
75
|
-
"todayStar": "
|
|
76
|
-
"html_url": "https://github.com/
|
|
73
|
+
"forked": "387",
|
|
74
|
+
"stargazers_count": 14162,
|
|
75
|
+
"todayStar": "238 stars today",
|
|
76
|
+
"html_url": "https://github.com/lapce/lapce",
|
|
77
77
|
"rank": 7
|
|
78
78
|
},
|
|
79
79
|
{
|
|
80
|
-
"full_name": "
|
|
81
|
-
"language": "
|
|
82
|
-
"color": "
|
|
80
|
+
"full_name": "ossu/computer-science",
|
|
81
|
+
"language": "",
|
|
82
|
+
"color": "",
|
|
83
83
|
"description": "",
|
|
84
|
-
"forked": "
|
|
85
|
-
"stargazers_count":
|
|
86
|
-
"todayStar": "
|
|
87
|
-
"html_url": "https://github.com/
|
|
84
|
+
"forked": "16420",
|
|
85
|
+
"stargazers_count": 123146,
|
|
86
|
+
"todayStar": "171 stars today",
|
|
87
|
+
"html_url": "https://github.com/ossu/computer-science",
|
|
88
88
|
"rank": 8
|
|
89
89
|
},
|
|
90
90
|
{
|
|
91
|
-
"full_name": "
|
|
92
|
-
"language": "",
|
|
93
|
-
"color": "",
|
|
91
|
+
"full_name": "LSPosed/MagiskOnWSALocal",
|
|
92
|
+
"language": "Shell",
|
|
93
|
+
"color": "#89e051",
|
|
94
94
|
"description": "",
|
|
95
|
-
"forked": "
|
|
96
|
-
"stargazers_count":
|
|
97
|
-
"todayStar": "
|
|
98
|
-
"html_url": "https://github.com/
|
|
95
|
+
"forked": "2424",
|
|
96
|
+
"stargazers_count": 1080,
|
|
97
|
+
"todayStar": "49 stars today",
|
|
98
|
+
"html_url": "https://github.com/LSPosed/MagiskOnWSALocal",
|
|
99
99
|
"rank": 9
|
|
100
100
|
},
|
|
101
101
|
{
|
|
102
|
-
"full_name": "
|
|
103
|
-
"language": "
|
|
104
|
-
"color": "
|
|
102
|
+
"full_name": "willwulfken/MidJourney-Styles-and-Keywords-Reference",
|
|
103
|
+
"language": "",
|
|
104
|
+
"color": "",
|
|
105
105
|
"description": "",
|
|
106
|
-
"forked": "
|
|
107
|
-
"stargazers_count":
|
|
108
|
-
"todayStar": "
|
|
109
|
-
"html_url": "https://github.com/
|
|
106
|
+
"forked": "79",
|
|
107
|
+
"stargazers_count": 687,
|
|
108
|
+
"todayStar": "74 stars today",
|
|
109
|
+
"html_url": "https://github.com/willwulfken/MidJourney-Styles-and-Keywords-Reference",
|
|
110
110
|
"rank": 10
|
|
111
111
|
},
|
|
112
112
|
{
|
|
113
|
-
"full_name": "
|
|
114
|
-
"language": "
|
|
115
|
-
"color": "#
|
|
113
|
+
"full_name": "ryanmcdermott/clean-code-javascript",
|
|
114
|
+
"language": "JavaScript",
|
|
115
|
+
"color": "#f1e05a",
|
|
116
116
|
"description": "",
|
|
117
|
-
"forked": "
|
|
118
|
-
"stargazers_count":
|
|
119
|
-
"todayStar": "
|
|
120
|
-
"html_url": "https://github.com/
|
|
117
|
+
"forked": "9705",
|
|
118
|
+
"stargazers_count": 72066,
|
|
119
|
+
"todayStar": "133 stars today",
|
|
120
|
+
"html_url": "https://github.com/ryanmcdermott/clean-code-javascript",
|
|
121
121
|
"rank": 11
|
|
122
122
|
},
|
|
123
123
|
{
|
|
124
|
-
"full_name": "
|
|
125
|
-
"language": "
|
|
126
|
-
"color": "#
|
|
124
|
+
"full_name": "kunal-kushwaha/DSA-Bootcamp-Java",
|
|
125
|
+
"language": "Java",
|
|
126
|
+
"color": "#b07219",
|
|
127
127
|
"description": "",
|
|
128
|
-
"forked": "
|
|
129
|
-
"stargazers_count":
|
|
130
|
-
"todayStar": "
|
|
131
|
-
"html_url": "https://github.com/
|
|
128
|
+
"forked": "5530",
|
|
129
|
+
"stargazers_count": 8674,
|
|
130
|
+
"todayStar": "42 stars today",
|
|
131
|
+
"html_url": "https://github.com/kunal-kushwaha/DSA-Bootcamp-Java",
|
|
132
132
|
"rank": 12
|
|
133
133
|
},
|
|
134
134
|
{
|
|
135
|
-
"full_name": "
|
|
136
|
-
"language": "
|
|
137
|
-
"color": "#
|
|
135
|
+
"full_name": "sherlock-project/sherlock",
|
|
136
|
+
"language": "Python",
|
|
137
|
+
"color": "#3572A5",
|
|
138
138
|
"description": "",
|
|
139
|
-
"forked": "
|
|
140
|
-
"stargazers_count":
|
|
141
|
-
"todayStar": "
|
|
142
|
-
"html_url": "https://github.com/
|
|
139
|
+
"forked": "4122",
|
|
140
|
+
"stargazers_count": 35202,
|
|
141
|
+
"todayStar": "104 stars today",
|
|
142
|
+
"html_url": "https://github.com/sherlock-project/sherlock",
|
|
143
143
|
"rank": 13
|
|
144
144
|
},
|
|
145
145
|
{
|
|
146
|
-
"full_name": "
|
|
147
|
-
"language": "
|
|
148
|
-
"color": "
|
|
146
|
+
"full_name": "ruanyf/weekly",
|
|
147
|
+
"language": "",
|
|
148
|
+
"color": "",
|
|
149
149
|
"description": "",
|
|
150
|
-
"forked": "
|
|
151
|
-
"stargazers_count":
|
|
152
|
-
"todayStar": "
|
|
153
|
-
"html_url": "https://github.com/
|
|
150
|
+
"forked": "1961",
|
|
151
|
+
"stargazers_count": 26146,
|
|
152
|
+
"todayStar": "170 stars today",
|
|
153
|
+
"html_url": "https://github.com/ruanyf/weekly",
|
|
154
154
|
"rank": 14
|
|
155
155
|
},
|
|
156
156
|
{
|
|
157
|
-
"full_name": "
|
|
158
|
-
"language": "
|
|
159
|
-
"color": "#
|
|
157
|
+
"full_name": "vmware-tanzu/kubeapps",
|
|
158
|
+
"language": "Go",
|
|
159
|
+
"color": "#00ADD8",
|
|
160
160
|
"description": "",
|
|
161
|
-
"forked": "
|
|
162
|
-
"stargazers_count":
|
|
163
|
-
"todayStar": "
|
|
164
|
-
"html_url": "https://github.com/
|
|
161
|
+
"forked": "650",
|
|
162
|
+
"stargazers_count": 3786,
|
|
163
|
+
"todayStar": "123 stars today",
|
|
164
|
+
"html_url": "https://github.com/vmware-tanzu/kubeapps",
|
|
165
165
|
"rank": 15
|
|
166
166
|
},
|
|
167
167
|
{
|
|
168
|
-
"full_name": "
|
|
169
|
-
"language": "
|
|
170
|
-
"color": "#
|
|
168
|
+
"full_name": "godotengine/godot",
|
|
169
|
+
"language": "C++",
|
|
170
|
+
"color": "#f34b7d",
|
|
171
171
|
"description": "",
|
|
172
|
-
"forked": "
|
|
173
|
-
"stargazers_count":
|
|
174
|
-
"todayStar": "
|
|
175
|
-
"html_url": "https://github.com/
|
|
172
|
+
"forked": "9230",
|
|
173
|
+
"stargazers_count": 52853,
|
|
174
|
+
"todayStar": "67 stars today",
|
|
175
|
+
"html_url": "https://github.com/godotengine/godot",
|
|
176
176
|
"rank": 16
|
|
177
177
|
},
|
|
178
178
|
{
|
|
179
|
-
"full_name": "
|
|
180
|
-
"language": "
|
|
181
|
-
"color": "#
|
|
179
|
+
"full_name": "EvanLi/Github-Ranking",
|
|
180
|
+
"language": "Python",
|
|
181
|
+
"color": "#3572A5",
|
|
182
182
|
"description": "",
|
|
183
|
-
"forked": "
|
|
184
|
-
"stargazers_count":
|
|
185
|
-
"todayStar": "
|
|
186
|
-
"html_url": "https://github.com/
|
|
183
|
+
"forked": "215",
|
|
184
|
+
"stargazers_count": 2394,
|
|
185
|
+
"todayStar": "304 stars today",
|
|
186
|
+
"html_url": "https://github.com/EvanLi/Github-Ranking",
|
|
187
187
|
"rank": 17
|
|
188
188
|
},
|
|
189
189
|
{
|
|
190
|
-
"full_name": "
|
|
190
|
+
"full_name": "alexeygrigorev/mlbookcamp-code",
|
|
191
191
|
"language": "JupyterNotebook",
|
|
192
192
|
"color": "#DA5B0B",
|
|
193
193
|
"description": "",
|
|
194
|
-
"forked": "
|
|
195
|
-
"stargazers_count":
|
|
196
|
-
"todayStar": "
|
|
197
|
-
"html_url": "https://github.com/
|
|
194
|
+
"forked": "931",
|
|
195
|
+
"stargazers_count": 3841,
|
|
196
|
+
"todayStar": "286 stars today",
|
|
197
|
+
"html_url": "https://github.com/alexeygrigorev/mlbookcamp-code",
|
|
198
198
|
"rank": 18
|
|
199
199
|
},
|
|
200
200
|
{
|
|
201
|
-
"full_name": "
|
|
202
|
-
"language": "
|
|
203
|
-
"color": "#
|
|
201
|
+
"full_name": "jackfrued/Python-100-Days",
|
|
202
|
+
"language": "Python",
|
|
203
|
+
"color": "#3572A5",
|
|
204
204
|
"description": "",
|
|
205
|
-
"forked": "
|
|
206
|
-
"stargazers_count":
|
|
207
|
-
"todayStar": "
|
|
208
|
-
"html_url": "https://github.com/
|
|
205
|
+
"forked": "46632",
|
|
206
|
+
"stargazers_count": 123845,
|
|
207
|
+
"todayStar": "105 stars today",
|
|
208
|
+
"html_url": "https://github.com/jackfrued/Python-100-Days",
|
|
209
209
|
"rank": 19
|
|
210
210
|
},
|
|
211
211
|
{
|
|
212
|
-
"full_name": "
|
|
213
|
-
"language": "
|
|
214
|
-
"color": "#
|
|
212
|
+
"full_name": "eloialonso/iris",
|
|
213
|
+
"language": "Python",
|
|
214
|
+
"color": "#3572A5",
|
|
215
215
|
"description": "",
|
|
216
|
-
"forked": "
|
|
217
|
-
"stargazers_count":
|
|
218
|
-
"todayStar": "
|
|
219
|
-
"html_url": "https://github.com/
|
|
216
|
+
"forked": "12",
|
|
217
|
+
"stargazers_count": 267,
|
|
218
|
+
"todayStar": "54 stars today",
|
|
219
|
+
"html_url": "https://github.com/eloialonso/iris",
|
|
220
220
|
"rank": 20
|
|
221
221
|
},
|
|
222
222
|
{
|
|
223
|
-
"full_name": "
|
|
224
|
-
"language": "
|
|
225
|
-
"color": "#
|
|
223
|
+
"full_name": "nodejs/node",
|
|
224
|
+
"language": "JavaScript",
|
|
225
|
+
"color": "#f1e05a",
|
|
226
226
|
"description": "",
|
|
227
|
-
"forked": "
|
|
228
|
-
"stargazers_count":
|
|
229
|
-
"todayStar": "
|
|
230
|
-
"html_url": "https://github.com/
|
|
227
|
+
"forked": "24172",
|
|
228
|
+
"stargazers_count": 90064,
|
|
229
|
+
"todayStar": "81 stars today",
|
|
230
|
+
"html_url": "https://github.com/nodejs/node",
|
|
231
231
|
"rank": 21
|
|
232
232
|
},
|
|
233
233
|
{
|
|
234
|
-
"full_name": "
|
|
235
|
-
"language": "
|
|
236
|
-
"color": "#
|
|
234
|
+
"full_name": "jart/cosmopolitan",
|
|
235
|
+
"language": "C",
|
|
236
|
+
"color": "#555555",
|
|
237
237
|
"description": "",
|
|
238
|
-
"forked": "
|
|
239
|
-
"stargazers_count":
|
|
240
|
-
"todayStar": "
|
|
241
|
-
"html_url": "https://github.com/
|
|
238
|
+
"forked": "282",
|
|
239
|
+
"stargazers_count": 9046,
|
|
240
|
+
"todayStar": "30 stars today",
|
|
241
|
+
"html_url": "https://github.com/jart/cosmopolitan",
|
|
242
242
|
"rank": 22
|
|
243
243
|
},
|
|
244
244
|
{
|
|
245
|
-
"full_name": "
|
|
246
|
-
"language": "
|
|
247
|
-
"color": "#
|
|
245
|
+
"full_name": "flutter/flutter",
|
|
246
|
+
"language": "Dart",
|
|
247
|
+
"color": "#00B4AB",
|
|
248
248
|
"description": "",
|
|
249
|
-
"forked": "
|
|
250
|
-
"stargazers_count":
|
|
251
|
-
"todayStar": "
|
|
252
|
-
"html_url": "https://github.com/
|
|
249
|
+
"forked": "23133",
|
|
250
|
+
"stargazers_count": 144631,
|
|
251
|
+
"todayStar": "154 stars today",
|
|
252
|
+
"html_url": "https://github.com/flutter/flutter",
|
|
253
253
|
"rank": 23
|
|
254
254
|
},
|
|
255
255
|
{
|
|
256
|
-
"full_name": "
|
|
256
|
+
"full_name": "iptv-org/iptv",
|
|
257
257
|
"language": "JavaScript",
|
|
258
258
|
"color": "#f1e05a",
|
|
259
259
|
"description": "",
|
|
260
|
-
"forked": "
|
|
261
|
-
"stargazers_count":
|
|
262
|
-
"todayStar": "
|
|
263
|
-
"html_url": "https://github.com/
|
|
260
|
+
"forked": "9582",
|
|
261
|
+
"stargazers_count": 55169,
|
|
262
|
+
"todayStar": "109 stars today",
|
|
263
|
+
"html_url": "https://github.com/iptv-org/iptv",
|
|
264
264
|
"rank": 24
|
|
265
265
|
},
|
|
266
266
|
{
|
|
267
|
-
"full_name": "
|
|
268
|
-
"language": "
|
|
269
|
-
"color": "#
|
|
267
|
+
"full_name": "raycast/extensions",
|
|
268
|
+
"language": "TypeScript",
|
|
269
|
+
"color": "#3178c6",
|
|
270
270
|
"description": "",
|
|
271
|
-
"forked": "
|
|
272
|
-
"stargazers_count":
|
|
273
|
-
"todayStar": "
|
|
274
|
-
"html_url": "https://github.com/
|
|
271
|
+
"forked": "838",
|
|
272
|
+
"stargazers_count": 2277,
|
|
273
|
+
"todayStar": "64 stars today",
|
|
274
|
+
"html_url": "https://github.com/raycast/extensions",
|
|
275
275
|
"rank": 25
|
|
276
276
|
}
|
|
277
277
|
]
|