@wcj/github-rank 22.10.8 → 22.10.9

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 (37) hide show
  1. package/dist/repos.json +20008 -19995
  2. package/dist/sifou-daily.json +38 -1
  3. package/dist/sifou-monthly.json +93 -93
  4. package/dist/sifou-weekly.json +100 -82
  5. package/dist/toutiao-30.json +18 -18
  6. package/dist/toutiao-7.json +86 -86
  7. package/dist/toutiao-90.json +1 -1
  8. package/dist/trending-daily.json +171 -171
  9. package/dist/trending-monthly.json +149 -149
  10. package/dist/trending-weekly.json +148 -148
  11. package/dist/users.china.json +1314 -1314
  12. package/dist/users.json +2113 -2113
  13. package/package.json +1 -1
  14. package/web/data/repos.json +20008 -19995
  15. package/web/data/sifou-daily.json +38 -1
  16. package/web/data/sifou-monthly.json +93 -93
  17. package/web/data/sifou-weekly.json +100 -82
  18. package/web/data/toutiao-30.json +18 -18
  19. package/web/data/toutiao-7.json +86 -86
  20. package/web/data/toutiao-90.json +1 -1
  21. package/web/data/trending-daily.json +171 -171
  22. package/web/data/trending-monthly.json +149 -149
  23. package/web/data/trending-weekly.json +148 -148
  24. package/web/data/users.china.json +1314 -1314
  25. package/web/data/users.json +2113 -2113
  26. package/web/index.html +1125 -1125
  27. package/web/repos.html +2481 -2481
  28. package/web/sifou-daily.html +114 -2
  29. package/web/sifou-monthly.html +132 -132
  30. package/web/sifou-weekly.html +150 -94
  31. package/web/toutiao-30.html +44 -44
  32. package/web/toutiao-7.html +86 -86
  33. package/web/toutiao-90.html +3 -3
  34. package/web/trending-monthly.html +138 -138
  35. package/web/trending-weekly.html +131 -131
  36. package/web/trending.html +150 -146
  37. package/web/users.china.html +681 -681
