@wcj/github-rank 21.10.28 → 21.11.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (38) hide show
  1. package/dist/repos.json +33448 -33455
  2. package/dist/sifou-daily.json +34 -124
  3. package/dist/sifou-monthly.json +115 -115
  4. package/dist/sifou-weekly.json +167 -167
  5. package/dist/toutiao-30.json +113 -113
  6. package/dist/toutiao-7.json +125 -125
  7. package/dist/toutiao-90.json +60 -60
  8. package/dist/trending-daily.json +194 -194
  9. package/dist/trending-monthly.json +170 -170
  10. package/dist/trending-weekly.json +194 -194
  11. package/dist/users.china.json +3130 -3130
  12. package/dist/users.json +3801 -3801
  13. package/package.json +1 -1
  14. package/web/36kr.html +2 -2
  15. package/web/data/repos.json +33448 -33455
  16. package/web/data/sifou-daily.json +34 -124
  17. package/web/data/sifou-monthly.json +115 -115
  18. package/web/data/sifou-weekly.json +167 -167
  19. package/web/data/toutiao-30.json +113 -113
  20. package/web/data/toutiao-7.json +125 -125
  21. package/web/data/toutiao-90.json +60 -60
  22. package/web/data/trending-daily.json +194 -194
  23. package/web/data/trending-monthly.json +170 -170
  24. package/web/data/trending-weekly.json +194 -194
  25. package/web/data/users.china.json +3130 -3130
  26. package/web/data/users.json +3801 -3801
  27. package/web/index.html +1978 -1978
  28. package/web/repos.html +3997 -3997
  29. package/web/sifou-daily.html +28 -308
  30. package/web/sifou-monthly.html +130 -130
  31. package/web/sifou-weekly.html +144 -144
  32. package/web/toutiao-30.html +113 -113
  33. package/web/toutiao-7.html +101 -101
  34. package/web/toutiao-90.html +97 -97
  35. package/web/trending-monthly.html +161 -157
  36. package/web/trending-weekly.html +175 -167
  37. package/web/trending.html +167 -175
  38. package/web/users.china.html +1818 -1818
@@ -81,7 +81,7 @@
81
81
  </svg>
82
82
  </a>
83
83
  <h1 class="title"> GitHub Repositories Trending </h1>
84
- <div class="time">Last cache created on 2021/10/28 by Github API v3.</div>
84
+ <div class="time">Last cache created on 2021/11/1 by Github API v3.</div>
85
85
  <div class="tabs">
86
86
  <a class="" href="index.html">Users</a>
87
87
  <a class="" href="repos.html">Repos</a>
@@ -104,36 +104,36 @@
104
104
  <div class="info">
105
105
  <div class="rank">
106
106
  <span title="Ranking 1">1</span>
107
- <a href="https://github.com/T-head-Semi/openc910" target="_blank" title="T-head-Semi/openc910">T-head-Semi/openc910</a>
107
+ <a href="https://github.com/modern-js-dev/modern.js" target="_blank" title="modern-js-dev/modern.js">modern-js-dev/modern.js</a>
108
108
  </div>
109
109
  <div class="sub-title followers">
110
110
 
111
- <a class="language" target="_blank" href="https://github.com/topics/verilog" title="Programming Language Verilog">
112
- <span style="background-color: #b2b7f8;"></span>Verilog
111
+ <a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
112
+ <span style="background-color: #2b7489;"></span>TypeScript
113
113
  </a>
114
114
 
115
115
  <span class="star" title="Stargazers Count">
116
116
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
117
117
  <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>
118
118
  </svg>
119
- <span>370</span>
119
+ <span>1916</span>
120
120
  </span>
121
121
  <span class="star" title="Repo Forked">
122
122
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
123
123
  <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">
124
124
  </path>
125
125
  </svg>
126
- <span>73</span>
126
+ <span>95</span>
127
127
  </span>
128
128
  <span class="star">
129
129
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
130
130
  <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>
131
131
  </svg>
132
- <span>162 stars this week</span>
132
+ <span>1341 stars this week</span>
133
133
  </span>
134
134
  </div>
135
135
  <div class="details">
136
- OpenXuantie - OpenC910 Core
136
+ The meta-framework suite designed from scratch for frontend-focused modern web development.
137
137
  </div>
138
138
  </div>
139
139
  </li>
@@ -142,36 +142,36 @@
142
142
  <div class="info">
143
143
  <div class="rank">
144
144
  <span title="Ranking 2">2</span>
145
- <a href="https://github.com/misterokaygo/MapAssist" target="_blank" title="misterokaygo/MapAssist">misterokaygo/MapAssist</a>
145
+ <a href="https://github.com/Footsiefat/zspotify" target="_blank" title="Footsiefat/zspotify">Footsiefat/zspotify</a>
146
146
  </div>
147
147
  <div class="sub-title followers">
148
148
 
149
- <a class="language" target="_blank" href="https://github.com/topics/c#" title="Programming Language C#">
150
- <span style="background-color: #178600;"></span>C#
149
+ <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
150
+ <span style="background-color: #3572A5;"></span>Python
151
151
  </a>
152
152
 
153
153
  <span class="star" title="Stargazers Count">
154
154
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
155
155
  <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>
156
156
  </svg>
157
- <span>154</span>
157
+ <span>2136</span>
158
158
  </span>
159
159
  <span class="star" title="Repo Forked">
160
160
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
161
161
  <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">
162
162
  </path>
163
163
  </svg>
164
- <span>134</span>
164
+ <span>185</span>
165
165
  </span>
166
166
  <span class="star">
167
167
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
168
168
  <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>
