@wcj/github-rank 22.1.31 → 22.2.1

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.
Files changed (38) hide show
  1. package/dist/repos.json +17245 -17237
  2. package/dist/sifou-daily.json +6 -33
  3. package/dist/sifou-monthly.json +69 -69
  4. package/dist/sifou-weekly.json +121 -121
  5. package/dist/toutiao-30.json +38 -38
  6. package/dist/toutiao-7.json +77 -77
  7. package/dist/toutiao-90.json +1 -1
  8. package/dist/trending-daily.json +173 -173
  9. package/dist/trending-monthly.json +126 -126
  10. package/dist/trending-weekly.json +172 -172
  11. package/dist/users.china.json +476 -476
  12. package/dist/users.json +2010 -2010
  13. package/package.json +1 -1
  14. package/web/36kr.html +2 -2
  15. package/web/data/repos.json +17245 -17237
  16. package/web/data/sifou-daily.json +6 -33
  17. package/web/data/sifou-monthly.json +69 -69
  18. package/web/data/sifou-weekly.json +121 -121
  19. package/web/data/toutiao-30.json +38 -38
  20. package/web/data/toutiao-7.json +77 -77
  21. package/web/data/toutiao-90.json +1 -1
  22. package/web/data/trending-daily.json +173 -173
  23. package/web/data/trending-monthly.json +126 -126
  24. package/web/data/trending-weekly.json +172 -172
  25. package/web/data/users.china.json +476 -476
  26. package/web/data/users.json +2010 -2010
  27. package/web/index.html +1061 -1061
  28. package/web/repos.html +2239 -2239
  29. package/web/sifou-daily.html +6 -90
  30. package/web/sifou-monthly.html +144 -144
  31. package/web/sifou-weekly.html +114 -114
  32. package/web/toutiao-30.html +34 -34
  33. package/web/toutiao-7.html +70 -70
  34. package/web/toutiao-90.html +3 -3
  35. package/web/trending-monthly.html +119 -119
  36. package/web/trending-weekly.html +150 -150
  37. package/web/trending.html +148 -152
  38. package/web/users.china.html +259 -259
@@ -1,38 +1,11 @@
1
1
  [
2
2
  {
3
- "title": "来自开发者的点赞!HMS Core荣获多个行业奖项",
4
- "description": "2021年,HMS Core发布全新HMS Core 6,为全球开发者提供多终端、跨OS、全场景的华为移动服务核心能力,和开发者共同成长。通过和开发者在行业解决方案、业务场景创新和商业增长上的持续合作,HMS Core得到了行业...",
5
- "url": "https://segmentfault.com/a/1190000041358419",
6
- "author": "HMSCore",
7
- "home_url": "https://segmentfault.com/u/hms_core",
8
- "votes": "2",
9
- "rank": 1
10
- },
11
- {
12
- "title": "一文读懂 Serverless 的起源、发展和落地实践",
13
- "description": "**2012 年,Serverless 这个单词第一次出现,由 Iron 公司提出,字面意思就是不需要服务器。但是真正被大家所熟知,是在 2014 年 AWS 推出 Lambda 的时候。Lambda 产品的推出开启了云计算的新时代,之后所有的大...",
14
- "url": "https://segmentfault.com/a/1190000041358075",
15
- "author": "Serverless",
16
- "home_url": "https://segmentfault.com/u/jiang_5f3236dd7afd1",
17
- "votes": "1",
18
- "rank": 2
19
- },
20
- {
21
- "title": "MySQL 是如何实现 ACID 的?",
22
- "description": "我们都知道,事务具有 ACID 四个特性——原子性(Atomicity)、一致性(Consistency)、隔离性(Isolation)、持久性(Durability)。但你知道 MySQL 是通过什么技术手段来实现的吗?",
23
- "url": "https://segmentfault.com/a/1190000041358494",
24
- "author": "刘水镜",
25
- "home_url": "https://segmentfault.com/u/liushuijinger",
3
+ "title": "python for 循环",
4
+ "description": "Python for 循环For in 语句是另一种循环语句,其特点是会在一系列对象上进行迭代(Iterates),即它会遍历序列中的每一个项目注意:1、else 部分是可选的。当循环中包含它时,它循环中包含它时,它总会在 for 循...",
5
+ "url": "https://segmentfault.com/a/1190000041360584",
6
+ "author": "David Cao",
7
+ "home_url": "https://segmentfault.com/u/david_cao_605f0765761e0",
26
8
  "votes": "1",
27
- "rank": 3
28
- },
29
- {
30
- "title": "Spring Boot Serverless 实战系列 | 性能调优",
31
- "description": "​SpringBoot 是基于 Java Spring 框架的套件,它预装了 Spring 的一系列组件,让开发者只需要很少的配置就可以创建独立运行的应用程序。在云原生的世界,有大量的平台可以运行 SpringBoot 应用,例如虚拟机,容器...",
32
- "url": "https://segmentfault.com/a/1190000041358053",
33
- "author": "Serverless",
34
- "home_url": "https://segmentfault.com/u/jiang_5f3236dd7afd1",
35
- "votes": "1",
36
- "rank": 4
9
+ "rank": 1
37
10
  }
38
11
  ]
