@wcj/github-rank 26.7.29 → 26.8.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/repos.json +39330 -39301
- package/dist/trending-daily.json +90 -101
- package/dist/trending-monthly.json +147 -158
- package/dist/trending-weekly.json +132 -176
- package/dist/users.china.json +2544 -2436
- package/dist/users.json +4228 -4228
- package/dist/users.org.json +786 -786
- package/package.json +1 -1
- package/web/data/repos.json +39330 -39301
- package/web/data/trending-daily.json +90 -101
- package/web/data/trending-monthly.json +147 -158
- package/web/data/trending-weekly.json +132 -176
- package/web/data/users.china.json +2544 -2436
- package/web/data/users.json +4228 -4228
- package/web/data/users.org.json +786 -786
- package/web/index.html +4391 -4389
- package/web/org.html +710 -710
- package/web/repos.html +4750 -4750
- package/web/trending-monthly.html +139 -179
- package/web/trending-weekly.html +119 -279
- package/web/trending.html +80 -120
- package/web/users.china.html +2542 -2396
package/web/trending-weekly.html
CHANGED
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
</a>
|
|
137
137
|
|
|
138
138
|
</h1>
|
|
139
|
-
<div class="time">Last cache created on 2026/
|
|
139
|
+
<div class="time">Last cache created on 2026/8/1 by
|
|
140
140
|
|
|
141
141
|
|
|
142
142
|
|
|
@@ -164,36 +164,36 @@
|
|
|
164
164
|
|
|
165
165
|
<span title="Ranking 1">🥇</span>
|
|
166
166
|
|
|
167
|
-
<a href="https://github.com/
|
|
167
|
+
<a href="https://github.com/block/buzz" target="_blank" title="block/buzz">block/buzz</a>
|
|
168
168
|
</div>
|
|
169
169
|
<div class="sub-title followers">
|
|
170
170
|
|
|
171
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
172
|
-
<span style="background-color: #
|
|
171
|
+
<a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
|
|
172
|
+
<span style="background-color: #dea584;"></span>Rust
|
|
173
173
|
</a>
|
|
174
174
|
|
|
175
175
|
<span class="star" title="Stargazers Count">
|
|
176
176
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
177
177
|
<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>
|
|
178
178
|
</svg>
|
|
179
|
-
<span>
|
|
179
|
+
<span>19.577k</span>
|
|
180
180
|
</span>
|
|
181
181
|
<span class="star" title="Repo Forked">
|
|
182
182
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
183
183
|
<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">
|
|
184
184
|
</path>
|
|
185
185
|
</svg>
|
|
186
|
-
<span>
|
|
186
|
+
<span>1978</span>
|
|
187
187
|
</span>
|
|
188
188
|
<span class="star">
|
|
189
189
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
190
190
|
<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>
|
|
191
191
|
</svg>
|
|
192
|
-
<span>
|
|
192
|
+
<span>10558 stars this week</span>
|
|
193
193
|
</span>
|
|
194
194
|
</div>
|
|
195
195
|
<div class="details">
|
|
196
|
-
|
|
196
|
+
A hive mind communication platform
|
|
197
197
|
</div>
|
|
198
198
|
</div>
|
|
199
199
|
</li>
|
|
@@ -204,36 +204,36 @@
|
|
|
204
204
|
|
|
205
205
|
<span title="Ranking 2">🥈</span>
|
|
206
206
|
|
|
207
|
-
<a href="https://github.com/
|
|
207
|
+
<a href="https://github.com/citrolabs/ego-lite" target="_blank" title="citrolabs/ego-lite">citrolabs/ego-lite</a>
|
|
208
208
|
</div>
|
|
209
209
|
<div class="sub-title followers">
|
|
210
210
|
|
|
211
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
212
|
-
<span style="background-color: #
|
|
211
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
212
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
213
213
|
</a>
|
|
214
214
|
|
|
215
215
|
<span class="star" title="Stargazers Count">
|
|
216
216
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
217
217
|
<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>
|
|
218
218
|
</svg>
|
|
219
|
-
<span>
|
|
219
|
+
<span>7.04k</span>
|
|
220
220
|
</span>
|
|
221
221
|
<span class="star" title="Repo Forked">
|
|
222
222
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
223
223
|
<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">
|
|
224
224
|
</path>
|
|
225
225
|
</svg>
|
|
226
|
-
<span>
|
|
226
|
+
<span>335</span>
|
|
227
227
|
</span>
|
|
228
228
|
<span class="star">
|
|
229
229
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
230
230
|
<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>
|
|
231
231
|
</svg>
|
|
232
|
-
<span>
|
|
232
|
+
<span>4741 stars this week</span>
|
|
233
233
|
</span>
|
|
234
234
|
</div>
|
|
235
235
|
<div class="details">
|
|
236
|
-
|
|
236
|
+
The fastest browser for AI agents to run browser automation, built for sharing your logged-in browser state with your AI agents, like Codex or Claude Code, without disturbing you. Zero cost, zero config.
|
|
237
237
|
</div>
|
|
238
238
|
</div>
|
|
239
239
|
</li>
|
|
@@ -244,36 +244,36 @@
|
|
|
244
244
|
|
|
245
245
|
<span title="Ranking 3">🥉</span>
|
|
246
246
|
|
|
247
|
-
<a href="https://github.com/
|
|
247
|
+
<a href="https://github.com/alibaba/open-code-review" target="_blank" title="alibaba/open-code-review">alibaba/open-code-review</a>
|
|
248
248
|
</div>
|
|
249
249
|
<div class="sub-title followers">
|
|
250
250
|
|
|
251
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
252
|
-
<span style="background-color: #
|
|
251
|
+
<a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
|
|
252
|
+
<span style="background-color: #00ADD8;"></span>Go
|
|
253
253
|
</a>
|
|
254
254
|
|
|
255
255
|
<span class="star" title="Stargazers Count">
|
|
256
256
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
257
257
|
<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>
|
|
258
258
|
</svg>
|
|
259
|
-
<span>
|
|
259
|
+
<span>17.05k</span>
|
|
260
260
|
</span>
|
|
261
261
|
<span class="star" title="Repo Forked">
|
|
262
262
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
263
263
|
<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">
|
|
264
264
|
</path>
|
|
265
265
|
</svg>
|
|
266
|
-
<span>
|
|
266
|
+
<span>1160</span>
|
|
267
267
|
</span>
|
|
268
268
|
<span class="star">
|
|
269
269
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
270
270
|
<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>
|
|
271
271
|
</svg>
|
|
272
|
-
<span>
|
|
272
|
+
<span>4746 stars this week</span>
|
|
273
273
|
</span>
|
|
274
274
|
</div>
|
|
275
275
|
<div class="details">
|
|
276
|
-
|
|
276
|
+
Open-source & free — Battle-tested at Alibaba's scale. Hybrid architecture code review tool: deterministic pipelines + LLM Agent, precise line-level comments, built-in fine-tuned ruleset (NPE, thread-safety, XSS, SQL injection), OpenAI & Anthropic compatible.
|
|
277
277
|
</div>
|
|
278
278
|
</div>
|
|
279
279
|
</li>
|
|
@@ -284,36 +284,36 @@
|
|
|
284
284
|
|
|
285
285
|
<span title="Ranking 4">4</span>
|
|
286
286
|
|
|
287
|
-
<a href="https://github.com/
|
|
287
|
+
<a href="https://github.com/ayghri/i-have-adhd" target="_blank" title="ayghri/i-have-adhd">ayghri/i-have-adhd</a>
|
|
288
288
|
</div>
|
|
289
289
|
<div class="sub-title followers">
|
|
290
290
|
|
|
291
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
292
|
-
<span style="background-color: #
|
|
291
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
292
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
293
293
|
</a>
|
|
294
294
|
|
|
295
295
|
<span class="star" title="Stargazers Count">
|
|
296
296
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
297
297
|
<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>
|
|
298
298
|
</svg>
|
|
299
|
-
<span>
|
|
299
|
+
<span>14.788k</span>
|
|
300
300
|
</span>
|
|
301
301
|
<span class="star" title="Repo Forked">
|
|
302
302
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
303
303
|
<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">
|
|
304
304
|
</path>
|
|
305
305
|
</svg>
|
|
306
|
-
<span>
|
|
306
|
+
<span>804</span>
|
|
307
307
|
</span>
|
|
308
308
|
<span class="star">
|
|
309
309
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
310
310
|
<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>
|
|
311
311
|
</svg>
|
|
312
|
-
<span>
|
|
312
|
+
<span>5133 stars this week</span>
|
|
313
313
|
</span>
|
|
314
314
|
</div>
|
|
315
315
|
<div class="details">
|
|
316
|
-
|
|
316
|
+
A skill to stop your coding agent from burying the answer. ADHD-friendly output.
|
|
317
317
|
</div>
|
|
318
318
|
</div>
|
|
319
319
|
</li>
|
|
@@ -324,7 +324,7 @@
|
|
|
324
324
|
|
|
325
325
|
<span title="Ranking 5">5</span>
|
|
326
326
|
|
|
327
|
-
<a href="https://github.com/
|
|
327
|
+
<a href="https://github.com/pascalorg/editor" target="_blank" title="pascalorg/editor">pascalorg/editor</a>
|
|
328
328
|
</div>
|
|
329
329
|
<div class="sub-title followers">
|
|
330
330
|
|
|
@@ -336,24 +336,24 @@
|
|
|
336
336
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
337
337
|
<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>
|
|
338
338
|
</svg>
|
|
339
|
-
<span>
|
|
339
|
+
<span>20.451k</span>
|
|
340
340
|
</span>
|
|
341
341
|
<span class="star" title="Repo Forked">
|
|
342
342
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
343
343
|
<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">
|
|
344
344
|
</path>
|
|
345
345
|
</svg>
|
|
346
|
-
<span>
|
|
346
|
+
<span>2642</span>
|
|
347
347
|
</span>
|
|
348
348
|
<span class="star">
|
|
349
349
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
350
350
|
<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>
|
|
351
351
|
</svg>
|
|
352
|
-
<span>
|
|
352
|
+
<span>2863 stars this week</span>
|
|
353
353
|
</span>
|
|
354
354
|
</div>
|
|
355
355
|
<div class="details">
|
|
356
|
-
|
|
356
|
+
Create and share 3D architectural projects.
|
|
357
357
|
</div>
|
|
358
358
|
</div>
|
|
359
359
|
</li>
|
|
@@ -364,36 +364,36 @@
|
|
|
364
364
|
|
|
365
365
|
<span title="Ranking 6">6</span>
|
|
366
366
|
|
|
367
|
-
<a href="https://github.com/
|
|
367
|
+
<a href="https://github.com/virgiliojr94/book-to-skill" target="_blank" title="virgiliojr94/book-to-skill">virgiliojr94/book-to-skill</a>
|
|
368
368
|
</div>
|
|
369
369
|
<div class="sub-title followers">
|
|
370
370
|
|
|
371
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
372
|
-
<span style="background-color: #
|
|
371
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
372
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
373
373
|
</a>
|
|
374
374
|
|
|
375
375
|
<span class="star" title="Stargazers Count">
|
|
376
376
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
377
377
|
<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>
|
|
378
378
|
</svg>
|
|
379
|
-
<span>
|
|
379
|
+
<span>14.317k</span>
|
|
380
380
|
</span>
|
|
381
381
|
<span class="star" title="Repo Forked">
|
|
382
382
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
383
383
|
<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">
|
|
384
384
|
</path>
|
|
385
385
|
</svg>
|
|
386
|
-
<span>
|
|
386
|
+
<span>1556</span>
|
|
387
387
|
</span>
|
|
388
388
|
<span class="star">
|
|
389
389
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
390
390
|
<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>
|
|
391
391
|
</svg>
|
|
392
|
-
<span>
|
|
392
|
+
<span>4603 stars this week</span>
|
|
393
393
|
</span>
|
|
394
394
|
</div>
|
|
395
395
|
<div class="details">
|
|
396
|
-
|
|
396
|
+
Turn any technical book PDF into a Claude Code skill — ready to study, reference, and use while you work.
|
|
397
397
|
</div>
|
|
398
398
|
</div>
|
|
399
399
|
</li>
|
|
@@ -404,36 +404,36 @@
|
|
|
404
404
|
|
|
405
405
|
<span title="Ranking 7">7</span>
|
|
406
406
|
|
|
407
|
-
<a href="https://github.com/
|
|
407
|
+
<a href="https://github.com/1jehuang/jcode" target="_blank" title="1jehuang/jcode">1jehuang/jcode</a>
|
|
408
408
|
</div>
|
|
409
409
|
<div class="sub-title followers">
|
|
410
410
|
|
|
411
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
412
|
-
<span style="background-color: #
|
|
411
|
+
<a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
|
|
412
|
+
<span style="background-color: #dea584;"></span>Rust
|
|
413
413
|
</a>
|
|
414
414
|
|
|
415
415
|
<span class="star" title="Stargazers Count">
|
|
416
416
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
417
417
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
418
418
|
</svg>
|
|
419
|
-
<span>
|
|
419
|
+
<span>14.651k</span>
|
|
420
420
|
</span>
|
|
421
421
|
<span class="star" title="Repo Forked">
|
|
422
422
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
423
423
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
424
424
|
</path>
|
|
425
425
|
</svg>
|
|
426
|
-
<span>
|
|
426
|
+
<span>1615</span>
|
|
427
427
|
</span>
|
|
428
428
|
<span class="star">
|
|
429
429
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
430
430
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
431
431
|
</svg>
|
|
432
|
-
<span>
|
|
432
|
+
<span>3351 stars this week</span>
|
|
433
433
|
</span>
|
|
434
434
|
</div>
|
|
435
435
|
<div class="details">
|
|
436
|
-
|
|
436
|
+
The most RAM efficient harness
|
|
437
437
|
</div>
|
|
438
438
|
</div>
|
|
439
439
|
</li>
|
|
@@ -444,36 +444,36 @@
|
|
|
444
444
|
|
|
445
445
|
<span title="Ranking 8">8</span>
|
|
446
446
|
|
|
447
|
-
<a href="https://github.com/
|
|
447
|
+
<a href="https://github.com/mattpocock/skills" target="_blank" title="mattpocock/skills">mattpocock/skills</a>
|
|
448
448
|
</div>
|
|
449
449
|
<div class="sub-title followers">
|
|
450
450
|
|
|
451
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
452
|
-
<span style="background-color: #
|
|
451
|
+
<a class="language" target="_blank" href="https://github.com/topics/shell" title="Programming Language Shell">
|
|
452
|
+
<span style="background-color: #89e051;"></span>Shell
|
|
453
453
|
</a>
|
|
454
454
|
|
|
455
455
|
<span class="star" title="Stargazers Count">
|
|
456
456
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
457
457
|
<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>
|
|
458
458
|
</svg>
|
|
459
|
-
<span>
|
|
459
|
+
<span>197.919k</span>
|
|
460
460
|
</span>
|
|
461
461
|
<span class="star" title="Repo Forked">
|
|
462
462
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
463
463
|
<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">
|
|
464
464
|
</path>
|
|
465
465
|
</svg>
|
|
466
|
-
<span>
|
|
466
|
+
<span>17037</span>
|
|
467
467
|
</span>
|
|
468
468
|
<span class="star">
|
|
469
469
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
470
470
|
<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>
|
|
471
471
|
</svg>
|
|
472
|
-
<span>
|
|
472
|
+
<span>11622 stars this week</span>
|
|
473
473
|
</span>
|
|
474
474
|
</div>
|
|
475
475
|
<div class="details">
|
|
476
|
-
|
|
476
|
+
Skills for Real Engineers. Straight from my .agents directory.
|
|
477
477
|
</div>
|
|
478
478
|
</div>
|
|
479
479
|
</li>
|
|
@@ -484,36 +484,36 @@
|
|
|
484
484
|
|
|
485
485
|
<span title="Ranking 9">9</span>
|
|
486
486
|
|
|
487
|
-
<a href="https://github.com/
|
|
487
|
+
<a href="https://github.com/pingdotgg/t3code" target="_blank" title="pingdotgg/t3code">pingdotgg/t3code</a>
|
|
488
488
|
</div>
|
|
489
489
|
<div class="sub-title followers">
|
|
490
490
|
|
|
491
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
492
|
-
<span style="background-color: #
|
|
491
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
492
|
+
<span style="background-color: #3178c6;"></span>TypeScript
|
|
493
493
|
</a>
|
|
494
494
|
|
|
495
495
|
<span class="star" title="Stargazers Count">
|
|
496
496
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
497
497
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
498
498
|
</svg>
|
|
499
|
-
<span>
|
|
499
|
+
<span>16.095k</span>
|
|
500
500
|
</span>
|
|
501
501
|
<span class="star" title="Repo Forked">
|
|
502
502
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
503
503
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
504
504
|
</path>
|
|
505
505
|
</svg>
|
|
506
|
-
<span>
|
|
506
|
+
<span>3584</span>
|
|
507
507
|
</span>
|
|
508
508
|
<span class="star">
|
|
509
509
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
510
510
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
511
511
|
</svg>
|
|
512
|
-
<span>
|
|
512
|
+
<span>1488 stars this week</span>
|
|
513
513
|
</span>
|
|
514
514
|
</div>
|
|
515
515
|
<div class="details">
|
|
516
|
-
|
|
516
|
+
|
|
517
517
|
</div>
|
|
518
518
|
</div>
|
|
519
519
|
</li>
|
|
@@ -524,7 +524,7 @@
|
|
|
524
524
|
|
|
525
525
|
<span title="Ranking 10">10</span>
|
|
526
526
|
|
|
527
|
-
<a href="https://github.com/
|
|
527
|
+
<a href="https://github.com/koala73/worldmonitor" target="_blank" title="koala73/worldmonitor">koala73/worldmonitor</a>
|
|
528
528
|
</div>
|
|
529
529
|
<div class="sub-title followers">
|
|
530
530
|
|
|
@@ -536,24 +536,24 @@
|
|
|
536
536
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
537
537
|
<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>
|
|
538
538
|
</svg>
|
|
539
|
-
<span>
|
|
539
|
+
<span>77.469k</span>
|
|
540
540
|
</span>
|
|
541
541
|
<span class="star" title="Repo Forked">
|
|
542
542
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
543
543
|
<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">
|
|
544
544
|
</path>
|
|
545
545
|
</svg>
|
|
546
|
-
<span>
|
|
546
|
+
<span>11566</span>
|
|
547
547
|
</span>
|
|
548
548
|
<span class="star">
|
|
549
549
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
550
550
|
<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>
|
|
551
551
|
</svg>
|
|
552
|
-
<span>
|
|
552
|
+
<span>4657 stars this week</span>
|
|
553
553
|
</span>
|
|
554
554
|
</div>
|
|
555
555
|
<div class="details">
|
|
556
|
-
|
|
556
|
+
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
|
|
557
557
|
</div>
|
|
558
558
|
</div>
|
|
559
559
|
</li>
|
|
@@ -564,36 +564,36 @@
|
|
|
564
564
|
|
|
565
565
|
<span title="Ranking 11">11</span>
|
|
566
566
|
|
|
567
|
-
<a href="https://github.com/
|
|
567
|
+
<a href="https://github.com/opengeos/GeoLibre" target="_blank" title="opengeos/GeoLibre">opengeos/GeoLibre</a>
|
|
568
568
|
</div>
|
|
569
569
|
<div class="sub-title followers">
|
|
570
570
|
|
|
571
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
572
|
-
<span style="background-color: #
|
|
571
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
572
|
+
<span style="background-color: #3178c6;"></span>TypeScript
|
|
573
573
|
</a>
|
|
574
574
|
|
|
575
575
|
<span class="star" title="Stargazers Count">
|
|
576
576
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
577
577
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
578
578
|
</svg>
|
|
579
|
-
<span>
|
|
579
|
+
<span>4.725k</span>
|
|
580
580
|
</span>
|
|
581
581
|
<span class="star" title="Repo Forked">
|
|
582
582
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
583
583
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
584
584
|
</path>
|
|
585
585
|
</svg>
|
|
586
|
-
<span>
|
|
586
|
+
<span>476</span>
|
|
587
587
|
</span>
|
|
588
588
|
<span class="star">
|
|
589
589
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
590
590
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
591
591
|
</svg>
|
|
592
|
-
<span>
|
|
592
|
+
<span>2765 stars this week</span>
|
|
593
593
|
</span>
|
|
594
594
|
</div>
|
|
595
595
|
<div class="details">
|
|
596
|
-
|
|
596
|
+
A lightweight, cloud-native GIS platform for visualizing, exploring, and analyzing geospatial data. It runs in the web browser, on the desktop, on mobile, and inside Jupyter notebooks.
|
|
597
597
|
</div>
|
|
598
598
|
</div>
|
|
599
599
|
</li>
|
|
@@ -604,36 +604,36 @@
|
|
|
604
604
|
|
|
605
605
|
<span title="Ranking 12">12</span>
|
|
606
606
|
|
|
607
|
-
<a href="https://github.com/
|
|
607
|
+
<a href="https://github.com/shiyu-coder/Kronos" target="_blank" title="shiyu-coder/Kronos">shiyu-coder/Kronos</a>
|
|
608
608
|
</div>
|
|
609
609
|
<div class="sub-title followers">
|
|
610
610
|
|
|
611
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
612
|
-
<span style="background-color: #
|
|
611
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
612
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
613
613
|
</a>
|
|
614
614
|
|
|
615
615
|
<span class="star" title="Stargazers Count">
|
|
616
616
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
617
617
|
<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>
|
|
618
618
|
</svg>
|
|
619
|
-
<span>
|
|
619
|
+
<span>35.274k</span>
|
|
620
620
|
</span>
|
|
621
621
|
<span class="star" title="Repo Forked">
|
|
622
622
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
623
623
|
<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">
|
|
624
624
|
</path>
|
|
625
625
|
</svg>
|
|
626
|
-
<span>
|
|
626
|
+
<span>5877</span>
|
|
627
627
|
</span>
|
|
628
628
|
<span class="star">
|
|
629
629
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
630
630
|
<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>
|
|
631
631
|
</svg>
|
|
632
|
-
<span>
|
|
632
|
+
<span>1939 stars this week</span>
|
|
633
633
|
</span>
|
|
634
634
|
</div>
|
|
635
635
|
<div class="details">
|
|
636
|
-
|
|
636
|
+
Kronos: A Foundation Model for the Language of Financial Markets
|
|
637
637
|
</div>
|
|
638
638
|
</div>
|
|
639
639
|
</li>
|
|
@@ -644,7 +644,7 @@
|
|
|
644
644
|
|
|
645
645
|
<span title="Ranking 13">13</span>
|
|
646
646
|
|
|
647
|
-
<a href="https://github.com/
|
|
647
|
+
<a href="https://github.com/moeru-ai/airi" target="_blank" title="moeru-ai/airi">moeru-ai/airi</a>
|
|
648
648
|
</div>
|
|
649
649
|
<div class="sub-title followers">
|
|
650
650
|
|
|
@@ -656,24 +656,24 @@
|
|
|
656
656
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
657
657
|
<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
658
|
</svg>
|
|
659
|
-
<span>
|
|
659
|
+
<span>46.23k</span>
|
|
660
660
|
</span>
|
|
661
661
|
<span class="star" title="Repo Forked">
|
|
662
662
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
663
663
|
<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
664
|
</path>
|
|
665
665
|
</svg>
|
|
666
|
-
<span>
|
|
666
|
+
<span>4556</span>
|
|
667
667
|
</span>
|
|
668
668
|
<span class="star">
|
|
669
669
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
670
670
|
<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
671
|
</svg>
|
|
672
|
-
<span>
|
|
672
|
+
<span>3125 stars this week</span>
|
|
673
673
|
</span>
|
|
674
674
|
</div>
|
|
675
675
|
<div class="details">
|
|
676
|
-
|
|
676
|
+
💖🧸 Self hosted, you-owned Grok Companion, a container of souls of waifu, cyber livings to bring them into our worlds, wishing to achieve Neuro-sama's altitude. Capable of realtime voice chat, Minecraft, Factorio playing. Web / macOS / Windows supported.
|
|
677
677
|
</div>
|
|
678
678
|
</div>
|
|
679
679
|
</li>
|
|
@@ -684,36 +684,36 @@
|
|
|
684
684
|
|
|
685
685
|
<span title="Ranking 14">14</span>
|
|
686
686
|
|
|
687
|
-
<a href="https://github.com/
|
|
687
|
+
<a href="https://github.com/diegosouzapw/OmniRoute" target="_blank" title="diegosouzapw/OmniRoute">diegosouzapw/OmniRoute</a>
|
|
688
688
|
</div>
|
|
689
689
|
<div class="sub-title followers">
|
|
690
690
|
|
|
691
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
692
|
-
<span style="background-color: #
|
|
691
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
692
|
+
<span style="background-color: #3178c6;"></span>TypeScript
|
|
693
693
|
</a>
|
|
694
694
|
|
|
695
695
|
<span class="star" title="Stargazers Count">
|
|
696
696
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
697
697
|
<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>
|
|
698
698
|
</svg>
|
|
699
|
-
<span>
|
|
699
|
+
<span>36.195k</span>
|
|
700
700
|
</span>
|
|
701
701
|
<span class="star" title="Repo Forked">
|
|
702
702
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
703
703
|
<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">
|
|
704
704
|
</path>
|
|
705
705
|
</svg>
|
|
706
|
-
<span>
|
|
706
|
+
<span>4652</span>
|
|
707
707
|
</span>
|
|
708
708
|
<span class="star">
|
|
709
709
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
710
710
|
<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>
|
|
711
711
|
</svg>
|
|
712
|
-
<span>
|
|
712
|
+
<span>7701 stars this week</span>
|
|
713
713
|
</span>
|
|
714
714
|
</div>
|
|
715
715
|
<div class="details">
|
|
716
|
-
|
|
716
|
+
Never stop coding. Free MIT AI gateway: one endpoint, 290+ providers (90+ free), 500+ models — Kimi, Claude, GPT, OpenAI, Gemini, GLM, DeepSeek, MiniMax. Works with Claude Code, Codex, Cursor, OpenCode, Cline & Copilot. Quota-aware auto-fallback, RTK+Caveman compression saves 15-95% tokens, MCP/A2A, Desktop/PWA. Built by 500+ contributors
|
|
717
717
|
</div>
|
|
718
718
|
</div>
|
|
719
719
|
</li>
|
|
@@ -724,47 +724,7 @@
|
|
|
724
724
|
|
|
725
725
|
<span title="Ranking 15">15</span>
|
|
726
726
|
|
|
727
|
-
<a href="https://github.com/
|
|
728
|
-
</div>
|
|
729
|
-
<div class="sub-title followers">
|
|
730
|
-
|
|
731
|
-
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
732
|
-
<span style="background-color: #3572A5;"></span>Python
|
|
733
|
-
</a>
|
|
734
|
-
|
|
735
|
-
<span class="star" title="Stargazers Count">
|
|
736
|
-
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
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>
|
|
738
|
-
</svg>
|
|
739
|
-
<span>44.636k</span>
|
|
740
|
-
</span>
|
|
741
|
-
<span class="star" title="Repo Forked">
|
|
742
|
-
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
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">
|
|
744
|
-
</path>
|
|
745
|
-
</svg>
|
|
746
|
-
<span>7563</span>
|
|
747
|
-
</span>
|
|
748
|
-
<span class="star">
|
|
749
|
-
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
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>
|
|
751
|
-
</svg>
|
|
752
|
-
<span>3333 stars this week</span>
|
|
753
|
-
</span>
|
|
754
|
-
</div>
|
|
755
|
-
<div class="details">
|
|
756
|
-
Learn it. Build it. Ship it for others.
|
|
757
|
-
</div>
|
|
758
|
-
</div>
|
|
759
|
-
</li>
|
|
760
|
-
|
|
761
|
-
<li>
|
|
762
|
-
<div class="info">
|
|
763
|
-
<div class="rank">
|
|
764
|
-
|
|
765
|
-
<span title="Ranking 16">16</span>
|
|
766
|
-
|
|
767
|
-
<a href="https://github.com/every-app/open-seo" target="_blank" title="every-app/open-seo">every-app/open-seo</a>
|
|
727
|
+
<a href="https://github.com/CoreBunch/Instatic" target="_blank" title="CoreBunch/Instatic">CoreBunch/Instatic</a>
|
|
768
728
|
</div>
|
|
769
729
|
<div class="sub-title followers">
|
|
770
730
|
|
|
@@ -776,64 +736,24 @@
|
|
|
776
736
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
777
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>
|
|
778
738
|
</svg>
|
|
779
|
-
<span>
|
|
780
|
-
</span>
|
|
781
|
-
<span class="star" title="Repo Forked">
|
|
782
|
-
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
783
|
-
<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">
|
|
784
|
-
</path>
|
|
785
|
-
</svg>
|
|
786
|
-
<span>1018</span>
|
|
787
|
-
</span>
|
|
788
|
-
<span class="star">
|
|
789
|
-
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
790
|
-
<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>
|
|
791
|
-
</svg>
|
|
792
|
-
<span>2596 stars this week</span>
|
|
793
|
-
</span>
|
|
794
|
-
</div>
|
|
795
|
-
<div class="details">
|
|
796
|
-
Open source alternative to Semrush and Ahrefs
|
|
797
|
-
</div>
|
|
798
|
-
</div>
|
|
799
|
-
</li>
|
|
800
|
-
|
|
801
|
-
<li>
|
|
802
|
-
<div class="info">
|
|
803
|
-
<div class="rank">
|
|
804
|
-
|
|
805
|
-
<span title="Ranking 17">17</span>
|
|
806
|
-
|
|
807
|
-
<a href="https://github.com/tirth8205/code-review-graph" target="_blank" title="tirth8205/code-review-graph">tirth8205/code-review-graph</a>
|
|
808
|
-
</div>
|
|
809
|
-
<div class="sub-title followers">
|
|
810
|
-
|
|
811
|
-
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
812
|
-
<span style="background-color: #3572A5;"></span>Python
|
|
813
|
-
</a>
|
|
814
|
-
|
|
815
|
-
<span class="star" title="Stargazers Count">
|
|
816
|
-
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
817
|
-
<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>
|
|
818
|
-
</svg>
|
|
819
|
-
<span>27.347k</span>
|
|
739
|
+
<span>6.989k</span>
|
|
820
740
|
</span>
|
|
821
741
|
<span class="star" title="Repo Forked">
|
|
822
742
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
823
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">
|
|
824
744
|
</path>
|
|
825
745
|
</svg>
|
|
826
|
-
<span>
|
|
746
|
+
<span>606</span>
|
|
827
747
|
</span>
|
|
828
748
|
<span class="star">
|
|
829
749
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
830
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>
|
|
831
751
|
</svg>
|
|
832
|
-
<span>
|
|
752
|
+
<span>2866 stars this week</span>
|
|
833
753
|
</span>
|
|
834
754
|
</div>
|
|
835
755
|
<div class="details">
|
|
836
|
-
|
|
756
|
+
The open-source alternative to Webflow, Framer and WordPress. Agentic self-hosted visual CMS outputting clean static pages. Users, roles, plugins, content, database, it's all there.
|
|
837
757
|
</div>
|
|
838
758
|
</div>
|
|
839
759
|
</li>
|
|
@@ -842,38 +762,38 @@
|
|
|
842
762
|
<div class="info">
|
|
843
763
|
<div class="rank">
|
|
844
764
|
|
|
845
|
-
<span title="Ranking
|
|
765
|
+
<span title="Ranking 16">16</span>
|
|
846
766
|
|
|
847
|
-
<a href="https://github.com/
|
|
767
|
+
<a href="https://github.com/earthtojake/text-to-cad" target="_blank" title="earthtojake/text-to-cad">earthtojake/text-to-cad</a>
|
|
848
768
|
</div>
|
|
849
769
|
<div class="sub-title followers">
|
|
850
770
|
|
|
851
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
852
|
-
<span style="background-color: #
|
|
771
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
772
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
853
773
|
</a>
|
|
854
774
|
|
|
855
775
|
<span class="star" title="Stargazers Count">
|
|
856
776
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
857
777
|
<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>
|
|
858
778
|
</svg>
|
|
859
|
-
<span>
|
|
779
|
+
<span>12.257k</span>
|
|
860
780
|
</span>
|
|
861
781
|
<span class="star" title="Repo Forked">
|
|
862
782
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
863
783
|
<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">
|
|
864
784
|
</path>
|
|
865
785
|
</svg>
|
|
866
|
-
<span>
|
|
786
|
+
<span>1306</span>
|
|
867
787
|
</span>
|
|
868
788
|
<span class="star">
|
|
869
789
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
870
790
|
<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>
|
|
871
791
|
</svg>
|
|
872
|
-
<span>
|
|
792
|
+
<span>1901 stars this week</span>
|
|
873
793
|
</span>
|
|
874
794
|
</div>
|
|
875
795
|
<div class="details">
|
|
876
|
-
|
|
796
|
+
A library of agent skills for CAD, CAE and CAM
|
|
877
797
|
</div>
|
|
878
798
|
</div>
|
|
879
799
|
</li>
|
|
@@ -882,9 +802,9 @@
|
|
|
882
802
|
<div class="info">
|
|
883
803
|
<div class="rank">
|
|
884
804
|
|
|
885
|
-
<span title="Ranking
|
|
805
|
+
<span title="Ranking 17">17</span>
|
|
886
806
|
|
|
887
|
-
<a href="https://github.com/
|
|
807
|
+
<a href="https://github.com/earendil-works/pi" target="_blank" title="earendil-works/pi">earendil-works/pi</a>
|
|
888
808
|
</div>
|
|
889
809
|
<div class="sub-title followers">
|
|
890
810
|
|
|
@@ -896,24 +816,24 @@
|
|
|
896
816
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
897
817
|
<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>
|
|
898
818
|
</svg>
|
|
899
|
-
<span>
|
|
819
|
+
<span>81.532k</span>
|
|
900
820
|
</span>
|
|
901
821
|
<span class="star" title="Repo Forked">
|
|
902
822
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
903
823
|
<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">
|
|
904
824
|
</path>
|
|
905
825
|
</svg>
|
|
906
|
-
<span>
|
|
826
|
+
<span>10066</span>
|
|
907
827
|
</span>
|
|
908
828
|
<span class="star">
|
|
909
829
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
910
830
|
<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>
|
|
911
831
|
</svg>
|
|
912
|
-
<span>
|
|
832
|
+
<span>4571 stars this week</span>
|
|
913
833
|
</span>
|
|
914
834
|
</div>
|
|
915
835
|
<div class="details">
|
|
916
|
-
|
|
836
|
+
AI agent toolkit: unified LLM API, agent loop, TUI, coding agent CLI
|
|
917
837
|
</div>
|
|
918
838
|
</div>
|
|
919
839
|
</li>
|
|
@@ -922,9 +842,9 @@
|
|
|
922
842
|
<div class="info">
|
|
923
843
|
<div class="rank">
|
|
924
844
|
|
|
925
|
-
<span title="Ranking
|
|
845
|
+
<span title="Ranking 18">18</span>
|
|
926
846
|
|
|
927
|
-
<a href="https://github.com/
|
|
847
|
+
<a href="https://github.com/microsoft/VibeVoice" target="_blank" title="microsoft/VibeVoice">microsoft/VibeVoice</a>
|
|
928
848
|
</div>
|
|
929
849
|
<div class="sub-title followers">
|
|
930
850
|
|
|
@@ -936,104 +856,24 @@
|
|
|
936
856
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
937
857
|
<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>
|
|
938
858
|
</svg>
|
|
939
|
-
<span>
|
|
940
|
-
</span>
|
|
941
|
-
<span class="star" title="Repo Forked">
|
|
942
|
-
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
943
|
-
<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">
|
|
944
|
-
</path>
|
|
945
|
-
</svg>
|
|
946
|
-
<span>4053</span>
|
|
947
|
-
</span>
|
|
948
|
-
<span class="star">
|
|
949
|
-
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
950
|
-
<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>
|
|
951
|
-
</svg>
|
|
952
|
-
<span>2100 stars this week</span>
|
|
953
|
-
</span>
|
|
954
|
-
</div>
|
|
955
|
-
<div class="details">
|
|
956
|
-
DeepTutor: Lifelong Personalized Tutoring. https://deeptutor.info/.
|
|
957
|
-
</div>
|
|
958
|
-
</div>
|
|
959
|
-
</li>
|
|
960
|
-
|
|
961
|
-
<li>
|
|
962
|
-
<div class="info">
|
|
963
|
-
<div class="rank">
|
|
964
|
-
|
|
965
|
-
<span title="Ranking 21">21</span>
|
|
966
|
-
|
|
967
|
-
<a href="https://github.com/schollz/croc" target="_blank" title="schollz/croc">schollz/croc</a>
|
|
968
|
-
</div>
|
|
969
|
-
<div class="sub-title followers">
|
|
970
|
-
|
|
971
|
-
<a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
|
|
972
|
-
<span style="background-color: #00ADD8;"></span>Go
|
|
973
|
-
</a>
|
|
974
|
-
|
|
975
|
-
<span class="star" title="Stargazers Count">
|
|
976
|
-
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
977
|
-
<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>
|
|
978
|
-
</svg>
|
|
979
|
-
<span>39.007k</span>
|
|
980
|
-
</span>
|
|
981
|
-
<span class="star" title="Repo Forked">
|
|
982
|
-
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
983
|
-
<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">
|
|
984
|
-
</path>
|
|
985
|
-
</svg>
|
|
986
|
-
<span>1544</span>
|
|
987
|
-
</span>
|
|
988
|
-
<span class="star">
|
|
989
|
-
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
990
|
-
<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>
|
|
991
|
-
</svg>
|
|
992
|
-
<span>2488 stars this week</span>
|
|
993
|
-
</span>
|
|
994
|
-
</div>
|
|
995
|
-
<div class="details">
|
|
996
|
-
Easily and securely send things from one computer to another 🐊 📦
|
|
997
|
-
</div>
|
|
998
|
-
</div>
|
|
999
|
-
</li>
|
|
1000
|
-
|
|
1001
|
-
<li>
|
|
1002
|
-
<div class="info">
|
|
1003
|
-
<div class="rank">
|
|
1004
|
-
|
|
1005
|
-
<span title="Ranking 22">22</span>
|
|
1006
|
-
|
|
1007
|
-
<a href="https://github.com/hyprwm/Hyprland" target="_blank" title="hyprwm/Hyprland">hyprwm/Hyprland</a>
|
|
1008
|
-
</div>
|
|
1009
|
-
<div class="sub-title followers">
|
|
1010
|
-
|
|
1011
|
-
<a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
|
|
1012
|
-
<span style="background-color: #f34b7d;"></span>C++
|
|
1013
|
-
</a>
|
|
1014
|
-
|
|
1015
|
-
<span class="star" title="Stargazers Count">
|
|
1016
|
-
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1017
|
-
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
1018
|
-
</svg>
|
|
1019
|
-
<span>37.612k</span>
|
|
859
|
+
<span>51.716k</span>
|
|
1020
860
|
</span>
|
|
1021
861
|
<span class="star" title="Repo Forked">
|
|
1022
862
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1023
863
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
1024
864
|
</path>
|
|
1025
865
|
</svg>
|
|
1026
|
-
<span>
|
|
866
|
+
<span>5730</span>
|
|
1027
867
|
</span>
|
|
1028
868
|
<span class="star">
|
|
1029
869
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1030
870
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
1031
871
|
</svg>
|
|
1032
|
-
<span>
|
|
872
|
+
<span>1222 stars this week</span>
|
|
1033
873
|
</span>
|
|
1034
874
|
</div>
|
|
1035
875
|
<div class="details">
|
|
1036
|
-
|
|
876
|
+
Open-Source Frontier Voice AI
|
|
1037
877
|
</div>
|
|
1038
878
|
</div>
|
|
1039
879
|
</li>
|
|
@@ -1059,7 +899,7 @@
|
|
|
1059
899
|
<img src="https://img.shields.io/npm/v/@wcj/github-rank.svg?label=unpkg">
|
|
1060
900
|
</a>
|
|
1061
901
|
</div>
|
|
1062
|
-
<div class="time">Last cache created on 2026/
|
|
902
|
+
<div class="time">Last cache created on 2026/8/1 by Github API v3.</div>
|
|
1063
903
|
Create by <a href="https://github.com/jaywcjlove" target="_blank">小弟调调™</a>.
|
|
1064
904
|
</div>
|
|
1065
905
|
</body>
|