169
169
  </svg>
170
- <span>77 stars this week</span>
170
+ <span>637 stars this week</span>
171
171
  </span>
172
172
  </div>
173
173
  <div class="details">
174
-
174
+ A Spotify downloader needing only a python interpreter and ffmpeg.
175
175
  </div>
176
176
  </div>
177
177
  </li>
@@ -180,36 +180,36 @@
180
180
  <div class="info">
181
181
  <div class="rank">
182
182
  <span title="Ranking 3">3</span>
183
- <a href="https://github.com/cloudreve/Cloudreve" target="_blank" title="cloudreve/Cloudreve">cloudreve/Cloudreve</a>
183
+ <a href="https://github.com/IntelLabs/control-flag" target="_blank" title="IntelLabs/control-flag">IntelLabs/control-flag</a>
184
184
  </div>
185
185
  <div class="sub-title followers">
186
186
 
187
- <a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
188
- <span style="background-color: #00ADD8;"></span>Go
187
+ <a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
188
+ <span style="background-color: #f34b7d;"></span>C++
189
189
  </a>
190
190
 
191
191
  <span class="star" title="Stargazers Count">
192
192
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
193
193
  <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>
194
194
  </svg>
195
- <span>11400</span>
195
+ <span>768</span>
196
196
  </span>
197
197
  <span class="star" title="Repo Forked">
198
198
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
199
199
  <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">
200
200
  </path>
201
201
  </svg>
202
- <span>1963</span>
202
+ <span>63</span>
203
203
  </span>
204
204
  <span class="star">
205
205
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
206
206
  <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>
207
207
  </svg>
208
- <span>484 stars this week</span>
208
+ <span>350 stars this week</span>
209
209
  </span>
210
210
  </div>
211
211
  <div class="details">
212
- 🌩支持多家云存储的云盘系统 (Self-deployed file management and sharing system, supports multiple storage providers)
212
+ A system to flag anomalous source code expressions by learning typical expressions from training data
213
213
  </div>
214
214
  </div>
215
215
  </li>
@@ -218,36 +218,32 @@
218
218
  <div class="info">
219
219
  <div class="rank">
220
220
  <span title="Ranking 4">4</span>
221
- <a href="https://github.com/ifzhang/ByteTrack" target="_blank" title="ifzhang/ByteTrack">ifzhang/ByteTrack</a>
221
+ <a href="https://github.com/shengcaishizhan/kkndme_tianya" target="_blank" title="shengcaishizhan/kkndme_tianya">shengcaishizhan/kkndme_tianya</a>
222
222
  </div>
223
223
  <div class="sub-title followers">
224
224
 
225
- <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
226
- <span style="background-color: #3572A5;"></span>Python
227
- </a>
228
-
229
225
  <span class="star" title="Stargazers Count">
230
226
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
231
227
  <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>
232
228
  </svg>
233
- <span>1227</span>
229
+ <span>5349</span>
234
230
  </span>
235
231
  <span class="star" title="Repo Forked">
236
232
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
237
233
  <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">
238
234
  </path>
239
235
  </svg>
240
- <span>154</span>
236
+ <span>1088</span>
241
237
  </span>
242
238
  <span class="star">
243
239
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
244
240
  <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>
245
241
  </svg>
246
- <span>547 stars this week</span>
242
+ <span>854 stars this week</span>
247
243
  </span>
248
244
  </div>
249
245
  <div class="details">
250
- ByteTrack: Multi-Object Tracking by Associating Every Detection Box
246
+ 天涯 kkndme 神贴聊房价
251
247
  </div>
252
248
  </div>
253
249
  </li>
@@ -256,36 +252,36 @@
256
252
  <div class="info">
257
253
  <div class="rank">
258
254
  <span title="Ranking 5">5</span>
259
- <a href="https://github.com/saic-mdal/lama" target="_blank" title="saic-mdal/lama">saic-mdal/lama</a>
255
+ <a href="https://github.com/htr-tech/zphisher" target="_blank" title="htr-tech/zphisher">htr-tech/zphisher</a>
260
256
  </div>
261
257
  <div class="sub-title followers">
262
258
 
263
- <a class="language" target="_blank" href="https://github.com/topics/jupyternotebook" title="Programming Language JupyterNotebook">
264
- <span style="background-color: #DA5B0B;"></span>JupyterNotebook
259
+ <a class="language" target="_blank" href="https://github.com/topics/hack" title="Programming Language Hack">
260
+ <span style="background-color: #878787;"></span>Hack
265
261
  </a>
266
262
 
267
263
  <span class="star" title="Stargazers Count">
268
264
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
269
265
  <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>
270
266
  </svg>
271
- <span>1064</span>
267
+ <span>3687</span>
272
268
  </span>
273
269
  <span class="star" title="Repo Forked">
274
270
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
275
271
  <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">
276
272
  </path>
277
273
  </svg>
278
- <span>85</span>
274
+ <span>1359</span>
279
275
  </span>
280
276
  <span class="star">
281
277
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
282
278
  <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>
283
279
  </svg>
284
- <span>602 stars this week</span>
280
+ <span>753 stars this week</span>
285
281
  </span>
286
282
  </div>
287
283
  <div class="details">
288
- 🦙 LaMa Image Inpainting, Resolution-robust Large Mask Inpainting with Fourier Convolutions, WACV 2022
284
+ An automated phishing tool with 30+ templates. This Tool is made for educational purpose only ! Author will not be responsible for any misuse of this toolkit !
289
285
  </div>
290
286
  </div>
291
287
  </li>
@@ -294,7 +290,7 @@
294
290
  <div class="info">
