@wcj/github-rank 22.2.22 → 22.2.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.
- package/dist/repos.json +34874 -34843
- package/dist/sifou-daily.json +61 -133
- package/dist/sifou-monthly.json +130 -130
- package/dist/sifou-weekly.json +169 -169
- package/dist/toutiao-30.json +100 -100
- package/dist/toutiao-7.json +114 -114
- package/dist/toutiao-90.json +58 -58
- package/dist/trending-daily.json +167 -167
- package/dist/trending-monthly.json +159 -159
- package/dist/trending-weekly.json +167 -167
- package/dist/users.china.json +2936 -2937
- package/dist/users.json +3473 -3474
- package/package.json +1 -1
- package/web/36kr.html +2 -2
- package/web/data/repos.json +34874 -34843
- package/web/data/sifou-daily.json +61 -133
- package/web/data/sifou-monthly.json +130 -130
- package/web/data/sifou-weekly.json +169 -169
- package/web/data/toutiao-30.json +100 -100
- package/web/data/toutiao-7.json +114 -114
- package/web/data/toutiao-90.json +58 -58
- package/web/data/trending-daily.json +167 -167
- package/web/data/trending-monthly.json +159 -159
- package/web/data/trending-weekly.json +167 -167
- package/web/data/users.china.json +2936 -2937
- package/web/data/users.json +3473 -3474
- package/web/index.html +1827 -1827
- package/web/repos.html +4177 -4181
- package/web/sifou-daily.html +51 -275
- package/web/sifou-monthly.html +135 -135
- package/web/sifou-weekly.html +145 -145
- package/web/toutiao-30.html +95 -95
- package/web/toutiao-7.html +82 -82
- package/web/toutiao-90.html +63 -63
- package/web/trending-monthly.html +140 -144
- package/web/trending-weekly.html +142 -146
- package/web/trending.html +135 -155
- package/web/users.china.html +1540 -1540
|
@@ -1,182 +1,110 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
|
-
"title": "
|
|
4
|
-
"description": "
|
|
5
|
-
"url": "https://segmentfault.com/a/
|
|
6
|
-
"author": "
|
|
7
|
-
"home_url": "https://segmentfault.com/u/
|
|
3
|
+
"title": "【程序员的实用工具推荐】 Mac 效率神器 Alfred",
|
|
4
|
+
"description": "Alfred 是一款功能非常强大,能有效提升 Mac 电脑使用效率的神器。可以说有了 Alfred 你就基本上可以脱离鼠标实现各种操作。相比 Mac 自带的聚焦搜索,完全可以称得上拥有碾压性的优势。",
|
|
5
|
+
"url": "https://segmentfault.com/a/1190000041454749",
|
|
6
|
+
"author": "云叔_又拍云",
|
|
7
|
+
"home_url": "https://segmentfault.com/u/yunshu_blog",
|
|
8
8
|
"votes": "7",
|
|
9
9
|
"rank": 1
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
|
-
"title": "
|
|
13
|
-
"description": "
|
|
14
|
-
"url": "https://segmentfault.com/a/
|
|
12
|
+
"title": "扫盲贴:2021 CSS 最冷门特性都是些啥?",
|
|
13
|
+
"description": "最近几年 CSS 界的大事之一是每年年底的 《State Of CSS》,也就是 CSS 现状调查,去年年底发布了《State Of CSS 2021》。其中关于特性这一章,会列出一些比较新的 CSS 特性在当年的使用情况概览:",
|
|
14
|
+
"url": "https://segmentfault.com/a/1190000041452414",
|
|
15
15
|
"author": "chokcoco",
|
|
16
16
|
"home_url": "https://segmentfault.com/u/chokcoco",
|
|
17
17
|
"votes": "5",
|
|
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/meng_60ba0d4174d72",
|
|
26
|
-
"votes": "3",
|
|
27
|
-
"rank": 3
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
"title": "JZ-067-剪绳子",
|
|
31
|
-
"description": "给你一根长度为n的绳子,请把绳子剪成整数长的m段(m、n都是整数,n>1并且m>1,m<=n),每段绳子的长度记为k[1],...,k[m]。请问k[1]x...xk[m]可能的最大乘积是多少?例如,当绳子的长度是8时,我们把它...",
|
|
32
|
-
"url": "https://segmentfault.com/a/1190000041437889",
|
|
21
|
+
"title": "JZ-070-数字序列中的某一位数字",
|
|
22
|
+
"description": "数字以 0123456789101112131415... 的格式序列化到一个字符串中,求这个字符串的第 index 位。题目链接: [数字序列中的某一位数字]()",
|
|
23
|
+
"url": "https://segmentfault.com/a/1190000041456921",
|
|
33
24
|
"author": "雄狮虎豹",
|
|
34
25
|
"home_url": "https://segmentfault.com/u/xiongshihubao",
|
|
35
26
|
"votes": "4",
|
|
27
|
+
"rank": 3
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"title": "[性能优化] 使用 esbuild 为你的构建提速 🚀",
|
|
31
|
+
"description": "于是这两天抽空对项目做了一次构建优化,线上(多国家)构建时间, 从 10分钟 优化到 4分钟, 本地单次构建时间, 从 300秒 优化到 90秒, 效果还不错。",
|
|
32
|
+
"url": "https://segmentfault.com/a/1190000041455457",
|
|
33
|
+
"author": "皮小蛋",
|
|
34
|
+
"home_url": "https://segmentfault.com/u/scaukk",
|
|
35
|
+
"votes": "3",
|
|
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": "马斯克:我是 Rust 粉丝,但为了性能会选择 C",
|
|
40
|
+
"description": "作为一个几乎时刻处于风口浪尖上的“网络红人”,特斯拉 CEO 埃隆·马斯克(Elon Musk)被外界评价为“致力于从人工智能手中拯救人类”的钢铁侠。近期,这位大佬又因不少“出格”言论而在社交媒体上引发热议 —— 在一家 AI ...",
|
|
41
|
+
"url": "https://segmentfault.com/a/1190000041453850",
|
|
42
|
+
"author": "MissD",
|
|
43
|
+
"home_url": "https://segmentfault.com/u/d2ms1shh",
|
|
44
|
+
"votes": "5",
|
|
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": "Web 中的“选区”和“光标”",
|
|
49
|
+
"description": "在 web 开发中,有时不可避免会和“选区”与“光标”打交道,比如选中高亮、选中出现工具栏、手动控制光标位置等。选区就是用鼠标选中的那一部分,通常是蓝色",
|
|
50
|
+
"url": "https://segmentfault.com/a/1190000041457245",
|
|
51
|
+
"author": "XboxYan",
|
|
52
|
+
"home_url": "https://segmentfault.com/u/xboxyan",
|
|
53
53
|
"votes": "2",
|
|
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/
|
|
57
|
+
"title": "SQLite 3.38.0 现已正式发布",
|
|
58
|
+
"description": "JSON 函数现在是内置的。不再需要使用-DSQLITE\\_ENABLE\\_JSON1编译时选项来启用 JSON 支持。默认情况下启用 JSON。使用新的-DSQLITE\\_OMIT\\_JSON编译时选项禁用 JSON接口。",
|
|
59
|
+
"url": "https://segmentfault.com/a/1190000041453854",
|
|
60
|
+
"author": "snakesss",
|
|
61
|
+
"home_url": "https://segmentfault.com/u/snakesss",
|
|
62
62
|
"votes": "1",
|
|
63
63
|
"rank": 7
|
|
64
64
|
},
|
|
65
65
|
{
|
|
66
|
-
"title": "
|
|
67
|
-
"description": "
|
|
68
|
-
"url": "https://segmentfault.com/a/
|
|
69
|
-
"author": "
|
|
70
|
-
"home_url": "https://segmentfault.com/u/
|
|
66
|
+
"title": "【FAQ】接入HMS Core应用内支付服务过程中一些常见问题总结",
|
|
67
|
+
"description": "HMS Core应用内支付服务(In-App Purchases,IAP)为应用提供便捷的应用内支付体验和简便的接入流程。开发者的应用集成IAP SDK后,调用IAP SDK接口,启动IAP收银台,即可实现应用内支付。通过应用内支付服务,用...",
|
|
68
|
+
"url": "https://segmentfault.com/a/1190000041454583",
|
|
69
|
+
"author": "HMSCore",
|
|
70
|
+
"home_url": "https://segmentfault.com/u/hms_core",
|
|
71
71
|
"votes": "2",
|
|
72
72
|
"rank": 8
|
|
73
73
|
},
|
|
74
74
|
{
|
|
75
|
-
"title": "
|
|
76
|
-
"description": "
|
|
77
|
-
"url": "https://segmentfault.com/a/
|
|
78
|
-
"author": "
|
|
79
|
-
"home_url": "https://segmentfault.com/u/
|
|
75
|
+
"title": "美团 Flink 大作业部署与状态稳定性优化实践",
|
|
76
|
+
"description": "摘要:本篇内容整理自美团数据平台工程师冯斐、王非凡在 Flink Forward Asia 2021 的演讲。主要内容包括:相关背景大作业部署优化Checkpoint 跨机房副本状态稳定性相关优化未来规划",
|
|
77
|
+
"url": "https://segmentfault.com/a/1190000041453543",
|
|
78
|
+
"author": "ApacheFlink",
|
|
79
|
+
"home_url": "https://segmentfault.com/u/ververica",
|
|
80
80
|
"votes": "1",
|
|
81
81
|
"rank": 9
|
|
82
82
|
},
|
|
83
83
|
{
|
|
84
|
-
"title": "
|
|
85
|
-
"description": "
|
|
86
|
-
"url": "https://segmentfault.com/a/
|
|
87
|
-
"author": "
|
|
88
|
-
"home_url": "https://segmentfault.com/u/
|
|
84
|
+
"title": "Trisk:在Flink上实现以task为中心的流处理动态Reconfiguration的Control Plane",
|
|
85
|
+
"description": "摘要:本文整理自新加坡国立大学计算机系博士在读生毛言粲在 Flink Forward Asia 2021 核心技术专场的分享。主要内容包括:背景:流作业动态调控挑战:兼顾普适、高效和易用设计:以 Task 为中心的系统设计实现:...",
|
|
86
|
+
"url": "https://segmentfault.com/a/1190000041453497",
|
|
87
|
+
"author": "ApacheFlink",
|
|
88
|
+
"home_url": "https://segmentfault.com/u/ververica",
|
|
89
89
|
"votes": "1",
|
|
90
90
|
"rank": 10
|
|
91
91
|
},
|
|
92
92
|
{
|
|
93
|
-
"title": "
|
|
94
|
-
"description": "
|
|
95
|
-
"url": "https://segmentfault.com/a/
|
|
96
|
-
"author": "
|
|
97
|
-
"home_url": "https://segmentfault.com/u/
|
|
93
|
+
"title": "Flink State - Backend Improvements and Evolution in 2021",
|
|
94
|
+
"description": "摘要:本文整理自 ASF Member、Apache Flink & HBase PMC、阿里巴巴资深技术专家李钰 (绝顶),Apache Flink Committer、阿里巴巴技术专家唐云 (茶干) 在 Flink Forward Asia 2021 核心技术专场的演讲。主要内容包...",
|
|
95
|
+
"url": "https://segmentfault.com/a/1190000041453444",
|
|
96
|
+
"author": "ApacheFlink",
|
|
97
|
+
"home_url": "https://segmentfault.com/u/ververica",
|
|
98
98
|
"votes": "1",
|
|
99
99
|
"rank": 11
|
|
100
100
|
},
|
|
101
101
|
{
|
|
102
|
-
"title": "
|
|
103
|
-
"description": "
|
|
104
|
-
"url": "https://segmentfault.com/a/
|
|
105
|
-
"author": "
|
|
106
|
-
"home_url": "https://segmentfault.com/u/
|
|
102
|
+
"title": "如何实现溢出文本省略号",
|
|
103
|
+
"description": "背景有时候为了页面美观,对于比较长的标题或简介内容,会希望溢出的内容用省略号代替。这么做虽然降低了用户体验,但是视觉上会比较整洁。方案单行文本溢出省略 {代码...} 多行文本溢出省略 {代码...} 如果在项...",
|
|
104
|
+
"url": "https://segmentfault.com/a/1190000041452482",
|
|
105
|
+
"author": "wmui",
|
|
106
|
+
"home_url": "https://segmentfault.com/u/wmui",
|
|
107
107
|
"votes": "1",
|
|
108
108
|
"rank": 12
|
|
109
|
-
},
|
|
110
|
-
{
|
|
111
|
-
"title": "使用clarinet(browser&node.js)解析重复key值的json字符串",
|
|
112
|
-
"description": "简单粗暴,直接上代码,会把{\"a\":1,\"a\":2}解析成{\"a\":[1,2]}附上npm链接:clarinet原文链接segmentfault",
|
|
113
|
-
"url": "https://segmentfault.com/a/1190000041437132",
|
|
114
|
-
"author": "643104191",
|
|
115
|
-
"home_url": "https://segmentfault.com/u/643104191",
|
|
116
|
-
"votes": "2",
|
|
117
|
-
"rank": 13
|
|
118
|
-
},
|
|
119
|
-
{
|
|
120
|
-
"title": "基于业务沉淀组件 => manage-table",
|
|
121
|
-
"description": "2020年下半年,有几张图片刷屏:有人骑在自行车上看书,有人边骑车边用电脑,有人床上铺满了一摞摞书……“边骑车边用电脑”的同学被称为“卷王”登上热搜。 慢慢的这些同学毕业了,卷王带着卷走上了社会,带动了其他人...",
|
|
122
|
-
"url": "https://segmentfault.com/a/1190000041436023",
|
|
123
|
-
"author": "TNTWEB",
|
|
124
|
-
"home_url": "https://segmentfault.com/u/tnfe",
|
|
125
|
-
"votes": "1",
|
|
126
|
-
"rank": 14
|
|
127
|
-
},
|
|
128
|
-
{
|
|
129
|
-
"title": "Go1.18 新特性:高效复制,strings, bytes 标准库新增 Clone API",
|
|
130
|
-
"description": "Go1.18 过几周(3月份)就要发布了,先前我们已经更新了好几期新版本特性,今天给大家带来一个新的优化类的内容,是与 strings 和 bytes 标准库有关。",
|
|
131
|
-
"url": "https://segmentfault.com/a/1190000041435494",
|
|
132
|
-
"author": "煎鱼",
|
|
133
|
-
"home_url": "https://segmentfault.com/u/eddycjy",
|
|
134
|
-
"votes": "1",
|
|
135
|
-
"rank": 15
|
|
136
|
-
},
|
|
137
|
-
{
|
|
138
|
-
"title": "HMS Core Discovery第13期直播预告——构建手游中的真实世界",
|
|
139
|
-
"description": "游戏的迭代升级不止在于玩法的创新,也体现在画质升级上。一款又一款次世代游戏运用各种顶尖渲染技术化身“显卡杀手”的同时,也让玩家们在体验过逼真渲染画质后大呼过瘾,技术的进步让玩家们对于手游画质的期望也...",
|
|
140
|
-
"url": "https://segmentfault.com/a/1190000041435108",
|
|
141
|
-
"author": "HMSCore",
|
|
142
|
-
"home_url": "https://segmentfault.com/u/hms_core",
|
|
143
|
-
"votes": "1",
|
|
144
|
-
"rank": 16
|
|
145
|
-
},
|
|
146
|
-
{
|
|
147
|
-
"title": "根据设计稿,计算出网页REM的大小,有那么难吗?",
|
|
148
|
-
"description": "REM 中的 R 就是 Root 的意思,它代表了 根标签 ,所以说 REM 这个单位的大小是根据 根标签 的 font-size 来决定的,而 根标签 就是 html",
|
|
149
|
-
"url": "https://segmentfault.com/a/1190000041434714",
|
|
150
|
-
"author": "Sunshine_Lin",
|
|
151
|
-
"home_url": "https://segmentfault.com/u/user_ze46ouik",
|
|
152
|
-
"votes": "1",
|
|
153
|
-
"rank": 17
|
|
154
|
-
},
|
|
155
|
-
{
|
|
156
|
-
"title": "Spring中的Environment外部化配置管理详解",
|
|
157
|
-
"description": "profiles这个概念相信大家都已经理解了,最常见的就是不同环境下,决定当前spring容器中的不同配置上下文的解决方案。比如针对开发环境、测试环境、生产环境,构建不同的application.properties配置项,这个时候...",
|
|
158
|
-
"url": "https://segmentfault.com/a/1190000041434638",
|
|
159
|
-
"author": "跟着Mic学架构",
|
|
160
|
-
"home_url": "https://segmentfault.com/u/fukua_5be8034f8191f",
|
|
161
|
-
"votes": "1",
|
|
162
|
-
"rank": 18
|
|
163
|
-
},
|
|
164
|
-
{
|
|
165
|
-
"title": "精读《对 Markdown 的思考》",
|
|
166
|
-
"description": "但 Markdown 是否应该成为文本编辑领域的默认技术选型呢?答案是否定的。我找到了一篇批判无脑使用 Markdown 作为技术选型的好文 Thoughts On Markdown,它提到 Markdown 在标准化、结构化、组件化都存在硬伤,如...",
|
|
167
|
-
"url": "https://segmentfault.com/a/1190000041434557",
|
|
168
|
-
"author": "黄子毅",
|
|
169
|
-
"home_url": "https://segmentfault.com/u/aoyangyudakong",
|
|
170
|
-
"votes": "1",
|
|
171
|
-
"rank": 19
|
|
172
|
-
},
|
|
173
|
-
{
|
|
174
|
-
"title": "组员重构代码千奇百怪,直接JS、ES6和Vue规范给一梭子",
|
|
175
|
-
"description": "近期组员接手了一个“古老“的初始由后端大佬写的前端项目,业务层面的组件复用,全靠是 copy 相同代码咱不说,经过不同大佬们的维护,代码风格更是千奇百怪。该前端项目还在正常迭代更新,又不可能重写,面对 💩 一...",
|
|
176
|
-
"url": "https://segmentfault.com/a/1190000041437117",
|
|
177
|
-
"author": "wuwhs",
|
|
178
|
-
"home_url": "https://segmentfault.com/u/wuwhs",
|
|
179
|
-
"votes": "1",
|
|
180
|
-
"rank": 20
|
|
181
109
|
}
|
|
182
110
|
]
|