@wcj/github-rank 22.7.17 → 22.7.20

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 +34773 -34768
  2. package/dist/sifou-daily.json +41 -5
  3. package/dist/sifou-monthly.json +102 -102
  4. package/dist/sifou-weekly.json +150 -150
  5. package/dist/toutiao-30.json +100 -100
  6. package/dist/toutiao-7.json +128 -128
  7. package/dist/toutiao-90.json +51 -51
  8. package/dist/trending-daily.json +173 -162
  9. package/dist/trending-monthly.json +153 -153
  10. package/dist/trending-weekly.json +169 -169
  11. package/dist/users.china.json +2121 -2121
  12. package/dist/users.json +3324 -3326
  13. package/package.json +1 -1
  14. package/web/data/repos.json +34773 -34768
  15. package/web/data/sifou-daily.json +41 -5
  16. package/web/data/sifou-monthly.json +102 -102
  17. package/web/data/sifou-weekly.json +150 -150
  18. package/web/data/toutiao-30.json +100 -100
  19. package/web/data/toutiao-7.json +128 -128
  20. package/web/data/toutiao-90.json +51 -51
  21. package/web/data/trending-daily.json +173 -162
  22. package/web/data/trending-monthly.json +153 -153
  23. package/web/data/trending-weekly.json +169 -169
  24. package/web/data/users.china.json +2121 -2121
  25. package/web/data/users.json +3324 -3326
  26. package/web/index.html +1682 -1682
  27. package/web/repos.html +4584 -4584
  28. package/web/sifou-daily.html +118 -6
  29. package/web/sifou-monthly.html +125 -125
  30. package/web/sifou-weekly.html +133 -133
  31. package/web/toutiao-30.html +90 -90
  32. package/web/toutiao-7.html +84 -84
  33. package/web/toutiao-90.html +90 -90
  34. package/web/trending-monthly.html +132 -136
  35. package/web/trending-weekly.html +152 -148
  36. package/web/trending.html +178 -140
  37. package/web/users.china.html +1088 -1088
@@ -116,7 +116,7 @@
116
116
 
117
117
 
118
118
  </h1>
119
- <div class="time">Last cache created on 2022/7/17 by
119
+ <div class="time">Last cache created on 2022/7/20 by
120
120
 
121
121
 
122
122
 
@@ -145,7 +145,7 @@
145
145
  <div class="info">
146
146
  <div class="rank">
147
147
  <span title="Ranking 1">1</span>
148
- <a href="https://segmentfault.com/a/1190000042181183" target="_blank" title="Go 每日一库之 bitset">Go 每日一库之 bitset</a>
148
+ <a href="https://segmentfault.com/a/1190000042193798" target="_blank" title="关于 Angular 注解 @Injectable() 使用的一些误区">关于 Angular 注解 @Injectable() 使用的一些误区</a>
149
149
  </div>
150
150
  <div class="sub-title followers">
151
151
 
@@ -159,12 +159,124 @@
159
159
  <span>1</span>
160
160
  </span>
161
161
  &nbsp;
162
- <a target="_blank" href="https://segmentfault.com/u/guyu_5d2e806c57ac8" title="Programming Language">
163
- <span>darjun</span>
162
+ <a target="_blank" href="https://segmentfault.com/u/jerrywangsap" title="Programming Language">
163
+ <span>JerryWang_汪子熙</span>
164
164
  </a>
165
165
  </div>
166
166
  <div class="details">
