@wcj/github-rank 24.2.26 → 24.2.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 +21824 -21825
- package/dist/trending-daily.json +177 -177
- package/dist/trending-monthly.json +140 -140
- package/dist/trending-weekly.json +171 -171
- package/dist/users.china.json +1495 -1460
- package/dist/users.json +5985 -5985
- package/package.json +1 -1
- package/web/data/repos.json +21824 -21825
- package/web/data/trending-daily.json +177 -177
- package/web/data/trending-monthly.json +140 -140
- package/web/data/trending-weekly.json +171 -171
- package/web/data/users.china.json +1495 -1460
- package/web/data/users.json +5985 -5985
- package/web/index.html +4456 -4456
- package/web/repos.html +2928 -2928
- package/web/trending-monthly.html +145 -145
- package/web/trending-weekly.html +161 -161
- package/web/trending.html +157 -165
- package/web/users.china.html +1136 -1103
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/2/
|
|
132
|
+
<div class="time">Last cache created on 2024/2/27 by
|
|
133
133
|
|
|
134
134
|
|
|
135
135
|
|
|
@@ -154,36 +154,36 @@
|
|
|
154
154
|
<div class="info">
|
|
155
155
|
<div class="rank">
|
|
156
156
|
<span title="Ranking 1">1</span>
|
|
157
|
-
<a href="https://github.com/
|
|
157
|
+
<a href="https://github.com/WongKinYiu/yolov9" target="_blank" title="WongKinYiu/yolov9">WongKinYiu/yolov9</a>
|
|
158
158
|
</div>
|
|
159
159
|
<div class="sub-title followers">
|
|
160
160
|
|
|
161
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
162
|
-
<span style="background-color: #
|
|
161
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
162
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
163
163
|
</a>
|
|
164
164
|
|
|
165
165
|
<span class="star" title="Stargazers Count">
|
|
166
166
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
167
167
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
168
168
|
</svg>
|
|
169
|
-
<span>
|
|
169
|
+
<span>4179</span>
|
|
170
170
|
</span>
|
|
171
171
|
<span class="star" title="Repo Forked">
|
|
172
172
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
173
173
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
174
174
|
</path>
|
|
175
175
|
</svg>
|
|
176
|
-
<span>
|
|
176
|
+
<span>488</span>
|
|
177
177
|
</span>
|
|
178
178
|
<span class="star">
|
|
179
179
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
180
180
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
181
181
|
</svg>
|
|
182
|
-
<span>
|
|
182
|
+
<span>1034 stars today</span>
|
|
183
183
|
</span>
|
|
184
184
|
</div>
|
|
185
185
|
<div class="details">
|
|
186
|
-
|
|
186
|
+
Implementation of paper - YOLOv9: Learning What You Want to Learn Using Programmable Gradient Information
|
|
187
187
|
</div>
|
|
188
188
|
</div>
|
|
189
189
|
</li>
|
|
@@ -192,36 +192,36 @@
|
|
|
192
192
|
<div class="info">
|
|
193
193
|
<div class="rank">
|
|
194
194
|
<span title="Ranking 2">2</span>
|
|
195
|
-
<a href="https://github.com/
|
|
195
|
+
<a href="https://github.com/massgravel/Microsoft-Activation-Scripts" target="_blank" title="massgravel/Microsoft-Activation-Scripts">massgravel/Microsoft-Activation-Scripts</a>
|
|
196
196
|
</div>
|
|
197
197
|
<div class="sub-title followers">
|
|
198
198
|
|
|
199
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
200
|
-
<span style="background-color: #
|
|
199
|
+
<a class="language" target="_blank" href="https://github.com/topics/batchfile" title="Programming Language Batchfile">
|
|
200
|
+
<span style="background-color: #C1F12E;"></span>Batchfile
|
|
201
201
|
</a>
|
|
202
202
|
|
|
203
203
|
<span class="star" title="Stargazers Count">
|
|
204
204
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
205
205
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
206
206
|
</svg>
|
|
207
|
-
<span>
|
|
207
|
+
<span>64529</span>
|
|
208
208
|
</span>
|
|
209
209
|
<span class="star" title="Repo Forked">
|
|
210
210
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
211
211
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
212
212
|
</path>
|
|
213
213
|
</svg>
|
|
214
|
-
<span>
|
|
214
|
+
<span>6440</span>
|
|
215
215
|
</span>
|
|
216
216
|
<span class="star">
|
|
217
217
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
218
218
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
219
219
|
</svg>
|
|
220
|
-
<span>
|
|
220
|
+
<span>251 stars today</span>
|
|
221
221
|
</span>
|
|
222
222
|
</div>
|
|
223
223
|
<div class="details">
|
|
224
|
-
|
|
224
|
+
A Windows and Office activator using HWID / Ohook / KMS38 / Online KMS activation methods, with a focus on open-source code and fewer antivirus detections.
|
|
225
225
|
</div>
|
|
226
226
|
</div>
|
|
227
227
|
</li>
|
|
@@ -242,20 +242,20 @@
|
|
|
242
242
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
243
243
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
244
244
|
</svg>
|
|
245
|
-
<span>
|
|
245
|
+
<span>41460</span>
|
|
246
246
|
</span>
|
|
247
247
|
<span class="star" title="Repo Forked">
|
|
248
248
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
249
249
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
250
250
|
</path>
|
|
251
251
|
</svg>
|
|
252
|
-
<span>
|
|
252
|
+
<span>2652</span>
|
|
253
253
|
</span>
|
|
254
254
|
<span class="star">
|
|
255
255
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
256
256
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
257
257
|
</svg>
|
|
258
|
-
<span>
|
|
258
|
+
<span>696 stars today</span>
|
|
259
259
|
</span>
|
|
260
260
|
</div>
|
|
261
261
|
<div class="details">
|
|
@@ -268,36 +268,36 @@
|
|
|
268
268
|
<div class="info">
|
|
269
269
|
<div class="rank">
|
|
270
270
|
<span title="Ranking 4">4</span>
|
|
271
|
-
<a href="https://github.com/
|
|
271
|
+
<a href="https://github.com/vvbbnn00/WARP-Clash-API" target="_blank" title="vvbbnn00/WARP-Clash-API">vvbbnn00/WARP-Clash-API</a>
|
|
272
272
|
</div>
|
|
273
273
|
<div class="sub-title followers">
|
|
274
274
|
|
|
275
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
276
|
-
<span style="background-color: #
|
|
275
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
276
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
277
277
|
</a>
|
|
278
278
|
|
|
279
279
|
<span class="star" title="Stargazers Count">
|
|
280
280
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
281
281
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
282
282
|
</svg>
|
|
283
|
-
<span>
|
|
283
|
+
<span>3286</span>
|
|
284
284
|
</span>
|
|
285
285
|
<span class="star" title="Repo Forked">
|
|
286
286
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
287
287
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
288
288
|
</path>
|
|
289
289
|
</svg>
|
|
290
|
-
<span>
|
|
290
|
+
<span>451</span>
|
|
291
291
|
</span>
|
|
292
292
|
<span class="star">
|
|
293
293
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
294
294
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
295
295
|
</svg>
|
|
296
|
-
<span>
|
|
296
|
+
<span>394 stars today</span>
|
|
297
297
|
</span>
|
|
298
298
|
</div>
|
|
299
299
|
<div class="details">
|
|
300
|
-
|
|
300
|
+
该项目可以让你通过订阅的方式使用Cloudflare WARP+,自动获取流量。This project enables you to use Cloudflare WARP+ through subscription, automatically acquiring traffic.
|
|
301
301
|
</div>
|
|
302
302
|
</div>
|
|
303
303
|
</li>
|
|
@@ -306,36 +306,36 @@
|
|
|
306
306
|
<div class="info">
|
|
307
307
|
<div class="rank">
|
|
308
308
|
<span title="Ranking 5">5</span>
|
|
309
|
-
<a href="https://github.com/
|
|
309
|
+
<a href="https://github.com/qarmin/czkawka" target="_blank" title="qarmin/czkawka">qarmin/czkawka</a>
|
|
310
310
|
</div>
|
|
311
311
|
<div class="sub-title followers">
|
|
312
312
|
|
|
313
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
314
|
-
<span style="background-color: #
|
|
313
|
+
<a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
|
|
314
|
+
<span style="background-color: #dea584;"></span>Rust
|
|
315
315
|
</a>
|
|
316
316
|
|
|
317
317
|
<span class="star" title="Stargazers Count">
|
|
318
318
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
319
319
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
320
320
|
</svg>
|
|
321
|
-
<span>
|
|
321
|
+
<span>15383</span>
|
|
322
322
|
</span>
|
|
323
323
|
<span class="star" title="Repo Forked">
|
|
324
324
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
325
325
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
326
326
|
</path>
|
|
327
327
|
</svg>
|
|
328
|
-
<span>
|
|
328
|
+
<span>519</span>
|
|
329
329
|
</span>
|
|
330
330
|
<span class="star">
|
|
331
331
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
332
332
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
333
333
|
</svg>
|
|
334
|
-
<span>
|
|
334
|
+
<span>58 stars today</span>
|
|
335
335
|
</span>
|
|
336
336
|
</div>
|
|
337
337
|
<div class="details">
|
|
338
|
-
|
|
338
|
+
Multi functional app to find duplicates, empty folders, similar images etc.
|
|
339
339
|
</div>
|
|
340
340
|
</div>
|
|
341
341
|
</li>
|
|
@@ -344,36 +344,32 @@
|
|
|
344
344
|
<div class="info">
|
|
345
345
|
<div class="rank">
|
|
346
346
|
<span title="Ranking 6">6</span>
|
|
347
|
-
<a href="https://github.com/
|
|
347
|
+
<a href="https://github.com/mttaggart/I-S00N" target="_blank" title="mttaggart/I-S00N">mttaggart/I-S00N</a>
|
|
348
348
|
</div>
|
|
349
349
|
<div class="sub-title followers">
|
|
350
350
|
|
|
351
|
-
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
352
|
-
<span style="background-color: #3572A5;"></span>Python
|
|
353
|
-
</a>
|
|
354
|
-
|
|
355
351
|
<span class="star" title="Stargazers Count">
|
|
356
352
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
357
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>
|
|
358
354
|
</svg>
|
|
359
|
-
<span>
|
|
355
|
+
<span>586</span>
|
|
360
356
|
</span>
|
|
361
357
|
<span class="star" title="Repo Forked">
|
|
362
358
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
363
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">
|
|
364
360
|
</path>
|
|
365
361
|
</svg>
|
|
366
|
-
<span>
|
|
362
|
+
<span>274</span>
|
|
367
363
|
</span>
|
|
368
364
|
<span class="star">
|
|
369
365
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
370
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>
|
|
371
367
|
</svg>
|
|
372
|
-
<span>
|
|
368
|
+
<span>25 stars today</span>
|
|
373
369
|
</span>
|
|
374
370
|
</div>
|
|
375
371
|
<div class="details">
|
|
376
|
-
|
|
372
|
+
Anxun Shanghai (I-SOON) Data Dump Translations (PII Redacted)
|
|
377
373
|
</div>
|
|
378
374
|
</div>
|
|
379
375
|
</li>
|
|
@@ -382,36 +378,36 @@
|
|
|
382
378
|
<div class="info">
|
|
383
379
|
<div class="rank">
|
|
384
380
|
<span title="Ranking 7">7</span>
|
|
385
|
-
<a href="https://github.com/
|
|
381
|
+
<a href="https://github.com/MHSanaei/3x-ui" target="_blank" title="MHSanaei/3x-ui">MHSanaei/3x-ui</a>
|
|
386
382
|
</div>
|
|
387
383
|
<div class="sub-title followers">
|
|
388
384
|
|
|
389
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
390
|
-
<span style="background-color: #
|
|
385
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
386
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
391
387
|
</a>
|
|
392
388
|
|
|
393
389
|
<span class="star" title="Stargazers Count">
|
|
394
390
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
395
391
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
396
392
|
</svg>
|
|
397
|
-
<span>
|
|
393
|
+
<span>6053</span>
|
|
398
394
|
</span>
|
|
399
395
|
<span class="star" title="Repo Forked">
|
|
400
396
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
401
397
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
402
398
|
</path>
|
|
403
399
|
</svg>
|
|
404
|
-
<span>
|
|
400
|
+
<span>1178</span>
|
|
405
401
|
</span>
|
|
406
402
|
<span class="star">
|
|
407
403
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
408
404
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
409
405
|
</svg>
|
|
410
|
-
<span>
|
|
406
|
+
<span>58 stars today</span>
|
|
411
407
|
</span>
|
|
412
408
|
</div>
|
|
413
409
|
<div class="details">
|
|
414
|
-
|
|
410
|
+
Xray panel supporting multi-protocol multi-user expire day & traffic & ip limit (Vmess & Vless & Trojan & ShadowSocks & Wireguard)
|
|
415
411
|
</div>
|
|
416
412
|
</div>
|
|
417
413
|
</li>
|
|
@@ -420,36 +416,36 @@
|
|
|
420
416
|
<div class="info">
|
|
421
417
|
<div class="rank">
|
|
422
418
|
<span title="Ranking 8">8</span>
|
|
423
|
-
<a href="https://github.com/
|
|
419
|
+
<a href="https://github.com/jellyfin/jellyfin" target="_blank" title="jellyfin/jellyfin">jellyfin/jellyfin</a>
|
|
424
420
|
</div>
|
|
425
421
|
<div class="sub-title followers">
|
|
426
422
|
|
|
427
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
428
|
-
<span style="background-color: #
|
|
423
|
+
<a class="language" target="_blank" href="https://github.com/topics/c#" title="Programming Language C#">
|
|
424
|
+
<span style="background-color: #178600;"></span>C#
|
|
429
425
|
</a>
|
|
430
426
|
|
|
431
427
|
<span class="star" title="Stargazers Count">
|
|
432
428
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
433
429
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
434
430
|
</svg>
|
|
435
|
-
<span>
|
|
431
|
+
<span>28495</span>
|
|
436
432
|
</span>
|
|
437
433
|
<span class="star" title="Repo Forked">
|
|
438
434
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
439
435
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
440
436
|
</path>
|
|
441
437
|
</svg>
|
|
442
|
-
<span>
|
|
438
|
+
<span>2648</span>
|
|
443
439
|
</span>
|
|
444
440
|
<span class="star">
|
|
445
441
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
446
442
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
447
443
|
</svg>
|
|
448
|
-
<span>
|
|
444
|
+
<span>36 stars today</span>
|
|
449
445
|
</span>
|
|
450
446
|
</div>
|
|
451
447
|
<div class="details">
|
|
452
|
-
|
|
448
|
+
The Free Software Media System
|
|
453
449
|
</div>
|
|
454
450
|
</div>
|
|
455
451
|
</li>
|
|
@@ -458,36 +454,36 @@
|
|
|
458
454
|
<div class="info">
|
|
459
455
|
<div class="rank">
|
|
460
456
|
<span title="Ranking 9">9</span>
|
|
461
|
-
<a href="https://github.com/
|
|
457
|
+
<a href="https://github.com/google/gemma.cpp" target="_blank" title="google/gemma.cpp">google/gemma.cpp</a>
|
|
462
458
|
</div>
|
|
463
459
|
<div class="sub-title followers">
|
|
464
460
|
|
|
465
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
466
|
-
<span style="background-color: #
|
|
461
|
+
<a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
|
|
462
|
+
<span style="background-color: #f34b7d;"></span>C++
|
|
467
463
|
</a>
|
|
468
464
|
|
|
469
465
|
<span class="star" title="Stargazers Count">
|
|
470
466
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
471
467
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
472
468
|
</svg>
|
|
473
|
-
<span>
|
|
469
|
+
<span>4410</span>
|
|
474
470
|
</span>
|
|
475
471
|
<span class="star" title="Repo Forked">
|
|
476
472
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
477
473
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
478
474
|
</path>
|
|
479
475
|
</svg>
|
|
480
|
-
<span>
|
|
476
|
+
<span>345</span>
|
|
481
477
|
</span>
|
|
482
478
|
<span class="star">
|
|
483
479
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
484
480
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
485
481
|
</svg>
|
|
486
|
-
<span>
|
|
482
|
+
<span>1434 stars today</span>
|
|
487
483
|
</span>
|
|
488
484
|
</div>
|
|
489
485
|
<div class="details">
|
|
490
|
-
|
|
486
|
+
lightweight, standalone C++ inference engine for Google's Gemma models.
|
|
491
487
|
</div>
|
|
492
488
|
</div>
|
|
493
489
|
</li>
|
|
@@ -496,36 +492,32 @@
|
|
|
496
492
|
<div class="info">
|
|
497
493
|
<div class="rank">
|
|
498
494
|
<span title="Ranking 10">10</span>
|
|
499
|
-
<a href="https://github.com/
|
|
495
|
+
<a href="https://github.com/EbookFoundation/free-programming-books" target="_blank" title="EbookFoundation/free-programming-books">EbookFoundation/free-programming-books</a>
|
|
500
496
|
</div>
|
|
501
497
|
<div class="sub-title followers">
|
|
502
498
|
|
|
503
|
-
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
504
|
-
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
505
|
-
</a>
|
|
506
|
-
|
|
507
499
|
<span class="star" title="Stargazers Count">
|
|
508
500
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
509
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>
|
|
510
502
|
</svg>
|
|
511
|
-
<span>
|
|
503
|
+
<span>313064</span>
|
|
512
504
|
</span>
|
|
513
505
|
<span class="star" title="Repo Forked">
|
|
514
506
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
515
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">
|
|
516
508
|
</path>
|
|
517
509
|
</svg>
|
|
518
|
-
<span>
|
|
510
|
+
<span>59128</span>
|
|
519
511
|
</span>
|
|
520
512
|
<span class="star">
|
|
521
513
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
522
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>
|
|
523
515
|
</svg>
|
|
524
|
-
<span>
|
|
516
|
+
<span>152 stars today</span>
|
|
525
517
|
</span>
|
|
526
518
|
</div>
|
|
527
519
|
<div class="details">
|
|
528
|
-
|
|
520
|
+
📚 Freely available programming books
|
|
529
521
|
</div>
|
|
530
522
|
</div>
|
|
531
523
|
</li>
|
|
@@ -534,36 +526,36 @@
|
|
|
534
526
|
<div class="info">
|
|
535
527
|
<div class="rank">
|
|
536
528
|
<span title="Ranking 11">11</span>
|
|
537
|
-
<a href="https://github.com/
|
|
529
|
+
<a href="https://github.com/public-apis/public-apis" target="_blank" title="public-apis/public-apis">public-apis/public-apis</a>
|
|
538
530
|
</div>
|
|
539
531
|
<div class="sub-title followers">
|
|
540
532
|
|
|
541
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
542
|
-
<span style="background-color: #
|
|
533
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
534
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
543
535
|
</a>
|
|
544
536
|
|
|
545
537
|
<span class="star" title="Stargazers Count">
|
|
546
538
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
547
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>
|
|
548
540
|
</svg>
|
|
549
|
-
<span>
|
|
541
|
+
<span>281086</span>
|
|
550
542
|
</span>
|
|
551
543
|
<span class="star" title="Repo Forked">
|
|
552
544
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
553
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">
|
|
554
546
|
</path>
|
|
555
547
|
</svg>
|
|
556
|
-
<span>
|
|
548
|
+
<span>30721</span>
|
|
557
549
|
</span>
|
|
558
550
|
<span class="star">
|
|
559
551
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
560
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>
|
|
561
553
|
</svg>
|
|
562
|
-
<span>
|
|
554
|
+
<span>186 stars today</span>
|
|
563
555
|
</span>
|
|
564
556
|
</div>
|
|
565
557
|
<div class="details">
|
|
566
|
-
|
|
558
|
+
A collective list of free APIs
|
|
567
559
|
</div>
|
|
568
560
|
</div>
|
|
569
561
|
</li>
|
|
@@ -572,36 +564,36 @@
|
|
|
572
564
|
<div class="info">
|
|
573
565
|
<div class="rank">
|
|
574
566
|
<span title="Ranking 12">12</span>
|
|
575
|
-
<a href="https://github.com/
|
|
567
|
+
<a href="https://github.com/gunnarmorling/1brc" target="_blank" title="gunnarmorling/1brc">gunnarmorling/1brc</a>
|
|
576
568
|
</div>
|
|
577
569
|
<div class="sub-title followers">
|
|
578
570
|
|
|
579
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
580
|
-
<span style="background-color: #
|
|
571
|
+
<a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
|
|
572
|
+
<span style="background-color: #b07219;"></span>Java
|
|
581
573
|
</a>
|
|
582
574
|
|
|
583
575
|
<span class="star" title="Stargazers Count">
|
|
584
576
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
585
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>
|
|
586
578
|
</svg>
|
|
587
|
-
<span>
|
|
579
|
+
<span>3736</span>
|
|
588
580
|
</span>
|
|
589
581
|
<span class="star" title="Repo Forked">
|
|
590
582
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
591
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">
|
|
592
584
|
</path>
|
|
593
585
|
</svg>
|
|
594
|
-
<span>
|
|
586
|
+
<span>1265</span>
|
|
595
587
|
</span>
|
|
596
588
|
<span class="star">
|
|
597
589
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
598
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>
|
|
599
591
|
</svg>
|
|
600
|
-
<span>
|
|
592
|
+
<span>77 stars today</span>
|
|
601
593
|
</span>
|
|
602
594
|
</div>
|
|
603
595
|
<div class="details">
|
|
604
|
-
The
|
|
596
|
+
1️⃣🐝🏎️ The One Billion Row Challenge -- A fun exploration of how quickly 1B rows from a text file can be aggregated with Java
|
|
605
597
|
</div>
|
|
606
598
|
</div>
|
|
607
599
|
</li>
|
|
@@ -610,7 +602,7 @@
|
|
|
610
602
|
<div class="info">
|
|
611
603
|
<div class="rank">
|
|
612
604
|
<span title="Ranking 13">13</span>
|
|
613
|
-
<a href="https://github.com/
|
|
605
|
+
<a href="https://github.com/KillianLucas/open-interpreter" target="_blank" title="KillianLucas/open-interpreter">KillianLucas/open-interpreter</a>
|
|
614
606
|
</div>
|
|
615
607
|
<div class="sub-title followers">
|
|
616
608
|
|
|
@@ -622,24 +614,24 @@
|
|
|
622
614
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
623
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>
|
|
624
616
|
</svg>
|
|
625
|
-
<span>
|
|
617
|
+
<span>40962</span>
|
|
626
618
|
</span>
|
|
627
619
|
<span class="star" title="Repo Forked">
|
|
628
620
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
629
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">
|
|
630
622
|
</path>
|
|
631
623
|
</svg>
|
|
632
|
-
<span>
|
|
624
|
+
<span>3563</span>
|
|
633
625
|
</span>
|
|
634
626
|
<span class="star">
|
|
635
627
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
636
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>
|
|
637
629
|
</svg>
|
|
638
|
-
<span>
|
|
630
|
+
<span>67 stars today</span>
|
|
639
631
|
</span>
|
|
640
632
|
</div>
|
|
641
633
|
<div class="details">
|
|
642
|
-
|
|
634
|
+
A natural language interface for computers
|
|
643
635
|
</div>
|
|
644
636
|
</div>
|
|
645
637
|
</li>
|
|
@@ -648,36 +640,32 @@
|
|
|
648
640
|
<div class="info">
|
|
649
641
|
<div class="rank">
|
|
650
642
|
<span title="Ranking 14">14</span>
|
|
651
|
-
<a href="https://github.com/
|
|
643
|
+
<a href="https://github.com/ossu/computer-science" target="_blank" title="ossu/computer-science">ossu/computer-science</a>
|
|
652
644
|
</div>
|
|
653
645
|
<div class="sub-title followers">
|
|
654
646
|
|
|
655
|
-
<a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
|
|
656
|
-
<span style="background-color: #dea584;"></span>Rust
|
|
657
|
-
</a>
|
|
658
|
-
|
|
659
647
|
<span class="star" title="Stargazers Count">
|
|
660
648
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
661
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>
|
|
662
650
|
</svg>
|
|
663
|
-
<span>
|
|
651
|
+
<span>158691</span>
|
|
664
652
|
</span>
|
|
665
653
|
<span class="star" title="Repo Forked">
|
|
666
654
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
667
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">
|
|
668
656
|
</path>
|
|
669
657
|
</svg>
|
|
670
|
-
<span>
|
|
658
|
+
<span>19852</span>
|
|
671
659
|
</span>
|
|
672
660
|
<span class="star">
|
|
673
661
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
674
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>
|
|
675
663
|
</svg>
|
|
676
|
-
<span>
|
|
664
|
+
<span>134 stars today</span>
|
|
677
665
|
</span>
|
|
678
666
|
</div>
|
|
679
667
|
<div class="details">
|
|
680
|
-
|
|
668
|
+
🎓 Path to a free self-taught education in Computer Science!
|
|
681
669
|
</div>
|
|
682
670
|
</div>
|
|
683
671
|
</li>
|
|
@@ -686,36 +674,36 @@
|
|
|
686
674
|
<div class="info">
|
|
687
675
|
<div class="rank">
|
|
688
676
|
<span title="Ranking 15">15</span>
|
|
689
|
-
<a href="https://github.com/
|
|
677
|
+
<a href="https://github.com/mouredev/Hello-Python" target="_blank" title="mouredev/Hello-Python">mouredev/Hello-Python</a>
|
|
690
678
|
</div>
|
|
691
679
|
<div class="sub-title followers">
|
|
692
680
|
|
|
693
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
694
|
-
<span style="background-color: #
|
|
681
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
682
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
695
683
|
</a>
|
|
696
684
|
|
|
697
685
|
<span class="star" title="Stargazers Count">
|
|
698
686
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
699
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>
|
|
700
688
|
</svg>
|
|
701
|
-
<span>
|
|
689
|
+
<span>20295</span>
|
|
702
690
|
</span>
|
|
703
691
|
<span class="star" title="Repo Forked">
|
|
704
692
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
705
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">
|
|
706
694
|
</path>
|
|
707
695
|
</svg>
|
|
708
|
-
<span>
|
|
696
|
+
<span>1354</span>
|
|
709
697
|
</span>
|
|
710
698
|
<span class="star">
|
|
711
699
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
712
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>
|
|
713
701
|
</svg>
|
|
714
|
-
<span>
|
|
702
|
+
<span>154 stars today</span>
|
|
715
703
|
</span>
|
|
716
704
|
</div>
|
|
717
705
|
<div class="details">
|
|
718
|
-
|
|
706
|
+
Curso para aprender el lenguaje de programación Python desde cero y para principiantes. 75 clases, 37 horas en vídeo, código, proyectos y grupo de chat. Fundamentos, frontend, backend, testing, IA...
|
|
719
707
|
</div>
|
|
720
708
|
</div>
|
|
721
709
|
</li>
|
|
@@ -724,7 +712,7 @@
|
|
|
724
712
|
<div class="info">
|
|
725
713
|
<div class="rank">
|
|
726
714
|
<span title="Ranking 16">16</span>
|
|
727
|
-
<a href="https://github.com/
|
|
715
|
+
<a href="https://github.com/ashishps1/awesome-system-design-resources" target="_blank" title="ashishps1/awesome-system-design-resources">ashishps1/awesome-system-design-resources</a>
|
|
728
716
|
</div>
|
|
729
717
|
<div class="sub-title followers">
|
|
730
718
|
|
|
@@ -732,24 +720,24 @@
|
|
|
732
720
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
733
721
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
734
722
|
</svg>
|
|
735
|
-
<span>
|
|
723
|
+
<span>7868</span>
|
|
736
724
|
</span>
|
|
737
725
|
<span class="star" title="Repo Forked">
|
|
738
726
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
739
727
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
740
728
|
</path>
|
|
741
729
|
</svg>
|
|
742
|
-
<span>
|
|
730
|
+
<span>1920</span>
|
|
743
731
|
</span>
|
|
744
732
|
<span class="star">
|
|
745
733
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
746
734
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
747
735
|
</svg>
|
|
748
|
-
<span>
|
|
736
|
+
<span>279 stars today</span>
|
|
749
737
|
</span>
|
|
750
738
|
</div>
|
|
751
739
|
<div class="details">
|
|
752
|
-
|
|
740
|
+
This repository contains System Design resources which are useful while preparing for interviews and learning Distributed Systems
|
|
753
741
|
</div>
|
|
754
742
|
</div>
|
|
755
743
|
</li>
|
|
@@ -758,32 +746,36 @@
|
|
|
758
746
|
<div class="info">
|
|
759
747
|
<div class="rank">
|
|
760
748
|
<span title="Ranking 17">17</span>
|
|
761
|
-
<a href="https://github.com/
|
|
749
|
+
<a href="https://github.com/state-spaces/mamba" target="_blank" title="state-spaces/mamba">state-spaces/mamba</a>
|
|
762
750
|
</div>
|
|
763
751
|
<div class="sub-title followers">
|
|
764
752
|
|
|
753
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
754
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
755
|
+
</a>
|
|
756
|
+
|
|
765
757
|
<span class="star" title="Stargazers Count">
|
|
766
758
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
767
759
|
<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>
|
|
768
760
|
</svg>
|
|
769
|
-
<span>
|
|
761
|
+
<span>6864</span>
|
|
770
762
|
</span>
|
|
771
763
|
<span class="star" title="Repo Forked">
|
|
772
764
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
773
765
|
<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">
|
|
774
766
|
</path>
|
|
775
767
|
</svg>
|
|
776
|
-
<span>
|
|
768
|
+
<span>544</span>
|
|
777
769
|
</span>
|
|
778
770
|
<span class="star">
|
|
779
771
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
780
772
|
<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>
|
|
781
773
|
</svg>
|
|
782
|
-
<span>
|
|
774
|
+
<span>85 stars today</span>
|
|
783
775
|
</span>
|
|
784
776
|
</div>
|
|
785
777
|
<div class="details">
|
|
786
|
-
|
|
778
|
+
|
|
787
779
|
</div>
|
|
788
780
|
</div>
|
|
789
781
|
</li>
|
|
@@ -792,36 +784,36 @@
|
|
|
792
784
|
<div class="info">
|
|
793
785
|
<div class="rank">
|
|
794
786
|
<span title="Ranking 18">18</span>
|
|
795
|
-
<a href="https://github.com/
|
|
787
|
+
<a href="https://github.com/laurent22/joplin" target="_blank" title="laurent22/joplin">laurent22/joplin</a>
|
|
796
788
|
</div>
|
|
797
789
|
<div class="sub-title followers">
|
|
798
790
|
|
|
799
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
800
|
-
<span style="background-color: #
|
|
791
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
792
|
+
<span style="background-color: #3178c6;"></span>TypeScript
|
|
801
793
|
</a>
|
|
802
794
|
|
|
803
795
|
<span class="star" title="Stargazers Count">
|
|
804
796
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
805
797
|
<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>
|
|
806
798
|
</svg>
|
|
807
|
-
<span>
|
|
799
|
+
<span>41177</span>
|
|
808
800
|
</span>
|
|
809
801
|
<span class="star" title="Repo Forked">
|
|
810
802
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
811
803
|
<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">
|
|
812
804
|
</path>
|
|
813
805
|
</svg>
|
|
814
|
-
<span>
|
|
806
|
+
<span>4372</span>
|
|
815
807
|
</span>
|
|
816
808
|
<span class="star">
|
|
817
809
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
818
810
|
<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>
|
|
819
811
|
</svg>
|
|
820
|
-
<span>
|
|
812
|
+
<span>167 stars today</span>
|
|
821
813
|
</span>
|
|
822
814
|
</div>
|
|
823
815
|
<div class="details">
|
|
824
|
-
|
|
816
|
+
Joplin - the secure note taking and to-do app with synchronisation capabilities for Windows, macOS, Linux, Android and iOS.
|
|
825
817
|
</div>
|
|
826
818
|
</div>
|
|
827
819
|
</li>
|
|
@@ -830,36 +822,36 @@
|
|
|
830
822
|
<div class="info">
|
|
831
823
|
<div class="rank">
|
|
832
824
|
<span title="Ranking 19">19</span>
|
|
833
|
-
<a href="https://github.com/
|
|
825
|
+
<a href="https://github.com/OpenCodeInterpreter/OpenCodeInterpreter" target="_blank" title="OpenCodeInterpreter/OpenCodeInterpreter">OpenCodeInterpreter/OpenCodeInterpreter</a>
|
|
834
826
|
</div>
|
|
835
827
|
<div class="sub-title followers">
|
|
836
828
|
|
|
837
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
838
|
-
<span style="background-color: #
|
|
829
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
830
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
839
831
|
</a>
|
|
840
832
|
|
|
841
833
|
<span class="star" title="Stargazers Count">
|
|
842
834
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
843
835
|
<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>
|
|
844
836
|
</svg>
|
|
845
|
-
<span>
|
|
837
|
+
<span>615</span>
|
|
846
838
|
</span>
|
|
847
839
|
<span class="star" title="Repo Forked">
|
|
848
840
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
849
841
|
<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">
|
|
850
842
|
</path>
|
|
851
843
|
</svg>
|
|
852
|
-
<span>
|
|
844
|
+
<span>72</span>
|
|
853
845
|
</span>
|
|
854
846
|
<span class="star">
|
|
855
847
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
856
848
|
<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>
|
|
857
849
|
</svg>
|
|
858
|
-
<span>
|
|
850
|
+
<span>114 stars today</span>
|
|
859
851
|
</span>
|
|
860
852
|
</div>
|
|
861
853
|
<div class="details">
|
|
862
|
-
|
|
854
|
+
|
|
863
855
|
</div>
|
|
864
856
|
</div>
|
|
865
857
|
</li>
|
|
@@ -876,20 +868,20 @@
|
|
|
876
868
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
877
869
|
<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>
|
|
878
870
|
</svg>
|
|
879
|
-
<span>
|
|
871
|
+
<span>1769</span>
|
|
880
872
|
</span>
|
|
881
873
|
<span class="star" title="Repo Forked">
|
|
882
874
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
883
875
|
<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">
|
|
884
876
|
</path>
|
|
885
877
|
</svg>
|
|
886
|
-
<span>
|
|
878
|
+
<span>948</span>
|
|
887
879
|
</span>
|
|
888
880
|
<span class="star">
|
|
889
881
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
890
882
|
<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>
|
|
891
883
|
</svg>
|
|
892
|
-
<span>
|
|
884
|
+
<span>115 stars today</span>
|
|
893
885
|
</span>
|
|
894
886
|
</div>
|
|
895
887
|
<div class="details">
|
|
@@ -902,36 +894,36 @@
|
|
|
902
894
|
<div class="info">
|
|
903
895
|
<div class="rank">
|
|
904
896
|
<span title="Ranking 21">21</span>
|
|
905
|
-
<a href="https://github.com/
|
|
897
|
+
<a href="https://github.com/google/highway" target="_blank" title="google/highway">google/highway</a>
|
|
906
898
|
</div>
|
|
907
899
|
<div class="sub-title followers">
|
|
908
900
|
|
|
909
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
910
|
-
<span style="background-color: #
|
|
901
|
+
<a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
|
|
902
|
+
<span style="background-color: #f34b7d;"></span>C++
|
|
911
903
|
</a>
|
|
912
904
|
|
|
913
905
|
<span class="star" title="Stargazers Count">
|
|
914
906
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
915
907
|
<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>
|
|
916
908
|
</svg>
|
|
917
|
-
<span>
|
|
909
|
+
<span>3459</span>
|
|
918
910
|
</span>
|
|
919
911
|
<span class="star" title="Repo Forked">
|
|
920
912
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
921
913
|
<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">
|
|
922
914
|
</path>
|
|
923
915
|
</svg>
|
|
924
|
-
<span>
|
|
916
|
+
<span>276</span>
|
|
925
917
|
</span>
|
|
926
918
|
<span class="star">
|
|
927
919
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
928
920
|
<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>
|
|
929
921
|
</svg>
|
|
930
|
-
<span>
|
|
922
|
+
<span>130 stars today</span>
|
|
931
923
|
</span>
|
|
932
924
|
</div>
|
|
933
925
|
<div class="details">
|
|
934
|
-
|
|
926
|
+
Performance-portable, length-agnostic SIMD with runtime dispatch
|
|
935
927
|
</div>
|
|
936
928
|
</div>
|
|
937
929
|
</li>
|
|
@@ -940,7 +932,7 @@
|
|
|
940
932
|
<div class="info">
|
|
941
933
|
<div class="rank">
|
|
942
934
|
<span title="Ranking 22">22</span>
|
|
943
|
-
<a href="https://github.com/
|
|
935
|
+
<a href="https://github.com/Azure/PyRIT" target="_blank" title="Azure/PyRIT">Azure/PyRIT</a>
|
|
944
936
|
</div>
|
|
945
937
|
<div class="sub-title followers">
|
|
946
938
|
|
|
@@ -952,24 +944,24 @@
|
|
|
952
944
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
953
945
|
<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>
|
|
954
946
|
</svg>
|
|
955
|
-
<span>
|
|
947
|
+
<span>655</span>
|
|
956
948
|
</span>
|
|
957
949
|
<span class="star" title="Repo Forked">
|
|
958
950
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
959
951
|
<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">
|
|
960
952
|
</path>
|
|
961
953
|
</svg>
|
|
962
|
-
<span>
|
|
954
|
+
<span>95</span>
|
|
963
955
|
</span>
|
|
964
956
|
<span class="star">
|
|
965
957
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
966
958
|
<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>
|
|
967
959
|
</svg>
|
|
968
|
-
<span>
|
|
960
|
+
<span>192 stars today</span>
|
|
969
961
|
</span>
|
|
970
962
|
</div>
|
|
971
963
|
<div class="details">
|
|
972
|
-
|
|
964
|
+
The Python Risk Identification Tool for generative AI (PyRIT) is an open access automation framework to empower security professionals and machine learning engineers to proactively find risks in their generative AI systems.
|
|
973
965
|
</div>
|
|
974
966
|
</div>
|
|
975
967
|
</li>
|
|
@@ -978,36 +970,36 @@
|
|
|
978
970
|
<div class="info">
|
|
979
971
|
<div class="rank">
|
|
980
972
|
<span title="Ranking 23">23</span>
|
|
981
|
-
<a href="https://github.com/
|
|
973
|
+
<a href="https://github.com/huntabyte/shadcn-svelte" target="_blank" title="huntabyte/shadcn-svelte">huntabyte/shadcn-svelte</a>
|
|
982
974
|
</div>
|
|
983
975
|
<div class="sub-title followers">
|
|
984
976
|
|
|
985
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
986
|
-
<span style="background-color: #
|
|
977
|
+
<a class="language" target="_blank" href="https://github.com/topics/svelte" title="Programming Language Svelte">
|
|
978
|
+
<span style="background-color: #ff3e00;"></span>Svelte
|
|
987
979
|
</a>
|
|
988
980
|
|
|
989
981
|
<span class="star" title="Stargazers Count">
|
|
990
982
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
991
983
|
<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>
|
|
992
984
|
</svg>
|
|
993
|
-
<span>
|
|
985
|
+
<span>3335</span>
|
|
994
986
|
</span>
|
|
995
987
|
<span class="star" title="Repo Forked">
|
|
996
988
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
997
989
|
<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">
|
|
998
990
|
</path>
|
|
999
991
|
</svg>
|
|
1000
|
-
<span>
|
|
992
|
+
<span>213</span>
|
|
1001
993
|
</span>
|
|
1002
994
|
<span class="star">
|
|
1003
995
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1004
996
|
<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>
|
|
1005
997
|
</svg>
|
|
1006
|
-
<span>
|
|
998
|
+
<span>20 stars today</span>
|
|
1007
999
|
</span>
|
|
1008
1000
|
</div>
|
|
1009
1001
|
<div class="details">
|
|
1010
|
-
|
|
1002
|
+
shadcn/ui, but for Svelte. ✨
|
|
1011
1003
|
</div>
|
|
1012
1004
|
</div>
|
|
1013
1005
|
</li>
|
|
@@ -1016,7 +1008,7 @@
|
|
|
1016
1008
|
<div class="info">
|
|
1017
1009
|
<div class="rank">
|
|
1018
1010
|
<span title="Ranking 24">24</span>
|
|
1019
|
-
<a href="https://github.com/
|
|
1011
|
+
<a href="https://github.com/Pythagora-io/gpt-pilot" target="_blank" title="Pythagora-io/gpt-pilot">Pythagora-io/gpt-pilot</a>
|
|
1020
1012
|
</div>
|
|
1021
1013
|
<div class="sub-title followers">
|
|
1022
1014
|
|
|
@@ -1028,24 +1020,24 @@
|
|
|
1028
1020
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1029
1021
|
<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>
|
|
1030
1022
|
</svg>
|
|
1031
|
-
<span>
|
|
1023
|
+
<span>21860</span>
|
|
1032
1024
|
</span>
|
|
1033
1025
|
<span class="star" title="Repo Forked">
|
|
1034
1026
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1035
1027
|
<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">
|
|
1036
1028
|
</path>
|
|
1037
1029
|
</svg>
|
|
1038
|
-
<span>
|
|
1030
|
+
<span>1905</span>
|
|
1039
1031
|
</span>
|
|
1040
1032
|
<span class="star">
|
|
1041
1033
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1042
1034
|
<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>
|
|
1043
1035
|
</svg>
|
|
1044
|
-
<span>
|
|
1036
|
+
<span>164 stars today</span>
|
|
1045
1037
|
</span>
|
|
1046
1038
|
</div>
|
|
1047
1039
|
<div class="details">
|
|
1048
|
-
|
|
1040
|
+
Dev tool that writes scalable apps from scratch while the developer oversees the implementation
|
|
1049
1041
|
</div>
|
|
1050
1042
|
</div>
|
|
1051
1043
|
</li>
|
|
@@ -1054,36 +1046,36 @@
|
|
|
1054
1046
|
<div class="info">
|
|
1055
1047
|
<div class="rank">
|
|
1056
1048
|
<span title="Ranking 25">25</span>
|
|
1057
|
-
<a href="https://github.com/
|
|
1049
|
+
<a href="https://github.com/glfw/glfw" target="_blank" title="glfw/glfw">glfw/glfw</a>
|
|
1058
1050
|
</div>
|
|
1059
1051
|
<div class="sub-title followers">
|
|
1060
1052
|
|
|
1061
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
1062
|
-
<span style="background-color: #
|
|
1053
|
+
<a class="language" target="_blank" href="https://github.com/topics/c" title="Programming Language C">
|
|
1054
|
+
<span style="background-color: #555555;"></span>C
|
|
1063
1055
|
</a>
|
|
1064
1056
|
|
|
1065
1057
|
<span class="star" title="Stargazers Count">
|
|
1066
1058
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1067
1059
|
<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>
|
|
1068
1060
|
</svg>
|
|
1069
|
-
<span>
|
|
1061
|
+
<span>11941</span>
|
|
1070
1062
|
</span>
|
|
1071
1063
|
<span class="star" title="Repo Forked">
|
|
1072
1064
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1073
1065
|
<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">
|
|
1074
1066
|
</path>
|
|
1075
1067
|
</svg>
|
|
1076
|
-
<span>
|
|
1068
|
+
<span>4848</span>
|
|
1077
1069
|
</span>
|
|
1078
1070
|
<span class="star">
|
|
1079
1071
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1080
1072
|
<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>
|
|
1081
1073
|
</svg>
|
|
1082
|
-
<span>
|
|
1074
|
+
<span>20 stars today</span>
|
|
1083
1075
|
</span>
|
|
1084
1076
|
</div>
|
|
1085
1077
|
<div class="details">
|
|
1086
|
-
|
|
1078
|
+
A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input
|
|
1087
1079
|
</div>
|
|
1088
1080
|
</div>
|
|
1089
1081
|
</li>
|
|
@@ -1107,7 +1099,7 @@
|
|
|
1107
1099
|
<img src="https://img.shields.io/npm/v/@wcj/github-rank.svg?label=unpkg">
|
|
1108
1100
|
</a>
|
|
1109
1101
|
</div>
|
|
1110
|
-
<div class="time">Last cache created on 2024/2/
|
|
1102
|
+
<div class="time">Last cache created on 2024/2/27 by Github API v3.</div>
|
|
1111
1103
|
Create by <a href="https://github.com/jaywcjlove" target="_blank">小弟调调™</a>.
|
|
1112
1104
|
</div>
|
|
1113
1105
|
</body>
|