@@ -8,32 +8,14 @@
8
8
  "votes": "61",
9
9
  "rank": 1
10
10
  },
11
- {
12
- "title": "一份简单够用的 Nginx Location 配置讲解",
13
- "description": "前言Location 是 Nginx 中一个非常核心的配置,这篇重点讲解一下 Location 的配置问题以及一些注意事项。语法关于 Location,举个简单的配置例子: {代码...} 大致的意思是,当你访问 www.yayujs.com 的 80 端口...",
14
- "url": "https://segmentfault.com/a/1190000041217732",
15
- "author": "冴羽",
16
- "home_url": "https://segmentfault.com/u/yayu",
17
- "votes": "36",
18
- "rank": 2
19
- },
20
- {
21
- "title": "冷门又好用的 CSS 特性",
22
- "description": "CSS 提供了对多列布局的支持。支持设置布局中的列数 (column-count)、内容应如何列之间的流动规则、列之间的间距 (column-gap) 以及列分割线(column-rule)的样式。",
23
- "url": "https://segmentfault.com/a/1190000041209570",
24
- "author": "MudOnTire",
25
- "home_url": "https://segmentfault.com/u/mudontire",
26
- "votes": "28",
27
- "rank": 3
28
- },
29
11
  {
30
12
  "title": "巧用 CSS 实现动态线条 Loading 动画",
31
13
  "description": "有群友问我,使用 CSS 如何实现如下 Loading 效果:这是一个非常有意思的问题。我们知道,使用 CSS,我们可以非常轻松的实现这样一个动画效果: {代码...} {代码...} 动画如下:与要求的线条 loading 动画相比,...",
32
14
  "url": "https://segmentfault.com/a/1190000041306193",
33
15
  "author": "chokcoco",
34
16
  "home_url": "https://segmentfault.com/u/chokcoco",
35
- "votes": "27",
36
- "rank": 4
17
+ "votes": "29",
18
+ "rank": 2
37
19
  },
38
20
  {
39
21
  "title": "1000粉!使用Three.js制作一个专属3D奖牌🥇",
@@ -42,7 +24,7 @@
42
24
  "author": "dragonir",
43
25
  "home_url": "https://segmentfault.com/u/dragonir",
44
26
  "votes": "21",
45
- "rank": 5
27
+ "rank": 3
46
28
  },
47
29
  {
48
30
  "title": "超硬核 Web 前端学霸笔记,学完就去找工作!",
@@ -51,7 +33,7 @@
51
33
  "author": "wscats",
52
34
  "home_url": "https://segmentfault.com/u/wscats",
53
35
  "votes": "25",
54
- "rank": 6
36
+ "rank": 4
55
37
  },
56
38
  {
57
39
  "title": "SegmentFault 思否 2021 年度 Top Writer",
@@ -60,7 +42,7 @@
60
42
  "author": "SegmentFault思否",
61
43
  "home_url": "https://segmentfault.com/u/segmentfault",
62
44
  "votes": "15",
63
- "rank": 7
45
+ "rank": 5
64
46
  },
