@wcj/github-rank 22.2.1 → 22.2.5

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 +34517 -34484
  2. package/dist/sifou-daily.json +5 -5
  3. package/dist/sifou-monthly.json +95 -95
  4. package/dist/sifou-weekly.json +172 -181
  5. package/dist/toutiao-30.json +87 -87
  6. package/dist/toutiao-7.json +131 -131
  7. package/dist/toutiao-90.json +40 -40
  8. package/dist/trending-daily.json +173 -173
  9. package/dist/trending-monthly.json +161 -161
  10. package/dist/trending-weekly.json +162 -173
  11. package/dist/users.china.json +2144 -2144
  12. package/dist/users.json +4166 -4166
  13. package/package.json +1 -1
  14. package/web/36kr.html +2 -2
  15. package/web/data/repos.json +34517 -34484
  16. package/web/data/sifou-daily.json +5 -5
  17. package/web/data/sifou-monthly.json +95 -95
  18. package/web/data/sifou-weekly.json +172 -181
  19. package/web/data/toutiao-30.json +87 -87
  20. package/web/data/toutiao-7.json +131 -131
  21. package/web/data/toutiao-90.json +40 -40
  22. package/web/data/trending-daily.json +173 -173
  23. package/web/data/trending-monthly.json +161 -161
  24. package/web/data/trending-weekly.json +162 -173
  25. package/web/data/users.china.json +2144 -2144
  26. package/web/data/users.json +4166 -4166
  27. package/web/index.html +2103 -2103
  28. package/web/repos.html +4166 -4166
  29. package/web/sifou-daily.html +6 -6
  30. package/web/sifou-monthly.html +107 -107
  31. package/web/sifou-weekly.html +145 -173
  32. package/web/toutiao-30.html +101 -101
  33. package/web/toutiao-7.html +80 -80
  34. package/web/toutiao-90.html +78 -78
  35. package/web/trending-monthly.html +143 -143
  36. package/web/trending-weekly.html +134 -184
  37. package/web/trending.html +148 -152
  38. package/web/users.china.html +1072 -1072
@@ -1,10 +1,10 @@
1
1
  [
2
2
  {
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",
3
+ "title": "【JUC】可回调任务FutureTask原理",
4
+ "description": "线程A执行start方法时,会调用FutureTask的run()方法(Runnable接口)run()方法会触发FutureTask内部的state状态变更,并调用Callable的call()方法",
5
+ "url": "https://segmentfault.com/a/1190000041364381",
6
+ "author": "暗夜君王",
7
+ "home_url": "https://segmentfault.com/u/liuzijian",
8
8
  "votes": "1",
9
9
  "rank": 1
10
10
  }
@@ -5,7 +5,7 @@
5
5
  "url": "https://segmentfault.com/a/1190000041275359",
6
6
  "author": "chokcoco",
7
7
  "home_url": "https://segmentfault.com/u/chokcoco",
8
- "votes": "61",
8
+ "votes": "63",
9
9
  "rank": 1
10
10
  },
11
11
  {
@@ -14,7 +14,7 @@
14
14
  "url": "https://segmentfault.com/a/1190000041306193",
15
15
  "author": "chokcoco",
16
16
  "home_url": "https://segmentfault.com/u/chokcoco",
17
- "votes": "29",
17
+ "votes": "30",
18
18
  "rank": 2
19
19
  },
20
20
  {
@@ -23,7 +23,7 @@
23
23
  "url": "https://segmentfault.com/a/1190000041311954",
24
24
  "author": "dragonir",
25
25
  "home_url": "https://segmentfault.com/u/dragonir",
26
- "votes": "21",
26
+ "votes": "22",
27
27
  "rank": 3
28
28
  },
29
29
  {
@@ -72,11 +72,11 @@
72
72
  "rank": 8
73
73
  },
