@wcj/github-rank 24.4.18 → 24.4.20
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 +27303 -27291
- package/dist/trending-daily.json +188 -199
- package/dist/trending-monthly.json +160 -160
- package/dist/trending-weekly.json +186 -186
- package/dist/users.china.json +2290 -2290
- package/dist/users.json +5773 -5808
- package/dist/users.org.json +594 -559
- package/package.json +1 -1
- package/web/data/repos.json +27303 -27291
- package/web/data/trending-daily.json +188 -199
- package/web/data/trending-monthly.json +160 -160
- package/web/data/trending-weekly.json +186 -186
- package/web/data/users.china.json +2290 -2290
- package/web/data/users.json +5773 -5808
- package/web/data/users.org.json +594 -559
- package/web/index.html +5975 -6013
- package/web/org.html +477 -425
- package/web/repos.html +3449 -3453
- package/web/trending-monthly.html +163 -163
- package/web/trending-weekly.html +163 -163
- package/web/trending.html +168 -202
- package/web/users.china.html +2400 -2391
package/web/trending.html
CHANGED
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
</a>
|
|
130
130
|
|
|
131
131
|
</h1>
|
|
132
|
-
<div class="time">Last cache created on 2024/4/
|
|
132
|
+
<div class="time">Last cache created on 2024/4/20 by
|
|
133
133
|
|
|
134
134
|
|
|
135
135
|
|
|
@@ -154,32 +154,36 @@
|
|
|
154
154
|
<div class="info">
|
|
155
155
|
<div class="rank">
|
|
156
156
|
<span title="Ranking 1">1</span>
|
|
157
|
-
<a href="https://github.com/
|
|
157
|
+
<a href="https://github.com/atherosai/ui" target="_blank" title="atherosai/ui">atherosai/ui</a>
|
|
158
158
|
</div>
|
|
159
159
|
<div class="sub-title followers">
|
|
160
160
|
|
|
161
|
+
<a class="language" target="_blank" href="https://github.com/topics/html" title="Programming Language HTML">
|
|
162
|
+
<span style="background-color: #e34c26;"></span>HTML
|
|
163
|
+
</a>
|
|
164
|
+
|
|
161
165
|
<span class="star" title="Stargazers Count">
|
|
162
166
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
163
167
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
164
168
|
</svg>
|
|
165
|
-
<span>
|
|
169
|
+
<span>8.888k</span>
|
|
166
170
|
</span>
|
|
167
171
|
<span class="star" title="Repo Forked">
|
|
168
172
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
169
173
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
170
174
|
</path>
|
|
171
175
|
</svg>
|
|
172
|
-
<span>
|
|
176
|
+
<span>1538</span>
|
|
173
177
|
</span>
|
|
174
178
|
<span class="star">
|
|
175
179
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
176
180
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
177
181
|
</svg>
|
|
178
|
-
<span>
|
|
182
|
+
<span>720 stars today</span>
|
|
179
183
|
</span>
|
|
180
184
|
</div>
|
|
181
185
|
<div class="details">
|
|
182
|
-
|
|
186
|
+
Simple UI examples from my social media
|
|
183
187
|
</div>
|
|
184
188
|
</div>
|
|
185
189
|
</li>
|
|
@@ -188,36 +192,36 @@
|
|
|
188
192
|
<div class="info">
|
|
189
193
|
<div class="rank">
|
|
190
194
|
<span title="Ranking 2">2</span>
|
|
191
|
-
<a href="https://github.com/
|
|
195
|
+
<a href="https://github.com/elastic/otel-profiling-agent" target="_blank" title="elastic/otel-profiling-agent">elastic/otel-profiling-agent</a>
|
|
192
196
|
</div>
|
|
193
197
|
<div class="sub-title followers">
|
|
194
198
|
|
|
195
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
196
|
-
<span style="background-color: #
|
|
199
|
+
<a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
|
|
200
|
+
<span style="background-color: #00ADD8;"></span>Go
|
|
197
201
|
</a>
|
|
198
202
|
|
|
199
203
|
<span class="star" title="Stargazers Count">
|
|
200
204
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
201
205
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
202
206
|
</svg>
|
|
203
|
-
<span>
|
|
207
|
+
<span>1.596k</span>
|
|
204
208
|
</span>
|
|
205
209
|
<span class="star" title="Repo Forked">
|
|
206
210
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
207
211
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
208
212
|
</path>
|
|
209
213
|
</svg>
|
|
210
|
-
<span>
|
|
214
|
+
<span>194</span>
|
|
211
215
|
</span>
|
|
212
216
|
<span class="star">
|
|
213
217
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
214
218
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
215
219
|
</svg>
|
|
216
|
-
<span>
|
|
220
|
+
<span>299 stars today</span>
|
|
217
221
|
</span>
|
|
218
222
|
</div>
|
|
219
223
|
<div class="details">
|
|
220
|
-
|
|
224
|
+
The production-scale datacenter profiler
|
|
221
225
|
</div>
|
|
222
226
|
</div>
|
|
223
227
|
</li>
|
|
@@ -226,36 +230,32 @@
|
|
|
226
230
|
<div class="info">
|
|
227
231
|
<div class="rank">
|
|
228
232
|
<span title="Ranking 3">3</span>
|
|
229
|
-
<a href="https://github.com/
|
|
233
|
+
<a href="https://github.com/jwasham/coding-interview-university" target="_blank" title="jwasham/coding-interview-university">jwasham/coding-interview-university</a>
|
|
230
234
|
</div>
|
|
231
235
|
<div class="sub-title followers">
|
|
232
236
|
|
|
233
|
-
<a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
|
|
234
|
-
<span style="background-color: #dea584;"></span>Rust
|
|
235
|
-
</a>
|
|
236
|
-
|
|
237
237
|
<span class="star" title="Stargazers Count">
|
|
238
238
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
239
239
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
240
240
|
</svg>
|
|
241
|
-
<span>
|
|
241
|
+
<span>288.541k</span>
|
|
242
242
|
</span>
|
|
243
243
|
<span class="star" title="Repo Forked">
|
|
244
244
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
245
245
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
246
246
|
</path>
|
|
247
247
|
</svg>
|
|
248
|
-
<span>
|
|
248
|
+
<span>73266</span>
|
|
249
249
|
</span>
|
|
250
250
|
<span class="star">
|
|
251
251
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
252
252
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
253
253
|
</svg>
|
|
254
|
-
<span>
|
|
254
|
+
<span>381 stars today</span>
|
|
255
255
|
</span>
|
|
256
256
|
</div>
|
|
257
257
|
<div class="details">
|
|
258
|
-
|
|
258
|
+
A complete computer science study plan to become a software engineer.
|
|
259
259
|
</div>
|
|
260
260
|
</div>
|
|
261
261
|
</li>
|
|
@@ -264,7 +264,7 @@
|
|
|
264
264
|
<div class="info">
|
|
265
265
|
<div class="rank">
|
|
266
266
|
<span title="Ranking 4">4</span>
|
|
267
|
-
<a href="https://github.com/
|
|
267
|
+
<a href="https://github.com/pytorch/torchtune" target="_blank" title="pytorch/torchtune">pytorch/torchtune</a>
|
|
268
268
|
</div>
|
|
269
269
|
<div class="sub-title followers">
|
|
270
270
|
|
|
@@ -276,24 +276,24 @@
|
|
|
276
276
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
277
277
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
278
278
|
</svg>
|
|
279
|
-
<span>
|
|
279
|
+
<span>1.943k</span>
|
|
280
280
|
</span>
|
|
281
281
|
<span class="star" title="Repo Forked">
|
|
282
282
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
283
283
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
284
284
|
</path>
|
|
285
285
|
</svg>
|
|
286
|
-
<span>
|
|
286
|
+
<span>122</span>
|
|
287
287
|
</span>
|
|
288
288
|
<span class="star">
|
|
289
289
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
290
290
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
291
291
|
</svg>
|
|
292
|
-
<span>
|
|
292
|
+
<span>588 stars today</span>
|
|
293
293
|
</span>
|
|
294
294
|
</div>
|
|
295
295
|
<div class="details">
|
|
296
|
-
|
|
296
|
+
A Native-PyTorch Library for LLM Fine-tuning
|
|
297
297
|
</div>
|
|
298
298
|
</div>
|
|
299
299
|
</li>
|
|
@@ -302,36 +302,36 @@
|
|
|
302
302
|
<div class="info">
|
|
303
303
|
<div class="rank">
|
|
304
304
|
<span title="Ranking 5">5</span>
|
|
305
|
-
<a href="https://github.com/
|
|
305
|
+
<a href="https://github.com/rileytestut/Delta" target="_blank" title="rileytestut/Delta">rileytestut/Delta</a>
|
|
306
306
|
</div>
|
|
307
307
|
<div class="sub-title followers">
|
|
308
308
|
|
|
309
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
310
|
-
<span style="background-color: #
|
|
309
|
+
<a class="language" target="_blank" href="https://github.com/topics/swift" title="Programming Language Swift">
|
|
310
|
+
<span style="background-color: #F05138;"></span>Swift
|
|
311
311
|
</a>
|
|
312
312
|
|
|
313
313
|
<span class="star" title="Stargazers Count">
|
|
314
314
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
315
315
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
316
316
|
</svg>
|
|
317
|
-
<span>
|
|
317
|
+
<span>3.516k</span>
|
|
318
318
|
</span>
|
|
319
319
|
<span class="star" title="Repo Forked">
|
|
320
320
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
321
321
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
322
322
|
</path>
|
|
323
323
|
</svg>
|
|
324
|
-
<span>
|
|
324
|
+
<span>259</span>
|
|
325
325
|
</span>
|
|
326
326
|
<span class="star">
|
|
327
327
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
328
328
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
329
329
|
</svg>
|
|
330
|
-
<span>
|
|
330
|
+
<span>188 stars today</span>
|
|
331
331
|
</span>
|
|
332
332
|
</div>
|
|
333
333
|
<div class="details">
|
|
334
|
-
|
|
334
|
+
Delta is an all-in-one classic video game emulator for non-jailbroken iOS devices.
|
|
335
335
|
</div>
|
|
336
336
|
</div>
|
|
337
337
|
</li>
|
|
@@ -340,36 +340,36 @@
|
|
|
340
340
|
<div class="info">
|
|
341
341
|
<div class="rank">
|
|
342
342
|
<span title="Ranking 6">6</span>
|
|
343
|
-
<a href="https://github.com/
|
|
343
|
+
<a href="https://github.com/valkey-io/valkey" target="_blank" title="valkey-io/valkey">valkey-io/valkey</a>
|
|
344
344
|
</div>
|
|
345
345
|
<div class="sub-title followers">
|
|
346
346
|
|
|
347
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
348
|
-
<span style="background-color: #
|
|
347
|
+
<a class="language" target="_blank" href="https://github.com/topics/c" title="Programming Language C">
|
|
348
|
+
<span style="background-color: #555555;"></span>C
|
|
349
349
|
</a>
|
|
350
350
|
|
|
351
351
|
<span class="star" title="Stargazers Count">
|
|
352
352
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
353
353
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
354
354
|
</svg>
|
|
355
|
-
<span>
|
|
355
|
+
<span>12.083k</span>
|
|
356
356
|
</span>
|
|
357
357
|
<span class="star" title="Repo Forked">
|
|
358
358
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
359
359
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
360
360
|
</path>
|
|
361
361
|
</svg>
|
|
362
|
-
<span>
|
|
362
|
+
<span>428</span>
|
|
363
363
|
</span>
|
|
364
364
|
<span class="star">
|
|
365
365
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
366
366
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
367
367
|
</svg>
|
|
368
|
-
<span>
|
|
368
|
+
<span>884 stars today</span>
|
|
369
369
|
</span>
|
|
370
370
|
</div>
|
|
371
371
|
<div class="details">
|
|
372
|
-
|
|
372
|
+
A new project to resume development on the formerly open-source Redis project. We're calling it Valkey, since it's a twist on the key-value datastore.
|
|
373
373
|
</div>
|
|
374
374
|
</div>
|
|
375
375
|
</li>
|
|
@@ -378,36 +378,32 @@
|
|
|
378
378
|
<div class="info">
|
|
379
379
|
<div class="rank">
|
|
380
380
|
<span title="Ranking 7">7</span>
|
|
381
|
-
<a href="https://github.com/
|
|
381
|
+
<a href="https://github.com/aishwaryanr/awesome-generative-ai-guide" target="_blank" title="aishwaryanr/awesome-generative-ai-guide">aishwaryanr/awesome-generative-ai-guide</a>
|
|
382
382
|
</div>
|
|
383
383
|
<div class="sub-title followers">
|
|
384
384
|
|
|
385
|
-
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
386
|
-
<span style="background-color: #3572A5;"></span>Python
|
|
387
|
-
</a>
|
|
388
|
-
|
|
389
385
|
<span class="star" title="Stargazers Count">
|
|
390
386
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
391
387
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
392
388
|
</svg>
|
|
393
|
-
<span>
|
|
389
|
+
<span>3.997k</span>
|
|
394
390
|
</span>
|
|
395
391
|
<span class="star" title="Repo Forked">
|
|
396
392
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
397
393
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
398
394
|
</path>
|
|
399
395
|
</svg>
|
|
400
|
-
<span>
|
|
396
|
+
<span>807</span>
|
|
401
397
|
</span>
|
|
402
398
|
<span class="star">
|
|
403
399
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
404
400
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
405
401
|
</svg>
|
|
406
|
-
<span>
|
|
402
|
+
<span>58 stars today</span>
|
|
407
403
|
</span>
|
|
408
404
|
</div>
|
|
409
405
|
<div class="details">
|
|
410
|
-
|
|
406
|
+
A one stop repository for generative AI research updates, interview resources, notebooks and much more!
|
|
411
407
|
</div>
|
|
412
408
|
</div>
|
|
413
409
|
</li>
|
|
@@ -416,36 +412,36 @@
|
|
|
416
412
|
<div class="info">
|
|
417
413
|
<div class="rank">
|
|
418
414
|
<span title="Ranking 8">8</span>
|
|
419
|
-
<a href="https://github.com/
|
|
415
|
+
<a href="https://github.com/meta-llama/PurpleLlama" target="_blank" title="meta-llama/PurpleLlama">meta-llama/PurpleLlama</a>
|
|
420
416
|
</div>
|
|
421
417
|
<div class="sub-title followers">
|
|
422
418
|
|
|
423
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
424
|
-
<span style="background-color: #
|
|
419
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
420
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
425
421
|
</a>
|
|
426
422
|
|
|
427
423
|
<span class="star" title="Stargazers Count">
|
|
428
424
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
429
425
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
430
426
|
</svg>
|
|
431
|
-
<span>
|
|
427
|
+
<span>0.839k</span>
|
|
432
428
|
</span>
|
|
433
429
|
<span class="star" title="Repo Forked">
|
|
434
430
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
435
431
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
436
432
|
</path>
|
|
437
433
|
</svg>
|
|
438
|
-
<span>
|
|
434
|
+
<span>159</span>
|
|
439
435
|
</span>
|
|
440
436
|
<span class="star">
|
|
441
437
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
442
438
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
443
439
|
</svg>
|
|
444
|
-
<span>
|
|
440
|
+
<span>106 stars today</span>
|
|
445
441
|
</span>
|
|
446
442
|
</div>
|
|
447
443
|
<div class="details">
|
|
448
|
-
|
|
444
|
+
Set of tools to assess and improve LLM security.
|
|
449
445
|
</div>
|
|
450
446
|
</div>
|
|
451
447
|
</li>
|
|
@@ -454,32 +450,36 @@
|
|
|
454
450
|
<div class="info">
|
|
455
451
|
<div class="rank">
|
|
456
452
|
<span title="Ranking 9">9</span>
|
|
457
|
-
<a href="https://github.com/
|
|
453
|
+
<a href="https://github.com/airbnb/lottie-ios" target="_blank" title="airbnb/lottie-ios">airbnb/lottie-ios</a>
|
|
458
454
|
</div>
|
|
459
455
|
<div class="sub-title followers">
|
|
460
456
|
|
|
457
|
+
<a class="language" target="_blank" href="https://github.com/topics/swift" title="Programming Language Swift">
|
|
458
|
+
<span style="background-color: #F05138;"></span>Swift
|
|
459
|
+
</a>
|
|
460
|
+
|
|
461
461
|
<span class="star" title="Stargazers Count">
|
|
462
462
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
463
463
|
<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>
|
|
464
464
|
</svg>
|
|
465
|
-
<span>
|
|
465
|
+
<span>25.08k</span>
|
|
466
466
|
</span>
|
|
467
467
|
<span class="star" title="Repo Forked">
|
|
468
468
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
469
469
|
<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">
|
|
470
470
|
</path>
|
|
471
471
|
</svg>
|
|
472
|
-
<span>
|
|
472
|
+
<span>3663</span>
|
|
473
473
|
</span>
|
|
474
474
|
<span class="star">
|
|
475
475
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
476
476
|
<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>
|
|
477
477
|
</svg>
|
|
478
|
-
<span>
|
|
478
|
+
<span>77 stars today</span>
|
|
479
479
|
</span>
|
|
480
480
|
</div>
|
|
481
481
|
<div class="details">
|
|
482
|
-
|
|
482
|
+
An iOS library to natively render After Effects vector animations
|
|
483
483
|
</div>
|
|
484
484
|
</div>
|
|
485
485
|
</li>
|
|
@@ -488,36 +488,36 @@
|
|
|
488
488
|
<div class="info">
|
|
489
489
|
<div class="rank">
|
|
490
490
|
<span title="Ranking 10">10</span>
|
|
491
|
-
<a href="https://github.com/
|
|
491
|
+
<a href="https://github.com/WINSDK/bite" target="_blank" title="WINSDK/bite">WINSDK/bite</a>
|
|
492
492
|
</div>
|
|
493
493
|
<div class="sub-title followers">
|
|
494
494
|
|
|
495
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
496
|
-
<span style="background-color: #
|
|
495
|
+
<a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
|
|
496
|
+
<span style="background-color: #dea584;"></span>Rust
|
|
497
497
|
</a>
|
|
498
498
|
|
|
499
499
|
<span class="star" title="Stargazers Count">
|
|
500
500
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
501
501
|
<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>
|
|
502
502
|
</svg>
|
|
503
|
-
<span>
|
|
503
|
+
<span>0.603k</span>
|
|
504
504
|
</span>
|
|
505
505
|
<span class="star" title="Repo Forked">
|
|
506
506
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
507
507
|
<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">
|
|
508
508
|
</path>
|
|
509
509
|
</svg>
|
|
510
|
-
<span>
|
|
510
|
+
<span>17</span>
|
|
511
511
|
</span>
|
|
512
512
|
<span class="star">
|
|
513
513
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
514
514
|
<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>
|
|
515
515
|
</svg>
|
|
516
|
-
<span>
|
|
516
|
+
<span>122 stars today</span>
|
|
517
517
|
</span>
|
|
518
518
|
</div>
|
|
519
519
|
<div class="details">
|
|
520
|
-
|
|
520
|
+
Disassembler focused on comprehensive rust support.
|
|
521
521
|
</div>
|
|
522
522
|
</div>
|
|
523
523
|
</li>
|
|
@@ -526,32 +526,36 @@
|
|
|
526
526
|
<div class="info">
|
|
527
527
|
<div class="rank">
|
|
528
528
|
<span title="Ranking 11">11</span>
|
|
529
|
-
<a href="https://github.com/
|
|
529
|
+
<a href="https://github.com/pointfreeco/swift-composable-architecture" target="_blank" title="pointfreeco/swift-composable-architecture">pointfreeco/swift-composable-architecture</a>
|
|
530
530
|
</div>
|
|
531
531
|
<div class="sub-title followers">
|
|
532
532
|
|
|
533
|
+
<a class="language" target="_blank" href="https://github.com/topics/swift" title="Programming Language Swift">
|
|
534
|
+
<span style="background-color: #F05138;"></span>Swift
|
|
535
|
+
</a>
|
|
536
|
+
|
|
533
537
|
<span class="star" title="Stargazers Count">
|
|
534
538
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
535
539
|
<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>
|
|
536
540
|
</svg>
|
|
537
|
-
<span>
|
|
541
|
+
<span>11.362k</span>
|
|
538
542
|
</span>
|
|
539
543
|
<span class="star" title="Repo Forked">
|
|
540
544
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
541
545
|
<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">
|
|
542
546
|
</path>
|
|
543
547
|
</svg>
|
|
544
|
-
<span>
|
|
548
|
+
<span>1275</span>
|
|
545
549
|
</span>
|
|
546
550
|
<span class="star">
|
|
547
551
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
548
552
|
<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>
|
|
549
553
|
</svg>
|
|
550
|
-
<span>
|
|
554
|
+
<span>50 stars today</span>
|
|
551
555
|
</span>
|
|
552
556
|
</div>
|
|
553
557
|
<div class="details">
|
|
554
|
-
|
|
558
|
+
A library for building applications in a consistent and understandable way, with composition, testing, and ergonomics in mind.
|
|
555
559
|
</div>
|
|
556
560
|
</div>
|
|
557
561
|
</li>
|
|
@@ -560,36 +564,36 @@
|
|
|
560
564
|
<div class="info">
|
|
561
565
|
<div class="rank">
|
|
562
566
|
<span title="Ranking 12">12</span>
|
|
563
|
-
<a href="https://github.com/
|
|
567
|
+
<a href="https://github.com/binary-husky/gpt_academic" target="_blank" title="binary-husky/gpt_academic">binary-husky/gpt_academic</a>
|
|
564
568
|
</div>
|
|
565
569
|
<div class="sub-title followers">
|
|
566
570
|
|
|
567
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
568
|
-
<span style="background-color: #
|
|
571
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
572
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
569
573
|
</a>
|
|
570
574
|
|
|
571
575
|
<span class="star" title="Stargazers Count">
|
|
572
576
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
573
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>
|
|
574
578
|
</svg>
|
|
575
|
-
<span>
|
|
579
|
+
<span>55.387k</span>
|
|
576
580
|
</span>
|
|
577
581
|
<span class="star" title="Repo Forked">
|
|
578
582
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
579
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">
|
|
580
584
|
</path>
|
|
581
585
|
</svg>
|
|
582
|
-
<span>
|
|
586
|
+
<span>6996</span>
|
|
583
587
|
</span>
|
|
584
588
|
<span class="star">
|
|
585
589
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
586
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>
|
|
587
591
|
</svg>
|
|
588
|
-
<span>
|
|
592
|
+
<span>335 stars today</span>
|
|
589
593
|
</span>
|
|
590
594
|
</div>
|
|
591
595
|
<div class="details">
|
|
592
|
-
|
|
596
|
+
为GPT/GLM等LLM大语言模型提供实用化交互接口,特别优化论文阅读/润色/写作体验,模块化设计,支持自定义快捷按钮&函数插件,支持Python和C++等项目剖析&自译解功能,PDF/LaTex论文翻译&总结功能,支持并行问询多种LLM模型,支持chatglm3等本地模型。接入通义千问, deepseekcoder, 讯飞星火, 文心一言, llama2, rwkv, claude2, moss等。
|
|
593
597
|
</div>
|
|
594
598
|
</div>
|
|
595
599
|
</li>
|
|
@@ -598,36 +602,36 @@
|
|
|
598
602
|
<div class="info">
|
|
599
603
|
<div class="rank">
|
|
600
604
|
<span title="Ranking 13">13</span>
|
|
601
|
-
<a href="https://github.com/
|
|
605
|
+
<a href="https://github.com/phidatahq/phidata" target="_blank" title="phidatahq/phidata">phidatahq/phidata</a>
|
|
602
606
|
</div>
|
|
603
607
|
<div class="sub-title followers">
|
|
604
608
|
|
|
605
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
606
|
-
<span style="background-color: #
|
|
609
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
610
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
607
611
|
</a>
|
|
608
612
|
|
|
609
613
|
<span class="star" title="Stargazers Count">
|
|
610
614
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
611
615
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
612
616
|
</svg>
|
|
613
|
-
<span>
|
|
617
|
+
<span>3.107k</span>
|
|
614
618
|
</span>
|
|
615
619
|
<span class="star" title="Repo Forked">
|
|
616
620
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
617
621
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
618
622
|
</path>
|
|
619
623
|
</svg>
|
|
620
|
-
<span>
|
|
624
|
+
<span>329</span>
|
|
621
625
|
</span>
|
|
622
626
|
<span class="star">
|
|
623
627
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
624
628
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
625
629
|
</svg>
|
|
626
|
-
<span>
|
|
630
|
+
<span>61 stars today</span>
|
|
627
631
|
</span>
|
|
628
632
|
</div>
|
|
629
633
|
<div class="details">
|
|
630
|
-
|
|
634
|
+
Build AI Assistants with memory, knowledge and tools.
|
|
631
635
|
</div>
|
|
632
636
|
</div>
|
|
633
637
|
</li>
|
|
@@ -636,36 +640,32 @@
|
|
|
636
640
|
<div class="info">
|
|
637
641
|
<div class="rank">
|
|
638
642
|
<span title="Ranking 14">14</span>
|
|
639
|
-
<a href="https://github.com/
|
|
643
|
+
<a href="https://github.com/ashishps1/awesome-system-design-resources" target="_blank" title="ashishps1/awesome-system-design-resources">ashishps1/awesome-system-design-resources</a>
|
|
640
644
|
</div>
|
|
641
645
|
<div class="sub-title followers">
|
|
642
646
|
|
|
643
|
-
<a class="language" target="_blank" href="https://github.com/topics/swift" title="Programming Language Swift">
|
|
644
|
-
<span style="background-color: #F05138;"></span>Swift
|
|
645
|
-
</a>
|
|
646
|
-
|
|
647
647
|
<span class="star" title="Stargazers Count">
|
|
648
648
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
649
649
|
<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>
|
|
650
650
|
</svg>
|
|
651
|
-
<span>
|
|
651
|
+
<span>10.665k</span>
|
|
652
652
|
</span>
|
|
653
653
|
<span class="star" title="Repo Forked">
|
|
654
654
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
655
655
|
<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">
|
|
656
656
|
</path>
|
|
657
657
|
</svg>
|
|
658
|
-
<span>
|
|
658
|
+
<span>2550</span>
|
|
659
659
|
</span>
|
|
660
660
|
<span class="star">
|
|
661
661
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
662
662
|
<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>
|
|
663
663
|
</svg>
|
|
664
|
-
<span>
|
|
664
|
+
<span>204 stars today</span>
|
|
665
665
|
</span>
|
|
666
666
|
</div>
|
|
667
667
|
<div class="details">
|
|
668
|
-
|
|
668
|
+
This repository contains System Design resources which are useful while preparing for interviews and learning Distributed Systems
|
|
669
669
|
</div>
|
|
670
670
|
</div>
|
|
671
671
|
</li>
|
|
@@ -674,36 +674,36 @@
|
|
|
674
674
|
<div class="info">
|
|
675
675
|
<div class="rank">
|
|
676
676
|
<span title="Ranking 15">15</span>
|
|
677
|
-
<a href="https://github.com/
|
|
677
|
+
<a href="https://github.com/amalshaji/portr" target="_blank" title="amalshaji/portr">amalshaji/portr</a>
|
|
678
678
|
</div>
|
|
679
679
|
<div class="sub-title followers">
|
|
680
680
|
|
|
681
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
682
|
-
<span style="background-color: #
|
|
681
|
+
<a class="language" target="_blank" href="https://github.com/topics/svelte" title="Programming Language Svelte">
|
|
682
|
+
<span style="background-color: #ff3e00;"></span>Svelte
|
|
683
683
|
</a>
|
|
684
684
|
|
|
685
685
|
<span class="star" title="Stargazers Count">
|
|
686
686
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
687
687
|
<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>
|
|
688
688
|
</svg>
|
|
689
|
-
<span>
|
|
689
|
+
<span>1.5k</span>
|
|
690
690
|
</span>
|
|
691
691
|
<span class="star" title="Repo Forked">
|
|
692
692
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
693
693
|
<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">
|
|
694
694
|
</path>
|
|
695
695
|
</svg>
|
|
696
|
-
<span>
|
|
696
|
+
<span>33</span>
|
|
697
697
|
</span>
|
|
698
698
|
<span class="star">
|
|
699
699
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
700
700
|
<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>
|
|
701
701
|
</svg>
|
|
702
|
-
<span>
|
|
702
|
+
<span>111 stars today</span>
|
|
703
703
|
</span>
|
|
704
704
|
</div>
|
|
705
705
|
<div class="details">
|
|
706
|
-
|
|
706
|
+
Open source ngrok alternative designed for teams
|
|
707
707
|
</div>
|
|
708
708
|
</div>
|
|
709
709
|
</li>
|
|
@@ -712,32 +712,36 @@
|
|
|
712
712
|
<div class="info">
|
|
713
713
|
<div class="rank">
|
|
714
714
|
<span title="Ranking 16">16</span>
|
|
715
|
-
<a href="https://github.com/
|
|
715
|
+
<a href="https://github.com/meta-llama/codellama" target="_blank" title="meta-llama/codellama">meta-llama/codellama</a>
|
|
716
716
|
</div>
|
|
717
717
|
<div class="sub-title followers">
|
|
718
718
|
|
|
719
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
720
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
721
|
+
</a>
|
|
722
|
+
|
|
719
723
|
<span class="star" title="Stargazers Count">
|
|
720
724
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
721
725
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
722
726
|
</svg>
|
|
723
|
-
<span>
|
|
727
|
+
<span>14.428k</span>
|
|
724
728
|
</span>
|
|
725
729
|
<span class="star" title="Repo Forked">
|
|
726
730
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
727
731
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
728
732
|
</path>
|
|
729
733
|
</svg>
|
|
730
|
-
<span>
|
|
734
|
+
<span>1540</span>
|
|
731
735
|
</span>
|
|
732
736
|
<span class="star">
|
|
733
737
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
734
738
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
735
739
|
</svg>
|
|
736
|
-
<span>
|
|
740
|
+
<span>59 stars today</span>
|
|
737
741
|
</span>
|
|
738
742
|
</div>
|
|
739
743
|
<div class="details">
|
|
740
|
-
|
|
744
|
+
Inference code for CodeLlama models
|
|
741
745
|
</div>
|
|
742
746
|
</div>
|
|
743
747
|
</li>
|
|
@@ -746,36 +750,36 @@
|
|
|
746
750
|
<div class="info">
|
|
747
751
|
<div class="rank">
|
|
748
752
|
<span title="Ranking 17">17</span>
|
|
749
|
-
<a href="https://github.com/
|
|
753
|
+
<a href="https://github.com/recharts/recharts" target="_blank" title="recharts/recharts">recharts/recharts</a>
|
|
750
754
|
</div>
|
|
751
755
|
<div class="sub-title followers">
|
|
752
756
|
|
|
753
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
754
|
-
<span style="background-color: #
|
|
757
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
758
|
+
<span style="background-color: #3178c6;"></span>TypeScript
|
|
755
759
|
</a>
|
|
756
760
|
|
|
757
761
|
<span class="star" title="Stargazers Count">
|
|
758
762
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
759
763
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
760
764
|
</svg>
|
|
761
|
-
<span>
|
|
765
|
+
<span>22.589k</span>
|
|
762
766
|
</span>
|
|
763
767
|
<span class="star" title="Repo Forked">
|
|
764
768
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
765
769
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
766
770
|
</path>
|
|
767
771
|
</svg>
|
|
768
|
-
<span>
|
|
772
|
+
<span>1652</span>
|
|
769
773
|
</span>
|
|
770
774
|
<span class="star">
|
|
771
775
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
772
776
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
773
777
|
</svg>
|
|
774
|
-
<span>
|
|
778
|
+
<span>35 stars today</span>
|
|
775
779
|
</span>
|
|
776
780
|
</div>
|
|
777
781
|
<div class="details">
|
|
778
|
-
|
|
782
|
+
Redefined chart library built with React and D3
|
|
779
783
|
</div>
|
|
780
784
|
</div>
|
|
781
785
|
</li>
|
|
@@ -784,36 +788,36 @@
|
|
|
784
788
|
<div class="info">
|
|
785
789
|
<div class="rank">
|
|
786
790
|
<span title="Ranking 18">18</span>
|
|
787
|
-
<a href="https://github.com/
|
|
791
|
+
<a href="https://github.com/mendableai/firecrawl" target="_blank" title="mendableai/firecrawl">mendableai/firecrawl</a>
|
|
788
792
|
</div>
|
|
789
793
|
<div class="sub-title followers">
|
|
790
794
|
|
|
791
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
792
|
-
<span style="background-color: #
|
|
795
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
796
|
+
<span style="background-color: #3178c6;"></span>TypeScript
|
|
793
797
|
</a>
|
|
794
798
|
|
|
795
799
|
<span class="star" title="Stargazers Count">
|
|
796
800
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
797
801
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
798
802
|
</svg>
|
|
799
|
-
<span>
|
|
803
|
+
<span>0.847k</span>
|
|
800
804
|
</span>
|
|
801
805
|
<span class="star" title="Repo Forked">
|
|
802
806
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
803
807
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
804
808
|
</path>
|
|
805
809
|
</svg>
|
|
806
|
-
<span>
|
|
810
|
+
<span>56</span>
|
|
807
811
|
</span>
|
|
808
812
|
<span class="star">
|
|
809
813
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
810
814
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
811
815
|
</svg>
|
|
812
|
-
<span>
|
|
816
|
+
<span>129 stars today</span>
|
|
813
817
|
</span>
|
|
814
818
|
</div>
|
|
815
819
|
<div class="details">
|
|
816
|
-
|
|
820
|
+
🔥 Turn entire websites into LLM-ready markdown
|
|
817
821
|
</div>
|
|
818
822
|
</div>
|
|
819
823
|
</li>
|
|
@@ -822,36 +826,36 @@
|
|
|
822
826
|
<div class="info">
|
|
823
827
|
<div class="rank">
|
|
824
828
|
<span title="Ranking 19">19</span>
|
|
825
|
-
<a href="https://github.com/
|
|
829
|
+
<a href="https://github.com/typst/typst" target="_blank" title="typst/typst">typst/typst</a>
|
|
826
830
|
</div>
|
|
827
831
|
<div class="sub-title followers">
|
|
828
832
|
|
|
829
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
830
|
-
<span style="background-color: #
|
|
833
|
+
<a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
|
|
834
|
+
<span style="background-color: #dea584;"></span>Rust
|
|
831
835
|
</a>
|
|
832
836
|
|
|
833
837
|
<span class="star" title="Stargazers Count">
|
|
834
838
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
835
839
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
836
840
|
</svg>
|
|
837
|
-
<span>
|
|
841
|
+
<span>28.057k</span>
|
|
838
842
|
</span>
|
|
839
843
|
<span class="star" title="Repo Forked">
|
|
840
844
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
841
845
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
842
846
|
</path>
|
|
843
847
|
</svg>
|
|
844
|
-
<span>
|
|
848
|
+
<span>750</span>
|
|
845
849
|
</span>
|
|
846
850
|
<span class="star">
|
|
847
851
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
848
852
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
849
853
|
</svg>
|
|
850
|
-
<span>
|
|
854
|
+
<span>76 stars today</span>
|
|
851
855
|
</span>
|
|
852
856
|
</div>
|
|
853
857
|
<div class="details">
|
|
854
|
-
|
|
858
|
+
A new markup-based typesetting system that is powerful and easy to learn.
|
|
855
859
|
</div>
|
|
856
860
|
</div>
|
|
857
861
|
</li>
|
|
@@ -860,36 +864,36 @@
|
|
|
860
864
|
<div class="info">
|
|
861
865
|
<div class="rank">
|
|
862
866
|
<span title="Ranking 20">20</span>
|
|
863
|
-
<a href="https://github.com/
|
|
867
|
+
<a href="https://github.com/MakiNaruto/Automatic_ticket_purchase" target="_blank" title="MakiNaruto/Automatic_ticket_purchase">MakiNaruto/Automatic_ticket_purchase</a>
|
|
864
868
|
</div>
|
|
865
869
|
<div class="sub-title followers">
|
|
866
870
|
|
|
867
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
868
|
-
<span style="background-color: #
|
|
871
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
872
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
869
873
|
</a>
|
|
870
874
|
|
|
871
875
|
<span class="star" title="Stargazers Count">
|
|
872
876
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
873
877
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
874
878
|
</svg>
|
|
875
|
-
<span>
|
|
879
|
+
<span>3.782k</span>
|
|
876
880
|
</span>
|
|
877
881
|
<span class="star" title="Repo Forked">
|
|
878
882
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
879
883
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
880
884
|
</path>
|
|
881
885
|
</svg>
|
|
882
|
-
<span>
|
|
886
|
+
<span>773</span>
|
|
883
887
|
</span>
|
|
884
888
|
<span class="star">
|
|
885
889
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
886
890
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
887
891
|
</svg>
|
|
888
|
-
<span>
|
|
892
|
+
<span>12 stars today</span>
|
|
889
893
|
</span>
|
|
890
894
|
</div>
|
|
891
895
|
<div class="details">
|
|
892
|
-
|
|
896
|
+
大麦网抢票脚本
|
|
893
897
|
</div>
|
|
894
898
|
</div>
|
|
895
899
|
</li>
|
|
@@ -898,36 +902,36 @@
|
|
|
898
902
|
<div class="info">
|
|
899
903
|
<div class="rank">
|
|
900
904
|
<span title="Ranking 21">21</span>
|
|
901
|
-
<a href="https://github.com/
|
|
905
|
+
<a href="https://github.com/ollama/ollama" target="_blank" title="ollama/ollama">ollama/ollama</a>
|
|
902
906
|
</div>
|
|
903
907
|
<div class="sub-title followers">
|
|
904
908
|
|
|
905
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
906
|
-
<span style="background-color: #
|
|
909
|
+
<a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
|
|
910
|
+
<span style="background-color: #00ADD8;"></span>Go
|
|
907
911
|
</a>
|
|
908
912
|
|
|
909
913
|
<span class="star" title="Stargazers Count">
|
|
910
914
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
911
915
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
912
916
|
</svg>
|
|
913
|
-
<span>
|
|
917
|
+
<span>56.626k</span>
|
|
914
918
|
</span>
|
|
915
919
|
<span class="star" title="Repo Forked">
|
|
916
920
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
917
921
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
918
922
|
</path>
|
|
919
923
|
</svg>
|
|
920
|
-
<span>
|
|
924
|
+
<span>3981</span>
|
|
921
925
|
</span>
|
|
922
926
|
<span class="star">
|
|
923
927
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
924
928
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
925
929
|
</svg>
|
|
926
|
-
<span>
|
|
930
|
+
<span>493 stars today</span>
|
|
927
931
|
</span>
|
|
928
932
|
</div>
|
|
929
933
|
<div class="details">
|
|
930
|
-
|
|
934
|
+
Get up and running with Llama 3, Mistral, Gemma, and other large language models.
|
|
931
935
|
</div>
|
|
932
936
|
</div>
|
|
933
937
|
</li>
|
|
@@ -936,36 +940,36 @@
|
|
|
936
940
|
<div class="info">
|
|
937
941
|
<div class="rank">
|
|
938
942
|
<span title="Ranking 22">22</span>
|
|
939
|
-
<a href="https://github.com/
|
|
943
|
+
<a href="https://github.com/dvlab-research/MiniGemini" target="_blank" title="dvlab-research/MiniGemini">dvlab-research/MiniGemini</a>
|
|
940
944
|
</div>
|
|
941
945
|
<div class="sub-title followers">
|
|
942
946
|
|
|
943
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
944
|
-
<span style="background-color: #
|
|
947
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
948
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
945
949
|
</a>
|
|
946
950
|
|
|
947
951
|
<span class="star" title="Stargazers Count">
|
|
948
952
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
949
953
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
950
954
|
</svg>
|
|
951
|
-
<span>
|
|
955
|
+
<span>2.661k</span>
|
|
952
956
|
</span>
|
|
953
957
|
<span class="star" title="Repo Forked">
|
|
954
958
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
955
959
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
956
960
|
</path>
|
|
957
961
|
</svg>
|
|
958
|
-
<span>
|
|
962
|
+
<span>249</span>
|
|
959
963
|
</span>
|
|
960
964
|
<span class="star">
|
|
961
965
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
962
966
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
963
967
|
</svg>
|
|
964
|
-
<span>
|
|
968
|
+
<span>210 stars today</span>
|
|
965
969
|
</span>
|
|
966
970
|
</div>
|
|
967
971
|
<div class="details">
|
|
968
|
-
|
|
972
|
+
Official implementation for Mini-Gemini
|
|
969
973
|
</div>
|
|
970
974
|
</div>
|
|
971
975
|
</li>
|
|
@@ -974,36 +978,36 @@
|
|
|
974
978
|
<div class="info">
|
|
975
979
|
<div class="rank">
|
|
976
980
|
<span title="Ranking 23">23</span>
|
|
977
|
-
<a href="https://github.com/
|
|
981
|
+
<a href="https://github.com/facebookresearch/llm-transparency-tool" target="_blank" title="facebookresearch/llm-transparency-tool">facebookresearch/llm-transparency-tool</a>
|
|
978
982
|
</div>
|
|
979
983
|
<div class="sub-title followers">
|
|
980
984
|
|
|
981
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
982
|
-
<span style="background-color: #
|
|
985
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
986
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
983
987
|
</a>
|
|
984
988
|
|
|
985
989
|
<span class="star" title="Stargazers Count">
|
|
986
990
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
987
991
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
988
992
|
</svg>
|
|
989
|
-
<span>
|
|
993
|
+
<span>0.454k</span>
|
|
990
994
|
</span>
|
|
991
995
|
<span class="star" title="Repo Forked">
|
|
992
996
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
993
997
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
994
998
|
</path>
|
|
995
999
|
</svg>
|
|
996
|
-
<span>
|
|
1000
|
+
<span>25</span>
|
|
997
1001
|
</span>
|
|
998
1002
|
<span class="star">
|
|
999
1003
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1000
1004
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
1001
1005
|
</svg>
|
|
1002
|
-
<span>
|
|
1006
|
+
<span>66 stars today</span>
|
|
1003
1007
|
</span>
|
|
1004
1008
|
</div>
|
|
1005
1009
|
<div class="details">
|
|
1006
|
-
|
|
1010
|
+
LLM Transparency Tool (LLM-TT), an open-source interactive toolkit for analyzing internal workings of Transformer-based language models. *Check out demo at* https://huggingface.co/spaces/facebook/llm-transparency-tool-demo
|
|
1007
1011
|
</div>
|
|
1008
1012
|
</div>
|
|
1009
1013
|
</li>
|
|
@@ -1012,7 +1016,7 @@
|
|
|
1012
1016
|
<div class="info">
|
|
1013
1017
|
<div class="rank">
|
|
1014
1018
|
<span title="Ranking 24">24</span>
|
|
1015
|
-
<a href="https://github.com/
|
|
1019
|
+
<a href="https://github.com/boxyhq/saas-starter-kit" target="_blank" title="boxyhq/saas-starter-kit">boxyhq/saas-starter-kit</a>
|
|
1016
1020
|
</div>
|
|
1017
1021
|
<div class="sub-title followers">
|
|
1018
1022
|
|
|
@@ -1024,62 +1028,24 @@
|
|
|
1024
1028
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1025
1029
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
1026
1030
|
</svg>
|
|
1027
|
-
<span>
|
|
1028
|
-
</span>
|
|
1029
|
-
<span class="star" title="Repo Forked">
|
|
1030
|
-
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1031
|
-
<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">
|
|
1032
|
-
</path>
|
|
1033
|
-
</svg>
|
|
1034
|
-
<span>380</span>
|
|
1035
|
-
</span>
|
|
1036
|
-
<span class="star">
|
|
1037
|
-
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1038
|
-
<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>
|
|
1039
|
-
</svg>
|
|
1040
|
-
<span>245 stars today</span>
|
|
1041
|
-
</span>
|
|
1042
|
-
</div>
|
|
1043
|
-
<div class="details">
|
|
1044
|
-
Web Framework built on Web Standards
|
|
1045
|
-
</div>
|
|
1046
|
-
</div>
|
|
1047
|
-
</li>
|
|
1048
|
-
|
|
1049
|
-
<li>
|
|
1050
|
-
<div class="info">
|
|
1051
|
-
<div class="rank">
|
|
1052
|
-
<span title="Ranking 25">25</span>
|
|
1053
|
-
<a href="https://github.com/donnemartin/system-design-primer" target="_blank" title="donnemartin/system-design-primer">donnemartin/system-design-primer</a>
|
|
1054
|
-
</div>
|
|
1055
|
-
<div class="sub-title followers">
|
|
1056
|
-
|
|
1057
|
-
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
1058
|
-
<span style="background-color: #3572A5;"></span>Python
|
|
1059
|
-
</a>
|
|
1060
|
-
|
|
1061
|
-
<span class="star" title="Stargazers Count">
|
|
1062
|
-
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1063
|
-
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
1064
|
-
</svg>
|
|
1065
|
-
<span>253.046k</span>
|
|
1031
|
+
<span>2.44k</span>
|
|
1066
1032
|
</span>
|
|
1067
1033
|
<span class="star" title="Repo Forked">
|
|
1068
1034
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1069
1035
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
1070
1036
|
</path>
|
|
1071
1037
|
</svg>
|
|
1072
|
-
<span>
|
|
1038
|
+
<span>480</span>
|
|
1073
1039
|
</span>
|
|
1074
1040
|
<span class="star">
|
|
1075
1041
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1076
1042
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
1077
1043
|
</svg>
|
|
1078
|
-
<span>
|
|
1044
|
+
<span>61 stars today</span>
|
|
1079
1045
|
</span>
|
|
1080
1046
|
</div>
|
|
1081
1047
|
<div class="details">
|
|
1082
|
-
|
|
1048
|
+
🔥 Enterprise SaaS Starter Kit - Kickstart your enterprise app development with the Next.js SaaS boilerplate 🚀
|
|
1083
1049
|
</div>
|
|
1084
1050
|
</div>
|
|
1085
1051
|
</li>
|
|
@@ -1103,7 +1069,7 @@
|
|
|
1103
1069
|
<img src="https://img.shields.io/npm/v/@wcj/github-rank.svg?label=unpkg">
|
|
1104
1070
|
</a>
|
|
1105
1071
|
</div>
|
|
1106
|
-
<div class="time">Last cache created on 2024/4/
|
|
1072
|
+
<div class="time">Last cache created on 2024/4/20 by Github API v3.</div>
|
|
1107
1073
|
Create by <a href="https://github.com/jaywcjlove" target="_blank">小弟调调™</a>.
|
|
1108
1074
|
</div>
|
|
1109
1075
|
</body>
|