@wcj/github-rank 22.10.23 → 22.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 (40) hide show
  1. package/README.md +2 -2
  2. package/dist/repos.json +27218 -27209
  3. package/dist/trending-daily.json +171 -171
  4. package/dist/trending-monthly.json +153 -153
  5. package/dist/trending-weekly.json +173 -173
  6. package/dist/users.china.json +2933 -3393
  7. package/dist/users.json +2681 -2579
  8. package/package.json +4 -6
  9. package/web/data/repos.json +27218 -27209
  10. package/web/data/trending-daily.json +171 -171
  11. package/web/data/trending-monthly.json +153 -153
  12. package/web/data/trending-weekly.json +173 -173
  13. package/web/data/users.china.json +2933 -3393
  14. package/web/data/users.json +2681 -2579
  15. package/web/index.html +1718 -1724
  16. package/web/repos.html +3363 -3369
  17. package/web/trending-monthly.html +138 -144
  18. package/web/trending-weekly.html +154 -152
  19. package/web/trending.html +146 -156
  20. package/web/users.china.html +2545 -2551
  21. package/dist/36kr.json +0 -6963
  22. package/dist/sifou-daily.json +0 -20
  23. package/dist/sifou-monthly.json +0 -272
  24. package/dist/sifou-weekly.json +0 -272
  25. package/dist/toutiao-30.json +0 -1
  26. package/dist/toutiao-7.json +0 -1
  27. package/dist/toutiao-90.json +0 -1
  28. package/web/data/36kr.json +0 -6963
  29. package/web/data/sifou-daily.json +0 -20
  30. package/web/data/sifou-monthly.json +0 -272
  31. package/web/data/sifou-weekly.json +0 -272
  32. package/web/data/toutiao-30.json +0 -1
  33. package/web/data/toutiao-7.json +0 -1
  34. package/web/data/toutiao-90.json +0 -1
  35. package/web/sifou-daily.html +0 -220
  36. package/web/sifou-monthly.html +0 -1004
  37. package/web/sifou-weekly.html +0 -1004
  38. package/web/toutiao-30.html +0 -171
  39. package/web/toutiao-7.html +0 -171
  40. package/web/toutiao-90.html +0 -171
package/web/trending.html CHANGED
@@ -125,24 +125,18 @@
125
125
  <svg xmlns="http://www.w3.org/2000/svg" width="16" viewBox="0 0 16 16" version="1.1" aria-hidden="true"><path fill-rule="evenodd" fill="currentColor" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg>
126
126
  </a>
127
127
 
128
-
129
-
130
128
  </h1>
131
- <div class="time">Last cache created on 2022/10/23 by
129
+ <div class="time">Last cache created on 2022/10/25 by
132
130
 
133
131
 
134
132
 
135
133
  <a href="https://github.com/trending">Github Trending</a>
136
-
137
-
138
134
  .
139
135
  </div>
140
136
  <div class="tabs">
141
137
  <a class="" href="index.html">Users</a>
142
138
  <a class="" href="repos.html">Repos</a>
143
139
  <a class="active" href="trending.html">Trending</a>
144
- <a class="" href="sifou-daily.html">Sifou</a>
145
- <a class="" href="toutiao-7.html">开发头条</a>
146
140
  </div>
147
141
  <ul class="list repos trending">
148
142
  <li class="rank-title">
@@ -157,32 +151,32 @@
157
151
  <div class="info">
158
152
  <div class="rank">
159
153
  <span title="Ranking 1">1</span>
160
- <a href="https://github.com/runwayml/stable-diffusion" target="_blank" title="runwayml/stable-diffusion">runwayml/stable-diffusion</a>
154
+ <a href="https://github.com/MystenLabs/sui" target="_blank" title="MystenLabs/sui">MystenLabs/sui</a>
161
155
  </div>
162
156
  <div class="sub-title followers">
163
157
 
164
- <a class="language" target="_blank" href="https://github.com/topics/jupyternotebook" title="Programming Language JupyterNotebook">
165
- <span style="background-color: #DA5B0B;"></span>JupyterNotebook
158
+ <a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
159
+ <span style="background-color: #dea584;"></span>Rust
166
160
  </a>
167
161
 
168
162
  <span class="star" title="Stargazers Count">
169
163
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
170
164
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
171
165
  </svg>
172
- <span>801</span>
166
+ <span>2121</span>
173
167
  </span>
174
168
  <span class="star" title="Repo Forked">
175
169
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
176
170
  <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
177
171
  </path>
178
172
  </svg>
179
- <span>57</span>
173
+ <span>5920</span>
180
174
  </span>
181
175
  <span class="star">
182
176
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
183
177
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
184
178
  </svg>
185
- <span>161 stars today</span>
179
+ <span>90 stars today</span>
186
180
  </span>
187
181
  </div>
188
182
  <div class="details">
@@ -195,32 +189,28 @@
195
189
  <div class="info">
196
190
  <div class="rank">