167
- 我们都知道计算机是基于二进制的,位运算是计算机的基础运算。位运算的优势很明显,CPU 指令原生支持、速度快。基于位运算的位集合在有限的场景中替换集合数据结构可以收到意想不到的效果。bitset库实现了位集合...
167
+ 当使用 Angular 装饰器时,被装饰的类以 Angular 可以读取的格式存储关于自身的元数据——这包括关于它需要获取和注入哪些依赖项的元数据。
168
+ </div>
169
+ </div>
170
+ </li>
171
+
172
+ <li>
173
+ <div class="info">
174
+ <div class="rank">
175
+ <span title="Ranking 2">2</span>
176
+ <a href="https://segmentfault.com/a/1190000042192378" target="_blank" title="我有 7种 实现web实时消息推送的方案,7种!">我有 7种 实现web实时消息推送的方案,7种!</a>
177
+ </div>
178
+ <div class="sub-title followers">
179
+
180
+ <span title="Stargazers Count">
181
+ <svg width="12" height="12" viewBox="0 0 16 16">
182
+ <g fill="none" fill-rule="evenodd">
183
+ <path d="M0 0h16v16H0z"/>
184
+ <path fill="#9E9E9E" d="M4.234 6.693v7.243H2.881c-.486 0-.881-.492-.881-1.095V7.875c0-.63.412-1.182.88-1.182h1.354zm3.688-3.7C8.01 2.404 8.49 1.99 9.018 2c.754.015 1.204.663 1.36.983.284.585.292 1.549.097 2.167-.177.56-.586 1.296-.586 1.296h3.066c.324 0 .625.164.826.449.204.29.27.668.178 1.011l-1.387 5.183c-.126.499-.544.847-1.016.847H5.53V6.693c1.385-.309 2.236-2.632 2.392-3.7z"/>
185
+ </g>
186
+ </svg>
187
+ <span>2</span>
188
+ </span>
189
+ &nbsp;
190
+ <a target="_blank" href="https://segmentfault.com/u/chengxy" title="Programming Language">
191
+ <span>程序员小富</span>
192
+ </a>
193
+ </div>
194
+ <div class="details">
195
+ 技术交流,公众号:程序员小富大家好,我是小富~我有一个朋友~做了一个小破站,现在要实现一个站内信web消息推送的功能,对,就是下图这个小红点,一个很常用的功能。不过他还没想好用什么方式做,这里我帮他整...
196
+ </div>
197
+ </div>
198
+ </li>
199
+
200
+ <li>
201
+ <div class="info">
202
+ <div class="rank">
203
+ <span title="Ranking 3">3</span>
204
+ <a href="https://segmentfault.com/a/1190000042189837" target="_blank" title="SiamRPN:孪生网络与RPN的结合">SiamRPN:孪生网络与RPN的结合</a>
205
+ </div>
206
+ <div class="sub-title followers">
207
+
208
+ <span title="Stargazers Count">
209
+ <svg width="12" height="12" viewBox="0 0 16 16">
210
+ <g fill="none" fill-rule="evenodd">
211
+ <path d="M0 0h16v16H0z"/>
212
+ <path fill="#9E9E9E" d="M4.234 6.693v7.243H2.881c-.486 0-.881-.492-.881-1.095V7.875c0-.63.412-1.182.88-1.182h1.354zm3.688-3.7C8.01 2.404 8.49 1.99 9.018 2c.754.015 1.204.663 1.36.983.284.585.292 1.549.097 2.167-.177.56-.586 1.296-.586 1.296h3.066c.324 0 .625.164.826.449.204.29.27.668.178 1.011l-1.387 5.183c-.126.499-.544.847-1.016.847H5.53V6.693c1.385-.309 2.236-2.632 2.392-3.7z"/>
213
+ </g>
214
+ </svg>
215
+ <span>1</span>
216
+ </span>
217
+ &nbsp;
218
+ <a target="_blank" href="https://segmentfault.com/u/zbzcdzf" title="Programming Language">
219
+ <span>代码的路</span>
220
+ </a>
221
+ </div>
222
+ <div class="details">
223
+ 大多数性能优越的视觉目标跟踪器很难有实时速度。在这篇文章中,我们提出了孪生候选区域生成网络(Siamese region proposal network),简称Siamese-RPN,它能够利用大尺度的图像对离线端到端训练。具体来讲,这...
224
+ </div>
225
+ </div>
226
+ </li>
227
+
228
+ <li>
229
+ <div class="info">
230
+ <div class="rank">
231
+ <span title="Ranking 4">4</span>
232
+ <a href="https://segmentfault.com/a/1190000042188399" target="_blank" title="用原生的 JavaScript Intersection Observer API 实现 Lazy Loading">用原生的 JavaScript Intersection Observer API 实现 Lazy Loading</a>
233
+ </div>
234
+ <div class="sub-title followers">
235
+
236
+ <span title="Stargazers Count">
237
+ <svg width="12" height="12" viewBox="0 0 16 16">
238
+ <g fill="none" fill-rule="evenodd">
239
+ <path d="M0 0h16v16H0z"/>
240
+ <path fill="#9E9E9E" d="M4.234 6.693v7.243H2.881c-.486 0-.881-.492-.881-1.095V7.875c0-.63.412-1.182.88-1.182h1.354zm3.688-3.7C8.01 2.404 8.49 1.99 9.018 2c.754.015 1.204.663 1.36.983.284.585.292 1.549.097 2.167-.177.56-.586 1.296-.586 1.296h3.066c.324 0 .625.164.826.449.204.29.27.668.178 1.011l-1.387 5.183c-.126.499-.544.847-1.016.847H5.53V6.693c1.385-.309 2.236-2.632 2.392-3.7z"/>
241
+ </g>
242
+ </svg>
243
+ <span>1</span>
244
+ </span>
245
+ &nbsp;
246
+ <a target="_blank" href="https://segmentfault.com/u/minnanitkong" title="Programming Language">
247
+ <span>前端小智</span>
248
+ </a>
249
+ </div>
250
+ <div class="details">
251
+ 有梦想,有干货,微信搜索 【大迁世界】 关注这个在凌晨还在刷碗的刷碗智。本文 GitHub [链接] 已收录,有一线大厂面试完整考点、资料以及我的系列文章。
252
+ </div>
253
+ </div>
254
+ </li>
255
+
256
+ <li>
257
+ <div class="info">
258
+ <div class="rank">
259
+ <span title="Ranking 5">5</span>
260
+ <a href="https://segmentfault.com/a/1190000042188563" target="_blank" title="来自NPM联合创始人的预言:前端未来会这样">来自NPM联合创始人的预言:前端未来会这样</a>
261
+ </div>
262
+ <div class="sub-title followers">
263
+
264
+ <span title="Stargazers Count">
265
+ <svg width="12" height="12" viewBox="0 0 16 16">
266
+ <g fill="none" fill-rule="evenodd">
267
+ <path d="M0 0h16v16H0z"/>
268
+ <path fill="#9E9E9E" d="M4.234 6.693v7.243H2.881c-.486 0-.881-.492-.881-1.095V7.875c0-.63.412-1.182.88-1.182h1.354zm3.688-3.7C8.01 2.404 8.49 1.99 9.018 2c.754.015 1.204.663 1.36.983.284.585.292 1.549.097 2.167-.177.56-.586 1.296-.586 1.296h3.066c.324 0 .625.164.826.449.204.29.27.668.178 1.011l-1.387 5.183c-.126.499-.544.847-1.016.847H5.53V6.693c1.385-.309 2.236-2.632 2.392-3.7z"/>
269
+ </g>
270
+ </svg>
271
+ <span>1</span>
272
+ </span>
273
+ &nbsp;
274
+ <a target="_blank" href="https://segmentfault.com/u/kasong" title="Programming Language">
275
+ <span>卡颂</span>
276
+ </a>
277
+ </div>
278
+ <div class="details">
279
+ 大家好,我卡颂。在WWC22上,NPM联合创始人(当前是Netlify的数据分析师)Laurie Voss发表了对web开发未来发展方向的预测演讲。本文让我们来看看这位有26年web开发经验的数据分析师,会带来哪些洞察。欢迎加入人...
168
280
  </div>
169
281
  </div>
170
282
  </li>
@@ -185,7 +297,7 @@
185
297
  <img src="https://img.shields.io/npm/v/@wcj/github-rank.svg?label=unpkg">
186
298
  </a>
187
299
  </div>
188
- <div class="time">Last cache created on 2022/7/17 by Github API v3.</div>
300
+ <div class="time">Last cache created on 2022/7/20 by Github API v3.</div>
189
301
  Create by <a href="https://github.com/jaywcjlove" target="_blank">小弟调调™</a>.
190
302
  </div>
191
303
  </body>