@wcj/github-rank 22.9.4 → 22.9.7
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 +32293 -32296
- package/dist/sifou-daily.json +69 -15
- package/dist/sifou-monthly.json +76 -76
- package/dist/sifou-weekly.json +156 -156
- package/dist/toutiao-30.json +63 -63
- package/dist/toutiao-7.json +138 -138
- package/dist/toutiao-90.json +48 -48
- package/dist/trending-daily.json +165 -165
- package/dist/trending-monthly.json +156 -156
- package/dist/trending-weekly.json +154 -154
- package/dist/users.china.json +2243 -2243
- package/dist/users.json +3793 -3793
- package/package.json +1 -1
- package/web/data/repos.json +32293 -32296
- package/web/data/sifou-daily.json +69 -15
- package/web/data/sifou-monthly.json +76 -76
- package/web/data/sifou-weekly.json +156 -156
- package/web/data/toutiao-30.json +63 -63
- package/web/data/toutiao-7.json +138 -138
- package/web/data/toutiao-90.json +48 -48
- package/web/data/trending-daily.json +165 -165
- package/web/data/trending-monthly.json +156 -156
- package/web/data/trending-weekly.json +154 -154
- package/web/data/users.china.json +2243 -2243
- package/web/data/users.json +3793 -3793
- package/web/index.html +2031 -2031
- package/web/repos.html +3826 -3826
- package/web/sifou-daily.html +181 -13
- package/web/sifou-monthly.html +101 -101
- package/web/sifou-weekly.html +137 -137
- package/web/toutiao-30.html +83 -83
- package/web/toutiao-7.html +95 -95
- package/web/toutiao-90.html +48 -48
- package/web/trending-monthly.html +138 -138
- package/web/trending-weekly.html +134 -134
- package/web/trending.html +138 -146
- package/web/users.china.html +1126 -1126
package/web/data/toutiao-90.json
CHANGED
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
{
|
|
23
23
|
"title": "全网最全的权限系统设计方案(图解)",
|
|
24
24
|
"description": "",
|
|
25
|
-
"votes": "
|
|
25
|
+
"votes": "140",
|
|
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": "96",
|
|
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": "大家好,我是老赵!什么是限流呢?限流是限制到达系统的并发请求数量,保证系统能够正常响应部分用户请求,而对于超过限制的流量,则通过拒绝服务的方式保证整体系统的可用性。根据限流作用范围...",
|
|
@@ -182,7 +182,7 @@
|
|
|
182
182
|
{
|
|
183
183
|
"title": "什么是顶级的思维?",
|
|
184
184
|
"description": "分享几个非常适合职场人的顶级思维1、麦肯锡七步成诗:解决问题的7个步骤ProcessOn模板社区-麦肯锡解决问题的七个步骤2、SWOT分析法:基于竞争环境和竞争条件的态势分析3、T...",
|
|
185
|
-
"votes": "
|
|
185
|
+
"votes": "78",
|
|
186
186
|
"url": "/k/ulqvlcd",
|
|
187
187
|
"avatar": "https://img.toutiao.io/subject/c34a137f55bf46c3a2cf63e3677a30b1/thumb",
|
|
188
188
|
"avatarAlt": "Bloomingroses - 独家号",
|
|
@@ -199,16 +199,6 @@
|
|
|
199
199
|
"subjectName": "Bloomingroses",
|
|
200
200
|
"homeUrl": "/subjects/98777"
|
|
201
201
|
},
|
|
202
|
-
{
|
|
203
|
-
"title": "总监的烦恼:技术丢了怎么办?",
|
|
204
|
-
"description": "原创不易,求分享、求一键三连前段时间有个粉丝与我讨论了一个问题:小钗,我半年前从技术经理升职到了技术总监,但这段时间的工作很恼火:一大半时间要去开各种产品会,还有一些时间要去处理团...",
|
|
205
|
-
"votes": "79",
|
|
206
|
-
"url": "/k/rzytby1",
|
|
207
|
-
"avatar": "https://img.toutiao.io/subject/c34a137f55bf46c3a2cf63e3677a30b1/thumb",
|
|
208
|
-
"avatarAlt": "Bloomingroses - 独家号",
|
|
209
|
-
"subjectName": "Bloomingroses",
|
|
210
|
-
"homeUrl": "/subjects/98777"
|
|
211
|
-
},
|
|
212
202
|
{
|
|
213
203
|
"title": "研发过程中的文档管理与工具",
|
|
214
204
|
"description": "写文档也是技术活01:实践对于多数开发同学来说,很多时候即讨厌没有研发文档,但是自己又不愿意常写文档,痛且倔强着;程序员该不该写文档,与争论哪种编程语言最好一样,想撕的嘴不留情,该...",
|
|
@@ -222,17 +212,27 @@
|
|
|
222
212
|
{
|
|
223
213
|
"title": "Java线上CPU内存冲高问题排查步骤",
|
|
224
214
|
"description": "作者:茂茂的小破号链接:https://www.jianshu.com/p/801ecfb441131 引言作为一名从事Java开发快一年的程序员,在线上经常碰到某个模块的Pod发...",
|
|
225
|
-
"votes": "
|
|
215
|
+
"votes": "73",
|
|
226
216
|
"url": "/k/t9sj17s",
|
|
227
217
|
"avatar": "https://img.toutiao.io/subject/ca32be3cbe13422a9fc08989bf5378d9/thumb",
|
|
228
218
|
"avatarAlt": "文不落 - 独家号",
|
|
229
219
|
"subjectName": "文不落",
|
|
230
220
|
"homeUrl": "/subjects/113701"
|
|
231
221
|
},
|
|
222
|
+
{
|
|
223
|
+
"title": "SpringBoot 官方强烈推荐,连接池,太快了!",
|
|
224
|
+
"description": "大家好,现在介绍一款非常强大,高效,并且号称“史上最快连接池”。由此可见他是有多受人喜欢,并且在SpringBoot2.0之后,采用的默认数据库连接池就是Hikari。我们知道的连...",
|
|
225
|
+
"votes": "72",
|
|
226
|
+
"url": "/k/zumxh7v",
|
|
227
|
+
"avatar": "https://img.toutiao.io/subject/8e12ef64799649acbfd936883ef16c3c/thumb",
|
|
228
|
+
"avatarAlt": "服务架构及中台 - 独家号",
|
|
229
|
+
"subjectName": "服务架构及中台",
|
|
230
|
+
"homeUrl": "/subjects/26578"
|
|
231
|
+
},
|
|
232
232
|
{
|
|
233
233
|
"title": "腾讯低代码平台正式开源!可拖拽、生成手机项目、PC 项目!接私活福利啊!",
|
|
234
234
|
"description": "点击关注公众号,Java干货及时送达来源:腾讯开源项目简介腾讯tmagic-editor是一个所见即所得的页面可视化编辑器,基于tmagic-editor可以快速搭建可视化页面生产...",
|
|
235
|
-
"votes": "
|
|
235
|
+
"votes": "71",
|
|
236
236
|
"url": "/k/8oqx21m",
|
|
237
237
|
"avatar": "https://img.toutiao.io/subject/1be92f5a50224852895d647097a6d521/thumb",
|
|
238
238
|
"avatarAlt": "测试之路 - 独家号",
|
|
@@ -240,13 +240,13 @@
|
|
|
240
240
|
"homeUrl": "/subjects/205186"
|
|
241
241
|
},
|
|
242
242
|
{
|
|
243
|
-
"title": "
|
|
244
|
-
"description": "",
|
|
245
|
-
"votes": "
|
|
246
|
-
"url": "/k/
|
|
247
|
-
"avatar": "https://img.toutiao.io/subject/
|
|
248
|
-
"avatarAlt": "
|
|
249
|
-
"subjectName": "
|
|
250
|
-
"homeUrl": "/subjects/
|
|
243
|
+
"title": "聊聊数据库建表的15个小技巧",
|
|
244
|
+
"description": " 大家好,我是苏三,又跟大家见面了。 前言 对于后端开发同学来说,访问数据库,是代码中必不可少的一个环节。系统中收集到用户的核心数据,为了安全性,我们一般会存储到数据库,比如:my...",
|
|
245
|
+
"votes": "73",
|
|
246
|
+
"url": "/k/uym7cfr",
|
|
247
|
+
"avatar": "https://img.toutiao.io/subject/0a66350d491141748ab4dd49be144252/thumb",
|
|
248
|
+
"avatarAlt": "苏三说技术 - 独家号",
|
|
249
|
+
"subjectName": "苏三说技术",
|
|
250
|
+
"homeUrl": "/subjects/453205"
|
|
251
251
|
}
|
|
252
252
|
]
|
|
@@ -1,277 +1,277 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
|
-
"full_name": "
|
|
3
|
+
"full_name": "valence-rs/valence",
|
|
4
4
|
"language": "Rust",
|
|
5
5
|
"color": "#dea584",
|
|
6
6
|
"description": "",
|
|
7
|
-
"forked": "
|
|
8
|
-
"stargazers_count":
|
|
9
|
-
"todayStar": "
|
|
10
|
-
"html_url": "https://github.com/
|
|
7
|
+
"forked": "21",
|
|
8
|
+
"stargazers_count": 682,
|
|
9
|
+
"todayStar": "204 stars today",
|
|
10
|
+
"html_url": "https://github.com/valence-rs/valence",
|
|
11
11
|
"rank": 1
|
|
12
12
|
},
|
|
13
13
|
{
|
|
14
|
-
"full_name": "
|
|
15
|
-
"language": "
|
|
16
|
-
"color": "#
|
|
14
|
+
"full_name": "gchq/CyberChef",
|
|
15
|
+
"language": "JavaScript",
|
|
16
|
+
"color": "#f1e05a",
|
|
17
17
|
"description": "",
|
|
18
|
-
"forked": "
|
|
19
|
-
"stargazers_count":
|
|
20
|
-
"todayStar": "
|
|
21
|
-
"html_url": "https://github.com/
|
|
18
|
+
"forked": "2219",
|
|
19
|
+
"stargazers_count": 18254,
|
|
20
|
+
"todayStar": "277 stars today",
|
|
21
|
+
"html_url": "https://github.com/gchq/CyberChef",
|
|
22
22
|
"rank": 2
|
|
23
23
|
},
|
|
24
24
|
{
|
|
25
|
-
"full_name": "
|
|
26
|
-
"language": "
|
|
27
|
-
"color": "#
|
|
25
|
+
"full_name": "lapce/lapce",
|
|
26
|
+
"language": "Rust",
|
|
27
|
+
"color": "#dea584",
|
|
28
28
|
"description": "",
|
|
29
|
-
"forked": "
|
|
30
|
-
"stargazers_count":
|
|
31
|
-
"todayStar": "
|
|
32
|
-
"html_url": "https://github.com/
|
|
29
|
+
"forked": "397",
|
|
30
|
+
"stargazers_count": 14518,
|
|
31
|
+
"todayStar": "359 stars today",
|
|
32
|
+
"html_url": "https://github.com/lapce/lapce",
|
|
33
33
|
"rank": 3
|
|
34
34
|
},
|
|
35
35
|
{
|
|
36
|
-
"full_name": "
|
|
37
|
-
"language": "
|
|
38
|
-
"color": "
|
|
36
|
+
"full_name": "girliemac/a-picture-is-worth-a-1000-words",
|
|
37
|
+
"language": "",
|
|
38
|
+
"color": "",
|
|
39
39
|
"description": "",
|
|
40
|
-
"forked": "
|
|
41
|
-
"stargazers_count":
|
|
42
|
-
"todayStar": "
|
|
43
|
-
"html_url": "https://github.com/
|
|
40
|
+
"forked": "605",
|
|
41
|
+
"stargazers_count": 9008,
|
|
42
|
+
"todayStar": "362 stars today",
|
|
43
|
+
"html_url": "https://github.com/girliemac/a-picture-is-worth-a-1000-words",
|
|
44
44
|
"rank": 4
|
|
45
45
|
},
|
|
46
46
|
{
|
|
47
|
-
"full_name": "
|
|
48
|
-
"language": "",
|
|
49
|
-
"color": "",
|
|
47
|
+
"full_name": "WZMIAOMIAO/deep-learning-for-image-processing",
|
|
48
|
+
"language": "Python",
|
|
49
|
+
"color": "#3572A5",
|
|
50
50
|
"description": "",
|
|
51
|
-
"forked": "
|
|
52
|
-
"stargazers_count":
|
|
53
|
-
"todayStar": "
|
|
54
|
-
"html_url": "https://github.com/
|
|
51
|
+
"forked": "5152",
|
|
52
|
+
"stargazers_count": 11068,
|
|
53
|
+
"todayStar": "64 stars today",
|
|
54
|
+
"html_url": "https://github.com/WZMIAOMIAO/deep-learning-for-image-processing",
|
|
55
55
|
"rank": 5
|
|
56
56
|
},
|
|
57
57
|
{
|
|
58
|
-
"full_name": "
|
|
58
|
+
"full_name": "Mr-xn/BLACKHAT_USA2022",
|
|
59
59
|
"language": "",
|
|
60
60
|
"color": "",
|
|
61
61
|
"description": "",
|
|
62
|
-
"forked": "
|
|
63
|
-
"stargazers_count":
|
|
64
|
-
"todayStar": "
|
|
65
|
-
"html_url": "https://github.com/
|
|
62
|
+
"forked": "43",
|
|
63
|
+
"stargazers_count": 292,
|
|
64
|
+
"todayStar": "77 stars today",
|
|
65
|
+
"html_url": "https://github.com/Mr-xn/BLACKHAT_USA2022",
|
|
66
66
|
"rank": 6
|
|
67
67
|
},
|
|
68
68
|
{
|
|
69
|
-
"full_name": "
|
|
70
|
-
"language": "
|
|
71
|
-
"color": "#
|
|
69
|
+
"full_name": "alibaba/EasyCV",
|
|
70
|
+
"language": "Python",
|
|
71
|
+
"color": "#3572A5",
|
|
72
72
|
"description": "",
|
|
73
|
-
"forked": "
|
|
74
|
-
"stargazers_count":
|
|
75
|
-
"todayStar": "
|
|
76
|
-
"html_url": "https://github.com/
|
|
73
|
+
"forked": "81",
|
|
74
|
+
"stargazers_count": 859,
|
|
75
|
+
"todayStar": "80 stars today",
|
|
76
|
+
"html_url": "https://github.com/alibaba/EasyCV",
|
|
77
77
|
"rank": 7
|
|
78
78
|
},
|
|
79
79
|
{
|
|
80
|
-
"full_name": "
|
|
81
|
-
"language": "
|
|
82
|
-
"color": "#
|
|
80
|
+
"full_name": "alexeygrigorev/mlbookcamp-code",
|
|
81
|
+
"language": "JupyterNotebook",
|
|
82
|
+
"color": "#DA5B0B",
|
|
83
83
|
"description": "",
|
|
84
|
-
"forked": "
|
|
85
|
-
"stargazers_count":
|
|
86
|
-
"todayStar": "
|
|
87
|
-
"html_url": "https://github.com/
|
|
84
|
+
"forked": "948",
|
|
85
|
+
"stargazers_count": 3980,
|
|
86
|
+
"todayStar": "157 stars today",
|
|
87
|
+
"html_url": "https://github.com/alexeygrigorev/mlbookcamp-code",
|
|
88
88
|
"rank": 8
|
|
89
89
|
},
|
|
90
90
|
{
|
|
91
|
-
"full_name": "
|
|
91
|
+
"full_name": "sindresorhus/awesome",
|
|
92
92
|
"language": "",
|
|
93
93
|
"color": "",
|
|
94
94
|
"description": "",
|
|
95
|
-
"forked": "
|
|
96
|
-
"stargazers_count":
|
|
97
|
-
"todayStar": "
|
|
98
|
-
"html_url": "https://github.com/
|
|
95
|
+
"forked": "24141",
|
|
96
|
+
"stargazers_count": 218349,
|
|
97
|
+
"todayStar": "220 stars today",
|
|
98
|
+
"html_url": "https://github.com/sindresorhus/awesome",
|
|
99
99
|
"rank": 9
|
|
100
100
|
},
|
|
101
101
|
{
|
|
102
|
-
"full_name": "
|
|
102
|
+
"full_name": "ruanyf/weekly",
|
|
103
103
|
"language": "",
|
|
104
104
|
"color": "",
|
|
105
105
|
"description": "",
|
|
106
|
-
"forked": "
|
|
107
|
-
"stargazers_count":
|
|
108
|
-
"todayStar": "
|
|
109
|
-
"html_url": "https://github.com/
|
|
106
|
+
"forked": "1967",
|
|
107
|
+
"stargazers_count": 26290,
|
|
108
|
+
"todayStar": "151 stars today",
|
|
109
|
+
"html_url": "https://github.com/ruanyf/weekly",
|
|
110
110
|
"rank": 10
|
|
111
111
|
},
|
|
112
112
|
{
|
|
113
|
-
"full_name": "
|
|
114
|
-
"language": "
|
|
115
|
-
"color": "#
|
|
113
|
+
"full_name": "kamranahmedse/developer-roadmap",
|
|
114
|
+
"language": "TypeScript",
|
|
115
|
+
"color": "#3178c6",
|
|
116
116
|
"description": "",
|
|
117
|
-
"forked": "
|
|
118
|
-
"stargazers_count":
|
|
119
|
-
"todayStar": "
|
|
120
|
-
"html_url": "https://github.com/
|
|
117
|
+
"forked": "29921",
|
|
118
|
+
"stargazers_count": 210114,
|
|
119
|
+
"todayStar": "335 stars today",
|
|
120
|
+
"html_url": "https://github.com/kamranahmedse/developer-roadmap",
|
|
121
121
|
"rank": 11
|
|
122
122
|
},
|
|
123
123
|
{
|
|
124
|
-
"full_name": "
|
|
125
|
-
"language": "
|
|
126
|
-
"color": "#
|
|
124
|
+
"full_name": "leon-ai/leon",
|
|
125
|
+
"language": "JavaScript",
|
|
126
|
+
"color": "#f1e05a",
|
|
127
127
|
"description": "",
|
|
128
|
-
"forked": "
|
|
129
|
-
"stargazers_count":
|
|
130
|
-
"todayStar": "
|
|
131
|
-
"html_url": "https://github.com/
|
|
128
|
+
"forked": "845",
|
|
129
|
+
"stargazers_count": 10504,
|
|
130
|
+
"todayStar": "345 stars today",
|
|
131
|
+
"html_url": "https://github.com/leon-ai/leon",
|
|
132
132
|
"rank": 12
|
|
133
133
|
},
|
|
134
134
|
{
|
|
135
|
-
"full_name": "
|
|
136
|
-
"language": "
|
|
137
|
-
"color": "#
|
|
135
|
+
"full_name": "EvanLi/Github-Ranking",
|
|
136
|
+
"language": "Python",
|
|
137
|
+
"color": "#3572A5",
|
|
138
138
|
"description": "",
|
|
139
|
-
"forked": "
|
|
140
|
-
"stargazers_count":
|
|
141
|
-
"todayStar": "
|
|
142
|
-
"html_url": "https://github.com/
|
|
139
|
+
"forked": "223",
|
|
140
|
+
"stargazers_count": 2545,
|
|
141
|
+
"todayStar": "155 stars today",
|
|
142
|
+
"html_url": "https://github.com/EvanLi/Github-Ranking",
|
|
143
143
|
"rank": 13
|
|
144
144
|
},
|
|
145
145
|
{
|
|
146
|
-
"full_name": "
|
|
147
|
-
"language": "
|
|
148
|
-
"color": "#
|
|
146
|
+
"full_name": "PaddlePaddle/PaddleOCR",
|
|
147
|
+
"language": "Python",
|
|
148
|
+
"color": "#3572A5",
|
|
149
149
|
"description": "",
|
|
150
|
-
"forked": "
|
|
151
|
-
"stargazers_count":
|
|
152
|
-
"todayStar": "
|
|
153
|
-
"html_url": "https://github.com/
|
|
150
|
+
"forked": "5038",
|
|
151
|
+
"stargazers_count": 24468,
|
|
152
|
+
"todayStar": "71 stars today",
|
|
153
|
+
"html_url": "https://github.com/PaddlePaddle/PaddleOCR",
|
|
154
154
|
"rank": 14
|
|
155
155
|
},
|
|
156
156
|
{
|
|
157
|
-
"full_name": "
|
|
158
|
-
"language": "
|
|
159
|
-
"color": "#
|
|
157
|
+
"full_name": "projectdiscovery/uncover",
|
|
158
|
+
"language": "Go",
|
|
159
|
+
"color": "#00ADD8",
|
|
160
160
|
"description": "",
|
|
161
|
-
"forked": "
|
|
162
|
-
"stargazers_count":
|
|
163
|
-
"todayStar": "
|
|
164
|
-
"html_url": "https://github.com/
|
|
161
|
+
"forked": "99",
|
|
162
|
+
"stargazers_count": 1171,
|
|
163
|
+
"todayStar": "95 stars today",
|
|
164
|
+
"html_url": "https://github.com/projectdiscovery/uncover",
|
|
165
165
|
"rank": 15
|
|
166
166
|
},
|
|
167
167
|
{
|
|
168
|
-
"full_name": "
|
|
169
|
-
"language": "
|
|
170
|
-
"color": "#
|
|
168
|
+
"full_name": "opa334/TrollStore",
|
|
169
|
+
"language": "C",
|
|
170
|
+
"color": "#555555",
|
|
171
171
|
"description": "",
|
|
172
|
-
"forked": "
|
|
173
|
-
"stargazers_count":
|
|
174
|
-
"todayStar": "
|
|
175
|
-
"html_url": "https://github.com/
|
|
172
|
+
"forked": "79",
|
|
173
|
+
"stargazers_count": 1172,
|
|
174
|
+
"todayStar": "252 stars today",
|
|
175
|
+
"html_url": "https://github.com/opa334/TrollStore",
|
|
176
176
|
"rank": 16
|
|
177
177
|
},
|
|
178
178
|
{
|
|
179
|
-
"full_name": "
|
|
180
|
-
"language": "
|
|
181
|
-
"color": "#
|
|
179
|
+
"full_name": "photoprism/photoprism",
|
|
180
|
+
"language": "Go",
|
|
181
|
+
"color": "#00ADD8",
|
|
182
182
|
"description": "",
|
|
183
|
-
"forked": "
|
|
184
|
-
"stargazers_count":
|
|
185
|
-
"todayStar": "
|
|
186
|
-
"html_url": "https://github.com/
|
|
183
|
+
"forked": "1241",
|
|
184
|
+
"stargazers_count": 22151,
|
|
185
|
+
"todayStar": "116 stars today",
|
|
186
|
+
"html_url": "https://github.com/photoprism/photoprism",
|
|
187
187
|
"rank": 17
|
|
188
188
|
},
|
|
189
189
|
{
|
|
190
|
-
"full_name": "
|
|
191
|
-
"language": "
|
|
192
|
-
"color": "#
|
|
190
|
+
"full_name": "vmware-tanzu/kubeapps",
|
|
191
|
+
"language": "Go",
|
|
192
|
+
"color": "#00ADD8",
|
|
193
193
|
"description": "",
|
|
194
|
-
"forked": "
|
|
195
|
-
"stargazers_count":
|
|
196
|
-
"todayStar": "
|
|
197
|
-
"html_url": "https://github.com/
|
|
194
|
+
"forked": "653",
|
|
195
|
+
"stargazers_count": 3965,
|
|
196
|
+
"todayStar": "183 stars today",
|
|
197
|
+
"html_url": "https://github.com/vmware-tanzu/kubeapps",
|
|
198
198
|
"rank": 18
|
|
199
199
|
},
|
|
200
200
|
{
|
|
201
|
-
"full_name": "
|
|
202
|
-
"language": "
|
|
203
|
-
"color": "#
|
|
201
|
+
"full_name": "firebase/firebase-ios-sdk",
|
|
202
|
+
"language": "Objective-C",
|
|
203
|
+
"color": "#438eff",
|
|
204
204
|
"description": "",
|
|
205
|
-
"forked": "
|
|
206
|
-
"stargazers_count":
|
|
207
|
-
"todayStar": "
|
|
208
|
-
"html_url": "https://github.com/
|
|
205
|
+
"forked": "1106",
|
|
206
|
+
"stargazers_count": 3916,
|
|
207
|
+
"todayStar": "11 stars today",
|
|
208
|
+
"html_url": "https://github.com/firebase/firebase-ios-sdk",
|
|
209
209
|
"rank": 19
|
|
210
210
|
},
|
|
211
211
|
{
|
|
212
|
-
"full_name": "
|
|
213
|
-
"language": "
|
|
214
|
-
"color": "#
|
|
212
|
+
"full_name": "haoel/haoel.github.io",
|
|
213
|
+
"language": "Shell",
|
|
214
|
+
"color": "#89e051",
|
|
215
215
|
"description": "",
|
|
216
|
-
"forked": "
|
|
217
|
-
"stargazers_count":
|
|
218
|
-
"todayStar": "
|
|
219
|
-
"html_url": "https://github.com/
|
|
216
|
+
"forked": "999",
|
|
217
|
+
"stargazers_count": 6031,
|
|
218
|
+
"todayStar": "45 stars today",
|
|
219
|
+
"html_url": "https://github.com/haoel/haoel.github.io",
|
|
220
220
|
"rank": 20
|
|
221
221
|
},
|
|
222
222
|
{
|
|
223
|
-
"full_name": "
|
|
223
|
+
"full_name": "nuxt/framework",
|
|
224
224
|
"language": "TypeScript",
|
|
225
225
|
"color": "#3178c6",
|
|
226
226
|
"description": "",
|
|
227
|
-
"forked": "
|
|
228
|
-
"stargazers_count":
|
|
229
|
-
"todayStar": "
|
|
230
|
-
"html_url": "https://github.com/
|
|
227
|
+
"forked": "794",
|
|
228
|
+
"stargazers_count": 8886,
|
|
229
|
+
"todayStar": "71 stars today",
|
|
230
|
+
"html_url": "https://github.com/nuxt/framework",
|
|
231
231
|
"rank": 21
|
|
232
232
|
},
|
|
233
233
|
{
|
|
234
|
-
"full_name": "
|
|
235
|
-
"language": "
|
|
236
|
-
"color": "
|
|
234
|
+
"full_name": "robmarkcole/satellite-image-deep-learning",
|
|
235
|
+
"language": "",
|
|
236
|
+
"color": "",
|
|
237
237
|
"description": "",
|
|
238
|
-
"forked": "
|
|
239
|
-
"stargazers_count":
|
|
240
|
-
"todayStar": "
|
|
241
|
-
"html_url": "https://github.com/
|
|
238
|
+
"forked": "901",
|
|
239
|
+
"stargazers_count": 4631,
|
|
240
|
+
"todayStar": "73 stars today",
|
|
241
|
+
"html_url": "https://github.com/robmarkcole/satellite-image-deep-learning",
|
|
242
242
|
"rank": 22
|
|
243
243
|
},
|
|
244
244
|
{
|
|
245
|
-
"full_name": "
|
|
246
|
-
"language": "
|
|
247
|
-
"color": "
|
|
245
|
+
"full_name": "jwasham/coding-interview-university",
|
|
246
|
+
"language": "",
|
|
247
|
+
"color": "",
|
|
248
248
|
"description": "",
|
|
249
|
-
"forked": "
|
|
250
|
-
"stargazers_count":
|
|
251
|
-
"todayStar": "
|
|
252
|
-
"html_url": "https://github.com/
|
|
249
|
+
"forked": "62138",
|
|
250
|
+
"stargazers_count": 231576,
|
|
251
|
+
"todayStar": "156 stars today",
|
|
252
|
+
"html_url": "https://github.com/jwasham/coding-interview-university",
|
|
253
253
|
"rank": 23
|
|
254
254
|
},
|
|
255
255
|
{
|
|
256
|
-
"full_name": "
|
|
257
|
-
"language": "
|
|
258
|
-
"color": "#
|
|
256
|
+
"full_name": "PrestaShop/PrestaShop",
|
|
257
|
+
"language": "PHP",
|
|
258
|
+
"color": "#4F5D95",
|
|
259
259
|
"description": "",
|
|
260
|
-
"forked": "
|
|
261
|
-
"stargazers_count":
|
|
262
|
-
"todayStar": "
|
|
263
|
-
"html_url": "https://github.com/
|
|
260
|
+
"forked": "4444",
|
|
261
|
+
"stargazers_count": 6675,
|
|
262
|
+
"todayStar": "70 stars today",
|
|
263
|
+
"html_url": "https://github.com/PrestaShop/PrestaShop",
|
|
264
264
|
"rank": 24
|
|
265
265
|
},
|
|
266
266
|
{
|
|
267
|
-
"full_name": "
|
|
268
|
-
"language": "
|
|
269
|
-
"color": "#
|
|
267
|
+
"full_name": "openshiporg/openship",
|
|
268
|
+
"language": "JavaScript",
|
|
269
|
+
"color": "#f1e05a",
|
|
270
270
|
"description": "",
|
|
271
|
-
"forked": "
|
|
272
|
-
"stargazers_count":
|
|
273
|
-
"todayStar": "
|
|
274
|
-
"html_url": "https://github.com/
|
|
271
|
+
"forked": "26",
|
|
272
|
+
"stargazers_count": 702,
|
|
273
|
+
"todayStar": "77 stars today",
|
|
274
|
+
"html_url": "https://github.com/openshiporg/openship",
|
|
275
275
|
"rank": 25
|
|
276
276
|
}
|
|
277
277
|
]
|