74
74
  {
75
- "title": "神奇的滤镜!巧妙实现内凹的平滑圆角",
76
- "description": "背景某日,群友们在群里抛出这样一个问题,如何使用 CSS 实现如下的布局:在 CSS 世界中,如果只是下述这种效果,还是非常容易实现的:一旦涉及到圆角或者波浪效果,难度就会提升很多。实现这种连续平滑的曲线其...",
77
- "url": "https://segmentfault.com/a/1190000041240388",
78
- "author": "chokcoco",
79
- "home_url": "https://segmentfault.com/u/chokcoco",
75
+ "title": "Serverless 背景下,一部分“前端工程师”会转变为“应用交付工程师”",
76
+ "description": "这是我的 2022 年第一篇文章。一直在想写些什么比较好,既然是新年,新年新气象,写点技术展望的想法是不是更合适?于是这篇文章的标题,也就是本文的核心思想出来了:",
77
+ "url": "https://segmentfault.com/a/1190000041294273",
78
+ "author": "杨成功",
79
+ "home_url": "https://segmentfault.com/u/ruidoc",
80
80
  "votes": "18",
81
81
  "rank": 9
82
82
  },
@@ -89,24 +89,6 @@
89
89
  "votes": "16",
90
90
  "rank": 10
91
91
  },
92
- {
93
- "title": "我们自研的 Ice 规则引擎开源了",
94
- "description": "规则/流程引擎想必大家并不陌生,耳熟能详的就有Drools,Esper,Activiti,Flowable等,很多大厂也热衷于研究自己的规则引擎,都是用于解决灵活场景下的复杂规则与流程问题,想要做到改改配置就可以生成/生效...",
95
- "url": "https://segmentfault.com/a/1190000041233845",
96
- "author": "程序员海军",
97
- "home_url": "https://segmentfault.com/u/haijun_5e7e16c909f52",
98
- "votes": "18",
99
- "rank": 11
100
- },
101
- {
102
- "title": "Serverless 背景下,一部分“前端工程师”会转变为“应用交付工程师”",
103
- "description": "这是我的 2022 年第一篇文章。一直在想写些什么比较好,既然是新年,新年新气象,写点技术展望的想法是不是更合适?于是这篇文章的标题,也就是本文的核心思想出来了:",
104
- "url": "https://segmentfault.com/a/1190000041294273",
105
- "author": "杨成功",
106
- "home_url": "https://segmentfault.com/u/ruidoc",
107
- "votes": "17",
108
- "rank": 12
109
- },
110
92
  {
111
93
  "title": "权威发布丨2021 中国开源先锋 33 人之心尖上的开源人物",
112
94
  "description": "在本土,“开源”作为国家战略被首次写入国家“五年规划”,新锐开源商业公司如雨后春笋一般诞生并获得资本青睐,中国首个明确GPL 3.0协议法律效力的判决案例尘埃落定。",
@@ -114,7 +96,7 @@
114
96
  "author": "SegmentFault思否",
115
97
  "home_url": "https://segmentfault.com/u/segmentfault",
116
98
  "votes": "8",
117
- "rank": 13
99
+ "rank": 11
118
100
  },
119
101
  {
120
102
  "title": "PWA 技术落地!让你的站点(Web)秒变APP(应用程序)",
@@ -123,25 +105,7 @@
123
105
  "author": "葡萄城技术团队",
124
106
  "home_url": "https://segmentfault.com/u/grapecity",
125
107
  "votes": "13",
126
- "rank": 14
127
- },
128
- {
129
- "title": "Web3.0是什么,为什么MetaVerse这么火?",
130
- "description": "每个时代的产品都比较有代表性,1.0时代的代表性产品,国内应该是UC浏览器,这个产品当时非常成功,它主要是做手机浏览器,展示:震惊用户的内容,吸引用户点击浏览。",
131
- "url": "https://segmentfault.com/a/1190000041219802",
132
- "author": "Peter谭老师",
133
- "home_url": "https://segmentfault.com/u/jerrytanjinjie",
134
- "votes": "18",
135
- "rank": 15
136
- },
137
- {
138
- "title": "谁再说不熟悉 Linux 命令,就把这个给他扔过去!",
139
- "description": "虽然平时大部分工作都是和Java相关的开发, 但是每天都会接触Linux系统, 尤其是使用了Mac之后, 每天都是工作在黑色背景的命令行环境中. 自己记忆力不好, 很多有用的Linux命令不能很好的记忆, 现在逐渐总结一下, 以...",
140
- "url": "https://segmentfault.com/a/1190000041229679",
141
- "author": "民工哥",
142
- "home_url": "https://segmentfault.com/u/jishuroad",
143
- "votes": "20",
144
- "rank": 16
108
+ "rank": 12
145
109
  },
