@wcj/github-rank 23.9.7 → 23.9.9
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 +27125 -27117
- package/dist/trending-daily.json +179 -190
- package/dist/trending-monthly.json +167 -167
- package/dist/trending-weekly.json +186 -186
- package/dist/users.china.json +2363 -2398
- package/dist/users.json +8282 -8282
- package/package.json +1 -1
- package/web/data/repos.json +27125 -27117
- package/web/data/trending-daily.json +179 -190
- package/web/data/trending-monthly.json +167 -167
- package/web/data/trending-weekly.json +186 -186
- package/web/data/users.china.json +2363 -2398
- package/web/data/users.json +8282 -8282
- package/web/index.html +6297 -6297
- package/web/repos.html +3504 -3504
- package/web/trending-monthly.html +150 -154
- package/web/trending-weekly.html +167 -171
- package/web/trending.html +160 -190
- package/web/users.china.html +1946 -1979
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 2023/9/
|
|
132
|
+
<div class="time">Last cache created on 2023/9/9 by
|
|
133
133
|
|
|
134
134
|
|
|
135
135
|
|
|
@@ -154,36 +154,36 @@
|
|
|
154
154
|
<div class="info">
|
|
155
155
|
<div class="rank">
|
|
156
156
|
<span title="Ranking 1">1</span>
|
|
157
|
-
<a href="https://github.com/
|
|
157
|
+
<a href="https://github.com/KillianLucas/open-interpreter" target="_blank" title="KillianLucas/open-interpreter">KillianLucas/open-interpreter</a>
|
|
158
158
|
</div>
|
|
159
159
|
<div class="sub-title followers">
|
|
160
160
|
|
|
161
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
162
|
-
<span style="background-color: #
|
|
161
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
162
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
163
163
|
</a>
|
|
164
164
|
|
|
165
165
|
<span class="star" title="Stargazers Count">
|
|
166
166
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
167
167
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
168
168
|
</svg>
|
|
169
|
-
<span>
|
|
169
|
+
<span>13649</span>
|
|
170
170
|
</span>
|
|
171
171
|
<span class="star" title="Repo Forked">
|
|
172
172
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
173
173
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
174
174
|
</path>
|
|
175
175
|
</svg>
|
|
176
|
-
<span>
|
|
176
|
+
<span>965</span>
|
|
177
177
|
</span>
|
|
178
178
|
<span class="star">
|
|
179
179
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
180
180
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
181
181
|
</svg>
|
|
182
|
-
<span>
|
|
182
|
+
<span>3252 stars today</span>
|
|
183
183
|
</span>
|
|
184
184
|
</div>
|
|
185
185
|
<div class="details">
|
|
186
|
-
|
|
186
|
+
OpenAI's Code Interpreter in your terminal, running locally
|
|
187
187
|
</div>
|
|
188
188
|
</div>
|
|
189
189
|
</li>
|
|
@@ -192,7 +192,7 @@
|
|
|
192
192
|
<div class="info">
|
|
193
193
|
<div class="rank">
|
|
194
194
|
<span title="Ranking 2">2</span>
|
|
195
|
-
<a href="https://github.com/
|
|
195
|
+
<a href="https://github.com/baichuan-inc/Baichuan2" target="_blank" title="baichuan-inc/Baichuan2">baichuan-inc/Baichuan2</a>
|
|
196
196
|
</div>
|
|
197
197
|
<div class="sub-title followers">
|
|
198
198
|
|
|
@@ -204,24 +204,24 @@
|
|
|
204
204
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
205
205
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
206
206
|
</svg>
|
|
207
|
-
<span>
|
|
207
|
+
<span>856</span>
|
|
208
208
|
</span>
|
|
209
209
|
<span class="star" title="Repo Forked">
|
|
210
210
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
211
211
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
212
212
|
</path>
|
|
213
213
|
</svg>
|
|
214
|
-
<span>
|
|
214
|
+
<span>35</span>
|
|
215
215
|
</span>
|
|
216
216
|
<span class="star">
|
|
217
217
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
218
218
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
219
219
|
</svg>
|
|
220
|
-
<span>
|
|
220
|
+
<span>149 stars today</span>
|
|
221
221
|
</span>
|
|
222
222
|
</div>
|
|
223
223
|
<div class="details">
|
|
224
|
-
|
|
224
|
+
A series of large language models developed by Baichuan Intelligent Technology
|
|
225
225
|
</div>
|
|
226
226
|
</div>
|
|
227
227
|
</li>
|
|
@@ -230,7 +230,7 @@
|
|
|
230
230
|
<div class="info">
|
|
231
231
|
<div class="rank">
|
|
232
232
|
<span title="Ranking 3">3</span>
|
|
233
|
-
<a href="https://github.com/
|
|
233
|
+
<a href="https://github.com/tjy-gitnub/win12" target="_blank" title="tjy-gitnub/win12">tjy-gitnub/win12</a>
|
|
234
234
|
</div>
|
|
235
235
|
<div class="sub-title followers">
|
|
236
236
|
|
|
@@ -242,24 +242,24 @@
|
|
|
242
242
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
243
243
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
244
244
|
</svg>
|
|
245
|
-
<span>
|
|
245
|
+
<span>3039</span>
|
|
246
246
|
</span>
|
|
247
247
|
<span class="star" title="Repo Forked">
|
|
248
248
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
249
249
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
250
250
|
</path>
|
|
251
251
|
</svg>
|
|
252
|
-
<span>
|
|
252
|
+
<span>337</span>
|
|
253
253
|
</span>
|
|
254
254
|
<span class="star">
|
|
255
255
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
256
256
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
257
257
|
</svg>
|
|
258
|
-
<span>
|
|
258
|
+
<span>432 stars today</span>
|
|
259
259
|
</span>
|
|
260
260
|
</div>
|
|
261
261
|
<div class="details">
|
|
262
|
-
|
|
262
|
+
Windows 12 网页版,在线体验 点击下面的链接在线体验
|
|
263
263
|
</div>
|
|
264
264
|
</div>
|
|
265
265
|
</li>
|
|
@@ -268,36 +268,32 @@
|
|
|
268
268
|
<div class="info">
|
|
269
269
|
<div class="rank">
|
|
270
270
|
<span title="Ranking 4">4</span>
|
|
271
|
-
<a href="https://github.com/
|
|
271
|
+
<a href="https://github.com/modularml/mojo" target="_blank" title="modularml/mojo">modularml/mojo</a>
|
|
272
272
|
</div>
|
|
273
273
|
<div class="sub-title followers">
|
|
274
274
|
|
|
275
|
-
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
276
|
-
<span style="background-color: #3572A5;"></span>Python
|
|
277
|
-
</a>
|
|
278
|
-
|
|
279
275
|
<span class="star" title="Stargazers Count">
|
|
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>10352</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>772</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>398 stars today</span>
|
|
297
293
|
</span>
|
|
298
294
|
</div>
|
|
299
295
|
<div class="details">
|
|
300
|
-
The
|
|
296
|
+
The Mojo Programming Language
|
|
301
297
|
</div>
|
|
302
298
|
</div>
|
|
303
299
|
</li>
|
|
@@ -306,7 +302,7 @@
|
|
|
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/Pythagora-io/gpt-pilot" target="_blank" title="Pythagora-io/gpt-pilot">Pythagora-io/gpt-pilot</a>
|
|
310
306
|
</div>
|
|
311
307
|
<div class="sub-title followers">
|
|
312
308
|
|
|
@@ -318,24 +314,24 @@
|
|
|
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>3122</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>248</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>360 stars today</span>
|
|
335
331
|
</span>
|
|
336
332
|
</div>
|
|
337
333
|
<div class="details">
|
|
338
|
-
|
|
334
|
+
Dev tool that writes scalable apps from scratch while the developer oversees the implementation
|
|
339
335
|
</div>
|
|
340
336
|
</div>
|
|
341
337
|
</li>
|
|
@@ -344,7 +340,7 @@
|
|
|
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/XPixelGroup/DiffBIR" target="_blank" title="XPixelGroup/DiffBIR">XPixelGroup/DiffBIR</a>
|
|
348
344
|
</div>
|
|
349
345
|
<div class="sub-title followers">
|
|
350
346
|
|
|
@@ -356,24 +352,24 @@
|
|
|
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>792</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>37</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>215 stars today</span>
|
|
373
369
|
</span>
|
|
374
370
|
</div>
|
|
375
371
|
<div class="details">
|
|
376
|
-
|
|
372
|
+
|
|
377
373
|
</div>
|
|
378
374
|
</div>
|
|
379
375
|
</li>
|
|
@@ -382,32 +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/run-llama/sec-insights" target="_blank" title="run-llama/sec-insights">run-llama/sec-insights</a>
|
|
386
382
|
</div>
|
|
387
383
|
<div class="sub-title followers">
|
|
388
384
|
|
|
385
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
386
|
+
<span style="background-color: #3178c6;"></span>TypeScript
|
|
387
|
+
</a>
|
|
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>857</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>120</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>224 stars today</span>
|
|
407
407
|
</span>
|
|
408
408
|
</div>
|
|
409
409
|
<div class="details">
|
|
410
|
-
A
|
|
410
|
+
A real world full-stack application using LlamaIndex
|
|
411
411
|
</div>
|
|
412
412
|
</div>
|
|
413
413
|
</li>
|
|
@@ -416,32 +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/omerbt/TokenFlow" target="_blank" title="omerbt/TokenFlow">omerbt/TokenFlow</a>
|
|
420
420
|
</div>
|
|
421
421
|
<div class="sub-title followers">
|
|
422
422
|
|
|
423
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
424
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
425
|
+
</a>
|
|
426
|
+
|
|
423
427
|
<span class="star" title="Stargazers Count">
|
|
424
428
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
425
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>
|
|
426
430
|
</svg>
|
|
427
|
-
<span>
|
|
431
|
+
<span>941</span>
|
|
428
432
|
</span>
|
|
429
433
|
<span class="star" title="Repo Forked">
|
|
430
434
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
431
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">
|
|
432
436
|
</path>
|
|
433
437
|
</svg>
|
|
434
|
-
<span>
|
|
438
|
+
<span>57</span>
|
|
435
439
|
</span>
|
|
436
440
|
<span class="star">
|
|
437
441
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
438
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>
|
|
439
443
|
</svg>
|
|
440
|
-
<span>
|
|
444
|
+
<span>54 stars today</span>
|
|
441
445
|
</span>
|
|
442
446
|
</div>
|
|
443
447
|
<div class="details">
|
|
444
|
-
|
|
448
|
+
Official Pytorch Implementation for "TokenFlow: Consistent Diffusion Features for Consistent Video Editing" presenting "TokenFlow"
|
|
445
449
|
</div>
|
|
446
450
|
</div>
|
|
447
451
|
</li>
|
|
@@ -450,32 +454,36 @@
|
|
|
450
454
|
<div class="info">
|
|
451
455
|
<div class="rank">
|
|
452
456
|
<span title="Ranking 9">9</span>
|
|
453
|
-
<a href="https://github.com/
|
|
457
|
+
<a href="https://github.com/aripiprazole/rinha-de-compiler" target="_blank" title="aripiprazole/rinha-de-compiler">aripiprazole/rinha-de-compiler</a>
|
|
454
458
|
</div>
|
|
455
459
|
<div class="sub-title followers">
|
|
456
460
|
|
|
461
|
+
<a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
|
|
462
|
+
<span style="background-color: #dea584;"></span>Rust
|
|
463
|
+
</a>
|
|
464
|
+
|
|
457
465
|
<span class="star" title="Stargazers Count">
|
|
458
466
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
459
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>
|
|
460
468
|
</svg>
|
|
461
|
-
<span>
|
|
469
|
+
<span>417</span>
|
|
462
470
|
</span>
|
|
463
471
|
<span class="star" title="Repo Forked">
|
|
464
472
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
465
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">
|
|
466
474
|
</path>
|
|
467
475
|
</svg>
|
|
468
|
-
<span>
|
|
476
|
+
<span>62</span>
|
|
469
477
|
</span>
|
|
470
478
|
<span class="star">
|
|
471
479
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
472
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>
|
|
473
481
|
</svg>
|
|
474
|
-
<span>
|
|
482
|
+
<span>105 stars today</span>
|
|
475
483
|
</span>
|
|
476
484
|
</div>
|
|
477
485
|
<div class="details">
|
|
478
|
-
|
|
486
|
+
🥖 | Rinha de compiladores (ou interpretadores kkkk
|
|
479
487
|
</div>
|
|
480
488
|
</div>
|
|
481
489
|
</li>
|
|
@@ -484,32 +492,36 @@
|
|
|
484
492
|
<div class="info">
|
|
485
493
|
<div class="rank">
|
|
486
494
|
<span title="Ranking 10">10</span>
|
|
487
|
-
<a href="https://github.com/
|
|
495
|
+
<a href="https://github.com/aigc-apps/sd-webui-EasyPhoto" target="_blank" title="aigc-apps/sd-webui-EasyPhoto">aigc-apps/sd-webui-EasyPhoto</a>
|
|
488
496
|
</div>
|
|
489
497
|
<div class="sub-title followers">
|
|
490
498
|
|
|
499
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
500
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
501
|
+
</a>
|
|
502
|
+
|
|
491
503
|
<span class="star" title="Stargazers Count">
|
|
492
504
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
493
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>
|
|
494
506
|
</svg>
|
|
495
|
-
<span>
|
|
507
|
+
<span>1034</span>
|
|
496
508
|
</span>
|
|
497
509
|
<span class="star" title="Repo Forked">
|
|
498
510
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
499
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">
|
|
500
512
|
</path>
|
|
501
513
|
</svg>
|
|
502
|
-
<span>
|
|
514
|
+
<span>69</span>
|
|
503
515
|
</span>
|
|
504
516
|
<span class="star">
|
|
505
517
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
506
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>
|
|
507
519
|
</svg>
|
|
508
|
-
<span>
|
|
520
|
+
<span>261 stars today</span>
|
|
509
521
|
</span>
|
|
510
522
|
</div>
|
|
511
523
|
<div class="details">
|
|
512
|
-
|
|
524
|
+
📷 EasyPhoto | Your Smart AI Photo Generator.
|
|
513
525
|
</div>
|
|
514
526
|
</div>
|
|
515
527
|
</li>
|
|
@@ -518,32 +530,36 @@
|
|
|
518
530
|
<div class="info">
|
|
519
531
|
<div class="rank">
|
|
520
532
|
<span title="Ranking 11">11</span>
|
|
521
|
-
<a href="https://github.com/
|
|
533
|
+
<a href="https://github.com/labuladong/fucking-algorithm" target="_blank" title="labuladong/fucking-algorithm">labuladong/fucking-algorithm</a>
|
|
522
534
|
</div>
|
|
523
535
|
<div class="sub-title followers">
|
|
524
536
|
|
|
537
|
+
<a class="language" target="_blank" href="https://github.com/topics/markdown" title="Programming Language Markdown">
|
|
538
|
+
<span style="background-color: #083fa1;"></span>Markdown
|
|
539
|
+
</a>
|
|
540
|
+
|
|
525
541
|
<span class="star" title="Stargazers Count">
|
|
526
542
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
527
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>
|
|
528
544
|
</svg>
|
|
529
|
-
<span>
|
|
545
|
+
<span>118581</span>
|
|
530
546
|
</span>
|
|
531
547
|
<span class="star" title="Repo Forked">
|
|
532
548
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
533
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">
|
|
534
550
|
</path>
|
|
535
551
|
</svg>
|
|
536
|
-
<span>
|
|
552
|
+
<span>22681</span>
|
|
537
553
|
</span>
|
|
538
554
|
<span class="star">
|
|
539
555
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
540
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>
|
|
541
557
|
</svg>
|
|
542
|
-
<span>
|
|
558
|
+
<span>145 stars today</span>
|
|
543
559
|
</span>
|
|
544
560
|
</div>
|
|
545
561
|
<div class="details">
|
|
546
|
-
|
|
562
|
+
刷算法全靠套路,认准 labuladong 就够了!English version supported! Crack LeetCode, not only how, but also why.
|
|
547
563
|
</div>
|
|
548
564
|
</div>
|
|
549
565
|
</li>
|
|
@@ -552,36 +568,32 @@
|
|
|
552
568
|
<div class="info">
|
|
553
569
|
<div class="rank">
|
|
554
570
|
<span title="Ranking 12">12</span>
|
|
555
|
-
<a href="https://github.com/
|
|
571
|
+
<a href="https://github.com/leandromoreira/linux-network-performance-parameters" target="_blank" title="leandromoreira/linux-network-performance-parameters">leandromoreira/linux-network-performance-parameters</a>
|
|
556
572
|
</div>
|
|
557
573
|
<div class="sub-title followers">
|
|
558
574
|
|
|
559
|
-
<a class="language" target="_blank" href="https://github.com/topics/hcl" title="Programming Language HCL">
|
|
560
|
-
<span style="background-color: #844FBA;"></span>HCL
|
|
561
|
-
</a>
|
|
562
|
-
|
|
563
575
|
<span class="star" title="Stargazers Count">
|
|
564
576
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
565
577
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
566
578
|
</svg>
|
|
567
|
-
<span>
|
|
579
|
+
<span>4728</span>
|
|
568
580
|
</span>
|
|
569
581
|
<span class="star" title="Repo Forked">
|
|
570
582
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
571
583
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
572
584
|
</path>
|
|
573
585
|
</svg>
|
|
574
|
-
<span>
|
|
586
|
+
<span>450</span>
|
|
575
587
|
</span>
|
|
576
588
|
<span class="star">
|
|
577
589
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
578
590
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
579
591
|
</svg>
|
|
580
|
-
<span>
|
|
592
|
+
<span>162 stars today</span>
|
|
581
593
|
</span>
|
|
582
594
|
</div>
|
|
583
595
|
<div class="details">
|
|
584
|
-
|
|
596
|
+
Learn where some of the network sysctl variables fit into the Linux/Kernel network flow. Translations: 🇷🇺
|
|
585
597
|
</div>
|
|
586
598
|
</div>
|
|
587
599
|
</li>
|
|
@@ -590,32 +602,32 @@
|
|
|
590
602
|
<div class="info">
|
|
591
603
|
<div class="rank">
|
|
592
604
|
<span title="Ranking 13">13</span>
|
|
593
|
-
<a href="https://github.com/
|
|
605
|
+
<a href="https://github.com/ptahdao/lmr-partners" target="_blank" title="ptahdao/lmr-partners">ptahdao/lmr-partners</a>
|
|
594
606
|
</div>
|
|
595
607
|
<div class="sub-title followers">
|
|
596
608
|
|
|
597
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
598
|
-
<span style="background-color: #
|
|
609
|
+
<a class="language" target="_blank" href="https://github.com/topics/solidity" title="Programming Language Solidity">
|
|
610
|
+
<span style="background-color: #AA6746;"></span>Solidity
|
|
599
611
|
</a>
|
|
600
612
|
|
|
601
613
|
<span class="star" title="Stargazers Count">
|
|
602
614
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
603
615
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
604
616
|
</svg>
|
|
605
|
-
<span>
|
|
617
|
+
<span>380</span>
|
|
606
618
|
</span>
|
|
607
619
|
<span class="star" title="Repo Forked">
|
|
608
620
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
609
621
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
610
622
|
</path>
|
|
611
623
|
</svg>
|
|
612
|
-
<span>
|
|
624
|
+
<span>109</span>
|
|
613
625
|
</span>
|
|
614
626
|
<span class="star">
|
|
615
627
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
616
628
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
617
629
|
</svg>
|
|
618
|
-
<span>
|
|
630
|
+
<span>52 stars today</span>
|
|
619
631
|
</span>
|
|
620
632
|
</div>
|
|
621
633
|
<div class="details">
|
|
@@ -628,36 +640,36 @@
|
|
|
628
640
|
<div class="info">
|
|
629
641
|
<div class="rank">
|
|
630
642
|
<span title="Ranking 14">14</span>
|
|
631
|
-
<a href="https://github.com/
|
|
643
|
+
<a href="https://github.com/oven-sh/bun" target="_blank" title="oven-sh/bun">oven-sh/bun</a>
|
|
632
644
|
</div>
|
|
633
645
|
<div class="sub-title followers">
|
|
634
646
|
|
|
635
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
636
|
-
<span style="background-color: #
|
|
647
|
+
<a class="language" target="_blank" href="https://github.com/topics/zig" title="Programming Language Zig">
|
|
648
|
+
<span style="background-color: #ec915c;"></span>Zig
|
|
637
649
|
</a>
|
|
638
650
|
|
|
639
651
|
<span class="star" title="Stargazers Count">
|
|
640
652
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
641
653
|
<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>
|
|
642
654
|
</svg>
|
|
643
|
-
<span>
|
|
655
|
+
<span>45118</span>
|
|
644
656
|
</span>
|
|
645
657
|
<span class="star" title="Repo Forked">
|
|
646
658
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
647
659
|
<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">
|
|
648
660
|
</path>
|
|
649
661
|
</svg>
|
|
650
|
-
<span>
|
|
662
|
+
<span>1276</span>
|
|
651
663
|
</span>
|
|
652
664
|
<span class="star">
|
|
653
665
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
654
666
|
<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>
|
|
655
667
|
</svg>
|
|
656
|
-
<span>
|
|
668
|
+
<span>296 stars today</span>
|
|
657
669
|
</span>
|
|
658
670
|
</div>
|
|
659
671
|
<div class="details">
|
|
660
|
-
|
|
672
|
+
Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one
|
|
661
673
|
</div>
|
|
662
674
|
</div>
|
|
663
675
|
</li>
|
|
@@ -666,36 +678,32 @@
|
|
|
666
678
|
<div class="info">
|
|
667
679
|
<div class="rank">
|
|
668
680
|
<span title="Ranking 15">15</span>
|
|
669
|
-
<a href="https://github.com/
|
|
681
|
+
<a href="https://github.com/SimplifyJobs/New-Grad-Positions" target="_blank" title="SimplifyJobs/New-Grad-Positions">SimplifyJobs/New-Grad-Positions</a>
|
|
670
682
|
</div>
|
|
671
683
|
<div class="sub-title followers">
|
|
672
684
|
|
|
673
|
-
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
674
|
-
<span style="background-color: #3572A5;"></span>Python
|
|
675
|
-
</a>
|
|
676
|
-
|
|
677
685
|
<span class="star" title="Stargazers Count">
|
|
678
686
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
679
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>
|
|
680
688
|
</svg>
|
|
681
|
-
<span>
|
|
689
|
+
<span>7371</span>
|
|
682
690
|
</span>
|
|
683
691
|
<span class="star" title="Repo Forked">
|
|
684
692
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
685
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">
|
|
686
694
|
</path>
|
|
687
695
|
</svg>
|
|
688
|
-
<span>
|
|
696
|
+
<span>894</span>
|
|
689
697
|
</span>
|
|
690
698
|
<span class="star">
|
|
691
699
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
692
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>
|
|
693
701
|
</svg>
|
|
694
|
-
<span>
|
|
702
|
+
<span>151 stars today</span>
|
|
695
703
|
</span>
|
|
696
704
|
</div>
|
|
697
705
|
<div class="details">
|
|
698
|
-
|
|
706
|
+
A collection of New Grad full time roles in SWE, Quant, and PM.
|
|
699
707
|
</div>
|
|
700
708
|
</div>
|
|
701
709
|
</li>
|
|
@@ -704,36 +712,36 @@
|
|
|
704
712
|
<div class="info">
|
|
705
713
|
<div class="rank">
|
|
706
714
|
<span title="Ranking 16">16</span>
|
|
707
|
-
<a href="https://github.com/
|
|
715
|
+
<a href="https://github.com/jzhang38/TinyLlama" target="_blank" title="jzhang38/TinyLlama">jzhang38/TinyLlama</a>
|
|
708
716
|
</div>
|
|
709
717
|
<div class="sub-title followers">
|
|
710
718
|
|
|
711
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
712
|
-
<span style="background-color: #
|
|
719
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
720
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
713
721
|
</a>
|
|
714
722
|
|
|
715
723
|
<span class="star" title="Stargazers Count">
|
|
716
724
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
717
725
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
718
726
|
</svg>
|
|
719
|
-
<span>
|
|
727
|
+
<span>1993</span>
|
|
720
728
|
</span>
|
|
721
729
|
<span class="star" title="Repo Forked">
|
|
722
730
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
723
731
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
724
732
|
</path>
|
|
725
733
|
</svg>
|
|
726
|
-
<span>
|
|
734
|
+
<span>80</span>
|
|
727
735
|
</span>
|
|
728
736
|
<span class="star">
|
|
729
737
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
730
738
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
731
739
|
</svg>
|
|
732
|
-
<span>
|
|
740
|
+
<span>226 stars today</span>
|
|
733
741
|
</span>
|
|
734
742
|
</div>
|
|
735
743
|
<div class="details">
|
|
736
|
-
|
|
744
|
+
The TinyLlama project is an open endeavor to pretrain a 1.1B Llama model on 3 trillion tokens.
|
|
737
745
|
</div>
|
|
738
746
|
</div>
|
|
739
747
|
</li>
|
|
@@ -742,36 +750,36 @@
|
|
|
742
750
|
<div class="info">
|
|
743
751
|
<div class="rank">
|
|
744
752
|
<span title="Ranking 17">17</span>
|
|
745
|
-
<a href="https://github.com/
|
|
753
|
+
<a href="https://github.com/jqlang/jq" target="_blank" title="jqlang/jq">jqlang/jq</a>
|
|
746
754
|
</div>
|
|
747
755
|
<div class="sub-title followers">
|
|
748
756
|
|
|
749
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
750
|
-
<span style="background-color: #
|
|
757
|
+
<a class="language" target="_blank" href="https://github.com/topics/c" title="Programming Language C">
|
|
758
|
+
<span style="background-color: #555555;"></span>C
|
|
751
759
|
</a>
|
|
752
760
|
|
|
753
761
|
<span class="star" title="Stargazers Count">
|
|
754
762
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
755
763
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
756
764
|
</svg>
|
|
757
|
-
<span>
|
|
765
|
+
<span>26314</span>
|
|
758
766
|
</span>
|
|
759
767
|
<span class="star" title="Repo Forked">
|
|
760
768
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
761
769
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
762
770
|
</path>
|
|
763
771
|
</svg>
|
|
764
|
-
<span>
|
|
772
|
+
<span>1480</span>
|
|
765
773
|
</span>
|
|
766
774
|
<span class="star">
|
|
767
775
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
768
776
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
769
777
|
</svg>
|
|
770
|
-
<span>
|
|
778
|
+
<span>125 stars today</span>
|
|
771
779
|
</span>
|
|
772
780
|
</div>
|
|
773
781
|
<div class="details">
|
|
774
|
-
|
|
782
|
+
Command-line JSON processor
|
|
775
783
|
</div>
|
|
776
784
|
</div>
|
|
777
785
|
</li>
|
|
@@ -780,36 +788,36 @@
|
|
|
780
788
|
<div class="info">
|
|
781
789
|
<div class="rank">
|
|
782
790
|
<span title="Ranking 18">18</span>
|
|
783
|
-
<a href="https://github.com/
|
|
791
|
+
<a href="https://github.com/opentffoundation/opentf" target="_blank" title="opentffoundation/opentf">opentffoundation/opentf</a>
|
|
784
792
|
</div>
|
|
785
793
|
<div class="sub-title followers">
|
|
786
794
|
|
|
787
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
788
|
-
<span style="background-color: #
|
|
795
|
+
<a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
|
|
796
|
+
<span style="background-color: #00ADD8;"></span>Go
|
|
789
797
|
</a>
|
|
790
798
|
|
|
791
799
|
<span class="star" title="Stargazers Count">
|
|
792
800
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
793
801
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
794
802
|
</svg>
|
|
795
|
-
<span>
|
|
803
|
+
<span>5110</span>
|
|
796
804
|
</span>
|
|
797
805
|
<span class="star" title="Repo Forked">
|
|
798
806
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
799
807
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
800
808
|
</path>
|
|
801
809
|
</svg>
|
|
802
|
-
<span>
|
|
810
|
+
<span>119</span>
|
|
803
811
|
</span>
|
|
804
812
|
<span class="star">
|
|
805
813
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
806
814
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
807
815
|
</svg>
|
|
808
|
-
<span>
|
|
816
|
+
<span>1143 stars today</span>
|
|
809
817
|
</span>
|
|
810
818
|
</div>
|
|
811
819
|
<div class="details">
|
|
812
|
-
|
|
820
|
+
OpenTF lets you declaratively manage your cloud infrastructure.
|
|
813
821
|
</div>
|
|
814
822
|
</div>
|
|
815
823
|
</li>
|
|
@@ -818,36 +826,36 @@
|
|
|
818
826
|
<div class="info">
|
|
819
827
|
<div class="rank">
|
|
820
828
|
<span title="Ranking 19">19</span>
|
|
821
|
-
<a href="https://github.com/
|
|
829
|
+
<a href="https://github.com/jpmorganchase/python-training" target="_blank" title="jpmorganchase/python-training">jpmorganchase/python-training</a>
|
|
822
830
|
</div>
|
|
823
831
|
<div class="sub-title followers">
|
|
824
832
|
|
|
825
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
826
|
-
<span style="background-color: #
|
|
833
|
+
<a class="language" target="_blank" href="https://github.com/topics/jupyternotebook" title="Programming Language JupyterNotebook">
|
|
834
|
+
<span style="background-color: #DA5B0B;"></span>JupyterNotebook
|
|
827
835
|
</a>
|
|
828
836
|
|
|
829
837
|
<span class="star" title="Stargazers Count">
|
|
830
838
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
831
839
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
832
840
|
</svg>
|
|
833
|
-
<span>
|
|
841
|
+
<span>3268</span>
|
|
834
842
|
</span>
|
|
835
843
|
<span class="star" title="Repo Forked">
|
|
836
844
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
837
845
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
838
846
|
</path>
|
|
839
847
|
</svg>
|
|
840
|
-
<span>
|
|
848
|
+
<span>772</span>
|
|
841
849
|
</span>
|
|
842
850
|
<span class="star">
|
|
843
851
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
844
852
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
845
853
|
</svg>
|
|
846
|
-
<span>
|
|
854
|
+
<span>35 stars today</span>
|
|
847
855
|
</span>
|
|
848
856
|
</div>
|
|
849
857
|
<div class="details">
|
|
850
|
-
|
|
858
|
+
Python training for business analysts and traders
|
|
851
859
|
</div>
|
|
852
860
|
</div>
|
|
853
861
|
</li>
|
|
@@ -856,7 +864,7 @@
|
|
|
856
864
|
<div class="info">
|
|
857
865
|
<div class="rank">
|
|
858
866
|
<span title="Ranking 20">20</span>
|
|
859
|
-
<a href="https://github.com/
|
|
867
|
+
<a href="https://github.com/microsoft/promptflow" target="_blank" title="microsoft/promptflow">microsoft/promptflow</a>
|
|
860
868
|
</div>
|
|
861
869
|
<div class="sub-title followers">
|
|
862
870
|
|
|
@@ -868,24 +876,24 @@
|
|
|
868
876
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
869
877
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
870
878
|
</svg>
|
|
871
|
-
<span>
|
|
879
|
+
<span>609</span>
|
|
872
880
|
</span>
|
|
873
881
|
<span class="star" title="Repo Forked">
|
|
874
882
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
875
883
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
876
884
|
</path>
|
|
877
885
|
</svg>
|
|
878
|
-
<span>
|
|
886
|
+
<span>60</span>
|
|
879
887
|
</span>
|
|
880
888
|
<span class="star">
|
|
881
889
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
882
890
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
883
891
|
</svg>
|
|
884
|
-
<span>
|
|
892
|
+
<span>275 stars today</span>
|
|
885
893
|
</span>
|
|
886
894
|
</div>
|
|
887
895
|
<div class="details">
|
|
888
|
-
|
|
896
|
+
Build high-quality LLM apps - from prototyping, testing to production deployment and monitoring.
|
|
889
897
|
</div>
|
|
890
898
|
</div>
|
|
891
899
|
</li>
|
|
@@ -894,36 +902,36 @@
|
|
|
894
902
|
<div class="info">
|
|
895
903
|
<div class="rank">
|
|
896
904
|
<span title="Ranking 21">21</span>
|
|
897
|
-
<a href="https://github.com/
|
|
905
|
+
<a href="https://github.com/grpc/grpc-go" target="_blank" title="grpc/grpc-go">grpc/grpc-go</a>
|
|
898
906
|
</div>
|
|
899
907
|
<div class="sub-title followers">
|
|
900
908
|
|
|
901
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
902
|
-
<span style="background-color: #
|
|
909
|
+
<a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
|
|
910
|
+
<span style="background-color: #00ADD8;"></span>Go
|
|
903
911
|
</a>
|
|
904
912
|
|
|
905
913
|
<span class="star" title="Stargazers Count">
|
|
906
914
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
907
915
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
908
916
|
</svg>
|
|
909
|
-
<span>
|
|
917
|
+
<span>18752</span>
|
|
910
918
|
</span>
|
|
911
919
|
<span class="star" title="Repo Forked">
|
|
912
920
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
913
921
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
914
922
|
</path>
|
|
915
923
|
</svg>
|
|
916
|
-
<span>
|
|
924
|
+
<span>4111</span>
|
|
917
925
|
</span>
|
|
918
926
|
<span class="star">
|
|
919
927
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
920
928
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
921
929
|
</svg>
|
|
922
|
-
<span>
|
|
930
|
+
<span>12 stars today</span>
|
|
923
931
|
</span>
|
|
924
932
|
</div>
|
|
925
933
|
<div class="details">
|
|
926
|
-
|
|
934
|
+
The Go language implementation of gRPC. HTTP/2 based RPC
|
|
927
935
|
</div>
|
|
928
936
|
</div>
|
|
929
937
|
</li>
|
|
@@ -932,7 +940,7 @@
|
|
|
932
940
|
<div class="info">
|
|
933
941
|
<div class="rank">
|
|
934
942
|
<span title="Ranking 22">22</span>
|
|
935
|
-
<a href="https://github.com/
|
|
943
|
+
<a href="https://github.com/cloudcommunity/Free-Certifications" target="_blank" title="cloudcommunity/Free-Certifications">cloudcommunity/Free-Certifications</a>
|
|
936
944
|
</div>
|
|
937
945
|
<div class="sub-title followers">
|
|
938
946
|
|
|
@@ -940,24 +948,24 @@
|
|
|
940
948
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
941
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>
|
|
942
950
|
</svg>
|
|
943
|
-
<span>
|
|
951
|
+
<span>5605</span>
|
|
944
952
|
</span>
|
|
945
953
|
<span class="star" title="Repo Forked">
|
|
946
954
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
947
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">
|
|
948
956
|
</path>
|
|
949
957
|
</svg>
|
|
950
|
-
<span>
|
|
958
|
+
<span>638</span>
|
|
951
959
|
</span>
|
|
952
960
|
<span class="star">
|
|
953
961
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
954
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>
|
|
955
963
|
</svg>
|
|
956
|
-
<span>
|
|
964
|
+
<span>636 stars today</span>
|
|
957
965
|
</span>
|
|
958
966
|
</div>
|
|
959
967
|
<div class="details">
|
|
960
|
-
A list of
|
|
968
|
+
A curated list of free courses & certifications.
|
|
961
969
|
</div>
|
|
962
970
|
</div>
|
|
963
971
|
</li>
|
|
@@ -966,36 +974,36 @@
|
|
|
966
974
|
<div class="info">
|
|
967
975
|
<div class="rank">
|
|
968
976
|
<span title="Ranking 23">23</span>
|
|
969
|
-
<a href="https://github.com/
|
|
977
|
+
<a href="https://github.com/mui/material-ui" target="_blank" title="mui/material-ui">mui/material-ui</a>
|
|
970
978
|
</div>
|
|
971
979
|
<div class="sub-title followers">
|
|
972
980
|
|
|
973
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
974
|
-
<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
|
|
975
983
|
</a>
|
|
976
984
|
|
|
977
985
|
<span class="star" title="Stargazers Count">
|
|
978
986
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
979
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>
|
|
980
988
|
</svg>
|
|
981
|
-
<span>
|
|
989
|
+
<span>88626</span>
|
|
982
990
|
</span>
|
|
983
991
|
<span class="star" title="Repo Forked">
|
|
984
992
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
985
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">
|
|
986
994
|
</path>
|
|
987
995
|
</svg>
|
|
988
|
-
<span>
|
|
996
|
+
<span>30161</span>
|
|
989
997
|
</span>
|
|
990
998
|
<span class="star">
|
|
991
999
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
992
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>
|
|
993
1001
|
</svg>
|
|
994
|
-
<span>
|
|
1002
|
+
<span>34 stars today</span>
|
|
995
1003
|
</span>
|
|
996
1004
|
</div>
|
|
997
1005
|
<div class="details">
|
|
998
|
-
|
|
1006
|
+
MUI Core: Ready-to-use foundational React components, free forever. It includes Material UI, which implements Google's Material Design.
|
|
999
1007
|
</div>
|
|
1000
1008
|
</div>
|
|
1001
1009
|
</li>
|
|
@@ -1004,74 +1012,36 @@
|
|
|
1004
1012
|
<div class="info">
|
|
1005
1013
|
<div class="rank">
|
|
1006
1014
|
<span title="Ranking 24">24</span>
|
|
1007
|
-
<a href="https://github.com/
|
|
1015
|
+
<a href="https://github.com/mshumer/gpt-author" target="_blank" title="mshumer/gpt-author">mshumer/gpt-author</a>
|
|
1008
1016
|
</div>
|
|
1009
1017
|
<div class="sub-title followers">
|
|
1010
1018
|
|
|
1011
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
1012
|
-
<span style="background-color: #
|
|
1019
|
+
<a class="language" target="_blank" href="https://github.com/topics/jupyternotebook" title="Programming Language JupyterNotebook">
|
|
1020
|
+
<span style="background-color: #DA5B0B;"></span>JupyterNotebook
|
|
1013
1021
|
</a>
|
|
1014
1022
|
|
|
1015
1023
|
<span class="star" title="Stargazers Count">
|
|
1016
1024
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1017
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>
|
|
1018
1026
|
</svg>
|
|
1019
|
-
<span>
|
|
1027
|
+
<span>1344</span>
|
|
1020
1028
|
</span>
|
|
1021
1029
|
<span class="star" title="Repo Forked">
|
|
1022
1030
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1023
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">
|
|
1024
1032
|
</path>
|
|
1025
1033
|
</svg>
|
|
1026
|
-
<span>
|
|
1034
|
+
<span>170</span>
|
|
1027
1035
|
</span>
|
|
1028
1036
|
<span class="star">
|
|
1029
1037
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1030
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>
|
|
1031
1039
|
</svg>
|
|
1032
|
-
<span>
|
|
1040
|
+
<span>41 stars today</span>
|
|
1033
1041
|
</span>
|
|
1034
1042
|
</div>
|
|
1035
1043
|
<div class="details">
|
|
1036
|
-
A Rust port of shadowsocks
|
|
1037
|
-
</div>
|
|
1038
|
-
</div>
|
|
1039
|
-
</li>
|
|
1040
|
-
|
|
1041
|
-
<li>
|
|
1042
|
-
<div class="info">
|
|
1043
|
-
<div class="rank">
|
|
1044
|
-
<span title="Ranking 25">25</span>
|
|
1045
|
-
<a href="https://github.com/linuxdeepin/deepin-unioncode" target="_blank" title="linuxdeepin/deepin-unioncode">linuxdeepin/deepin-unioncode</a>
|
|
1046
|
-
</div>
|
|
1047
|
-
<div class="sub-title followers">
|
|
1048
|
-
|
|
1049
|
-
<a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
|
|
1050
|
-
<span style="background-color: #f34b7d;"></span>C++
|
|
1051
|
-
</a>
|
|
1052
1044
|
|
|
1053
|
-
<span class="star" title="Stargazers Count">
|
|
1054
|
-
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1055
|
-
<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>
|
|
1056
|
-
</svg>
|
|
1057
|
-
<span>458</span>
|
|
1058
|
-
</span>
|
|
1059
|
-
<span class="star" title="Repo Forked">
|
|
1060
|
-
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1061
|
-
<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">
|
|
1062
|
-
</path>
|
|
1063
|
-
</svg>
|
|
1064
|
-
<span>33</span>
|
|
1065
|
-
</span>
|
|
1066
|
-
<span class="star">
|
|
1067
|
-
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1068
|
-
<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>
|
|
1069
|
-
</svg>
|
|
1070
|
-
<span>68 stars today</span>
|
|
1071
|
-
</span>
|
|
1072
|
-
</div>
|
|
1073
|
-
<div class="details">
|
|
1074
|
-
IDE authored by deepin
|
|
1075
1045
|
</div>
|
|
1076
1046
|
</div>
|
|
1077
1047
|
</li>
|
|
@@ -1092,7 +1062,7 @@
|
|
|
1092
1062
|
<img src="https://img.shields.io/npm/v/@wcj/github-rank.svg?label=unpkg">
|
|
1093
1063
|
</a>
|
|
1094
1064
|
</div>
|
|
1095
|
-
<div class="time">Last cache created on 2023/9/
|
|
1065
|
+
<div class="time">Last cache created on 2023/9/9 by Github API v3.</div>
|
|
1096
1066
|
Create by <a href="https://github.com/jaywcjlove" target="_blank">小弟调调™</a>.
|
|
1097
1067
|
</div>
|
|
1098
1068
|
</body>
|