@wcj/github-rank 22.1.3 → 22.1.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 +37246 -37240
- package/dist/sifou-daily.json +115 -16
- package/dist/sifou-monthly.json +95 -95
- package/dist/sifou-weekly.json +167 -167
- package/dist/toutiao-30.json +80 -80
- package/dist/toutiao-7.json +129 -129
- package/dist/toutiao-90.json +23 -23
- package/dist/trending-daily.json +175 -175
- package/dist/trending-monthly.json +153 -153
- package/dist/trending-weekly.json +175 -175
- package/dist/users.china.json +2968 -2968
- package/dist/users.json +4172 -4172
- package/package.json +1 -1
- package/web/36kr.html +2 -2
- package/web/data/repos.json +37246 -37240
- package/web/data/sifou-daily.json +115 -16
- package/web/data/sifou-monthly.json +95 -95
- package/web/data/sifou-weekly.json +167 -167
- package/web/data/toutiao-30.json +80 -80
- package/web/data/toutiao-7.json +129 -129
- package/web/data/toutiao-90.json +23 -23
- package/web/data/trending-daily.json +175 -175
- package/web/data/trending-monthly.json +153 -153
- package/web/data/trending-weekly.json +175 -175
- package/web/data/users.china.json +2968 -2968
- package/web/data/users.json +4172 -4172
- package/web/index.html +2041 -2041
- package/web/repos.html +4621 -4621
- package/web/sifou-daily.html +322 -14
- package/web/sifou-monthly.html +108 -108
- package/web/sifou-weekly.html +139 -139
- package/web/toutiao-30.html +87 -87
- package/web/toutiao-7.html +79 -79
- package/web/toutiao-90.html +51 -51
- package/web/trending-monthly.html +133 -137
- package/web/trending-weekly.html +158 -146
- package/web/trending.html +160 -144
- package/web/users.china.html +1468 -1468
package/dist/toutiao-90.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
{
|
|
3
3
|
"title": "57 张图,13 个实验,干死 MySQL 锁",
|
|
4
4
|
"description": "你好,我是yes。前段时间写了一篇关于 MySQL 锁的文章,一些小伙伴们在阅读之后产生了一些疑问,这些问题还挺有代表性的,所以在这里做个实验,来用事实探究一番。那篇文章提到了记录...",
|
|
5
|
-
"votes": "
|
|
5
|
+
"votes": "198",
|
|
6
6
|
"url": "/k/huoy9s9",
|
|
7
7
|
"avatar": "https://img.toutiao.io/subject/71da457007fd4b67a45253b271a25eee/thumb",
|
|
8
8
|
"avatarAlt": "yes的练级攻略 - 独家号",
|
|
@@ -49,16 +49,6 @@
|
|
|
49
49
|
"subjectName": "微观技术",
|
|
50
50
|
"homeUrl": "/subjects/348507"
|
|
51
51
|
},
|
|
52
|
-
{
|
|
53
|
-
"title": "面试字节,被操作系统问挂了",
|
|
54
|
-
"description": "大家好,鄙人三某,不善面试。。。标题是真事,感觉凉了,难受,爬起来整理了一波操作系统面试题,下次一定……引论 什么是操作系统? 可以这么说,操作系统是一种运行在内核态的软件。它是应...",
|
|
55
|
-
"votes": "170",
|
|
56
|
-
"url": "/k/8r0yjir",
|
|
57
|
-
"avatar": "https://img.toutiao.io/subject/d42ad8a9192a430b9df44df9a6d383df/thumb",
|
|
58
|
-
"avatarAlt": "三分恶 - 独家号",
|
|
59
|
-
"subjectName": "三分恶",
|
|
60
|
-
"homeUrl": "/subjects/454266"
|
|
61
|
-
},
|
|
62
52
|
{
|
|
63
53
|
"title": "万字入门推荐系统",
|
|
64
54
|
"description": "最近一周我、强子、Y哥三人,根据自身如何入门推荐系统,再结合三人分别在腾讯做广告推荐、字节做视频推荐、百度做信息流推荐的经历,整理出了这份万字入门推荐系统。内容十分详细,涵盖了推荐...",
|
|
@@ -82,7 +72,7 @@
|
|
|
82
72
|
{
|
|
83
73
|
"title": "我说 2w 字可以入门 ES,非但不信还打我",
|
|
84
74
|
"description": "一、概述 Elasticsearch是一个基于Apache Lucene(TM)的分布式、高扩展、高实时、RESTful 风格的搜索和数据分析引擎。Elasticsearch是用J...",
|
|
85
|
-
"votes": "
|
|
75
|
+
"votes": "142",
|
|
86
76
|
"url": "/k/004032c",
|
|
87
77
|
"avatar": "https://img.toutiao.io/subject/0bd01d30f85345feb85424b2928d99b2/thumb",
|
|
88
78
|
"avatarAlt": "进击的程序猿 - 独家号",
|
|
@@ -92,7 +82,7 @@
|
|
|
92
82
|
{
|
|
93
83
|
"title": "Golang 编程思维和工程实战",
|
|
94
84
|
"description": " Golang 的一些编程思维和思想,以及总结一些常见的优雅编程实战技巧。作者:allendbwu,腾讯 PCG 后台开发工程师一 Golang 编程思维 首先,我们先来看下最基本...",
|
|
95
|
-
"votes": "
|
|
85
|
+
"votes": "137",
|
|
96
86
|
"url": "/k/usjzg6m",
|
|
97
87
|
"avatar": "https://img.toutiao.io/subject/f05a135abc844e719541593cad4f8c57/thumb",
|
|
98
88
|
"avatarAlt": "不错的好文 - 独家号",
|
|
@@ -122,7 +112,7 @@
|
|
|
122
112
|
{
|
|
123
113
|
"title": "开源微服务 API 网关,单核 2 万 QPS,今年最值得学习的开源项目",
|
|
124
114
|
"description": " 文章较长,从概念与场景,到原理与架构,到性能分析,最后是demo,希望大家有收获。 第一部分:解决什么问题。什么是微服务API网关?API网关是上承前端用户,下接后端服务的咽喉之...",
|
|
125
|
-
"votes": "
|
|
115
|
+
"votes": "142",
|
|
126
116
|
"url": "/k/vo7i0r2",
|
|
127
117
|
"avatar": "https://img.toutiao.io/subject/dd437c8fe19542088ec51e69a79c158c/thumb",
|
|
128
118
|
"avatarAlt": "最佳实践 - 独家号",
|
|
@@ -189,6 +179,16 @@
|
|
|
189
179
|
"subjectName": "微观技术",
|
|
190
180
|
"homeUrl": "/subjects/348507"
|
|
191
181
|
},
|
|
182
|
+
{
|
|
183
|
+
"title": "熬夜彻底搞懂Cookie Session Token JWT",
|
|
184
|
+
"description": "",
|
|
185
|
+
"votes": "118",
|
|
186
|
+
"url": "/k/g49lsl5",
|
|
187
|
+
"avatar": "https://img.toutiao.io/subject/dc985e32ff464581afaa81f175880312/thumb",
|
|
188
|
+
"avatarAlt": "dotnet - 独家号",
|
|
189
|
+
"subjectName": "dotnet",
|
|
190
|
+
"homeUrl": "/subjects/348014"
|
|
191
|
+
},
|
|
192
192
|
{
|
|
193
193
|
"title": "从头带你撸一个 Spring Boot Starter",
|
|
194
194
|
"description": "我们知道 SpringBoot 提供了很多的 Starter 用于引用各种封装好的功能:名称功能spring-boot-starter-web支持 Web 开发,包括 Tomcat...",
|
|
@@ -200,14 +200,14 @@
|
|
|
200
200
|
"homeUrl": "/subjects/454231"
|
|
201
201
|
},
|
|
202
202
|
{
|
|
203
|
-
"title": "
|
|
204
|
-
"description": "",
|
|
205
|
-
"votes": "
|
|
206
|
-
"url": "/k/
|
|
207
|
-
"avatar": "https://img.toutiao.io/subject/
|
|
208
|
-
"avatarAlt": "
|
|
209
|
-
"subjectName": "
|
|
210
|
-
"homeUrl": "/subjects/
|
|
203
|
+
"title": "2021年美团技术团队最受欢迎的22篇技术文章",
|
|
204
|
+
"description": "再见2021你好2022「美团技术团队」微信公众号祝大家新年快乐!温故而知新,我们根据文章的「阅读量」和「在看」数,以及所覆盖的技术领域,精选了22篇技术文章作为新年礼物送给大家。...",
|
|
205
|
+
"votes": "115",
|
|
206
|
+
"url": "/k/pjse55y",
|
|
207
|
+
"avatar": "https://img.toutiao.io/subject/50e9b8208bfd488897fed22d15d9aa0e/thumb",
|
|
208
|
+
"avatarAlt": "美团技术团队 - 独家号",
|
|
209
|
+
"subjectName": "美团技术团队",
|
|
210
|
+
"homeUrl": "/subjects/117027"
|
|
211
211
|
},
|
|
212
212
|
{
|
|
213
213
|
"title": "Kafka 知识体系保姆级教程宝典",
|
|
@@ -232,7 +232,7 @@
|
|
|
232
232
|
{
|
|
233
233
|
"title": "这些年我用过的API文档工具,个个是精品!",
|
|
234
234
|
"description": "",
|
|
235
|
-
"votes": "
|
|
235
|
+
"votes": "116",
|
|
236
236
|
"url": "/k/xt41e64",
|
|
237
237
|
"avatar": "https://img.toutiao.io/subject/a2c7feaedfa64ce08a685e8535b7a316/thumb",
|
|
238
238
|
"avatarAlt": "大话.NET平台 - 独家号",
|
package/dist/trending-daily.json
CHANGED
|
@@ -1,277 +1,277 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
|
-
"full_name": "
|
|
4
|
-
"language": "
|
|
5
|
-
"color": "#
|
|
3
|
+
"full_name": "jonathandata1/pegasus_spyware",
|
|
4
|
+
"language": "Smali",
|
|
5
|
+
"color": "#ccc",
|
|
6
6
|
"description": "",
|
|
7
|
-
"forked": "
|
|
8
|
-
"stargazers_count":
|
|
9
|
-
"todayStar": "
|
|
10
|
-
"html_url": "https://github.com/
|
|
7
|
+
"forked": "345",
|
|
8
|
+
"stargazers_count": 1135,
|
|
9
|
+
"todayStar": "136 stars today",
|
|
10
|
+
"html_url": "https://github.com/jonathandata1/pegasus_spyware",
|
|
11
11
|
"rank": 1
|
|
12
12
|
},
|
|
13
13
|
{
|
|
14
|
-
"full_name": "
|
|
15
|
-
"language": "
|
|
16
|
-
"color": "#
|
|
14
|
+
"full_name": "wmjordan/PDFPatcher",
|
|
15
|
+
"language": "C#",
|
|
16
|
+
"color": "#178600",
|
|
17
17
|
"description": "",
|
|
18
|
-
"forked": "
|
|
19
|
-
"stargazers_count":
|
|
20
|
-
"todayStar": "
|
|
21
|
-
"html_url": "https://github.com/
|
|
18
|
+
"forked": "207",
|
|
19
|
+
"stargazers_count": 1223,
|
|
20
|
+
"todayStar": "233 stars today",
|
|
21
|
+
"html_url": "https://github.com/wmjordan/PDFPatcher",
|
|
22
22
|
"rank": 2
|
|
23
23
|
},
|
|
24
24
|
{
|
|
25
|
-
"full_name": "
|
|
26
|
-
"language": "",
|
|
27
|
-
"color": "",
|
|
25
|
+
"full_name": "sunflower-farmers/sunflower-farmers",
|
|
26
|
+
"language": "TypeScript",
|
|
27
|
+
"color": "#2b7489",
|
|
28
28
|
"description": "",
|
|
29
|
-
"forked": "
|
|
30
|
-
"stargazers_count":
|
|
31
|
-
"todayStar": "
|
|
32
|
-
"html_url": "https://github.com/
|
|
29
|
+
"forked": "152",
|
|
30
|
+
"stargazers_count": 517,
|
|
31
|
+
"todayStar": "138 stars today",
|
|
32
|
+
"html_url": "https://github.com/sunflower-farmers/sunflower-farmers",
|
|
33
33
|
"rank": 3
|
|
34
34
|
},
|
|
35
35
|
{
|
|
36
|
-
"full_name": "
|
|
37
|
-
"language": "
|
|
38
|
-
"color": "#
|
|
36
|
+
"full_name": "Tencent/CodeAnalysis",
|
|
37
|
+
"language": "Python",
|
|
38
|
+
"color": "#3572A5",
|
|
39
39
|
"description": "",
|
|
40
|
-
"forked": "
|
|
41
|
-
"stargazers_count":
|
|
42
|
-
"todayStar": "
|
|
43
|
-
"html_url": "https://github.com/
|
|
40
|
+
"forked": "79",
|
|
41
|
+
"stargazers_count": 647,
|
|
42
|
+
"todayStar": "257 stars today",
|
|
43
|
+
"html_url": "https://github.com/Tencent/CodeAnalysis",
|
|
44
44
|
"rank": 4
|
|
45
45
|
},
|
|
46
46
|
{
|
|
47
|
-
"full_name": "
|
|
48
|
-
"language": "
|
|
49
|
-
"color": "#
|
|
47
|
+
"full_name": "PowerShell/PowerShell",
|
|
48
|
+
"language": "C#",
|
|
49
|
+
"color": "#178600",
|
|
50
50
|
"description": "",
|
|
51
|
-
"forked": "
|
|
52
|
-
"stargazers_count":
|
|
53
|
-
"todayStar": "
|
|
54
|
-
"html_url": "https://github.com/
|
|
51
|
+
"forked": "5045",
|
|
52
|
+
"stargazers_count": 31621,
|
|
53
|
+
"todayStar": "89 stars today",
|
|
54
|
+
"html_url": "https://github.com/PowerShell/PowerShell",
|
|
55
55
|
"rank": 5
|
|
56
56
|
},
|
|
57
57
|
{
|
|
58
|
-
"full_name": "
|
|
59
|
-
"language": "",
|
|
60
|
-
"color": "",
|
|
58
|
+
"full_name": "fmtlib/fmt",
|
|
59
|
+
"language": "C++",
|
|
60
|
+
"color": "#f34b7d",
|
|
61
61
|
"description": "",
|
|
62
|
-
"forked": "
|
|
63
|
-
"stargazers_count":
|
|
64
|
-
"todayStar": "
|
|
65
|
-
"html_url": "https://github.com/
|
|
62
|
+
"forked": "1562",
|
|
63
|
+
"stargazers_count": 13140,
|
|
64
|
+
"todayStar": "86 stars today",
|
|
65
|
+
"html_url": "https://github.com/fmtlib/fmt",
|
|
66
66
|
"rank": 6
|
|
67
67
|
},
|
|
68
68
|
{
|
|
69
|
-
"full_name": "
|
|
70
|
-
"language": "
|
|
71
|
-
"color": "#
|
|
69
|
+
"full_name": "tauri-apps/tauri",
|
|
70
|
+
"language": "Rust",
|
|
71
|
+
"color": "#dea584",
|
|
72
72
|
"description": "",
|
|
73
|
-
"forked": "
|
|
74
|
-
"stargazers_count":
|
|
75
|
-
"todayStar": "
|
|
76
|
-
"html_url": "https://github.com/
|
|
73
|
+
"forked": "647",
|
|
74
|
+
"stargazers_count": 26505,
|
|
75
|
+
"todayStar": "309 stars today",
|
|
76
|
+
"html_url": "https://github.com/tauri-apps/tauri",
|
|
77
77
|
"rank": 7
|
|
78
78
|
},
|
|
79
79
|
{
|
|
80
|
-
"full_name": "
|
|
81
|
-
"language": "",
|
|
82
|
-
"color": "",
|
|
80
|
+
"full_name": "rapiz1/rathole",
|
|
81
|
+
"language": "Rust",
|
|
82
|
+
"color": "#dea584",
|
|
83
83
|
"description": "",
|
|
84
|
-
"forked": "
|
|
85
|
-
"stargazers_count":
|
|
86
|
-
"todayStar": "
|
|
87
|
-
"html_url": "https://github.com/
|
|
84
|
+
"forked": "70",
|
|
85
|
+
"stargazers_count": 1429,
|
|
86
|
+
"todayStar": "388 stars today",
|
|
87
|
+
"html_url": "https://github.com/rapiz1/rathole",
|
|
88
88
|
"rank": 8
|
|
89
89
|
},
|
|
90
90
|
{
|
|
91
|
-
"full_name": "
|
|
92
|
-
"language": "",
|
|
93
|
-
"color": "",
|
|
91
|
+
"full_name": "bit4woo/Fiora",
|
|
92
|
+
"language": "Java",
|
|
93
|
+
"color": "#b07219",
|
|
94
94
|
"description": "",
|
|
95
|
-
"forked": "
|
|
96
|
-
"stargazers_count":
|
|
97
|
-
"todayStar": "
|
|
98
|
-
"html_url": "https://github.com/
|
|
95
|
+
"forked": "51",
|
|
96
|
+
"stargazers_count": 329,
|
|
97
|
+
"todayStar": "56 stars today",
|
|
98
|
+
"html_url": "https://github.com/bit4woo/Fiora",
|
|
99
99
|
"rank": 9
|
|
100
100
|
},
|
|
101
101
|
{
|
|
102
|
-
"full_name": "
|
|
103
|
-
"language": "
|
|
104
|
-
"color": "#
|
|
102
|
+
"full_name": "Schneegans/Burn-My-Windows",
|
|
103
|
+
"language": "JavaScript",
|
|
104
|
+
"color": "#f1e05a",
|
|
105
105
|
"description": "",
|
|
106
|
-
"forked": "
|
|
107
|
-
"stargazers_count":
|
|
108
|
-
"todayStar": "
|
|
109
|
-
"html_url": "https://github.com/
|
|
106
|
+
"forked": "15",
|
|
107
|
+
"stargazers_count": 1086,
|
|
108
|
+
"todayStar": "121 stars today",
|
|
109
|
+
"html_url": "https://github.com/Schneegans/Burn-My-Windows",
|
|
110
110
|
"rank": 10
|
|
111
111
|
},
|
|
112
112
|
{
|
|
113
|
-
"full_name": "
|
|
114
|
-
"language": "
|
|
115
|
-
"color": "
|
|
113
|
+
"full_name": "aetkrad/goby_poc",
|
|
114
|
+
"language": "",
|
|
115
|
+
"color": "",
|
|
116
116
|
"description": "",
|
|
117
|
-
"forked": "
|
|
118
|
-
"stargazers_count":
|
|
119
|
-
"todayStar": "
|
|
120
|
-
"html_url": "https://github.com/
|
|
117
|
+
"forked": "58",
|
|
118
|
+
"stargazers_count": 274,
|
|
119
|
+
"todayStar": "42 stars today",
|
|
120
|
+
"html_url": "https://github.com/aetkrad/goby_poc",
|
|
121
121
|
"rank": 11
|
|
122
122
|
},
|
|
123
123
|
{
|
|
124
|
-
"full_name": "
|
|
125
|
-
"language": "
|
|
126
|
-
"color": "
|
|
124
|
+
"full_name": "MichaelCade/90DaysOfDevOps",
|
|
125
|
+
"language": "",
|
|
126
|
+
"color": "",
|
|
127
127
|
"description": "",
|
|
128
|
-
"forked": "
|
|
129
|
-
"stargazers_count":
|
|
130
|
-
"todayStar": "
|
|
131
|
-
"html_url": "https://github.com/
|
|
128
|
+
"forked": "22",
|
|
129
|
+
"stargazers_count": 404,
|
|
130
|
+
"todayStar": "230 stars today",
|
|
131
|
+
"html_url": "https://github.com/MichaelCade/90DaysOfDevOps",
|
|
132
132
|
"rank": 12
|
|
133
133
|
},
|
|
134
134
|
{
|
|
135
|
-
"full_name": "
|
|
136
|
-
"language": "
|
|
137
|
-
"color": "#
|
|
135
|
+
"full_name": "ReactiveX/RxSwift",
|
|
136
|
+
"language": "Swift",
|
|
137
|
+
"color": "#F05138",
|
|
138
138
|
"description": "",
|
|
139
|
-
"forked": "
|
|
140
|
-
"stargazers_count":
|
|
141
|
-
"todayStar": "
|
|
142
|
-
"html_url": "https://github.com/
|
|
139
|
+
"forked": "3832",
|
|
140
|
+
"stargazers_count": 21382,
|
|
141
|
+
"todayStar": "64 stars today",
|
|
142
|
+
"html_url": "https://github.com/ReactiveX/RxSwift",
|
|
143
143
|
"rank": 13
|
|
144
144
|
},
|
|
145
145
|
{
|
|
146
|
-
"full_name": "
|
|
147
|
-
"language": "
|
|
148
|
-
"color": "#
|
|
146
|
+
"full_name": "Igglybuff/awesome-piracy",
|
|
147
|
+
"language": "HTML",
|
|
148
|
+
"color": "#e34c26",
|
|
149
149
|
"description": "",
|
|
150
|
-
"forked": "
|
|
151
|
-
"stargazers_count":
|
|
152
|
-
"todayStar": "
|
|
153
|
-
"html_url": "https://github.com/
|
|
150
|
+
"forked": "1458",
|
|
151
|
+
"stargazers_count": 14636,
|
|
152
|
+
"todayStar": "180 stars today",
|
|
153
|
+
"html_url": "https://github.com/Igglybuff/awesome-piracy",
|
|
154
154
|
"rank": 14
|
|
155
155
|
},
|
|
156
156
|
{
|
|
157
|
-
"full_name": "
|
|
158
|
-
"language": "
|
|
159
|
-
"color": "#
|
|
157
|
+
"full_name": "coding-horror/basic-computer-games",
|
|
158
|
+
"language": "JavaScript",
|
|
159
|
+
"color": "#f1e05a",
|
|
160
160
|
"description": "",
|
|
161
|
-
"forked": "
|
|
162
|
-
"stargazers_count":
|
|
163
|
-
"todayStar": "
|
|
164
|
-
"html_url": "https://github.com/
|
|
161
|
+
"forked": "465",
|
|
162
|
+
"stargazers_count": 3412,
|
|
163
|
+
"todayStar": "206 stars today",
|
|
164
|
+
"html_url": "https://github.com/coding-horror/basic-computer-games",
|
|
165
165
|
"rank": 15
|
|
166
166
|
},
|
|
167
167
|
{
|
|
168
|
-
"full_name": "
|
|
169
|
-
"language": "
|
|
170
|
-
"color": "#
|
|
168
|
+
"full_name": "poteto/hiring-without-whiteboards",
|
|
169
|
+
"language": "JavaScript",
|
|
170
|
+
"color": "#f1e05a",
|
|
171
171
|
"description": "",
|
|
172
|
-
"forked": "
|
|
173
|
-
"stargazers_count":
|
|
174
|
-
"todayStar": "
|
|
175
|
-
"html_url": "https://github.com/
|
|
172
|
+
"forked": "2273",
|
|
173
|
+
"stargazers_count": 25912,
|
|
174
|
+
"todayStar": "115 stars today",
|
|
175
|
+
"html_url": "https://github.com/poteto/hiring-without-whiteboards",
|
|
176
176
|
"rank": 16
|
|
177
177
|
},
|
|
178
178
|
{
|
|
179
|
-
"full_name": "
|
|
180
|
-
"language": "
|
|
181
|
-
"color": "#
|
|
179
|
+
"full_name": "PyGithub/PyGithub",
|
|
180
|
+
"language": "Python",
|
|
181
|
+
"color": "#3572A5",
|
|
182
182
|
"description": "",
|
|
183
|
-
"forked": "
|
|
184
|
-
"stargazers_count":
|
|
185
|
-
"todayStar": "
|
|
186
|
-
"html_url": "https://github.com/
|
|
183
|
+
"forked": "1425",
|
|
184
|
+
"stargazers_count": 4952,
|
|
185
|
+
"todayStar": "64 stars today",
|
|
186
|
+
"html_url": "https://github.com/PyGithub/PyGithub",
|
|
187
187
|
"rank": 17
|
|
188
188
|
},
|
|
189
189
|
{
|
|
190
|
-
"full_name": "
|
|
191
|
-
"language": "
|
|
192
|
-
"color": "#
|
|
190
|
+
"full_name": "qier222/YesPlayMusic",
|
|
191
|
+
"language": "JavaScript",
|
|
192
|
+
"color": "#f1e05a",
|
|
193
193
|
"description": "",
|
|
194
|
-
"forked": "
|
|
195
|
-
"stargazers_count":
|
|
196
|
-
"todayStar": "
|
|
197
|
-
"html_url": "https://github.com/
|
|
194
|
+
"forked": "1904",
|
|
195
|
+
"stargazers_count": 13743,
|
|
196
|
+
"todayStar": "120 stars today",
|
|
197
|
+
"html_url": "https://github.com/qier222/YesPlayMusic",
|
|
198
198
|
"rank": 18
|
|
199
199
|
},
|
|
200
200
|
{
|
|
201
|
-
"full_name": "
|
|
202
|
-
"language": "
|
|
203
|
-
"color": "#
|
|
201
|
+
"full_name": "Asabeneh/30-Days-Of-JavaScript",
|
|
202
|
+
"language": "JavaScript",
|
|
203
|
+
"color": "#f1e05a",
|
|
204
204
|
"description": "",
|
|
205
|
-
"forked": "
|
|
206
|
-
"stargazers_count":
|
|
207
|
-
"todayStar": "
|
|
208
|
-
"html_url": "https://github.com/
|
|
205
|
+
"forked": "2568",
|
|
206
|
+
"stargazers_count": 11845,
|
|
207
|
+
"todayStar": "270 stars today",
|
|
208
|
+
"html_url": "https://github.com/Asabeneh/30-Days-Of-JavaScript",
|
|
209
209
|
"rank": 19
|
|
210
210
|
},
|
|
211
211
|
{
|
|
212
|
-
"full_name": "
|
|
213
|
-
"language": "
|
|
214
|
-
"color": "#
|
|
212
|
+
"full_name": "DioxusLabs/dioxus",
|
|
213
|
+
"language": "Rust",
|
|
214
|
+
"color": "#dea584",
|
|
215
215
|
"description": "",
|
|
216
|
-
"forked": "
|
|
217
|
-
"stargazers_count":
|
|
218
|
-
"todayStar": "
|
|
219
|
-
"html_url": "https://github.com/
|
|
216
|
+
"forked": "18",
|
|
217
|
+
"stargazers_count": 1006,
|
|
218
|
+
"todayStar": "345 stars today",
|
|
219
|
+
"html_url": "https://github.com/DioxusLabs/dioxus",
|
|
220
220
|
"rank": 20
|
|
221
221
|
},
|
|
222
222
|
{
|
|
223
|
-
"full_name": "
|
|
224
|
-
"language": "
|
|
225
|
-
"color": "#
|
|
223
|
+
"full_name": "DustinBrett/daedalOS",
|
|
224
|
+
"language": "JavaScript",
|
|
225
|
+
"color": "#f1e05a",
|
|
226
226
|
"description": "",
|
|
227
|
-
"forked": "
|
|
228
|
-
"stargazers_count":
|
|
229
|
-
"todayStar": "
|
|
230
|
-
"html_url": "https://github.com/
|
|
227
|
+
"forked": "99",
|
|
228
|
+
"stargazers_count": 1982,
|
|
229
|
+
"todayStar": "219 stars today",
|
|
230
|
+
"html_url": "https://github.com/DustinBrett/daedalOS",
|
|
231
231
|
"rank": 21
|
|
232
232
|
},
|
|
233
233
|
{
|
|
234
|
-
"full_name": "
|
|
235
|
-
"language": "",
|
|
236
|
-
"color": "",
|
|
234
|
+
"full_name": "google/googletest",
|
|
235
|
+
"language": "C++",
|
|
236
|
+
"color": "#f34b7d",
|
|
237
237
|
"description": "",
|
|
238
|
-
"forked": "
|
|
239
|
-
"stargazers_count":
|
|
240
|
-
"todayStar": "
|
|
241
|
-
"html_url": "https://github.com/
|
|
238
|
+
"forked": "8167",
|
|
239
|
+
"stargazers_count": 24675,
|
|
240
|
+
"todayStar": "59 stars today",
|
|
241
|
+
"html_url": "https://github.com/google/googletest",
|
|
242
242
|
"rank": 22
|
|
243
243
|
},
|
|
244
244
|
{
|
|
245
|
-
"full_name": "
|
|
246
|
-
"language": "",
|
|
247
|
-
"color": "",
|
|
245
|
+
"full_name": "Pierian-Data/Complete-Python-3-Bootcamp",
|
|
246
|
+
"language": "JupyterNotebook",
|
|
247
|
+
"color": "#DA5B0B",
|
|
248
248
|
"description": "",
|
|
249
|
-
"forked": "
|
|
250
|
-
"stargazers_count":
|
|
251
|
-
"todayStar": "
|
|
252
|
-
"html_url": "https://github.com/
|
|
249
|
+
"forked": "64425",
|
|
250
|
+
"stargazers_count": 18643,
|
|
251
|
+
"todayStar": "46 stars today",
|
|
252
|
+
"html_url": "https://github.com/Pierian-Data/Complete-Python-3-Bootcamp",
|
|
253
253
|
"rank": 23
|
|
254
254
|
},
|
|
255
255
|
{
|
|
256
|
-
"full_name": "
|
|
257
|
-
"language": "
|
|
258
|
-
"color": "#
|
|
256
|
+
"full_name": "cert-ee/cuckoo3",
|
|
257
|
+
"language": "Python",
|
|
258
|
+
"color": "#3572A5",
|
|
259
259
|
"description": "",
|
|
260
|
-
"forked": "
|
|
261
|
-
"stargazers_count":
|
|
262
|
-
"todayStar": "
|
|
263
|
-
"html_url": "https://github.com/
|
|
260
|
+
"forked": "12",
|
|
261
|
+
"stargazers_count": 217,
|
|
262
|
+
"todayStar": "58 stars today",
|
|
263
|
+
"html_url": "https://github.com/cert-ee/cuckoo3",
|
|
264
264
|
"rank": 24
|
|
265
265
|
},
|
|
266
266
|
{
|
|
267
|
-
"full_name": "
|
|
268
|
-
"language": "
|
|
269
|
-
"color": "#
|
|
267
|
+
"full_name": "Saul-Mirone/milkdown",
|
|
268
|
+
"language": "TypeScript",
|
|
269
|
+
"color": "#2b7489",
|
|
270
270
|
"description": "",
|
|
271
|
-
"forked": "
|
|
272
|
-
"stargazers_count":
|
|
273
|
-
"todayStar": "
|
|
274
|
-
"html_url": "https://github.com/
|
|
271
|
+
"forked": "184",
|
|
272
|
+
"stargazers_count": 5359,
|
|
273
|
+
"todayStar": "105 stars today",
|
|
274
|
+
"html_url": "https://github.com/Saul-Mirone/milkdown",
|
|
275
275
|
"rank": 25
|
|
276
276
|
}
|
|
277
277
|
]
|