@wcj/github-rank 22.9.30 → 22.10.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 (37) hide show
  1. package/dist/repos.json +26754 -26753
  2. package/dist/sifou-daily.json +22 -58
  3. package/dist/sifou-monthly.json +49 -49
  4. package/dist/sifou-weekly.json +121 -121
  5. package/dist/toutiao-30.json +42 -42
  6. package/dist/toutiao-7.json +45 -45
  7. package/dist/toutiao-90.json +10 -10
  8. package/dist/trending-daily.json +171 -171
  9. package/dist/trending-monthly.json +146 -146
  10. package/dist/trending-weekly.json +154 -154
  11. package/dist/users.china.json +947 -947
  12. package/dist/users.json +2449 -2449
  13. package/package.json +1 -1
  14. package/web/data/repos.json +26754 -26753
  15. package/web/data/sifou-daily.json +22 -58
  16. package/web/data/sifou-monthly.json +49 -49
  17. package/web/data/sifou-weekly.json +121 -121
  18. package/web/data/toutiao-30.json +42 -42
  19. package/web/data/toutiao-7.json +45 -45
  20. package/web/data/toutiao-90.json +10 -10
  21. package/web/data/trending-daily.json +171 -171
  22. package/web/data/trending-monthly.json +146 -146
  23. package/web/data/trending-weekly.json +154 -154
  24. package/web/data/users.china.json +947 -947
  25. package/web/data/users.json +2449 -2449
  26. package/web/index.html +1312 -1312
  27. package/web/repos.html +2839 -2839
  28. package/web/sifou-daily.html +19 -131
  29. package/web/sifou-monthly.html +74 -74
  30. package/web/sifou-weekly.html +114 -114
  31. package/web/toutiao-30.html +88 -88
  32. package/web/toutiao-7.html +72 -72
  33. package/web/toutiao-90.html +17 -17
  34. package/web/trending-monthly.html +139 -135
  35. package/web/trending-weekly.html +140 -144
  36. package/web/trending.html +146 -150
  37. package/web/users.china.html +502 -502
