@wcj/github-rank 24.5.25 → 24.5.27
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 +23432 -23424
- package/dist/trending-daily.json +192 -192
- package/dist/trending-monthly.json +159 -159
- package/dist/trending-weekly.json +187 -187
- package/dist/users.china.json +1659 -1624
- package/dist/users.json +5090 -5125
- package/dist/users.org.json +603 -568
- package/package.json +1 -1
- package/web/data/repos.json +23432 -23424
- package/web/data/trending-daily.json +192 -192
- package/web/data/trending-monthly.json +159 -159
- package/web/data/trending-weekly.json +187 -187
- package/web/data/users.china.json +1659 -1624
- package/web/data/users.json +5090 -5125
- package/web/data/users.org.json +603 -568
- package/web/index.html +5160 -5218
- package/web/org.html +543 -491
- package/web/repos.html +3075 -3075
- package/web/trending-monthly.html +149 -149
- package/web/trending-weekly.html +165 -173
- package/web/trending.html +168 -172
- package/web/users.china.html +1647 -1597
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/5/
|
|
132
|
+
<div class="time">Last cache created on 2024/5/27 by
|
|
133
133
|
|
|
134
134
|
|
|
135
135
|
|
|
@@ -154,32 +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/THU-MIG/yolov10" target="_blank" title="THU-MIG/yolov10">THU-MIG/yolov10</a>
|
|
158
158
|
</div>
|
|
159
159
|
<div class="sub-title followers">
|
|
160
160
|
|
|
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
|
+
</a>
|
|
164
|
+
|
|
161
165
|
<span class="star" title="Stargazers Count">
|
|
162
166
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
163
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>
|
|
164
168
|
</svg>
|
|
165
|
-
<span>
|
|
169
|
+
<span>1.861k</span>
|
|
166
170
|
</span>
|
|
167
171
|
<span class="star" title="Repo Forked">
|
|
168
172
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
169
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">
|
|
170
174
|
</path>
|
|
171
175
|
</svg>
|
|
172
|
-
<span>
|
|
176
|
+
<span>135</span>
|
|
173
177
|
</span>
|
|
174
178
|
<span class="star">
|
|
175
179
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
176
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>
|
|
177
181
|
</svg>
|
|
178
|
-
<span>
|
|
182
|
+
<span>331 stars today</span>
|
|
179
183
|
</span>
|
|
180
184
|
</div>
|
|
181
185
|
<div class="details">
|
|
182
|
-
|
|
186
|
+
YOLOv10: Real-Time End-to-End Object Detection
|
|
183
187
|
</div>
|
|
184
188
|
</div>
|
|
185
189
|
</li>
|
|
@@ -200,24 +204,24 @@
|
|
|
200
204
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
201
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>
|
|
202
206
|
</svg>
|
|
203
|
-
<span>
|
|
207
|
+
<span>8.383k</span>
|
|
204
208
|
</span>
|
|
205
209
|
<span class="star" title="Repo Forked">
|
|
206
210
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
207
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">
|
|
208
212
|
</path>
|
|
209
213
|
</svg>
|
|
210
|
-
<span>
|
|
214
|
+
<span>411</span>
|
|
211
215
|
</span>
|
|
212
216
|
<span class="star">
|
|
213
217
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
214
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>
|
|
215
219
|
</svg>
|
|
216
|
-
<span>
|
|
220
|
+
<span>747 stars today</span>
|
|
217
221
|
</span>
|
|
218
222
|
</div>
|
|
219
223
|
<div class="details">
|
|
220
|
-
Your AI second brain.
|
|
224
|
+
Your AI second brain. Get answers to your questions, whether they be online or in your own notes. Use foundation models or private, local LLMs. Self-host locally or use our cloud instance. Access from Obsidian, Emacs, Desktop app, Web or Whatsapp.
|
|
221
225
|
</div>
|
|
222
226
|
</div>
|
|
223
227
|
</li>
|
|
@@ -226,36 +230,36 @@
|
|
|
226
230
|
<div class="info">
|
|
227
231
|
<div class="rank">
|
|
228
232
|
<span title="Ranking 3">3</span>
|
|
229
|
-
<a href="https://github.com/
|
|
233
|
+
<a href="https://github.com/dream-num/univer" target="_blank" title="dream-num/univer">dream-num/univer</a>
|
|
230
234
|
</div>
|
|
231
235
|
<div class="sub-title followers">
|
|
232
236
|
|
|
233
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
234
|
-
<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
|
|
235
239
|
</a>
|
|
236
240
|
|
|
237
241
|
<span class="star" title="Stargazers Count">
|
|
238
242
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
239
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>
|
|
240
244
|
</svg>
|
|
241
|
-
<span>
|
|
245
|
+
<span>4.19k</span>
|
|
242
246
|
</span>
|
|
243
247
|
<span class="star" title="Repo Forked">
|
|
244
248
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
245
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">
|
|
246
250
|
</path>
|
|
247
251
|
</svg>
|
|
248
|
-
<span>
|
|
252
|
+
<span>393</span>
|
|
249
253
|
</span>
|
|
250
254
|
<span class="star">
|
|
251
255
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
252
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>
|
|
253
257
|
</svg>
|
|
254
|
-
<span>
|
|
258
|
+
<span>327 stars today</span>
|
|
255
259
|
</span>
|
|
256
260
|
</div>
|
|
257
261
|
<div class="details">
|
|
258
|
-
|
|
262
|
+
Univer is an open-source alternative to Google Sheets, Slides, and Docs
|
|
259
263
|
</div>
|
|
260
264
|
</div>
|
|
261
265
|
</li>
|
|
@@ -264,36 +268,36 @@
|
|
|
264
268
|
<div class="info">
|
|
265
269
|
<div class="rank">
|
|
266
270
|
<span title="Ranking 4">4</span>
|
|
267
|
-
<a href="https://github.com/
|
|
271
|
+
<a href="https://github.com/AUTOMATIC1111/stable-diffusion-webui" target="_blank" title="AUTOMATIC1111/stable-diffusion-webui">AUTOMATIC1111/stable-diffusion-webui</a>
|
|
268
272
|
</div>
|
|
269
273
|
<div class="sub-title followers">
|
|
270
274
|
|
|
271
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
272
|
-
<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
|
|
273
277
|
</a>
|
|
274
278
|
|
|
275
279
|
<span class="star" title="Stargazers Count">
|
|
276
280
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
277
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>
|
|
278
282
|
</svg>
|
|
279
|
-
<span>
|
|
283
|
+
<span>132.194k</span>
|
|
280
284
|
</span>
|
|
281
285
|
<span class="star" title="Repo Forked">
|
|
282
286
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
283
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">
|
|
284
288
|
</path>
|
|
285
289
|
</svg>
|
|
286
|
-
<span>
|
|
290
|
+
<span>25361</span>
|
|
287
291
|
</span>
|
|
288
292
|
<span class="star">
|
|
289
293
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
290
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>
|
|
291
295
|
</svg>
|
|
292
|
-
<span>
|
|
296
|
+
<span>80 stars today</span>
|
|
293
297
|
</span>
|
|
294
298
|
</div>
|
|
295
299
|
<div class="details">
|
|
296
|
-
|
|
300
|
+
Stable Diffusion web UI
|
|
297
301
|
</div>
|
|
298
302
|
</div>
|
|
299
303
|
</li>
|
|
@@ -302,36 +306,36 @@
|
|
|
302
306
|
<div class="info">
|
|
303
307
|
<div class="rank">
|
|
304
308
|
<span title="Ranking 5">5</span>
|
|
305
|
-
<a href="https://github.com/
|
|
309
|
+
<a href="https://github.com/QuilibriumNetwork/ceremonyclient" target="_blank" title="QuilibriumNetwork/ceremonyclient">QuilibriumNetwork/ceremonyclient</a>
|
|
306
310
|
</div>
|
|
307
311
|
<div class="sub-title followers">
|
|
308
312
|
|
|
309
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
310
|
-
<span style="background-color: #
|
|
313
|
+
<a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
|
|
314
|
+
<span style="background-color: #00ADD8;"></span>Go
|
|
311
315
|
</a>
|
|
312
316
|
|
|
313
317
|
<span class="star" title="Stargazers Count">
|
|
314
318
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
315
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>
|
|
316
320
|
</svg>
|
|
317
|
-
<span>
|
|
321
|
+
<span>0.326k</span>
|
|
318
322
|
</span>
|
|
319
323
|
<span class="star" title="Repo Forked">
|
|
320
324
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
321
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">
|
|
322
326
|
</path>
|
|
323
327
|
</svg>
|
|
324
|
-
<span>
|
|
328
|
+
<span>102</span>
|
|
325
329
|
</span>
|
|
326
330
|
<span class="star">
|
|
327
331
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
328
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>
|
|
329
333
|
</svg>
|
|
330
|
-
<span>
|
|
334
|
+
<span>9 stars today</span>
|
|
331
335
|
</span>
|
|
332
336
|
</div>
|
|
333
337
|
<div class="details">
|
|
334
|
-
|
|
338
|
+
Mirror of Quilibrium git repo: ceremonyclient
|
|
335
339
|
</div>
|
|
336
340
|
</div>
|
|
337
341
|
</li>
|
|
@@ -340,36 +344,32 @@
|
|
|
340
344
|
<div class="info">
|
|
341
345
|
<div class="rank">
|
|
342
346
|
<span title="Ranking 6">6</span>
|
|
343
|
-
<a href="https://github.com/
|
|
347
|
+
<a href="https://github.com/EbookFoundation/free-programming-books" target="_blank" title="EbookFoundation/free-programming-books">EbookFoundation/free-programming-books</a>
|
|
344
348
|
</div>
|
|
345
349
|
<div class="sub-title followers">
|
|
346
350
|
|
|
347
|
-
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
348
|
-
<span style="background-color: #3572A5;"></span>Python
|
|
349
|
-
</a>
|
|
350
|
-
|
|
351
351
|
<span class="star" title="Stargazers Count">
|
|
352
352
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
353
353
|
<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>
|
|
354
354
|
</svg>
|
|
355
|
-
<span>
|
|
355
|
+
<span>322.431k</span>
|
|
356
356
|
</span>
|
|
357
357
|
<span class="star" title="Repo Forked">
|
|
358
358
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
359
359
|
<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">
|
|
360
360
|
</path>
|
|
361
361
|
</svg>
|
|
362
|
-
<span>
|
|
362
|
+
<span>60127</span>
|
|
363
363
|
</span>
|
|
364
364
|
<span class="star">
|
|
365
365
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
366
366
|
<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>
|
|
367
367
|
</svg>
|
|
368
|
-
<span>
|
|
368
|
+
<span>73 stars today</span>
|
|
369
369
|
</span>
|
|
370
370
|
</div>
|
|
371
371
|
<div class="details">
|
|
372
|
-
|
|
372
|
+
📚 Freely available programming books
|
|
373
373
|
</div>
|
|
374
374
|
</div>
|
|
375
375
|
</li>
|
|
@@ -378,36 +378,36 @@
|
|
|
378
378
|
<div class="info">
|
|
379
379
|
<div class="rank">
|
|
380
380
|
<span title="Ranking 7">7</span>
|
|
381
|
-
<a href="https://github.com/
|
|
381
|
+
<a href="https://github.com/CADmium-Co/CADmium" target="_blank" title="CADmium-Co/CADmium">CADmium-Co/CADmium</a>
|
|
382
382
|
</div>
|
|
383
383
|
<div class="sub-title followers">
|
|
384
384
|
|
|
385
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
386
|
-
<span style="background-color: #
|
|
385
|
+
<a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
|
|
386
|
+
<span style="background-color: #dea584;"></span>Rust
|
|
387
387
|
</a>
|
|
388
388
|
|
|
389
389
|
<span class="star" title="Stargazers Count">
|
|
390
390
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
391
391
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
392
392
|
</svg>
|
|
393
|
-
<span>
|
|
393
|
+
<span>0.989k</span>
|
|
394
394
|
</span>
|
|
395
395
|
<span class="star" title="Repo Forked">
|
|
396
396
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
397
397
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
398
398
|
</path>
|
|
399
399
|
</svg>
|
|
400
|
-
<span>
|
|
400
|
+
<span>32</span>
|
|
401
401
|
</span>
|
|
402
402
|
<span class="star">
|
|
403
403
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
404
404
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
405
405
|
</svg>
|
|
406
|
-
<span>
|
|
406
|
+
<span>159 stars today</span>
|
|
407
407
|
</span>
|
|
408
408
|
</div>
|
|
409
409
|
<div class="details">
|
|
410
|
-
|
|
410
|
+
A CAD program that runs in the browser
|
|
411
411
|
</div>
|
|
412
412
|
</div>
|
|
413
413
|
</li>
|
|
@@ -416,36 +416,36 @@
|
|
|
416
416
|
<div class="info">
|
|
417
417
|
<div class="rank">
|
|
418
418
|
<span title="Ranking 8">8</span>
|
|
419
|
-
<a href="https://github.com/
|
|
419
|
+
<a href="https://github.com/Dataherald/dataherald" target="_blank" title="Dataherald/dataherald">Dataherald/dataherald</a>
|
|
420
420
|
</div>
|
|
421
421
|
<div class="sub-title followers">
|
|
422
422
|
|
|
423
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
424
|
-
<span style="background-color: #
|
|
423
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
424
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
425
425
|
</a>
|
|
426
426
|
|
|
427
427
|
<span class="star" title="Stargazers Count">
|
|
428
428
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
429
429
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
430
430
|
</svg>
|
|
431
|
-
<span>
|
|
431
|
+
<span>2.432k</span>
|
|
432
432
|
</span>
|
|
433
433
|
<span class="star" title="Repo Forked">
|
|
434
434
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
435
435
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
436
436
|
</path>
|
|
437
437
|
</svg>
|
|
438
|
-
<span>
|
|
438
|
+
<span>163</span>
|
|
439
439
|
</span>
|
|
440
440
|
<span class="star">
|
|
441
441
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
442
442
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
443
443
|
</svg>
|
|
444
|
-
<span>
|
|
444
|
+
<span>363 stars today</span>
|
|
445
445
|
</span>
|
|
446
446
|
</div>
|
|
447
447
|
<div class="details">
|
|
448
|
-
|
|
448
|
+
Interact with your SQL database, Natural Language to SQL using LLMs
|
|
449
449
|
</div>
|
|
450
450
|
</div>
|
|
451
451
|
</li>
|
|
@@ -454,36 +454,36 @@
|
|
|
454
454
|
<div class="info">
|
|
455
455
|
<div class="rank">
|
|
456
456
|
<span title="Ranking 9">9</span>
|
|
457
|
-
<a href="https://github.com/
|
|
457
|
+
<a href="https://github.com/mistralai/mistral-finetune" target="_blank" title="mistralai/mistral-finetune">mistralai/mistral-finetune</a>
|
|
458
458
|
</div>
|
|
459
459
|
<div class="sub-title followers">
|
|
460
460
|
|
|
461
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
462
|
-
<span style="background-color: #
|
|
461
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
462
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
463
463
|
</a>
|
|
464
464
|
|
|
465
465
|
<span class="star" title="Stargazers Count">
|
|
466
466
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
467
467
|
<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
468
|
</svg>
|
|
469
|
-
<span>
|
|
469
|
+
<span>1.414k</span>
|
|
470
470
|
</span>
|
|
471
471
|
<span class="star" title="Repo Forked">
|
|
472
472
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
473
473
|
<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
474
|
</path>
|
|
475
475
|
</svg>
|
|
476
|
-
<span>
|
|
476
|
+
<span>68</span>
|
|
477
477
|
</span>
|
|
478
478
|
<span class="star">
|
|
479
479
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
480
480
|
<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
481
|
</svg>
|
|
482
|
-
<span>
|
|
482
|
+
<span>409 stars today</span>
|
|
483
483
|
</span>
|
|
484
484
|
</div>
|
|
485
485
|
<div class="details">
|
|
486
|
-
|
|
486
|
+
|
|
487
487
|
</div>
|
|
488
488
|
</div>
|
|
489
489
|
</li>
|
|
@@ -492,36 +492,36 @@
|
|
|
492
492
|
<div class="info">
|
|
493
493
|
<div class="rank">
|
|
494
494
|
<span title="Ranking 10">10</span>
|
|
495
|
-
<a href="https://github.com/
|
|
495
|
+
<a href="https://github.com/ragapp/ragapp" target="_blank" title="ragapp/ragapp">ragapp/ragapp</a>
|
|
496
496
|
</div>
|
|
497
497
|
<div class="sub-title followers">
|
|
498
498
|
|
|
499
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
500
|
-
<span style="background-color: #
|
|
499
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
500
|
+
<span style="background-color: #3178c6;"></span>TypeScript
|
|
501
501
|
</a>
|
|
502
502
|
|
|
503
503
|
<span class="star" title="Stargazers Count">
|
|
504
504
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
505
505
|
<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
506
|
</svg>
|
|
507
|
-
<span>
|
|
507
|
+
<span>0.744k</span>
|
|
508
508
|
</span>
|
|
509
509
|
<span class="star" title="Repo Forked">
|
|
510
510
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
511
511
|
<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
512
|
</path>
|
|
513
513
|
</svg>
|
|
514
|
-
<span>
|
|
514
|
+
<span>64</span>
|
|
515
515
|
</span>
|
|
516
516
|
<span class="star">
|
|
517
517
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
518
518
|
<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
519
|
</svg>
|
|
520
|
-
<span>
|
|
520
|
+
<span>202 stars today</span>
|
|
521
521
|
</span>
|
|
522
522
|
</div>
|
|
523
523
|
<div class="details">
|
|
524
|
-
|
|
524
|
+
The easiest way to use Agentic RAG in any enterprise
|
|
525
525
|
</div>
|
|
526
526
|
</div>
|
|
527
527
|
</li>
|
|
@@ -530,36 +530,36 @@
|
|
|
530
530
|
<div class="info">
|
|
531
531
|
<div class="rank">
|
|
532
532
|
<span title="Ranking 11">11</span>
|
|
533
|
-
<a href="https://github.com/
|
|
533
|
+
<a href="https://github.com/lavague-ai/LaVague" target="_blank" title="lavague-ai/LaVague">lavague-ai/LaVague</a>
|
|
534
534
|
</div>
|
|
535
535
|
<div class="sub-title followers">
|
|
536
536
|
|
|
537
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
538
|
-
<span style="background-color: #
|
|
537
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
538
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
539
539
|
</a>
|
|
540
540
|
|
|
541
541
|
<span class="star" title="Stargazers Count">
|
|
542
542
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
543
543
|
<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
544
|
</svg>
|
|
545
|
-
<span>
|
|
545
|
+
<span>4.304k</span>
|
|
546
546
|
</span>
|
|
547
547
|
<span class="star" title="Repo Forked">
|
|
548
548
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
549
549
|
<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
550
|
</path>
|
|
551
551
|
</svg>
|
|
552
|
-
<span>
|
|
552
|
+
<span>359</span>
|
|
553
553
|
</span>
|
|
554
554
|
<span class="star">
|
|
555
555
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
556
556
|
<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
557
|
</svg>
|
|
558
|
-
<span>
|
|
558
|
+
<span>40 stars today</span>
|
|
559
559
|
</span>
|
|
560
560
|
</div>
|
|
561
561
|
<div class="details">
|
|
562
|
-
|
|
562
|
+
Large Action Model framework to develop AI Web Agents
|
|
563
563
|
</div>
|
|
564
564
|
</div>
|
|
565
565
|
</li>
|
|
@@ -568,36 +568,36 @@
|
|
|
568
568
|
<div class="info">
|
|
569
569
|
<div class="rank">
|
|
570
570
|
<span title="Ranking 12">12</span>
|
|
571
|
-
<a href="https://github.com/
|
|
571
|
+
<a href="https://github.com/ItzCrazyKns/Perplexica" target="_blank" title="ItzCrazyKns/Perplexica">ItzCrazyKns/Perplexica</a>
|
|
572
572
|
</div>
|
|
573
573
|
<div class="sub-title followers">
|
|
574
574
|
|
|
575
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
576
|
-
<span style="background-color: #
|
|
575
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
576
|
+
<span style="background-color: #3178c6;"></span>TypeScript
|
|
577
577
|
</a>
|
|
578
578
|
|
|
579
579
|
<span class="star" title="Stargazers Count">
|
|
580
580
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
581
581
|
<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
582
|
</svg>
|
|
583
|
-
<span>
|
|
583
|
+
<span>6.024k</span>
|
|
584
584
|
</span>
|
|
585
585
|
<span class="star" title="Repo Forked">
|
|
586
586
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
587
587
|
<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
588
|
</path>
|
|
589
589
|
</svg>
|
|
590
|
-
<span>
|
|
590
|
+
<span>501</span>
|
|
591
591
|
</span>
|
|
592
592
|
<span class="star">
|
|
593
593
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
594
594
|
<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
595
|
</svg>
|
|
596
|
-
<span>
|
|
596
|
+
<span>407 stars today</span>
|
|
597
597
|
</span>
|
|
598
598
|
</div>
|
|
599
599
|
<div class="details">
|
|
600
|
-
|
|
600
|
+
Perplexica is an AI-powered search engine. It is an Open source alternative to Perplexity AI
|
|
601
601
|
</div>
|
|
602
602
|
</div>
|
|
603
603
|
</li>
|
|
@@ -606,36 +606,32 @@
|
|
|
606
606
|
<div class="info">
|
|
607
607
|
<div class="rank">
|
|
608
608
|
<span title="Ranking 13">13</span>
|
|
609
|
-
<a href="https://github.com/
|
|
609
|
+
<a href="https://github.com/jordan-cutler/path-to-senior-engineer-handbook" target="_blank" title="jordan-cutler/path-to-senior-engineer-handbook">jordan-cutler/path-to-senior-engineer-handbook</a>
|
|
610
610
|
</div>
|
|
611
611
|
<div class="sub-title followers">
|
|
612
612
|
|
|
613
|
-
<a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
|
|
614
|
-
<span style="background-color: #dea584;"></span>Rust
|
|
615
|
-
</a>
|
|
616
|
-
|
|
617
613
|
<span class="star" title="Stargazers Count">
|
|
618
614
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
619
615
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
620
616
|
</svg>
|
|
621
|
-
<span>
|
|
617
|
+
<span>10.985k</span>
|
|
622
618
|
</span>
|
|
623
619
|
<span class="star" title="Repo Forked">
|
|
624
620
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
625
621
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
626
622
|
</path>
|
|
627
623
|
</svg>
|
|
628
|
-
<span>
|
|
624
|
+
<span>1026</span>
|
|
629
625
|
</span>
|
|
630
626
|
<span class="star">
|
|
631
627
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
632
628
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
633
629
|
</svg>
|
|
634
|
-
<span>
|
|
630
|
+
<span>136 stars today</span>
|
|
635
631
|
</span>
|
|
636
632
|
</div>
|
|
637
633
|
<div class="details">
|
|
638
|
-
|
|
634
|
+
All the resources you need to get to Senior Engineer and beyond
|
|
639
635
|
</div>
|
|
640
636
|
</div>
|
|
641
637
|
</li>
|
|
@@ -644,36 +640,36 @@
|
|
|
644
640
|
<div class="info">
|
|
645
641
|
<div class="rank">
|
|
646
642
|
<span title="Ranking 14">14</span>
|
|
647
|
-
<a href="https://github.com/
|
|
643
|
+
<a href="https://github.com/ashishps1/awesome-low-level-design" target="_blank" title="ashishps1/awesome-low-level-design">ashishps1/awesome-low-level-design</a>
|
|
648
644
|
</div>
|
|
649
645
|
<div class="sub-title followers">
|
|
650
646
|
|
|
651
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
652
|
-
<span style="background-color: #
|
|
647
|
+
<a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
|
|
648
|
+
<span style="background-color: #b07219;"></span>Java
|
|
653
649
|
</a>
|
|
654
650
|
|
|
655
651
|
<span class="star" title="Stargazers Count">
|
|
656
652
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
657
653
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
658
654
|
</svg>
|
|
659
|
-
<span>
|
|
655
|
+
<span>4.46k</span>
|
|
660
656
|
</span>
|
|
661
657
|
<span class="star" title="Repo Forked">
|
|
662
658
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
663
659
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
664
660
|
</path>
|
|
665
661
|
</svg>
|
|
666
|
-
<span>
|
|
662
|
+
<span>1113</span>
|
|
667
663
|
</span>
|
|
668
664
|
<span class="star">
|
|
669
665
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
670
666
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
671
667
|
</svg>
|
|
672
|
-
<span>
|
|
668
|
+
<span>60 stars today</span>
|
|
673
669
|
</span>
|
|
674
670
|
</div>
|
|
675
671
|
<div class="details">
|
|
676
|
-
|
|
672
|
+
Learn Low Level Design (LLD) and prepare for interviews using free resources.
|
|
677
673
|
</div>
|
|
678
674
|
</div>
|
|
679
675
|
</li>
|
|
@@ -682,7 +678,7 @@
|
|
|
682
678
|
<div class="info">
|
|
683
679
|
<div class="rank">
|
|
684
680
|
<span title="Ranking 15">15</span>
|
|
685
|
-
<a href="https://github.com/
|
|
681
|
+
<a href="https://github.com/HITsz-TMG/UMOE-Scaling-Unified-Multimodal-LLMs" target="_blank" title="HITsz-TMG/UMOE-Scaling-Unified-Multimodal-LLMs">HITsz-TMG/UMOE-Scaling-Unified-Multimodal-LLMs</a>
|
|
686
682
|
</div>
|
|
687
683
|
<div class="sub-title followers">
|
|
688
684
|
|
|
@@ -694,24 +690,24 @@
|
|
|
694
690
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
695
691
|
<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
692
|
</svg>
|
|
697
|
-
<span>
|
|
693
|
+
<span>0.408k</span>
|
|
698
694
|
</span>
|
|
699
695
|
<span class="star" title="Repo Forked">
|
|
700
696
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
701
697
|
<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
698
|
</path>
|
|
703
699
|
</svg>
|
|
704
|
-
<span>
|
|
700
|
+
<span>17</span>
|
|
705
701
|
</span>
|
|
706
702
|
<span class="star">
|
|
707
703
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
708
704
|
<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
705
|
</svg>
|
|
710
|
-
<span>
|
|
706
|
+
<span>158 stars today</span>
|
|
711
707
|
</span>
|
|
712
708
|
</div>
|
|
713
709
|
<div class="details">
|
|
714
|
-
|
|
710
|
+
The codes about "Uni-MoE: Scaling Unified Multimodal Models with Mixture of Experts"
|
|
715
711
|
</div>
|
|
716
712
|
</div>
|
|
717
713
|
</li>
|
|
@@ -720,36 +716,32 @@
|
|
|
720
716
|
<div class="info">
|
|
721
717
|
<div class="rank">
|
|
722
718
|
<span title="Ranking 16">16</span>
|
|
723
|
-
<a href="https://github.com/
|
|
719
|
+
<a href="https://github.com/codecrafters-io/build-your-own-x" target="_blank" title="codecrafters-io/build-your-own-x">codecrafters-io/build-your-own-x</a>
|
|
724
720
|
</div>
|
|
725
721
|
<div class="sub-title followers">
|
|
726
722
|
|
|
727
|
-
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
728
|
-
<span style="background-color: #3178c6;"></span>TypeScript
|
|
729
|
-
</a>
|
|
730
|
-
|
|
731
723
|
<span class="star" title="Stargazers Count">
|
|
732
724
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
733
725
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
734
726
|
</svg>
|
|
735
|
-
<span>
|
|
727
|
+
<span>266.271k</span>
|
|
736
728
|
</span>
|
|
737
729
|
<span class="star" title="Repo Forked">
|
|
738
730
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
739
731
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
740
732
|
</path>
|
|
741
733
|
</svg>
|
|
742
|
-
<span>
|
|
734
|
+
<span>25204</span>
|
|
743
735
|
</span>
|
|
744
736
|
<span class="star">
|
|
745
737
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
746
738
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
747
739
|
</svg>
|
|
748
|
-
<span>
|
|
740
|
+
<span>492 stars today</span>
|
|
749
741
|
</span>
|
|
750
742
|
</div>
|
|
751
743
|
<div class="details">
|
|
752
|
-
|
|
744
|
+
Master programming by recreating your favorite technologies from scratch.
|
|
753
745
|
</div>
|
|
754
746
|
</div>
|
|
755
747
|
</li>
|
|
@@ -758,36 +750,36 @@
|
|
|
758
750
|
<div class="info">
|
|
759
751
|
<div class="rank">
|
|
760
752
|
<span title="Ranking 17">17</span>
|
|
761
|
-
<a href="https://github.com/
|
|
753
|
+
<a href="https://github.com/vulhub/vulhub" target="_blank" title="vulhub/vulhub">vulhub/vulhub</a>
|
|
762
754
|
</div>
|
|
763
755
|
<div class="sub-title followers">
|
|
764
756
|
|
|
765
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
766
|
-
<span style="background-color: #
|
|
757
|
+
<a class="language" target="_blank" href="https://github.com/topics/dockerfile" title="Programming Language Dockerfile">
|
|
758
|
+
<span style="background-color: #384d54;"></span>Dockerfile
|
|
767
759
|
</a>
|
|
768
760
|
|
|
769
761
|
<span class="star" title="Stargazers Count">
|
|
770
762
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
771
763
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
772
764
|
</svg>
|
|
773
|
-
<span>
|
|
765
|
+
<span>16.531k</span>
|
|
774
766
|
</span>
|
|
775
767
|
<span class="star" title="Repo Forked">
|
|
776
768
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
777
769
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
778
770
|
</path>
|
|
779
771
|
</svg>
|
|
780
|
-
<span>
|
|
772
|
+
<span>4328</span>
|
|
781
773
|
</span>
|
|
782
774
|
<span class="star">
|
|
783
775
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
784
776
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
785
777
|
</svg>
|
|
786
|
-
<span>
|
|
778
|
+
<span>9 stars today</span>
|
|
787
779
|
</span>
|
|
788
780
|
</div>
|
|
789
781
|
<div class="details">
|
|
790
|
-
|
|
782
|
+
Pre-Built Vulnerable Environments Based on Docker-Compose
|
|
791
783
|
</div>
|
|
792
784
|
</div>
|
|
793
785
|
</li>
|
|
@@ -796,36 +788,36 @@
|
|
|
796
788
|
<div class="info">
|
|
797
789
|
<div class="rank">
|
|
798
790
|
<span title="Ranking 18">18</span>
|
|
799
|
-
<a href="https://github.com/
|
|
791
|
+
<a href="https://github.com/dataelement/bisheng" target="_blank" title="dataelement/bisheng">dataelement/bisheng</a>
|
|
800
792
|
</div>
|
|
801
793
|
<div class="sub-title followers">
|
|
802
794
|
|
|
803
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
804
|
-
<span style="background-color: #
|
|
795
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
796
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
805
797
|
</a>
|
|
806
798
|
|
|
807
799
|
<span class="star" title="Stargazers Count">
|
|
808
800
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
809
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>
|
|
810
802
|
</svg>
|
|
811
|
-
<span>
|
|
803
|
+
<span>7.292k</span>
|
|
812
804
|
</span>
|
|
813
805
|
<span class="star" title="Repo Forked">
|
|
814
806
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
815
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">
|
|
816
808
|
</path>
|
|
817
809
|
</svg>
|
|
818
|
-
<span>
|
|
810
|
+
<span>1195</span>
|
|
819
811
|
</span>
|
|
820
812
|
<span class="star">
|
|
821
813
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
822
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>
|
|
823
815
|
</svg>
|
|
824
|
-
<span>
|
|
816
|
+
<span>41 stars today</span>
|
|
825
817
|
</span>
|
|
826
818
|
</div>
|
|
827
819
|
<div class="details">
|
|
828
|
-
|
|
820
|
+
Bisheng is an open LLM devops platform for next generation AI applications.
|
|
829
821
|
</div>
|
|
830
822
|
</div>
|
|
831
823
|
</li>
|
|
@@ -834,36 +826,36 @@
|
|
|
834
826
|
<div class="info">
|
|
835
827
|
<div class="rank">
|
|
836
828
|
<span title="Ranking 19">19</span>
|
|
837
|
-
<a href="https://github.com/
|
|
829
|
+
<a href="https://github.com/searxng/searxng" target="_blank" title="searxng/searxng">searxng/searxng</a>
|
|
838
830
|
</div>
|
|
839
831
|
<div class="sub-title followers">
|
|
840
832
|
|
|
841
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
842
|
-
<span style="background-color: #
|
|
833
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
834
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
843
835
|
</a>
|
|
844
836
|
|
|
845
837
|
<span class="star" title="Stargazers Count">
|
|
846
838
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
847
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>
|
|
848
840
|
</svg>
|
|
849
|
-
<span>
|
|
841
|
+
<span>9.412k</span>
|
|
850
842
|
</span>
|
|
851
843
|
<span class="star" title="Repo Forked">
|
|
852
844
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
853
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">
|
|
854
846
|
</path>
|
|
855
847
|
</svg>
|
|
856
|
-
<span>
|
|
848
|
+
<span>1085</span>
|
|
857
849
|
</span>
|
|
858
850
|
<span class="star">
|
|
859
851
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
860
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>
|
|
861
853
|
</svg>
|
|
862
|
-
<span>
|
|
854
|
+
<span>133 stars today</span>
|
|
863
855
|
</span>
|
|
864
856
|
</div>
|
|
865
857
|
<div class="details">
|
|
866
|
-
|
|
858
|
+
SearXNG is a free internet metasearch engine which aggregates results from various search services and databases. Users are neither tracked nor profiled.
|
|
867
859
|
</div>
|
|
868
860
|
</div>
|
|
869
861
|
</li>
|
|
@@ -872,7 +864,7 @@
|
|
|
872
864
|
<div class="info">
|
|
873
865
|
<div class="rank">
|
|
874
866
|
<span title="Ranking 20">20</span>
|
|
875
|
-
<a href="https://github.com/
|
|
867
|
+
<a href="https://github.com/Avaiga/taipy" target="_blank" title="Avaiga/taipy">Avaiga/taipy</a>
|
|
876
868
|
</div>
|
|
877
869
|
<div class="sub-title followers">
|
|
878
870
|
|
|
@@ -884,24 +876,24 @@
|
|
|
884
876
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
885
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>
|
|
886
878
|
</svg>
|
|
887
|
-
<span>
|
|
879
|
+
<span>9.224k</span>
|
|
888
880
|
</span>
|
|
889
881
|
<span class="star" title="Repo Forked">
|
|
890
882
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
891
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">
|
|
892
884
|
</path>
|
|
893
885
|
</svg>
|
|
894
|
-
<span>
|
|
886
|
+
<span>662</span>
|
|
895
887
|
</span>
|
|
896
888
|
<span class="star">
|
|
897
889
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
898
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>
|
|
899
891
|
</svg>
|
|
900
|
-
<span>
|
|
892
|
+
<span>26 stars today</span>
|
|
901
893
|
</span>
|
|
902
894
|
</div>
|
|
903
895
|
<div class="details">
|
|
904
|
-
|
|
896
|
+
Turns Data and AI algorithms into production-ready web applications in no time.
|
|
905
897
|
</div>
|
|
906
898
|
</div>
|
|
907
899
|
</li>
|
|
@@ -910,36 +902,36 @@
|
|
|
910
902
|
<div class="info">
|
|
911
903
|
<div class="rank">
|
|
912
904
|
<span title="Ranking 21">21</span>
|
|
913
|
-
<a href="https://github.com/
|
|
905
|
+
<a href="https://github.com/es3n1n/no-defender" target="_blank" title="es3n1n/no-defender">es3n1n/no-defender</a>
|
|
914
906
|
</div>
|
|
915
907
|
<div class="sub-title followers">
|
|
916
908
|
|
|
917
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
918
|
-
<span style="background-color: #
|
|
909
|
+
<a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
|
|
910
|
+
<span style="background-color: #f34b7d;"></span>C++
|
|
919
911
|
</a>
|
|
920
912
|
|
|
921
913
|
<span class="star" title="Stargazers Count">
|
|
922
914
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
923
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>
|
|
924
916
|
</svg>
|
|
925
|
-
<span>
|
|
917
|
+
<span>0.787k</span>
|
|
926
918
|
</span>
|
|
927
919
|
<span class="star" title="Repo Forked">
|
|
928
920
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
929
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">
|
|
930
922
|
</path>
|
|
931
923
|
</svg>
|
|
932
|
-
<span>
|
|
924
|
+
<span>73</span>
|
|
933
925
|
</span>
|
|
934
926
|
<span class="star">
|
|
935
927
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
936
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>
|
|
937
929
|
</svg>
|
|
938
|
-
<span>
|
|
930
|
+
<span>106 stars today</span>
|
|
939
931
|
</span>
|
|
940
932
|
</div>
|
|
941
933
|
<div class="details">
|
|
942
|
-
|
|
934
|
+
A slightly more fun way to disable windows defender. (through the WSC api)
|
|
943
935
|
</div>
|
|
944
936
|
</div>
|
|
945
937
|
</li>
|
|
@@ -948,36 +940,36 @@
|
|
|
948
940
|
<div class="info">
|
|
949
941
|
<div class="rank">
|
|
950
942
|
<span title="Ranking 22">22</span>
|
|
951
|
-
<a href="https://github.com/
|
|
943
|
+
<a href="https://github.com/ente-io/ente" target="_blank" title="ente-io/ente">ente-io/ente</a>
|
|
952
944
|
</div>
|
|
953
945
|
<div class="sub-title followers">
|
|
954
946
|
|
|
955
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
956
|
-
<span style="background-color: #
|
|
947
|
+
<a class="language" target="_blank" href="https://github.com/topics/dart" title="Programming Language Dart">
|
|
948
|
+
<span style="background-color: #00B4AB;"></span>Dart
|
|
957
949
|
</a>
|
|
958
950
|
|
|
959
951
|
<span class="star" title="Stargazers Count">
|
|
960
952
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
961
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>
|
|
962
954
|
</svg>
|
|
963
|
-
<span>
|
|
955
|
+
<span>8.34k</span>
|
|
964
956
|
</span>
|
|
965
957
|
<span class="star" title="Repo Forked">
|
|
966
958
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
967
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">
|
|
968
960
|
</path>
|
|
969
961
|
</svg>
|
|
970
|
-
<span>
|
|
962
|
+
<span>494</span>
|
|
971
963
|
</span>
|
|
972
964
|
<span class="star">
|
|
973
965
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
974
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>
|
|
975
967
|
</svg>
|
|
976
|
-
<span>
|
|
968
|
+
<span>264 stars today</span>
|
|
977
969
|
</span>
|
|
978
970
|
</div>
|
|
979
971
|
<div class="details">
|
|
980
|
-
|
|
972
|
+
Fully open source, End to End Encrypted alternative to Google Photos and Apple Photos
|
|
981
973
|
</div>
|
|
982
974
|
</div>
|
|
983
975
|
</li>
|
|
@@ -986,32 +978,36 @@
|
|
|
986
978
|
<div class="info">
|
|
987
979
|
<div class="rank">
|
|
988
980
|
<span title="Ranking 23">23</span>
|
|
989
|
-
<a href="https://github.com/
|
|
981
|
+
<a href="https://github.com/maitrix-org/Pandora" target="_blank" title="maitrix-org/Pandora">maitrix-org/Pandora</a>
|
|
990
982
|
</div>
|
|
991
983
|
<div class="sub-title followers">
|
|
992
984
|
|
|
985
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
986
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
987
|
+
</a>
|
|
988
|
+
|
|
993
989
|
<span class="star" title="Stargazers Count">
|
|
994
990
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
995
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>
|
|
996
992
|
</svg>
|
|
997
|
-
<span>
|
|
993
|
+
<span>0.265k</span>
|
|
998
994
|
</span>
|
|
999
995
|
<span class="star" title="Repo Forked">
|
|
1000
996
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1001
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">
|
|
1002
998
|
</path>
|
|
1003
999
|
</svg>
|
|
1004
|
-
<span>
|
|
1000
|
+
<span>15</span>
|
|
1005
1001
|
</span>
|
|
1006
1002
|
<span class="star">
|
|
1007
1003
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1008
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>
|
|
1009
1005
|
</svg>
|
|
1010
|
-
<span>
|
|
1006
|
+
<span>34 stars today</span>
|
|
1011
1007
|
</span>
|
|
1012
1008
|
</div>
|
|
1013
1009
|
<div class="details">
|
|
1014
|
-
|
|
1010
|
+
Pandora: Towards General World Model with Natural Language Actions and Video States
|
|
1015
1011
|
</div>
|
|
1016
1012
|
</div>
|
|
1017
1013
|
</li>
|
|
@@ -1020,36 +1016,36 @@
|
|
|
1020
1016
|
<div class="info">
|
|
1021
1017
|
<div class="rank">
|
|
1022
1018
|
<span title="Ranking 24">24</span>
|
|
1023
|
-
<a href="https://github.com/
|
|
1019
|
+
<a href="https://github.com/termux/termux-packages" target="_blank" title="termux/termux-packages">termux/termux-packages</a>
|
|
1024
1020
|
</div>
|
|
1025
1021
|
<div class="sub-title followers">
|
|
1026
1022
|
|
|
1027
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
1028
|
-
<span style="background-color: #
|
|
1023
|
+
<a class="language" target="_blank" href="https://github.com/topics/shell" title="Programming Language Shell">
|
|
1024
|
+
<span style="background-color: #89e051;"></span>Shell
|
|
1029
1025
|
</a>
|
|
1030
1026
|
|
|
1031
1027
|
<span class="star" title="Stargazers Count">
|
|
1032
1028
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1033
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>
|
|
1034
1030
|
</svg>
|
|
1035
|
-
<span>
|
|
1031
|
+
<span>12.395k</span>
|
|
1036
1032
|
</span>
|
|
1037
1033
|
<span class="star" title="Repo Forked">
|
|
1038
1034
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1039
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">
|
|
1040
1036
|
</path>
|
|
1041
1037
|
</svg>
|
|
1042
|
-
<span>
|
|
1038
|
+
<span>2869</span>
|
|
1043
1039
|
</span>
|
|
1044
1040
|
<span class="star">
|
|
1045
1041
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1046
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>
|
|
1047
1043
|
</svg>
|
|
1048
|
-
<span>
|
|
1044
|
+
<span>11 stars today</span>
|
|
1049
1045
|
</span>
|
|
1050
1046
|
</div>
|
|
1051
1047
|
<div class="details">
|
|
1052
|
-
|
|
1048
|
+
A package build system for Termux.
|
|
1053
1049
|
</div>
|
|
1054
1050
|
</div>
|
|
1055
1051
|
</li>
|
|
@@ -1058,36 +1054,36 @@
|
|
|
1058
1054
|
<div class="info">
|
|
1059
1055
|
<div class="rank">
|
|
1060
1056
|
<span title="Ranking 25">25</span>
|
|
1061
|
-
<a href="https://github.com/
|
|
1057
|
+
<a href="https://github.com/continuedev/continue" target="_blank" title="continuedev/continue">continuedev/continue</a>
|
|
1062
1058
|
</div>
|
|
1063
1059
|
<div class="sub-title followers">
|
|
1064
1060
|
|
|
1065
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
1066
|
-
<span style="background-color: #
|
|
1061
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
1062
|
+
<span style="background-color: #3178c6;"></span>TypeScript
|
|
1067
1063
|
</a>
|
|
1068
1064
|
|
|
1069
1065
|
<span class="star" title="Stargazers Count">
|
|
1070
1066
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1071
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>
|
|
1072
1068
|
</svg>
|
|
1073
|
-
<span>
|
|
1069
|
+
<span>11.907k</span>
|
|
1074
1070
|
</span>
|
|
1075
1071
|
<span class="star" title="Repo Forked">
|
|
1076
1072
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1077
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">
|
|
1078
1074
|
</path>
|
|
1079
1075
|
</svg>
|
|
1080
|
-
<span>
|
|
1076
|
+
<span>748</span>
|
|
1081
1077
|
</span>
|
|
1082
1078
|
<span class="star">
|
|
1083
1079
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1084
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>
|
|
1085
1081
|
</svg>
|
|
1086
|
-
<span>
|
|
1082
|
+
<span>40 stars today</span>
|
|
1087
1083
|
</span>
|
|
1088
1084
|
</div>
|
|
1089
1085
|
<div class="details">
|
|
1090
|
-
|
|
1086
|
+
⏩ Open-source VS Code and JetBrains extensions that enable you to easily create your own modular AI software development system
|
|
1091
1087
|
</div>
|
|
1092
1088
|
</div>
|
|
1093
1089
|
</li>
|
|
@@ -1111,7 +1107,7 @@
|
|
|
1111
1107
|
<img src="https://img.shields.io/npm/v/@wcj/github-rank.svg?label=unpkg">
|
|
1112
1108
|
</a>
|
|
1113
1109
|
</div>
|
|
1114
|
-
<div class="time">Last cache created on 2024/5/
|
|
1110
|
+
<div class="time">Last cache created on 2024/5/27 by Github API v3.</div>
|
|
1115
1111
|
Create by <a href="https://github.com/jaywcjlove" target="_blank">小弟调调™</a>.
|
|
1116
1112
|
</div>
|
|
1117
1113
|
</body>
|