65
47
  {
66
48
  "title": "神器 Nginx 的学习手册 ( 建议收藏 )",
@@ -69,16 +51,7 @@
69
51
  "author": "民工哥",
70
52
  "home_url": "https://segmentfault.com/u/jishuroad",
71
53
  "votes": "29",
72
- "rank": 8
73
- },
74
- {
75
- "title": "可视化编码!前端无缝接入代码可视化编辑",
76
- "description": "主流的商业化低代码平台,基本就是希望将研发全链路都推向标准化、规范化,来达到提效的效果,但是对于需求本身是变化的,同时会形成对低代码平台的依赖,后续维护均需要依赖平台能力实现;",
77
- "url": "https://segmentfault.com/a/1190000041210915",
78
- "author": "moyuyc",
79
- "home_url": "https://segmentfault.com/u/moyuyc",
80
- "votes": "23",
81
- "rank": 9
54
+ "rank": 6
82
55
  },
83
56
  {
84
57
  "title": "【获奖名单】2021思否年度有奖征文获奖名单公布,快来领奖啦~",
@@ -87,7 +60,7 @@
87
60
  "author": "SegmentFault思否",
88
61
  "home_url": "https://segmentfault.com/u/segmentfault",
89
62
  "votes": "13",
90
- "rank": 10
63
+ "rank": 7
91
64
  },
92
65
  {
93
66
  "title": "不会一致性hash算法,劝你简历别写搞过负载均衡",
@@ -96,7 +69,7 @@
96
69
  "author": "程序员内点事",
97
70
  "home_url": "https://segmentfault.com/u/chengxy",
98
71
  "votes": "22",
99
- "rank": 11
72
+ "rank": 8
100
73
  },
101
74
  {
102
75
  "title": "神奇的滤镜!巧妙实现内凹的平滑圆角",
@@ -105,7 +78,7 @@
105
78
  "author": "chokcoco",
106
79
  "home_url": "https://segmentfault.com/u/chokcoco",
107
80
  "votes": "18",
108
- "rank": 12
81
+ "rank": 9
109
82
  },
110
83
  {
111
84
  "title": "Three.js 实现虎年春节3D创意页面",
@@ -114,7 +87,7 @@
114
87
  "author": "dragonir",
115
88
  "home_url": "https://segmentfault.com/u/dragonir",
116
89
  "votes": "16",
117
- "rank": 13
90
+ "rank": 10
118
91
  },
119
92
  {
120
93
  "title": "我们自研的 Ice 规则引擎开源了",
@@ -123,7 +96,7 @@
123
96
  "author": "程序员海军",
124
97
  "home_url": "https://segmentfault.com/u/haijun_5e7e16c909f52",
125
98
  "votes": "18",
126
- "rank": 14
99
+ "rank": 11
127
100
  },
128
101
  {
129
102
  "title": "Serverless 背景下,一部分“前端工程师”会转变为“应用交付工程师”",
@@ -132,7 +105,7 @@
132
105
  "author": "杨成功",
133
106
  "home_url": "https://segmentfault.com/u/ruidoc",
134
107
  "votes": "17",
135
- "rank": 15
108
+ "rank": 12
136
109
  },
137
110
  {
138
111
  "title": "权威发布丨2021 中国开源先锋 33 人之心尖上的开源人物",
@@ -141,7 +114,7 @@
141
114
  "author": "SegmentFault思否",
142
115
  "home_url": "https://segmentfault.com/u/segmentfault",
143
116
  "votes": "8",
144
- "rank": 16
117
+ "rank": 13
145
118
  },
146
119
  {
147
120
  "title": "PWA 技术落地!让你的站点(Web)秒变APP(应用程序)",
@@ -150,16 +123,7 @@
150
123
  "author": "葡萄城技术团队",
151
124
  "home_url": "https://segmentfault.com/u/grapecity",
152
125
  "votes": "13",
153
- "rank": 17
154
- },
155
- {
156
- "title": "林三心画了8张图,最通俗易懂的Vue3响应式核心原理解析",
157
- "description": "基础是进阶的前提其实Vue3已经出来很久了,可能大部分公司都用上了,但是,Vue3究竟比Vue2好在哪里?其实很多人都不知道。今天我就先给大家讲一讲Vue3的响应式原理吧,顺便说一说Vue3的响应式到底比Vue2的响应式...",
158
- "url": "https://segmentfault.com/a/1190000041207010",
159
- "author": "Sunshine_Lin",
160
- "home_url": "https://segmentfault.com/u/user_ze46ouik",
161
- "votes": "15",
162
- "rank": 18
126
+ "rank": 14
163
127
  },