@@ -1,74 +1,38 @@
1
1
  [
2
2
  {
3
- "title": "前端web实现(@、At、艾特)选人或引用数据",
4
- "description": "1、在输入框中输入 @ ,弹出浮窗,然后可以选择浮窗中相关的数据;2、在输入框中输入 # ,弹出浮窗,然后可以选择浮窗中相关的数据;3、@ 和 # 引用的数据要包含名称和id等,最终要传给后端;4、删除 @ 和 # 引用...",
5
- "url": "https://segmentfault.com/a/1190000042563289",
6
- "author": "xmanlin",
7
- "home_url": "https://segmentfault.com/u/dxpang",
8
- "votes": "1",
3
+ "title": "一个终端工具竟然有AI功能?使用了1天我立马把其他终端全卸载了!太香了!",
4
+ "description": "我重度使用了2天,无论从颜值,性能,效率和创新上,都碾压同类的终端工具。我完全找不到任何理由来放弃这么优秀的一款工具。整个使用的体验非常舒服,甚至于觉得,这,就是我心中现代化终端工具该有的样子!",
5
+ "url": "https://segmentfault.com/a/1190000042565433",
6
+ "author": "铂赛东",
7
+ "home_url": "https://segmentfault.com/u/bosaidong_5c495684bcf4b",
8
+ "votes": "2",
9
9
  "rank": 1
10
10
  },
11
11
  {
12
- "title": "Monaco Editor 中的 Keybinding 机制",
13
- "description": "前段时间碰到了一个 Keybinding 相关的问题,于是探究了一番,首先大家可能会有两个问题:Monaco Editor 是啥?Keybinding 又是啥?",
14
- "url": "https://segmentfault.com/a/1190000042562942",
15
- "author": "袋鼠云数栈UED",
16
- "home_url": "https://segmentfault.com/u/daishuyunshuzhanqianduan",
12
+ "title": "2022年 SegmentFault 思否程序员大调查",
13
+ "description": "国庆长假来啦!进到这个页面的朋友,相信都是非常热爱学习的友友们👍来 SegmentFault 思否社区,不仅可以吸收技术知识充电,填写这份关于「程序员」的调查问卷,还有机会领取思否定制周边礼品!立即填写问卷👉戳链...",
14
+ "url": "https://segmentfault.com/a/1190000042566696",
15
+ "author": "SegmentFault思否",
16
+ "home_url": "https://segmentfault.com/u/segmentfault",
17
17
  "votes": "2",
18
18
  "rank": 2
19
19
  },
20
20
  {
21
- "title": "撸了一款 Vue 生态缺失的 CMD+K 类库",
22
- "description": "9月底,新轮子又来了,Vue Command Palette 是一个为 Vue 而生的快速、无样式、可组合的 Command Palette(CMDK)组件库。",
23
- "url": "https://segmentfault.com/a/1190000042559544",
24
- "author": "xiaoluoboding",
25
- "home_url": "https://segmentfault.com/u/xlbd",
21
+ "title": "Golang 单例模式与sync.Once",
22
+ "description": " Golang 中变量或说明实例只初始化一次的效果通过init函数是可以实现的,包在被引入时就会执行一次init函数且无论同一包被引入多少次也都只执行一次。",
23
+ "url": "https://segmentfault.com/a/1190000042567477",
24
+ "author": "Jeffid",
25
+ "home_url": "https://segmentfault.com/u/jeffid",
26
26
  "votes": "1",
27
27
  "rank": 3
28
28
  },
29
29
  {
30
- "title": "Dev Together 🥳 2022 开发者生态峰会正式启动,议题征集启动!",
31
- "description": "Dev Together 中国开发者生态峰会是由 SegmentFault 思否发起的,面向 to D Marketing、开发者运营、开发者关系从业者的交流活动。我们希望打破日常工作中来自不同厂商背景给大家带来的交流屏障,在一个中立的平...",
32
- "url": "https://segmentfault.com/a/1190000042560534",
33
- "author": "波波Nadia",
34
- "home_url": "https://segmentfault.com/u/bobonadia",
35
- "votes": "2",
36
- "rank": 4
37
- },
38
- {
39
- "title": "vue 项目vue.config.js 中 devServer proxy 未生效问题解决方案",
40
- "description": "clone vue-material-admin 项目到本地运行, 修改了 .env.development, 希望代理到本地5005端口 {代码...} 改为了(参考原始内容照葫芦画瓢, .env.development误人啊) {代码...} devServer配置代理如下 {代码...} ...",
41
- "url": "https://segmentfault.com/a/1190000042560078",
42
- "author": "Yi_Zhi_Yu",
43
- "home_url": "https://segmentfault.com/u/a_fish",
44
- "votes": "1",
45
- "rank": 5
46
- },
47
- {
48
- "title": "常用正则表达式整理",
49
- "description": "常用正则表达式(持续更新)校验数字 {代码...} 校验字符 {代码...} 其他 {代码...}",
50
- "url": "https://segmentfault.com/a/1190000042560341",
51
- "author": "wasdquiop",
52
- "home_url": "https://segmentfault.com/u/ryan_5fd1bc9a06259",
53
- "votes": "1",
54
- "rank": 6
55
- },
56
- {
57
- "title": "javaScript正则表达式",
58
- "description": "RegExp:是正则表达式(regular expression)的简写正则表达式用于对字符串模式匹配及检索替换,是对字符串执行模式匹配的强大工具",
59
- "url": "https://segmentfault.com/a/1190000042560239",
60
- "author": "wasdquiop",
61
- "home_url": "https://segmentfault.com/u/ryan_5fd1bc9a06259",
30
+ "title": "使用gorm写入time.Time的类型时的问题",
31
+ "description": "很大一部分gopher都是用过gorm,而time.Time类型也是大家常用的类型,今天我就主要介绍一个在使用过程中遇到的一个比较奇怪的问题。",
32
+ "url": "https://segmentfault.com/a/1190000042567349",
33
+ "author": "润雨冰雪",
34
+ "home_url": "https://segmentfault.com/u/runyubingxue",
62
35
  "votes": "1",
63
- "rank": 7
64
- },
65
- {
66
- "title": "【2-6 Golang】Go并发编程—定时器timer",
67
- "description": "定时器使得我们可以延迟若干时间执行某项任务,或者以某一时间周期性执行某项任务,Linux系统本身也具备定时器能力,Go语言是定时器是基于系统调用实现的吗?另外,Go语言不是多协程吗,定时器触发时...",
68
- "url": "https://segmentfault.com/a/1190000042559485",
69
- "author": "西红柿",
70
- "home_url": "https://segmentfault.com/u/tomato_5e8c292fd884c",
71
- "votes": "1",
72
- "rank": 8
36
+ "rank": 4
73
37
  }
74
38
  ]
