@wcj/github-rank 24.1.16 → 24.1.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/repos.json +28803 -28803
- package/dist/trending-daily.json +190 -190
- package/dist/trending-monthly.json +158 -158
- package/dist/trending-weekly.json +172 -172
- package/dist/users.china.json +2234 -2199
- package/dist/users.json +8616 -8616
- package/package.json +1 -1
- package/web/data/repos.json +28803 -28803
- package/web/data/trending-daily.json +190 -190
- package/web/data/trending-monthly.json +158 -158
- package/web/data/trending-weekly.json +172 -172
- package/web/data/users.china.json +2234 -2199
- package/web/data/users.json +8616 -8616
- package/web/index.html +6410 -6410
- package/web/repos.html +3741 -3741
- package/web/trending-monthly.html +148 -140
- package/web/trending-weekly.html +159 -159
- package/web/trending.html +173 -169
- package/web/users.china.html +1674 -1641
package/web/trending.html
CHANGED
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
</a>
|
|
130
130
|
|
|
131
131
|
</h1>
|
|
132
|
-
<div class="time">Last cache created on 2024/1/
|
|
132
|
+
<div class="time">Last cache created on 2024/1/18 by
|
|
133
133
|
|
|
134
134
|
|
|
135
135
|
|
|
@@ -154,36 +154,36 @@
|
|
|
154
154
|
<div class="info">
|
|
155
155
|
<div class="rank">
|
|
156
156
|
<span title="Ranking 1">1</span>
|
|
157
|
-
<a href="https://github.com/
|
|
157
|
+
<a href="https://github.com/TencentARC/PhotoMaker" target="_blank" title="TencentARC/PhotoMaker">TencentARC/PhotoMaker</a>
|
|
158
158
|
</div>
|
|
159
159
|
<div class="sub-title followers">
|
|
160
160
|
|
|
161
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
162
|
-
<span style="background-color: #
|
|
161
|
+
<a class="language" target="_blank" href="https://github.com/topics/jupyternotebook" title="Programming Language JupyterNotebook">
|
|
162
|
+
<span style="background-color: #DA5B0B;"></span>JupyterNotebook
|
|
163
163
|
</a>
|
|
164
164
|
|
|
165
165
|
<span class="star" title="Stargazers Count">
|
|
166
166
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
167
167
|
<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>
|
|
168
168
|
</svg>
|
|
169
|
-
<span>
|
|
169
|
+
<span>3095</span>
|
|
170
170
|
</span>
|
|
171
171
|
<span class="star" title="Repo Forked">
|
|
172
172
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
173
173
|
<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">
|
|
174
174
|
</path>
|
|
175
175
|
</svg>
|
|
176
|
-
<span>
|
|
176
|
+
<span>203</span>
|
|
177
177
|
</span>
|
|
178
178
|
<span class="star">
|
|
179
179
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
180
180
|
<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>
|
|
181
181
|
</svg>
|
|
182
|
-
<span>
|
|
182
|
+
<span>574 stars today</span>
|
|
183
183
|
</span>
|
|
184
184
|
</div>
|
|
185
185
|
<div class="details">
|
|
186
|
-
|
|
186
|
+
PhotoMaker
|
|
187
187
|
</div>
|
|
188
188
|
</div>
|
|
189
189
|
</li>
|
|
@@ -192,36 +192,36 @@
|
|
|
192
192
|
<div class="info">
|
|
193
193
|
<div class="rank">
|
|
194
194
|
<span title="Ranking 2">2</span>
|
|
195
|
-
<a href="https://github.com/
|
|
195
|
+
<a href="https://github.com/maybe-finance/maybe" target="_blank" title="maybe-finance/maybe">maybe-finance/maybe</a>
|
|
196
196
|
</div>
|
|
197
197
|
<div class="sub-title followers">
|
|
198
198
|
|
|
199
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
200
|
-
<span style="background-color: #
|
|
199
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
200
|
+
<span style="background-color: #3178c6;"></span>TypeScript
|
|
201
201
|
</a>
|
|
202
202
|
|
|
203
203
|
<span class="star" title="Stargazers Count">
|
|
204
204
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
205
205
|
<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>
|
|
206
206
|
</svg>
|
|
207
|
-
<span>
|
|
207
|
+
<span>11343</span>
|
|
208
208
|
</span>
|
|
209
209
|
<span class="star" title="Repo Forked">
|
|
210
210
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
211
211
|
<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">
|
|
212
212
|
</path>
|
|
213
213
|
</svg>
|
|
214
|
-
<span>
|
|
214
|
+
<span>785</span>
|
|
215
215
|
</span>
|
|
216
216
|
<span class="star">
|
|
217
217
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
218
218
|
<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>
|
|
219
219
|
</svg>
|
|
220
|
-
<span>
|
|
220
|
+
<span>1588 stars today</span>
|
|
221
221
|
</span>
|
|
222
222
|
</div>
|
|
223
223
|
<div class="details">
|
|
224
|
-
|
|
224
|
+
Personal finance and wealth management app
|
|
225
225
|
</div>
|
|
226
226
|
</div>
|
|
227
227
|
</li>
|
|
@@ -230,36 +230,32 @@
|
|
|
230
230
|
<div class="info">
|
|
231
231
|
<div class="rank">
|
|
232
232
|
<span title="Ranking 3">3</span>
|
|
233
|
-
<a href="https://github.com/
|
|
233
|
+
<a href="https://github.com/linexjlin/GPTs" target="_blank" title="linexjlin/GPTs">linexjlin/GPTs</a>
|
|
234
234
|
</div>
|
|
235
235
|
<div class="sub-title followers">
|
|
236
236
|
|
|
237
|
-
<a class="language" target="_blank" href="https://github.com/topics/kotlin" title="Programming Language Kotlin">
|
|
238
|
-
<span style="background-color: #A97BFF;"></span>Kotlin
|
|
239
|
-
</a>
|
|
240
|
-
|
|
241
237
|
<span class="star" title="Stargazers Count">
|
|
242
238
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
243
239
|
<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>
|
|
244
240
|
</svg>
|
|
245
|
-
<span>
|
|
241
|
+
<span>23072</span>
|
|
246
242
|
</span>
|
|
247
243
|
<span class="star" title="Repo Forked">
|
|
248
244
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
249
245
|
<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">
|
|
250
246
|
</path>
|
|
251
247
|
</svg>
|
|
252
|
-
<span>
|
|
248
|
+
<span>3301</span>
|
|
253
249
|
</span>
|
|
254
250
|
<span class="star">
|
|
255
251
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
256
252
|
<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>
|
|
257
253
|
</svg>
|
|
258
|
-
<span>
|
|
254
|
+
<span>356 stars today</span>
|
|
259
255
|
</span>
|
|
260
256
|
</div>
|
|
261
257
|
<div class="details">
|
|
262
|
-
|
|
258
|
+
leaked prompts of GPTs
|
|
263
259
|
</div>
|
|
264
260
|
</div>
|
|
265
261
|
</li>
|
|
@@ -268,36 +264,32 @@
|
|
|
268
264
|
<div class="info">
|
|
269
265
|
<div class="rank">
|
|
270
266
|
<span title="Ranking 4">4</span>
|
|
271
|
-
<a href="https://github.com/
|
|
267
|
+
<a href="https://github.com/bleedline/aimoneyhunter" target="_blank" title="bleedline/aimoneyhunter">bleedline/aimoneyhunter</a>
|
|
272
268
|
</div>
|
|
273
269
|
<div class="sub-title followers">
|
|
274
270
|
|
|
275
|
-
<a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
|
|
276
|
-
<span style="background-color: #b07219;"></span>Java
|
|
277
|
-
</a>
|
|
278
|
-
|
|
279
271
|
<span class="star" title="Stargazers Count">
|
|
280
272
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
281
273
|
<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>
|
|
282
274
|
</svg>
|
|
283
|
-
<span>
|
|
275
|
+
<span>5879</span>
|
|
284
276
|
</span>
|
|
285
277
|
<span class="star" title="Repo Forked">
|
|
286
278
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
287
279
|
<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">
|
|
288
280
|
</path>
|
|
289
281
|
</svg>
|
|
290
|
-
<span>
|
|
282
|
+
<span>634</span>
|
|
291
283
|
</span>
|
|
292
284
|
<span class="star">
|
|
293
285
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
294
286
|
<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>
|
|
295
287
|
</svg>
|
|
296
|
-
<span>
|
|
288
|
+
<span>388 stars today</span>
|
|
297
289
|
</span>
|
|
298
290
|
</div>
|
|
299
291
|
<div class="details">
|
|
300
|
-
|
|
292
|
+
ai副业赚钱大集合,教你如何利用ai做一些副业项目,赚取更多额外收益。The Ultimate Guide to Making Money with AI Side Hustles: Learn how to leverage AI for some cool side gigs and rake in some extra cash. Check out the English version for more insights.
|
|
301
293
|
</div>
|
|
302
294
|
</div>
|
|
303
295
|
</li>
|
|
@@ -306,36 +298,36 @@
|
|
|
306
298
|
<div class="info">
|
|
307
299
|
<div class="rank">
|
|
308
300
|
<span title="Ranking 5">5</span>
|
|
309
|
-
<a href="https://github.com/
|
|
301
|
+
<a href="https://github.com/VikParuchuri/surya" target="_blank" title="VikParuchuri/surya">VikParuchuri/surya</a>
|
|
310
302
|
</div>
|
|
311
303
|
<div class="sub-title followers">
|
|
312
304
|
|
|
313
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
314
|
-
<span style="background-color: #
|
|
305
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
306
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
315
307
|
</a>
|
|
316
308
|
|
|
317
309
|
<span class="star" title="Stargazers Count">
|
|
318
310
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
319
311
|
<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>
|
|
320
312
|
</svg>
|
|
321
|
-
<span>
|
|
313
|
+
<span>3320</span>
|
|
322
314
|
</span>
|
|
323
315
|
<span class="star" title="Repo Forked">
|
|
324
316
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
325
317
|
<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">
|
|
326
318
|
</path>
|
|
327
319
|
</svg>
|
|
328
|
-
<span>
|
|
320
|
+
<span>173</span>
|
|
329
321
|
</span>
|
|
330
322
|
<span class="star">
|
|
331
323
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
332
324
|
<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>
|
|
333
325
|
</svg>
|
|
334
|
-
<span>
|
|
326
|
+
<span>537 stars today</span>
|
|
335
327
|
</span>
|
|
336
328
|
</div>
|
|
337
329
|
<div class="details">
|
|
338
|
-
|
|
330
|
+
Accurate line-level text detection and recognition (OCR) in any language
|
|
339
331
|
</div>
|
|
340
332
|
</div>
|
|
341
333
|
</li>
|
|
@@ -344,36 +336,36 @@
|
|
|
344
336
|
<div class="info">
|
|
345
337
|
<div class="rank">
|
|
346
338
|
<span title="Ranking 6">6</span>
|
|
347
|
-
<a href="https://github.com/
|
|
339
|
+
<a href="https://github.com/microsoft/STL" target="_blank" title="microsoft/STL">microsoft/STL</a>
|
|
348
340
|
</div>
|
|
349
341
|
<div class="sub-title followers">
|
|
350
342
|
|
|
351
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
352
|
-
<span style="background-color: #
|
|
343
|
+
<a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
|
|
344
|
+
<span style="background-color: #f34b7d;"></span>C++
|
|
353
345
|
</a>
|
|
354
346
|
|
|
355
347
|
<span class="star" title="Stargazers Count">
|
|
356
348
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
357
349
|
<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>
|
|
358
350
|
</svg>
|
|
359
|
-
<span>
|
|
351
|
+
<span>9422</span>
|
|
360
352
|
</span>
|
|
361
353
|
<span class="star" title="Repo Forked">
|
|
362
354
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
363
355
|
<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">
|
|
364
356
|
</path>
|
|
365
357
|
</svg>
|
|
366
|
-
<span>
|
|
358
|
+
<span>1413</span>
|
|
367
359
|
</span>
|
|
368
360
|
<span class="star">
|
|
369
361
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
370
362
|
<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>
|
|
371
363
|
</svg>
|
|
372
|
-
<span>
|
|
364
|
+
<span>14 stars today</span>
|
|
373
365
|
</span>
|
|
374
366
|
</div>
|
|
375
367
|
<div class="details">
|
|
376
|
-
|
|
368
|
+
MSVC's implementation of the C++ Standard Library.
|
|
377
369
|
</div>
|
|
378
370
|
</div>
|
|
379
371
|
</li>
|
|
@@ -382,32 +374,36 @@
|
|
|
382
374
|
<div class="info">
|
|
383
375
|
<div class="rank">
|
|
384
376
|
<span title="Ranking 7">7</span>
|
|
385
|
-
<a href="https://github.com/
|
|
377
|
+
<a href="https://github.com/DataTalksClub/data-engineering-zoomcamp" target="_blank" title="DataTalksClub/data-engineering-zoomcamp">DataTalksClub/data-engineering-zoomcamp</a>
|
|
386
378
|
</div>
|
|
387
379
|
<div class="sub-title followers">
|
|
388
380
|
|
|
381
|
+
<a class="language" target="_blank" href="https://github.com/topics/jupyternotebook" title="Programming Language JupyterNotebook">
|
|
382
|
+
<span style="background-color: #DA5B0B;"></span>JupyterNotebook
|
|
383
|
+
</a>
|
|
384
|
+
|
|
389
385
|
<span class="star" title="Stargazers Count">
|
|
390
386
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
391
387
|
<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>
|
|
392
388
|
</svg>
|
|
393
|
-
<span>
|
|
389
|
+
<span>18890</span>
|
|
394
390
|
</span>
|
|
395
391
|
<span class="star" title="Repo Forked">
|
|
396
392
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
397
393
|
<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">
|
|
398
394
|
</path>
|
|
399
395
|
</svg>
|
|
400
|
-
<span>
|
|
396
|
+
<span>4010</span>
|
|
401
397
|
</span>
|
|
402
398
|
<span class="star">
|
|
403
399
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
404
400
|
<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>
|
|
405
401
|
</svg>
|
|
406
|
-
<span>
|
|
402
|
+
<span>306 stars today</span>
|
|
407
403
|
</span>
|
|
408
404
|
</div>
|
|
409
405
|
<div class="details">
|
|
410
|
-
|
|
406
|
+
Free Data Engineering course!
|
|
411
407
|
</div>
|
|
412
408
|
</div>
|
|
413
409
|
</li>
|
|
@@ -416,36 +412,36 @@
|
|
|
416
412
|
<div class="info">
|
|
417
413
|
<div class="rank">
|
|
418
414
|
<span title="Ranking 8">8</span>
|
|
419
|
-
<a href="https://github.com/
|
|
415
|
+
<a href="https://github.com/skfolio/skfolio" target="_blank" title="skfolio/skfolio">skfolio/skfolio</a>
|
|
420
416
|
</div>
|
|
421
417
|
<div class="sub-title followers">
|
|
422
418
|
|
|
423
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
424
|
-
<span style="background-color: #
|
|
419
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
420
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
425
421
|
</a>
|
|
426
422
|
|
|
427
423
|
<span class="star" title="Stargazers Count">
|
|
428
424
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
429
425
|
<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>
|
|
430
426
|
</svg>
|
|
431
|
-
<span>
|
|
427
|
+
<span>529</span>
|
|
432
428
|
</span>
|
|
433
429
|
<span class="star" title="Repo Forked">
|
|
434
430
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
435
431
|
<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">
|
|
436
432
|
</path>
|
|
437
433
|
</svg>
|
|
438
|
-
<span>
|
|
434
|
+
<span>33</span>
|
|
439
435
|
</span>
|
|
440
436
|
<span class="star">
|
|
441
437
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
442
438
|
<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>
|
|
443
439
|
</svg>
|
|
444
|
-
<span>
|
|
440
|
+
<span>42 stars today</span>
|
|
445
441
|
</span>
|
|
446
442
|
</div>
|
|
447
443
|
<div class="details">
|
|
448
|
-
|
|
444
|
+
Python library for portfolio optimization built on top of scikit-learn
|
|
449
445
|
</div>
|
|
450
446
|
</div>
|
|
451
447
|
</li>
|
|
@@ -454,32 +450,36 @@
|
|
|
454
450
|
<div class="info">
|
|
455
451
|
<div class="rank">
|
|
456
452
|
<span title="Ranking 9">9</span>
|
|
457
|
-
<a href="https://github.com/
|
|
453
|
+
<a href="https://github.com/vanna-ai/vanna" target="_blank" title="vanna-ai/vanna">vanna-ai/vanna</a>
|
|
458
454
|
</div>
|
|
459
455
|
<div class="sub-title followers">
|
|
460
456
|
|
|
457
|
+
<a class="language" target="_blank" href="https://github.com/topics/jupyternotebook" title="Programming Language JupyterNotebook">
|
|
458
|
+
<span style="background-color: #DA5B0B;"></span>JupyterNotebook
|
|
459
|
+
</a>
|
|
460
|
+
|
|
461
461
|
<span class="star" title="Stargazers Count">
|
|
462
462
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
463
463
|
<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>
|
|
464
464
|
</svg>
|
|
465
|
-
<span>
|
|
465
|
+
<span>3328</span>
|
|
466
466
|
</span>
|
|
467
467
|
<span class="star" title="Repo Forked">
|
|
468
468
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
469
469
|
<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">
|
|
470
470
|
</path>
|
|
471
471
|
</svg>
|
|
472
|
-
<span>
|
|
472
|
+
<span>166</span>
|
|
473
473
|
</span>
|
|
474
474
|
<span class="star">
|
|
475
475
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
476
476
|
<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>
|
|
477
477
|
</svg>
|
|
478
|
-
<span>
|
|
478
|
+
<span>417 stars today</span>
|
|
479
479
|
</span>
|
|
480
480
|
</div>
|
|
481
481
|
<div class="details">
|
|
482
|
-
|
|
482
|
+
🤖 Chat with your SQL database 📊. Accurate Text-to-SQL Generation via LLMs using RAG 🔄.
|
|
483
483
|
</div>
|
|
484
484
|
</div>
|
|
485
485
|
</li>
|
|
@@ -488,36 +488,36 @@
|
|
|
488
488
|
<div class="info">
|
|
489
489
|
<div class="rank">
|
|
490
490
|
<span title="Ranking 10">10</span>
|
|
491
|
-
<a href="https://github.com/
|
|
491
|
+
<a href="https://github.com/angular/angular-cli" target="_blank" title="angular/angular-cli">angular/angular-cli</a>
|
|
492
492
|
</div>
|
|
493
493
|
<div class="sub-title followers">
|
|
494
494
|
|
|
495
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
496
|
-
<span style="background-color: #
|
|
495
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
496
|
+
<span style="background-color: #3178c6;"></span>TypeScript
|
|
497
497
|
</a>
|
|
498
498
|
|
|
499
499
|
<span class="star" title="Stargazers Count">
|
|
500
500
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
501
501
|
<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>
|
|
502
502
|
</svg>
|
|
503
|
-
<span>
|
|
503
|
+
<span>26479</span>
|
|
504
504
|
</span>
|
|
505
505
|
<span class="star" title="Repo Forked">
|
|
506
506
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
507
507
|
<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">
|
|
508
508
|
</path>
|
|
509
509
|
</svg>
|
|
510
|
-
<span>
|
|
510
|
+
<span>12165</span>
|
|
511
511
|
</span>
|
|
512
512
|
<span class="star">
|
|
513
513
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
514
514
|
<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>
|
|
515
515
|
</svg>
|
|
516
|
-
<span>
|
|
516
|
+
<span>3 stars today</span>
|
|
517
517
|
</span>
|
|
518
518
|
</div>
|
|
519
519
|
<div class="details">
|
|
520
|
-
|
|
520
|
+
CLI tool for Angular
|
|
521
521
|
</div>
|
|
522
522
|
</div>
|
|
523
523
|
</li>
|
|
@@ -526,36 +526,36 @@
|
|
|
526
526
|
<div class="info">
|
|
527
527
|
<div class="rank">
|
|
528
528
|
<span title="Ranking 11">11</span>
|
|
529
|
-
<a href="https://github.com/
|
|
529
|
+
<a href="https://github.com/PKUFlyingPig/cs-self-learning" target="_blank" title="PKUFlyingPig/cs-self-learning">PKUFlyingPig/cs-self-learning</a>
|
|
530
530
|
</div>
|
|
531
531
|
<div class="sub-title followers">
|
|
532
532
|
|
|
533
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
534
|
-
<span style="background-color: #
|
|
533
|
+
<a class="language" target="_blank" href="https://github.com/topics/html" title="Programming Language HTML">
|
|
534
|
+
<span style="background-color: #e34c26;"></span>HTML
|
|
535
535
|
</a>
|
|
536
536
|
|
|
537
537
|
<span class="star" title="Stargazers Count">
|
|
538
538
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
539
539
|
<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>
|
|
540
540
|
</svg>
|
|
541
|
-
<span>
|
|
541
|
+
<span>40235</span>
|
|
542
542
|
</span>
|
|
543
543
|
<span class="star" title="Repo Forked">
|
|
544
544
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
545
545
|
<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">
|
|
546
546
|
</path>
|
|
547
547
|
</svg>
|
|
548
|
-
<span>
|
|
548
|
+
<span>5200</span>
|
|
549
549
|
</span>
|
|
550
550
|
<span class="star">
|
|
551
551
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
552
552
|
<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>
|
|
553
553
|
</svg>
|
|
554
|
-
<span>
|
|
554
|
+
<span>100 stars today</span>
|
|
555
555
|
</span>
|
|
556
556
|
</div>
|
|
557
557
|
<div class="details">
|
|
558
|
-
|
|
558
|
+
计算机自学指南
|
|
559
559
|
</div>
|
|
560
560
|
</div>
|
|
561
561
|
</li>
|
|
@@ -564,36 +564,36 @@
|
|
|
564
564
|
<div class="info">
|
|
565
565
|
<div class="rank">
|
|
566
566
|
<span title="Ranking 12">12</span>
|
|
567
|
-
<a href="https://github.com/
|
|
567
|
+
<a href="https://github.com/microsoft/autogen" target="_blank" title="microsoft/autogen">microsoft/autogen</a>
|
|
568
568
|
</div>
|
|
569
569
|
<div class="sub-title followers">
|
|
570
570
|
|
|
571
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
572
|
-
<span style="background-color: #
|
|
571
|
+
<a class="language" target="_blank" href="https://github.com/topics/jupyternotebook" title="Programming Language JupyterNotebook">
|
|
572
|
+
<span style="background-color: #DA5B0B;"></span>JupyterNotebook
|
|
573
573
|
</a>
|
|
574
574
|
|
|
575
575
|
<span class="star" title="Stargazers Count">
|
|
576
576
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
577
577
|
<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>
|
|
578
578
|
</svg>
|
|
579
|
-
<span>
|
|
579
|
+
<span>20347</span>
|
|
580
580
|
</span>
|
|
581
581
|
<span class="star" title="Repo Forked">
|
|
582
582
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
583
583
|
<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">
|
|
584
584
|
</path>
|
|
585
585
|
</svg>
|
|
586
|
-
<span>
|
|
586
|
+
<span>2613</span>
|
|
587
587
|
</span>
|
|
588
588
|
<span class="star">
|
|
589
589
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
590
590
|
<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>
|
|
591
591
|
</svg>
|
|
592
|
-
<span>
|
|
592
|
+
<span>223 stars today</span>
|
|
593
593
|
</span>
|
|
594
594
|
</div>
|
|
595
595
|
<div class="details">
|
|
596
|
-
|
|
596
|
+
Enable Next-Gen Large Language Model Applications. Join our Discord: https://discord.gg/pAbnFJrkgZ
|
|
597
597
|
</div>
|
|
598
598
|
</div>
|
|
599
599
|
</li>
|
|
@@ -602,36 +602,36 @@
|
|
|
602
602
|
<div class="info">
|
|
603
603
|
<div class="rank">
|
|
604
604
|
<span title="Ranking 13">13</span>
|
|
605
|
-
<a href="https://github.com/
|
|
605
|
+
<a href="https://github.com/gethomepage/homepage" target="_blank" title="gethomepage/homepage">gethomepage/homepage</a>
|
|
606
606
|
</div>
|
|
607
607
|
<div class="sub-title followers">
|
|
608
608
|
|
|
609
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
610
|
-
<span style="background-color: #
|
|
609
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
610
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
611
611
|
</a>
|
|
612
612
|
|
|
613
613
|
<span class="star" title="Stargazers Count">
|
|
614
614
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
615
615
|
<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>
|
|
616
616
|
</svg>
|
|
617
|
-
<span>
|
|
617
|
+
<span>12692</span>
|
|
618
618
|
</span>
|
|
619
619
|
<span class="star" title="Repo Forked">
|
|
620
620
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
621
621
|
<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">
|
|
622
622
|
</path>
|
|
623
623
|
</svg>
|
|
624
|
-
<span>
|
|
624
|
+
<span>682</span>
|
|
625
625
|
</span>
|
|
626
626
|
<span class="star">
|
|
627
627
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
628
628
|
<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>
|
|
629
629
|
</svg>
|
|
630
|
-
<span>
|
|
630
|
+
<span>104 stars today</span>
|
|
631
631
|
</span>
|
|
632
632
|
</div>
|
|
633
633
|
<div class="details">
|
|
634
|
-
A
|
|
634
|
+
A highly customizable homepage (or startpage / application dashboard) with Docker and service API integrations.
|
|
635
635
|
</div>
|
|
636
636
|
</div>
|
|
637
637
|
</li>
|
|
@@ -640,7 +640,7 @@
|
|
|
640
640
|
<div class="info">
|
|
641
641
|
<div class="rank">
|
|
642
642
|
<span title="Ranking 14">14</span>
|
|
643
|
-
<a href="https://github.com/
|
|
643
|
+
<a href="https://github.com/friuns2/Leaked-GPTs" target="_blank" title="friuns2/Leaked-GPTs">friuns2/Leaked-GPTs</a>
|
|
644
644
|
</div>
|
|
645
645
|
<div class="sub-title followers">
|
|
646
646
|
|
|
@@ -652,24 +652,24 @@
|
|
|
652
652
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
653
653
|
<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>
|
|
654
654
|
</svg>
|
|
655
|
-
<span>
|
|
655
|
+
<span>948</span>
|
|
656
656
|
</span>
|
|
657
657
|
<span class="star" title="Repo Forked">
|
|
658
658
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
659
659
|
<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">
|
|
660
660
|
</path>
|
|
661
661
|
</svg>
|
|
662
|
-
<span>
|
|
662
|
+
<span>186</span>
|
|
663
663
|
</span>
|
|
664
664
|
<span class="star">
|
|
665
665
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
666
666
|
<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>
|
|
667
667
|
</svg>
|
|
668
|
-
<span>
|
|
668
|
+
<span>47 stars today</span>
|
|
669
669
|
</span>
|
|
670
670
|
</div>
|
|
671
671
|
<div class="details">
|
|
672
|
-
|
|
672
|
+
Leaked GPTs Prompts Bypass the 25 message limit or to try out GPTs without a Plus subscription. https://gptcall.net
|
|
673
673
|
</div>
|
|
674
674
|
</div>
|
|
675
675
|
</li>
|
|
@@ -678,36 +678,32 @@
|
|
|
678
678
|
<div class="info">
|
|
679
679
|
<div class="rank">
|
|
680
680
|
<span title="Ranking 15">15</span>
|
|
681
|
-
<a href="https://github.com/
|
|
681
|
+
<a href="https://github.com/trimstray/the-book-of-secret-knowledge" target="_blank" title="trimstray/the-book-of-secret-knowledge">trimstray/the-book-of-secret-knowledge</a>
|
|
682
682
|
</div>
|
|
683
683
|
<div class="sub-title followers">
|
|
684
684
|
|
|
685
|
-
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
686
|
-
<span style="background-color: #3178c6;"></span>TypeScript
|
|
687
|
-
</a>
|
|
688
|
-
|
|
689
685
|
<span class="star" title="Stargazers Count">
|
|
690
686
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
691
687
|
<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>
|
|
692
688
|
</svg>
|
|
693
|
-
<span>
|
|
689
|
+
<span>119051</span>
|
|
694
690
|
</span>
|
|
695
691
|
<span class="star" title="Repo Forked">
|
|
696
692
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
697
693
|
<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">
|
|
698
694
|
</path>
|
|
699
695
|
</svg>
|
|
700
|
-
<span>
|
|
696
|
+
<span>8250</span>
|
|
701
697
|
</span>
|
|
702
698
|
<span class="star">
|
|
703
699
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
704
700
|
<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>
|
|
705
701
|
</svg>
|
|
706
|
-
<span>
|
|
702
|
+
<span>114 stars today</span>
|
|
707
703
|
</span>
|
|
708
704
|
</div>
|
|
709
705
|
<div class="details">
|
|
710
|
-
|
|
706
|
+
A collection of inspiring lists, manuals, cheatsheets, blogs, hacks, one-liners, cli/web tools and more.
|
|
711
707
|
</div>
|
|
712
708
|
</div>
|
|
713
709
|
</li>
|
|
@@ -716,32 +712,36 @@
|
|
|
716
712
|
<div class="info">
|
|
717
713
|
<div class="rank">
|
|
718
714
|
<span title="Ranking 16">16</span>
|
|
719
|
-
<a href="https://github.com/
|
|
715
|
+
<a href="https://github.com/react-native-webview/react-native-webview" target="_blank" title="react-native-webview/react-native-webview">react-native-webview/react-native-webview</a>
|
|
720
716
|
</div>
|
|
721
717
|
<div class="sub-title followers">
|
|
722
718
|
|
|
719
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
720
|
+
<span style="background-color: #3178c6;"></span>TypeScript
|
|
721
|
+
</a>
|
|
722
|
+
|
|
723
723
|
<span class="star" title="Stargazers Count">
|
|
724
724
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
725
725
|
<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>
|
|
726
726
|
</svg>
|
|
727
|
-
<span>
|
|
727
|
+
<span>6023</span>
|
|
728
728
|
</span>
|
|
729
729
|
<span class="star" title="Repo Forked">
|
|
730
730
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
731
731
|
<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">
|
|
732
732
|
</path>
|
|
733
733
|
</svg>
|
|
734
|
-
<span>
|
|
734
|
+
<span>2889</span>
|
|
735
735
|
</span>
|
|
736
736
|
<span class="star">
|
|
737
737
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
738
738
|
<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>
|
|
739
739
|
</svg>
|
|
740
|
-
<span>
|
|
740
|
+
<span>6 stars today</span>
|
|
741
741
|
</span>
|
|
742
742
|
</div>
|
|
743
743
|
<div class="details">
|
|
744
|
-
|
|
744
|
+
React Native Cross-Platform WebView
|
|
745
745
|
</div>
|
|
746
746
|
</div>
|
|
747
747
|
</li>
|
|
@@ -750,32 +750,36 @@
|
|
|
750
750
|
<div class="info">
|
|
751
751
|
<div class="rank">
|
|
752
752
|
<span title="Ranking 17">17</span>
|
|
753
|
-
<a href="https://github.com/
|
|
753
|
+
<a href="https://github.com/kubernetes/autoscaler" target="_blank" title="kubernetes/autoscaler">kubernetes/autoscaler</a>
|
|
754
754
|
</div>
|
|
755
755
|
<div class="sub-title followers">
|
|
756
756
|
|
|
757
|
+
<a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
|
|
758
|
+
<span style="background-color: #00ADD8;"></span>Go
|
|
759
|
+
</a>
|
|
760
|
+
|
|
757
761
|
<span class="star" title="Stargazers Count">
|
|
758
762
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
759
763
|
<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
764
|
</svg>
|
|
761
|
-
<span>
|
|
765
|
+
<span>7397</span>
|
|
762
766
|
</span>
|
|
763
767
|
<span class="star" title="Repo Forked">
|
|
764
768
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
765
769
|
<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
770
|
</path>
|
|
767
771
|
</svg>
|
|
768
|
-
<span>
|
|
772
|
+
<span>3774</span>
|
|
769
773
|
</span>
|
|
770
774
|
<span class="star">
|
|
771
775
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
772
776
|
<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
777
|
</svg>
|
|
774
|
-
<span>
|
|
778
|
+
<span>12 stars today</span>
|
|
775
779
|
</span>
|
|
776
780
|
</div>
|
|
777
781
|
<div class="details">
|
|
778
|
-
|
|
782
|
+
Autoscaling components for Kubernetes
|
|
779
783
|
</div>
|
|
780
784
|
</div>
|
|
781
785
|
</li>
|
|
@@ -784,36 +788,36 @@
|
|
|
784
788
|
<div class="info">
|
|
785
789
|
<div class="rank">
|
|
786
790
|
<span title="Ranking 18">18</span>
|
|
787
|
-
<a href="https://github.com/
|
|
791
|
+
<a href="https://github.com/xiaolai/everyone-can-use-english" target="_blank" title="xiaolai/everyone-can-use-english">xiaolai/everyone-can-use-english</a>
|
|
788
792
|
</div>
|
|
789
793
|
<div class="sub-title followers">
|
|
790
794
|
|
|
791
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
792
|
-
<span style="background-color: #
|
|
795
|
+
<a class="language" target="_blank" href="https://github.com/topics/jupyternotebook" title="Programming Language JupyterNotebook">
|
|
796
|
+
<span style="background-color: #DA5B0B;"></span>JupyterNotebook
|
|
793
797
|
</a>
|
|
794
798
|
|
|
795
799
|
<span class="star" title="Stargazers Count">
|
|
796
800
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
797
801
|
<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
802
|
</svg>
|
|
799
|
-
<span>
|
|
803
|
+
<span>14692</span>
|
|
800
804
|
</span>
|
|
801
805
|
<span class="star" title="Repo Forked">
|
|
802
806
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
803
807
|
<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
808
|
</path>
|
|
805
809
|
</svg>
|
|
806
|
-
<span>
|
|
810
|
+
<span>2631</span>
|
|
807
811
|
</span>
|
|
808
812
|
<span class="star">
|
|
809
813
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
810
814
|
<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
815
|
</svg>
|
|
812
|
-
<span>
|
|
816
|
+
<span>1479 stars today</span>
|
|
813
817
|
</span>
|
|
814
818
|
</div>
|
|
815
819
|
<div class="details">
|
|
816
|
-
|
|
820
|
+
人人都能用英语
|
|
817
821
|
</div>
|
|
818
822
|
</div>
|
|
819
823
|
</li>
|
|
@@ -822,7 +826,7 @@
|
|
|
822
826
|
<div class="info">
|
|
823
827
|
<div class="rank">
|
|
824
828
|
<span title="Ranking 19">19</span>
|
|
825
|
-
<a href="https://github.com/
|
|
829
|
+
<a href="https://github.com/facebookresearch/audiocraft" target="_blank" title="facebookresearch/audiocraft">facebookresearch/audiocraft</a>
|
|
826
830
|
</div>
|
|
827
831
|
<div class="sub-title followers">
|
|
828
832
|
|
|
@@ -834,24 +838,24 @@
|
|
|
834
838
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
835
839
|
<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
840
|
</svg>
|
|
837
|
-
<span>
|
|
841
|
+
<span>18254</span>
|
|
838
842
|
</span>
|
|
839
843
|
<span class="star" title="Repo Forked">
|
|
840
844
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
841
845
|
<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
846
|
</path>
|
|
843
847
|
</svg>
|
|
844
|
-
<span>
|
|
848
|
+
<span>1807</span>
|
|
845
849
|
</span>
|
|
846
850
|
<span class="star">
|
|
847
851
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
848
852
|
<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
853
|
</svg>
|
|
850
|
-
<span>
|
|
854
|
+
<span>68 stars today</span>
|
|
851
855
|
</span>
|
|
852
856
|
</div>
|
|
853
857
|
<div class="details">
|
|
854
|
-
|
|
858
|
+
Audiocraft is a library for audio processing and generation with deep learning. It features the state-of-the-art EnCodec audio compressor / tokenizer, along with MusicGen, a simple and controllable music generation LM with textual and melodic conditioning.
|
|
855
859
|
</div>
|
|
856
860
|
</div>
|
|
857
861
|
</li>
|
|
@@ -860,7 +864,7 @@
|
|
|
860
864
|
<div class="info">
|
|
861
865
|
<div class="rank">
|
|
862
866
|
<span title="Ranking 20">20</span>
|
|
863
|
-
<a href="https://github.com/
|
|
867
|
+
<a href="https://github.com/AIGCDesignGroup/ReplaceAnything" target="_blank" title="AIGCDesignGroup/ReplaceAnything">AIGCDesignGroup/ReplaceAnything</a>
|
|
864
868
|
</div>
|
|
865
869
|
<div class="sub-title followers">
|
|
866
870
|
|
|
@@ -868,24 +872,24 @@
|
|
|
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>
|
|
875
|
+
<span>1654</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>
|
|
882
|
+
<span>60</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>
|
|
888
|
+
<span>251 stars today</span>
|
|
885
889
|
</span>
|
|
886
890
|
</div>
|
|
887
891
|
<div class="details">
|
|
888
|
-
|
|
892
|
+
|
|
889
893
|
</div>
|
|
890
894
|
</div>
|
|
891
895
|
</li>
|
|
@@ -894,36 +898,32 @@
|
|
|
894
898
|
<div class="info">
|
|
895
899
|
<div class="rank">
|
|
896
900
|
<span title="Ranking 21">21</span>
|
|
897
|
-
<a href="https://github.com/
|
|
901
|
+
<a href="https://github.com/binhnguyennus/awesome-scalability" target="_blank" title="binhnguyennus/awesome-scalability">binhnguyennus/awesome-scalability</a>
|
|
898
902
|
</div>
|
|
899
903
|
<div class="sub-title followers">
|
|
900
904
|
|
|
901
|
-
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
902
|
-
<span style="background-color: #3572A5;"></span>Python
|
|
903
|
-
</a>
|
|
904
|
-
|
|
905
905
|
<span class="star" title="Stargazers Count">
|
|
906
906
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
907
907
|
<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
908
|
</svg>
|
|
909
|
-
<span>
|
|
909
|
+
<span>50819</span>
|
|
910
910
|
</span>
|
|
911
911
|
<span class="star" title="Repo Forked">
|
|
912
912
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
913
913
|
<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
914
|
</path>
|
|
915
915
|
</svg>
|
|
916
|
-
<span>
|
|
916
|
+
<span>5414</span>
|
|
917
917
|
</span>
|
|
918
918
|
<span class="star">
|
|
919
919
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
920
920
|
<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
921
|
</svg>
|
|
922
|
-
<span>
|
|
922
|
+
<span>41 stars today</span>
|
|
923
923
|
</span>
|
|
924
924
|
</div>
|
|
925
925
|
<div class="details">
|
|
926
|
-
|
|
926
|
+
The Patterns of Scalable, Reliable, and Performant Large-Scale Systems
|
|
927
927
|
</div>
|
|
928
928
|
</div>
|
|
929
929
|
</li>
|
|
@@ -932,36 +932,36 @@
|
|
|
932
932
|
<div class="info">
|
|
933
933
|
<div class="rank">
|
|
934
934
|
<span title="Ranking 22">22</span>
|
|
935
|
-
<a href="https://github.com/
|
|
935
|
+
<a href="https://github.com/marcnewlin/hi_my_name_is_keyboard" target="_blank" title="marcnewlin/hi_my_name_is_keyboard">marcnewlin/hi_my_name_is_keyboard</a>
|
|
936
936
|
</div>
|
|
937
937
|
<div class="sub-title followers">
|
|
938
938
|
|
|
939
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
940
|
-
<span style="background-color: #
|
|
939
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
940
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
941
941
|
</a>
|
|
942
942
|
|
|
943
943
|
<span class="star" title="Stargazers Count">
|
|
944
944
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
945
945
|
<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
946
|
</svg>
|
|
947
|
-
<span>
|
|
947
|
+
<span>125</span>
|
|
948
948
|
</span>
|
|
949
949
|
<span class="star" title="Repo Forked">
|
|
950
950
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
951
951
|
<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
952
|
</path>
|
|
953
953
|
</svg>
|
|
954
|
-
<span>
|
|
954
|
+
<span>10</span>
|
|
955
955
|
</span>
|
|
956
956
|
<span class="star">
|
|
957
957
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
958
958
|
<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
959
|
</svg>
|
|
960
|
-
<span>
|
|
960
|
+
<span>26 stars today</span>
|
|
961
961
|
</span>
|
|
962
962
|
</div>
|
|
963
963
|
<div class="details">
|
|
964
|
-
|
|
964
|
+
|
|
965
965
|
</div>
|
|
966
966
|
</div>
|
|
967
967
|
</li>
|
|
@@ -970,36 +970,36 @@
|
|
|
970
970
|
<div class="info">
|
|
971
971
|
<div class="rank">
|
|
972
972
|
<span title="Ranking 23">23</span>
|
|
973
|
-
<a href="https://github.com/
|
|
973
|
+
<a href="https://github.com/spring-projects/spring-ai" target="_blank" title="spring-projects/spring-ai">spring-projects/spring-ai</a>
|
|
974
974
|
</div>
|
|
975
975
|
<div class="sub-title followers">
|
|
976
976
|
|
|
977
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
978
|
-
<span style="background-color: #
|
|
977
|
+
<a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
|
|
978
|
+
<span style="background-color: #b07219;"></span>Java
|
|
979
979
|
</a>
|
|
980
980
|
|
|
981
981
|
<span class="star" title="Stargazers Count">
|
|
982
982
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
983
983
|
<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
984
|
</svg>
|
|
985
|
-
<span>
|
|
985
|
+
<span>874</span>
|
|
986
986
|
</span>
|
|
987
987
|
<span class="star" title="Repo Forked">
|
|
988
988
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
989
989
|
<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
990
|
</path>
|
|
991
991
|
</svg>
|
|
992
|
-
<span>
|
|
992
|
+
<span>158</span>
|
|
993
993
|
</span>
|
|
994
994
|
<span class="star">
|
|
995
995
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
996
996
|
<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
997
|
</svg>
|
|
998
|
-
<span>
|
|
998
|
+
<span>10 stars today</span>
|
|
999
999
|
</span>
|
|
1000
1000
|
</div>
|
|
1001
1001
|
<div class="details">
|
|
1002
|
-
|
|
1002
|
+
An Application Framework for AI Engineering
|
|
1003
1003
|
</div>
|
|
1004
1004
|
</div>
|
|
1005
1005
|
</li>
|
|
@@ -1008,36 +1008,36 @@
|
|
|
1008
1008
|
<div class="info">
|
|
1009
1009
|
<div class="rank">
|
|
1010
1010
|
<span title="Ranking 24">24</span>
|
|
1011
|
-
<a href="https://github.com/
|
|
1011
|
+
<a href="https://github.com/GoogleCloudPlatform/generative-ai" target="_blank" title="GoogleCloudPlatform/generative-ai">GoogleCloudPlatform/generative-ai</a>
|
|
1012
1012
|
</div>
|
|
1013
1013
|
<div class="sub-title followers">
|
|
1014
1014
|
|
|
1015
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
1016
|
-
<span style="background-color: #
|
|
1015
|
+
<a class="language" target="_blank" href="https://github.com/topics/jupyternotebook" title="Programming Language JupyterNotebook">
|
|
1016
|
+
<span style="background-color: #DA5B0B;"></span>JupyterNotebook
|
|
1017
1017
|
</a>
|
|
1018
1018
|
|
|
1019
1019
|
<span class="star" title="Stargazers Count">
|
|
1020
1020
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1021
1021
|
<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>
|
|
1022
1022
|
</svg>
|
|
1023
|
-
<span>
|
|
1023
|
+
<span>4112</span>
|
|
1024
1024
|
</span>
|
|
1025
1025
|
<span class="star" title="Repo Forked">
|
|
1026
1026
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1027
1027
|
<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">
|
|
1028
1028
|
</path>
|
|
1029
1029
|
</svg>
|
|
1030
|
-
<span>
|
|
1030
|
+
<span>906</span>
|
|
1031
1031
|
</span>
|
|
1032
1032
|
<span class="star">
|
|
1033
1033
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1034
1034
|
<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>
|
|
1035
1035
|
</svg>
|
|
1036
|
-
<span>
|
|
1036
|
+
<span>30 stars today</span>
|
|
1037
1037
|
</span>
|
|
1038
1038
|
</div>
|
|
1039
1039
|
<div class="details">
|
|
1040
|
-
|
|
1040
|
+
Sample code and notebooks for Generative AI on Google Cloud
|
|
1041
1041
|
</div>
|
|
1042
1042
|
</div>
|
|
1043
1043
|
</li>
|
|
@@ -1046,32 +1046,36 @@
|
|
|
1046
1046
|
<div class="info">
|
|
1047
1047
|
<div class="rank">
|
|
1048
1048
|
<span title="Ranking 25">25</span>
|
|
1049
|
-
<a href="https://github.com/
|
|
1049
|
+
<a href="https://github.com/MooreThreads/Moore-AnimateAnyone" target="_blank" title="MooreThreads/Moore-AnimateAnyone">MooreThreads/Moore-AnimateAnyone</a>
|
|
1050
1050
|
</div>
|
|
1051
1051
|
<div class="sub-title followers">
|
|
1052
1052
|
|
|
1053
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
1054
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
1055
|
+
</a>
|
|
1056
|
+
|
|
1053
1057
|
<span class="star" title="Stargazers Count">
|
|
1054
1058
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1055
1059
|
<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>
|
|
1056
1060
|
</svg>
|
|
1057
|
-
<span>
|
|
1061
|
+
<span>1428</span>
|
|
1058
1062
|
</span>
|
|
1059
1063
|
<span class="star" title="Repo Forked">
|
|
1060
1064
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1061
1065
|
<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">
|
|
1062
1066
|
</path>
|
|
1063
1067
|
</svg>
|
|
1064
|
-
<span>
|
|
1068
|
+
<span>95</span>
|
|
1065
1069
|
</span>
|
|
1066
1070
|
<span class="star">
|
|
1067
1071
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1068
1072
|
<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>
|
|
1069
1073
|
</svg>
|
|
1070
|
-
<span>
|
|
1074
|
+
<span>255 stars today</span>
|
|
1071
1075
|
</span>
|
|
1072
1076
|
</div>
|
|
1073
1077
|
<div class="details">
|
|
1074
|
-
|
|
1078
|
+
|
|
1075
1079
|
</div>
|
|
1076
1080
|
</div>
|
|
1077
1081
|
</li>
|
|
@@ -1095,7 +1099,7 @@
|
|
|
1095
1099
|
<img src="https://img.shields.io/npm/v/@wcj/github-rank.svg?label=unpkg">
|
|
1096
1100
|
</a>
|
|
1097
1101
|
</div>
|
|
1098
|
-
<div class="time">Last cache created on 2024/1/
|
|
1102
|
+
<div class="time">Last cache created on 2024/1/18 by Github API v3.</div>
|
|
1099
1103
|
Create by <a href="https://github.com/jaywcjlove" target="_blank">小弟调调™</a>.
|
|
1100
1104
|
</div>
|
|
1101
1105
|
</body>
|