164
128
  {
165
129
  "title": "Web3.0是什么,为什么MetaVerse这么火?",
@@ -168,7 +132,7 @@
168
132
  "author": "Peter谭老师",
169
133
  "home_url": "https://segmentfault.com/u/jerrytanjinjie",
170
134
  "votes": "18",
171
- "rank": 19
135
+ "rank": 15
172
136
  },
173
137
  {
174
138
  "title": "谁再说不熟悉 Linux 命令,就把这个给他扔过去!",
@@ -177,7 +141,7 @@
177
141
  "author": "民工哥",
178
142
  "home_url": "https://segmentfault.com/u/jishuroad",
179
143
  "votes": "20",
180
- "rank": 20
144
+ "rank": 16
181
145
  },
182
146
  {
183
147
  "title": "CSS 实现 Ant Design官网Logo彩蛋效果",
@@ -186,7 +150,7 @@
186
150
  "author": "XboxYan",
187
151
  "home_url": "https://segmentfault.com/u/xboxyan",
188
152
  "votes": "16",
189
- "rank": 21
153
+ "rank": 17
190
154
  },
191
155
  {
192
156
  "title": "线程池如何观测?这个方案让你对线程池的运行情况了如指掌!",
@@ -195,7 +159,7 @@
195
159
  "author": "铂赛东",
196
160
  "home_url": "https://segmentfault.com/u/bosaidong_5c495684bcf4b",
197
161
  "votes": "13",
198
- "rank": 22
162
+ "rank": 18
199
163
  },
200
164
  {
201
165
  "title": "一篇从购买服务器到部署博客代码的详细教程",
@@ -204,7 +168,7 @@
204
168
  "author": "冴羽",
205
169
  "home_url": "https://segmentfault.com/u/yayu",
206
170
  "votes": "13",
207
- "rank": 23
171
+ "rank": 19
208
172
  },
209
173
  {
210
174
  "title": "权威发布 | SegmentFault 思否 2021 年度技术团队",
@@ -213,7 +177,7 @@
213
177
  "author": "SegmentFault思否",
214
178
  "home_url": "https://segmentfault.com/u/segmentfault",
215
179
  "votes": "10",
216
- "rank": 24
180
+ "rank": 20
217
181
  },
218
182
  {
219
183
  "title": "分布式抽奖秒杀系统,DDD架构设计和实现分享",
@@ -222,7 +186,7 @@
222
186
  "author": "小傅哥",
223
187
  "home_url": "https://segmentfault.com/u/fuzhengwei",
224
188
  "votes": "16",
225
- "rank": 25
189
+ "rank": 21
226
190
  },
227
191
  {
228
192
  "title": "⚡️ 省钱 90%!我是这样优化网站图片的",
@@ -231,7 +195,7 @@
231
195
  "author": "卤代烃",
232
196
  "home_url": "https://segmentfault.com/u/skychx",
233
197
  "votes": "17",
234
- "rank": 26
198
+ "rank": 22
235
199
  },
236
200
  {
237
201
  "title": "一元初始 万象融合 - Google Cloud 2022 中国出海数字峰会回顾",
@@ -240,16 +204,7 @@
240
204
  "author": "思否编辑部",
241
205
  "home_url": "https://segmentfault.com/u/writers",
242
206
  "votes": "15",
243
- "rank": 27
244
- },
245
- {
246
- "title": "2 天!Google Cloud 2022 中国出海数字峰会进入倒计时",
247
- "description": "企业出海,技术为舵,开发者作为出海企业技术舵手,需保持高度敏锐,持续修炼技能,确保企业出海动力稳定。作为一家技术创新企业,过去一年,谷歌的融合生态如何为出海经济赋能?Google Cloud 在全球范围内建设起...",
248
- "url": "https://segmentfault.com/a/1190000041303894",
249
- "author": "思否编辑部",
250
- "home_url": "https://segmentfault.com/u/writers",
251
- "votes": "12",
252
- "rank": 28
207
+ "rank": 23
253
208
  },
