@wcj/github-rank 21.10.24 → 21.10.25

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 +15883 -15883
  2. package/dist/sifou-daily.json +30 -21
  3. package/dist/sifou-monthly.json +81 -81
  4. package/dist/sifou-weekly.json +85 -85
  5. package/dist/toutiao-30.json +60 -60
  6. package/dist/toutiao-7.json +59 -59
  7. package/dist/toutiao-90.json +24 -24
  8. package/dist/trending-daily.json +195 -195
  9. package/dist/trending-monthly.json +139 -139
  10. package/dist/trending-weekly.json +170 -170
  11. package/dist/users.china.json +889 -889
  12. package/dist/users.json +1955 -1955
  13. package/package.json +1 -1
  14. package/web/36kr.html +2 -2
  15. package/web/data/repos.json +15883 -15883
  16. package/web/data/sifou-daily.json +30 -21
  17. package/web/data/sifou-monthly.json +81 -81
  18. package/web/data/sifou-weekly.json +85 -85
  19. package/web/data/toutiao-30.json +60 -60
  20. package/web/data/toutiao-7.json +59 -59
  21. package/web/data/toutiao-90.json +24 -24
  22. package/web/data/trending-daily.json +195 -195
  23. package/web/data/trending-monthly.json +139 -139
  24. package/web/data/trending-weekly.json +170 -170
  25. package/web/data/users.china.json +889 -889
  26. package/web/data/users.json +1955 -1955
  27. package/web/index.html +1010 -1010
  28. package/web/repos.html +2057 -2057
  29. package/web/sifou-daily.html +47 -19
  30. package/web/sifou-monthly.html +143 -143
  31. package/web/sifou-weekly.html +134 -134
  32. package/web/toutiao-30.html +76 -76
  33. package/web/toutiao-7.html +58 -58
  34. package/web/toutiao-90.html +26 -26
  35. package/web/trending-monthly.html +145 -145
  36. package/web/trending-weekly.html +169 -169
  37. package/web/trending.html +169 -177
  38. package/web/users.china.html +474 -474