295
291
  <div class="rank">
296
292
  <span title="Ranking 6">6</span>
297
- <a href="https://github.com/CoinAlpha/hummingbot" target="_blank" title="CoinAlpha/hummingbot">CoinAlpha/hummingbot</a>
293
+ <a href="https://github.com/ifzhang/ByteTrack" target="_blank" title="ifzhang/ByteTrack">ifzhang/ByteTrack</a>
298
294
  </div>
299
295
  <div class="sub-title followers">
300
296
 
@@ -306,24 +302,24 @@
306
302
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
307
303
  <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>
308
304
  </svg>
309
- <span>3075</span>
305
+ <span>1331</span>
310
306
  </span>
311
307
  <span class="star" title="Repo Forked">
312
308
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
313
309
  <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">
314
310
  </path>
315
311
  </svg>
316
- <span>1044</span>
312
+ <span>167</span>
317
313
  </span>
318
314
  <span class="star">
319
315
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
320
316
  <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>
321
317
  </svg>
322
- <span>534 stars this week</span>
318
+ <span>521 stars this week</span>
323
319
  </span>
324
320
  </div>
325
321
  <div class="details">
326
- Hummingbot: a client for crypto market making
322
+ ByteTrack: Multi-Object Tracking by Associating Every Detection Box
327
323
  </div>
328
324
  </div>
329
325
  </li>
@@ -332,36 +328,36 @@
332
328
  <div class="info">
333
329
  <div class="rank">
334
330
  <span title="Ranking 7">7</span>
335
- <a href="https://github.com/deepfakes/faceswap" target="_blank" title="deepfakes/faceswap">deepfakes/faceswap</a>
331
+ <a href="https://github.com/copy/v86" target="_blank" title="copy/v86">copy/v86</a>
336
332
  </div>
337
333
  <div class="sub-title followers">
338
334
 
339
- <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
340
- <span style="background-color: #3572A5;"></span>Python
335
+ <a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
336
+ <span style="background-color: #dea584;"></span>Rust
341
337
  </a>
342
338
 
343
339
  <span class="star" title="Stargazers Count">
344
340
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
345
341
  <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>
346
342
  </svg>
347
- <span>39209</span>
343
+ <span>12588</span>
348
344
  </span>
349
345
  <span class="star" title="Repo Forked">
350
346
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
351
347
  <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">
352
348
  </path>
353
349
  </svg>
354
- <span>11284</span>
350
+ <span>949</span>
355
351
  </span>
356
352
  <span class="star">
357
353
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
358
354
  <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>
359
355
  </svg>
360
- <span>417 stars this week</span>
356
+ <span>517 stars this week</span>
361
357
  </span>
362
358
  </div>
363
359
  <div class="details">
364
- Deepfakes Software For All
360
+ x86 virtualization in your browser, recompiling x86 to wasm on the fly
365
361
  </div>
366
362
  </div>
367
363
  </li>
@@ -370,36 +366,36 @@
370
366
  <div class="info">
371
367
  <div class="rank">
372
368
  <span title="Ranking 8">8</span>
373
- <a href="https://github.com/yt-dlp/yt-dlp" target="_blank" title="yt-dlp/yt-dlp">yt-dlp/yt-dlp</a>
369
+ <a href="https://github.com/zero205/JD_tencent_scf" target="_blank" title="zero205/JD_tencent_scf">zero205/JD_tencent_scf</a>
374
370
  </div>
375
371
  <div class="sub-title followers">
376
372
 
377
- <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
378
- <span style="background-color: #3572A5;"></span>Python
373
+ <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
374
+ <span style="background-color: #f1e05a;"></span>JavaScript
379
375
  </a>
380
376
 
381
377
  <span class="star" title="Stargazers Count">
382
378
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
383
379
  <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>
384
380
  </svg>
385
- <span>9107</span>
381
+ <span>734</span>
386
382
  </span>
387
383
  <span class="star" title="Repo Forked">
388
384
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
389
385
  <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">
390
386
  </path>
391
387
  </svg>
392
- <span>549</span>
388
+ <span>326</span>
393
389
  </span>
394
390
  <span class="star">
395
391
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
396
392
  <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>
397
393
  </svg>
398
- <span>746 stars this week</span>
394
+ <span>202 stars this week</span>
399
395
  </span>
400
396
  </div>
401
397
  <div class="details">
402
- A youtube-dl fork with additional features and fixes
398
+ 自用京东JS脚本,已加入助力池;支持【青龙】、【腾讯云函数】、【elecV2P】;低调使用,请勿fork!!!
403
399
  </div>
404
400
  </div>
405
401
  </li>
@@ -408,36 +404,36 @@
408
404
  <div class="info">
409
405
  <div class="rank">
410
406
  <span title="Ranking 9">9</span>
411
- <a href="https://github.com/htr-tech/zphisher" target="_blank" title="htr-tech/zphisher">htr-tech/zphisher</a>
407
+ <a href="https://github.com/acidanthera/OpenCorePkg" target="_blank" title="acidanthera/OpenCorePkg">acidanthera/OpenCorePkg</a>
412
408
  </div>
413
409
  <div class="sub-title followers">
414
410
 
415
- <a class="language" target="_blank" href="https://github.com/topics/hack" title="Programming Language Hack">
416
- <span style="background-color: #878787;"></span>Hack
411
+ <a class="language" target="_blank" href="https://github.com/topics/c" title="Programming Language C">
412
+ <span style="background-color: #555555;"></span>C
417
413
  </a>
418
414
 
419
415
  <span class="star" title="Stargazers Count">
420
416
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
421
417
  <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>