146
110
  {
147
111
  "title": "CSS 实现 Ant Design官网Logo彩蛋效果",
@@ -150,7 +114,7 @@
150
114
  "author": "XboxYan",
151
115
  "home_url": "https://segmentfault.com/u/xboxyan",
152
116
  "votes": "16",
153
- "rank": 17
117
+ "rank": 13
154
118
  },
155
119
  {
156
120
  "title": "线程池如何观测?这个方案让你对线程池的运行情况了如指掌!",
@@ -159,16 +123,7 @@
159
123
  "author": "铂赛东",
160
124
  "home_url": "https://segmentfault.com/u/bosaidong_5c495684bcf4b",
161
125
  "votes": "13",
162
- "rank": 18
163
- },
164
- {
165
- "title": "一篇从购买服务器到部署博客代码的详细教程",
166
- "description": "我们在 《一篇带你用 VuePress + Github Pages 搭建博客》实现了 VuePress 搭建个人博客,在 《一篇教你代码同步 Github 和 Gitee》和 《Gitee 如何自动部署 Pages?还是用 GitHub Actions!》实现了代码自动同步...",
167
- "url": "https://segmentfault.com/a/1190000041231904",
168
- "author": "冴羽",
169
- "home_url": "https://segmentfault.com/u/yayu",
170
- "votes": "13",
171
- "rank": 19
126
+ "rank": 14
172
127
  },
173
128
  {
174
129
  "title": "权威发布 | SegmentFault 思否 2021 年度技术团队",
@@ -177,16 +132,25 @@
177
132
  "author": "SegmentFault思否",
178
133
  "home_url": "https://segmentfault.com/u/segmentfault",
179
134
  "votes": "10",
180
- "rank": 20
135
+ "rank": 15
181
136
  },
182
137
  {
183
- "title": "分布式抽奖秒杀系统,DDD架构设计和实现分享",
184
- "description": "写CRUD、堆API、改屎山⛰,熬多少个996也只是成为重复的螺丝钉。如果你希望捅破现有工作的瓶颈,拉高一下对技术的认知,那么就非常需要一个大项目来贯穿常用技术栈的知识体系。碎片化断层的背八股文,是解决不了这...",
185
- "url": "https://segmentfault.com/a/1190000041225635",
186
- "author": "小傅哥",
187
- "home_url": "https://segmentfault.com/u/fuzhengwei",
188
- "votes": "16",
189
- "rank": 21
138
+ "title": "火山引擎违反 Apache 2.0 许可证的情况下非法地重新发布了Apache SkyWalking",
139
+ "description": "近日我们关注到知名开源项目 Apache SkyWalking 在其官方博客发布了文章称:字节跳动子公司火山引擎在使用 Apache SkyWalking 构建其商业化产品期间改变了所有的包名,删除了 Apache 软件基金会的 header,并且在...",
140
+ "url": "https://segmentfault.com/a/1190000041355320",
141
+ "author": "鸣飞",
142
+ "home_url": "https://segmentfault.com/u/mf",
143
+ "votes": "10",
144
+ "rank": 16
145
+ },
146
+ {
147
+ "title": "60行代码实现React的事件系统",
148
+ "description": "大家好,我卡颂。由于如下原因,React的事件系统代码量很大:需要抹平不同浏览器的差异与内部的优先级机制绑定需要考虑所有浏览器事件但如果抽丝剥茧会发现,事件系统的核心只有两个模块:SyntheticEvent(合成事...",
149
+ "url": "https://segmentfault.com/a/1190000041355419",
150
+ "author": "卡颂",
151
+ "home_url": "https://segmentfault.com/u/kasong",
152
+ "votes": "10",
153
+ "rank": 17
190
154
  },