197
191
  <span title="Ranking 2">2</span>
198
- <a href="https://github.com/PowerShell/PowerShell" target="_blank" title="PowerShell/PowerShell">PowerShell/PowerShell</a>
192
+ <a href="https://github.com/TelegramMessenger/telemint" target="_blank" title="TelegramMessenger/telemint">TelegramMessenger/telemint</a>
199
193
  </div>
200
194
  <div class="sub-title followers">
201
195
 
202
- <a class="language" target="_blank" href="https://github.com/topics/c#" title="Programming Language C#">
203
- <span style="background-color: #178600;"></span>C#
204
- </a>
205
-
206
196
  <span class="star" title="Stargazers Count">
207
197
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
208
198
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
209
199
  </svg>
210
- <span>35436</span>
200
+ <span>194</span>
211
201
  </span>
212
202
  <span class="star" title="Repo Forked">
213
203
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
214
204
  <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
215
205
  </path>
216
206
  </svg>
217
- <span>5989</span>
207
+ <span>49</span>
218
208
  </span>
219
209
  <span class="star">
220
210
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
221
211
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
222
212
  </svg>
223
- <span>51 stars today</span>
213
+ <span>42 stars today</span>
224
214
  </span>
225
215
  </div>
226
216
  <div class="details">
@@ -233,32 +223,32 @@
233
223
  <div class="info">
234
224
  <div class="rank">
235
225
  <span title="Ranking 3">3</span>
236
- <a href="https://github.com/aptos-labs/aptos-core" target="_blank" title="aptos-labs/aptos-core">aptos-labs/aptos-core</a>
226
+ <a href="https://github.com/Automattic/pocket-casts-android" target="_blank" title="Automattic/pocket-casts-android">Automattic/pocket-casts-android</a>
237
227
  </div>
238
228
  <div class="sub-title followers">
239
229
 
240
- <a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
241
- <span style="background-color: #dea584;"></span>Rust
230
+ <a class="language" target="_blank" href="https://github.com/topics/kotlin" title="Programming Language Kotlin">
231
+ <span style="background-color: #A97BFF;"></span>Kotlin
242
232
  </a>
243
233
 
244
234
  <span class="star" title="Stargazers Count">
245
235
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
246
236
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
247
237
  </svg>
248
- <span>4324</span>
238
+ <span>1650</span>
249
239
  </span>
250
240
  <span class="star" title="Repo Forked">
251
241
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
252
242
  <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
253
243
  </path>
254
244
  </svg>
255
- <span>2287</span>
245
+ <span>95</span>
256
246
  </span>
257
247
  <span class="star">
258
248
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
259
249
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
260
250
  </svg>
261
- <span>63 stars today</span>
251
+ <span>293 stars today</span>
262
252
  </span>
263
253
  </div>
264
254
  <div class="details">
@@ -271,32 +261,32 @@
271
261
  <div class="info">
272
262
  <div class="rank">
273
263
  <span title="Ranking 4">4</span>
274
- <a href="https://github.com/PaddlePaddle/PaddleOCR" target="_blank" title="PaddlePaddle/PaddleOCR">PaddlePaddle/PaddleOCR</a>
264
+ <a href="https://github.com/guacsec/guac" target="_blank" title="guacsec/guac">guacsec/guac</a>
275
265
  </div>
276
266
  <div class="sub-title followers">
277
267
 
278
- <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
279
- <span style="background-color: #3572A5;"></span>Python
268
+ <a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
269
+ <span style="background-color: #00ADD8;"></span>Go
280
270
  </a>
281
271
 
282
272
  <span class="star" title="Stargazers Count">
283
273
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
284
274
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
285
275
  </svg>
286
- <span>25741</span>
276
+ <span>288</span>
287
277
  </span>
288
278
  <span class="star" title="Repo Forked">
289
279
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
290
280
  <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
291
281
  </path>
292
282
  </svg>
293
- <span>5277</span>
283
+ <span>28</span>
294
284
  </span>
295
285
  <span class="star">
296
286
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
297
287
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
298
288
  </svg>
299
- <span>84 stars today</span>
289
+ <span>60 stars today</span>
300
290
  </span>
301
291
  </div>
302
292
  <div class="details">
@@ -309,32 +299,32 @@
309
299
  <div class="info">
310
300
  <div class="rank">
311
301
  <span title="Ranking 5">5</span>
312
- <a href="https://github.com/Automattic/pocket-casts-ios" target="_blank" title="Automattic/pocket-casts-ios">Automattic/pocket-casts-ios</a>
302
+ <a href="https://github.com/halfrost/LeetCode-Go" target="_blank" title="halfrost/LeetCode-Go">halfrost/LeetCode-Go</a>
313
303
  </div>
314
304
  <div class="sub-title followers">
315
305
 
316
- <a class="language" target="_blank" href="https://github.com/topics/swift" title="Programming Language Swift">
317
- <span style="background-color: #F05138;"></span>Swift
306
+ <a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
307
+ <span style="background-color: #00ADD8;"></span>Go
318
308
  </a>
