@wcj/github-rank 24.4.15 → 24.4.16
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 +20658 -20661
- package/dist/trending-daily.json +185 -185
- package/dist/trending-monthly.json +136 -136
- package/dist/trending-weekly.json +183 -183
- package/dist/users.china.json +1167 -1202
- package/dist/users.json +4058 -4058
- package/dist/users.org.json +367 -367
- package/package.json +1 -1
- package/web/data/repos.json +20658 -20661
- package/web/data/trending-daily.json +185 -185
- package/web/data/trending-monthly.json +136 -136
- package/web/data/trending-weekly.json +183 -183
- package/web/data/users.china.json +1167 -1202
- package/web/data/users.json +4058 -4058
- package/web/data/users.org.json +367 -367
- package/web/index.html +14725 -5440
- package/web/org.html +2104 -658
- package/web/repos.html +2512 -2516
- package/web/trending-monthly.html +143 -143
- package/web/trending-weekly.html +167 -163
- package/web/trending.html +163 -163
- package/web/users.china.html +7349 -2472
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/16 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>284484</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>72631</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>839 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/ggerganov/whisper.cpp" target="_blank" title="ggerganov/whisper.cpp">ggerganov/whisper.cpp</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/c" title="Programming Language C">
|
|
196
|
+
<span style="background-color: #555555;"></span>C
|
|
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>30326</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>2958</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>169 stars today</span>
|
|
221
217
|
</span>
|
|
222
218
|
</div>
|
|
223
219
|
<div class="details">
|
|
224
|
-
|
|
220
|
+
Port of OpenAI's Whisper model in C/C++
|
|
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/danny-avila/LibreChat" target="_blank" title="danny-avila/LibreChat">danny-avila/LibreChat</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>9979</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>1796</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>89 stars today</span>
|
|
259
255
|
</span>
|
|
260
256
|
</div>
|
|
261
257
|
<div class="details">
|
|
262
|
-
|
|
258
|
+
Enhanced ChatGPT Clone: Features OpenAI, Assistants API, Azure, Groq, GPT-4 Vision, Mistral, Bing, Anthropic, OpenRouter, Google 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
|
|
263
259
|
</div>
|
|
264
260
|
</div>
|
|
265
261
|
</li>
|
|
@@ -268,7 +264,7 @@
|
|
|
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/TheAlgorithms/Python" target="_blank" title="TheAlgorithms/Python">TheAlgorithms/Python</a>
|
|
272
268
|
</div>
|
|
273
269
|
<div class="sub-title followers">
|
|
274
270
|
|
|
@@ -280,24 +276,24 @@
|
|
|
280
276
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
281
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>
|
|
282
278
|
</svg>
|
|
283
|
-
<span>
|
|
279
|
+
<span>178436</span>
|
|
284
280
|
</span>
|
|
285
281
|
<span class="star" title="Repo Forked">
|
|
286
282
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
287
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">
|
|
288
284
|
</path>
|
|
289
285
|
</svg>
|
|
290
|
-
<span>
|
|
286
|
+
<span>43416</span>
|
|
291
287
|
</span>
|
|
292
288
|
<span class="star">
|
|
293
289
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
294
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>
|
|
295
291
|
</svg>
|
|
296
|
-
<span>
|
|
292
|
+
<span>353 stars today</span>
|
|
297
293
|
</span>
|
|
298
294
|
</div>
|
|
299
295
|
<div class="details">
|
|
300
|
-
|
|
296
|
+
All Algorithms implemented in Python
|
|
301
297
|
</div>
|
|
302
298
|
</div>
|
|
303
299
|
</li>
|
|
@@ -306,36 +302,36 @@
|
|
|
306
302
|
<div class="info">
|
|
307
303
|
<div class="rank">
|
|
308
304
|
<span title="Ranking 5">5</span>
|
|
309
|
-
<a href="https://github.com/
|
|
305
|
+
<a href="https://github.com/zed-industries/zed" target="_blank" title="zed-industries/zed">zed-industries/zed</a>
|
|
310
306
|
</div>
|
|
311
307
|
<div class="sub-title followers">
|
|
312
308
|
|
|
313
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
314
|
-
<span style="background-color: #
|
|
309
|
+
<a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
|
|
310
|
+
<span style="background-color: #dea584;"></span>Rust
|
|
315
311
|
</a>
|
|
316
312
|
|
|
317
313
|
<span class="star" title="Stargazers Count">
|
|
318
314
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
319
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>
|
|
320
316
|
</svg>
|
|
321
|
-
<span>
|
|
317
|
+
<span>31180</span>
|
|
322
318
|
</span>
|
|
323
319
|
<span class="star" title="Repo Forked">
|
|
324
320
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
325
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">
|
|
326
322
|
</path>
|
|
327
323
|
</svg>
|
|
328
|
-
<span>
|
|
324
|
+
<span>1400</span>
|
|
329
325
|
</span>
|
|
330
326
|
<span class="star">
|
|
331
327
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
332
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>
|
|
333
329
|
</svg>
|
|
334
|
-
<span>
|
|
330
|
+
<span>288 stars today</span>
|
|
335
331
|
</span>
|
|
336
332
|
</div>
|
|
337
333
|
<div class="details">
|
|
338
|
-
|
|
334
|
+
Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
|
|
339
335
|
</div>
|
|
340
336
|
</div>
|
|
341
337
|
</li>
|
|
@@ -344,36 +340,36 @@
|
|
|
344
340
|
<div class="info">
|
|
345
341
|
<div class="rank">
|
|
346
342
|
<span title="Ranking 6">6</span>
|
|
347
|
-
<a href="https://github.com/
|
|
343
|
+
<a href="https://github.com/modularml/mojo" target="_blank" title="modularml/mojo">modularml/mojo</a>
|
|
348
344
|
</div>
|
|
349
345
|
<div class="sub-title followers">
|
|
350
346
|
|
|
351
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
352
|
-
<span style="background-color: #
|
|
347
|
+
<a class="language" target="_blank" href="https://github.com/topics/mojo" title="Programming Language Mojo">
|
|
348
|
+
<span style="background-color: #ff4c1f;"></span>Mojo
|
|
353
349
|
</a>
|
|
354
350
|
|
|
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>20655</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>2395</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>193 stars today</span>
|
|
373
369
|
</span>
|
|
374
370
|
</div>
|
|
375
371
|
<div class="details">
|
|
376
|
-
|
|
372
|
+
The Mojo Programming Language
|
|
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/stanford-oval/storm" target="_blank" title="stanford-oval/storm">stanford-oval/storm</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/html" title="Programming Language HTML">
|
|
386
|
+
<span style="background-color: #e34c26;"></span>HTML
|
|
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>1859</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>166</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>958 stars today</span>
|
|
411
407
|
</span>
|
|
412
408
|
</div>
|
|
413
409
|
<div class="details">
|
|
414
|
-
|
|
410
|
+
An LLM-powered knowledge curation system that researches a topic and generates a full-length report with citations.
|
|
415
411
|
</div>
|
|
416
412
|
</div>
|
|
417
413
|
</li>
|
|
@@ -420,7 +416,7 @@
|
|
|
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/huggingface/parler-tts" target="_blank" title="huggingface/parler-tts">huggingface/parler-tts</a>
|
|
424
420
|
</div>
|
|
425
421
|
<div class="sub-title followers">
|
|
426
422
|
|
|
@@ -432,24 +428,24 @@
|
|
|
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>1752</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>193</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>333 stars today</span>
|
|
449
445
|
</span>
|
|
450
446
|
</div>
|
|
451
447
|
<div class="details">
|
|
452
|
-
|
|
448
|
+
Inference and training library for high-quality TTS models.
|
|
453
449
|
</div>
|
|
454
450
|
</div>
|
|
455
451
|
</li>
|
|
@@ -458,7 +454,7 @@
|
|
|
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/bluesky-social/social-app" target="_blank" title="bluesky-social/social-app">bluesky-social/social-app</a>
|
|
462
458
|
</div>
|
|
463
459
|
<div class="sub-title followers">
|
|
464
460
|
|
|
@@ -470,24 +466,24 @@
|
|
|
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>6260</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>812</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>43 stars today</span>
|
|
487
483
|
</span>
|
|
488
484
|
</div>
|
|
489
485
|
<div class="details">
|
|
490
|
-
|
|
486
|
+
The Bluesky Social application for Web, iOS, and Android
|
|
491
487
|
</div>
|
|
492
488
|
</div>
|
|
493
489
|
</li>
|
|
@@ -496,36 +492,36 @@
|
|
|
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/tonyke-bot/ore-miner" target="_blank" title="tonyke-bot/ore-miner">tonyke-bot/ore-miner</a>
|
|
500
496
|
</div>
|
|
501
497
|
<div class="sub-title followers">
|
|
502
498
|
|
|
503
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
504
|
-
<span style="background-color: #
|
|
499
|
+
<a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
|
|
500
|
+
<span style="background-color: #dea584;"></span>Rust
|
|
505
501
|
</a>
|
|
506
502
|
|
|
507
503
|
<span class="star" title="Stargazers Count">
|
|
508
504
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
509
505
|
<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
506
|
</svg>
|
|
511
|
-
<span>
|
|
507
|
+
<span>262</span>
|
|
512
508
|
</span>
|
|
513
509
|
<span class="star" title="Repo Forked">
|
|
514
510
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
515
511
|
<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
512
|
</path>
|
|
517
513
|
</svg>
|
|
518
|
-
<span>
|
|
514
|
+
<span>100</span>
|
|
519
515
|
</span>
|
|
520
516
|
<span class="star">
|
|
521
517
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
522
518
|
<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
519
|
</svg>
|
|
524
|
-
<span>
|
|
520
|
+
<span>62 stars today</span>
|
|
525
521
|
</span>
|
|
526
522
|
</div>
|
|
527
523
|
<div class="details">
|
|
528
|
-
|
|
524
|
+
ORE Miner built on top of Jito bundle with both CPU and GPU support.
|
|
529
525
|
</div>
|
|
530
526
|
</div>
|
|
531
527
|
</li>
|
|
@@ -534,7 +530,7 @@
|
|
|
534
530
|
<div class="info">
|
|
535
531
|
<div class="rank">
|
|
536
532
|
<span title="Ranking 11">11</span>
|
|
537
|
-
<a href="https://github.com/
|
|
533
|
+
<a href="https://github.com/jina-ai/reader" target="_blank" title="jina-ai/reader">jina-ai/reader</a>
|
|
538
534
|
</div>
|
|
539
535
|
<div class="sub-title followers">
|
|
540
536
|
|
|
@@ -546,24 +542,24 @@
|
|
|
546
542
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
547
543
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
548
544
|
</svg>
|
|
549
|
-
<span>
|
|
545
|
+
<span>1384</span>
|
|
550
546
|
</span>
|
|
551
547
|
<span class="star" title="Repo Forked">
|
|
552
548
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
553
549
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
554
550
|
</path>
|
|
555
551
|
</svg>
|
|
556
|
-
<span>
|
|
552
|
+
<span>72</span>
|
|
557
553
|
</span>
|
|
558
554
|
<span class="star">
|
|
559
555
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
560
556
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
561
557
|
</svg>
|
|
562
|
-
<span>
|
|
558
|
+
<span>455 stars today</span>
|
|
563
559
|
</span>
|
|
564
560
|
</div>
|
|
565
561
|
<div class="details">
|
|
566
|
-
|
|
562
|
+
Convert any URL to an LLM-friendly input with a simple prefix https://r.jina.ai/
|
|
567
563
|
</div>
|
|
568
564
|
</div>
|
|
569
565
|
</li>
|
|
@@ -572,36 +568,36 @@
|
|
|
572
568
|
<div class="info">
|
|
573
569
|
<div class="rank">
|
|
574
570
|
<span title="Ranking 12">12</span>
|
|
575
|
-
<a href="https://github.com/
|
|
571
|
+
<a href="https://github.com/atherosai/ui" target="_blank" title="atherosai/ui">atherosai/ui</a>
|
|
576
572
|
</div>
|
|
577
573
|
<div class="sub-title followers">
|
|
578
574
|
|
|
579
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
580
|
-
<span style="background-color: #
|
|
575
|
+
<a class="language" target="_blank" href="https://github.com/topics/html" title="Programming Language HTML">
|
|
576
|
+
<span style="background-color: #e34c26;"></span>HTML
|
|
581
577
|
</a>
|
|
582
578
|
|
|
583
579
|
<span class="star" title="Stargazers Count">
|
|
584
580
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
585
581
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
586
582
|
</svg>
|
|
587
|
-
<span>
|
|
583
|
+
<span>7186</span>
|
|
588
584
|
</span>
|
|
589
585
|
<span class="star" title="Repo Forked">
|
|
590
586
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
591
587
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
592
588
|
</path>
|
|
593
589
|
</svg>
|
|
594
|
-
<span>
|
|
590
|
+
<span>1243</span>
|
|
595
591
|
</span>
|
|
596
592
|
<span class="star">
|
|
597
593
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
598
594
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
599
595
|
</svg>
|
|
600
|
-
<span>
|
|
596
|
+
<span>136 stars today</span>
|
|
601
597
|
</span>
|
|
602
598
|
</div>
|
|
603
599
|
<div class="details">
|
|
604
|
-
|
|
600
|
+
Simple UI examples from my social media
|
|
605
601
|
</div>
|
|
606
602
|
</div>
|
|
607
603
|
</li>
|
|
@@ -610,36 +606,36 @@
|
|
|
610
606
|
<div class="info">
|
|
611
607
|
<div class="rank">
|
|
612
608
|
<span title="Ranking 13">13</span>
|
|
613
|
-
<a href="https://github.com/
|
|
609
|
+
<a href="https://github.com/datawhalechina/llm-universe" target="_blank" title="datawhalechina/llm-universe">datawhalechina/llm-universe</a>
|
|
614
610
|
</div>
|
|
615
611
|
<div class="sub-title followers">
|
|
616
612
|
|
|
617
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
618
|
-
<span style="background-color: #
|
|
613
|
+
<a class="language" target="_blank" href="https://github.com/topics/jupyternotebook" title="Programming Language JupyterNotebook">
|
|
614
|
+
<span style="background-color: #DA5B0B;"></span>JupyterNotebook
|
|
619
615
|
</a>
|
|
620
616
|
|
|
621
617
|
<span class="star" title="Stargazers Count">
|
|
622
618
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
623
619
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
624
620
|
</svg>
|
|
625
|
-
<span>
|
|
621
|
+
<span>1672</span>
|
|
626
622
|
</span>
|
|
627
623
|
<span class="star" title="Repo Forked">
|
|
628
624
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
629
625
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
630
626
|
</path>
|
|
631
627
|
</svg>
|
|
632
|
-
<span>
|
|
628
|
+
<span>216</span>
|
|
633
629
|
</span>
|
|
634
630
|
<span class="star">
|
|
635
631
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
636
632
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
637
633
|
</svg>
|
|
638
|
-
<span>
|
|
634
|
+
<span>287 stars today</span>
|
|
639
635
|
</span>
|
|
640
636
|
</div>
|
|
641
637
|
<div class="details">
|
|
642
|
-
|
|
638
|
+
本项目是一个面向小白开发者的大模型应用开发教程,在线阅读地址:https://datawhalechina.github.io/llm-universe/
|
|
643
639
|
</div>
|
|
644
640
|
</div>
|
|
645
641
|
</li>
|
|
@@ -648,7 +644,7 @@
|
|
|
648
644
|
<div class="info">
|
|
649
645
|
<div class="rank">
|
|
650
646
|
<span title="Ranking 14">14</span>
|
|
651
|
-
<a href="https://github.com/
|
|
647
|
+
<a href="https://github.com/donnemartin/system-design-primer" target="_blank" title="donnemartin/system-design-primer">donnemartin/system-design-primer</a>
|
|
652
648
|
</div>
|
|
653
649
|
<div class="sub-title followers">
|
|
654
650
|
|
|
@@ -660,24 +656,24 @@
|
|
|
660
656
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
661
657
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
662
658
|
</svg>
|
|
663
|
-
<span>
|
|
659
|
+
<span>252593</span>
|
|
664
660
|
</span>
|
|
665
661
|
<span class="star" title="Repo Forked">
|
|
666
662
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
667
663
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
668
664
|
</path>
|
|
669
665
|
</svg>
|
|
670
|
-
<span>
|
|
666
|
+
<span>43211</span>
|
|
671
667
|
</span>
|
|
672
668
|
<span class="star">
|
|
673
669
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
674
670
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
675
671
|
</svg>
|
|
676
|
-
<span>
|
|
672
|
+
<span>592 stars today</span>
|
|
677
673
|
</span>
|
|
678
674
|
</div>
|
|
679
675
|
<div class="details">
|
|
680
|
-
|
|
676
|
+
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
|
|
681
677
|
</div>
|
|
682
678
|
</div>
|
|
683
679
|
</li>
|
|
@@ -686,36 +682,36 @@
|
|
|
686
682
|
<div class="info">
|
|
687
683
|
<div class="rank">
|
|
688
684
|
<span title="Ranking 15">15</span>
|
|
689
|
-
<a href="https://github.com/
|
|
685
|
+
<a href="https://github.com/yangshun/tech-interview-handbook" target="_blank" title="yangshun/tech-interview-handbook">yangshun/tech-interview-handbook</a>
|
|
690
686
|
</div>
|
|
691
687
|
<div class="sub-title followers">
|
|
692
688
|
|
|
693
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
694
|
-
<span style="background-color: #
|
|
689
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
690
|
+
<span style="background-color: #3178c6;"></span>TypeScript
|
|
695
691
|
</a>
|
|
696
692
|
|
|
697
693
|
<span class="star" title="Stargazers Count">
|
|
698
694
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
699
695
|
<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
696
|
</svg>
|
|
701
|
-
<span>
|
|
697
|
+
<span>109470</span>
|
|
702
698
|
</span>
|
|
703
699
|
<span class="star" title="Repo Forked">
|
|
704
700
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
705
701
|
<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
702
|
</path>
|
|
707
703
|
</svg>
|
|
708
|
-
<span>
|
|
704
|
+
<span>13774</span>
|
|
709
705
|
</span>
|
|
710
706
|
<span class="star">
|
|
711
707
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
712
708
|
<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
709
|
</svg>
|
|
714
|
-
<span>
|
|
710
|
+
<span>339 stars today</span>
|
|
715
711
|
</span>
|
|
716
712
|
</div>
|
|
717
713
|
<div class="details">
|
|
718
|
-
|
|
714
|
+
💯 Curated coding interview preparation materials for busy software engineers
|
|
719
715
|
</div>
|
|
720
716
|
</div>
|
|
721
717
|
</li>
|
|
@@ -724,36 +720,32 @@
|
|
|
724
720
|
<div class="info">
|
|
725
721
|
<div class="rank">
|
|
726
722
|
<span title="Ranking 16">16</span>
|
|
727
|
-
<a href="https://github.com/
|
|
723
|
+
<a href="https://github.com/GitHubDaily/GitHubDaily" target="_blank" title="GitHubDaily/GitHubDaily">GitHubDaily/GitHubDaily</a>
|
|
728
724
|
</div>
|
|
729
725
|
<div class="sub-title followers">
|
|
730
726
|
|
|
731
|
-
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
732
|
-
<span style="background-color: #3572A5;"></span>Python
|
|
733
|
-
</a>
|
|
734
|
-
|
|
735
727
|
<span class="star" title="Stargazers Count">
|
|
736
728
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
737
729
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
738
730
|
</svg>
|
|
739
|
-
<span>
|
|
731
|
+
<span>28332</span>
|
|
740
732
|
</span>
|
|
741
733
|
<span class="star" title="Repo Forked">
|
|
742
734
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
743
735
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
744
736
|
</path>
|
|
745
737
|
</svg>
|
|
746
|
-
<span>
|
|
738
|
+
<span>3160</span>
|
|
747
739
|
</span>
|
|
748
740
|
<span class="star">
|
|
749
741
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
750
742
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
751
743
|
</svg>
|
|
752
|
-
<span>
|
|
744
|
+
<span>359 stars today</span>
|
|
753
745
|
</span>
|
|
754
746
|
</div>
|
|
755
747
|
<div class="details">
|
|
756
|
-
|
|
748
|
+
坚持分享 GitHub 上高质量、有趣实用的开源技术教程、开发者工具、编程网站、技术资讯。A list cool, interesting projects of GitHub.
|
|
757
749
|
</div>
|
|
758
750
|
</div>
|
|
759
751
|
</li>
|
|
@@ -762,36 +754,36 @@
|
|
|
762
754
|
<div class="info">
|
|
763
755
|
<div class="rank">
|
|
764
756
|
<span title="Ranking 17">17</span>
|
|
765
|
-
<a href="https://github.com/
|
|
757
|
+
<a href="https://github.com/dataelement/bisheng" target="_blank" title="dataelement/bisheng">dataelement/bisheng</a>
|
|
766
758
|
</div>
|
|
767
759
|
<div class="sub-title followers">
|
|
768
760
|
|
|
769
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
770
|
-
<span style="background-color: #
|
|
761
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
762
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
771
763
|
</a>
|
|
772
764
|
|
|
773
765
|
<span class="star" title="Stargazers Count">
|
|
774
766
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
775
767
|
<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>
|
|
776
768
|
</svg>
|
|
777
|
-
<span>
|
|
769
|
+
<span>5393</span>
|
|
778
770
|
</span>
|
|
779
771
|
<span class="star" title="Repo Forked">
|
|
780
772
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
781
773
|
<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">
|
|
782
774
|
</path>
|
|
783
775
|
</svg>
|
|
784
|
-
<span>
|
|
776
|
+
<span>907</span>
|
|
785
777
|
</span>
|
|
786
778
|
<span class="star">
|
|
787
779
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
788
780
|
<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>
|
|
789
781
|
</svg>
|
|
790
|
-
<span>
|
|
782
|
+
<span>37 stars today</span>
|
|
791
783
|
</span>
|
|
792
784
|
</div>
|
|
793
785
|
<div class="details">
|
|
794
|
-
|
|
786
|
+
Bisheng is an open LLM devops platform for next generation AI applications.
|
|
795
787
|
</div>
|
|
796
788
|
</div>
|
|
797
789
|
</li>
|
|
@@ -800,32 +792,36 @@
|
|
|
800
792
|
<div class="info">
|
|
801
793
|
<div class="rank">
|
|
802
794
|
<span title="Ranking 18">18</span>
|
|
803
|
-
<a href="https://github.com/
|
|
795
|
+
<a href="https://github.com/OpenBMB/MiniCPM-V" target="_blank" title="OpenBMB/MiniCPM-V">OpenBMB/MiniCPM-V</a>
|
|
804
796
|
</div>
|
|
805
797
|
<div class="sub-title followers">
|
|
806
798
|
|
|
799
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
800
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
801
|
+
</a>
|
|
802
|
+
|
|
807
803
|
<span class="star" title="Stargazers Count">
|
|
808
804
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
809
805
|
<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>
|
|
810
806
|
</svg>
|
|
811
|
-
<span>
|
|
807
|
+
<span>929</span>
|
|
812
808
|
</span>
|
|
813
809
|
<span class="star" title="Repo Forked">
|
|
814
810
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
815
811
|
<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">
|
|
816
812
|
</path>
|
|
817
813
|
</svg>
|
|
818
|
-
<span>
|
|
814
|
+
<span>51</span>
|
|
819
815
|
</span>
|
|
820
816
|
<span class="star">
|
|
821
817
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
822
818
|
<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>
|
|
823
819
|
</svg>
|
|
824
|
-
<span>
|
|
820
|
+
<span>127 stars today</span>
|
|
825
821
|
</span>
|
|
826
822
|
</div>
|
|
827
823
|
<div class="details">
|
|
828
|
-
|
|
824
|
+
MiniCPM-V 2.0: An Efficient End-side MLLM with Strong OCR and Understanding Capabilities
|
|
829
825
|
</div>
|
|
830
826
|
</div>
|
|
831
827
|
</li>
|
|
@@ -834,7 +830,7 @@
|
|
|
834
830
|
<div class="info">
|
|
835
831
|
<div class="rank">
|
|
836
832
|
<span title="Ranking 19">19</span>
|
|
837
|
-
<a href="https://github.com/
|
|
833
|
+
<a href="https://github.com/NanmiCoder/MediaCrawler" target="_blank" title="NanmiCoder/MediaCrawler">NanmiCoder/MediaCrawler</a>
|
|
838
834
|
</div>
|
|
839
835
|
<div class="sub-title followers">
|
|
840
836
|
|
|
@@ -846,24 +842,24 @@
|
|
|
846
842
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
847
843
|
<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>
|
|
848
844
|
</svg>
|
|
849
|
-
<span>
|
|
845
|
+
<span>12408</span>
|
|
850
846
|
</span>
|
|
851
847
|
<span class="star" title="Repo Forked">
|
|
852
848
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
853
849
|
<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">
|
|
854
850
|
</path>
|
|
855
851
|
</svg>
|
|
856
|
-
<span>
|
|
852
|
+
<span>4052</span>
|
|
857
853
|
</span>
|
|
858
854
|
<span class="star">
|
|
859
855
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
860
856
|
<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>
|
|
861
857
|
</svg>
|
|
862
|
-
<span>
|
|
858
|
+
<span>179 stars today</span>
|
|
863
859
|
</span>
|
|
864
860
|
</div>
|
|
865
861
|
<div class="details">
|
|
866
|
-
|
|
862
|
+
小红书笔记 | 评论爬虫、抖音视频 | 评论爬虫、快手视频 | 评论爬虫、B 站视频 | 评论爬虫、微博帖子 | 评论爬虫
|
|
867
863
|
</div>
|
|
868
864
|
</div>
|
|
869
865
|
</li>
|
|
@@ -872,36 +868,36 @@
|
|
|
872
868
|
<div class="info">
|
|
873
869
|
<div class="rank">
|
|
874
870
|
<span title="Ranking 20">20</span>
|
|
875
|
-
<a href="https://github.com/
|
|
871
|
+
<a href="https://github.com/eknkc/ssr-benchmark" target="_blank" title="eknkc/ssr-benchmark">eknkc/ssr-benchmark</a>
|
|
876
872
|
</div>
|
|
877
873
|
<div class="sub-title followers">
|
|
878
874
|
|
|
879
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
880
|
-
<span style="background-color: #
|
|
875
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
876
|
+
<span style="background-color: #3178c6;"></span>TypeScript
|
|
881
877
|
</a>
|
|
882
878
|
|
|
883
879
|
<span class="star" title="Stargazers Count">
|
|
884
880
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
885
881
|
<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>
|
|
886
882
|
</svg>
|
|
887
|
-
<span>
|
|
883
|
+
<span>625</span>
|
|
888
884
|
</span>
|
|
889
885
|
<span class="star" title="Repo Forked">
|
|
890
886
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
891
887
|
<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">
|
|
892
888
|
</path>
|
|
893
889
|
</svg>
|
|
894
|
-
<span>
|
|
890
|
+
<span>164</span>
|
|
895
891
|
</span>
|
|
896
892
|
<span class="star">
|
|
897
893
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
898
894
|
<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>
|
|
899
895
|
</svg>
|
|
900
|
-
<span>
|
|
896
|
+
<span>83 stars today</span>
|
|
901
897
|
</span>
|
|
902
898
|
</div>
|
|
903
899
|
<div class="details">
|
|
904
|
-
|
|
900
|
+
Benchmarking JS web framework SSR performance
|
|
905
901
|
</div>
|
|
906
902
|
</div>
|
|
907
903
|
</li>
|
|
@@ -910,32 +906,36 @@
|
|
|
910
906
|
<div class="info">
|
|
911
907
|
<div class="rank">
|
|
912
908
|
<span title="Ranking 21">21</span>
|
|
913
|
-
<a href="https://github.com/
|
|
909
|
+
<a href="https://github.com/RPCS3/rpcs3" target="_blank" title="RPCS3/rpcs3">RPCS3/rpcs3</a>
|
|
914
910
|
</div>
|
|
915
911
|
<div class="sub-title followers">
|
|
916
912
|
|
|
913
|
+
<a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
|
|
914
|
+
<span style="background-color: #f34b7d;"></span>C++
|
|
915
|
+
</a>
|
|
916
|
+
|
|
917
917
|
<span class="star" title="Stargazers Count">
|
|
918
918
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
919
919
|
<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
920
|
</svg>
|
|
921
|
-
<span>
|
|
921
|
+
<span>14241</span>
|
|
922
922
|
</span>
|
|
923
923
|
<span class="star" title="Repo Forked">
|
|
924
924
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
925
925
|
<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
926
|
</path>
|
|
927
927
|
</svg>
|
|
928
|
-
<span>
|
|
928
|
+
<span>1815</span>
|
|
929
929
|
</span>
|
|
930
930
|
<span class="star">
|
|
931
931
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
932
932
|
<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
933
|
</svg>
|
|
934
|
-
<span>
|
|
934
|
+
<span>20 stars today</span>
|
|
935
935
|
</span>
|
|
936
936
|
</div>
|
|
937
937
|
<div class="details">
|
|
938
|
-
|
|
938
|
+
PS3 emulator/debugger
|
|
939
939
|
</div>
|
|
940
940
|
</div>
|
|
941
941
|
</li>
|
|
@@ -944,36 +944,36 @@
|
|
|
944
944
|
<div class="info">
|
|
945
945
|
<div class="rank">
|
|
946
946
|
<span title="Ranking 22">22</span>
|
|
947
|
-
<a href="https://github.com/
|
|
947
|
+
<a href="https://github.com/HeyPuter/puter" target="_blank" title="HeyPuter/puter">HeyPuter/puter</a>
|
|
948
948
|
</div>
|
|
949
949
|
<div class="sub-title followers">
|
|
950
950
|
|
|
951
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
952
|
-
<span style="background-color: #
|
|
951
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
952
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
953
953
|
</a>
|
|
954
954
|
|
|
955
955
|
<span class="star" title="Stargazers Count">
|
|
956
956
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
957
957
|
<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
958
|
</svg>
|
|
959
|
-
<span>
|
|
959
|
+
<span>13206</span>
|
|
960
960
|
</span>
|
|
961
961
|
<span class="star" title="Repo Forked">
|
|
962
962
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
963
963
|
<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
964
|
</path>
|
|
965
965
|
</svg>
|
|
966
|
-
<span>
|
|
966
|
+
<span>717</span>
|
|
967
967
|
</span>
|
|
968
968
|
<span class="star">
|
|
969
969
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
970
970
|
<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
971
|
</svg>
|
|
972
|
-
<span>
|
|
972
|
+
<span>134 stars today</span>
|
|
973
973
|
</span>
|
|
974
974
|
</div>
|
|
975
975
|
<div class="details">
|
|
976
|
-
|
|
976
|
+
🌐 The Internet OS! Free, Open-Source, and Self-Hostable!
|
|
977
977
|
</div>
|
|
978
978
|
</div>
|
|
979
979
|
</li>
|
|
@@ -982,36 +982,36 @@
|
|
|
982
982
|
<div class="info">
|
|
983
983
|
<div class="rank">
|
|
984
984
|
<span title="Ranking 23">23</span>
|
|
985
|
-
<a href="https://github.com/
|
|
985
|
+
<a href="https://github.com/hydralauncher/hydra" target="_blank" title="hydralauncher/hydra">hydralauncher/hydra</a>
|
|
986
986
|
</div>
|
|
987
987
|
<div class="sub-title followers">
|
|
988
988
|
|
|
989
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
990
|
-
<span style="background-color: #
|
|
989
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
990
|
+
<span style="background-color: #3178c6;"></span>TypeScript
|
|
991
991
|
</a>
|
|
992
992
|
|
|
993
993
|
<span class="star" title="Stargazers Count">
|
|
994
994
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
995
995
|
<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
996
|
</svg>
|
|
997
|
-
<span>
|
|
997
|
+
<span>260</span>
|
|
998
998
|
</span>
|
|
999
999
|
<span class="star" title="Repo Forked">
|
|
1000
1000
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1001
1001
|
<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
1002
|
</path>
|
|
1003
1003
|
</svg>
|
|
1004
|
-
<span>
|
|
1004
|
+
<span>21</span>
|
|
1005
1005
|
</span>
|
|
1006
1006
|
<span class="star">
|
|
1007
1007
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1008
1008
|
<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
1009
|
</svg>
|
|
1010
|
-
<span>
|
|
1010
|
+
<span>40 stars today</span>
|
|
1011
1011
|
</span>
|
|
1012
1012
|
</div>
|
|
1013
1013
|
<div class="details">
|
|
1014
|
-
|
|
1014
|
+
Hydra is a game launcher with its own embedded bittorrent client and a self-managed repack scraper.
|
|
1015
1015
|
</div>
|
|
1016
1016
|
</div>
|
|
1017
1017
|
</li>
|
|
@@ -1020,36 +1020,36 @@
|
|
|
1020
1020
|
<div class="info">
|
|
1021
1021
|
<div class="rank">
|
|
1022
1022
|
<span title="Ranking 24">24</span>
|
|
1023
|
-
<a href="https://github.com/
|
|
1023
|
+
<a href="https://github.com/trekhleb/javascript-algorithms" target="_blank" title="trekhleb/javascript-algorithms">trekhleb/javascript-algorithms</a>
|
|
1024
1024
|
</div>
|
|
1025
1025
|
<div class="sub-title followers">
|
|
1026
1026
|
|
|
1027
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
1028
|
-
<span style="background-color: #
|
|
1027
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
1028
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
1029
1029
|
</a>
|
|
1030
1030
|
|
|
1031
1031
|
<span class="star" title="Stargazers Count">
|
|
1032
1032
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1033
1033
|
<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
1034
|
</svg>
|
|
1035
|
-
<span>
|
|
1035
|
+
<span>181987</span>
|
|
1036
1036
|
</span>
|
|
1037
1037
|
<span class="star" title="Repo Forked">
|
|
1038
1038
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1039
1039
|
<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
1040
|
</path>
|
|
1041
1041
|
</svg>
|
|
1042
|
-
<span>
|
|
1042
|
+
<span>29393</span>
|
|
1043
1043
|
</span>
|
|
1044
1044
|
<span class="star">
|
|
1045
1045
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1046
1046
|
<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
1047
|
</svg>
|
|
1048
|
-
<span>
|
|
1048
|
+
<span>284 stars today</span>
|
|
1049
1049
|
</span>
|
|
1050
1050
|
</div>
|
|
1051
1051
|
<div class="details">
|
|
1052
|
-
|
|
1052
|
+
📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
|
|
1053
1053
|
</div>
|
|
1054
1054
|
</div>
|
|
1055
1055
|
</li>
|
|
@@ -1058,36 +1058,36 @@
|
|
|
1058
1058
|
<div class="info">
|
|
1059
1059
|
<div class="rank">
|
|
1060
1060
|
<span title="Ranking 25">25</span>
|
|
1061
|
-
<a href="https://github.com/
|
|
1061
|
+
<a href="https://github.com/zulip/zulip" target="_blank" title="zulip/zulip">zulip/zulip</a>
|
|
1062
1062
|
</div>
|
|
1063
1063
|
<div class="sub-title followers">
|
|
1064
1064
|
|
|
1065
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
1066
|
-
<span style="background-color: #
|
|
1065
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
1066
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
1067
1067
|
</a>
|
|
1068
1068
|
|
|
1069
1069
|
<span class="star" title="Stargazers Count">
|
|
1070
1070
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1071
1071
|
<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
1072
|
</svg>
|
|
1073
|
-
<span>
|
|
1073
|
+
<span>19962</span>
|
|
1074
1074
|
</span>
|
|
1075
1075
|
<span class="star" title="Repo Forked">
|
|
1076
1076
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1077
1077
|
<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
1078
|
</path>
|
|
1079
1079
|
</svg>
|
|
1080
|
-
<span>
|
|
1080
|
+
<span>7410</span>
|
|
1081
1081
|
</span>
|
|
1082
1082
|
<span class="star">
|
|
1083
1083
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1084
1084
|
<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
1085
|
</svg>
|
|
1086
|
-
<span>
|
|
1086
|
+
<span>92 stars today</span>
|
|
1087
1087
|
</span>
|
|
1088
1088
|
</div>
|
|
1089
1089
|
<div class="details">
|
|
1090
|
-
|
|
1090
|
+
Zulip server and web application. Open-source team chat that helps teams stay productive and focused.
|
|
1091
1091
|
</div>
|
|
1092
1092
|
</div>
|
|
1093
1093
|
</li>
|
|
@@ -1111,7 +1111,7 @@
|
|
|
1111
1111
|
<img src="https://img.shields.io/npm/v/@wcj/github-rank.svg?label=unpkg">
|
|
1112
1112
|
</a>
|
|
1113
1113
|
</div>
|
|
1114
|
-
<div class="time">Last cache created on 2024/4/
|
|
1114
|
+
<div class="time">Last cache created on 2024/4/16 by Github API v3.</div>
|
|
1115
1115
|
Create by <a href="https://github.com/jaywcjlove" target="_blank">小弟调调™</a>.
|
|
1116
1116
|
</div>
|
|
1117
1117
|
</body>
|