@@ -1 +1,38 @@
1
- []
1
+ [
2
+ {
3
+ "title": "JavaScript 新提案:array.groupBy()",
4
+ "description": "本文首发于微信公众号:大迁世界, 我的微信:qq449245884,我会第一时间和你分享前端行业趋势,学习途径等等。更多开源作品请看 GitHub [链接] ,包含一线大厂面试完整考点、资料以及我的系列文章。",
5
+ "url": "https://segmentfault.com/a/1190000042578631",
6
+ "author": "前端小智",
7
+ "home_url": "https://segmentfault.com/u/minnanitkong",
8
+ "votes": "3",
9
+ "rank": 1
10
+ },
11
+ {
12
+ "title": "35+,如果面试让我手写红黑树!",
13
+ "description": "为啥,面试官那么喜欢让你聊聊 HashMap?因为 HashMap 涉及的东西广,用到的数据结构多,问题延展性好,一个 HashMap 就能聊下来80%的数据结构了。而且面试 HashMap 能通过你对红黑树的了解定位出你哪个级别的研...",
14
+ "url": "https://segmentfault.com/a/1190000042581816",
15
+ "author": "小傅哥",
16
+ "home_url": "https://segmentfault.com/u/fuzhengwei",
17
+ "votes": "2",
18
+ "rank": 2
19
+ },
20
+ {
21
+ "title": "想学习Web安全,如何入门?",
22
+ "description": "开始前的思考我真的喜欢搞安全吗?我想通过安全赚钱钱?我不知道做什么就是随便?一辈子做安全吗?\\这些不想清楚会对你以后的发展很不利,与其盲目的学习web安全,不如先做一个长远的计划。否则在我看来都是浪费时间...",
23
+ "url": "https://segmentfault.com/a/1190000042581060",
24
+ "author": "代码熬夜敲",
25
+ "home_url": "https://segmentfault.com/u/2uj39mdb",
26
+ "votes": "1",
27
+ "rank": 3
28
+ },
29
+ {
30
+ "title": "vue项目接入海康威视h5player.js播放器",
31
+ "description": "最近公司项目需要接入海康视频监控,先后使用了easyplayer.js(只能播放海康视频的hls视频流,加载很慢,放弃),海康自带WEB插件(需要用户安装插件,放弃),最终决定使用海康H5player.js插件,使用版本V2.12,供大...",
32
+ "url": "https://segmentfault.com/a/1190000042580894",
33
+ "author": "瑞瑞同学_",
34
+ "home_url": "https://segmentfault.com/u/ruiruik",
35
+ "votes": "1",
36
+ "rank": 4
37
+ }
38
+ ]
@@ -1,11 +1,11 @@
1
1
  [
2
2
  {
3
- "title": "如何优雅地中断 Promise?来试试 AbortController 吧!",
4
- "description": "欢迎大家来到 前端小课堂 的第五期,今天我们来聊一聊如何终止正在进行中的 Fetch 以及 Promise。文中会跟大家详细介绍这里面的两个关键知识点 AbortController 和 AbortSignal。对动手实践比较感兴趣的同学还可...",
5
- "url": "https://segmentfault.com/a/1190000042447341",
6
- "author": "dreamapplehappy",
7
- "home_url": "https://segmentfault.com/u/dreamapplehappy",
8
- "votes": "23",
3
+ "title": "还在用定时器吗?借助 CSS 来监听事件",
4
+ "description": "平时工作中很多场合都要用到定时器,比如延迟加载、定时查询等等,但定时器的控制有时候会有些许麻烦,比如鼠标移入停止、移出再重新开始。这次介绍几个借助 CSS 来更好的控制定时器的方法,一起了解一下吧,相信...",
5
+ "url": "https://segmentfault.com/a/1190000042475578",
6
+ "author": "XboxYan",
7
+ "home_url": "https://segmentfault.com/u/xboxyan",
8
+ "votes": "25",
9
9
  "rank": 1
10
10
  },
11
11
  {
@@ -14,17 +14,8 @@
14
14
  "url": "https://segmentfault.com/a/1190000042481321",
15
15
  "author": "wuwhs",
16
16
  "home_url": "https://segmentfault.com/u/wuwhs",
17
- "votes": "23",
18
- "rank": 2
19
- },
20
- {
21
- "title": "还在用定时器吗?借助 CSS 来监听事件",
22
- "description": "平时工作中很多场合都要用到定时器,比如延迟加载、定时查询等等,但定时器的控制有时候会有些许麻烦,比如鼠标移入停止、移出再重新开始。这次介绍几个借助 CSS 来更好的控制定时器的方法,一起了解一下吧,相信...",
23
- "url": "https://segmentfault.com/a/1190000042475578",
24
- "author": "XboxYan",
25
- "home_url": "https://segmentfault.com/u/xboxyan",
26
17
  "votes": "24",
27
- "rank": 3
18
+ "rank": 2
28
19
  },
29
20
  {
30
21
  "title": "前端性能优化(图文并茂,通俗易懂)",
@@ -32,8 +23,8 @@
32
23
  "url": "https://segmentfault.com/a/1190000042529771",
33
24
  "author": "寒水寺一禅",
34
25
  "home_url": "https://segmentfault.com/u/xiaolizideyitian",
35
- "votes": "15",
36
- "rank": 4
26
+ "votes": "18",
27
+ "rank": 3
37
28
  },
38
29
  {
39
30
  "title": "CSS transition 小技巧!如何保留 hover 的状态?",
@@ -41,8 +32,8 @@
41
32
  "url": "https://segmentfault.com/a/1190000042547772",
42
33
  "author": "XboxYan",
43
34
  "home_url": "https://segmentfault.com/u/xboxyan",
44
- "votes": "18",
45
- "rank": 5
35
+ "votes": "19",
36
+ "rank": 4
46
37
  },
47
38
  {
48
39
  "title": "那些你不知道的炫酷按钮交互效果",
@@ -50,8 +41,8 @@
50
41
  "url": "https://segmentfault.com/a/1190000042517595",
51
42
  "author": "南城大前端",
52
43
  "home_url": "https://segmentfault.com/u/nanchengfe",
53
- "votes": "18",
54
- "rank": 6
44
+ "votes": "19",
45
+ "rank": 5
55
46
  },
56
47
  {
57
48
  "title": "50天用vue3完成了50个web项目,我学到了什么?",
@@ -60,7 +51,7 @@
60
51
  "author": "夕水",
61
52
  "home_url": "https://segmentfault.com/u/xishui_5ac9a340a5484",
62
53
  "votes": "18",
63
- "rank": 7
54
+ "rank": 6
64
55
  },
65
56
  {
66
57
  "title": "单标签实现复杂的棋盘布局",
@@ -69,7 +60,7 @@
69
60
  "author": "chokcoco",
70
61
  "home_url": "https://segmentfault.com/u/chokcoco",
71
62
  "votes": "12",
72
- "rank": 8
63
+ "rank": 7
73
64
  },
74
65
  {
75
66
  "title": "实现《羊了个羊》的小游戏",
@@ -78,7 +69,7 @@
78
69
  "author": "夕水",
79
70
  "home_url": "https://segmentfault.com/u/xishui_5ac9a340a5484",
80
71
  "votes": "13",
81
- "rank": 9
72
+ "rank": 8
82
73
  },
83
74
  {
84
75
  "title": "漫画 | Serverless + Data,让后端告别搬砖!",
@@ -87,16 +78,7 @@
87
78
  "author": "六一",
88
79
  "home_url": "https://segmentfault.com/u/suicidal_romantic_scoundrel",
89
80
  "votes": "11",
90
- "rank": 10
91
- },
92
- {
93
- "title": "CSS transform、transition、animation 指南",
94
- "description": "transform变换~ 复杂的变换参数。Transform 取值`none `初始值None 适用于除 “基元行内”框之外的所有元素 百分数相对范围框计算 计算值指定的值,不过相对长度值会计算为绝对长度 继承性否 动画性变形 坐标系1.1 ...",
95
- "url": "https://segmentfault.com/a/1190000042443684",
96
- "author": "散一群逗逼",
97
- "home_url": "https://segmentfault.com/u/sanyiqundoubi",
98
- "votes": "12",
99
- "rank": 11
81
+ "rank": 9
100
82
  },
101
83
  {
102
84
  "title": "中秋佳节之际, 一起来欣赏 9 个冷门的css属性",
@@ -105,7 +87,7 @@
105
87
  "author": "lulu_up",
106
88
  "home_url": "https://segmentfault.com/u/lulu_up",
107
89
  "votes": "10",
108
- "rank": 12
90
+ "rank": 10
109
91
  },
110
92
  {
111
93
  "title": "AI数字绘画 stable-diffusion 保姆级教程",
@@ -114,7 +96,7 @@
114
96
  "author": "程序员秋风",
115
97
  "home_url": "https://segmentfault.com/u/qiufeng_5a07f6cb96ee0",
116
98
  "votes": "9",
117
- "rank": 13
99
+ "rank": 11
118
100
  },
119
101
  {
120
102
  "title": "当你 git push 时,极狐GitLab上发生了什么?",
@@ -123,7 +105,16 @@
123
105
  "author": "极狐GitLab",
124
106
  "home_url": "https://segmentfault.com/u/jihu_gitlab",
125
107
  "votes": "9",
126
- "rank": 14
108
+ "rank": 12
109
+ },
110
+ {
111
+ "title": "Java反射真正的详解,学以致用,实战案例,虽不及万字,但也已有近8000字",
112
+ "description": "作为Java开发者,你认为反射这个知识点重要程度,在你心里是什么样的呢?以前我也只觉得反射非常重要,但总归是听这个文章说,听那个朋友说,学是学了,但却没怎么应用。当我正式进入到社会当 cv 仔的时候,需要...",
113
+ "url": "https://segmentfault.com/a/1190000042504992",
114
+ "author": "宁在春",
115
+ "home_url": "https://segmentfault.com/u/wyh_study",
116
+ "votes": "14",
117
+ "rank": 13
127
118
  },
128
119
  {
129
120
  "title": "【已结束】SegmentFault 思否技术征文丨浅谈 Java 进阶之路",
@@ -132,7 +123,7 @@
132
123
  "author": "SegmentFault思否",
133
124
  "home_url": "https://segmentfault.com/u/segmentfault",
134
125
  "votes": "9",
135
- "rank": 15
126
+ "rank": 14
136
127
  },
137
128
  {
138
129
  "title": "1000粉!使用Three.js实现一个创意纪念页面 🏆",
@@ -141,6 +132,15 @@
141
132
  "author": "dragonir",
142
133
  "home_url": "https://segmentfault.com/u/dragonir",
143
134
  "votes": "8",
135
+ "rank": 15
136
+ },
137
+ {
138
+ "title": "见微知著,从两道有意思的 CSS 面试题,考察你的基础",
139
+ "description": "今天在论坛,有看到这样一道非常有意思的题目,简单的代码如下: {代码...} 样式如下: {代码...} 试问,标签 <p> 内的文字的颜色,是 green 还是 blue 呢?有趣的是,这里的最终结果是蓝色,也就是 color:...",
140
+ "url": "https://segmentfault.com/a/1190000042550192",
141
+ "author": "chokcoco",
142
+ "home_url": "https://segmentfault.com/u/chokcoco",
143
+ "votes": "7",
144
144
  "rank": 16
145
145
  },
146
146
  {
@@ -153,32 +153,14 @@
153
153
  "rank": 17
154
154
  },
155
155
  {
156
- "title": "见微知著,从两道有意思的 CSS 面试题,考察你的基础",
157
- "description": "今天在论坛,有看到这样一道非常有意思的题目,简单的代码如下: {代码...} 样式如下: {代码...} 试问,标签 <p> 内的文字的颜色,是 green 还是 blue 呢?有趣的是,这里的最终结果是蓝色,也就是 color:...",
158
- "url": "https://segmentfault.com/a/1190000042550192",
159
- "author": "chokcoco",
160
- "home_url": "https://segmentfault.com/u/chokcoco",
161
- "votes": "7",
156
+ "title": "借助 :has 实现3d轮播图",
157
+ "description": "前不久在这篇文章:CSS 有了:has伪类可以做些什么 中介绍了:has伪类的一些使用场景,可以说大大颠覆了 CSS 选择器的认知,让很多繁琐的 js逻辑通过灵活的CSS轻易实现了。这次带来一个比较常见的案例,3d 轮播图,...",
158
+ "url": "https://segmentfault.com/a/1190000042512102",
159
+ "author": "XboxYan",
160
+ "home_url": "https://segmentfault.com/u/xboxyan",
161
+ "votes": "8",
162
162
  "rank": 18
163
163
  },
164
- {
165
- "title": "Java反射真正的详解,学以致用,实战案例,虽不及万字,但也已有近8000字",
166
- "description": "作为Java开发者,你认为反射这个知识点重要程度,在你心里是什么样的呢?以前我也只觉得反射非常重要,但总归是听这个文章说,听那个朋友说,学是学了,但却没怎么应用。当我正式进入到社会当 cv 仔的时候,需要...",
167
- "url": "https://segmentfault.com/a/1190000042504992",
168
- "author": "宁在春",
169
- "home_url": "https://segmentfault.com/u/wyh_study",
170
- "votes": "12",
171
- "rank": 19
172
- },
173
- {
174
- "title": "有意思的水平横向溢出滚动",
175
- "description": "最近接到一个很有意思的需求,能否做到当内容横向溢出时,依然能够使用鼠标滚轮对内容进行滚动的方法。什么意思呢?来看看这么一种情况:我们有一个垂直方向溢出滚动的容器,以及一个水平方向溢出滚动的容器:如...",
176
- "url": "https://segmentfault.com/a/1190000042443056",
177
- "author": "chokcoco",
178
- "home_url": "https://segmentfault.com/u/chokcoco",
179
- "votes": "6",
180
- "rank": 20
181
- },
182
164
  {
183
165
  "title": "图解JS中的事件循环",
184
166
  "description": "1、js单线程,并非指js只有一个线程,而是同一时刻只能有一个线程在工作。2、js中,主线程之外,还有其他线程,比如事件循环线程,定时器触发线程,http异步线程, 浏览器事件线程。3、在js主线程中,分为两个子...",
@@ -186,7 +168,7 @@
186
168
  "author": "寒水寺一禅",
187
169
  "home_url": "https://segmentfault.com/u/xiaolizideyitian",
188
170
  "votes": "6",
189
- "rank": 21
171
+ "rank": 19
190
172
  },
191
173
  {
192
174
  "title": "技术征文中奖名单公布 | 浅谈 Java 进阶之路",
@@ -195,16 +177,7 @@
195
177
  "author": "SegmentFault思否",
196
178
  "home_url": "https://segmentfault.com/u/segmentfault",
197
179
  "votes": "5",
198
- "rank": 22
199
- },
200
- {
201
- "title": "借助 :has 实现3d轮播图",
202
- "description": "前不久在这篇文章:CSS 有了:has伪类可以做些什么 中介绍了:has伪类的一些使用场景,可以说大大颠覆了 CSS 选择器的认知,让很多繁琐的 js逻辑通过灵活的CSS轻易实现了。这次带来一个比较常见的案例,3d 轮播图,...",
203
- "url": "https://segmentfault.com/a/1190000042512102",
204
- "author": "XboxYan",
205
- "home_url": "https://segmentfault.com/u/xboxyan",
206
- "votes": "7",
207
- "rank": 23
180
+ "rank": 20
208
181
  },
209
182
  {
210
183
  "title": "特约专访 | 思否 CEO 高阳带你了解 Code For Better _ Hackathon 冠军团队背后的故事",
@@ -213,7 +186,16 @@
213
186
  "author": "SegmentFault思否",
214
187
  "home_url": "https://segmentfault.com/u/segmentfault",
215
188
  "votes": "4",
216
- "rank": 24
189
+ "rank": 21
190
+ },
191
+ {
192
+ "title": "近期对前端性能优化的总结",
193
+ "description": "前端性能优化不管是在面试中还是在实际开发过程中,都是每一个前端开发工程师都必不可少的能力。本文总结本人多年开发经验中对前端性能优化的理解,希望对大家有所帮助,因涉及的优化方向较多,针对某些细节不再...",
194
+ "url": "https://segmentfault.com/a/1190000042461022",
195
+ "author": "南城大前端",
196
+ "home_url": "https://segmentfault.com/u/nanchengfe",
197
+ "votes": "5",
198
+ "rank": 22
217
199
  },
218
200
  {
219
201
  "title": "5 种瀑布流场景的实现原理解析",
@@ -222,7 +204,7 @@
222
204
  "author": "凹凸实验室",
223
205
  "home_url": "https://segmentfault.com/u/o2team",
224
206
  "votes": "6",
225
- "rank": 25
207
+ "rank": 23
226
208
  },
227
209
  {
228
210
  "title": "新时代布局新特性 -- 容器查询",
@@ -231,16 +213,7 @@
231
213
  "author": "chokcoco",
232
214
  "home_url": "https://segmentfault.com/u/chokcoco",
233
215
  "votes": "8",
234
- "rank": 26
235
- },
236
- {
237
- "title": "与小程序的 2M 空间斗智斗勇之图片优化",
238
- "description": "现在的网站或者 app 等各类应用,但凡有图片资源,基本上都是通过 CDN 的方式加载,而 CDN 方面大概率也就是阿里云或者腾讯云了。在 CDN 中会做的一个事情,必然是对图片资源的优化、压缩。久而久之,大家似乎也...",
239
- "url": "https://segmentfault.com/a/1190000042507363",
240
- "author": "林小志",
241
- "home_url": "https://segmentfault.com/u/linxz",
242
- "votes": "4",
243
- "rank": 27
216
+ "rank": 24
244
217
  },
245
218
  {
246
219
  "title": "用Colab免费部署自己的AI绘画云平台—— Stable Diffusion",
@@ -249,16 +222,16 @@
249
222
  "author": "程序员秋风",
250
223
  "home_url": "https://segmentfault.com/u/qiufeng_5a07f6cb96ee0",
251
224
  "votes": "6",
252
- "rank": 28
225
+ "rank": 25
253
226
  },
254
227
  {
255
- "title": "近期对前端性能优化的总结",
256
- "description": "前端性能优化不管是在面试中还是在实际开发过程中,都是每一个前端开发工程师都必不可少的能力。本文总结本人多年开发经验中对前端性能优化的理解,希望对大家有所帮助,因涉及的优化方向较多,针对某些细节不再...",
257
- "url": "https://segmentfault.com/a/1190000042461022",
258
- "author": "南城大前端",
259
- "home_url": "https://segmentfault.com/u/nanchengfe",
228
+ "title": "与小程序的 2M 空间斗智斗勇之图片优化",
229
+ "description": "现在的网站或者 app 等各类应用,但凡有图片资源,基本上都是通过 CDN 的方式加载,而 CDN 方面大概率也就是阿里云或者腾讯云了。在 CDN 中会做的一个事情,必然是对图片资源的优化、压缩。久而久之,大家似乎也...",
230
+ "url": "https://segmentfault.com/a/1190000042507363",
231
+ "author": "林小志",
232
+ "home_url": "https://segmentfault.com/u/linxz",
260
233
  "votes": "4",
261
- "rank": 29
234
+ "rank": 26
262
235
  },
263
236
  {
264
237
  "title": "微信小程序转为App并上架应用市场",
@@ -267,6 +240,33 @@
267
240
  "author": "xiangzhihong",
268
241
  "home_url": "https://segmentfault.com/u/xiangzhihong",
269
242
  "votes": "4",
243
+ "rank": 27
244
+ },
245
+ {
246
+ "title": "面试说:聊聊JavaScript中的数据类型",
247
+ "description": "答:Javascript 中的数据类型包括原始类型和引用类型。其中原始类型包括 null、undefined、boolean、string、symbol、bigInt、number。引用类型指的是 Object。",
248
+ "url": "https://segmentfault.com/a/1190000042539876",
249
+ "author": "Gopal",
250
+ "home_url": "https://segmentfault.com/u/fengguangping",
251
+ "votes": "8",
252
+ "rank": 28
253
+ },
254
+ {
255
+ "title": "「🌟技术探索🌟」借助 CI / CD 实现前端应用的快速回滚",
256
+ "description": "在 上一轮优化 里, 我们通过优化一些构建工具和流程, 把构建耗时优化到了 4min 左右,整体发布耗时从 15min 优化到了 8 min 左右, 有较大提升, 但是依旧存在提升空间。",
257
+ "url": "https://segmentfault.com/a/1190000042531062",
258
+ "author": "皮小蛋",
259
+ "home_url": "https://segmentfault.com/u/scaukk",
260
+ "votes": "3",
261
+ "rank": 29
262
+ },
263
+ {
264
+ "title": "从前端到全栈 -- 最全面向对象总结",
265
+ "description": "从事前端的这两年中,也接触了后端领域,像 PHP Node, 并且都用它们做过一些 demo 和 私活 ,站在职业发展道路上来讲,了解后端是好的,自己可以熟练前后的开发流程,整条链路下来,很清晰,懂了后端,在自己以后...",
266
+ "url": "https://segmentfault.com/a/1190000042517735",
267
+ "author": "程序员海军",
268
+ "home_url": "https://segmentfault.com/u/haijun_5e7e16c909f52",
269
+ "votes": "6",
270
270
  "rank": 30
271
271
  }
272
272
  ]