@wcj/github-rank 24.4.26 → 24.4.28
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 +26220 -26213
- package/dist/trending-daily.json +196 -196
- package/dist/trending-monthly.json +163 -163
- package/dist/trending-weekly.json +188 -177
- package/dist/users.china.json +1550 -1550
- package/dist/users.json +5008 -5008
- package/dist/users.org.json +479 -479
- package/package.json +1 -1
- package/web/data/repos.json +26220 -26213
- package/web/data/trending-daily.json +196 -196
- package/web/data/trending-monthly.json +163 -163
- package/web/data/trending-weekly.json +188 -177
- package/web/data/users.china.json +1550 -1550
- package/web/data/users.json +5008 -5008
- package/web/data/users.org.json +479 -479
- package/web/index.html +5279 -5279
- package/web/org.html +352 -352
- package/web/repos.html +3364 -3364
- package/web/trending-monthly.html +157 -157
- package/web/trending-weekly.html +195 -153
- package/web/trending.html +175 -171
- package/web/users.china.html +1423 -1423
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/4/
|
|
132
|
+
<div class="time">Last cache created on 2024/4/28 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/apple/corenet" target="_blank" title="apple/corenet">apple/corenet</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/python" title="Programming Language Python">
|
|
162
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
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>4.523k</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>304</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>1430 stars today</span>
|
|
183
183
|
</span>
|
|
184
184
|
</div>
|
|
185
185
|
<div class="details">
|
|
186
|
-
|
|
186
|
+
CoreNet: A library for training deep neural networks
|
|
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/myshell-ai/OpenVoice" target="_blank" title="myshell-ai/OpenVoice">myshell-ai/OpenVoice</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/python" title="Programming Language Python">
|
|
200
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
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>19.655k</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>1785</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>816 stars today</span>
|
|
221
221
|
</span>
|
|
222
222
|
</div>
|
|
223
223
|
<div class="details">
|
|
224
|
-
|
|
224
|
+
Instant voice cloning by MyShell.
|
|
225
225
|
</div>
|
|
226
226
|
</div>
|
|
227
227
|
</li>
|
|
@@ -230,36 +230,36 @@
|
|
|
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/adam-maj/tiny-gpu" target="_blank" title="adam-maj/tiny-gpu">adam-maj/tiny-gpu</a>
|
|
234
234
|
</div>
|
|
235
235
|
<div class="sub-title followers">
|
|
236
236
|
|
|
237
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
238
|
-
<span style="background-color: #
|
|
237
|
+
<a class="language" target="_blank" href="https://github.com/topics/systemverilog" title="Programming Language SystemVerilog">
|
|
238
|
+
<span style="background-color: #DAE1C2;"></span>SystemVerilog
|
|
239
239
|
</a>
|
|
240
240
|
|
|
241
241
|
<span class="star" title="Stargazers Count">
|
|
242
242
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
243
243
|
<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
244
|
</svg>
|
|
245
|
-
<span>
|
|
245
|
+
<span>2.346k</span>
|
|
246
246
|
</span>
|
|
247
247
|
<span class="star" title="Repo Forked">
|
|
248
248
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
249
249
|
<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
250
|
</path>
|
|
251
251
|
</svg>
|
|
252
|
-
<span>
|
|
252
|
+
<span>124</span>
|
|
253
253
|
</span>
|
|
254
254
|
<span class="star">
|
|
255
255
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
256
256
|
<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
257
|
</svg>
|
|
258
|
-
<span>
|
|
258
|
+
<span>425 stars today</span>
|
|
259
259
|
</span>
|
|
260
260
|
</div>
|
|
261
261
|
<div class="details">
|
|
262
|
-
|
|
262
|
+
A minimal GPU design in Verilog to learn how GPUs work from the ground up
|
|
263
263
|
</div>
|
|
264
264
|
</div>
|
|
265
265
|
</li>
|
|
@@ -268,36 +268,36 @@
|
|
|
268
268
|
<div class="info">
|
|
269
269
|
<div class="rank">
|
|
270
270
|
<span title="Ranking 4">4</span>
|
|
271
|
-
<a href="https://github.com/
|
|
271
|
+
<a href="https://github.com/Doriandarko/maestro" target="_blank" title="Doriandarko/maestro">Doriandarko/maestro</a>
|
|
272
272
|
</div>
|
|
273
273
|
<div class="sub-title followers">
|
|
274
274
|
|
|
275
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
276
|
-
<span style="background-color: #
|
|
275
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
276
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
277
277
|
</a>
|
|
278
278
|
|
|
279
279
|
<span class="star" title="Stargazers Count">
|
|
280
280
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
281
281
|
<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
282
|
</svg>
|
|
283
|
-
<span>
|
|
283
|
+
<span>1.075k</span>
|
|
284
284
|
</span>
|
|
285
285
|
<span class="star" title="Repo Forked">
|
|
286
286
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
287
287
|
<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
288
|
</path>
|
|
289
289
|
</svg>
|
|
290
|
-
<span>
|
|
290
|
+
<span>192</span>
|
|
291
291
|
</span>
|
|
292
292
|
<span class="star">
|
|
293
293
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
294
294
|
<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
295
|
</svg>
|
|
296
|
-
<span>
|
|
296
|
+
<span>169 stars today</span>
|
|
297
297
|
</span>
|
|
298
298
|
</div>
|
|
299
299
|
<div class="details">
|
|
300
|
-
|
|
300
|
+
A framework for Claude Opus to intelligently orchestrate subagents.
|
|
301
301
|
</div>
|
|
302
302
|
</div>
|
|
303
303
|
</li>
|
|
@@ -306,36 +306,36 @@
|
|
|
306
306
|
<div class="info">
|
|
307
307
|
<div class="rank">
|
|
308
308
|
<span title="Ranking 5">5</span>
|
|
309
|
-
<a href="https://github.com/
|
|
309
|
+
<a href="https://github.com/hpcaitech/Open-Sora" target="_blank" title="hpcaitech/Open-Sora">hpcaitech/Open-Sora</a>
|
|
310
310
|
</div>
|
|
311
311
|
<div class="sub-title followers">
|
|
312
312
|
|
|
313
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
314
|
-
<span style="background-color: #
|
|
313
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
314
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
315
315
|
</a>
|
|
316
316
|
|
|
317
317
|
<span class="star" title="Stargazers Count">
|
|
318
318
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
319
319
|
<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
320
|
</svg>
|
|
321
|
-
<span>
|
|
321
|
+
<span>16.089k</span>
|
|
322
322
|
</span>
|
|
323
323
|
<span class="star" title="Repo Forked">
|
|
324
324
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
325
325
|
<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
326
|
</path>
|
|
327
327
|
</svg>
|
|
328
|
-
<span>
|
|
328
|
+
<span>1472</span>
|
|
329
329
|
</span>
|
|
330
330
|
<span class="star">
|
|
331
331
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
332
332
|
<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
333
|
</svg>
|
|
334
|
-
<span>
|
|
334
|
+
<span>191 stars today</span>
|
|
335
335
|
</span>
|
|
336
336
|
</div>
|
|
337
337
|
<div class="details">
|
|
338
|
-
|
|
338
|
+
Open-Sora: Democratizing Efficient Video Production for All
|
|
339
339
|
</div>
|
|
340
340
|
</div>
|
|
341
341
|
</li>
|
|
@@ -344,36 +344,36 @@
|
|
|
344
344
|
<div class="info">
|
|
345
345
|
<div class="rank">
|
|
346
346
|
<span title="Ranking 6">6</span>
|
|
347
|
-
<a href="https://github.com/
|
|
347
|
+
<a href="https://github.com/cohere-ai/cohere-toolkit" target="_blank" title="cohere-ai/cohere-toolkit">cohere-ai/cohere-toolkit</a>
|
|
348
348
|
</div>
|
|
349
349
|
<div class="sub-title followers">
|
|
350
350
|
|
|
351
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
352
|
-
<span style="background-color: #
|
|
351
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
352
|
+
<span style="background-color: #3178c6;"></span>TypeScript
|
|
353
353
|
</a>
|
|
354
354
|
|
|
355
355
|
<span class="star" title="Stargazers Count">
|
|
356
356
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
357
357
|
<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
358
|
</svg>
|
|
359
|
-
<span>
|
|
359
|
+
<span>1.53k</span>
|
|
360
360
|
</span>
|
|
361
361
|
<span class="star" title="Repo Forked">
|
|
362
362
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
363
363
|
<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
364
|
</path>
|
|
365
365
|
</svg>
|
|
366
|
-
<span>
|
|
366
|
+
<span>164</span>
|
|
367
367
|
</span>
|
|
368
368
|
<span class="star">
|
|
369
369
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
370
370
|
<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
371
|
</svg>
|
|
372
|
-
<span>
|
|
372
|
+
<span>440 stars today</span>
|
|
373
373
|
</span>
|
|
374
374
|
</div>
|
|
375
375
|
<div class="details">
|
|
376
|
-
|
|
376
|
+
Toolkit is a collection of prebuilt components enabling users to quickly build and deploy RAG applications.
|
|
377
377
|
</div>
|
|
378
378
|
</div>
|
|
379
379
|
</li>
|
|
@@ -382,36 +382,36 @@
|
|
|
382
382
|
<div class="info">
|
|
383
383
|
<div class="rank">
|
|
384
384
|
<span title="Ranking 7">7</span>
|
|
385
|
-
<a href="https://github.com/
|
|
385
|
+
<a href="https://github.com/zyronon/douyin" target="_blank" title="zyronon/douyin">zyronon/douyin</a>
|
|
386
386
|
</div>
|
|
387
387
|
<div class="sub-title followers">
|
|
388
388
|
|
|
389
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
390
|
-
<span style="background-color: #
|
|
389
|
+
<a class="language" target="_blank" href="https://github.com/topics/vue" title="Programming Language Vue">
|
|
390
|
+
<span style="background-color: #41b883;"></span>Vue
|
|
391
391
|
</a>
|
|
392
392
|
|
|
393
393
|
<span class="star" title="Stargazers Count">
|
|
394
394
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
395
395
|
<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>
|
|
396
396
|
</svg>
|
|
397
|
-
<span>
|
|
397
|
+
<span>3.69k</span>
|
|
398
398
|
</span>
|
|
399
399
|
<span class="star" title="Repo Forked">
|
|
400
400
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
401
401
|
<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">
|
|
402
402
|
</path>
|
|
403
403
|
</svg>
|
|
404
|
-
<span>
|
|
404
|
+
<span>1029</span>
|
|
405
405
|
</span>
|
|
406
406
|
<span class="star">
|
|
407
407
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
408
408
|
<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>
|
|
409
409
|
</svg>
|
|
410
|
-
<span>
|
|
410
|
+
<span>133 stars today</span>
|
|
411
411
|
</span>
|
|
412
412
|
</div>
|
|
413
413
|
<div class="details">
|
|
414
|
-
|
|
414
|
+
Vue3 + Pinia + Vite5 仿抖音,Vue 在移动端的最佳实践 . Imitate TikTok ,Vue Best practices on Mobile
|
|
415
415
|
</div>
|
|
416
416
|
</div>
|
|
417
417
|
</li>
|
|
@@ -420,36 +420,36 @@
|
|
|
420
420
|
<div class="info">
|
|
421
421
|
<div class="rank">
|
|
422
422
|
<span title="Ranking 8">8</span>
|
|
423
|
-
<a href="https://github.com/
|
|
423
|
+
<a href="https://github.com/microsoft/MS-DOS" target="_blank" title="microsoft/MS-DOS">microsoft/MS-DOS</a>
|
|
424
424
|
</div>
|
|
425
425
|
<div class="sub-title followers">
|
|
426
426
|
|
|
427
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
428
|
-
<span style="background-color: #
|
|
427
|
+
<a class="language" target="_blank" href="https://github.com/topics/assembly" title="Programming Language Assembly">
|
|
428
|
+
<span style="background-color: #6E4C13;"></span>Assembly
|
|
429
429
|
</a>
|
|
430
430
|
|
|
431
431
|
<span class="star" title="Stargazers Count">
|
|
432
432
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
433
433
|
<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>
|
|
434
434
|
</svg>
|
|
435
|
-
<span>
|
|
435
|
+
<span>24.39k</span>
|
|
436
436
|
</span>
|
|
437
437
|
<span class="star" title="Repo Forked">
|
|
438
438
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
439
439
|
<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">
|
|
440
440
|
</path>
|
|
441
441
|
</svg>
|
|
442
|
-
<span>
|
|
442
|
+
<span>3339</span>
|
|
443
443
|
</span>
|
|
444
444
|
<span class="star">
|
|
445
445
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
446
446
|
<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>
|
|
447
447
|
</svg>
|
|
448
|
-
<span>
|
|
448
|
+
<span>2921 stars today</span>
|
|
449
449
|
</span>
|
|
450
450
|
</div>
|
|
451
451
|
<div class="details">
|
|
452
|
-
|
|
452
|
+
The original sources of MS-DOS 1.25, 2.0, and 4.0 for reference purposes
|
|
453
453
|
</div>
|
|
454
454
|
</div>
|
|
455
455
|
</li>
|
|
@@ -458,36 +458,36 @@
|
|
|
458
458
|
<div class="info">
|
|
459
459
|
<div class="rank">
|
|
460
460
|
<span title="Ranking 9">9</span>
|
|
461
|
-
<a href="https://github.com/
|
|
461
|
+
<a href="https://github.com/chat2db/Chat2DB" target="_blank" title="chat2db/Chat2DB">chat2db/Chat2DB</a>
|
|
462
462
|
</div>
|
|
463
463
|
<div class="sub-title followers">
|
|
464
464
|
|
|
465
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
466
|
-
<span style="background-color: #
|
|
465
|
+
<a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
|
|
466
|
+
<span style="background-color: #b07219;"></span>Java
|
|
467
467
|
</a>
|
|
468
468
|
|
|
469
469
|
<span class="star" title="Stargazers Count">
|
|
470
470
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
471
471
|
<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>
|
|
472
472
|
</svg>
|
|
473
|
-
<span>
|
|
473
|
+
<span>13k</span>
|
|
474
474
|
</span>
|
|
475
475
|
<span class="star" title="Repo Forked">
|
|
476
476
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
477
477
|
<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">
|
|
478
478
|
</path>
|
|
479
479
|
</svg>
|
|
480
|
-
<span>
|
|
480
|
+
<span>1445</span>
|
|
481
481
|
</span>
|
|
482
482
|
<span class="star">
|
|
483
483
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
484
484
|
<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>
|
|
485
485
|
</svg>
|
|
486
|
-
<span>
|
|
486
|
+
<span>56 stars today</span>
|
|
487
487
|
</span>
|
|
488
488
|
</div>
|
|
489
489
|
<div class="details">
|
|
490
|
-
|
|
490
|
+
🔥🔥🔥AI-driven data management platform Over 1 million developers are using Chat2DB
|
|
491
491
|
</div>
|
|
492
492
|
</div>
|
|
493
493
|
</li>
|
|
@@ -496,36 +496,36 @@
|
|
|
496
496
|
<div class="info">
|
|
497
497
|
<div class="rank">
|
|
498
498
|
<span title="Ranking 10">10</span>
|
|
499
|
-
<a href="https://github.com/
|
|
499
|
+
<a href="https://github.com/drawdb-io/drawdb" target="_blank" title="drawdb-io/drawdb">drawdb-io/drawdb</a>
|
|
500
500
|
</div>
|
|
501
501
|
<div class="sub-title followers">
|
|
502
502
|
|
|
503
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
504
|
-
<span style="background-color: #
|
|
503
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
504
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
505
505
|
</a>
|
|
506
506
|
|
|
507
507
|
<span class="star" title="Stargazers Count">
|
|
508
508
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
509
509
|
<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>
|
|
510
510
|
</svg>
|
|
511
|
-
<span>
|
|
511
|
+
<span>7.841k</span>
|
|
512
512
|
</span>
|
|
513
513
|
<span class="star" title="Repo Forked">
|
|
514
514
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
515
515
|
<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">
|
|
516
516
|
</path>
|
|
517
517
|
</svg>
|
|
518
|
-
<span>
|
|
518
|
+
<span>473</span>
|
|
519
519
|
</span>
|
|
520
520
|
<span class="star">
|
|
521
521
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
522
522
|
<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>
|
|
523
523
|
</svg>
|
|
524
|
-
<span>
|
|
524
|
+
<span>237 stars today</span>
|
|
525
525
|
</span>
|
|
526
526
|
</div>
|
|
527
527
|
<div class="details">
|
|
528
|
-
|
|
528
|
+
Free, simple, and intuitive online database design tool and SQL generator.
|
|
529
529
|
</div>
|
|
530
530
|
</div>
|
|
531
531
|
</li>
|
|
@@ -534,36 +534,36 @@
|
|
|
534
534
|
<div class="info">
|
|
535
535
|
<div class="rank">
|
|
536
536
|
<span title="Ranking 11">11</span>
|
|
537
|
-
<a href="https://github.com/
|
|
537
|
+
<a href="https://github.com/iperov/DeepFaceLive" target="_blank" title="iperov/DeepFaceLive">iperov/DeepFaceLive</a>
|
|
538
538
|
</div>
|
|
539
539
|
<div class="sub-title followers">
|
|
540
540
|
|
|
541
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
542
|
-
<span style="background-color: #
|
|
541
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
542
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
543
543
|
</a>
|
|
544
544
|
|
|
545
545
|
<span class="star" title="Stargazers Count">
|
|
546
546
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
547
547
|
<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>
|
|
548
548
|
</svg>
|
|
549
|
-
<span>
|
|
549
|
+
<span>22.792k</span>
|
|
550
550
|
</span>
|
|
551
551
|
<span class="star" title="Repo Forked">
|
|
552
552
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
553
553
|
<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">
|
|
554
554
|
</path>
|
|
555
555
|
</svg>
|
|
556
|
-
<span>
|
|
556
|
+
<span>3695</span>
|
|
557
557
|
</span>
|
|
558
558
|
<span class="star">
|
|
559
559
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
560
560
|
<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>
|
|
561
561
|
</svg>
|
|
562
|
-
<span>
|
|
562
|
+
<span>240 stars today</span>
|
|
563
563
|
</span>
|
|
564
564
|
</div>
|
|
565
565
|
<div class="details">
|
|
566
|
-
|
|
566
|
+
Real-time face swap for PC streaming or video calls
|
|
567
567
|
</div>
|
|
568
568
|
</div>
|
|
569
569
|
</li>
|
|
@@ -572,36 +572,36 @@
|
|
|
572
572
|
<div class="info">
|
|
573
573
|
<div class="rank">
|
|
574
574
|
<span title="Ranking 12">12</span>
|
|
575
|
-
<a href="https://github.com/
|
|
575
|
+
<a href="https://github.com/EricLBuehler/mistral.rs" target="_blank" title="EricLBuehler/mistral.rs">EricLBuehler/mistral.rs</a>
|
|
576
576
|
</div>
|
|
577
577
|
<div class="sub-title followers">
|
|
578
578
|
|
|
579
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
580
|
-
<span style="background-color: #
|
|
579
|
+
<a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
|
|
580
|
+
<span style="background-color: #dea584;"></span>Rust
|
|
581
581
|
</a>
|
|
582
582
|
|
|
583
583
|
<span class="star" title="Stargazers Count">
|
|
584
584
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
585
585
|
<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>
|
|
586
586
|
</svg>
|
|
587
|
-
<span>
|
|
587
|
+
<span>0.398k</span>
|
|
588
588
|
</span>
|
|
589
589
|
<span class="star" title="Repo Forked">
|
|
590
590
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
591
591
|
<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">
|
|
592
592
|
</path>
|
|
593
593
|
</svg>
|
|
594
|
-
<span>
|
|
594
|
+
<span>30</span>
|
|
595
595
|
</span>
|
|
596
596
|
<span class="star">
|
|
597
597
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
598
598
|
<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>
|
|
599
599
|
</svg>
|
|
600
|
-
<span>
|
|
600
|
+
<span>59 stars today</span>
|
|
601
601
|
</span>
|
|
602
602
|
</div>
|
|
603
603
|
<div class="details">
|
|
604
|
-
|
|
604
|
+
Blazingly fast LLM inference.
|
|
605
605
|
</div>
|
|
606
606
|
</div>
|
|
607
607
|
</li>
|
|
@@ -610,36 +610,36 @@
|
|
|
610
610
|
<div class="info">
|
|
611
611
|
<div class="rank">
|
|
612
612
|
<span title="Ranking 13">13</span>
|
|
613
|
-
<a href="https://github.com/
|
|
613
|
+
<a href="https://github.com/binary-husky/gpt_academic" target="_blank" title="binary-husky/gpt_academic">binary-husky/gpt_academic</a>
|
|
614
614
|
</div>
|
|
615
615
|
<div class="sub-title followers">
|
|
616
616
|
|
|
617
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
618
|
-
<span style="background-color: #
|
|
617
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
618
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
619
619
|
</a>
|
|
620
620
|
|
|
621
621
|
<span class="star" title="Stargazers Count">
|
|
622
622
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
623
623
|
<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>
|
|
624
624
|
</svg>
|
|
625
|
-
<span>
|
|
625
|
+
<span>56.367k</span>
|
|
626
626
|
</span>
|
|
627
627
|
<span class="star" title="Repo Forked">
|
|
628
628
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
629
629
|
<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">
|
|
630
630
|
</path>
|
|
631
631
|
</svg>
|
|
632
|
-
<span>
|
|
632
|
+
<span>7115</span>
|
|
633
633
|
</span>
|
|
634
634
|
<span class="star">
|
|
635
635
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
636
636
|
<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>
|
|
637
637
|
</svg>
|
|
638
|
-
<span>
|
|
638
|
+
<span>209 stars today</span>
|
|
639
639
|
</span>
|
|
640
640
|
</div>
|
|
641
641
|
<div class="details">
|
|
642
|
-
|
|
642
|
+
为GPT/GLM等LLM大语言模型提供实用化交互接口,特别优化论文阅读/润色/写作体验,模块化设计,支持自定义快捷按钮&函数插件,支持Python和C++等项目剖析&自译解功能,PDF/LaTex论文翻译&总结功能,支持并行问询多种LLM模型,支持chatglm3等本地模型。接入通义千问, deepseekcoder, 讯飞星火, 文心一言, llama2, rwkv, claude2, moss等。
|
|
643
643
|
</div>
|
|
644
644
|
</div>
|
|
645
645
|
</li>
|
|
@@ -648,36 +648,36 @@
|
|
|
648
648
|
<div class="info">
|
|
649
649
|
<div class="rank">
|
|
650
650
|
<span title="Ranking 14">14</span>
|
|
651
|
-
<a href="https://github.com/
|
|
651
|
+
<a href="https://github.com/OpenInterpreter/open-interpreter" target="_blank" title="OpenInterpreter/open-interpreter">OpenInterpreter/open-interpreter</a>
|
|
652
652
|
</div>
|
|
653
653
|
<div class="sub-title followers">
|
|
654
654
|
|
|
655
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
656
|
-
<span style="background-color: #
|
|
655
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
656
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
657
657
|
</a>
|
|
658
658
|
|
|
659
659
|
<span class="star" title="Stargazers Count">
|
|
660
660
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
661
661
|
<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>
|
|
662
662
|
</svg>
|
|
663
|
-
<span>
|
|
663
|
+
<span>48.039k</span>
|
|
664
664
|
</span>
|
|
665
665
|
<span class="star" title="Repo Forked">
|
|
666
666
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
667
667
|
<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">
|
|
668
668
|
</path>
|
|
669
669
|
</svg>
|
|
670
|
-
<span>
|
|
670
|
+
<span>4173</span>
|
|
671
671
|
</span>
|
|
672
672
|
<span class="star">
|
|
673
673
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
674
674
|
<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>
|
|
675
675
|
</svg>
|
|
676
|
-
<span>
|
|
676
|
+
<span>89 stars today</span>
|
|
677
677
|
</span>
|
|
678
678
|
</div>
|
|
679
679
|
<div class="details">
|
|
680
|
-
A
|
|
680
|
+
A natural language interface for computers
|
|
681
681
|
</div>
|
|
682
682
|
</div>
|
|
683
683
|
</li>
|
|
@@ -686,36 +686,36 @@
|
|
|
686
686
|
<div class="info">
|
|
687
687
|
<div class="rank">
|
|
688
688
|
<span title="Ranking 15">15</span>
|
|
689
|
-
<a href="https://github.com/
|
|
689
|
+
<a href="https://github.com/xelis-project/xelis-blockchain" target="_blank" title="xelis-project/xelis-blockchain">xelis-project/xelis-blockchain</a>
|
|
690
690
|
</div>
|
|
691
691
|
<div class="sub-title followers">
|
|
692
692
|
|
|
693
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
694
|
-
<span style="background-color: #
|
|
693
|
+
<a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
|
|
694
|
+
<span style="background-color: #dea584;"></span>Rust
|
|
695
695
|
</a>
|
|
696
696
|
|
|
697
697
|
<span class="star" title="Stargazers Count">
|
|
698
698
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
699
699
|
<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>
|
|
700
700
|
</svg>
|
|
701
|
-
<span>
|
|
701
|
+
<span>0.267k</span>
|
|
702
702
|
</span>
|
|
703
703
|
<span class="star" title="Repo Forked">
|
|
704
704
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
705
705
|
<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">
|
|
706
706
|
</path>
|
|
707
707
|
</svg>
|
|
708
|
-
<span>
|
|
708
|
+
<span>51</span>
|
|
709
709
|
</span>
|
|
710
710
|
<span class="star">
|
|
711
711
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
712
712
|
<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>
|
|
713
713
|
</svg>
|
|
714
|
-
<span>
|
|
714
|
+
<span>114 stars today</span>
|
|
715
715
|
</span>
|
|
716
716
|
</div>
|
|
717
717
|
<div class="details">
|
|
718
|
-
A
|
|
718
|
+
A private blockDAG using Homomorphic Encryption with Smart Contract support
|
|
719
719
|
</div>
|
|
720
720
|
</div>
|
|
721
721
|
</li>
|
|
@@ -724,7 +724,7 @@
|
|
|
724
724
|
<div class="info">
|
|
725
725
|
<div class="rank">
|
|
726
726
|
<span title="Ranking 16">16</span>
|
|
727
|
-
<a href="https://github.com/
|
|
727
|
+
<a href="https://github.com/SAWARATSUKI/ServiceLogos" target="_blank" title="SAWARATSUKI/ServiceLogos">SAWARATSUKI/ServiceLogos</a>
|
|
728
728
|
</div>
|
|
729
729
|
<div class="sub-title followers">
|
|
730
730
|
|
|
@@ -732,24 +732,24 @@
|
|
|
732
732
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
733
733
|
<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>
|
|
734
734
|
</svg>
|
|
735
|
-
<span>
|
|
735
|
+
<span>8.516k</span>
|
|
736
736
|
</span>
|
|
737
737
|
<span class="star" title="Repo Forked">
|
|
738
738
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
739
739
|
<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">
|
|
740
740
|
</path>
|
|
741
741
|
</svg>
|
|
742
|
-
<span>
|
|
742
|
+
<span>250</span>
|
|
743
743
|
</span>
|
|
744
744
|
<span class="star">
|
|
745
745
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
746
746
|
<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>
|
|
747
747
|
</svg>
|
|
748
|
-
<span>
|
|
748
|
+
<span>1972 stars today</span>
|
|
749
749
|
</span>
|
|
750
750
|
</div>
|
|
751
751
|
<div class="details">
|
|
752
|
-
|
|
752
|
+
ロゴを可愛く作ろう 節度を持って利用してくださいね🫠
|
|
753
753
|
</div>
|
|
754
754
|
</div>
|
|
755
755
|
</li>
|
|
@@ -758,7 +758,7 @@
|
|
|
758
758
|
<div class="info">
|
|
759
759
|
<div class="rank">
|
|
760
760
|
<span title="Ranking 17">17</span>
|
|
761
|
-
<a href="https://github.com/
|
|
761
|
+
<a href="https://github.com/1c7/chinese-independent-developer" target="_blank" title="1c7/chinese-independent-developer">1c7/chinese-independent-developer</a>
|
|
762
762
|
</div>
|
|
763
763
|
<div class="sub-title followers">
|
|
764
764
|
|
|
@@ -766,24 +766,24 @@
|
|
|
766
766
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
767
767
|
<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>
|
|
768
768
|
</svg>
|
|
769
|
-
<span>
|
|
769
|
+
<span>33.388k</span>
|
|
770
770
|
</span>
|
|
771
771
|
<span class="star" title="Repo Forked">
|
|
772
772
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
773
773
|
<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">
|
|
774
774
|
</path>
|
|
775
775
|
</svg>
|
|
776
|
-
<span>
|
|
776
|
+
<span>2853</span>
|
|
777
777
|
</span>
|
|
778
778
|
<span class="star">
|
|
779
779
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
780
780
|
<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>
|
|
781
781
|
</svg>
|
|
782
|
-
<span>
|
|
782
|
+
<span>181 stars today</span>
|
|
783
783
|
</span>
|
|
784
784
|
</div>
|
|
785
785
|
<div class="details">
|
|
786
|
-
|
|
786
|
+
👩🏿💻👨🏾💻👩🏼💻👨🏽💻👩🏻💻中国独立开发者项目列表 -- 分享大家都在做什么
|
|
787
787
|
</div>
|
|
788
788
|
</div>
|
|
789
789
|
</li>
|
|
@@ -792,36 +792,32 @@
|
|
|
792
792
|
<div class="info">
|
|
793
793
|
<div class="rank">
|
|
794
794
|
<span title="Ranking 18">18</span>
|
|
795
|
-
<a href="https://github.com/
|
|
795
|
+
<a href="https://github.com/academic/awesome-datascience" target="_blank" title="academic/awesome-datascience">academic/awesome-datascience</a>
|
|
796
796
|
</div>
|
|
797
797
|
<div class="sub-title followers">
|
|
798
798
|
|
|
799
|
-
<a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
|
|
800
|
-
<span style="background-color: #f34b7d;"></span>C++
|
|
801
|
-
</a>
|
|
802
|
-
|
|
803
799
|
<span class="star" title="Stargazers Count">
|
|
804
800
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
805
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>
|
|
806
802
|
</svg>
|
|
807
|
-
<span>
|
|
803
|
+
<span>23.681k</span>
|
|
808
804
|
</span>
|
|
809
805
|
<span class="star" title="Repo Forked">
|
|
810
806
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
811
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">
|
|
812
808
|
</path>
|
|
813
809
|
</svg>
|
|
814
|
-
<span>
|
|
810
|
+
<span>5742</span>
|
|
815
811
|
</span>
|
|
816
812
|
<span class="star">
|
|
817
813
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
818
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>
|
|
819
815
|
</svg>
|
|
820
|
-
<span>
|
|
816
|
+
<span>66 stars today</span>
|
|
821
817
|
</span>
|
|
822
818
|
</div>
|
|
823
819
|
<div class="details">
|
|
824
|
-
|
|
820
|
+
📝 An awesome Data Science repository to learn and apply for real world problems.
|
|
825
821
|
</div>
|
|
826
822
|
</div>
|
|
827
823
|
</li>
|
|
@@ -830,36 +826,36 @@
|
|
|
830
826
|
<div class="info">
|
|
831
827
|
<div class="rank">
|
|
832
828
|
<span title="Ranking 19">19</span>
|
|
833
|
-
<a href="https://github.com/
|
|
829
|
+
<a href="https://github.com/KingsGambitLab/Lecture_Notes" target="_blank" title="KingsGambitLab/Lecture_Notes">KingsGambitLab/Lecture_Notes</a>
|
|
834
830
|
</div>
|
|
835
831
|
<div class="sub-title followers">
|
|
836
832
|
|
|
837
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
838
|
-
<span style="background-color: #
|
|
833
|
+
<a class="language" target="_blank" href="https://github.com/topics/html" title="Programming Language HTML">
|
|
834
|
+
<span style="background-color: #e34c26;"></span>HTML
|
|
839
835
|
</a>
|
|
840
836
|
|
|
841
837
|
<span class="star" title="Stargazers Count">
|
|
842
838
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
843
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>
|
|
844
840
|
</svg>
|
|
845
|
-
<span>
|
|
841
|
+
<span>0.143k</span>
|
|
846
842
|
</span>
|
|
847
843
|
<span class="star" title="Repo Forked">
|
|
848
844
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
849
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">
|
|
850
846
|
</path>
|
|
851
847
|
</svg>
|
|
852
|
-
<span>
|
|
848
|
+
<span>113</span>
|
|
853
849
|
</span>
|
|
854
850
|
<span class="star">
|
|
855
851
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
856
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>
|
|
857
853
|
</svg>
|
|
858
|
-
<span>
|
|
854
|
+
<span>26 stars today</span>
|
|
859
855
|
</span>
|
|
860
856
|
</div>
|
|
861
857
|
<div class="details">
|
|
862
|
-
|
|
858
|
+
This repository is there to store the combined lecture notes of all the lectures. We are using markdown to write the lecture notes.
|
|
863
859
|
</div>
|
|
864
860
|
</div>
|
|
865
861
|
</li>
|
|
@@ -868,36 +864,36 @@
|
|
|
868
864
|
<div class="info">
|
|
869
865
|
<div class="rank">
|
|
870
866
|
<span title="Ranking 20">20</span>
|
|
871
|
-
<a href="https://github.com/
|
|
867
|
+
<a href="https://github.com/donnemartin/system-design-primer" target="_blank" title="donnemartin/system-design-primer">donnemartin/system-design-primer</a>
|
|
872
868
|
</div>
|
|
873
869
|
<div class="sub-title followers">
|
|
874
870
|
|
|
875
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
876
|
-
<span style="background-color: #
|
|
871
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
872
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
877
873
|
</a>
|
|
878
874
|
|
|
879
875
|
<span class="star" title="Stargazers Count">
|
|
880
876
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
881
877
|
<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>
|
|
882
878
|
</svg>
|
|
883
|
-
<span>
|
|
879
|
+
<span>254.814k</span>
|
|
884
880
|
</span>
|
|
885
881
|
<span class="star" title="Repo Forked">
|
|
886
882
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
887
883
|
<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">
|
|
888
884
|
</path>
|
|
889
885
|
</svg>
|
|
890
|
-
<span>
|
|
886
|
+
<span>43519</span>
|
|
891
887
|
</span>
|
|
892
888
|
<span class="star">
|
|
893
889
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
894
890
|
<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>
|
|
895
891
|
</svg>
|
|
896
|
-
<span>
|
|
892
|
+
<span>192 stars today</span>
|
|
897
893
|
</span>
|
|
898
894
|
</div>
|
|
899
895
|
<div class="details">
|
|
900
|
-
|
|
896
|
+
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
|
|
901
897
|
</div>
|
|
902
898
|
</div>
|
|
903
899
|
</li>
|
|
@@ -906,36 +902,36 @@
|
|
|
906
902
|
<div class="info">
|
|
907
903
|
<div class="rank">
|
|
908
904
|
<span title="Ranking 21">21</span>
|
|
909
|
-
<a href="https://github.com/
|
|
905
|
+
<a href="https://github.com/LlamaFamily/Llama-Chinese" target="_blank" title="LlamaFamily/Llama-Chinese">LlamaFamily/Llama-Chinese</a>
|
|
910
906
|
</div>
|
|
911
907
|
<div class="sub-title followers">
|
|
912
908
|
|
|
913
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
914
|
-
<span style="background-color: #
|
|
909
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
910
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
915
911
|
</a>
|
|
916
912
|
|
|
917
913
|
<span class="star" title="Stargazers Count">
|
|
918
914
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
919
915
|
<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>
|
|
920
916
|
</svg>
|
|
921
|
-
<span>
|
|
917
|
+
<span>11.029k</span>
|
|
922
918
|
</span>
|
|
923
919
|
<span class="star" title="Repo Forked">
|
|
924
920
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
925
921
|
<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">
|
|
926
922
|
</path>
|
|
927
923
|
</svg>
|
|
928
|
-
<span>
|
|
924
|
+
<span>1042</span>
|
|
929
925
|
</span>
|
|
930
926
|
<span class="star">
|
|
931
927
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
932
928
|
<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>
|
|
933
929
|
</svg>
|
|
934
|
-
<span>
|
|
930
|
+
<span>138 stars today</span>
|
|
935
931
|
</span>
|
|
936
932
|
</div>
|
|
937
933
|
<div class="details">
|
|
938
|
-
|
|
934
|
+
Llama中文社区,Llama3在线体验和微调模型已开放,实时汇总最新Llama3学习资料,已将所有代码更新适配Llama3,构建最好的中文Llama大模型,完全开源可商用
|
|
939
935
|
</div>
|
|
940
936
|
</div>
|
|
941
937
|
</li>
|
|
@@ -944,32 +940,36 @@
|
|
|
944
940
|
<div class="info">
|
|
945
941
|
<div class="rank">
|
|
946
942
|
<span title="Ranking 22">22</span>
|
|
947
|
-
<a href="https://github.com/
|
|
943
|
+
<a href="https://github.com/langfuse/langfuse" target="_blank" title="langfuse/langfuse">langfuse/langfuse</a>
|
|
948
944
|
</div>
|
|
949
945
|
<div class="sub-title followers">
|
|
950
946
|
|
|
947
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
948
|
+
<span style="background-color: #3178c6;"></span>TypeScript
|
|
949
|
+
</a>
|
|
950
|
+
|
|
951
951
|
<span class="star" title="Stargazers Count">
|
|
952
952
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
953
953
|
<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>
|
|
954
954
|
</svg>
|
|
955
|
-
<span>
|
|
955
|
+
<span>3.265k</span>
|
|
956
956
|
</span>
|
|
957
957
|
<span class="star" title="Repo Forked">
|
|
958
958
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
959
959
|
<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">
|
|
960
960
|
</path>
|
|
961
961
|
</svg>
|
|
962
|
-
<span>
|
|
962
|
+
<span>288</span>
|
|
963
963
|
</span>
|
|
964
964
|
<span class="star">
|
|
965
965
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
966
966
|
<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>
|
|
967
967
|
</svg>
|
|
968
|
-
<span>
|
|
968
|
+
<span>58 stars today</span>
|
|
969
969
|
</span>
|
|
970
970
|
</div>
|
|
971
971
|
<div class="details">
|
|
972
|
-
|
|
972
|
+
🪢 Open source LLM engineering platform. Observability, metrics, evals, prompt management, testing, prompt playground, datasets, LLM evaluations -- 🍊YC W23 🤖 integrate via Typescript, Python / Decorators, OpenAI, Langchain, LlamaIndex, Litellm, Instructor, Mistral, Perplexity, Claude, Gemini, Vertex
|
|
973
973
|
</div>
|
|
974
974
|
</div>
|
|
975
975
|
</li>
|
|
@@ -978,36 +978,36 @@
|
|
|
978
978
|
<div class="info">
|
|
979
979
|
<div class="rank">
|
|
980
980
|
<span title="Ranking 23">23</span>
|
|
981
|
-
<a href="https://github.com/
|
|
981
|
+
<a href="https://github.com/TheCod3rYouTube/PS5NorModifier" target="_blank" title="TheCod3rYouTube/PS5NorModifier">TheCod3rYouTube/PS5NorModifier</a>
|
|
982
982
|
</div>
|
|
983
983
|
<div class="sub-title followers">
|
|
984
984
|
|
|
985
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
986
|
-
<span style="background-color: #
|
|
985
|
+
<a class="language" target="_blank" href="https://github.com/topics/c#" title="Programming Language C#">
|
|
986
|
+
<span style="background-color: #178600;"></span>C#
|
|
987
987
|
</a>
|
|
988
988
|
|
|
989
989
|
<span class="star" title="Stargazers Count">
|
|
990
990
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
991
991
|
<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>
|
|
992
992
|
</svg>
|
|
993
|
-
<span>
|
|
993
|
+
<span>0.097k</span>
|
|
994
994
|
</span>
|
|
995
995
|
<span class="star" title="Repo Forked">
|
|
996
996
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
997
997
|
<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">
|
|
998
998
|
</path>
|
|
999
999
|
</svg>
|
|
1000
|
-
<span>
|
|
1000
|
+
<span>25</span>
|
|
1001
1001
|
</span>
|
|
1002
1002
|
<span class="star">
|
|
1003
1003
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1004
1004
|
<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>
|
|
1005
1005
|
</svg>
|
|
1006
|
-
<span>
|
|
1006
|
+
<span>17 stars today</span>
|
|
1007
1007
|
</span>
|
|
1008
1008
|
</div>
|
|
1009
1009
|
<div class="details">
|
|
1010
|
-
|
|
1010
|
+
The PS5 Nor Modifier is an easy to use Windows based application to rewrite your PS5 NOR file. This can be useful if your NOR is corrupt, or if you have a disc edition console that needs to be converted to digital in order to bypass the disc drive checks
|
|
1011
1011
|
</div>
|
|
1012
1012
|
</div>
|
|
1013
1013
|
</li>
|
|
@@ -1016,36 +1016,36 @@
|
|
|
1016
1016
|
<div class="info">
|
|
1017
1017
|
<div class="rank">
|
|
1018
1018
|
<span title="Ranking 24">24</span>
|
|
1019
|
-
<a href="https://github.com/
|
|
1019
|
+
<a href="https://github.com/cloudflare/pingora" target="_blank" title="cloudflare/pingora">cloudflare/pingora</a>
|
|
1020
1020
|
</div>
|
|
1021
1021
|
<div class="sub-title followers">
|
|
1022
1022
|
|
|
1023
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
1024
|
-
<span style="background-color: #
|
|
1023
|
+
<a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
|
|
1024
|
+
<span style="background-color: #dea584;"></span>Rust
|
|
1025
1025
|
</a>
|
|
1026
1026
|
|
|
1027
1027
|
<span class="star" title="Stargazers Count">
|
|
1028
1028
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1029
1029
|
<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>
|
|
1030
1030
|
</svg>
|
|
1031
|
-
<span>
|
|
1031
|
+
<span>19.346k</span>
|
|
1032
1032
|
</span>
|
|
1033
1033
|
<span class="star" title="Repo Forked">
|
|
1034
1034
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1035
1035
|
<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">
|
|
1036
1036
|
</path>
|
|
1037
1037
|
</svg>
|
|
1038
|
-
<span>
|
|
1038
|
+
<span>1046</span>
|
|
1039
1039
|
</span>
|
|
1040
1040
|
<span class="star">
|
|
1041
1041
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1042
1042
|
<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>
|
|
1043
1043
|
</svg>
|
|
1044
|
-
<span>
|
|
1044
|
+
<span>34 stars today</span>
|
|
1045
1045
|
</span>
|
|
1046
1046
|
</div>
|
|
1047
1047
|
<div class="details">
|
|
1048
|
-
|
|
1048
|
+
A library for building fast, reliable and evolvable network services.
|
|
1049
1049
|
</div>
|
|
1050
1050
|
</div>
|
|
1051
1051
|
</li>
|
|
@@ -1054,32 +1054,36 @@
|
|
|
1054
1054
|
<div class="info">
|
|
1055
1055
|
<div class="rank">
|
|
1056
1056
|
<span title="Ranking 25">25</span>
|
|
1057
|
-
<a href="https://github.com/
|
|
1057
|
+
<a href="https://github.com/yisol/IDM-VTON" target="_blank" title="yisol/IDM-VTON">yisol/IDM-VTON</a>
|
|
1058
1058
|
</div>
|
|
1059
1059
|
<div class="sub-title followers">
|
|
1060
1060
|
|
|
1061
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
1062
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
1063
|
+
</a>
|
|
1064
|
+
|
|
1061
1065
|
<span class="star" title="Stargazers Count">
|
|
1062
1066
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1063
1067
|
<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>
|
|
1064
1068
|
</svg>
|
|
1065
|
-
<span>
|
|
1069
|
+
<span>0.749k</span>
|
|
1066
1070
|
</span>
|
|
1067
1071
|
<span class="star" title="Repo Forked">
|
|
1068
1072
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1069
1073
|
<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">
|
|
1070
1074
|
</path>
|
|
1071
1075
|
</svg>
|
|
1072
|
-
<span>
|
|
1076
|
+
<span>103</span>
|
|
1073
1077
|
</span>
|
|
1074
1078
|
<span class="star">
|
|
1075
1079
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1076
1080
|
<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>
|
|
1077
1081
|
</svg>
|
|
1078
|
-
<span>
|
|
1082
|
+
<span>148 stars today</span>
|
|
1079
1083
|
</span>
|
|
1080
1084
|
</div>
|
|
1081
1085
|
<div class="details">
|
|
1082
|
-
|
|
1086
|
+
IDM-VTON : Improving Diffusion Models for Authentic Virtual Try-on in the Wild
|
|
1083
1087
|
</div>
|
|
1084
1088
|
</div>
|
|
1085
1089
|
</li>
|
|
@@ -1103,7 +1107,7 @@
|
|
|
1103
1107
|
<img src="https://img.shields.io/npm/v/@wcj/github-rank.svg?label=unpkg">
|
|
1104
1108
|
</a>
|
|
1105
1109
|
</div>
|
|
1106
|
-
<div class="time">Last cache created on 2024/4/
|
|
1110
|
+
<div class="time">Last cache created on 2024/4/28 by Github API v3.</div>
|
|
1107
1111
|
Create by <a href="https://github.com/jaywcjlove" target="_blank">小弟调调™</a>.
|
|
1108
1112
|
</div>
|
|
1109
1113
|
</body>
|