@wcj/github-rank 24.4.17 → 24.4.18
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 +21 -9
- package/dist/repos.json +21499 -21495
- package/dist/trending-daily.json +194 -194
- package/dist/trending-monthly.json +169 -169
- package/dist/trending-weekly.json +177 -177
- package/dist/users.china.json +1640 -1605
- package/dist/users.json +4291 -4291
- package/dist/users.org.json +423 -423
- package/package.json +1 -1
- package/web/CONTRIBUTORS.svg +7 -5
- package/web/data/repos.json +21499 -21495
- package/web/data/trending-daily.json +194 -194
- package/web/data/trending-monthly.json +169 -169
- package/web/data/trending-weekly.json +177 -177
- package/web/data/users.china.json +1640 -1605
- package/web/data/users.json +4291 -4291
- package/web/data/users.org.json +423 -423
- package/web/index.html +14133 -4582
- package/web/org.html +2010 -555
- package/web/repos.html +2773 -2769
- package/web/trending-monthly.html +152 -156
- package/web/trending-weekly.html +157 -161
- package/web/trending.html +167 -175
- package/web/users.china.html +8081 -2075
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/18 by
|
|
133
133
|
|
|
134
134
|
|
|
135
135
|
|
|
@@ -154,36 +154,32 @@
|
|
|
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/jwasham/coding-interview-university" target="_blank" title="jwasham/coding-interview-university">jwasham/coding-interview-university</a>
|
|
158
158
|
</div>
|
|
159
159
|
<div class="sub-title followers">
|
|
160
160
|
|
|
161
|
-
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
162
|
-
<span style="background-color: #3572A5;"></span>Python
|
|
163
|
-
</a>
|
|
164
|
-
|
|
165
161
|
<span class="star" title="Stargazers Count">
|
|
166
162
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
167
163
|
<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
164
|
</svg>
|
|
169
|
-
<span>
|
|
165
|
+
<span>287.327k</span>
|
|
170
166
|
</span>
|
|
171
167
|
<span class="star" title="Repo Forked">
|
|
172
168
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
173
169
|
<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
170
|
</path>
|
|
175
171
|
</svg>
|
|
176
|
-
<span>
|
|
172
|
+
<span>73083</span>
|
|
177
173
|
</span>
|
|
178
174
|
<span class="star">
|
|
179
175
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
180
176
|
<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
177
|
</svg>
|
|
182
|
-
<span>
|
|
178
|
+
<span>657 stars today</span>
|
|
183
179
|
</span>
|
|
184
180
|
</div>
|
|
185
181
|
<div class="details">
|
|
186
|
-
|
|
182
|
+
A complete computer science study plan to become a software engineer.
|
|
187
183
|
</div>
|
|
188
184
|
</div>
|
|
189
185
|
</li>
|
|
@@ -192,36 +188,36 @@
|
|
|
192
188
|
<div class="info">
|
|
193
189
|
<div class="rank">
|
|
194
190
|
<span title="Ranking 2">2</span>
|
|
195
|
-
<a href="https://github.com/
|
|
191
|
+
<a href="https://github.com/dvlab-research/MiniGemini" target="_blank" title="dvlab-research/MiniGemini">dvlab-research/MiniGemini</a>
|
|
196
192
|
</div>
|
|
197
193
|
<div class="sub-title followers">
|
|
198
194
|
|
|
199
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
200
|
-
<span style="background-color: #
|
|
195
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
196
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
201
197
|
</a>
|
|
202
198
|
|
|
203
199
|
<span class="star" title="Stargazers Count">
|
|
204
200
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
205
201
|
<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
202
|
</svg>
|
|
207
|
-
<span>
|
|
203
|
+
<span>2.104k</span>
|
|
208
204
|
</span>
|
|
209
205
|
<span class="star" title="Repo Forked">
|
|
210
206
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
211
207
|
<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
208
|
</path>
|
|
213
209
|
</svg>
|
|
214
|
-
<span>
|
|
210
|
+
<span>167</span>
|
|
215
211
|
</span>
|
|
216
212
|
<span class="star">
|
|
217
213
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
218
214
|
<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
215
|
</svg>
|
|
220
|
-
<span>
|
|
216
|
+
<span>209 stars today</span>
|
|
221
217
|
</span>
|
|
222
218
|
</div>
|
|
223
219
|
<div class="details">
|
|
224
|
-
|
|
220
|
+
Official implementation for Mini-Gemini
|
|
225
221
|
</div>
|
|
226
222
|
</div>
|
|
227
223
|
</li>
|
|
@@ -230,7 +226,7 @@
|
|
|
230
226
|
<div class="info">
|
|
231
227
|
<div class="rank">
|
|
232
228
|
<span title="Ranking 3">3</span>
|
|
233
|
-
<a href="https://github.com/
|
|
229
|
+
<a href="https://github.com/BenjaSOL/ore-cli-gpu" target="_blank" title="BenjaSOL/ore-cli-gpu">BenjaSOL/ore-cli-gpu</a>
|
|
234
230
|
</div>
|
|
235
231
|
<div class="sub-title followers">
|
|
236
232
|
|
|
@@ -242,24 +238,24 @@
|
|
|
242
238
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
243
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>
|
|
244
240
|
</svg>
|
|
245
|
-
<span>
|
|
241
|
+
<span>0.163k</span>
|
|
246
242
|
</span>
|
|
247
243
|
<span class="star" title="Repo Forked">
|
|
248
244
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
249
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">
|
|
250
246
|
</path>
|
|
251
247
|
</svg>
|
|
252
|
-
<span>
|
|
248
|
+
<span>76</span>
|
|
253
249
|
</span>
|
|
254
250
|
<span class="star">
|
|
255
251
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
256
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>
|
|
257
253
|
</svg>
|
|
258
|
-
<span>
|
|
254
|
+
<span>26 stars today</span>
|
|
259
255
|
</span>
|
|
260
256
|
</div>
|
|
261
257
|
<div class="details">
|
|
262
|
-
|
|
258
|
+
|
|
263
259
|
</div>
|
|
264
260
|
</div>
|
|
265
261
|
</li>
|
|
@@ -268,32 +264,36 @@
|
|
|
268
264
|
<div class="info">
|
|
269
265
|
<div class="rank">
|
|
270
266
|
<span title="Ranking 4">4</span>
|
|
271
|
-
<a href="https://github.com/
|
|
267
|
+
<a href="https://github.com/1Panel-dev/MaxKB" target="_blank" title="1Panel-dev/MaxKB">1Panel-dev/MaxKB</a>
|
|
272
268
|
</div>
|
|
273
269
|
<div class="sub-title followers">
|
|
274
270
|
|
|
271
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
272
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
273
|
+
</a>
|
|
274
|
+
|
|
275
275
|
<span class="star" title="Stargazers Count">
|
|
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>2.448k</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>383</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>1269 stars today</span>
|
|
293
293
|
</span>
|
|
294
294
|
</div>
|
|
295
295
|
<div class="details">
|
|
296
|
-
|
|
296
|
+
💬 基于 LLM 大语言模型的知识库问答系统。开箱即用,支持快速嵌入到第三方业务系统,1Panel 官方出品。
|
|
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/Dhravya/supermemory" target="_blank" title="Dhravya/supermemory">Dhravya/supermemory</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/typescript" title="Programming Language TypeScript">
|
|
310
|
+
<span style="background-color: #3178c6;"></span>TypeScript
|
|
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>1.974k</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>161</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>222 stars today</span>
|
|
331
331
|
</span>
|
|
332
332
|
</div>
|
|
333
333
|
<div class="details">
|
|
334
|
-
|
|
334
|
+
Build your own second brain with supermemory. It's a ChatGPT for your bookmarks. Import tweets or save websites and content using the chrome extension.
|
|
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/jina-ai/reader" target="_blank" title="jina-ai/reader">jina-ai/reader</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/typescript" title="Programming Language TypeScript">
|
|
348
|
+
<span style="background-color: #3178c6;"></span>TypeScript
|
|
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>2.581k</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>186</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>592 stars today</span>
|
|
369
369
|
</span>
|
|
370
370
|
</div>
|
|
371
371
|
<div class="details">
|
|
372
|
-
|
|
372
|
+
Convert any URL to an LLM-friendly input with a simple prefix https://r.jina.ai/
|
|
373
373
|
</div>
|
|
374
374
|
</div>
|
|
375
375
|
</li>
|
|
@@ -378,36 +378,36 @@
|
|
|
378
378
|
<div class="info">
|
|
379
379
|
<div class="rank">
|
|
380
380
|
<span title="Ranking 7">7</span>
|
|
381
|
-
<a href="https://github.com/
|
|
381
|
+
<a href="https://github.com/TheAlgorithms/Python" target="_blank" title="TheAlgorithms/Python">TheAlgorithms/Python</a>
|
|
382
382
|
</div>
|
|
383
383
|
<div class="sub-title followers">
|
|
384
384
|
|
|
385
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
386
|
-
<span style="background-color: #
|
|
385
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
386
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
387
387
|
</a>
|
|
388
388
|
|
|
389
389
|
<span class="star" title="Stargazers Count">
|
|
390
390
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
391
391
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
392
392
|
</svg>
|
|
393
|
-
<span>
|
|
393
|
+
<span>179.054k</span>
|
|
394
394
|
</span>
|
|
395
395
|
<span class="star" title="Repo Forked">
|
|
396
396
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
397
397
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
398
398
|
</path>
|
|
399
399
|
</svg>
|
|
400
|
-
<span>
|
|
400
|
+
<span>43563</span>
|
|
401
401
|
</span>
|
|
402
402
|
<span class="star">
|
|
403
403
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
404
404
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
405
405
|
</svg>
|
|
406
|
-
<span>
|
|
406
|
+
<span>282 stars today</span>
|
|
407
407
|
</span>
|
|
408
408
|
</div>
|
|
409
409
|
<div class="details">
|
|
410
|
-
|
|
410
|
+
All Algorithms implemented in Python
|
|
411
411
|
</div>
|
|
412
412
|
</div>
|
|
413
413
|
</li>
|
|
@@ -416,36 +416,36 @@
|
|
|
416
416
|
<div class="info">
|
|
417
417
|
<div class="rank">
|
|
418
418
|
<span title="Ranking 8">8</span>
|
|
419
|
-
<a href="https://github.com/
|
|
419
|
+
<a href="https://github.com/atherosai/ui" target="_blank" title="atherosai/ui">atherosai/ui</a>
|
|
420
420
|
</div>
|
|
421
421
|
<div class="sub-title followers">
|
|
422
422
|
|
|
423
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
424
|
-
<span style="background-color: #
|
|
423
|
+
<a class="language" target="_blank" href="https://github.com/topics/html" title="Programming Language HTML">
|
|
424
|
+
<span style="background-color: #e34c26;"></span>HTML
|
|
425
425
|
</a>
|
|
426
426
|
|
|
427
427
|
<span class="star" title="Stargazers Count">
|
|
428
428
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
429
429
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
430
430
|
</svg>
|
|
431
|
-
<span>
|
|
431
|
+
<span>7.704k</span>
|
|
432
432
|
</span>
|
|
433
433
|
<span class="star" title="Repo Forked">
|
|
434
434
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
435
435
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
436
436
|
</path>
|
|
437
437
|
</svg>
|
|
438
|
-
<span>
|
|
438
|
+
<span>1353</span>
|
|
439
439
|
</span>
|
|
440
440
|
<span class="star">
|
|
441
441
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
442
442
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
443
443
|
</svg>
|
|
444
|
-
<span>
|
|
444
|
+
<span>273 stars today</span>
|
|
445
445
|
</span>
|
|
446
446
|
</div>
|
|
447
447
|
<div class="details">
|
|
448
|
-
|
|
448
|
+
Simple UI examples from my social media
|
|
449
449
|
</div>
|
|
450
450
|
</div>
|
|
451
451
|
</li>
|
|
@@ -454,7 +454,7 @@
|
|
|
454
454
|
<div class="info">
|
|
455
455
|
<div class="rank">
|
|
456
456
|
<span title="Ranking 9">9</span>
|
|
457
|
-
<a href="https://github.com/
|
|
457
|
+
<a href="https://github.com/ashishps1/awesome-system-design-resources" target="_blank" title="ashishps1/awesome-system-design-resources">ashishps1/awesome-system-design-resources</a>
|
|
458
458
|
</div>
|
|
459
459
|
<div class="sub-title followers">
|
|
460
460
|
|
|
@@ -462,24 +462,24 @@
|
|
|
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>10.341k</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>2488</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>143 stars today</span>
|
|
479
479
|
</span>
|
|
480
480
|
</div>
|
|
481
481
|
<div class="details">
|
|
482
|
-
|
|
482
|
+
This repository contains System Design resources which are useful while preparing for interviews and learning Distributed Systems
|
|
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/trekhleb/javascript-algorithms" target="_blank" title="trekhleb/javascript-algorithms">trekhleb/javascript-algorithms</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/javascript" title="Programming Language JavaScript">
|
|
496
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
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>182.405k</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>29496</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>213 stars today</span>
|
|
517
517
|
</span>
|
|
518
518
|
</div>
|
|
519
519
|
<div class="details">
|
|
520
|
-
|
|
520
|
+
📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
|
|
521
521
|
</div>
|
|
522
522
|
</div>
|
|
523
523
|
</li>
|
|
@@ -526,36 +526,32 @@
|
|
|
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/ashishps1/awesome-low-level-design" target="_blank" title="ashishps1/awesome-low-level-design">ashishps1/awesome-low-level-design</a>
|
|
530
530
|
</div>
|
|
531
531
|
<div class="sub-title followers">
|
|
532
532
|
|
|
533
|
-
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
534
|
-
<span style="background-color: #3572A5;"></span>Python
|
|
535
|
-
</a>
|
|
536
|
-
|
|
537
533
|
<span class="star" title="Stargazers Count">
|
|
538
534
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
539
535
|
<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>
|
|
540
536
|
</svg>
|
|
541
|
-
<span>
|
|
537
|
+
<span>2.637k</span>
|
|
542
538
|
</span>
|
|
543
539
|
<span class="star" title="Repo Forked">
|
|
544
540
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
545
541
|
<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">
|
|
546
542
|
</path>
|
|
547
543
|
</svg>
|
|
548
|
-
<span>
|
|
544
|
+
<span>716</span>
|
|
549
545
|
</span>
|
|
550
546
|
<span class="star">
|
|
551
547
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
552
548
|
<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>
|
|
553
549
|
</svg>
|
|
554
|
-
<span>
|
|
550
|
+
<span>100 stars today</span>
|
|
555
551
|
</span>
|
|
556
552
|
</div>
|
|
557
553
|
<div class="details">
|
|
558
|
-
|
|
554
|
+
This repository contains low level design resources to improve coding skills and prepare for interviews.
|
|
559
555
|
</div>
|
|
560
556
|
</div>
|
|
561
557
|
</li>
|
|
@@ -564,36 +560,36 @@
|
|
|
564
560
|
<div class="info">
|
|
565
561
|
<div class="rank">
|
|
566
562
|
<span title="Ranking 12">12</span>
|
|
567
|
-
<a href="https://github.com/
|
|
563
|
+
<a href="https://github.com/elastic/otel-profiling-agent" target="_blank" title="elastic/otel-profiling-agent">elastic/otel-profiling-agent</a>
|
|
568
564
|
</div>
|
|
569
565
|
<div class="sub-title followers">
|
|
570
566
|
|
|
571
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
572
|
-
<span style="background-color: #
|
|
567
|
+
<a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
|
|
568
|
+
<span style="background-color: #00ADD8;"></span>Go
|
|
573
569
|
</a>
|
|
574
570
|
|
|
575
571
|
<span class="star" title="Stargazers Count">
|
|
576
572
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
577
573
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
578
574
|
</svg>
|
|
579
|
-
<span>
|
|
575
|
+
<span>0.906k</span>
|
|
580
576
|
</span>
|
|
581
577
|
<span class="star" title="Repo Forked">
|
|
582
578
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
583
579
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
584
580
|
</path>
|
|
585
581
|
</svg>
|
|
586
|
-
<span>
|
|
582
|
+
<span>63</span>
|
|
587
583
|
</span>
|
|
588
584
|
<span class="star">
|
|
589
585
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
590
586
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
591
587
|
</svg>
|
|
592
|
-
<span>
|
|
588
|
+
<span>96 stars today</span>
|
|
593
589
|
</span>
|
|
594
590
|
</div>
|
|
595
591
|
<div class="details">
|
|
596
|
-
|
|
592
|
+
The production-scale datacenter profiler
|
|
597
593
|
</div>
|
|
598
594
|
</div>
|
|
599
595
|
</li>
|
|
@@ -602,36 +598,36 @@
|
|
|
602
598
|
<div class="info">
|
|
603
599
|
<div class="rank">
|
|
604
600
|
<span title="Ranking 13">13</span>
|
|
605
|
-
<a href="https://github.com/
|
|
601
|
+
<a href="https://github.com/ggerganov/whisper.cpp" target="_blank" title="ggerganov/whisper.cpp">ggerganov/whisper.cpp</a>
|
|
606
602
|
</div>
|
|
607
603
|
<div class="sub-title followers">
|
|
608
604
|
|
|
609
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
610
|
-
<span style="background-color: #
|
|
605
|
+
<a class="language" target="_blank" href="https://github.com/topics/c" title="Programming Language C">
|
|
606
|
+
<span style="background-color: #555555;"></span>C
|
|
611
607
|
</a>
|
|
612
608
|
|
|
613
609
|
<span class="star" title="Stargazers Count">
|
|
614
610
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
615
611
|
<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>
|
|
616
612
|
</svg>
|
|
617
|
-
<span>
|
|
613
|
+
<span>30.858k</span>
|
|
618
614
|
</span>
|
|
619
615
|
<span class="star" title="Repo Forked">
|
|
620
616
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
621
617
|
<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">
|
|
622
618
|
</path>
|
|
623
619
|
</svg>
|
|
624
|
-
<span>
|
|
620
|
+
<span>3050</span>
|
|
625
621
|
</span>
|
|
626
622
|
<span class="star">
|
|
627
623
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
628
624
|
<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>
|
|
629
625
|
</svg>
|
|
630
|
-
<span>
|
|
626
|
+
<span>182 stars today</span>
|
|
631
627
|
</span>
|
|
632
628
|
</div>
|
|
633
629
|
<div class="details">
|
|
634
|
-
|
|
630
|
+
Port of OpenAI's Whisper model in C/C++
|
|
635
631
|
</div>
|
|
636
632
|
</div>
|
|
637
633
|
</li>
|
|
@@ -640,36 +636,36 @@
|
|
|
640
636
|
<div class="info">
|
|
641
637
|
<div class="rank">
|
|
642
638
|
<span title="Ranking 14">14</span>
|
|
643
|
-
<a href="https://github.com/
|
|
639
|
+
<a href="https://github.com/pointfreeco/swift-composable-architecture" target="_blank" title="pointfreeco/swift-composable-architecture">pointfreeco/swift-composable-architecture</a>
|
|
644
640
|
</div>
|
|
645
641
|
<div class="sub-title followers">
|
|
646
642
|
|
|
647
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
648
|
-
<span style="background-color: #
|
|
643
|
+
<a class="language" target="_blank" href="https://github.com/topics/swift" title="Programming Language Swift">
|
|
644
|
+
<span style="background-color: #F05138;"></span>Swift
|
|
649
645
|
</a>
|
|
650
646
|
|
|
651
647
|
<span class="star" title="Stargazers Count">
|
|
652
648
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
653
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>
|
|
654
650
|
</svg>
|
|
655
|
-
<span>
|
|
651
|
+
<span>11.274k</span>
|
|
656
652
|
</span>
|
|
657
653
|
<span class="star" title="Repo Forked">
|
|
658
654
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
659
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">
|
|
660
656
|
</path>
|
|
661
657
|
</svg>
|
|
662
|
-
<span>
|
|
658
|
+
<span>1240</span>
|
|
663
659
|
</span>
|
|
664
660
|
<span class="star">
|
|
665
661
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
666
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>
|
|
667
663
|
</svg>
|
|
668
|
-
<span>
|
|
664
|
+
<span>68 stars today</span>
|
|
669
665
|
</span>
|
|
670
666
|
</div>
|
|
671
667
|
<div class="details">
|
|
672
|
-
|
|
668
|
+
A library for building applications in a consistent and understandable way, with composition, testing, and ergonomics in mind.
|
|
673
669
|
</div>
|
|
674
670
|
</div>
|
|
675
671
|
</li>
|
|
@@ -678,36 +674,36 @@
|
|
|
678
674
|
<div class="info">
|
|
679
675
|
<div class="rank">
|
|
680
676
|
<span title="Ranking 15">15</span>
|
|
681
|
-
<a href="https://github.com/
|
|
677
|
+
<a href="https://github.com/stanford-oval/storm" target="_blank" title="stanford-oval/storm">stanford-oval/storm</a>
|
|
682
678
|
</div>
|
|
683
679
|
<div class="sub-title followers">
|
|
684
680
|
|
|
685
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
686
|
-
<span style="background-color: #
|
|
681
|
+
<a class="language" target="_blank" href="https://github.com/topics/html" title="Programming Language HTML">
|
|
682
|
+
<span style="background-color: #e34c26;"></span>HTML
|
|
687
683
|
</a>
|
|
688
684
|
|
|
689
685
|
<span class="star" title="Stargazers Count">
|
|
690
686
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
691
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>
|
|
692
688
|
</svg>
|
|
693
|
-
<span>
|
|
689
|
+
<span>3.156k</span>
|
|
694
690
|
</span>
|
|
695
691
|
<span class="star" title="Repo Forked">
|
|
696
692
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
697
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">
|
|
698
694
|
</path>
|
|
699
695
|
</svg>
|
|
700
|
-
<span>
|
|
696
|
+
<span>309</span>
|
|
701
697
|
</span>
|
|
702
698
|
<span class="star">
|
|
703
699
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
704
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>
|
|
705
701
|
</svg>
|
|
706
|
-
<span>
|
|
702
|
+
<span>913 stars today</span>
|
|
707
703
|
</span>
|
|
708
704
|
</div>
|
|
709
705
|
<div class="details">
|
|
710
|
-
|
|
706
|
+
An LLM-powered knowledge curation system that researches a topic and generates a full-length report with citations.
|
|
711
707
|
</div>
|
|
712
708
|
</div>
|
|
713
709
|
</li>
|
|
@@ -716,36 +712,32 @@
|
|
|
716
712
|
<div class="info">
|
|
717
713
|
<div class="rank">
|
|
718
714
|
<span title="Ranking 16">16</span>
|
|
719
|
-
<a href="https://github.com/
|
|
715
|
+
<a href="https://github.com/GitHubDaily/GitHubDaily" target="_blank" title="GitHubDaily/GitHubDaily">GitHubDaily/GitHubDaily</a>
|
|
720
716
|
</div>
|
|
721
717
|
<div class="sub-title followers">
|
|
722
718
|
|
|
723
|
-
<a class="language" target="_blank" href="https://github.com/topics/nsis" title="Programming Language NSIS">
|
|
724
|
-
<span style="background-color: #ccc;"></span>NSIS
|
|
725
|
-
</a>
|
|
726
|
-
|
|
727
719
|
<span class="star" title="Stargazers Count">
|
|
728
720
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
729
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>
|
|
730
722
|
</svg>
|
|
731
|
-
<span>
|
|
723
|
+
<span>28.968k</span>
|
|
732
724
|
</span>
|
|
733
725
|
<span class="star" title="Repo Forked">
|
|
734
726
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
735
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">
|
|
736
728
|
</path>
|
|
737
729
|
</svg>
|
|
738
|
-
<span>
|
|
730
|
+
<span>3276</span>
|
|
739
731
|
</span>
|
|
740
732
|
<span class="star">
|
|
741
733
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
742
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>
|
|
743
735
|
</svg>
|
|
744
|
-
<span>
|
|
736
|
+
<span>340 stars today</span>
|
|
745
737
|
</span>
|
|
746
738
|
</div>
|
|
747
739
|
<div class="details">
|
|
748
|
-
|
|
740
|
+
坚持分享 GitHub 上高质量、有趣实用的开源技术教程、开发者工具、编程网站、技术资讯。A list cool, interesting projects of GitHub.
|
|
749
741
|
</div>
|
|
750
742
|
</div>
|
|
751
743
|
</li>
|
|
@@ -754,36 +746,36 @@
|
|
|
754
746
|
<div class="info">
|
|
755
747
|
<div class="rank">
|
|
756
748
|
<span title="Ranking 17">17</span>
|
|
757
|
-
<a href="https://github.com/
|
|
749
|
+
<a href="https://github.com/rasbt/LLMs-from-scratch" target="_blank" title="rasbt/LLMs-from-scratch">rasbt/LLMs-from-scratch</a>
|
|
758
750
|
</div>
|
|
759
751
|
<div class="sub-title followers">
|
|
760
752
|
|
|
761
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
762
|
-
<span style="background-color: #
|
|
753
|
+
<a class="language" target="_blank" href="https://github.com/topics/jupyternotebook" title="Programming Language JupyterNotebook">
|
|
754
|
+
<span style="background-color: #DA5B0B;"></span>JupyterNotebook
|
|
763
755
|
</a>
|
|
764
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>13.79k</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>1163</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>154 stars today</span>
|
|
783
775
|
</span>
|
|
784
776
|
</div>
|
|
785
777
|
<div class="details">
|
|
786
|
-
|
|
778
|
+
Implementing a ChatGPT-like LLM from scratch, step by step
|
|
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/zed-industries/zed" target="_blank" title="zed-industries/zed">zed-industries/zed</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/rust" title="Programming Language Rust">
|
|
792
|
+
<span style="background-color: #dea584;"></span>Rust
|
|
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>31.677k</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>1480</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>243 stars today</span>
|
|
821
813
|
</span>
|
|
822
814
|
</div>
|
|
823
815
|
<div class="details">
|
|
824
|
-
|
|
816
|
+
Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
|
|
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/airbnb/lottie-ios" target="_blank" title="airbnb/lottie-ios">airbnb/lottie-ios</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/swift" title="Programming Language Swift">
|
|
830
|
+
<span style="background-color: #F05138;"></span>Swift
|
|
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>24.965k</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>3622</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>9 stars today</span>
|
|
859
851
|
</span>
|
|
860
852
|
</div>
|
|
861
853
|
<div class="details">
|
|
862
|
-
An
|
|
854
|
+
An iOS library to natively render After Effects vector animations
|
|
863
855
|
</div>
|
|
864
856
|
</div>
|
|
865
857
|
</li>
|
|
@@ -868,7 +860,7 @@
|
|
|
868
860
|
<div class="info">
|
|
869
861
|
<div class="rank">
|
|
870
862
|
<span title="Ranking 20">20</span>
|
|
871
|
-
<a href="https://github.com/
|
|
863
|
+
<a href="https://github.com/danny-avila/LibreChat" target="_blank" title="danny-avila/LibreChat">danny-avila/LibreChat</a>
|
|
872
864
|
</div>
|
|
873
865
|
<div class="sub-title followers">
|
|
874
866
|
|
|
@@ -880,24 +872,24 @@
|
|
|
880
872
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
881
873
|
<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>
|
|
882
874
|
</svg>
|
|
883
|
-
<span>
|
|
875
|
+
<span>10.411k</span>
|
|
884
876
|
</span>
|
|
885
877
|
<span class="star" title="Repo Forked">
|
|
886
878
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
887
879
|
<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">
|
|
888
880
|
</path>
|
|
889
881
|
</svg>
|
|
890
|
-
<span>
|
|
882
|
+
<span>1876</span>
|
|
891
883
|
</span>
|
|
892
884
|
<span class="star">
|
|
893
885
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
894
886
|
<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>
|
|
895
887
|
</svg>
|
|
896
|
-
<span>
|
|
888
|
+
<span>208 stars today</span>
|
|
897
889
|
</span>
|
|
898
890
|
</div>
|
|
899
891
|
<div class="details">
|
|
900
|
-
|
|
892
|
+
Enhanced ChatGPT Clone: Features OpenAI, Assistants API, Azure, Groq, GPT-4 Vision, Mistral, Bing, Anthropic, OpenRouter, Vertex AI, Gemini, AI model switching, message search, langchain, DALL-E-3, ChatGPT Plugins, OpenAI Functions, Secure Multi-User System, Presets, completely open-source for self-hosting. More features in development
|
|
901
893
|
</div>
|
|
902
894
|
</div>
|
|
903
895
|
</li>
|
|
@@ -906,36 +898,36 @@
|
|
|
906
898
|
<div class="info">
|
|
907
899
|
<div class="rank">
|
|
908
900
|
<span title="Ranking 21">21</span>
|
|
909
|
-
<a href="https://github.com/
|
|
901
|
+
<a href="https://github.com/Unstructured-IO/unstructured" target="_blank" title="Unstructured-IO/unstructured">Unstructured-IO/unstructured</a>
|
|
910
902
|
</div>
|
|
911
903
|
<div class="sub-title followers">
|
|
912
904
|
|
|
913
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
914
|
-
<span style="background-color: #
|
|
905
|
+
<a class="language" target="_blank" href="https://github.com/topics/html" title="Programming Language HTML">
|
|
906
|
+
<span style="background-color: #e34c26;"></span>HTML
|
|
915
907
|
</a>
|
|
916
908
|
|
|
917
909
|
<span class="star" title="Stargazers Count">
|
|
918
910
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
919
911
|
<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>
|
|
920
912
|
</svg>
|
|
921
|
-
<span>
|
|
913
|
+
<span>6.03k</span>
|
|
922
914
|
</span>
|
|
923
915
|
<span class="star" title="Repo Forked">
|
|
924
916
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
925
917
|
<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">
|
|
926
918
|
</path>
|
|
927
919
|
</svg>
|
|
928
|
-
<span>
|
|
920
|
+
<span>451</span>
|
|
929
921
|
</span>
|
|
930
922
|
<span class="star">
|
|
931
923
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
932
924
|
<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>
|
|
933
925
|
</svg>
|
|
934
|
-
<span>
|
|
926
|
+
<span>60 stars today</span>
|
|
935
927
|
</span>
|
|
936
928
|
</div>
|
|
937
929
|
<div class="details">
|
|
938
|
-
|
|
930
|
+
Open source libraries and APIs to build custom preprocessing pipelines for labeling, training, or production machine learning pipelines.
|
|
939
931
|
</div>
|
|
940
932
|
</div>
|
|
941
933
|
</li>
|
|
@@ -944,36 +936,36 @@
|
|
|
944
936
|
<div class="info">
|
|
945
937
|
<div class="rank">
|
|
946
938
|
<span title="Ranking 22">22</span>
|
|
947
|
-
<a href="https://github.com/
|
|
939
|
+
<a href="https://github.com/nalgeon/redka" target="_blank" title="nalgeon/redka">nalgeon/redka</a>
|
|
948
940
|
</div>
|
|
949
941
|
<div class="sub-title followers">
|
|
950
942
|
|
|
951
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
952
|
-
<span style="background-color: #
|
|
943
|
+
<a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
|
|
944
|
+
<span style="background-color: #00ADD8;"></span>Go
|
|
953
945
|
</a>
|
|
954
946
|
|
|
955
947
|
<span class="star" title="Stargazers Count">
|
|
956
948
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
957
949
|
<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>
|
|
958
950
|
</svg>
|
|
959
|
-
<span>
|
|
951
|
+
<span>1.843k</span>
|
|
960
952
|
</span>
|
|
961
953
|
<span class="star" title="Repo Forked">
|
|
962
954
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
963
955
|
<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">
|
|
964
956
|
</path>
|
|
965
957
|
</svg>
|
|
966
|
-
<span>
|
|
958
|
+
<span>47</span>
|
|
967
959
|
</span>
|
|
968
960
|
<span class="star">
|
|
969
961
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
970
962
|
<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>
|
|
971
963
|
</svg>
|
|
972
|
-
<span>
|
|
964
|
+
<span>303 stars today</span>
|
|
973
965
|
</span>
|
|
974
966
|
</div>
|
|
975
967
|
<div class="details">
|
|
976
|
-
|
|
968
|
+
Redis re-implemented with SQLite
|
|
977
969
|
</div>
|
|
978
970
|
</div>
|
|
979
971
|
</li>
|
|
@@ -982,36 +974,36 @@
|
|
|
982
974
|
<div class="info">
|
|
983
975
|
<div class="rank">
|
|
984
976
|
<span title="Ranking 23">23</span>
|
|
985
|
-
<a href="https://github.com/
|
|
977
|
+
<a href="https://github.com/recharts/recharts" target="_blank" title="recharts/recharts">recharts/recharts</a>
|
|
986
978
|
</div>
|
|
987
979
|
<div class="sub-title followers">
|
|
988
980
|
|
|
989
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
990
|
-
<span style="background-color: #
|
|
981
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
982
|
+
<span style="background-color: #3178c6;"></span>TypeScript
|
|
991
983
|
</a>
|
|
992
984
|
|
|
993
985
|
<span class="star" title="Stargazers Count">
|
|
994
986
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
995
987
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
996
988
|
</svg>
|
|
997
|
-
<span>
|
|
989
|
+
<span>22.486k</span>
|
|
998
990
|
</span>
|
|
999
991
|
<span class="star" title="Repo Forked">
|
|
1000
992
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1001
993
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
1002
994
|
</path>
|
|
1003
995
|
</svg>
|
|
1004
|
-
<span>
|
|
996
|
+
<span>1641</span>
|
|
1005
997
|
</span>
|
|
1006
998
|
<span class="star">
|
|
1007
999
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1008
1000
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
1009
1001
|
</svg>
|
|
1010
|
-
<span>
|
|
1002
|
+
<span>27 stars today</span>
|
|
1011
1003
|
</span>
|
|
1012
1004
|
</div>
|
|
1013
1005
|
<div class="details">
|
|
1014
|
-
|
|
1006
|
+
Redefined chart library built with React and D3
|
|
1015
1007
|
</div>
|
|
1016
1008
|
</div>
|
|
1017
1009
|
</li>
|
|
@@ -1020,36 +1012,36 @@
|
|
|
1020
1012
|
<div class="info">
|
|
1021
1013
|
<div class="rank">
|
|
1022
1014
|
<span title="Ranking 24">24</span>
|
|
1023
|
-
<a href="https://github.com/
|
|
1015
|
+
<a href="https://github.com/honojs/hono" target="_blank" title="honojs/hono">honojs/hono</a>
|
|
1024
1016
|
</div>
|
|
1025
1017
|
<div class="sub-title followers">
|
|
1026
1018
|
|
|
1027
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
1028
|
-
<span style="background-color: #
|
|
1019
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
1020
|
+
<span style="background-color: #3178c6;"></span>TypeScript
|
|
1029
1021
|
</a>
|
|
1030
1022
|
|
|
1031
1023
|
<span class="star" title="Stargazers Count">
|
|
1032
1024
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1033
1025
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
1034
1026
|
</svg>
|
|
1035
|
-
<span>
|
|
1027
|
+
<span>14.459k</span>
|
|
1036
1028
|
</span>
|
|
1037
1029
|
<span class="star" title="Repo Forked">
|
|
1038
1030
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1039
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">
|
|
1040
1032
|
</path>
|
|
1041
1033
|
</svg>
|
|
1042
|
-
<span>
|
|
1034
|
+
<span>380</span>
|
|
1043
1035
|
</span>
|
|
1044
1036
|
<span class="star">
|
|
1045
1037
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1046
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>
|
|
1047
1039
|
</svg>
|
|
1048
|
-
<span>
|
|
1040
|
+
<span>245 stars today</span>
|
|
1049
1041
|
</span>
|
|
1050
1042
|
</div>
|
|
1051
1043
|
<div class="details">
|
|
1052
|
-
|
|
1044
|
+
Web Framework built on Web Standards
|
|
1053
1045
|
</div>
|
|
1054
1046
|
</div>
|
|
1055
1047
|
</li>
|
|
@@ -1058,36 +1050,36 @@
|
|
|
1058
1050
|
<div class="info">
|
|
1059
1051
|
<div class="rank">
|
|
1060
1052
|
<span title="Ranking 25">25</span>
|
|
1061
|
-
<a href="https://github.com/
|
|
1053
|
+
<a href="https://github.com/donnemartin/system-design-primer" target="_blank" title="donnemartin/system-design-primer">donnemartin/system-design-primer</a>
|
|
1062
1054
|
</div>
|
|
1063
1055
|
<div class="sub-title followers">
|
|
1064
1056
|
|
|
1065
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
1066
|
-
<span style="background-color: #
|
|
1057
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
1058
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
1067
1059
|
</a>
|
|
1068
1060
|
|
|
1069
1061
|
<span class="star" title="Stargazers Count">
|
|
1070
1062
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1071
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>
|
|
1072
1064
|
</svg>
|
|
1073
|
-
<span>
|
|
1065
|
+
<span>253.046k</span>
|
|
1074
1066
|
</span>
|
|
1075
1067
|
<span class="star" title="Repo Forked">
|
|
1076
1068
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1077
1069
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
1078
1070
|
</path>
|
|
1079
1071
|
</svg>
|
|
1080
|
-
<span>
|
|
1072
|
+
<span>43308</span>
|
|
1081
1073
|
</span>
|
|
1082
1074
|
<span class="star">
|
|
1083
1075
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1084
1076
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
1085
1077
|
</svg>
|
|
1086
|
-
<span>
|
|
1078
|
+
<span>264 stars today</span>
|
|
1087
1079
|
</span>
|
|
1088
1080
|
</div>
|
|
1089
1081
|
<div class="details">
|
|
1090
|
-
|
|
1082
|
+
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
|
|
1091
1083
|
</div>
|
|
1092
1084
|
</div>
|
|
1093
1085
|
</li>
|
|
@@ -1111,7 +1103,7 @@
|
|
|
1111
1103
|
<img src="https://img.shields.io/npm/v/@wcj/github-rank.svg?label=unpkg">
|
|
1112
1104
|
</a>
|
|
1113
1105
|
</div>
|
|
1114
|
-
<div class="time">Last cache created on 2024/4/
|
|
1106
|
+
<div class="time">Last cache created on 2024/4/18 by Github API v3.</div>
|
|
1115
1107
|
Create by <a href="https://github.com/jaywcjlove" target="_blank">小弟调调™</a>.
|
|
1116
1108
|
</div>
|
|
1117
1109
|
</body>
|