@wcj/github-rank 25.3.25 → 25.3.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 +28961 -28961
- package/dist/trending-daily.json +111 -100
- package/dist/trending-monthly.json +73 -117
- package/dist/trending-weekly.json +101 -90
- package/dist/users.china.json +2307 -2235
- package/dist/users.json +5048 -5048
- package/dist/users.org.json +841 -841
- package/package.json +1 -1
- package/web/data/repos.json +28961 -28961
- package/web/data/trending-daily.json +111 -100
- package/web/data/trending-monthly.json +73 -117
- package/web/data/trending-weekly.json +101 -90
- package/web/data/users.china.json +2307 -2235
- package/web/data/users.json +5048 -5048
- package/web/data/users.org.json +841 -841
- package/web/index.html +5478 -5488
- package/web/org.html +696 -696
- package/web/repos.html +3591 -3591
- package/web/trending-monthly.html +73 -221
- package/web/trending-weekly.html +121 -87
- package/web/trending.html +127 -89
- package/web/users.china.html +2239 -2133
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
</a>
|
|
130
130
|
|
|
131
131
|
</h1>
|
|
132
|
-
<div class="time">Last cache created on 2025/3/
|
|
132
|
+
<div class="time">Last cache created on 2025/3/27 by
|
|
133
133
|
|
|
134
134
|
|
|
135
135
|
|
|
@@ -154,44 +154,6 @@
|
|
|
154
154
|
<div class="info">
|
|
155
155
|
<div class="rank">
|
|
156
156
|
<span title="Ranking 1">1</span>
|
|
157
|
-
<a href="https://github.com/LadybirdBrowser/ladybird" target="_blank" title="LadybirdBrowser/ladybird">LadybirdBrowser/ladybird</a>
|
|
158
|
-
</div>
|
|
159
|
-
<div class="sub-title followers">
|
|
160
|
-
|
|
161
|
-
<a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
|
|
162
|
-
<span style="background-color: #f34b7d;"></span>C++
|
|
163
|
-
</a>
|
|
164
|
-
|
|
165
|
-
<span class="star" title="Stargazers Count">
|
|
166
|
-
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
167
|
-
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
168
|
-
</svg>
|
|
169
|
-
<span>36.333k</span>
|
|
170
|
-
</span>
|
|
171
|
-
<span class="star" title="Repo Forked">
|
|
172
|
-
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
173
|
-
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
174
|
-
</path>
|
|
175
|
-
</svg>
|
|
176
|
-
<span>1519</span>
|
|
177
|
-
</span>
|
|
178
|
-
<span class="star">
|
|
179
|
-
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
180
|
-
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
181
|
-
</svg>
|
|
182
|
-
<span>8290 stars this month</span>
|
|
183
|
-
</span>
|
|
184
|
-
</div>
|
|
185
|
-
<div class="details">
|
|
186
|
-
Truly independent web browser
|
|
187
|
-
</div>
|
|
188
|
-
</div>
|
|
189
|
-
</li>
|
|
190
|
-
|
|
191
|
-
<li>
|
|
192
|
-
<div class="info">
|
|
193
|
-
<div class="rank">
|
|
194
|
-
<span title="Ranking 2">2</span>
|
|
195
157
|
<a href="https://github.com/virattt/ai-hedge-fund" target="_blank" title="virattt/ai-hedge-fund">virattt/ai-hedge-fund</a>
|
|
196
158
|
</div>
|
|
197
159
|
<div class="sub-title followers">
|
|
@@ -204,20 +166,20 @@
|
|
|
204
166
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
205
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>
|
|
206
168
|
</svg>
|
|
207
|
-
<span>19.
|
|
169
|
+
<span>19.423k</span>
|
|
208
170
|
</span>
|
|
209
171
|
<span class="star" title="Repo Forked">
|
|
210
172
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
211
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">
|
|
212
174
|
</path>
|
|
213
175
|
</svg>
|
|
214
|
-
<span>
|
|
176
|
+
<span>3538</span>
|
|
215
177
|
</span>
|
|
216
178
|
<span class="star">
|
|
217
179
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
218
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>
|
|
219
181
|
</svg>
|
|
220
|
-
<span>
|
|
182
|
+
<span>10625 stars this month</span>
|
|
221
183
|
</span>
|
|
222
184
|
</div>
|
|
223
185
|
<div class="details">
|
|
@@ -229,37 +191,37 @@
|
|
|
229
191
|
<li>
|
|
230
192
|
<div class="info">
|
|
231
193
|
<div class="rank">
|
|
232
|
-
<span title="Ranking
|
|
233
|
-
<a href="https://github.com/
|
|
194
|
+
<span title="Ranking 2">2</span>
|
|
195
|
+
<a href="https://github.com/LadybirdBrowser/ladybird" target="_blank" title="LadybirdBrowser/ladybird">LadybirdBrowser/ladybird</a>
|
|
234
196
|
</div>
|
|
235
197
|
<div class="sub-title followers">
|
|
236
198
|
|
|
237
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
238
|
-
<span style="background-color: #
|
|
199
|
+
<a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
|
|
200
|
+
<span style="background-color: #f34b7d;"></span>C++
|
|
239
201
|
</a>
|
|
240
202
|
|
|
241
203
|
<span class="star" title="Stargazers Count">
|
|
242
204
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
243
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>
|
|
244
206
|
</svg>
|
|
245
|
-
<span>
|
|
207
|
+
<span>36.449k</span>
|
|
246
208
|
</span>
|
|
247
209
|
<span class="star" title="Repo Forked">
|
|
248
210
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
249
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">
|
|
250
212
|
</path>
|
|
251
213
|
</svg>
|
|
252
|
-
<span>
|
|
214
|
+
<span>1529</span>
|
|
253
215
|
</span>
|
|
254
216
|
<span class="star">
|
|
255
217
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
256
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>
|
|
257
219
|
</svg>
|
|
258
|
-
<span>
|
|
220
|
+
<span>8369 stars this month</span>
|
|
259
221
|
</span>
|
|
260
222
|
</div>
|
|
261
223
|
<div class="details">
|
|
262
|
-
|
|
224
|
+
Truly independent web browser
|
|
263
225
|
</div>
|
|
264
226
|
</div>
|
|
265
227
|
</li>
|
|
@@ -267,37 +229,37 @@
|
|
|
267
229
|
<li>
|
|
268
230
|
<div class="info">
|
|
269
231
|
<div class="rank">
|
|
270
|
-
<span title="Ranking
|
|
271
|
-
<a href="https://github.com/
|
|
232
|
+
<span title="Ranking 3">3</span>
|
|
233
|
+
<a href="https://github.com/glanceapp/glance" target="_blank" title="glanceapp/glance">glanceapp/glance</a>
|
|
272
234
|
</div>
|
|
273
235
|
<div class="sub-title followers">
|
|
274
236
|
|
|
275
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
276
|
-
<span style="background-color: #
|
|
237
|
+
<a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
|
|
238
|
+
<span style="background-color: #00ADD8;"></span>Go
|
|
277
239
|
</a>
|
|
278
240
|
|
|
279
241
|
<span class="star" title="Stargazers Count">
|
|
280
242
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
281
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>
|
|
282
244
|
</svg>
|
|
283
|
-
<span>
|
|
245
|
+
<span>20.317k</span>
|
|
284
246
|
</span>
|
|
285
247
|
<span class="star" title="Repo Forked">
|
|
286
248
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
287
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">
|
|
288
250
|
</path>
|
|
289
251
|
</svg>
|
|
290
|
-
<span>
|
|
252
|
+
<span>728</span>
|
|
291
253
|
</span>
|
|
292
254
|
<span class="star">
|
|
293
255
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
294
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>
|
|
295
257
|
</svg>
|
|
296
|
-
<span>
|
|
258
|
+
<span>9340 stars this month</span>
|
|
297
259
|
</span>
|
|
298
260
|
</div>
|
|
299
261
|
<div class="details">
|
|
300
|
-
|
|
262
|
+
A self-hosted dashboard that puts all your feeds in one place
|
|
301
263
|
</div>
|
|
302
264
|
</div>
|
|
303
265
|
</li>
|
|
@@ -305,37 +267,37 @@
|
|
|
305
267
|
<li>
|
|
306
268
|
<div class="info">
|
|
307
269
|
<div class="rank">
|
|
308
|
-
<span title="Ranking
|
|
309
|
-
<a href="https://github.com/
|
|
270
|
+
<span title="Ranking 4">4</span>
|
|
271
|
+
<a href="https://github.com/geekan/MetaGPT" target="_blank" title="geekan/MetaGPT">geekan/MetaGPT</a>
|
|
310
272
|
</div>
|
|
311
273
|
<div class="sub-title followers">
|
|
312
274
|
|
|
313
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
314
|
-
<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
|
|
315
277
|
</a>
|
|
316
278
|
|
|
317
279
|
<span class="star" title="Stargazers Count">
|
|
318
280
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
319
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>
|
|
320
282
|
</svg>
|
|
321
|
-
<span>
|
|
283
|
+
<span>53.62k</span>
|
|
322
284
|
</span>
|
|
323
285
|
<span class="star" title="Repo Forked">
|
|
324
286
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
325
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">
|
|
326
288
|
</path>
|
|
327
289
|
</svg>
|
|
328
|
-
<span>
|
|
290
|
+
<span>6353</span>
|
|
329
291
|
</span>
|
|
330
292
|
<span class="star">
|
|
331
293
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
332
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>
|
|
333
295
|
</svg>
|
|
334
|
-
<span>
|
|
296
|
+
<span>5766 stars this month</span>
|
|
335
297
|
</span>
|
|
336
298
|
</div>
|
|
337
299
|
<div class="details">
|
|
338
|
-
|
|
300
|
+
🌟 The Multi-Agent Framework: First AI Software Company, Towards Natural Language Programming
|
|
339
301
|
</div>
|
|
340
302
|
</div>
|
|
341
303
|
</li>
|
|
@@ -343,7 +305,7 @@
|
|
|
343
305
|
<li>
|
|
344
306
|
<div class="info">
|
|
345
307
|
<div class="rank">
|
|
346
|
-
<span title="Ranking
|
|
308
|
+
<span title="Ranking 5">5</span>
|
|
347
309
|
<a href="https://github.com/langgenius/dify" target="_blank" title="langgenius/dify">langgenius/dify</a>
|
|
348
310
|
</div>
|
|
349
311
|
<div class="sub-title followers">
|
|
@@ -356,20 +318,20 @@
|
|
|
356
318
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
357
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>
|
|
358
320
|
</svg>
|
|
359
|
-
<span>
|
|
321
|
+
<span>86.303k</span>
|
|
360
322
|
</span>
|
|
361
323
|
<span class="star" title="Repo Forked">
|
|
362
324
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
363
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">
|
|
364
326
|
</path>
|
|
365
327
|
</svg>
|
|
366
|
-
<span>
|
|
328
|
+
<span>12784</span>
|
|
367
329
|
</span>
|
|
368
330
|
<span class="star">
|
|
369
331
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
370
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>
|
|
371
333
|
</svg>
|
|
372
|
-
<span>
|
|
334
|
+
<span>12771 stars this month</span>
|
|
373
335
|
</span>
|
|
374
336
|
</div>
|
|
375
337
|
<div class="details">
|
|
@@ -381,7 +343,7 @@
|
|
|
381
343
|
<li>
|
|
382
344
|
<div class="info">
|
|
383
345
|
<div class="rank">
|
|
384
|
-
<span title="Ranking
|
|
346
|
+
<span title="Ranking 6">6</span>
|
|
385
347
|
<a href="https://github.com/gorhill/uBlock" target="_blank" title="gorhill/uBlock">gorhill/uBlock</a>
|
|
386
348
|
</div>
|
|
387
349
|
<div class="sub-title followers">
|
|
@@ -394,20 +356,20 @@
|
|
|
394
356
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
395
357
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
396
358
|
</svg>
|
|
397
|
-
<span>52.
|
|
359
|
+
<span>52.088k</span>
|
|
398
360
|
</span>
|
|
399
361
|
<span class="star" title="Repo Forked">
|
|
400
362
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
401
363
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
402
364
|
</path>
|
|
403
365
|
</svg>
|
|
404
|
-
<span>
|
|
366
|
+
<span>3411</span>
|
|
405
367
|
</span>
|
|
406
368
|
<span class="star">
|
|
407
369
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
408
370
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
409
371
|
</svg>
|
|
410
|
-
<span>
|
|
372
|
+
<span>2276 stars this month</span>
|
|
411
373
|
</span>
|
|
412
374
|
</div>
|
|
413
375
|
<div class="details">
|
|
@@ -419,45 +381,7 @@
|
|
|
419
381
|
<li>
|
|
420
382
|
<div class="info">
|
|
421
383
|
<div class="rank">
|
|
422
|
-
<span title="Ranking
|
|
423
|
-
<a href="https://github.com/CodePhiliaX/Chat2DB" target="_blank" title="CodePhiliaX/Chat2DB">CodePhiliaX/Chat2DB</a>
|
|
424
|
-
</div>
|
|
425
|
-
<div class="sub-title followers">
|
|
426
|
-
|
|
427
|
-
<a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
|
|
428
|
-
<span style="background-color: #b07219;"></span>Java
|
|
429
|
-
</a>
|
|
430
|
-
|
|
431
|
-
<span class="star" title="Stargazers Count">
|
|
432
|
-
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
433
|
-
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
434
|
-
</svg>
|
|
435
|
-
<span>21.599k</span>
|
|
436
|
-
</span>
|
|
437
|
-
<span class="star" title="Repo Forked">
|
|
438
|
-
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
439
|
-
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
440
|
-
</path>
|
|
441
|
-
</svg>
|
|
442
|
-
<span>2371</span>
|
|
443
|
-
</span>
|
|
444
|
-
<span class="star">
|
|
445
|
-
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
446
|
-
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
447
|
-
</svg>
|
|
448
|
-
<span>2394 stars this month</span>
|
|
449
|
-
</span>
|
|
450
|
-
</div>
|
|
451
|
-
<div class="details">
|
|
452
|
-
🔥🔥🔥AI-driven database tool and SQL client, The hottest GUI client, supporting MySQL, Oracle, PostgreSQL, DB2, SQL Server, DB2, SQLite, H2, ClickHouse, and more.
|
|
453
|
-
</div>
|
|
454
|
-
</div>
|
|
455
|
-
</li>
|
|
456
|
-
|
|
457
|
-
<li>
|
|
458
|
-
<div class="info">
|
|
459
|
-
<div class="rank">
|
|
460
|
-
<span title="Ranking 9">9</span>
|
|
384
|
+
<span title="Ranking 7">7</span>
|
|
461
385
|
<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>
|
|
462
386
|
</div>
|
|
463
387
|
<div class="sub-title followers">
|
|
@@ -470,20 +394,20 @@
|
|
|
470
394
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
471
395
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
472
396
|
</svg>
|
|
473
|
-
<span>
|
|
397
|
+
<span>363.962k</span>
|
|
474
398
|
</span>
|
|
475
399
|
<span class="star" title="Repo Forked">
|
|
476
400
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
477
401
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
478
402
|
</path>
|
|
479
403
|
</svg>
|
|
480
|
-
<span>
|
|
404
|
+
<span>33784</span>
|
|
481
405
|
</span>
|
|
482
406
|
<span class="star">
|
|
483
407
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
484
408
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
485
409
|
</svg>
|
|
486
|
-
<span>
|
|
410
|
+
<span>22740 stars this month</span>
|
|
487
411
|
</span>
|
|
488
412
|
</div>
|
|
489
413
|
<div class="details">
|
|
@@ -495,71 +419,37 @@
|
|
|
495
419
|
<li>
|
|
496
420
|
<div class="info">
|
|
497
421
|
<div class="rank">
|
|
498
|
-
<span title="Ranking
|
|
499
|
-
<a href="https://github.com/
|
|
422
|
+
<span title="Ranking 8">8</span>
|
|
423
|
+
<a href="https://github.com/CodePhiliaX/Chat2DB" target="_blank" title="CodePhiliaX/Chat2DB">CodePhiliaX/Chat2DB</a>
|
|
500
424
|
</div>
|
|
501
425
|
<div class="sub-title followers">
|
|
502
426
|
|
|
503
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
504
|
-
<span style="background-color: #
|
|
427
|
+
<a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
|
|
428
|
+
<span style="background-color: #b07219;"></span>Java
|
|
505
429
|
</a>
|
|
506
430
|
|
|
507
431
|
<span class="star" title="Stargazers Count">
|
|
508
432
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
509
433
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
510
434
|
</svg>
|
|
511
|
-
<span>
|
|
435
|
+
<span>21.705k</span>
|
|
512
436
|
</span>
|
|
513
437
|
<span class="star" title="Repo Forked">
|
|
514
438
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
515
439
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
516
440
|
</path>
|
|
517
441
|
</svg>
|
|
518
|
-
<span>
|
|
442
|
+
<span>2377</span>
|
|
519
443
|
</span>
|
|
520
444
|
<span class="star">
|
|
521
445
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
522
446
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
523
447
|
</svg>
|
|
524
|
-
<span>
|
|
448
|
+
<span>2434 stars this month</span>
|
|
525
449
|
</span>
|
|
526
450
|
</div>
|
|
527
451
|
<div class="details">
|
|
528
|
-
|
|
529
|
-
</div>
|
|
530
|
-
</div>
|
|
531
|
-
</li>
|
|
532
|
-
|
|
533
|
-
<li>
|
|
534
|
-
<div class="info">
|
|
535
|
-
<div class="rank">
|
|
536
|
-
<span title="Ranking 11">11</span>
|
|
537
|
-
<a href="https://github.com/svcvit/Awesome-Dify-Workflow" target="_blank" title="svcvit/Awesome-Dify-Workflow">svcvit/Awesome-Dify-Workflow</a>
|
|
538
|
-
</div>
|
|
539
|
-
<div class="sub-title followers">
|
|
540
|
-
|
|
541
|
-
<span class="star" title="Stargazers Count">
|
|
542
|
-
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
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
|
-
</svg>
|
|
545
|
-
<span>4.669k</span>
|
|
546
|
-
</span>
|
|
547
|
-
<span class="star" title="Repo Forked">
|
|
548
|
-
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
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
|
-
</path>
|
|
551
|
-
</svg>
|
|
552
|
-
<span>482</span>
|
|
553
|
-
</span>
|
|
554
|
-
<span class="star">
|
|
555
|
-
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
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
|
-
</svg>
|
|
558
|
-
<span>1545 stars this month</span>
|
|
559
|
-
</span>
|
|
560
|
-
</div>
|
|
561
|
-
<div class="details">
|
|
562
|
-
分享一些好用的 Dify DSL 工作流程,自用、学习两相宜。 Sharing some Dify workflows.
|
|
452
|
+
🔥🔥🔥AI-driven database tool and SQL client, The hottest GUI client, supporting MySQL, Oracle, PostgreSQL, DB2, SQL Server, DB2, SQLite, H2, ClickHouse, and more.
|
|
563
453
|
</div>
|
|
564
454
|
</div>
|
|
565
455
|
</li>
|
|
@@ -567,8 +457,8 @@
|
|
|
567
457
|
<li>
|
|
568
458
|
<div class="info">
|
|
569
459
|
<div class="rank">
|
|
570
|
-
<span title="Ranking
|
|
571
|
-
<a href="https://github.com/
|
|
460
|
+
<span title="Ranking 9">9</span>
|
|
461
|
+
<a href="https://github.com/Soulter/AstrBot" target="_blank" title="Soulter/AstrBot">Soulter/AstrBot</a>
|
|
572
462
|
</div>
|
|
573
463
|
<div class="sub-title followers">
|
|
574
464
|
|
|
@@ -580,24 +470,24 @@
|
|
|
580
470
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
581
471
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
582
472
|
</svg>
|
|
583
|
-
<span>
|
|
473
|
+
<span>6.68k</span>
|
|
584
474
|
</span>
|
|
585
475
|
<span class="star" title="Repo Forked">
|
|
586
476
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
587
477
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
588
478
|
</path>
|
|
589
479
|
</svg>
|
|
590
|
-
<span>
|
|
480
|
+
<span>402</span>
|
|
591
481
|
</span>
|
|
592
482
|
<span class="star">
|
|
593
483
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
594
484
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
595
485
|
</svg>
|
|
596
|
-
<span>
|
|
486
|
+
<span>3197 stars this month</span>
|
|
597
487
|
</span>
|
|
598
488
|
</div>
|
|
599
489
|
<div class="details">
|
|
600
|
-
|
|
490
|
+
✨ 易上手的多平台 LLM 聊天机器人及开发框架 ✨ 平台支持 QQ、QQ频道、Telegram、微信、企微、飞书 | MCP 服务器、OpenAI、DeepSeek、Gemini、硅基流动、月之暗面、Ollama、OneAPI、Dify 等。附带 WebUI。
|
|
601
491
|
</div>
|
|
602
492
|
</div>
|
|
603
493
|
</li>
|
|
@@ -605,46 +495,8 @@
|
|
|
605
495
|
<li>
|
|
606
496
|
<div class="info">
|
|
607
497
|
<div class="rank">
|
|
608
|
-
<span title="Ranking
|
|
609
|
-
<a href="https://github.com/
|
|
610
|
-
</div>
|
|
611
|
-
<div class="sub-title followers">
|
|
612
|
-
|
|
613
|
-
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
614
|
-
<span style="background-color: #3178c6;"></span>TypeScript
|
|
615
|
-
</a>
|
|
616
|
-
|
|
617
|
-
<span class="star" title="Stargazers Count">
|
|
618
|
-
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
619
|
-
<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
|
-
</svg>
|
|
621
|
-
<span>11.226k</span>
|
|
622
|
-
</span>
|
|
623
|
-
<span class="star" title="Repo Forked">
|
|
624
|
-
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
625
|
-
<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
|
-
</path>
|
|
627
|
-
</svg>
|
|
628
|
-
<span>530</span>
|
|
629
|
-
</span>
|
|
630
|
-
<span class="star">
|
|
631
|
-
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
632
|
-
<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
|
-
</svg>
|
|
634
|
-
<span>5342 stars this month</span>
|
|
635
|
-
</span>
|
|
636
|
-
</div>
|
|
637
|
-
<div class="details">
|
|
638
|
-
The TypeScript AI agent framework. ⚡ Assistants, RAG, observability. Supports any LLM: GPT-4, Claude, Gemini, Llama.
|
|
639
|
-
</div>
|
|
640
|
-
</div>
|
|
641
|
-
</li>
|
|
642
|
-
|
|
643
|
-
<li>
|
|
644
|
-
<div class="info">
|
|
645
|
-
<div class="rank">
|
|
646
|
-
<span title="Ranking 14">14</span>
|
|
647
|
-
<a href="https://github.com/sinaptik-ai/pandas-ai" target="_blank" title="sinaptik-ai/pandas-ai">sinaptik-ai/pandas-ai</a>
|
|
498
|
+
<span title="Ranking 10">10</span>
|
|
499
|
+
<a href="https://github.com/OpenBB-finance/OpenBB" target="_blank" title="OpenBB-finance/OpenBB">OpenBB-finance/OpenBB</a>
|
|
648
500
|
</div>
|
|
649
501
|
<div class="sub-title followers">
|
|
650
502
|
|
|
@@ -656,24 +508,24 @@
|
|
|
656
508
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
657
509
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
658
510
|
</svg>
|
|
659
|
-
<span>
|
|
511
|
+
<span>39.586k</span>
|
|
660
512
|
</span>
|
|
661
513
|
<span class="star" title="Repo Forked">
|
|
662
514
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
663
515
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
664
516
|
</path>
|
|
665
517
|
</svg>
|
|
666
|
-
<span>
|
|
518
|
+
<span>3526</span>
|
|
667
519
|
</span>
|
|
668
520
|
<span class="star">
|
|
669
521
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
670
522
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
671
523
|
</svg>
|
|
672
|
-
<span>
|
|
524
|
+
<span>3172 stars this month</span>
|
|
673
525
|
</span>
|
|
674
526
|
</div>
|
|
675
527
|
<div class="details">
|
|
676
|
-
|
|
528
|
+
Investment Research for Everyone, Everywhere.
|
|
677
529
|
</div>
|
|
678
530
|
</div>
|
|
679
531
|
</li>
|
|
@@ -681,7 +533,7 @@
|
|
|
681
533
|
<li>
|
|
682
534
|
<div class="info">
|
|
683
535
|
<div class="rank">
|
|
684
|
-
<span title="Ranking
|
|
536
|
+
<span title="Ranking 11">11</span>
|
|
685
537
|
<a href="https://github.com/PatrickJS/awesome-cursorrules" target="_blank" title="PatrickJS/awesome-cursorrules">PatrickJS/awesome-cursorrules</a>
|
|
686
538
|
</div>
|
|
687
539
|
<div class="sub-title followers">
|
|
@@ -690,20 +542,20 @@
|
|
|
690
542
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
691
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>
|
|
692
544
|
</svg>
|
|
693
|
-
<span>17.
|
|
545
|
+
<span>17.965k</span>
|
|
694
546
|
</span>
|
|
695
547
|
<span class="star" title="Repo Forked">
|
|
696
548
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
697
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">
|
|
698
550
|
</path>
|
|
699
551
|
</svg>
|
|
700
|
-
<span>
|
|
552
|
+
<span>1277</span>
|
|
701
553
|
</span>
|
|
702
554
|
<span class="star">
|
|
703
555
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
704
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>
|
|
705
557
|
</svg>
|
|
706
|
-
<span>
|
|
558
|
+
<span>6777 stars this month</span>
|
|
707
559
|
</span>
|
|
708
560
|
</div>
|
|
709
561
|
<div class="details">
|
|
@@ -715,37 +567,37 @@
|
|
|
715
567
|
<li>
|
|
716
568
|
<div class="info">
|
|
717
569
|
<div class="rank">
|
|
718
|
-
<span title="Ranking
|
|
719
|
-
<a href="https://github.com/
|
|
570
|
+
<span title="Ranking 12">12</span>
|
|
571
|
+
<a href="https://github.com/huggingface/lerobot" target="_blank" title="huggingface/lerobot">huggingface/lerobot</a>
|
|
720
572
|
</div>
|
|
721
573
|
<div class="sub-title followers">
|
|
722
574
|
|
|
723
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
724
|
-
<span style="background-color: #
|
|
575
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
576
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
725
577
|
</a>
|
|
726
578
|
|
|
727
579
|
<span class="star" title="Stargazers Count">
|
|
728
580
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
729
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>
|
|
730
582
|
</svg>
|
|
731
|
-
<span>
|
|
583
|
+
<span>11.017k</span>
|
|
732
584
|
</span>
|
|
733
585
|
<span class="star" title="Repo Forked">
|
|
734
586
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
735
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">
|
|
736
588
|
</path>
|
|
737
589
|
</svg>
|
|
738
|
-
<span>
|
|
590
|
+
<span>1214</span>
|
|
739
591
|
</span>
|
|
740
592
|
<span class="star">
|
|
741
593
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
742
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>
|
|
743
595
|
</svg>
|
|
744
|
-
<span>
|
|
596
|
+
<span>1674 stars this month</span>
|
|
745
597
|
</span>
|
|
746
598
|
</div>
|
|
747
599
|
<div class="details">
|
|
748
|
-
|
|
600
|
+
🤗 LeRobot: Making AI for Robotics more accessible with end-to-end learning
|
|
749
601
|
</div>
|
|
750
602
|
</div>
|
|
751
603
|
</li>
|
|
@@ -769,7 +621,7 @@
|
|
|
769
621
|
<img src="https://img.shields.io/npm/v/@wcj/github-rank.svg?label=unpkg">
|
|
770
622
|
</a>
|
|
771
623
|
</div>
|
|
772
|
-
<div class="time">Last cache created on 2025/3/
|
|
624
|
+
<div class="time">Last cache created on 2025/3/27 by Github API v3.</div>
|
|
773
625
|
Create by <a href="https://github.com/jaywcjlove" target="_blank">小弟调调™</a>.
|
|
774
626
|
</div>
|
|
775
627
|
</body>
|