254
209
  {
255
210
  "title": "火山引擎违反 Apache 2.0 许可证的情况下非法地重新发布了Apache SkyWalking",
@@ -258,7 +213,16 @@
258
213
  "author": "鸣飞",
259
214
  "home_url": "https://segmentfault.com/u/mf",
260
215
  "votes": "9",
261
- "rank": 29
216
+ "rank": 24
217
+ },
218
+ {
219
+ "title": "2 天!Google Cloud 2022 中国出海数字峰会进入倒计时",
220
+ "description": "企业出海,技术为舵,开发者作为出海企业技术舵手,需保持高度敏锐,持续修炼技能,确保企业出海动力稳定。作为一家技术创新企业,过去一年,谷歌的融合生态如何为出海经济赋能?Google Cloud 在全球范围内建设起...",
221
+ "url": "https://segmentfault.com/a/1190000041303894",
222
+ "author": "思否编辑部",
223
+ "home_url": "https://segmentfault.com/u/writers",
224
+ "votes": "12",
225
+ "rank": 25
262
226
  },
263
227
  {
264
228
  "title": "绝对是讲的最清楚的-NodeJS模块系统",
@@ -267,6 +231,42 @@
267
231
  "author": "云中歌",
268
232
  "home_url": "https://segmentfault.com/u/yunzhongge_584ccbede2cb7",
269
233
  "votes": "12",
234
+ "rank": 26
235
+ },
236
+ {
237
+ "title": "Vercel 与 Next.js:开源全明星团队背后的商业逻辑",
238
+ "description": "Vercel 是由 Guillermo Rauch 创立的云服务公司,以拥有数个知名开源项目为大众所知,随着 2021 年在融资、招聘、产品等方面的高调亮相,Vercel 的商业逻辑也愈发清晰。",
239
+ "url": "https://segmentfault.com/a/1190000041341813",
240
+ "author": "aryu",
241
+ "home_url": "https://segmentfault.com/u/aryu",
242
+ "votes": "9",
243
+ "rank": 27
244
+ },
245
+ {
246
+ "title": "【白话科普】10s 从零看懂 H5",
247
+ "description": "最近大家有没有发现,很多微信公众号的动态内容变多了?我们常常可以看到,公众号内容中有很多动态图片甚至动画,还可以通过手指滑动切换页面,或者有一些小的点击互动。",
248
+ "url": "https://segmentfault.com/a/1190000041235859",
249
+ "author": "云叔_又拍云",
250
+ "home_url": "https://segmentfault.com/u/yunshu_blog",
251
+ "votes": "10",
252
+ "rank": 28
253
+ },
254
+ {
255
+ "title": "2022,每个 Leaper 都会有好未来",
256
+ "description": "我是郑庆鑫,前好未来励步事业部的前端负责人,LeapFE是我们团队的简称,曾几何时,我们团队的共同愿景是成为业界知名的前端团队。而今年由于政策对公司毁灭性打击,这个愿景要搁置了,但对于我们绝大多数人,已...",
257
+ "url": "https://segmentfault.com/a/1190000041350991",
258
+ "author": "LeapFE",
259
+ "home_url": "https://segmentfault.com/u/leapfe",
260
+ "votes": "25",
261
+ "rank": 29
262
+ },
263
+ {
264
+ "title": "共赴 Google Cloud 2022 中国出海数字峰会,探索更多可能",
265
+ "description": "后疫情时代,得益于多年构筑的供应链、日趋成熟的数字化技术,中国企业出海发展,有力助推了经济增速“转正”。在国际国内双循环发展格局下,出海赛道未来将会有更多看点与掘金点,赛道内企业如何构建综合竞争力?...",
266
+ "url": "https://segmentfault.com/a/1190000041244342",
267
+ "author": "思否编辑部",
268
+ "home_url": "https://segmentfault.com/u/writers",
269
+ "votes": "13",
270
270
  "rank": 30
271
271
  }
272
272
  ]