319
309
 
320
310
  <span class="star" title="Stargazers Count">
321
311
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
322
312
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
323
313
  </svg>
324
- <span>637</span>
314
+ <span>27382</span>
325
315
  </span>
326
316
  <span class="star" title="Repo Forked">
327
317
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
328
318
  <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
329
319
  </path>
330
320
  </svg>
331
- <span>37</span>
321
+ <span>5014</span>
332
322
  </span>
333
323
  <span class="star">
334
324
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
335
325
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
336
326
  </svg>
337
- <span>130 stars today</span>
327
+ <span>171 stars today</span>
338
328
  </span>
339
329
  </div>
340
330
  <div class="details">
@@ -347,32 +337,32 @@
347
337
  <div class="info">
348
338
  <div class="rank">
349
339
  <span title="Ranking 6">6</span>
350
- <a href="https://github.com/Automattic/pocket-casts-android" target="_blank" title="Automattic/pocket-casts-android">Automattic/pocket-casts-android</a>
340
+ <a href="https://github.com/LSPosed/MagiskOnWSALocal" target="_blank" title="LSPosed/MagiskOnWSALocal">LSPosed/MagiskOnWSALocal</a>
351
341
  </div>
352
342
  <div class="sub-title followers">
353
343
 
354
- <a class="language" target="_blank" href="https://github.com/topics/kotlin" title="Programming Language Kotlin">
355
- <span style="background-color: #A97BFF;"></span>Kotlin
344
+ <a class="language" target="_blank" href="https://github.com/topics/shell" title="Programming Language Shell">
345
+ <span style="background-color: #89e051;"></span>Shell
356
346
  </a>
357
347
 
358
348
  <span class="star" title="Stargazers Count">
359
349
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
360
350
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
361
351
  </svg>
362
- <span>1129</span>
352
+ <span>2351</span>
363
353
  </span>
364
354
  <span class="star" title="Repo Forked">
365
355
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
366
356
  <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
367
357
  </path>
368
358
  </svg>
369
- <span>69</span>
359
+ <span>6824</span>
370
360
  </span>
371
361
  <span class="star">
372
362
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
373
363
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
374
364
  </svg>
375
- <span>230 stars today</span>
365
+ <span>38 stars today</span>
376
366
  </span>
377
367
  </div>
378
368
  <div class="details">
@@ -385,7 +375,7 @@
385
375
  <div class="info">
386
376
  <div class="rank">
387
377
  <span title="Ranking 7">7</span>
388
- <a href="https://github.com/immunefi-team/Web3-Security-Library" target="_blank" title="immunefi-team/Web3-Security-Library">immunefi-team/Web3-Security-Library</a>
378
+ <a href="https://github.com/jlevy/the-art-of-command-line" target="_blank" title="jlevy/the-art-of-command-line">jlevy/the-art-of-command-line</a>
389
379
  </div>
390
380
  <div class="sub-title followers">
391
381
 
@@ -393,20 +383,20 @@
393
383
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
394
384
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
395
385
  </svg>
396
- <span>366</span>
386
+ <span>113086</span>
397
387
  </span>
398
388
  <span class="star" title="Repo Forked">
399
389
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
400
390
  <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
401
391
  </path>
402
392
  </svg>
403
- <span>39</span>
393
+ <span>11871</span>
404
394
  </span>
405
395
  <span class="star">
406
396
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
407
397
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
408
398
  </svg>
409
- <span>110 stars today</span>
399
+ <span>497 stars today</span>
410
400
  </span>
411
401
  </div>
412
402
  <div class="details">
@@ -419,32 +409,28 @@
419
409
  <div class="info">
420
410
  <div class="rank">
421
411
  <span title="Ranking 8">8</span>
422
- <a href="https://github.com/MichaelCade/90DaysOfDevOps" target="_blank" title="MichaelCade/90DaysOfDevOps">MichaelCade/90DaysOfDevOps</a>
412
+ <a href="https://github.com/DovAmir/awesome-design-patterns" target="_blank" title="DovAmir/awesome-design-patterns">DovAmir/awesome-design-patterns</a>
423
413
  </div>
424
414
  <div class="sub-title followers">
425
415
 
426
- <a class="language" target="_blank" href="https://github.com/topics/shell" title="Programming Language Shell">
427
- <span style="background-color: #89e051;"></span>Shell
428
- </a>
429
-
430
416
  <span class="star" title="Stargazers Count">
431
417
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
432
418
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
433
419
  </svg>
434
- <span>19046</span>
420
+ <span>18502</span>
435
421
  </span>
436
422
  <span class="star" title="Repo Forked">
437
423
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
438
424
  <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
439
425
  </path>
440
426
  </svg>
441
- <span>4089</span>
427
+ <span>1541</span>
442
428
  </span>
443
429
  <span class="star">