@@ -14,7 +14,7 @@
14
14
  "url": "https://segmentfault.com/a/1190000042475578",
15
15
  "author": "XboxYan",
16
16
  "home_url": "https://segmentfault.com/u/xboxyan",
17
- "votes": "23",
17
+ "votes": "24",
18
18
  "rank": 2
19
19
  },
20
20
  {
@@ -23,7 +23,7 @@
23
23
  "url": "https://segmentfault.com/a/1190000042481321",
24
24
  "author": "wuwhs",
25
25
  "home_url": "https://segmentfault.com/u/wuwhs",
26
- "votes": "21",
26
+ "votes": "22",
27
27
  "rank": 3
28
28
  },
29
29
  {
@@ -41,7 +41,7 @@
41
41
  "url": "https://segmentfault.com/a/1190000042517595",
42
42
  "author": "南城大前端",
43
43
  "home_url": "https://segmentfault.com/u/nanchengfe",
44
- "votes": "16",
44
+ "votes": "18",
45
45
  "rank": 5
46
46
  },
47
47
  {
@@ -50,9 +50,18 @@
50
50
  "url": "https://segmentfault.com/a/1190000042547772",
51
51
  "author": "XboxYan",
52
52
  "home_url": "https://segmentfault.com/u/xboxyan",
53
- "votes": "15",
53
+ "votes": "16",
54
54
  "rank": 6
55
55
  },
56
+ {
57
+ "title": "50天用vue3完成了50个web项目,我学到了什么?",
58
+ "description": "通过本文的50个web示例你将学到:Vue3核心基础语法和进阶语法less核心基础语法和进阶语法scss核心基础语法和进阶语法1.Expanding Cards效果如图所示:源码在线示例学到了什么?JavascriptVue ref方法定义基本响应式...",
59
+ "url": "https://segmentfault.com/a/1190000042509082",
60
+ "author": "夕水",
61
+ "home_url": "https://segmentfault.com/u/xishui_5ac9a340a5484",
62
+ "votes": "17",
63
+ "rank": 7
64
+ },
56
65
  {
57
66
  "title": "实现《羊了个羊》的小游戏",
58
67
  "description": "这两天火爆全场的《羊了个羊》游戏,相信大家都玩过了,那么在玩这个游戏的同时,我想大家都会好奇这个游戏的实现,本文就带大家使用css,html,js来实现一个动物版的游戏。",
@@ -60,7 +69,7 @@
60
69
  "author": "夕水",
61
70
  "home_url": "https://segmentfault.com/u/xishui_5ac9a340a5484",
62
71
  "votes": "13",
63
- "rank": 7
72
+ "rank": 8
64
73
  },
65
74
  {
66
75
  "title": "云安全践行者:亚马逊云科技如何打好“安全”牌?",
@@ -69,7 +78,7 @@
69
78
  "author": "六一",
70
79
  "home_url": "https://segmentfault.com/u/suicidal_romantic_scoundrel",
71
80
  "votes": "10",
72
- "rank": 8
81
+ "rank": 9
73
82
  },
74
83
  {
75
84
  "title": "CSS transform、transition、animation 指南",
@@ -78,16 +87,16 @@
78
87
  "author": "散一群逗逼",
79
88
  "home_url": "https://segmentfault.com/u/sanyiqundoubi",
80
89
  "votes": "12",
81
- "rank": 9
90
+ "rank": 10
82
91
  },
83
92
  {
84
- "title": "50天用vue3完成了50个web项目,我学到了什么?",
85
- "description": "通过本文的50个web示例你将学到:Vue3核心基础语法和进阶语法less核心基础语法和进阶语法scss核心基础语法和进阶语法1.Expanding Cards效果如图所示:源码在线示例学到了什么?JavascriptVue ref方法定义基本响应式...",
86
- "url": "https://segmentfault.com/a/1190000042509082",
87
- "author": "夕水",
88
- "home_url": "https://segmentfault.com/u/xishui_5ac9a340a5484",
89
- "votes": "16",
90
- "rank": 10
93
+ "title": "漫画 | Serverless + Data,让后端告别搬砖!",
94
+ "description": "文章来源:码农翻身上古时期,软件系统都比较简单。随着时代的发展,系统越来越复杂。移动互联网时代来临,流量越来越大,尤其是搞促销活动的时候。促销活动过后,领导到机房视察。很快, 云计算时代来临了!又到...",
95
+ "url": "https://segmentfault.com/a/1190000042554569",
96
+ "author": "六一",
97
+ "home_url": "https://segmentfault.com/u/suicidal_romantic_scoundrel",
98
+ "votes": "10",
99
+ "rank": 11
91
100
  },