422
418
  </svg>
423
- <span>3525</span>
419
+ <span>8407</span>
424
420
  </span>
425
421
  <span class="star" title="Repo Forked">
426
422
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
427
423
  <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">
428
424
  </path>
429
425
  </svg>
430
- <span>1340</span>
426
+ <span>1480</span>
431
427
  </span>
432
428
  <span class="star">
433
429
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
434
430
  <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>
435
431
  </svg>
436
- <span>610 stars this week</span>
432
+ <span>131 stars this week</span>
437
433
  </span>
438
434
  </div>
439
435
  <div class="details">
440
- An automated phishing tool with 30+ templates. This Tool is made for educational purpose only ! Author will not be responsible for any misuse of this toolkit !
436
+ OpenCore bootloader
441
437
  </div>
442
438
  </div>
443
439
  </li>
@@ -446,36 +442,36 @@
446
442
  <div class="info">
447
443
  <div class="rank">
448
444
  <span title="Ranking 10">10</span>
449
- <a href="https://github.com/trekhleb/javascript-algorithms" target="_blank" title="trekhleb/javascript-algorithms">trekhleb/javascript-algorithms</a>
445
+ <a href="https://github.com/swc-project/swc" target="_blank" title="swc-project/swc">swc-project/swc</a>
450
446
  </div>
451
447
  <div class="sub-title followers">
452
448
 
453
- <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
454
- <span style="background-color: #f1e05a;"></span>JavaScript
449
+ <a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
450
+ <span style="background-color: #dea584;"></span>Rust
455
451
  </a>
456
452
 
457
453
  <span class="star" title="Stargazers Count">
458
454
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
459
455
  <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>
460
456
  </svg>
461
- <span>125292</span>
457
+ <span>16599</span>
462
458
  </span>
463
459
  <span class="star" title="Repo Forked">
464
460
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
465
461
  <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">
466
462
  </path>
467
463
  </svg>
468
- <span>20386</span>
464
+ <span>464</span>
469
465
  </span>
470
466
  <span class="star">
471
467
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
472
468
  <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>
473
469
  </svg>
474
- <span>1930 stars this week</span>
470
+ <span>791 stars this week</span>
475
471
  </span>
476
472
  </div>
477
473
  <div class="details">
478
- 📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
474
+ swc is a super-fast compiler written in rust; producing widely-supported javascript from modern standards and typescript.
479
475
  </div>
480
476
  </div>
481
477
  </li>
@@ -484,36 +480,36 @@
484
480
  <div class="info">
485
481
  <div class="rank">
486
482
  <span title="Ranking 11">11</span>
487
- <a href="https://github.com/apple/swift-docc" target="_blank" title="apple/swift-docc">apple/swift-docc</a>
483
+ <a href="https://github.com/fchollet/deep-learning-with-python-notebooks" target="_blank" title="fchollet/deep-learning-with-python-notebooks">fchollet/deep-learning-with-python-notebooks</a>
488
484
  </div>
489
485
  <div class="sub-title followers">
490
486
 
491
- <a class="language" target="_blank" href="https://github.com/topics/swift" title="Programming Language Swift">
492
- <span style="background-color: #F05138;"></span>Swift
487
+ <a class="language" target="_blank" href="https://github.com/topics/jupyternotebook" title="Programming Language JupyterNotebook">
488
+ <span style="background-color: #DA5B0B;"></span>JupyterNotebook
493
489
  </a>
494
490
 
495
491
  <span class="star" title="Stargazers Count">
496
492
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
497
493
  <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>
498
494
  </svg>
499
- <span>469</span>
495
+ <span>13939</span>
500
496
  </span>
501
497
  <span class="star" title="Repo Forked">
502
498
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
503
499
  <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">
504
500
  </path>
505
501
  </svg>
506
- <span>21</span>
502
+ <span>6839</span>
507
503
  </span>
508
504
  <span class="star">
509
505
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
510
506
  <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>
511
507
  </svg>
512
- <span>126 stars this week</span>
508
+ <span>160 stars this week</span>
513
509
  </span>
514
510
  </div>
515
511
  <div class="details">
516
- Documentation compiler that produces rich API reference documentation and interactive tutorials for your Swift framework or package.
512
+ Jupyter notebooks for the code samples of the book &#34;Deep Learning with Python&#34;
517
513
  </div>
518
514
  </div>
519
515
  </li>
@@ -522,32 +518,36 @@
522
518
  <div class="info">
523
519
  <div class="rank">
524
520
  <span title="Ranking 12">12</span>
525
- <a href="https://github.com/shengcaishizhan/kkndme_tianya" target="_blank" title="shengcaishizhan/kkndme_tianya">shengcaishizhan/kkndme_tianya</a>
521
+ <a href="https://github.com/huggingface/transformers" target="_blank" title="huggingface/transformers">huggingface/transformers</a>
526
522
  </div>
527
523
  <div class="sub-title followers">
528
524
 
525
+ <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
526
+ <span style="background-color: #3572A5;"></span>Python
527
+ </a>
528
+
529
529
  <span class="star" title="Stargazers Count">
530
530
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
531
531
  <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>
532
532
  </svg>
533
- <span>4983</span>
533
+ <span>53289</span>
534
534
  </span>
535
535
  <span class="star" title="Repo Forked">
536
536
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
537
537
  <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">
538
538
  </path>
539
539
  </svg>
540
- <span>1026</span>
540
+ <span>12656</span>
541
541
  </span>
542
542
  <span class="star">
543
543
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
544
544
  <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>
545
545
  </svg>
546
- <span>602 stars this week</span>
546
+ <span>394 stars this week</span>
547
547
  </span>