444
430
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
445
431
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
446
432
  </svg>
447
- <span>122 stars today</span>
433
+ <span>171 stars today</span>
448
434
  </span>
449
435
  </div>
450
436
  <div class="details">
@@ -457,28 +443,32 @@
457
443
  <div class="info">
458
444
  <div class="rank">
459
445
  <span title="Ranking 9">9</span>
460
- <a href="https://github.com/hua1995116/awesome-ai-painting" target="_blank" title="hua1995116/awesome-ai-painting">hua1995116/awesome-ai-painting</a>
446
+ <a href="https://github.com/Automattic/pocket-casts-ios" target="_blank" title="Automattic/pocket-casts-ios">Automattic/pocket-casts-ios</a>
461
447
  </div>
462
448
  <div class="sub-title followers">
463
449
 
450
+ <a class="language" target="_blank" href="https://github.com/topics/swift" title="Programming Language Swift">
451
+ <span style="background-color: #F05138;"></span>Swift
452
+ </a>
453
+
464
454
  <span class="star" title="Stargazers Count">
465
455
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
466
456
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
467
457
  </svg>
468
- <span>954</span>
458
+ <span>1040</span>
469
459
  </span>
470
460
  <span class="star" title="Repo Forked">
471
461
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
472
462
  <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
473
463
  </path>
474
464
  </svg>
475
- <span>69</span>
465
+ <span>68</span>
476
466
  </span>
477
467
  <span class="star">
478
468
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
479
469
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
480
470
  </svg>
481
- <span>96 stars today</span>
471
+ <span>175 stars today</span>
482
472
  </span>
483
473
  </div>
484
474
  <div class="details">
@@ -491,32 +481,32 @@
491
481
  <div class="info">
492
482
  <div class="rank">
493
483
  <span title="Ranking 10">10</span>
494
- <a href="https://github.com/halfrost/LeetCode-Go" target="_blank" title="halfrost/LeetCode-Go">halfrost/LeetCode-Go</a>
484
+ <a href="https://github.com/Textualize/textual" target="_blank" title="Textualize/textual">Textualize/textual</a>
495
485
  </div>
496
486
  <div class="sub-title followers">
497
487
 
498
- <a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
499
- <span style="background-color: #00ADD8;"></span>Go
488
+ <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
489
+ <span style="background-color: #3572A5;"></span>Python
500
490
  </a>
501
491
 
502
492
  <span class="star" title="Stargazers Count">
503
493
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
504
494
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
505
495
  </svg>
506
- <span>27100</span>
496
+ <span>14368</span>
507
497
  </span>
508
498
  <span class="star" title="Repo Forked">
509
499
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
510
500
  <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
511
501
  </path>
512
502
  </svg>
513
- <span>4981</span>
503
+ <span>396</span>
514
504
  </span>
515
505
  <span class="star">
516
506
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
517
507
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
518
508
  </svg>
519
- <span>54 stars today</span>
509
+ <span>268 stars today</span>
520
510
  </span>
521
511
  </div>
522
512
  <div class="details">
@@ -529,28 +519,32 @@
529
519
  <div class="info">
530
520
  <div class="rank">
531
521
  <span title="Ranking 11">11</span>
532
- <a href="https://github.com/microsoft/WSA" target="_blank" title="microsoft/WSA">microsoft/WSA</a>
522
+ <a href="https://github.com/surrealdb/surrealdb" target="_blank" title="surrealdb/surrealdb">surrealdb/surrealdb</a>
533
523
  </div>
534
524
  <div class="sub-title followers">
535
525
 
526
+ <a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
527
+ <span style="background-color: #dea584;"></span>Rust
528
+ </a>
529
+
536
530
  <span class="star" title="Stargazers Count">
537
531
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
538
532
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
539
533
  </svg>
540
- <span>206</span>
534
+ <span>14118</span>
541
535
  </span>
542
536
  <span class="star" title="Repo Forked">
543
537
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
544
538
  <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
545
539
  </path>
546
540
  </svg>
547
- <span>15</span>
541
+ <span>321</span>
548
542
  </span>
549
543
  <span class="star">
550
544
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
551
545
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
552
546
  </svg>
553
- <span>53 stars today</span>
547
+ <span>107 stars today</span>
554
548
  </span>
555
549
  </div>
556
550
  <div class="details">
@@ -563,32 +557,32 @@
563
557
  <div class="info">
564
558
  <div class="rank">
565
559
  <span title="Ranking 12">12</span>
566
- <a href="https://github.com/felixrieseberg/windows95" target="_blank" title="felixrieseberg/windows95">felixrieseberg/windows95</a>
560
+ <a href="https://github.com/liyupi/sql-father-backend-public" target="_blank" title="liyupi/sql-father-backend-public">liyupi/sql-father-backend-public</a>
567
561
  </div>
568
562
  <div class="sub-title followers">
569
563
 