191
155
  {
192
156
  "title": "⚡️ 省钱 90%!我是这样优化网站图片的",
@@ -195,7 +159,7 @@
195
159
  "author": "卤代烃",
196
160
  "home_url": "https://segmentfault.com/u/skychx",
197
161
  "votes": "17",
198
- "rank": 22
162
+ "rank": 18
199
163
  },
200
164
  {
201
165
  "title": "一元初始 万象融合 - Google Cloud 2022 中国出海数字峰会回顾",
@@ -204,16 +168,16 @@
204
168
  "author": "思否编辑部",
205
169
  "home_url": "https://segmentfault.com/u/writers",
206
170
  "votes": "15",
207
- "rank": 23
171
+ "rank": 19
208
172
  },
209
173
  {
210
- "title": "火山引擎违反 Apache 2.0 许可证的情况下非法地重新发布了Apache SkyWalking",
211
- "description": "近日我们关注到知名开源项目 Apache SkyWalking 在其官方博客发布了文章称:字节跳动子公司火山引擎在使用 Apache SkyWalking 构建其商业化产品期间改变了所有的包名,删除了 Apache 软件基金会的 header,并且在...",
212
- "url": "https://segmentfault.com/a/1190000041355320",
213
- "author": "鸣飞",
214
- "home_url": "https://segmentfault.com/u/mf",
215
- "votes": "9",
216
- "rank": 24
174
+ "title": "2022,每个 Leaper 都会有好未来",
175
+ "description": "我是郑庆鑫,前好未来励步事业部的前端负责人,LeapFE是我们团队的简称,曾几何时,我们团队的共同愿景是成为业界知名的前端团队。而今年由于政策对公司毁灭性打击,这个愿景要搁置了,但对于我们绝大多数人,已...",
176
+ "url": "https://segmentfault.com/a/1190000041350991",
177
+ "author": "LeapFE",
178
+ "home_url": "https://segmentfault.com/u/leapfe",
179
+ "votes": "26",
180
+ "rank": 20
217
181
  },
218
182
  {
219
183
  "title": "2 天!Google Cloud 2022 中国出海数字峰会进入倒计时",
@@ -222,7 +186,7 @@
222
186
  "author": "思否编辑部",
223
187
  "home_url": "https://segmentfault.com/u/writers",
224
188
  "votes": "12",
225
- "rank": 25
189
+ "rank": 21
226
190
  },
227
191
  {
228
192
  "title": "绝对是讲的最清楚的-NodeJS模块系统",
@@ -231,7 +195,7 @@
231
195
  "author": "云中歌",
232
196
  "home_url": "https://segmentfault.com/u/yunzhongge_584ccbede2cb7",
233
197
  "votes": "12",
234
- "rank": 26
198
+ "rank": 22
235
199
  },
236
200
  {
237
201
  "title": "Vercel 与 Next.js:开源全明星团队背后的商业逻辑",
@@ -239,34 +203,70 @@
239
203
  "url": "https://segmentfault.com/a/1190000041341813",
240
204
  "author": "aryu",
241
205
  "home_url": "https://segmentfault.com/u/aryu",
242
- "votes": "9",
243
- "rank": 27
206
+ "votes": "10",
207
+ "rank": 23
244
208
  },