@@ -1,38 +1,47 @@
1
1
  [
2
2
  {
3
- "title": "JZ-003-从尾到头打印链表",
4
- "description": "从尾到头打印链表题目描述输入一个链表,按链表从尾到头的顺序返回一个ArrayList。题目链接: 从尾到头打印链表代码 {代码...} 【每日寄语】 方向对了,就不怕路远。坚持不仅是一种品质,也是一种信念。",
5
- "url": "https://segmentfault.com/a/1190000040853646",
6
- "author": "雄狮虎豹",
7
- "home_url": "https://segmentfault.com/u/xiongshihubao",
3
+ "title": "前端代码库里的 git hooks",
4
+ "description": "本篇文章收获什么:git hooks 的基本知识yorkie 的原理浅析如何使用 本地 vscode 打开 github 项目故事是这样的:我:在npm run lint脚本里面加了vue-tsc --noEmit --skipLibCheck && ....这个命令后,--...",
5
+ "url": "https://segmentfault.com/a/1190000040855590",
6
+ "author": "混子的日常",
7
+ "home_url": "https://segmentfault.com/u/1023",
8
8
  "votes": "2",
9
9
  "rank": 1
10
10
  },
11
11
  {
12
- "title": "还在用Jenkins?试试Gitlab的CI/CD功能吧",
13
- "description": "在之前,要实现自动化打包部署,一般都需要借助Jenkins。不过,现在Gitlab的CI/CD功能也能实现自动化部署,并且操作更加简单。如果你也正在使用Gitlab作为Git仓库的话,不妨试试它的CI/CD功能。",
14
- "url": "https://segmentfault.com/a/1190000040852485",
15
- "author": "xiangzhihong",
16
- "home_url": "https://segmentfault.com/u/xiangzhihong",
12
+ "title": "JZ-004-重建二叉树",
13
+ "description": "输入某二叉树的前序遍历和中序遍历的结果,请重建出该二叉树。假设输入的前序遍历和中序遍历的结果中都不含重复的数字。例如输入前序遍历序列{1,2,4,7,3,5,6,8}和中序遍历序列{4,7,2,1,5,3,8,6},则重建二叉树并...",
14
+ "url": "https://segmentfault.com/a/1190000040855037",
15
+ "author": "雄狮虎豹",
16
+ "home_url": "https://segmentfault.com/u/xiongshihubao",
17
17
  "votes": "2",
18
18
  "rank": 2
19
19
  },
20
20
  {
21
- "title": "关于springboot时间的一些问题",
22
- "description": "&useSSL=false&serverTimezone=UTC&useUnicode=true&characterEncoding=UTF8",
23
- "url": "https://segmentfault.com/a/1190000040853743",
24
- "author": "jovie_Hung",
25
- "home_url": "https://segmentfault.com/u/jovie_hung",
26
- "votes": "1",
21
+ "title": "收藏这36个正则表达式,开发效率提高80%",
22
+ "description": "我们在日常的Java开发中,经常需要处理一些字符串,这个时候正则表达式是非常有用的。几乎在所有的编程语言中都支持正则表达式。以下我将压箱底多年的干货搬出来给大家参考,都是我们日常使用频次比较高的正则表...",
23
+ "url": "https://segmentfault.com/a/1190000040856306",
24
+ "author": "Tom弹架构",
25
+ "home_url": "https://segmentfault.com/u/gupaoedu_tom",
26
+ "votes": "2",
27
27
  "rank": 3
28
28
  },
29
29
  {
30
- "title": "缓存一致性",
31
- "description": "在对数据进行变更时,对于缓存有两种处理方法,分别是更新和删除。一般这个时候我们会选择删除缓存,原因是更新缓存可能会导致脏数据问题,看下面的例子:",
32
- "url": "https://segmentfault.com/a/1190000040853296",
33
- "author": "willian",
34
- "home_url": "https://segmentfault.com/u/willian_5eb152f03415c",
30
+ "title": "webpack 流程解析 (5) module reslove",
31
+ "description": "上文说道我们拿到了构建modlule的factory,和依赖等关键数据,通过addModuleTree经过factorizeQueue的控制走到了factory.create。这个时候就开始了reslove过程。本文主要分析,NormalModuleFactory 内部 beforeRe...",
32
+ "url": "https://segmentfault.com/a/1190000040856062",
33
+ "author": "csywweb",
34
+ "home_url": "https://segmentfault.com/u/csywweb",
35
35
  "votes": "1",
36
36
  "rank": 4
37
+ },
38
+ {
39
+ "title": "【一文秒懂】电商系统商品模块初建分析与设计",
40
+ "description": "创建《一文秒懂》这个专栏与以往《Grace development》和我博客的个人分享文章不同,我对《一文秒懂》这个专栏的定位是一个有态度,高标准的技术专栏,而《Grace development》我依旧会讲一些我们日常中会碰到的...",
41
+ "url": "https://segmentfault.com/a/1190000040855949",
42
+ "author": "CrazyCodes",
43
+ "home_url": "https://segmentfault.com/u/crazycodes",
44
+ "votes": "1",
45
+ "rank": 5
37
46
  }
38
47
  ]