548
548
  </div>
549
549
  <div class="details">
550
- 天涯 kkndme 神贴聊房价
550
+ 🤗 Transformers: State-of-the-art Natural Language Processing for Pytorch, TensorFlow, and JAX.
551
551
  </div>
552
552
  </div>
553
553
  </li>
@@ -556,36 +556,36 @@
556
556
  <div class="info">
557
557
  <div class="rank">
558
558
  <span title="Ranking 13">13</span>
559
- <a href="https://github.com/kholia/OSX-KVM" target="_blank" title="kholia/OSX-KVM">kholia/OSX-KVM</a>
559
+ <a href="https://github.com/neovim/neovim" target="_blank" title="neovim/neovim">neovim/neovim</a>
560
560
  </div>
561
561
  <div class="sub-title followers">
562
562
 
563
- <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
564
- <span style="background-color: #3572A5;"></span>Python
563
+ <a class="language" target="_blank" href="https://github.com/topics/vimscript" title="Programming Language Vimscript">
564
+ <span style="background-color: #199f4b;"></span>Vimscript
565
565
  </a>
566
566
 
567
567
  <span class="star" title="Stargazers Count">
568
568
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
569
569
  <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>
570
570
  </svg>
571
- <span>11920</span>
571
+ <span>48053</span>
572
572
  </span>
573
573
  <span class="star" title="Repo Forked">
574
574
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
575
575
  <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">
576
576
  </path>
577
577
  </svg>
578
- <span>1205</span>
578
+ <span>3496</span>
579
579
  </span>
580
580
  <span class="star">
581
581
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
582
582
  <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>
583
583
  </svg>
584
- <span>87 stars this week</span>
584
+ <span>282 stars this week</span>
585
585
  </span>
586
586
  </div>
587
587
  <div class="details">
588
- Run macOS on QEMU/KVM. With OpenCore + Big Sur support now! Only commercial (paid) support is available now to avoid spammy issues.
588
+ Vim-fork focused on extensibility and usability
589
589
  </div>
590
590
  </div>
591
591
  </li>
@@ -594,36 +594,36 @@
594
594
  <div class="info">
595
595
  <div class="rank">
596
596
  <span title="Ranking 14">14</span>
597
- <a href="https://github.com/topjohnwu/Magisk" target="_blank" title="topjohnwu/Magisk">topjohnwu/Magisk</a>
597
+ <a href="https://github.com/nvm-sh/nvm" target="_blank" title="nvm-sh/nvm">nvm-sh/nvm</a>
598
598
  </div>
599
599
  <div class="sub-title followers">
600
600
 
601
- <a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
602
- <span style="background-color: #f34b7d;"></span>C++
601
+ <a class="language" target="_blank" href="https://github.com/topics/shell" title="Programming Language Shell">
602
+ <span style="background-color: #89e051;"></span>Shell
603
603
  </a>
604
604
 
605
605
  <span class="star" title="Stargazers Count">
606
606
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
607
607
  <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>
608
608
  </svg>
609
- <span>21308</span>
609
+ <span>52669</span>
610
610
  </span>
611
611
  <span class="star" title="Repo Forked">
612
612
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
613
613
  <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">
614
614
  </path>
615
615
  </svg>
616
- <span>4562</span>
616
+ <span>5425</span>
617
617
  </span>
618
618
  <span class="star">
619
619
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
620
620
  <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>
621
621
  </svg>
622
- <span>239 stars this week</span>
622
+ <span>266 stars this week</span>
623
623
  </span>
624
624
  </div>
625
625
  <div class="details">
626
- The Magic Mask for Android
626
+ Node Version Manager - POSIX-compliant bash script to manage multiple active node.js versions
627
627
  </div>
628
628
  </div>
629
629
  </li>
@@ -632,7 +632,7 @@
632
632
  <div class="info">
633
633
  <div class="rank">
634
634
  <span title="Ranking 15">15</span>
635
- <a href="https://github.com/TheAlgorithms/Python" target="_blank" title="TheAlgorithms/Python">TheAlgorithms/Python</a>
635
+ <a href="https://github.com/deepfakes/faceswap" target="_blank" title="deepfakes/faceswap">deepfakes/faceswap</a>
636
636
  </div>
637
637
  <div class="sub-title followers">
638
638
 
@@ -644,24 +644,24 @@
644
644
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
645
645
  <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>
646
646
  </svg>
647
- <span>121772</span>
647
+ <span>39374</span>
648
648
  </span>
649
649
  <span class="star" title="Repo Forked">
650
650
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
651
651
  <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">
652
652
  </path>
653
653
  </svg>
654
- <span>32646</span>
654
+ <span>11301</span>
655
655
  </span>
656
656
  <span class="star">
657
657
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
658
658
  <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>
659
659
  </svg>
660
- <span>1212 stars this week</span>
660
+ <span>383 stars this week</span>
661
661
  </span>
662
662
  </div>
663
663
  <div class="details">
664
- All Algorithms implemented in Python
664
+ Deepfakes Software For All
665
665
  </div>
666
666
  </div>
667
667
  </li>
@@ -670,36 +670,36 @@
670
670
  <div class="info">
671
671
  <div class="rank">
672
672
  <span title="Ranking 16">16</span>
673
- <a href="https://github.com/mpv-player/mpv" target="_blank" title="mpv-player/mpv">mpv-player/mpv</a>
673
+ <a href="https://github.com/HashLips/hashlips_art_engine" target="_blank" title="HashLips/hashlips_art_engine">HashLips/hashlips_art_engine</a>
674
674
  </div>
