@wcj/github-rank 22.8.27 → 22.8.30
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.
- package/dist/repos.json +37414 -37383
- package/dist/sifou-daily.json +38 -47
- package/dist/sifou-monthly.json +52 -52
- package/dist/sifou-weekly.json +149 -149
- package/dist/toutiao-30.json +89 -89
- package/dist/toutiao-7.json +125 -125
- package/dist/toutiao-90.json +54 -54
- package/dist/trending-daily.json +167 -167
- package/dist/trending-monthly.json +158 -158
- package/dist/trending-weekly.json +174 -174
- package/dist/users.china.json +2453 -2453
- package/dist/users.json +3849 -3849
- package/package.json +1 -1
- package/web/data/repos.json +37414 -37383
- package/web/data/sifou-daily.json +38 -47
- package/web/data/sifou-monthly.json +52 -52
- package/web/data/sifou-weekly.json +149 -149
- package/web/data/toutiao-30.json +89 -89
- package/web/data/toutiao-7.json +125 -125
- package/web/data/toutiao-90.json +54 -54
- package/web/data/trending-daily.json +167 -167
- package/web/data/trending-monthly.json +158 -158
- package/web/data/trending-weekly.json +174 -174
- package/web/data/users.china.json +2453 -2453
- package/web/data/users.json +3849 -3849
- package/web/index.html +1942 -1942
- package/web/repos.html +4143 -4147
- package/web/sifou-daily.html +32 -60
- package/web/sifou-monthly.html +59 -59
- package/web/sifou-weekly.html +143 -143
- package/web/toutiao-30.html +102 -102
- package/web/toutiao-7.html +92 -92
- package/web/toutiao-90.html +57 -57
- package/web/trending-monthly.html +140 -140
- package/web/trending-weekly.html +150 -154
- package/web/trending.html +150 -138
- package/web/users.china.html +1222 -1222
package/dist/sifou-daily.json
CHANGED
|
@@ -1,74 +1,65 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
|
-
"title": "
|
|
4
|
-
"description": "
|
|
5
|
-
"url": "https://segmentfault.com/a/
|
|
6
|
-
"author": "
|
|
7
|
-
"home_url": "https://segmentfault.com/u/
|
|
8
|
-
"votes": "
|
|
3
|
+
"title": "实体关系图 (ERD)",
|
|
4
|
+
"description": "ERD, 即 entity Relationship diagram, 实体关系图。使用一组定义的符号,如矩形、菱形、椭圆和连接线来描述实体、关系及其属性的相互联系。",
|
|
5
|
+
"url": "https://segmentfault.com/a/1190000042396742",
|
|
6
|
+
"author": "weiewiyi",
|
|
7
|
+
"home_url": "https://segmentfault.com/u/chenchu_6110ed583800c",
|
|
8
|
+
"votes": "2",
|
|
9
9
|
"rank": 1
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
|
-
"title": "
|
|
13
|
-
"description": "
|
|
14
|
-
"url": "https://segmentfault.com/a/
|
|
15
|
-
"author": "
|
|
16
|
-
"home_url": "https://segmentfault.com/u/
|
|
12
|
+
"title": "Docker网络模型以及容器通信",
|
|
13
|
+
"description": "本篇接着上篇:【Docker0网络及原理探究】,继续深入探究容器网络通信原理,通过学习Docker网路驱动模型,更好地解决容器间的通信问题🎉🎉",
|
|
14
|
+
"url": "https://segmentfault.com/a/1190000042396908",
|
|
15
|
+
"author": "甜点cc",
|
|
16
|
+
"home_url": "https://segmentfault.com/u/xiaojt",
|
|
17
17
|
"votes": "1",
|
|
18
18
|
"rank": 2
|
|
19
19
|
},
|
|
20
20
|
{
|
|
21
|
-
"title": "
|
|
22
|
-
"description": "
|
|
23
|
-
"url": "https://segmentfault.com/a/
|
|
24
|
-
"author": "
|
|
25
|
-
"home_url": "https://segmentfault.com/u/
|
|
21
|
+
"title": "精读《SolidJS》",
|
|
22
|
+
"description": "SolidJS 是一个语法像 React Function Component,内核像 Vue 的前端框架,本周我们通过阅读 Introduction to SolidJS 这篇文章来理解理解其核心概念。",
|
|
23
|
+
"url": "https://segmentfault.com/a/1190000042392152",
|
|
24
|
+
"author": "黄子毅",
|
|
25
|
+
"home_url": "https://segmentfault.com/u/aoyangyudakong",
|
|
26
26
|
"votes": "2",
|
|
27
27
|
"rank": 3
|
|
28
28
|
},
|
|
29
29
|
{
|
|
30
|
-
"title": "
|
|
31
|
-
"description": "
|
|
32
|
-
"url": "https://segmentfault.com/a/
|
|
33
|
-
"author": "
|
|
34
|
-
"home_url": "https://segmentfault.com/u/
|
|
30
|
+
"title": "总结一下er图的设计",
|
|
31
|
+
"description": "er图中的er是entity relationship的简写即实体关系,一个好的er图会使整个项目编写起来都会比较轻松。er图的首要任务就是理清实体间的关系,而不是去关心实体中的属性,即各个实体是1:1,1:n,还是n:m。并且各...",
|
|
32
|
+
"url": "https://segmentfault.com/a/1190000042396414",
|
|
33
|
+
"author": "李明",
|
|
34
|
+
"home_url": "https://segmentfault.com/u/crister_612f55567eb8c",
|
|
35
35
|
"votes": "1",
|
|
36
36
|
"rank": 4
|
|
37
37
|
},
|
|
38
38
|
{
|
|
39
|
-
"title": "
|
|
40
|
-
"description": "
|
|
41
|
-
"url": "https://segmentfault.com/a/
|
|
42
|
-
"author": "
|
|
43
|
-
"home_url": "https://segmentfault.com/u/
|
|
44
|
-
"votes": "
|
|
39
|
+
"title": "记录一次用docker-compose配置 mysql的过程",
|
|
40
|
+
"description": "本周主要事件都在设计原型或者是设计er图,没有出现什么技术上的问题。但是本周在学第的提问中却出现了问题,我本来想直接在学第给的远程代码拉到本地执行来解决问题,但是在运行时出现了问题,mysql又出问题了。",
|
|
41
|
+
"url": "https://segmentfault.com/a/1190000042396412",
|
|
42
|
+
"author": "李明",
|
|
43
|
+
"home_url": "https://segmentfault.com/u/crister_612f55567eb8c",
|
|
44
|
+
"votes": "1",
|
|
45
45
|
"rank": 5
|
|
46
46
|
},
|
|
47
47
|
{
|
|
48
|
-
"title": "
|
|
49
|
-
"description": "
|
|
50
|
-
"url": "https://segmentfault.com/a/
|
|
51
|
-
"author": "
|
|
52
|
-
"home_url": "https://segmentfault.com/u/
|
|
48
|
+
"title": "elementui源码学习之仿写一个el-collapse",
|
|
49
|
+
"description": "本篇文章记录仿写一个el-collapse组件细节,从而有助于大家更好理解饿了么ui对应组件具体工作细节。本文是elementui源码学习仿写系列的又一篇文章,后续空闲了会不断更新并仿写其他组件。源码在github上,大家可...",
|
|
50
|
+
"url": "https://segmentfault.com/a/1190000042397748",
|
|
51
|
+
"author": "水冗水孚",
|
|
52
|
+
"home_url": "https://segmentfault.com/u/shuirongshui",
|
|
53
53
|
"votes": "1",
|
|
54
54
|
"rank": 6
|
|
55
55
|
},
|
|
56
56
|
{
|
|
57
|
-
"title": "
|
|
58
|
-
"description": "
|
|
59
|
-
"url": "https://segmentfault.com/a/
|
|
60
|
-
"author": "
|
|
61
|
-
"home_url": "https://segmentfault.com/u/
|
|
62
|
-
"votes": "2",
|
|
63
|
-
"rank": 7
|
|
64
|
-
},
|
|
65
|
-
{
|
|
66
|
-
"title": "程序员提升要「硬实力」和「软实力」两手抓",
|
|
67
|
-
"description": "从赋能发力、撬动杠杆到降本增效、去肥增瘦,互联网行业正在经历前所未有的风波与挑战。全球范围的「裁员潮」席卷而来,行业去泡沫化和主业务收拢似乎正在为互联网「全员危机」拉开序幕。",
|
|
68
|
-
"url": "https://segmentfault.com/a/1190000042381012",
|
|
69
|
-
"author": "LigaAI",
|
|
70
|
-
"home_url": "https://segmentfault.com/u/ligaai",
|
|
57
|
+
"title": "【Java面试】这也太卷了~面试竟然问,HTTP协议和RPC协议的区别",
|
|
58
|
+
"description": "“Http协议和RPC协议有什么区别?”最近很多人问我这个问题,他们都不知道怎么回答。今天我们就来了解一下这个问题的高手回答。另外,我把文字版本的内容整理到了一个15W字的面试文档里了。大家可以看文章尾端领取...",
|
|
59
|
+
"url": "https://segmentfault.com/a/1190000042396155",
|
|
60
|
+
"author": "跟着Mic学架构",
|
|
61
|
+
"home_url": "https://segmentfault.com/u/fukua_5be8034f8191f",
|
|
71
62
|
"votes": "1",
|
|
72
|
-
"rank":
|
|
63
|
+
"rank": 7
|
|
73
64
|
}
|
|
74
65
|
]
|
package/dist/sifou-monthly.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
[
|
|
2
|
-
{
|
|
3
|
-
"title": "Windows滚动条如何美化成 macOS 那样?",
|
|
4
|
-
"description": "欢迎关注我的公众号:前端侦探众所周知,Windows和macOS的滚动条在默认情况是不一致的,最显著的区别就是 macOS滚动条是不占据屏幕尺寸的,如下而Windows下是这样的很多设计师会吐槽Windows滚动条不太美观,能不...",
|
|
5
|
-
"url": "https://segmentfault.com/a/1190000042323523",
|
|
6
|
-
"author": "XboxYan",
|
|
7
|
-
"home_url": "https://segmentfault.com/u/xboxyan",
|
|
8
|
-
"votes": "32",
|
|
9
|
-
"rank": 1
|
|
10
|
-
},
|
|
11
2
|
{
|
|
12
3
|
"title": "多行文本下的文字渐隐消失术",
|
|
13
4
|
"description": "本文将探讨一下,在多行文本情形下的一些有意思的文字动效。多行文本,相对于单行文本,场景会复杂一些,但是在实际业务中,多行文本也是非常之多的,但是其效果处理比起单行文本会更困难。单行与多行文本的渐隐...",
|
|
14
5
|
"url": "https://segmentfault.com/a/1190000042325723",
|
|
15
6
|
"author": "chokcoco",
|
|
16
7
|
"home_url": "https://segmentfault.com/u/chokcoco",
|
|
17
|
-
"votes": "
|
|
8
|
+
"votes": "26",
|
|
9
|
+
"rank": 1
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"title": "Windows滚动条如何美化成 macOS 那样?",
|
|
13
|
+
"description": "欢迎关注我的公众号:前端侦探众所周知,Windows和macOS的滚动条在默认情况是不一致的,最显著的区别就是 macOS滚动条是不占据屏幕尺寸的,如下而Windows下是这样的很多设计师会吐槽Windows滚动条不太美观,能不...",
|
|
14
|
+
"url": "https://segmentfault.com/a/1190000042323523",
|
|
15
|
+
"author": "XboxYan",
|
|
16
|
+
"home_url": "https://segmentfault.com/u/xboxyan",
|
|
17
|
+
"votes": "33",
|
|
18
18
|
"rank": 2
|
|
19
19
|
},
|
|
20
20
|
{
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"url": "https://segmentfault.com/a/1190000042272755",
|
|
51
51
|
"author": "前端小智",
|
|
52
52
|
"home_url": "https://segmentfault.com/u/minnanitkong",
|
|
53
|
-
"votes": "
|
|
53
|
+
"votes": "20",
|
|
54
54
|
"rank": 6
|
|
55
55
|
},
|
|
56
56
|
{
|
|
@@ -153,12 +153,12 @@
|
|
|
153
153
|
"rank": 17
|
|
154
154
|
},
|
|
155
155
|
{
|
|
156
|
-
"title": "
|
|
157
|
-
"description": "
|
|
158
|
-
"url": "https://segmentfault.com/a/
|
|
159
|
-
"author": "
|
|
160
|
-
"home_url": "https://segmentfault.com/u/
|
|
161
|
-
"votes": "
|
|
156
|
+
"title": "妙啊!纯 CSS 实现拼图游戏",
|
|
157
|
+
"description": "本文,将向大家介绍一种将多个 CSS 技巧运用到极致的技巧,利用纯 CSS 实现拼图游戏。本技巧源自于 Temani Afif 的 CodePen CSS Only Puzzle game。一款完全由 CSS 实现的拼图游戏。我们要做的,就是将散落的图片...",
|
|
158
|
+
"url": "https://segmentfault.com/a/1190000042361223",
|
|
159
|
+
"author": "chokcoco",
|
|
160
|
+
"home_url": "https://segmentfault.com/u/chokcoco",
|
|
161
|
+
"votes": "14",
|
|
162
162
|
"rank": 18
|
|
163
163
|
},
|
|
164
164
|
{
|
|
@@ -167,7 +167,7 @@
|
|
|
167
167
|
"url": "https://segmentfault.com/a/1190000042264240",
|
|
168
168
|
"author": "胡哥有话说",
|
|
169
169
|
"home_url": "https://segmentfault.com/u/justbecoder",
|
|
170
|
-
"votes": "
|
|
170
|
+
"votes": "8",
|
|
171
171
|
"rank": 19
|
|
172
172
|
},
|
|
173
173
|
{
|
|
@@ -179,15 +179,6 @@
|
|
|
179
179
|
"votes": "6",
|
|
180
180
|
"rank": 20
|
|
181
181
|
},
|
|
182
|
-
{
|
|
183
|
-
"title": "你的 Tap bar 不够花里胡哨,试试这个!",
|
|
184
|
-
"description": "有梦想,有干货,微信搜索 【大迁世界】 关注这个在凌晨还在刷碗的刷碗智。本文 GitHub [链接] 已收录,有一线大厂面试完整考点、资料以及我的系列文章。",
|
|
185
|
-
"url": "https://segmentfault.com/a/1190000042238526",
|
|
186
|
-
"author": "前端小智",
|
|
187
|
-
"home_url": "https://segmentfault.com/u/minnanitkong",
|
|
188
|
-
"votes": "8",
|
|
189
|
-
"rank": 21
|
|
190
|
-
},
|
|
191
182
|
{
|
|
192
183
|
"title": "基于 Next.js实现在线Excel",
|
|
193
184
|
"description": "如果要从头开始使用 React 构建一个完整的 Web 应用程序,需要哪些步骤?这当然不像把大象装进冰箱那么简单,只需要分成三步:打开冰箱,拿起大象,塞进冰箱就好。",
|
|
@@ -195,16 +186,16 @@
|
|
|
195
186
|
"author": "葡萄城技术团队",
|
|
196
187
|
"home_url": "https://segmentfault.com/u/grapecity",
|
|
197
188
|
"votes": "5",
|
|
198
|
-
"rank":
|
|
189
|
+
"rank": 21
|
|
199
190
|
},
|
|
200
191
|
{
|
|
201
|
-
"title": "
|
|
202
|
-
"description": "
|
|
203
|
-
"url": "https://segmentfault.com/a/
|
|
204
|
-
"author": "
|
|
205
|
-
"home_url": "https://segmentfault.com/u/
|
|
206
|
-
"votes": "
|
|
207
|
-
"rank":
|
|
192
|
+
"title": "组员老是忘记打卡,我开发了一款小工具,让全组三个月全勤!",
|
|
193
|
+
"description": "开始的时候我们都设置了一个打卡闹铃,下班后准时提醒,但有的时候加班,加完班回家又忘记打卡了。还有的时候迷之自信的以为自己打卡了,第二天看考勤记录发现没打卡。",
|
|
194
|
+
"url": "https://segmentfault.com/a/1190000042386997",
|
|
195
|
+
"author": "杨成功",
|
|
196
|
+
"home_url": "https://segmentfault.com/u/ruidoc",
|
|
197
|
+
"votes": "8",
|
|
198
|
+
"rank": 22
|
|
208
199
|
},
|
|
209
200
|
{
|
|
210
201
|
"title": "从 Islands Architecture 看前端有多卷",
|
|
@@ -213,16 +204,7 @@
|
|
|
213
204
|
"author": "卡颂",
|
|
214
205
|
"home_url": "https://segmentfault.com/u/kasong",
|
|
215
206
|
"votes": "8",
|
|
216
|
-
"rank":
|
|
217
|
-
},
|
|
218
|
-
{
|
|
219
|
-
"title": "我做了一个在线白板(二)",
|
|
220
|
-
"description": "上一篇我做了一个在线白板!给大家介绍了一下矩形的绘制、选中、拖动、旋转、伸缩,以及放大缩小、网格模式、导出图片等功能,本文继续为各位介绍一下箭头的绘制、自由书写、文字的绘制,以及如何按比例缩放文字...",
|
|
221
|
-
"url": "https://segmentfault.com/a/1190000042281991",
|
|
222
|
-
"author": "街角小林",
|
|
223
|
-
"home_url": "https://segmentfault.com/u/jiejiaoxiaolin",
|
|
224
|
-
"votes": "5",
|
|
225
|
-
"rank": 25
|
|
207
|
+
"rank": 23
|
|
226
208
|
},
|
|
227
209
|
{
|
|
228
210
|
"title": "聊聊 npm 的语义化版本(Semver)",
|
|
@@ -231,7 +213,7 @@
|
|
|
231
213
|
"author": "冴羽",
|
|
232
214
|
"home_url": "https://segmentfault.com/u/yayu",
|
|
233
215
|
"votes": "6",
|
|
234
|
-
"rank":
|
|
216
|
+
"rank": 24
|
|
235
217
|
},
|
|
236
218
|
{
|
|
237
219
|
"title": "记录第一次给开源项目提 PR",
|
|
@@ -240,6 +222,24 @@
|
|
|
240
222
|
"author": "Gopal",
|
|
241
223
|
"home_url": "https://segmentfault.com/u/fengguangping",
|
|
242
224
|
"votes": "6",
|
|
225
|
+
"rank": 25
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
"title": "自定义计数器小技巧!CSS 实现长按点赞累加动画",
|
|
229
|
+
"description": "欢迎关注我的公众号:前端侦探在某条 APP 中,如果长按点赞,会出现这样花里胡哨的动画,如下这个动画有两部分组成,其中这个随机表情的实现可以参考 coco 的这篇文章 巧用 transition 实现短视频 APP 点赞动画比...",
|
|
230
|
+
"url": "https://segmentfault.com/a/1190000042360785",
|
|
231
|
+
"author": "XboxYan",
|
|
232
|
+
"home_url": "https://segmentfault.com/u/xboxyan",
|
|
233
|
+
"votes": "10",
|
|
234
|
+
"rank": 26
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
"title": "我做了一个在线白板(二)",
|
|
238
|
+
"description": "上一篇我做了一个在线白板!给大家介绍了一下矩形的绘制、选中、拖动、旋转、伸缩,以及放大缩小、网格模式、导出图片等功能,本文继续为各位介绍一下箭头的绘制、自由书写、文字的绘制,以及如何按比例缩放文字...",
|
|
239
|
+
"url": "https://segmentfault.com/a/1190000042281991",
|
|
240
|
+
"author": "街角小林",
|
|
241
|
+
"home_url": "https://segmentfault.com/u/jiejiaoxiaolin",
|
|
242
|
+
"votes": "5",
|
|
243
243
|
"rank": 27
|
|
244
244
|
},
|
|
245
245
|
{
|
|
@@ -261,12 +261,12 @@
|
|
|
261
261
|
"rank": 29
|
|
262
262
|
},
|
|
263
263
|
{
|
|
264
|
-
"title": "
|
|
265
|
-
"description": "
|
|
266
|
-
"url": "https://segmentfault.com/a/
|
|
267
|
-
"author": "
|
|
268
|
-
"home_url": "https://segmentfault.com/u/
|
|
269
|
-
"votes": "
|
|
264
|
+
"title": "electron 应用开发优秀实践",
|
|
265
|
+
"description": "在团队中,我们因业务发展,需要用到桌面端技术,如离线可用、调用桌面系统能力。什么是桌面端开发?一句话概括就是:以 Windows 、macOS 和 Linux 为操作系统的软件开发。对此我们做了详细的技术调研,桌面端的...",
|
|
266
|
+
"url": "https://segmentfault.com/a/1190000042267983",
|
|
267
|
+
"author": "vivo互联网技术",
|
|
268
|
+
"home_url": "https://segmentfault.com/u/vivo_tech",
|
|
269
|
+
"votes": "8",
|
|
270
270
|
"rank": 30
|
|
271
271
|
}
|
|
272
272
|
]
|