@wcj/github-rank 24.3.30 → 24.3.31
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 +18580 -18576
- package/dist/trending-daily.json +186 -186
- package/dist/trending-monthly.json +161 -161
- package/dist/trending-weekly.json +167 -167
- package/dist/users.china.json +1215 -1215
- package/dist/users.json +5665 -5665
- package/package.json +1 -1
- package/web/data/repos.json +18580 -18576
- package/web/data/trending-daily.json +186 -186
- package/web/data/trending-monthly.json +161 -161
- package/web/data/trending-weekly.json +167 -167
- package/web/data/users.china.json +1215 -1215
- package/web/data/users.json +5665 -5665
- package/web/index.html +4241 -4241
- package/web/repos.html +2492 -2492
- package/web/trending-monthly.html +157 -157
- package/web/trending-weekly.html +151 -151
- package/web/trending.html +167 -163
- package/web/users.china.html +908 -908
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/3/
|
|
132
|
+
<div class="time">Last cache created on 2024/3/31 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/valkey-io/valkey" target="_blank" title="valkey-io/valkey">valkey-io/valkey</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/c" title="Programming Language C">
|
|
162
|
+
<span style="background-color: #555555;"></span>C
|
|
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>4108</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>146</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>1154 stars today</span>
|
|
183
183
|
</span>
|
|
184
184
|
</div>
|
|
185
185
|
<div class="details">
|
|
186
|
-
|
|
186
|
+
A new project to resume development on the formerly open-source Redis project. We're calling it Valkey, like a Valkyrie.
|
|
187
187
|
</div>
|
|
188
188
|
</div>
|
|
189
189
|
</li>
|
|
@@ -204,20 +204,20 @@
|
|
|
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>5999</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>902</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>908 stars today</span>
|
|
221
221
|
</span>
|
|
222
222
|
</div>
|
|
223
223
|
<div class="details">
|
|
@@ -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/developersdigest/llm-answer-engine" target="_blank" title="developersdigest/llm-answer-engine">developersdigest/llm-answer-engine</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/typescript" title="Programming Language TypeScript">
|
|
238
|
+
<span style="background-color: #3178c6;"></span>TypeScript
|
|
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>1537</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>238</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>350 stars today</span>
|
|
259
259
|
</span>
|
|
260
260
|
</div>
|
|
261
261
|
<div class="details">
|
|
262
|
-
|
|
262
|
+
Build a Perplexity-Inspired Answer Engine Using Next.js, Groq, Mixtral, Langchain, OpenAI, Brave & Serper
|
|
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/Zejun-Yang/AniPortrait" target="_blank" title="Zejun-Yang/AniPortrait">Zejun-Yang/AniPortrait</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>2171</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>237</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>865 stars today</span>
|
|
297
297
|
</span>
|
|
298
298
|
</div>
|
|
299
299
|
<div class="details">
|
|
300
|
-
|
|
300
|
+
AniPortrait: Audio-Driven Synthesis of Photorealistic Portrait Animation
|
|
301
301
|
</div>
|
|
302
302
|
</div>
|
|
303
303
|
</li>
|
|
@@ -318,20 +318,20 @@
|
|
|
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>11565</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>1003</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>796 stars today</span>
|
|
335
335
|
</span>
|
|
336
336
|
</div>
|
|
337
337
|
<div class="details">
|
|
@@ -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/mshumer/gpt-llm-trainer" target="_blank" title="mshumer/gpt-llm-trainer">mshumer/gpt-llm-trainer</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/jupyternotebook" title="Programming Language JupyterNotebook">
|
|
352
|
+
<span style="background-color: #DA5B0B;"></span>JupyterNotebook
|
|
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>3540</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>434</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>80 stars today</span>
|
|
373
373
|
</span>
|
|
374
374
|
</div>
|
|
375
375
|
<div class="details">
|
|
376
|
-
|
|
376
|
+
|
|
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/jasonppy/VoiceCraft" target="_blank" title="jasonppy/VoiceCraft">jasonppy/VoiceCraft</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/jupyternotebook" title="Programming Language JupyterNotebook">
|
|
390
|
+
<span style="background-color: #DA5B0B;"></span>JupyterNotebook
|
|
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>2688</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>185</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>972 stars today</span>
|
|
411
411
|
</span>
|
|
412
412
|
</div>
|
|
413
413
|
<div class="details">
|
|
414
|
-
|
|
414
|
+
Zero-Shot Speech Editing and Text-to-Speech in the Wild
|
|
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/easychen/one-person-businesses-methodology-v2.0" target="_blank" title="easychen/one-person-businesses-methodology-v2.0">easychen/one-person-businesses-methodology-v2.0</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/php" title="Programming Language PHP">
|
|
428
|
+
<span style="background-color: #4F5D95;"></span>PHP
|
|
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>1342</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>82</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>100 stars today</span>
|
|
449
449
|
</span>
|
|
450
450
|
</div>
|
|
451
451
|
<div class="details">
|
|
452
|
-
|
|
452
|
+
《一人企业方法论》第二版,也适合做其他副业(比如自媒体、电商、数字商品)的非技术人群。
|
|
453
453
|
</div>
|
|
454
454
|
</div>
|
|
455
455
|
</li>
|
|
@@ -458,32 +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/TMElyralab/MuseV" target="_blank" title="TMElyralab/MuseV">TMElyralab/MuseV</a>
|
|
462
462
|
</div>
|
|
463
463
|
<div class="sub-title followers">
|
|
464
464
|
|
|
465
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
466
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
467
|
+
</a>
|
|
468
|
+
|
|
465
469
|
<span class="star" title="Stargazers Count">
|
|
466
470
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
467
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>
|
|
468
472
|
</svg>
|
|
469
|
-
<span>
|
|
473
|
+
<span>267</span>
|
|
470
474
|
</span>
|
|
471
475
|
<span class="star" title="Repo Forked">
|
|
472
476
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
473
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">
|
|
474
478
|
</path>
|
|
475
479
|
</svg>
|
|
476
|
-
<span>
|
|
480
|
+
<span>17</span>
|
|
477
481
|
</span>
|
|
478
482
|
<span class="star">
|
|
479
483
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
480
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>
|
|
481
485
|
</svg>
|
|
482
|
-
<span>
|
|
486
|
+
<span>11 stars today</span>
|
|
483
487
|
</span>
|
|
484
488
|
</div>
|
|
485
489
|
<div class="details">
|
|
486
|
-
|
|
490
|
+
MuseV: Infinite-length and High Fidelity Virtual Human Video Generation with Visual Conditioned Parallel Denoising
|
|
487
491
|
</div>
|
|
488
492
|
</div>
|
|
489
493
|
</li>
|
|
@@ -492,36 +496,36 @@
|
|
|
492
496
|
<div class="info">
|
|
493
497
|
<div class="rank">
|
|
494
498
|
<span title="Ranking 10">10</span>
|
|
495
|
-
<a href="https://github.com/
|
|
499
|
+
<a href="https://github.com/databricks/dbrx" target="_blank" title="databricks/dbrx">databricks/dbrx</a>
|
|
496
500
|
</div>
|
|
497
501
|
<div class="sub-title followers">
|
|
498
502
|
|
|
499
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
500
|
-
<span style="background-color: #
|
|
503
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
504
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
501
505
|
</a>
|
|
502
506
|
|
|
503
507
|
<span class="star" title="Stargazers Count">
|
|
504
508
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
505
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>
|
|
506
510
|
</svg>
|
|
507
|
-
<span>
|
|
511
|
+
<span>1563</span>
|
|
508
512
|
</span>
|
|
509
513
|
<span class="star" title="Repo Forked">
|
|
510
514
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
511
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">
|
|
512
516
|
</path>
|
|
513
517
|
</svg>
|
|
514
|
-
<span>
|
|
518
|
+
<span>135</span>
|
|
515
519
|
</span>
|
|
516
520
|
<span class="star">
|
|
517
521
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
518
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>
|
|
519
523
|
</svg>
|
|
520
|
-
<span>
|
|
524
|
+
<span>267 stars today</span>
|
|
521
525
|
</span>
|
|
522
526
|
</div>
|
|
523
527
|
<div class="details">
|
|
524
|
-
|
|
528
|
+
Code examples and resources for DBRX, a large language model developed by Databricks
|
|
525
529
|
</div>
|
|
526
530
|
</div>
|
|
527
531
|
</li>
|
|
@@ -530,7 +534,7 @@
|
|
|
530
534
|
<div class="info">
|
|
531
535
|
<div class="rank">
|
|
532
536
|
<span title="Ranking 11">11</span>
|
|
533
|
-
<a href="https://github.com/
|
|
537
|
+
<a href="https://github.com/agiresearch/AIOS" target="_blank" title="agiresearch/AIOS">agiresearch/AIOS</a>
|
|
534
538
|
</div>
|
|
535
539
|
<div class="sub-title followers">
|
|
536
540
|
|
|
@@ -542,24 +546,24 @@
|
|
|
542
546
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
543
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>
|
|
544
548
|
</svg>
|
|
545
|
-
<span>
|
|
549
|
+
<span>639</span>
|
|
546
550
|
</span>
|
|
547
551
|
<span class="star" title="Repo Forked">
|
|
548
552
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
549
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">
|
|
550
554
|
</path>
|
|
551
555
|
</svg>
|
|
552
|
-
<span>
|
|
556
|
+
<span>68</span>
|
|
553
557
|
</span>
|
|
554
558
|
<span class="star">
|
|
555
559
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
556
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>
|
|
557
561
|
</svg>
|
|
558
|
-
<span>
|
|
562
|
+
<span>105 stars today</span>
|
|
559
563
|
</span>
|
|
560
564
|
</div>
|
|
561
565
|
<div class="details">
|
|
562
|
-
|
|
566
|
+
AIOS: LLM Agent Operating System
|
|
563
567
|
</div>
|
|
564
568
|
</div>
|
|
565
569
|
</li>
|
|
@@ -568,36 +572,36 @@
|
|
|
568
572
|
<div class="info">
|
|
569
573
|
<div class="rank">
|
|
570
574
|
<span title="Ranking 12">12</span>
|
|
571
|
-
<a href="https://github.com/
|
|
575
|
+
<a href="https://github.com/modularml/mojo" target="_blank" title="modularml/mojo">modularml/mojo</a>
|
|
572
576
|
</div>
|
|
573
577
|
<div class="sub-title followers">
|
|
574
578
|
|
|
575
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
576
|
-
<span style="background-color: #
|
|
579
|
+
<a class="language" target="_blank" href="https://github.com/topics/mojo" title="Programming Language Mojo">
|
|
580
|
+
<span style="background-color: #ff4c1f;"></span>Mojo
|
|
577
581
|
</a>
|
|
578
582
|
|
|
579
583
|
<span class="star" title="Stargazers Count">
|
|
580
584
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
581
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>
|
|
582
586
|
</svg>
|
|
583
|
-
<span>
|
|
587
|
+
<span>18626</span>
|
|
584
588
|
</span>
|
|
585
589
|
<span class="star" title="Repo Forked">
|
|
586
590
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
587
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">
|
|
588
592
|
</path>
|
|
589
593
|
</svg>
|
|
590
|
-
<span>
|
|
594
|
+
<span>2211</span>
|
|
591
595
|
</span>
|
|
592
596
|
<span class="star">
|
|
593
597
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
594
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>
|
|
595
599
|
</svg>
|
|
596
|
-
<span>
|
|
600
|
+
<span>458 stars today</span>
|
|
597
601
|
</span>
|
|
598
602
|
</div>
|
|
599
603
|
<div class="details">
|
|
600
|
-
|
|
604
|
+
The Mojo Programming Language
|
|
601
605
|
</div>
|
|
602
606
|
</div>
|
|
603
607
|
</li>
|
|
@@ -606,36 +610,36 @@
|
|
|
606
610
|
<div class="info">
|
|
607
611
|
<div class="rank">
|
|
608
612
|
<span title="Ranking 13">13</span>
|
|
609
|
-
<a href="https://github.com/
|
|
613
|
+
<a href="https://github.com/myshell-ai/OpenVoice" target="_blank" title="myshell-ai/OpenVoice">myshell-ai/OpenVoice</a>
|
|
610
614
|
</div>
|
|
611
615
|
<div class="sub-title followers">
|
|
612
616
|
|
|
613
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
614
|
-
<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
|
|
615
619
|
</a>
|
|
616
620
|
|
|
617
621
|
<span class="star" title="Stargazers Count">
|
|
618
622
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
619
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>
|
|
620
624
|
</svg>
|
|
621
|
-
<span>
|
|
625
|
+
<span>16349</span>
|
|
622
626
|
</span>
|
|
623
627
|
<span class="star" title="Repo Forked">
|
|
624
628
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
625
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">
|
|
626
630
|
</path>
|
|
627
631
|
</svg>
|
|
628
|
-
<span>
|
|
632
|
+
<span>1442</span>
|
|
629
633
|
</span>
|
|
630
634
|
<span class="star">
|
|
631
635
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
632
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>
|
|
633
637
|
</svg>
|
|
634
|
-
<span>
|
|
638
|
+
<span>464 stars today</span>
|
|
635
639
|
</span>
|
|
636
640
|
</div>
|
|
637
641
|
<div class="details">
|
|
638
|
-
|
|
642
|
+
Instant voice cloning by MyShell.
|
|
639
643
|
</div>
|
|
640
644
|
</div>
|
|
641
645
|
</li>
|
|
@@ -644,36 +648,36 @@
|
|
|
644
648
|
<div class="info">
|
|
645
649
|
<div class="rank">
|
|
646
650
|
<span title="Ranking 14">14</span>
|
|
647
|
-
<a href="https://github.com/
|
|
651
|
+
<a href="https://github.com/langchain4j/langchain4j-examples" target="_blank" title="langchain4j/langchain4j-examples">langchain4j/langchain4j-examples</a>
|
|
648
652
|
</div>
|
|
649
653
|
<div class="sub-title followers">
|
|
650
654
|
|
|
651
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
652
|
-
<span style="background-color: #
|
|
655
|
+
<a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
|
|
656
|
+
<span style="background-color: #b07219;"></span>Java
|
|
653
657
|
</a>
|
|
654
658
|
|
|
655
659
|
<span class="star" title="Stargazers Count">
|
|
656
660
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
657
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>
|
|
658
662
|
</svg>
|
|
659
|
-
<span>
|
|
663
|
+
<span>312</span>
|
|
660
664
|
</span>
|
|
661
665
|
<span class="star" title="Repo Forked">
|
|
662
666
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
663
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">
|
|
664
668
|
</path>
|
|
665
669
|
</svg>
|
|
666
|
-
<span>
|
|
670
|
+
<span>132</span>
|
|
667
671
|
</span>
|
|
668
672
|
<span class="star">
|
|
669
673
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
670
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>
|
|
671
675
|
</svg>
|
|
672
|
-
<span>
|
|
676
|
+
<span>5 stars today</span>
|
|
673
677
|
</span>
|
|
674
678
|
</div>
|
|
675
679
|
<div class="details">
|
|
676
|
-
|
|
680
|
+
|
|
677
681
|
</div>
|
|
678
682
|
</div>
|
|
679
683
|
</li>
|
|
@@ -682,36 +686,36 @@
|
|
|
682
686
|
<div class="info">
|
|
683
687
|
<div class="rank">
|
|
684
688
|
<span title="Ranking 15">15</span>
|
|
685
|
-
<a href="https://github.com/
|
|
689
|
+
<a href="https://github.com/folke/trouble.nvim" target="_blank" title="folke/trouble.nvim">folke/trouble.nvim</a>
|
|
686
690
|
</div>
|
|
687
691
|
<div class="sub-title followers">
|
|
688
692
|
|
|
689
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
690
|
-
<span style="background-color: #
|
|
693
|
+
<a class="language" target="_blank" href="https://github.com/topics/lua" title="Programming Language Lua">
|
|
694
|
+
<span style="background-color: #000080;"></span>Lua
|
|
691
695
|
</a>
|
|
692
696
|
|
|
693
697
|
<span class="star" title="Stargazers Count">
|
|
694
698
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
695
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>
|
|
696
700
|
</svg>
|
|
697
|
-
<span>
|
|
701
|
+
<span>4556</span>
|
|
698
702
|
</span>
|
|
699
703
|
<span class="star" title="Repo Forked">
|
|
700
704
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
701
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">
|
|
702
706
|
</path>
|
|
703
707
|
</svg>
|
|
704
|
-
<span>
|
|
708
|
+
<span>158</span>
|
|
705
709
|
</span>
|
|
706
710
|
<span class="star">
|
|
707
711
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
708
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>
|
|
709
713
|
</svg>
|
|
710
|
-
<span>
|
|
714
|
+
<span>39 stars today</span>
|
|
711
715
|
</span>
|
|
712
716
|
</div>
|
|
713
717
|
<div class="details">
|
|
714
|
-
|
|
718
|
+
🚦 A pretty diagnostics, references, telescope results, quickfix and location list to help you solve all the trouble your code is causing.
|
|
715
719
|
</div>
|
|
716
720
|
</div>
|
|
717
721
|
</li>
|
|
@@ -720,36 +724,36 @@
|
|
|
720
724
|
<div class="info">
|
|
721
725
|
<div class="rank">
|
|
722
726
|
<span title="Ranking 16">16</span>
|
|
723
|
-
<a href="https://github.com/
|
|
727
|
+
<a href="https://github.com/TencentARC/BrushNet" target="_blank" title="TencentARC/BrushNet">TencentARC/BrushNet</a>
|
|
724
728
|
</div>
|
|
725
729
|
<div class="sub-title followers">
|
|
726
730
|
|
|
727
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
728
|
-
<span style="background-color: #
|
|
731
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
732
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
729
733
|
</a>
|
|
730
734
|
|
|
731
735
|
<span class="star" title="Stargazers Count">
|
|
732
736
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
733
737
|
<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
738
|
</svg>
|
|
735
|
-
<span>
|
|
739
|
+
<span>393</span>
|
|
736
740
|
</span>
|
|
737
741
|
<span class="star" title="Repo Forked">
|
|
738
742
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
739
743
|
<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
744
|
</path>
|
|
741
745
|
</svg>
|
|
742
|
-
<span>
|
|
746
|
+
<span>20</span>
|
|
743
747
|
</span>
|
|
744
748
|
<span class="star">
|
|
745
749
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
746
750
|
<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
751
|
</svg>
|
|
748
|
-
<span>
|
|
752
|
+
<span>45 stars today</span>
|
|
749
753
|
</span>
|
|
750
754
|
</div>
|
|
751
755
|
<div class="details">
|
|
752
|
-
|
|
756
|
+
The official implementation of paper "BrushNet: A Plug-and-Play Image Inpainting Model with Decomposed Dual-Branch Diffusion"
|
|
753
757
|
</div>
|
|
754
758
|
</div>
|
|
755
759
|
</li>
|
|
@@ -758,36 +762,36 @@
|
|
|
758
762
|
<div class="info">
|
|
759
763
|
<div class="rank">
|
|
760
764
|
<span title="Ranking 17">17</span>
|
|
761
|
-
<a href="https://github.com/
|
|
765
|
+
<a href="https://github.com/LLM-Red-Team/kimi-free-api" target="_blank" title="LLM-Red-Team/kimi-free-api">LLM-Red-Team/kimi-free-api</a>
|
|
762
766
|
</div>
|
|
763
767
|
<div class="sub-title followers">
|
|
764
768
|
|
|
765
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
766
|
-
<span style="background-color: #
|
|
769
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
770
|
+
<span style="background-color: #3178c6;"></span>TypeScript
|
|
767
771
|
</a>
|
|
768
772
|
|
|
769
773
|
<span class="star" title="Stargazers Count">
|
|
770
774
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
771
775
|
<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>
|
|
772
776
|
</svg>
|
|
773
|
-
<span>
|
|
777
|
+
<span>829</span>
|
|
774
778
|
</span>
|
|
775
779
|
<span class="star" title="Repo Forked">
|
|
776
780
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
777
781
|
<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">
|
|
778
782
|
</path>
|
|
779
783
|
</svg>
|
|
780
|
-
<span>
|
|
784
|
+
<span>116</span>
|
|
781
785
|
</span>
|
|
782
786
|
<span class="star">
|
|
783
787
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
784
788
|
<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>
|
|
785
789
|
</svg>
|
|
786
|
-
<span>
|
|
790
|
+
<span>98 stars today</span>
|
|
787
791
|
</span>
|
|
788
792
|
</div>
|
|
789
793
|
<div class="details">
|
|
790
|
-
|
|
794
|
+
🚀 KIMI AI 长文本大模型白嫖服务,支持高速流式输出、联网搜索、长文档解读、图像解析、多轮对话,零配置部署,多路token支持,自动清理会话痕迹。
|
|
791
795
|
</div>
|
|
792
796
|
</div>
|
|
793
797
|
</li>
|
|
@@ -796,36 +800,36 @@
|
|
|
796
800
|
<div class="info">
|
|
797
801
|
<div class="rank">
|
|
798
802
|
<span title="Ranking 18">18</span>
|
|
799
|
-
<a href="https://github.com/
|
|
803
|
+
<a href="https://github.com/google/comprehensive-rust" target="_blank" title="google/comprehensive-rust">google/comprehensive-rust</a>
|
|
800
804
|
</div>
|
|
801
805
|
<div class="sub-title followers">
|
|
802
806
|
|
|
803
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
804
|
-
<span style="background-color: #
|
|
807
|
+
<a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
|
|
808
|
+
<span style="background-color: #dea584;"></span>Rust
|
|
805
809
|
</a>
|
|
806
810
|
|
|
807
811
|
<span class="star" title="Stargazers Count">
|
|
808
812
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
809
813
|
<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>
|
|
810
814
|
</svg>
|
|
811
|
-
<span>
|
|
815
|
+
<span>25104</span>
|
|
812
816
|
</span>
|
|
813
817
|
<span class="star" title="Repo Forked">
|
|
814
818
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
815
819
|
<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">
|
|
816
820
|
</path>
|
|
817
821
|
</svg>
|
|
818
|
-
<span>
|
|
822
|
+
<span>1414</span>
|
|
819
823
|
</span>
|
|
820
824
|
<span class="star">
|
|
821
825
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
822
826
|
<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>
|
|
823
827
|
</svg>
|
|
824
|
-
<span>
|
|
828
|
+
<span>14 stars today</span>
|
|
825
829
|
</span>
|
|
826
830
|
</div>
|
|
827
831
|
<div class="details">
|
|
828
|
-
|
|
832
|
+
This is the Rust course used by the Android team at Google. It provides you the material to quickly teach Rust.
|
|
829
833
|
</div>
|
|
830
834
|
</div>
|
|
831
835
|
</li>
|
|
@@ -834,36 +838,36 @@
|
|
|
834
838
|
<div class="info">
|
|
835
839
|
<div class="rank">
|
|
836
840
|
<span title="Ranking 19">19</span>
|
|
837
|
-
<a href="https://github.com/
|
|
841
|
+
<a href="https://github.com/Notselwyn/CVE-2024-1086" target="_blank" title="Notselwyn/CVE-2024-1086">Notselwyn/CVE-2024-1086</a>
|
|
838
842
|
</div>
|
|
839
843
|
<div class="sub-title followers">
|
|
840
844
|
|
|
841
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
842
|
-
<span style="background-color: #
|
|
845
|
+
<a class="language" target="_blank" href="https://github.com/topics/c" title="Programming Language C">
|
|
846
|
+
<span style="background-color: #555555;"></span>C
|
|
843
847
|
</a>
|
|
844
848
|
|
|
845
849
|
<span class="star" title="Stargazers Count">
|
|
846
850
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
847
851
|
<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>
|
|
848
852
|
</svg>
|
|
849
|
-
<span>
|
|
853
|
+
<span>1019</span>
|
|
850
854
|
</span>
|
|
851
855
|
<span class="star" title="Repo Forked">
|
|
852
856
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
853
857
|
<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">
|
|
854
858
|
</path>
|
|
855
859
|
</svg>
|
|
856
|
-
<span>
|
|
860
|
+
<span>98</span>
|
|
857
861
|
</span>
|
|
858
862
|
<span class="star">
|
|
859
863
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
860
864
|
<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>
|
|
861
865
|
</svg>
|
|
862
|
-
<span>
|
|
866
|
+
<span>186 stars today</span>
|
|
863
867
|
</span>
|
|
864
868
|
</div>
|
|
865
869
|
<div class="details">
|
|
866
|
-
|
|
870
|
+
Universal local privilege escalation Proof-of-Concept exploit for CVE-2024-1086, working on most Linux kernels between v5.14 and v6.6, including Debian, Ubuntu, and KernelCTF. The success rate is 99.4% in KernelCTF images.
|
|
867
871
|
</div>
|
|
868
872
|
</div>
|
|
869
873
|
</li>
|
|
@@ -872,36 +876,36 @@
|
|
|
872
876
|
<div class="info">
|
|
873
877
|
<div class="rank">
|
|
874
878
|
<span title="Ranking 20">20</span>
|
|
875
|
-
<a href="https://github.com/
|
|
879
|
+
<a href="https://github.com/public-apis/public-apis" target="_blank" title="public-apis/public-apis">public-apis/public-apis</a>
|
|
876
880
|
</div>
|
|
877
881
|
<div class="sub-title followers">
|
|
878
882
|
|
|
879
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
880
|
-
<span style="background-color: #
|
|
883
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
884
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
881
885
|
</a>
|
|
882
886
|
|
|
883
887
|
<span class="star" title="Stargazers Count">
|
|
884
888
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
885
889
|
<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>
|
|
886
890
|
</svg>
|
|
887
|
-
<span>
|
|
891
|
+
<span>288165</span>
|
|
888
892
|
</span>
|
|
889
893
|
<span class="star" title="Repo Forked">
|
|
890
894
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
891
895
|
<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">
|
|
892
896
|
</path>
|
|
893
897
|
</svg>
|
|
894
|
-
<span>
|
|
898
|
+
<span>31420</span>
|
|
895
899
|
</span>
|
|
896
900
|
<span class="star">
|
|
897
901
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
898
902
|
<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>
|
|
899
903
|
</svg>
|
|
900
|
-
<span>
|
|
904
|
+
<span>151 stars today</span>
|
|
901
905
|
</span>
|
|
902
906
|
</div>
|
|
903
907
|
<div class="details">
|
|
904
|
-
|
|
908
|
+
A collective list of free APIs
|
|
905
909
|
</div>
|
|
906
910
|
</div>
|
|
907
911
|
</li>
|
|
@@ -910,36 +914,36 @@
|
|
|
910
914
|
<div class="info">
|
|
911
915
|
<div class="rank">
|
|
912
916
|
<span title="Ranking 21">21</span>
|
|
913
|
-
<a href="https://github.com/
|
|
917
|
+
<a href="https://github.com/fudan-generative-vision/champ" target="_blank" title="fudan-generative-vision/champ">fudan-generative-vision/champ</a>
|
|
914
918
|
</div>
|
|
915
919
|
<div class="sub-title followers">
|
|
916
920
|
|
|
917
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
918
|
-
<span style="background-color: #
|
|
921
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
922
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
919
923
|
</a>
|
|
920
924
|
|
|
921
925
|
<span class="star" title="Stargazers Count">
|
|
922
926
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
923
927
|
<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>
|
|
924
928
|
</svg>
|
|
925
|
-
<span>
|
|
929
|
+
<span>1740</span>
|
|
926
930
|
</span>
|
|
927
931
|
<span class="star" title="Repo Forked">
|
|
928
932
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
929
933
|
<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">
|
|
930
934
|
</path>
|
|
931
935
|
</svg>
|
|
932
|
-
<span>
|
|
936
|
+
<span>172</span>
|
|
933
937
|
</span>
|
|
934
938
|
<span class="star">
|
|
935
939
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
936
940
|
<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>
|
|
937
941
|
</svg>
|
|
938
|
-
<span>
|
|
942
|
+
<span>200 stars today</span>
|
|
939
943
|
</span>
|
|
940
944
|
</div>
|
|
941
945
|
<div class="details">
|
|
942
|
-
|
|
946
|
+
Champ: Controllable and Consistent Human Image Animation with 3D Parametric Guidance
|
|
943
947
|
</div>
|
|
944
948
|
</div>
|
|
945
949
|
</li>
|
|
@@ -948,36 +952,36 @@
|
|
|
948
952
|
<div class="info">
|
|
949
953
|
<div class="rank">
|
|
950
954
|
<span title="Ranking 22">22</span>
|
|
951
|
-
<a href="https://github.com/
|
|
955
|
+
<a href="https://github.com/apple/swift-syntax" target="_blank" title="apple/swift-syntax">apple/swift-syntax</a>
|
|
952
956
|
</div>
|
|
953
957
|
<div class="sub-title followers">
|
|
954
958
|
|
|
955
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
956
|
-
<span style="background-color: #
|
|
959
|
+
<a class="language" target="_blank" href="https://github.com/topics/swift" title="Programming Language Swift">
|
|
960
|
+
<span style="background-color: #F05138;"></span>Swift
|
|
957
961
|
</a>
|
|
958
962
|
|
|
959
963
|
<span class="star" title="Stargazers Count">
|
|
960
964
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
961
965
|
<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>
|
|
962
966
|
</svg>
|
|
963
|
-
<span>
|
|
967
|
+
<span>2964</span>
|
|
964
968
|
</span>
|
|
965
969
|
<span class="star" title="Repo Forked">
|
|
966
970
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
967
971
|
<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">
|
|
968
972
|
</path>
|
|
969
973
|
</svg>
|
|
970
|
-
<span>
|
|
974
|
+
<span>373</span>
|
|
971
975
|
</span>
|
|
972
976
|
<span class="star">
|
|
973
977
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
974
978
|
<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>
|
|
975
979
|
</svg>
|
|
976
|
-
<span>
|
|
980
|
+
<span>27 stars today</span>
|
|
977
981
|
</span>
|
|
978
982
|
</div>
|
|
979
983
|
<div class="details">
|
|
980
|
-
|
|
984
|
+
A set of Swift libraries for parsing, inspecting, generating, and transforming Swift source code.
|
|
981
985
|
</div>
|
|
982
986
|
</div>
|
|
983
987
|
</li>
|
|
@@ -986,7 +990,7 @@
|
|
|
986
990
|
<div class="info">
|
|
987
991
|
<div class="rank">
|
|
988
992
|
<span title="Ranking 23">23</span>
|
|
989
|
-
<a href="https://github.com/
|
|
993
|
+
<a href="https://github.com/SunoAI-API/Suno-API" target="_blank" title="SunoAI-API/Suno-API">SunoAI-API/Suno-API</a>
|
|
990
994
|
</div>
|
|
991
995
|
<div class="sub-title followers">
|
|
992
996
|
|
|
@@ -998,24 +1002,24 @@
|
|
|
998
1002
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
999
1003
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
1000
1004
|
</svg>
|
|
1001
|
-
<span>
|
|
1005
|
+
<span>526</span>
|
|
1002
1006
|
</span>
|
|
1003
1007
|
<span class="star" title="Repo Forked">
|
|
1004
1008
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1005
1009
|
<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">
|
|
1006
1010
|
</path>
|
|
1007
1011
|
</svg>
|
|
1008
|
-
<span>
|
|
1012
|
+
<span>52</span>
|
|
1009
1013
|
</span>
|
|
1010
1014
|
<span class="star">
|
|
1011
1015
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1012
1016
|
<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>
|
|
1013
1017
|
</svg>
|
|
1014
|
-
<span>
|
|
1018
|
+
<span>165 stars today</span>
|
|
1015
1019
|
</span>
|
|
1016
1020
|
</div>
|
|
1017
1021
|
<div class="details">
|
|
1018
|
-
|
|
1022
|
+
This is an unofficial Suno API based on Python and FastAPI. It currently supports generating songs, lyrics, etc. It comes with a built-in token maintenance and keep-alive feature, so you don't have to worry about the token expiring.
|
|
1019
1023
|
</div>
|
|
1020
1024
|
</div>
|
|
1021
1025
|
</li>
|
|
@@ -1024,36 +1028,36 @@
|
|
|
1024
1028
|
<div class="info">
|
|
1025
1029
|
<div class="rank">
|
|
1026
1030
|
<span title="Ranking 24">24</span>
|
|
1027
|
-
<a href="https://github.com/
|
|
1031
|
+
<a href="https://github.com/joaomdmoura/crewAI" target="_blank" title="joaomdmoura/crewAI">joaomdmoura/crewAI</a>
|
|
1028
1032
|
</div>
|
|
1029
1033
|
<div class="sub-title followers">
|
|
1030
1034
|
|
|
1031
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
1032
|
-
<span style="background-color: #
|
|
1035
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
1036
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
1033
1037
|
</a>
|
|
1034
1038
|
|
|
1035
1039
|
<span class="star" title="Stargazers Count">
|
|
1036
1040
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1037
1041
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
1038
1042
|
</svg>
|
|
1039
|
-
<span>
|
|
1043
|
+
<span>10817</span>
|
|
1040
1044
|
</span>
|
|
1041
1045
|
<span class="star" title="Repo Forked">
|
|
1042
1046
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1043
1047
|
<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">
|
|
1044
1048
|
</path>
|
|
1045
1049
|
</svg>
|
|
1046
|
-
<span>
|
|
1050
|
+
<span>1341</span>
|
|
1047
1051
|
</span>
|
|
1048
1052
|
<span class="star">
|
|
1049
1053
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1050
1054
|
<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>
|
|
1051
1055
|
</svg>
|
|
1052
|
-
<span>
|
|
1056
|
+
<span>71 stars today</span>
|
|
1053
1057
|
</span>
|
|
1054
1058
|
</div>
|
|
1055
1059
|
<div class="details">
|
|
1056
|
-
|
|
1060
|
+
Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewAI empowers agents to work together seamlessly, tackling complex tasks.
|
|
1057
1061
|
</div>
|
|
1058
1062
|
</div>
|
|
1059
1063
|
</li>
|
|
@@ -1062,36 +1066,36 @@
|
|
|
1062
1066
|
<div class="info">
|
|
1063
1067
|
<div class="rank">
|
|
1064
1068
|
<span title="Ranking 25">25</span>
|
|
1065
|
-
<a href="https://github.com/
|
|
1069
|
+
<a href="https://github.com/Expensify/App" target="_blank" title="Expensify/App">Expensify/App</a>
|
|
1066
1070
|
</div>
|
|
1067
1071
|
<div class="sub-title followers">
|
|
1068
1072
|
|
|
1069
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
1070
|
-
<span style="background-color: #
|
|
1073
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
1074
|
+
<span style="background-color: #3178c6;"></span>TypeScript
|
|
1071
1075
|
</a>
|
|
1072
1076
|
|
|
1073
1077
|
<span class="star" title="Stargazers Count">
|
|
1074
1078
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1075
1079
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
1076
1080
|
</svg>
|
|
1077
|
-
<span>
|
|
1081
|
+
<span>2809</span>
|
|
1078
1082
|
</span>
|
|
1079
1083
|
<span class="star" title="Repo Forked">
|
|
1080
1084
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1081
1085
|
<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">
|
|
1082
1086
|
</path>
|
|
1083
1087
|
</svg>
|
|
1084
|
-
<span>
|
|
1088
|
+
<span>2377</span>
|
|
1085
1089
|
</span>
|
|
1086
1090
|
<span class="star">
|
|
1087
1091
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1088
1092
|
<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>
|
|
1089
1093
|
</svg>
|
|
1090
|
-
<span>
|
|
1094
|
+
<span>16 stars today</span>
|
|
1091
1095
|
</span>
|
|
1092
1096
|
</div>
|
|
1093
1097
|
<div class="details">
|
|
1094
|
-
|
|
1098
|
+
Welcome to New Expensify: a complete re-imagination of financial collaboration, centered around chat. Help us build the next generation of Expensify by sharing feedback and contributing to the code.
|
|
1095
1099
|
</div>
|
|
1096
1100
|
</div>
|
|
1097
1101
|
</li>
|
|
@@ -1115,7 +1119,7 @@
|
|
|
1115
1119
|
<img src="https://img.shields.io/npm/v/@wcj/github-rank.svg?label=unpkg">
|
|
1116
1120
|
</a>
|
|
1117
1121
|
</div>
|
|
1118
|
-
<div class="time">Last cache created on 2024/3/
|
|
1122
|
+
<div class="time">Last cache created on 2024/3/31 by Github API v3.</div>
|
|
1119
1123
|
Create by <a href="https://github.com/jaywcjlove" target="_blank">小弟调调™</a>.
|
|
1120
1124
|
</div>
|
|
1121
1125
|
</body>
|