570
- <a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
571
- <span style="background-color: #3178c6;"></span>TypeScript
564
+ <a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
565
+ <span style="background-color: #b07219;"></span>Java
572
566
  </a>
573
567
 
574
568
  <span class="star" title="Stargazers Count">
575
569
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
576
570
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
577
571
  </svg>
578
- <span>20408</span>
572
+ <span>287</span>
579
573
  </span>
580
574
  <span class="star" title="Repo Forked">
581
575
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
582
576
  <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
583
577
  </path>
584
578
  </svg>
585
- <span>1201</span>
579
+ <span>115</span>
586
580
  </span>
587
581
  <span class="star">
588
582
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
589
583
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
590
584
  </svg>
591
- <span>233 stars today</span>
585
+ <span>74 stars today</span>
592
586
  </span>
593
587
  </div>
594
588
  <div class="details">
@@ -601,32 +595,32 @@
601
595
  <div class="info">
602
596
  <div class="rank">
603
597
  <span title="Ranking 13">13</span>
604
- <a href="https://github.com/rustdesk/rustdesk" target="_blank" title="rustdesk/rustdesk">rustdesk/rustdesk</a>
598
+ <a href="https://github.com/liyupi/sql-father-frontend-public" target="_blank" title="liyupi/sql-father-frontend-public">liyupi/sql-father-frontend-public</a>
605
599
  </div>
606
600
  <div class="sub-title followers">
607
601
 
608
- <a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
609
- <span style="background-color: #dea584;"></span>Rust
602
+ <a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
603
+ <span style="background-color: #3178c6;"></span>TypeScript
610
604
  </a>
611
605
 
612
606
  <span class="star" title="Stargazers Count">
613
607
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
614
608
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
615
609
  </svg>
616
- <span>30544</span>
610
+ <span>318</span>
617
611
  </span>
618
612
  <span class="star" title="Repo Forked">
619
613
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
620
614
  <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
621
615
  </path>
622
616
  </svg>
623
- <span>2686</span>
617
+ <span>106</span>
624
618
  </span>
625
619
  <span class="star">
626
620
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
627
621
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
628
622
  </svg>
629
- <span>89 stars today</span>
623
+ <span>55 stars today</span>
630
624
  </span>
631
625
  </div>
632
626
  <div class="details">
@@ -639,32 +633,32 @@
639
633
  <div class="info">
640
634
  <div class="rank">
641
635
  <span title="Ranking 14">14</span>
642
- <a href="https://github.com/microsoft/fluentui-emoji" target="_blank" title="microsoft/fluentui-emoji">microsoft/fluentui-emoji</a>
636
+ <a href="https://github.com/spacedriveapp/spacedrive" target="_blank" title="spacedriveapp/spacedrive">spacedriveapp/spacedrive</a>
643
637
  </div>
644
638
  <div class="sub-title followers">
645
639
 
646
- <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
647
- <span style="background-color: #3572A5;"></span>Python
640
+ <a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
641
+ <span style="background-color: #dea584;"></span>Rust
648
642
  </a>
649
643
 
650
644
  <span class="star" title="Stargazers Count">
651
645
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
652
646
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
653
647
  </svg>
654
- <span>6412</span>
648
+ <span>14741</span>
655
649
  </span>
656
650
  <span class="star" title="Repo Forked">
657
651
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
658
652
  <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
659
653
  </path>
660
654
  </svg>
661
- <span>323</span>
655
+ <span>392</span>
662
656
  </span>
663
657
  <span class="star">
664
658
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
665
659
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
666
660
  </svg>
667
- <span>87 stars today</span>
661
+ <span>98 stars today</span>
668
662
  </span>
669
663
  </div>
670
664
  <div class="details">
@@ -677,32 +671,32 @@
677
671
  <div class="info">
678
672
  <div class="rank">
679
673
  <span title="Ranking 15">15</span>
680
- <a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts" target="_blank" title="GrowingGit/GitHub-Chinese-Top-Charts">GrowingGit/GitHub-Chinese-Top-Charts</a>
674
+ <a href="https://github.com/MonsterNone/tmall-miao" target="_blank" title="MonsterNone/tmall-miao">MonsterNone/tmall-miao</a>
681
675
  </div>
682
676
  <div class="sub-title followers">
683
677
 
684
- <a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
685
- <span style="background-color: #b07219;"></span>Java
678
+ <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
679
+ <span style="background-color: #f1e05a;"></span>JavaScript
686
680
  </a>
687
681
 
688
682
  <span class="star" title="Stargazers Count">
689
683
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
690
684
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
691
685
  </svg>
692
- <span>49402</span>
686
+ <span>2648</span>
693
687
  </span>
694
688
  <span class="star" title="Repo Forked">
695
689
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
696
690
  <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
697
691
  </path>
698
692
  </svg>
699
- <span>7153</span>
693
+ <span>411</span>
700
694
  </span>
701
695
  <span class="star">
702
696
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
703
697
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
704
698
  </svg>