675
675
  <div class="sub-title followers">
676
676
 
677
- <a class="language" target="_blank" href="https://github.com/topics/c" title="Programming Language C">
678
- <span style="background-color: #555555;"></span>C
677
+ <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
678
+ <span style="background-color: #f1e05a;"></span>JavaScript
679
679
  </a>
680
680
 
681
681
  <span class="star" title="Stargazers Count">
682
682
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
683
683
  <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>
684
684
  </svg>
685
- <span>16318</span>
685
+ <span>1081</span>
686
686
  </span>
687
687
  <span class="star" title="Repo Forked">
688
688
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
689
689
  <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">
690
690
  </path>
691
691
  </svg>
692
- <span>2032</span>
692
+ <span>484</span>
693
693
  </span>
694
694
  <span class="star">
695
695
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
696
696
  <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>
697
697
  </svg>
698
- <span>92 stars this week</span>
698
+ <span>171 stars this week</span>
699
699
  </span>
700
700
  </div>
701
701
  <div class="details">
702
- 🎥 Command line video player
702
+ HashLips Art Engine is a tool used to create multiple different instances of artworks based on provided layers.
703
703
  </div>
704
704
  </div>
705
705
  </li>
@@ -708,7 +708,7 @@
708
708
  <div class="info">
709
709
  <div class="rank">
710
710
  <span title="Ranking 17">17</span>
711
- <a href="https://github.com/swisskyrepo/PayloadsAllTheThings" target="_blank" title="swisskyrepo/PayloadsAllTheThings">swisskyrepo/PayloadsAllTheThings</a>
711
+ <a href="https://github.com/CyberPunkMetalHead/gateio-crypto-trading-bot-binance-announcements-new-coins" target="_blank" title="CyberPunkMetalHead/gateio-crypto-trading-bot-binance-announcements-new-coins">CyberPunkMetalHead/gateio-crypto-trading-bot-binance-announcements-new-coins</a>
712
712
  </div>
713
713
  <div class="sub-title followers">
714
714
 
@@ -720,24 +720,24 @@
720
720
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
721
721
  <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>
722
722
  </svg>
723
- <span>31499</span>
723
+ <span>515</span>
724
724
  </span>
725
725
  <span class="star" title="Repo Forked">
726
726
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
727
727
  <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">
728
728
  </path>
729
729
  </svg>
730
- <span>8608</span>
730
+ <span>114</span>
731
731
  </span>
732
732
  <span class="star">
733
733
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
734
734
  <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>
735
735
  </svg>
736
- <span>504 stars this week</span>
736
+ <span>120 stars this week</span>
737
737
  </span>
738
738
  </div>
739
739
  <div class="details">
740
- A list of useful payloads and bypass for Web Application Security and Pentest/CTF
740
+ This is a crypto trading bot that scans the Binance Annoucements page for new coins, and places trades on Gateio
741
741
  </div>
742
742
  </div>
743
743
  </li>
@@ -746,36 +746,36 @@
746
746
  <div class="info">
747
747
  <div class="rank">
748
748
  <span title="Ranking 18">18</span>
749
- <a href="https://github.com/microsoft/terminal" target="_blank" title="microsoft/terminal">microsoft/terminal</a>
749
+ <a href="https://github.com/vercel/next.js" target="_blank" title="vercel/next.js">vercel/next.js</a>
750
750
  </div>
751
751
  <div class="sub-title followers">
752
752
 
753
- <a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
754
- <span style="background-color: #f34b7d;"></span>C++
753
+ <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
754
+ <span style="background-color: #f1e05a;"></span>JavaScript
755
755
  </a>
756
756
 
757
757
  <span class="star" title="Stargazers Count">
758
758
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
759
759
  <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>
760
760
  </svg>
761
- <span>78228</span>
761
+ <span>75720</span>
762
762
  </span>
763
763
  <span class="star" title="Repo Forked">
764
764
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
765
765
  <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">
766
766
  </path>
767
767
  </svg>
768
- <span>6964</span>
768
+ <span>14976</span>
769
769
  </span>
770
770
  <span class="star">
771
771
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
772
772
  <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>
773
773
  </svg>
774
- <span>371 stars this week</span>
774
+ <span>923 stars this week</span>
775
775
  </span>
776
776
  </div>
777
777
  <div class="details">
778
- The new Windows Terminal and the original Windows console host, all in the same place!
778
+ The React Framework
779
779
  </div>
780
780
  </div>
781
781
  </li>
@@ -784,36 +784,36 @@
784
784
  <div class="info">
785
785
  <div class="rank">
786
786
  <span title="Ranking 19">19</span>
787
- <a href="https://github.com/AveYo/MediaCreationTool.bat" target="_blank" title="AveYo/MediaCreationTool.bat">AveYo/MediaCreationTool.bat</a>
787
+ <a href="https://github.com/iterativv/NostalgiaForInfinity" target="_blank" title="iterativv/NostalgiaForInfinity">iterativv/NostalgiaForInfinity</a>
788
788
  </div>
789
789
  <div class="sub-title followers">
790
790
 
791
- <a class="language" target="_blank" href="https://github.com/topics/batchfile" title="Programming Language Batchfile">
792
- <span style="background-color: #C1F12E;"></span>Batchfile
791
+ <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
792
+ <span style="background-color: #3572A5;"></span>Python
793
793
  </a>
794
794
 
795
795
  <span class="star" title="Stargazers Count">
796
796
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
797
797
  <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>
798
798
  </svg>
799
- <span>1350</span>
799
+ <span>514</span>
800
800
  </span>
801
801
  <span class="star" title="Repo Forked">