92
101
  {
93
102
  "title": "单标签实现复杂的棋盘布局",
@@ -96,7 +105,7 @@
96
105
  "author": "chokcoco",
97
106
  "home_url": "https://segmentfault.com/u/chokcoco",
98
107
  "votes": "10",
99
- "rank": 11
108
+ "rank": 12
100
109
  },
101
110
  {
102
111
  "title": "使用 SVG 生成带标识的 favicon",
@@ -105,7 +114,7 @@
105
114
  "author": "XboxYan",
106
115
  "home_url": "https://segmentfault.com/u/xboxyan",
107
116
  "votes": "11",
108
- "rank": 12
117
+ "rank": 13
109
118
  },
110
119
  {
111
120
  "title": "中秋佳节之际, 一起来欣赏 9 个冷门的css属性",
@@ -114,7 +123,7 @@
114
123
  "author": "lulu_up",
115
124
  "home_url": "https://segmentfault.com/u/lulu_up",
116
125
  "votes": "10",
117
- "rank": 13
126
+ "rank": 14
118
127
  },
119
128
  {
120
129
  "title": "AI数字绘画 stable-diffusion 保姆级教程",
@@ -123,7 +132,16 @@
123
132
  "author": "程序员秋风",
124
133
  "home_url": "https://segmentfault.com/u/qiufeng_5a07f6cb96ee0",
125
134
  "votes": "9",
126
- "rank": 14
135
+ "rank": 15
136
+ },
137
+ {
138
+ "title": "当你 git push 时,极狐GitLab上发生了什么?",
139
+ "description": "本文来自:李振楠 极狐(GitLab) 研发工程师勇士,你可曾好奇过 Git 和极狐GitLab 是如何工作的?现在,拿起你心爱的 IDE,和我们一起踏上探索之旅吧!基础知识在开始旅程之前,我们需要做三分钟的知识储备,计时...",
140
+ "url": "https://segmentfault.com/a/1190000042537837",
141
+ "author": "极狐GitLab",
142
+ "home_url": "https://segmentfault.com/u/jihu_gitlab",
143
+ "votes": "9",
144
+ "rank": 16
127
145
  },
128
146
  {
129
147
  "title": "【已结束】SegmentFault 思否技术征文丨浅谈 Java 进阶之路",
@@ -132,7 +150,7 @@
132
150
  "author": "SegmentFault思否",
133
151
  "home_url": "https://segmentfault.com/u/segmentfault",
134
152
  "votes": "9",
135
- "rank": 15
153
+ "rank": 17
136
154
  },
137
155
  {
138
156
  "title": "1000粉!使用Three.js实现一个创意纪念页面 🏆",
@@ -141,16 +159,7 @@
141
159
  "author": "dragonir",
142
160
  "home_url": "https://segmentfault.com/u/dragonir",
143
161
  "votes": "8",
144
- "rank": 16
145
- },
146
- {
147
- "title": "当你 git push 时,极狐GitLab上发生了什么?",
148
- "description": "本文来自:李振楠 极狐(GitLab) 研发工程师勇士,你可曾好奇过 Git 和极狐GitLab 是如何工作的?现在,拿起你心爱的 IDE,和我们一起踏上探索之旅吧!基础知识在开始旅程之前,我们需要做三分钟的知识储备,计时...",
149
- "url": "https://segmentfault.com/a/1190000042537837",
150
- "author": "极狐GitLab",
151
- "home_url": "https://segmentfault.com/u/jihu_gitlab",
152
- "votes": "8",
153
- "rank": 17
162
+ "rank": 18
154
163
  },
155
164
  {
156
165
  "title": "CSS 有了:has伪类可以做些什么?",
@@ -159,7 +168,7 @@
159
168
  "author": "XboxYan",
160
169
  "home_url": "https://segmentfault.com/u/xboxyan",
161
170
  "votes": "10",
162
- "rank": 18
171
+ "rank": 19
163
172
  },
164
173
  {
165
174
  "title": "有意思的水平横向溢出滚动",
@@ -168,7 +177,7 @@
168
177
  "author": "chokcoco",
169
178
  "home_url": "https://segmentfault.com/u/chokcoco",
170
179
  "votes": "6",
171
- "rank": 19
180
+ "rank": 20
172
181
  },