705
- <span>168 stars today</span>
699
+ <span>91 stars today</span>
706
700
  </span>
707
701
  </div>
708
702
  <div class="details">
@@ -715,32 +709,28 @@
715
709
  <div class="info">
716
710
  <div class="rank">
717
711
  <span title="Ranking 16">16</span>
718
- <a href="https://github.com/MonsterNone/tmall-miao" target="_blank" title="MonsterNone/tmall-miao">MonsterNone/tmall-miao</a>
712
+ <a href="https://github.com/cmhungsteve/Awesome-Transformer-Attention" target="_blank" title="cmhungsteve/Awesome-Transformer-Attention">cmhungsteve/Awesome-Transformer-Attention</a>
719
713
  </div>
720
714
  <div class="sub-title followers">
721
715
 
722
- <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
723
- <span style="background-color: #f1e05a;"></span>JavaScript
724
- </a>
725
-
726
716
  <span class="star" title="Stargazers Count">
727
717
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
728
718
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
729
719
  </svg>
730
- <span>2489</span>
720
+ <span>1718</span>
731
721
  </span>
732
722
  <span class="star" title="Repo Forked">
733
723
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
734
724
  <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
735
725
  </path>
736
726
  </svg>
737
- <span>387</span>
727
+ <span>180</span>
738
728
  </span>
739
729
  <span class="star">
740
730
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
741
731
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
742
732
  </svg>
743
- <span>76 stars today</span>
733
+ <span>64 stars today</span>
744
734
  </span>
745
735
  </div>
746
736
  <div class="details">
@@ -753,7 +743,7 @@
753
743
  <div class="info">
754
744
  <div class="rank">
755
745
  <span title="Ranking 17">17</span>
756
- <a href="https://github.com/Visualize-ML/Book4_Power-of-Matrix" target="_blank" title="Visualize-ML/Book4_Power-of-Matrix">Visualize-ML/Book4_Power-of-Matrix</a>
746
+ <a href="https://github.com/open-mmlab/mmrotate" target="_blank" title="open-mmlab/mmrotate">open-mmlab/mmrotate</a>
757
747
  </div>
758
748
  <div class="sub-title followers">
759
749
 
@@ -765,20 +755,20 @@
765
755
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
766
756
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
767
757
  </svg>
768
- <span>366</span>
758
+ <span>1038</span>
769
759
  </span>
770
760
  <span class="star" title="Repo Forked">
771
761
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
772
762
  <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
773
763
  </path>
774
764
  </svg>
775
- <span>57</span>
765
+ <span>201</span>
776
766
  </span>
777
767
  <span class="star">
778
768
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
779
769
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
780
770
  </svg>
781
- <span>53 stars today</span>
771
+ <span>37 stars today</span>
782
772
  </span>
783
773
  </div>
784
774
  <div class="details">
@@ -791,32 +781,32 @@
791
781
  <div class="info">
792
782
  <div class="rank">
793
783
  <span title="Ranking 18">18</span>
794
- <a href="https://github.com/ticarpi/jwt_tool" target="_blank" title="ticarpi/jwt_tool">ticarpi/jwt_tool</a>
784
+ <a href="https://github.com/novuhq/novu" target="_blank" title="novuhq/novu">novuhq/novu</a>
795
785
  </div>
796
786
  <div class="sub-title followers">
797
787
 
798
- <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
799
- <span style="background-color: #3572A5;"></span>Python
788
+ <a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
789
+ <span style="background-color: #3178c6;"></span>TypeScript
800
790
  </a>
801
791
 
802
792
  <span class="star" title="Stargazers Count">
803
793
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
804
794
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
805
795
  </svg>
806
- <span>3364</span>
796
+ <span>11595</span>
807
797
  </span>
808
798
  <span class="star" title="Repo Forked">
809
799
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
810
800
  <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
811
801
  </path>
812
802
  </svg>
813
- <span>474</span>
803
+ <span>721</span>
814
804
  </span>
815
805
  <span class="star">
816
806
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
817
807
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
818
808
  </svg>
819
- <span>57 stars today</span>
809
+ <span>141 stars today</span>
820
810
  </span>
821
811
  </div>
822
812
  <div class="details">
@@ -829,32 +819,32 @@
829
819
  <div class="info">
830
820
  <div class="rank">
831
821
  <span title="Ranking 19">19</span>
832
- <a href="https://github.com/metabase/metabase" target="_blank" title="metabase/metabase">metabase/metabase</a>
822
+ <a href="https://github.com/davatorium/rofi" target="_blank" title="davatorium/rofi">davatorium/rofi</a>
833
823
  </div>
834
824
  <div class="sub-title followers">
835
825
 
836
- <a class="language" target="_blank" href="https://github.com/topics/clojure" title="Programming Language Clojure">
837
- <span style="background-color: #db5855;"></span>Clojure
826
+ <a class="language" target="_blank" href="https://github.com/topics/c" title="Programming Language C">
827
+ <span style="background-color: #555555;"></span>C
838
828
  </a>