802
802
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
803
803
  <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">
804
804
  </path>
805
805
  </svg>
806
- <span>340</span>
806
+ <span>138</span>
807
807
  </span>
808
808
  <span class="star">
809
809
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
810
810
  <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>
811
811
  </svg>
812
- <span>229 stars this week</span>
812
+ <span>94 stars this week</span>
813
813
  </span>
814
814
  </div>
815
815
  <div class="details">
816
- Universal MCT wrapper script for all Windows 10/11 versions from 1507 to 21H2!
816
+ Trading strategy for the Freqtrade crypto bot
817
817
  </div>
818
818
  </div>
819
819
  </li>
@@ -822,36 +822,36 @@
822
822
  <div class="info">
823
823
  <div class="rank">
824
824
  <span title="Ranking 20">20</span>
825
- <a href="https://github.com/Footsiefat/zspotify" target="_blank" title="Footsiefat/zspotify">Footsiefat/zspotify</a>
825
+ <a href="https://github.com/microsoft/terminal" target="_blank" title="microsoft/terminal">microsoft/terminal</a>
826
826
  </div>
827
827
  <div class="sub-title followers">
828
828
 
829
- <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
830
- <span style="background-color: #3572A5;"></span>Python
829
+ <a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
830
+ <span style="background-color: #f34b7d;"></span>C++
831
831
  </a>
832
832
 
833
833
  <span class="star" title="Stargazers Count">
834
834
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
835
835
  <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>
836
836
  </svg>
837
- <span>2023</span>
837
+ <span>78326</span>
838
838
  </span>
839
839
  <span class="star" title="Repo Forked">
840
840
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
841
841
  <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">
842
842
  </path>
843
843
  </svg>
844
- <span>180</span>
844
+ <span>6974</span>
845
845
  </span>
846
846
  <span class="star">
847
847
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
848
848
  <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>
849
849
  </svg>
850
- <span>1697 stars this week</span>
850
+ <span>238 stars this week</span>
851
851
  </span>
852
852
  </div>
853
853
  <div class="details">
854
- A Spotify downloader needing only a python interpreter and ffmpeg.
854
+ The new Windows Terminal and the original Windows console host, all in the same place!
855
855
  </div>
856
856
  </div>
857
857
  </li>
@@ -860,32 +860,36 @@
860
860
  <div class="info">
861
861
  <div class="rank">
862
862
  <span title="Ranking 21">21</span>
863
- <a href="https://github.com/LaravelDaily/laravel-tips" target="_blank" title="LaravelDaily/laravel-tips">LaravelDaily/laravel-tips</a>
863
+ <a href="https://github.com/trekhleb/javascript-algorithms" target="_blank" title="trekhleb/javascript-algorithms">trekhleb/javascript-algorithms</a>
864
864
  </div>
865
865
  <div class="sub-title followers">
866
866
 
867
+ <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
868
+ <span style="background-color: #f1e05a;"></span>JavaScript
869
+ </a>
870
+
867
871
  <span class="star" title="Stargazers Count">
868
872
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
869
873
  <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>
870
874
  </svg>
871
- <span>2983</span>
875
+ <span>125587</span>
872
876
  </span>
873
877
  <span class="star" title="Repo Forked">
874
878
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
875
879
  <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">
876
880
  </path>
877
881
  </svg>
878
- <span>599</span>
882
+ <span>20447</span>
879
883
  </span>
880
884
  <span class="star">
881
885
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
882
886
  <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>
883
887
  </svg>
884
- <span>371 stars this week</span>
888
+ <span>1043 stars this week</span>
885
889
  </span>
886
890
  </div>
887
891
  <div class="details">
888
- Awesome tips for Laravel
892
+ 📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
889
893
  </div>
890
894
  </div>
891
895
  </li>
@@ -894,36 +898,36 @@
894
898
  <div class="info">
895
899
  <div class="rank">
896
900
  <span title="Ranking 22">22</span>
897
- <a href="https://github.com/reactjs/reactjs.org" target="_blank" title="reactjs/reactjs.org">reactjs/reactjs.org</a>
901
+ <a href="https://github.com/edeng23/binance-trade-bot" target="_blank" title="edeng23/binance-trade-bot">edeng23/binance-trade-bot</a>
898
902
  </div>
899
903
  <div class="sub-title followers">
900
904
 
901
- <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
902
- <span style="background-color: #f1e05a;"></span>JavaScript
905
+ <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
906
+ <span style="background-color: #3572A5;"></span>Python
903
907
  </a>
904
908
 
905
909
  <span class="star" title="Stargazers Count">
906
910
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
907
911
  <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>
908
912
  </svg>
909
- <span>6433</span>
913
+ <span>5385</span>
910
914
  </span>
911
915
  <span class="star" title="Repo Forked">
912
916
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
913
917
  <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">
914
918
  </path>
915
919
  </svg>
916
- <span>5507</span>
920
+ <span>1416</span>
917
921
  </span>
918
922
  <span class="star">
919
923
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
920
924
  <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>
921
925
  </svg>
922
- <span>498 stars this week</span>
926
+ <span>141 stars this week</span>
923
927
  </span>
924
928
  </div>
925
929
  <div class="details">
926
- The React documentation website
930
+ Automated cryptocurrency trading bot
927
931
  </div>
928
932
  </div>
929
933
  </li>
@@ -932,36 +936,36 @@
932
936
  <div class="info">
933
937
  <div class="rank">
934
938
  <span title="Ranking 23">23</span>