@@ -1,13 +1,4 @@
1
1
  [
2
- {
3
- "title": "20 个杀手级 JavaScript 单行代码",
4
- "description": "规范要求在写入剪贴板之前使用 Permissions API 获取“剪贴板写入”权限。但是,不同浏览器的具体要求不同,因为这是一个新的API。有关详细信息,请查看compatibility table and Clipboard availability in Clipboa...",
5
- "url": "https://segmentfault.com/a/1190000040721650",
6
- "author": "JenK",
7
- "home_url": "https://segmentfault.com/u/wangzc996",
8
- "votes": "67",
9
- "rank": 1
10
- },
11
2
  {
12
3
  "title": "20+ css高频实用片段,提高幸福感的小技能你可以拥有噢",
13
4
  "description": "修改input placeholder样式、多行文本溢出、隐藏滚动条、修改光标颜色、水平垂直居中...多么熟悉的功能呀!前端童鞋几乎每天都会和他们打交道,一起来总结我们的css幸福小片段吧!下次不用百度、不用谷歌,这里就...",
@@ -15,7 +6,7 @@
15
6
  "author": "前端胖头鱼",
16
7
  "home_url": "https://segmentfault.com/u/116263",
17
8
  "votes": "51",
18
- "rank": 2
9
+ "rank": 1
19
10
  },
20
11
  {
21
12
  "title": "前端监控 SDK 的一些技术要点原理分析",
@@ -24,7 +15,7 @@
24
15
  "author": "谭光志",
25
16
  "home_url": "https://segmentfault.com/u/woai3c",
26
17
  "votes": "35",
27
- "rank": 3
18
+ "rank": 2
28
19
  },
29
20
  {
30
21
  "title": "近 20 人爆肝数周,写给初中级前端的万字高级进阶指南",
@@ -33,7 +24,7 @@
33
24
  "author": "y_ck",
34
25
  "home_url": "https://segmentfault.com/u/user_ngjv5fmp",
35
26
  "votes": "41",
36
- "rank": 4
27
+ "rank": 3
37
28
  },
38
29
  {
39
30
  "title": "【建议收藏】徒手实现24+数组方法,谁说你只是“会用”数组",
@@ -42,16 +33,7 @@
42
33
  "author": "前端胖头鱼",
43
34
  "home_url": "https://segmentfault.com/u/116263",
44
35
  "votes": "40",
45
- "rank": 5
46
- },
47
- {
48
- "title": "技术人必看的各类工具书籍",
49
- "description": "一、前端必看工具书籍:《JavaScript高级程序设计》( [美] 尼古拉斯 )《图解HTTP》( [日] 上野宣 )《React 进阶之路》( 徐超 )《设计模式》( [美] Erich Gamma)《代码整洁之道》( [美] Robert C. Martin...",
50
- "url": "https://segmentfault.com/a/1190000040725587",
51
- "author": "阿里巴巴淘系技术",
52
- "home_url": "https://segmentfault.com/u/alibabataoxijishu",
53
- "votes": "28",
54
- "rank": 6
36
+ "rank": 4
55
37
  },
56
38
  {
57
39
  "title": "我用这 18 个神奇的库,美化了我的项目,真是亮瞎我的眼!",
@@ -60,7 +42,7 @@
60
42
  "author": "前端小智",
61
43
  "home_url": "https://segmentfault.com/u/minnanitkong",
62
44
  "votes": "41",
63
- "rank": 7
45
+ "rank": 5
64
46
  },
65
47
  {
66
48
  "title": "CSS 奇技淫巧 | 妙用混合模式实现文字镂空波浪效果",
@@ -69,7 +51,7 @@
69
51
  "author": "chokcoco",
70
52
  "home_url": "https://segmentfault.com/u/chokcoco",
71
53
  "votes": "27",
72
- "rank": 8
54
+ "rank": 6
73
55
  },
74
56
  {
75
57
  "title": "📝 没 2 年 React Native 开发经验,你都遇不到这些坑",
@@ -78,7 +60,7 @@
78
60
  "author": "卤代烃",
79
61
  "home_url": "https://segmentfault.com/u/skychx",
80
62
  "votes": "27",
81
- "rank": 9
63
+ "rank": 7
82
64
  },
83
65
  {
84
66
  "title": "50天用react.js重写50个web项目,我学到了什么?",
@@ -86,8 +68,8 @@
86
68
  "url": "https://segmentfault.com/a/1190000040813435",
87
69
  "author": "夕水",
88
70
  "home_url": "https://segmentfault.com/u/xishui_5ac9a340a5484",
89
- "votes": "27",
90
- "rank": 10
71
+ "votes": "28",
72
+ "rank": 8
91
73
  },
92
74
  {
93
75
  "title": "写个vscode插件, 帮助阅读i18n项目的代码",
@@ -96,16 +78,7 @@
96
78
  "author": "lulu_up",
97
79
  "home_url": "https://segmentfault.com/u/lulu_up",
98
80
  "votes": "25",
99
- "rank": 11
100
- },
101
- {
102
- "title": "近 20k Star的项目说不做就不做了,但总结的内容值得借鉴",
103
- "description": "大家好,我是零一。最近在社区看到一个让人惊讶的消息,近20k Star的构建工具库 Snowpack的作者 Fred K.Schott (文中简称Fred)表示已经没有精力去维护snowpack了,其使用量和下载量都开始呈现下降的趋势。Fred...",
104
- "url": "https://segmentfault.com/a/1190000040722202",
105
- "author": "零一",
106
- "home_url": "https://segmentfault.com/u/zero2one",
107
- "votes": "19",
108
- "rank": 12
81
+ "rank": 9
109
82
  },
110
83
  {
111
84
  "title": "CSS 奇技淫巧 | 妙用 drop-shadow 实现线条光影效果",
@@ -114,7 +87,7 @@
114
87
  "author": "chokcoco",
115
88
  "home_url": "https://segmentfault.com/u/chokcoco",
116
89
  "votes": "26",
117
- "rank": 13
90
+ "rank": 10
118
91
  },
119
92
  {
120
93
  "title": "2021 VSCode前端插件推荐",
@@ -123,16 +96,16 @@
123
96
  "author": "风不识途",
124
97
  "home_url": "https://segmentfault.com/u/tudou_5e2d76940fbaa",
125
98
  "votes": "24",
126
- "rank": 14
99
+ "rank": 11
127
100
  },
128
101
  {
129
- "title": "摊牌了,做为前端,我经常在用的15个国外网站",
130
- "description": "作者:Fernando Doglio译者:前端小智来源:medium有梦想,有干货,微信搜索 【大迁世界】 关注这个在凌晨还在刷碗的刷碗智。本文 GitHub [链接] 已收录,有一线大厂面试完整考点、资料以及我的系列文章。",
131
- "url": "https://segmentfault.com/a/1190000040704577",
102
+ "title": "使用 CSS Scroll Snap 优化滚动,提升用户体验!",
103
+ "description": "有梦想,有干货,微信搜索 【大迁世界】 关注这个在凌晨还在刷碗的刷碗智。本文 GitHub [链接] 已收录,有一线大厂面试完整考点、资料以及我的系列文章。",
104
+ "url": "https://segmentfault.com/a/1190000040824694",
132
105
  "author": "前端小智",
133
106
  "home_url": "https://segmentfault.com/u/minnanitkong",
134
107
  "votes": "23",
135
- "rank": 15
108
+ "rank": 12
136
109
  },
137
110
  {
138
111
  "title": "【中高级前端】必备,30+高频手写题及详细答案(万字长文),看“你”怎么难倒我",
@@ -141,7 +114,7 @@
141
114
  "author": "前端胖头鱼",
142
115
  "home_url": "https://segmentfault.com/u/116263",
143
116
  "votes": "21",
144
- "rank": 16
117
+ "rank": 13
145
118
  },
146
119
  {
147
120
  "title": "尝试对 jsjiami 加密结果手工解密",
@@ -150,7 +123,7 @@
150
123
  "author": "边城",
151
124
  "home_url": "https://segmentfault.com/u/jamesfancy",
152
125
  "votes": "15",
153
- "rank": 17
126
+ "rank": 14
154
127
  },
155
128
  {
156
129
  "title": "20 个值得学习的 Vue 开源项目",
@@ -159,7 +132,7 @@
159
132
  "author": "前端小智",
160
133
  "home_url": "https://segmentfault.com/u/minnanitkong",
161
134
  "votes": "14",
162
- "rank": 18
135
+ "rank": 15
163
136
  },
164
137
  {
165
138
  "title": "CSS 小技巧 | 一行代码实现头像与国旗的融合",
@@ -168,16 +141,7 @@
168
141
  "author": "chokcoco",
169
142
  "home_url": "https://segmentfault.com/u/chokcoco",
170
143
  "votes": "19",
171
- "rank": 19
172
- },
173
- {
174
- "title": "使用 CSS Scroll Snap 优化滚动,提升用户体验!",
175
- "description": "有梦想,有干货,微信搜索 【大迁世界】 关注这个在凌晨还在刷碗的刷碗智。本文 GitHub [链接] 已收录,有一线大厂面试完整考点、资料以及我的系列文章。",
176
- "url": "https://segmentfault.com/a/1190000040824694",
177
- "author": "前端小智",
178
- "home_url": "https://segmentfault.com/u/minnanitkong",
179
- "votes": "21",
180
- "rank": 20
144
+ "rank": 16
181
145
  },
182
146
  {
183
147
  "title": "7分钟学会写一个浏览器插件——突破某SDN未登录禁止复制的限制",
@@ -186,7 +150,7 @@
186
150
  "author": "独钓寒江雪",
187
151
  "home_url": "https://segmentfault.com/u/king_hcj",
188
152
  "votes": "19",
189
- "rank": 21
153
+ "rank": 17
190
154
  },
191
155
  {
192
156
  "title": "MySQL灵魂拷问:36题带你面试通关",
@@ -195,7 +159,16 @@
195
159
  "author": "程序员大彬",
196
160
  "home_url": "https://segmentfault.com/u/5n7qfpo1",
197
161
  "votes": "17",
198
- "rank": 22
162
+ "rank": 18
163
+ },
164
+ {
165
+ "title": "前端如何防止用户修改水印?",
166
+ "description": "这篇文章聊到的「前端水印防篡改」方法,本来是想作为一份专利提交给公司的,但我下笔之前去国内的专利检索网站上搜了下,发现一模一样的方案已经被申请了,是一位字节跳动的哥们在今年年初递交的。",
167
+ "url": "https://segmentfault.com/a/1190000040840891",
168
+ "author": "劉凯里",
169
+ "home_url": "https://segmentfault.com/u/kyrieliu",
170
+ "votes": "12",
171
+ "rank": 19
199
172
  },
200
173
  {
201
174
  "title": "用Java轻松完成一个分布式事务TCC,保姆级教程",
@@ -204,7 +177,7 @@
204
177
  "author": "叶东富",
205
178
  "home_url": "https://segmentfault.com/u/yedongfu",
206
179
  "votes": "15",
207
- "rank": 23
180
+ "rank": 20
208
181
  },
209
182
  {
210
183
  "title": "postTask:React的杀手锏被浏览器原生实现了?",
@@ -213,7 +186,7 @@
213
186
  "author": "卡颂",
214
187
  "home_url": "https://segmentfault.com/u/kasong",
215
188
  "votes": "13",
216
- "rank": 24
189
+ "rank": 21
217
190
  },
218
191
  {
219
192
  "title": "聊聊开发日常的效率提升工具(全)",
@@ -222,7 +195,7 @@
222
195
  "author": "树酱",
223
196
  "home_url": "https://segmentfault.com/u/shu_jshu_jiashu_jianshu_jiang",
224
197
  "votes": "13",
225
- "rank": 25
198
+ "rank": 22
226
199
  },
227
200
  {
228
201
  "title": "前端实现很哇塞的浏览器端扫码功能🌟",
@@ -230,17 +203,8 @@
230
203
  "url": "https://segmentfault.com/a/1190000040809122",
231
204
  "author": "dragonir",
232
205
  "home_url": "https://segmentfault.com/u/dragonir",
233
- "votes": "18",
234
- "rank": 26
235
- },
236
- {
237
- "title": "有个开发者总结这 15 优雅的 JavaScript 个技巧",
238
- "description": "有梦想,有干货,微信搜索 【大迁世界】 关注这个在凌晨还在刷碗的刷碗智。本文 GitHub [链接] 已收录,有一线大厂面试完整考点、资料以及我的系列文章。",
239
- "url": "https://segmentfault.com/a/1190000040704570",
240
- "author": "前端小智",
241
- "home_url": "https://segmentfault.com/u/minnanitkong",
242
- "votes": "14",
243
- "rank": 27
206
+ "votes": "19",
207
+ "rank": 23
244
208
  },
245
209
  {
246
210
  "title": "就因为这三个知识点,我彻底学废了”正则表达式“",
@@ -248,17 +212,17 @@
248
212
  "url": "https://segmentfault.com/a/1190000040846926",
249
213
  "author": "前端胖头鱼",
250
214
  "home_url": "https://segmentfault.com/u/116263",
251
- "votes": "14",
252
- "rank": 28
215
+ "votes": "16",
216
+ "rank": 24
253
217
  },
254
218
  {
255
- "title": "React 源码解析系列 - React 的 render 阶段(二):beginWork",
256
- "description": "系列文章目录(同步更新)React 源码解析系列 - React render 阶段(一):基本流程介绍React 源码解析系列 - React 的 render 阶段(二):beginWorkReact 源码解析系列 - React 的 render 阶段(三):compl...",
257
- "url": "https://segmentfault.com/a/1190000040723029",
258
- "author": "array_huang",
259
- "home_url": "https://segmentfault.com/u/array_huang",
260
- "votes": "10",
261
- "rank": 29
219
+ "title": "有个开发者总结这 15 优雅的 JavaScript 个技巧",
220
+ "description": "有梦想,有干货,微信搜索 【大迁世界】 关注这个在凌晨还在刷碗的刷碗智。本文 GitHub [链接] 已收录,有一线大厂面试完整考点、资料以及我的系列文章。",
221
+ "url": "https://segmentfault.com/a/1190000040704570",
222
+ "author": "前端小智",
223
+ "home_url": "https://segmentfault.com/u/minnanitkong",
224
+ "votes": "14",
225
+ "rank": 25
262
226
  },
263
227
  {
264
228
  "title": "计算机网络经典20问!",
@@ -267,6 +231,42 @@
267
231
  "author": "程序员大彬",
268
232
  "home_url": "https://segmentfault.com/u/5n7qfpo1",
269
233
  "votes": "12",
234
+ "rank": 26
235
+ },
236
+ {
237
+ "title": "66道前端算法面试题附思路分析助你查漏补缺",
238
+ "description": "本部分主要是 CavsZhouyou 在练习《剑指 Offer》时所做的笔记,主要涉及算法相关知识和一些相关面试题时所做的笔记,分享这份总结给大家,帮助大家对算法的可以来一次全方位的检漏和排查,",
239
+ "url": "https://segmentfault.com/a/1190000040797373",
240
+ "author": "wscats",
241
+ "home_url": "https://segmentfault.com/u/wscats",
242
+ "votes": "11",
243
+ "rank": 27
244
+ },
245
+ {
246
+ "title": "前端代码评审通常注意些什么",
247
+ "description": "代码评审又称为(Code Review,简称CR),关于CR,开发同学其实都不陌生,现在大部分公司的项目开发流程中,它都是必不可少的一个环节,CR的好处也都耳熟能详。不同的公司对于CR的方式、质量要求标准都不一样。这...",
248
+ "url": "https://segmentfault.com/a/1190000040780312",
249
+ "author": "_Vin",
250
+ "home_url": "https://segmentfault.com/u/_vin_5d884143cd4cb",
251
+ "votes": "9",
252
+ "rank": 28
253
+ },
254
+ {
255
+ "title": "正则表达式汇总",
256
+ "description": "整理一部分比较常用的正则表达式、后续会持续更新1、手机号码的校验 {代码...} 2、身份证的校验 {代码...} 3、邮箱的校验 {代码...} 4、URL的校验 {代码...} 5、IPv4的校验 {代码...} 6、16进制颜色的校验 {代码....",
257
+ "url": "https://segmentfault.com/a/1190000040828004",
258
+ "author": "小蘑菇",
259
+ "home_url": "https://segmentfault.com/u/xiaomogu_5f2124ad3ad42",
260
+ "votes": "14",
261
+ "rank": 29
262
+ },
263
+ {
264
+ "title": "今天推荐,今年排名前 15 的 Vue 后台管理模板",
265
+ "description": "有梦想,有干货,微信搜索 【大迁世界】 关注这个在凌晨还在刷碗的刷碗智。本文 GitHub [链接] 已收录,有一线大厂面试完整考点、资料以及我的系列文章。",
266
+ "url": "https://segmentfault.com/a/1190000040814521",
267
+ "author": "前端小智",
268
+ "home_url": "https://segmentfault.com/u/minnanitkong",
269
+ "votes": "11",
270
270
  "rank": 30
271
271
  }
272
272
  ]