173
182
  {
174
183
  "title": "CodeForBetter_Hackathon,唤醒代码的力量",
@@ -177,7 +186,7 @@
177
186
  "author": "SegmentFault思否",
178
187
  "home_url": "https://segmentfault.com/u/segmentfault",
179
188
  "votes": "4",
180
- "rank": 20
189
+ "rank": 21
181
190
  },
182
191
  {
183
192
  "title": "图解JS中的事件循环",
@@ -186,7 +195,7 @@
186
195
  "author": "寒水寺一禅",
187
196
  "home_url": "https://segmentfault.com/u/xiaolizideyitian",
188
197
  "votes": "6",
189
- "rank": 21
198
+ "rank": 22
190
199
  },
191
200
  {
192
201
  "title": "见微知著,从两道有意思的 CSS 面试题,考察你的基础",
@@ -195,7 +204,7 @@
195
204
  "author": "chokcoco",
196
205
  "home_url": "https://segmentfault.com/u/chokcoco",
197
206
  "votes": "7",
198
- "rank": 22
207
+ "rank": 23
199
208
  },
200
209
  {
201
210
  "title": "Java反射真正的详解,学以致用,实战案例,虽不及万字,但也已有近8000字",
@@ -204,7 +213,7 @@
204
213
  "author": "宁在春",
205
214
  "home_url": "https://segmentfault.com/u/wyh_study",
206
215
  "votes": "12",
207
- "rank": 23
216
+ "rank": 24
208
217
  },
209
218
  {
210
219
  "title": "特约专访 | 思否 CEO 高阳带你了解 Code For Better _ Hackathon 冠军团队背后的故事",
@@ -213,7 +222,7 @@
213
222
  "author": "SegmentFault思否",
214
223
  "home_url": "https://segmentfault.com/u/segmentfault",
215
224
  "votes": "4",
216
- "rank": 24
225
+ "rank": 25
217
226
  },
218
227
  {
219
228
  "title": "为什么vue.config.js中使用require,而vite.config.js使用 import?",
@@ -222,7 +231,7 @@
222
231
  "author": "寒水寺一禅",
223
232
  "home_url": "https://segmentfault.com/u/xiaolizideyitian",
224
233
  "votes": "8",
225
- "rank": 25
234
+ "rank": 26
226
235
  },
227
236
  {
228
237
  "title": "技术征文中奖名单公布 | 浅谈 Java 进阶之路",
@@ -231,7 +240,7 @@
231
240
  "author": "SegmentFault思否",
232
241
  "home_url": "https://segmentfault.com/u/segmentfault",
233
242
  "votes": "5",
234
- "rank": 26
243
+ "rank": 27
235
244
  },
236
245
  {
237
246
  "title": "新时代布局新特性 -- 容器查询",
@@ -240,7 +249,7 @@
240
249
  "author": "chokcoco",
241
250
  "home_url": "https://segmentfault.com/u/chokcoco",
242
251
  "votes": "8",
243
- "rank": 27
252
+ "rank": 28
244
253
  },
245
254
  {
246
255
  "title": "用Vue.js写一个命令行贪吃蛇游戏",
@@ -249,7 +258,7 @@
249
258
  "author": "null仔",
250
259
  "home_url": "https://segmentfault.com/u/xiaoqianduan_58b28cfebff36",
251
260
  "votes": "6",
252
- "rank": 28
261
+ "rank": 29
253
262
  },
254
263
  {
255
264
  "title": "近期对前端性能优化的总结",
@@ -258,15 +267,6 @@
258
267
  "author": "南城大前端",
259
268
  "home_url": "https://segmentfault.com/u/nanchengfe",
260
269
  "votes": "4",
261
- "rank": 29
262
- },
263
- {
264
- "title": "用Colab免费部署自己的AI绘画云平台—— Stable Diffusion",
265
- "description": "AI绘画门槛又又又降低了,从最开始需要花半天时间折腾的 Disco-Diffusion ,紧接着 Stable Diffusion 在 github 上开源,各家平台都推出了云平台,让用户通过轻松的点击、选择、输入就能生成一张张AI图。",
266
- "url": "https://segmentfault.com/a/1190000042509388",
267
- "author": "程序员秋风",
268
- "home_url": "https://segmentfault.com/u/qiufeng_5a07f6cb96ee0",
269
- "votes": "6",
270
270
  "rank": 30
271
271
  }
272
272
  ]