839
829
 
840
830
  <span class="star" title="Stargazers Count">
841
831
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
842
832
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
843
833
  </svg>
844
- <span>30218</span>
834
+ <span>10079</span>
845
835
  </span>
846
836
  <span class="star" title="Repo Forked">
847
837
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
848
838
  <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
849
839
  </path>
850
840
  </svg>
851
- <span>4108</span>
841
+ <span>537</span>
852
842
  </span>
853
843
  <span class="star">
854
844
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
855
845
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
856
846
  </svg>
857
- <span>25 stars today</span>
847
+ <span>32 stars today</span>
858
848
  </span>
859
849
  </div>
860
850
  <div class="details">
@@ -867,32 +857,32 @@
867
857
  <div class="info">
868
858
  <div class="rank">
869
859
  <span title="Ranking 20">20</span>
870
- <a href="https://github.com/codeedu/imersao10" target="_blank" title="codeedu/imersao10">codeedu/imersao10</a>
860
+ <a href="https://github.com/lkwq007/stablediffusion-infinity" target="_blank" title="lkwq007/stablediffusion-infinity">lkwq007/stablediffusion-infinity</a>
871
861
  </div>
872
862
  <div class="sub-title followers">
873
863
 
874
- <a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
875
- <span style="background-color: #3178c6;"></span>TypeScript
864
+ <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
865
+ <span style="background-color: #3572A5;"></span>Python
876
866
  </a>
877
867
 
878
868
  <span class="star" title="Stargazers Count">
879
869
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
880
870
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
881
871
  </svg>
882
- <span>104</span>
872
+ <span>2345</span>
883
873
  </span>
884
874
  <span class="star" title="Repo Forked">
885
875
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
886
876
  <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
887
877
  </path>
888
878
  </svg>
889
- <span>69</span>
879
+ <span>164</span>
890
880
  </span>
891
881
  <span class="star">
892
882
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
893
883
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
894
884
  </svg>
895
- <span>27 stars today</span>
885
+ <span>45 stars today</span>
896
886
  </span>
897
887
  </div>
898
888
  <div class="details">
@@ -905,32 +895,32 @@
905
895
  <div class="info">
906
896
  <div class="rank">
907
897
  <span title="Ranking 21">21</span>
908
- <a href="https://github.com/catchorg/Catch2" target="_blank" title="catchorg/Catch2">catchorg/Catch2</a>
898
+ <a href="https://github.com/ToolJet/ToolJet" target="_blank" title="ToolJet/ToolJet">ToolJet/ToolJet</a>
909
899
  </div>
910
900
  <div class="sub-title followers">
911
901
 
912
- <a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
913
- <span style="background-color: #f34b7d;"></span>C++
902
+ <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
903
+ <span style="background-color: #f1e05a;"></span>JavaScript
914
904
  </a>
915
905
 
916
906
  <span class="star" title="Stargazers Count">
917
907
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
918
908
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
919
909
  </svg>
920
- <span>15753</span>
910
+ <span>14238</span>
921
911
  </span>
922
912
  <span class="star" title="Repo Forked">
923
913
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
924
914
  <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
925
915
  </path>
926
916
  </svg>
927
- <span>2678</span>
917
+ <span>1276</span>
928
918
  </span>
929
919
  <span class="star">
930
920
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
931
921
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
932
922
  </svg>
933
- <span>20 stars today</span>
923
+ <span>157 stars today</span>
934
924
  </span>
935
925
  </div>
936
926
  <div class="details">
@@ -943,28 +933,32 @@
943
933
  <div class="info">
944
934
  <div class="rank">
945
935
  <span title="Ranking 22">22</span>
946
- <a href="https://github.com/lydiahallie/javascript-questions" target="_blank" title="lydiahallie/javascript-questions">lydiahallie/javascript-questions</a>
936
+ <a href="https://github.com/felixrieseberg/windows95" target="_blank" title="felixrieseberg/windows95">felixrieseberg/windows95</a>
947
937
  </div>
948
938
  <div class="sub-title followers">
949
939
 
940
+ <a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
941
+ <span style="background-color: #3178c6;"></span>TypeScript
942
+ </a>
943
+
950
944
  <span class="star" title="Stargazers Count">
951
945
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
952
946
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
953
947
  </svg>
954
- <span>48731</span>
948
+ <span>20989</span>
955
949
  </span>
956
950
  <span class="star" title="Repo Forked">
957
951
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
958
952
  <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
959
953
  </path>
960
954
  </svg>
961
- <span>6886</span>
955
+ <span>1234</span>
962
956
  </span>
963
957
  <span class="star">
964
958
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
965
959
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
966
960
  </svg>
967
- <span>58 stars today</span>
961
+ <span>354 stars today</span>
968
962
  </span>
969
963
  </div>
970
964
  <div class="details">
@@ -977,28 +971,32 @@
977
971
  <div class="info">