245
209
  {
246
- "title": "【白话科普】10s 从零看懂 H5",
247
- "description": "最近大家有没有发现,很多微信公众号的动态内容变多了?我们常常可以看到,公众号内容中有很多动态图片甚至动画,还可以通过手指滑动切换页面,或者有一些小的点击互动。",
248
- "url": "https://segmentfault.com/a/1190000041235859",
249
- "author": "云叔_又拍云",
250
- "home_url": "https://segmentfault.com/u/yunshu_blog",
210
+ "title": "新一代的编译工具 SWC",
211
+ "description": "最近前端圈掀起了一阵 rust 风,凡是能用 rust 重写的前端工具就用 rust 重写,今天介绍的工具就是通过 rust 实现的 babel:swc,一个将 ES6 转化为 ES5 的工具。",
212
+ "url": "https://segmentfault.com/a/1190000041279795",
213
+ "author": "Shenfq",
214
+ "home_url": "https://segmentfault.com/u/shenfq",
251
215
  "votes": "10",
216
+ "rank": 24
217
+ },
218
+ {
219
+ "title": "Three.js 实现2022冬奥主题3D趣味页面 🐼",
220
+ "description": "迎冬奥,一起向未来!2022冬奥会马上就要开始了,本文使用 Three.js + React 技术栈,实现冬日和奥运元素,制作了一个充满趣味和纪念意义的冬奥主题 3D 页面。本文涉及到的知识点主要包括:TorusGeometry 圆环面...",
221
+ "url": "https://segmentfault.com/a/1190000041363089",
222
+ "author": "dragonir",
223
+ "home_url": "https://segmentfault.com/u/dragonir",
224
+ "votes": "12",
225
+ "rank": 25
226
+ },
227
+ {
228
+ "title": "2021,17个 最流行的 Vue 插件",
229
+ "description": "有梦想,有干货,微信搜索 【大迁世界】 关注这个在凌晨还在刷碗的刷碗智。本文 GitHub [链接] 已收录,有一线大厂面试完整考点、资料以及我的系列文章。",
230
+ "url": "https://segmentfault.com/a/1190000041233013",
231
+ "author": "前端小智",
232
+ "home_url": "https://segmentfault.com/u/minnanitkong",
233
+ "votes": "15",
234
+ "rank": 26
235
+ },
236
+ {
237
+ "title": "Vue3默认版本了!我准备学这五个东西了。",
238
+ "description": "前言大家好,我是林三心,用最通俗易懂的话讲最难的知识点是我的座右铭,基础是进阶的前提的我的初心相信大家最近听到了一个消息,尤雨溪大佬发表了一个声明:有什么影响那么 Vue3 成为默认版本,有什么影响呢? ...",
239
+ "url": "https://segmentfault.com/a/1190000041324242",
240
+ "author": "Sunshine_Lin",
241
+ "home_url": "https://segmentfault.com/u/user_ze46ouik",
242
+ "votes": "11",
243
+ "rank": 27
244
+ },
245
+ {
246
+ "title": "给前端的docker 10分钟真 · 快速入门指南",
247
+ "description": "2022年了,咱前端花点时间学点docker,不吃亏不上当还没有了解过docker吗,没关系,咱模拟几个场景,两分钟就给你搞明白它是什么,我们什么时候需要它接着我们拿剩下的七八分钟用docker来同时部署vue2、vue3两个...",
248
+ "url": "https://segmentfault.com/a/1190000041269318",
249
+ "author": "Eric_long",
250
+ "home_url": "https://segmentfault.com/u/longming_5732dced2bfb7",
251
+ "votes": "12",
252
252
  "rank": 28
253
253
  },
254
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",
255
+ "title": "腾讯面试官:兄弟,你说你会Webpack,那说说他的原理?",
256
+ "description": "大家好,我是林三心,标题腾讯面试官:同学,你说你会Webpack,那说说他的原理?,是本菜鸟在面试腾讯时,面试官说的问的原话,一字不差,哈哈。本菜鸟当时肯定是回答不上来,最后也挂了。今天就简单实现一下webp...",
257
+ "url": "https://segmentfault.com/a/1190000041249335",
258
+ "author": "Sunshine_Lin",
259
+ "home_url": "https://segmentfault.com/u/user_ze46ouik",
260
+ "votes": "13",
261
261
  "rank": 29
262
262
  },
263
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",
264
+ "title": "2021 中国开源码力榜启动,寻找开源世界的超级码丽",
265
+ "description": "2022 年 1 月 13 日,SegmentFault 思否联合长期耕耘与推广开源文化的开源社共同推出了《2021 中国开源先锋 33 人》榜单,一众开源先锋上榜,一时间引发了行业的广泛关注与讨论。他们当中有贡献代码的开发者、开...",
266
+ "url": "https://segmentfault.com/a/1190000041283611",
267
+ "author": "SegmentFault思否",
268
+ "home_url": "https://segmentfault.com/u/segmentfault",
269
+ "votes": "4",
270
270
  "rank": 30
271
271
  }
272
272
  ]