935
- <a href="https://github.com/deepmind/mujoco" target="_blank" title="deepmind/mujoco">deepmind/mujoco</a>
939
+ <a href="https://github.com/Vonng/ddia" target="_blank" title="Vonng/ddia">Vonng/ddia</a>
936
940
  </div>
937
941
  <div class="sub-title followers">
938
942
 
939
- <a class="language" target="_blank" href="https://github.com/topics/c" title="Programming Language C">
940
- <span style="background-color: #555555;"></span>C
943
+ <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
944
+ <span style="background-color: #3572A5;"></span>Python
941
945
  </a>
942
946
 
943
947
  <span class="star" title="Stargazers Count">
944
948
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
945
949
  <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>
946
950
  </svg>
947
- <span>2545</span>
951
+ <span>9670</span>
948
952
  </span>
949
953
  <span class="star" title="Repo Forked">
950
954
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
951
955
  <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">
952
956
  </path>
953
957
  </svg>
954
- <span>159</span>
958
+ <span>2128</span>
955
959
  </span>
956
960
  <span class="star">
957
961
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
958
962
  <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>
959
963
  </svg>
960
- <span>720 stars this week</span>
964
+ <span>216 stars this week</span>
961
965
  </span>
962
966
  </div>
963
967
  <div class="details">
964
- Multi-Joint dynamics with Contact. A general purpose physics simulator.
968
+ 《Designing Data-Intensive Application》DDIA中文翻译
965
969
  </div>
966
970
  </div>
967
971
  </li>
@@ -970,36 +974,36 @@
970
974
  <div class="info">
971
975
  <div class="rank">
972
976
  <span title="Ranking 24">24</span>
973
- <a href="https://github.com/foxlet/macOS-Simple-KVM" target="_blank" title="foxlet/macOS-Simple-KVM">foxlet/macOS-Simple-KVM</a>
977
+ <a href="https://github.com/cloudreve/Cloudreve" target="_blank" title="cloudreve/Cloudreve">cloudreve/Cloudreve</a>
974
978
  </div>
975
979
  <div class="sub-title followers">
976
980
 
977
- <a class="language" target="_blank" href="https://github.com/topics/shell" title="Programming Language Shell">
978
- <span style="background-color: #89e051;"></span>Shell
981
+ <a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
982
+ <span style="background-color: #00ADD8;"></span>Go
979
983
  </a>
980
984
 
981
985
  <span class="star" title="Stargazers Count">
982
986
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
983
987
  <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>
984
988
  </svg>
985
- <span>11512</span>
989
+ <span>11539</span>
986
990
  </span>
987
991
  <span class="star" title="Repo Forked">
988
992
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
989
993
  <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">
990
994
  </path>
991
995
  </svg>
992
- <span>987</span>
996
+ <span>1986</span>
993
997
  </span>
994
998
  <span class="star">
995
999
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
996
1000
  <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>
997
1001
  </svg>
998
- <span>59 stars this week</span>
1002
+ <span>322 stars this week</span>
999
1003
  </span>
1000
1004
  </div>
1001
1005
  <div class="details">
1002
- Tools to set up a quick macOS VM in QEMU, accelerated by KVM.
1006
+ 🌩支持多家云存储的云盘系统 (Self-deployed file management and sharing system, supports multiple storage providers)
1003
1007
  </div>
1004
1008
  </div>
1005
1009
  </li>
@@ -1008,32 +1012,36 @@
1008
1012
  <div class="info">
1009
1013
  <div class="rank">
1010
1014
  <span title="Ranking 25">25</span>
1011
- <a href="https://github.com/0voice/audio_video_streaming" target="_blank" title="0voice/audio_video_streaming">0voice/audio_video_streaming</a>
1015
+ <a href="https://github.com/storybookjs/storybook" target="_blank" title="storybookjs/storybook">storybookjs/storybook</a>
1012
1016
  </div>
1013
1017
  <div class="sub-title followers">
1014
1018
 
1019
+ <a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
1020
+ <span style="background-color: #2b7489;"></span>TypeScript
1021
+ </a>
1022
+
1015
1023
  <span class="star" title="Stargazers Count">
1016
1024
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
1017
1025
  <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>
1018
1026
  </svg>
1019
- <span>1669</span>
1027
+ <span>65678</span>
1020
1028
  </span>
1021
1029
  <span class="star" title="Repo Forked">
1022
1030
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
1023
1031
  <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">
1024
1032
  </path>
1025
1033
  </svg>
1026
- <span>295</span>
1034
+ <span>6673</span>
1027
1035
  </span>
1028
1036
  <span class="star">
1029
1037
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
1030
1038
  <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>
1031
1039
  </svg>
1032
- <span>997 stars this week</span>
1040
+ <span>239 stars this week</span>
1033
1041
  </span>
1034
1042
  </div>
1035
1043
  <div class="details">
1036
- 音视频流媒体权威资料整理,500+份文章,论文,视频,实践项目,协议,业界大神名单。
1044
+ 📓 The UI component explorer. Develop, document, &amp; test React, Vue, Angular, Web Components, Ember, Svelte &amp; more!
1037
1045
  </div>
1038
1046
  </div>
1039
1047
  </li>
@@ -1054,7 +1062,7 @@
1054
1062
  <img src="https://img.shields.io/npm/v/@wcj/github-rank.svg?label=unpkg">
1055
1063
  </a>
1056
1064
  </p>
1057
- <div class="time">Last cache created on 2021/10/28 by Github API v3.</div>
1065
+ <div class="time">Last cache created on 2021/11/1 by Github API v3.</div>
1058
1066
  Create by <a href="https://github.com/jaywcjlove" target="_blank">小弟调调™</a>.
1059
1067
  </div>
1060
1068
  </body>