978
972
  <div class="rank">
979
973
  <span title="Ranking 23">23</span>
980
- <a href="https://github.com/ManfredHu/gua-area" target="_blank" title="ManfredHu/gua-area">ManfredHu/gua-area</a>
974
+ <a href="https://github.com/recloudstream/cloudstream" target="_blank" title="recloudstream/cloudstream">recloudstream/cloudstream</a>
981
975
  </div>
982
976
  <div class="sub-title followers">
983
977
 
978
+ <a class="language" target="_blank" href="https://github.com/topics/kotlin" title="Programming Language Kotlin">
979
+ <span style="background-color: #A97BFF;"></span>Kotlin
980
+ </a>
981
+
984
982
  <span class="star" title="Stargazers Count">
985
983
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
986
984
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
987
985
  </svg>
988
- <span>170</span>
986
+ <span>1107</span>
989
987
  </span>
990
988
  <span class="star" title="Repo Forked">
991
989
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
992
990
  <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
993
991
  </path>
994
992
  </svg>
995
- <span>31</span>
993
+ <span>88</span>
996
994
  </span>
997
995
  <span class="star">
998
996
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
999
997
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
1000
998
  </svg>
1001
- <span>47 stars today</span>
999
+ <span>51 stars today</span>
1002
1000
  </span>
1003
1001
  </div>
1004
1002
  <div class="details">
@@ -1011,32 +1009,28 @@
1011
1009
  <div class="info">
1012
1010
  <div class="rank">
1013
1011
  <span title="Ranking 24">24</span>
1014
- <a href="https://github.com/sea-protocol/seaprotocol" target="_blank" title="sea-protocol/seaprotocol">sea-protocol/seaprotocol</a>
1012
+ <a href="https://github.com/anonystick/anonystick" target="_blank" title="anonystick/anonystick">anonystick/anonystick</a>
1015
1013
  </div>
1016
1014
  <div class="sub-title followers">
1017
1015
 
1018
- <a class="language" target="_blank" href="https://github.com/topics/move" title="Programming Language Move">
1019
- <span style="background-color: #4a137a;"></span>Move
1020
- </a>
1021
-
1022
1016
  <span class="star" title="Stargazers Count">
1023
1017
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
1024
1018
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
1025
1019
  </svg>
1026
- <span>3247</span>
1020
+ <span>140</span>
1027
1021
  </span>
1028
1022
  <span class="star" title="Repo Forked">
1029
1023
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
1030
1024
  <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
1031
1025
  </path>
1032
1026
  </svg>
1033
- <span>12</span>
1027
+ <span>33</span>
1034
1028
  </span>
1035
1029
  <span class="star">
1036
1030
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
1037
1031
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
1038
1032
  </svg>
1039
- <span>608 stars today</span>
1033
+ <span>17 stars today</span>
1040
1034
  </span>
1041
1035
  </div>
1042
1036
  <div class="details">
@@ -1049,32 +1043,28 @@
1049
1043
  <div class="info">
1050
1044
  <div class="rank">
1051
1045
  <span title="Ranking 25">25</span>
1052
- <a href="https://github.com/massalabs/massa" target="_blank" title="massalabs/massa">massalabs/massa</a>
1046
+ <a href="https://github.com/Developer-Y/cs-video-courses" target="_blank" title="Developer-Y/cs-video-courses">Developer-Y/cs-video-courses</a>
1053
1047
  </div>
1054
1048
  <div class="sub-title followers">
1055
1049
 
1056
- <a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
1057
- <span style="background-color: #dea584;"></span>Rust
1058
- </a>
1059
-
1060
1050
  <span class="star" title="Stargazers Count">
1061
1051
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
1062
1052
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
1063
1053
  </svg>
1064
- <span>919</span>
1054
+ <span>46618</span>
1065
1055
  </span>
1066
1056
  <span class="star" title="Repo Forked">
1067
1057
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
1068
1058
  <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
1069
1059
  </path>
1070
1060
  </svg>
1071
- <span>174</span>
1061
+ <span>6677</span>
1072
1062
  </span>
1073
1063
  <span class="star">
1074
1064
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
1075
1065
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
1076
1066
  </svg>
1077
- <span>84 stars today</span>
1067
+ <span>62 stars today</span>
1078
1068
  </span>
1079
1069
  </div>
1080
1070
  <div class="details">
@@ -1099,7 +1089,7 @@
1099
1089
  <img src="https://img.shields.io/npm/v/@wcj/github-rank.svg?label=unpkg">
1100
1090
  </a>
1101
1091
  </div>
1102
- <div class="time">Last cache created on 2022/10/23 by Github API v3.</div>
1092
+ <div class="time">Last cache created on 2022/10/25 by Github API v3.</div>
1103
1093
  Create by <a href="https://github.com/jaywcjlove" target="_blank">小弟调调™</a>.
1104
1094
  </div>
1105
1095
  </body>