@wcj/github-rank 23.10.25 → 23.10.26
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 +20526 -20522
- package/dist/trending-daily.json +189 -189
- package/dist/trending-monthly.json +158 -158
- package/dist/trending-weekly.json +182 -182
- package/dist/users.china.json +1416 -1416
- package/dist/users.json +5923 -5923
- package/package.json +1 -1
- package/web/data/repos.json +20526 -20522
- package/web/data/trending-daily.json +189 -189
- package/web/data/trending-monthly.json +158 -158
- package/web/data/trending-weekly.json +182 -182
- package/web/data/users.china.json +1416 -1416
- package/web/data/users.json +5923 -5923
- package/web/index.html +4376 -4376
- package/web/repos.html +2680 -2680
- package/web/trending-monthly.html +159 -155
- package/web/trending-weekly.html +167 -167
- package/web/trending.html +175 -167
- package/web/users.china.html +1100 -1100
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/10/
|
|
132
|
+
<div class="time">Last cache created on 2023/10/26 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/ZachGoldberg/Startup-CTO-Handbook" target="_blank" title="ZachGoldberg/Startup-CTO-Handbook">ZachGoldberg/Startup-CTO-Handbook</a>
|
|
158
158
|
</div>
|
|
159
159
|
<div class="sub-title followers">
|
|
160
160
|
|
|
161
|
-
<a class="language" target="_blank" href="https://github.com/topics/jupyternotebook" title="Programming Language JupyterNotebook">
|
|
162
|
-
<span style="background-color: #DA5B0B;"></span>JupyterNotebook
|
|
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>6404</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>256</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>2148 stars today</span>
|
|
183
179
|
</span>
|
|
184
180
|
</div>
|
|
185
181
|
<div class="details">
|
|
186
|
-
|
|
182
|
+
The Startup CTO's Handbook, a book covering leadership, management and technical topics for leaders of software engineering teams
|
|
187
183
|
</div>
|
|
188
184
|
</div>
|
|
189
185
|
</li>
|
|
@@ -192,32 +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/ErickWendel/semana-javascript-expert08" target="_blank" title="ErickWendel/semana-javascript-expert08">ErickWendel/semana-javascript-expert08</a>
|
|
196
192
|
</div>
|
|
197
193
|
<div class="sub-title followers">
|
|
198
194
|
|
|
195
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
196
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
197
|
+
</a>
|
|
198
|
+
|
|
199
199
|
<span class="star" title="Stargazers Count">
|
|
200
200
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
201
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>
|
|
202
202
|
</svg>
|
|
203
|
-
<span>
|
|
203
|
+
<span>1987</span>
|
|
204
204
|
</span>
|
|
205
205
|
<span class="star" title="Repo Forked">
|
|
206
206
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
207
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">
|
|
208
208
|
</path>
|
|
209
209
|
</svg>
|
|
210
|
-
<span>
|
|
210
|
+
<span>1356</span>
|
|
211
211
|
</span>
|
|
212
212
|
<span class="star">
|
|
213
213
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
214
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>
|
|
215
215
|
</svg>
|
|
216
|
-
<span>
|
|
216
|
+
<span>383 stars today</span>
|
|
217
217
|
</span>
|
|
218
218
|
</div>
|
|
219
219
|
<div class="details">
|
|
220
|
-
|
|
220
|
+
JS Expert Week 8.0 - 🎥Pre processing videos before uploading in the browser 😏
|
|
221
221
|
</div>
|
|
222
222
|
</div>
|
|
223
223
|
</li>
|
|
@@ -226,32 +226,36 @@
|
|
|
226
226
|
<div class="info">
|
|
227
227
|
<div class="rank">
|
|
228
228
|
<span title="Ranking 3">3</span>
|
|
229
|
-
<a href="https://github.com/
|
|
229
|
+
<a href="https://github.com/yangshun/tech-interview-handbook" target="_blank" title="yangshun/tech-interview-handbook">yangshun/tech-interview-handbook</a>
|
|
230
230
|
</div>
|
|
231
231
|
<div class="sub-title followers">
|
|
232
232
|
|
|
233
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
234
|
+
<span style="background-color: #3178c6;"></span>TypeScript
|
|
235
|
+
</a>
|
|
236
|
+
|
|
233
237
|
<span class="star" title="Stargazers Count">
|
|
234
238
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
235
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>
|
|
236
240
|
</svg>
|
|
237
|
-
<span>
|
|
241
|
+
<span>97883</span>
|
|
238
242
|
</span>
|
|
239
243
|
<span class="star" title="Repo Forked">
|
|
240
244
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
241
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">
|
|
242
246
|
</path>
|
|
243
247
|
</svg>
|
|
244
|
-
<span>
|
|
248
|
+
<span>12696</span>
|
|
245
249
|
</span>
|
|
246
250
|
<span class="star">
|
|
247
251
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
248
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>
|
|
249
253
|
</svg>
|
|
250
|
-
<span>
|
|
254
|
+
<span>446 stars today</span>
|
|
251
255
|
</span>
|
|
252
256
|
</div>
|
|
253
257
|
<div class="details">
|
|
254
|
-
|
|
258
|
+
💯 Curated coding interview preparation materials for busy software engineers
|
|
255
259
|
</div>
|
|
256
260
|
</div>
|
|
257
261
|
</li>
|
|
@@ -260,36 +264,32 @@
|
|
|
260
264
|
<div class="info">
|
|
261
265
|
<div class="rank">
|
|
262
266
|
<span title="Ranking 4">4</span>
|
|
263
|
-
<a href="https://github.com/
|
|
267
|
+
<a href="https://github.com/EbookFoundation/free-programming-books" target="_blank" title="EbookFoundation/free-programming-books">EbookFoundation/free-programming-books</a>
|
|
264
268
|
</div>
|
|
265
269
|
<div class="sub-title followers">
|
|
266
270
|
|
|
267
|
-
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
268
|
-
<span style="background-color: #3178c6;"></span>TypeScript
|
|
269
|
-
</a>
|
|
270
|
-
|
|
271
271
|
<span class="star" title="Stargazers Count">
|
|
272
272
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
273
273
|
<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>
|
|
274
274
|
</svg>
|
|
275
|
-
<span>
|
|
275
|
+
<span>301709</span>
|
|
276
276
|
</span>
|
|
277
277
|
<span class="star" title="Repo Forked">
|
|
278
278
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
279
279
|
<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">
|
|
280
280
|
</path>
|
|
281
281
|
</svg>
|
|
282
|
-
<span>
|
|
282
|
+
<span>58288</span>
|
|
283
283
|
</span>
|
|
284
284
|
<span class="star">
|
|
285
285
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
286
286
|
<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>
|
|
287
287
|
</svg>
|
|
288
|
-
<span>
|
|
288
|
+
<span>354 stars today</span>
|
|
289
289
|
</span>
|
|
290
290
|
</div>
|
|
291
291
|
<div class="details">
|
|
292
|
-
|
|
292
|
+
📚 Freely available programming books
|
|
293
293
|
</div>
|
|
294
294
|
</div>
|
|
295
295
|
</li>
|
|
@@ -298,36 +298,36 @@
|
|
|
298
298
|
<div class="info">
|
|
299
299
|
<div class="rank">
|
|
300
300
|
<span title="Ranking 5">5</span>
|
|
301
|
-
<a href="https://github.com/
|
|
301
|
+
<a href="https://github.com/kamranahmedse/developer-roadmap" target="_blank" title="kamranahmedse/developer-roadmap">kamranahmedse/developer-roadmap</a>
|
|
302
302
|
</div>
|
|
303
303
|
<div class="sub-title followers">
|
|
304
304
|
|
|
305
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
306
|
-
<span style="background-color: #
|
|
305
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
306
|
+
<span style="background-color: #3178c6;"></span>TypeScript
|
|
307
307
|
</a>
|
|
308
308
|
|
|
309
309
|
<span class="star" title="Stargazers Count">
|
|
310
310
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
311
311
|
<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>
|
|
312
312
|
</svg>
|
|
313
|
-
<span>
|
|
313
|
+
<span>254752</span>
|
|
314
314
|
</span>
|
|
315
315
|
<span class="star" title="Repo Forked">
|
|
316
316
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
317
317
|
<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">
|
|
318
318
|
</path>
|
|
319
319
|
</svg>
|
|
320
|
-
<span>
|
|
320
|
+
<span>35222</span>
|
|
321
321
|
</span>
|
|
322
322
|
<span class="star">
|
|
323
323
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
324
324
|
<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>
|
|
325
325
|
</svg>
|
|
326
|
-
<span>
|
|
326
|
+
<span>459 stars today</span>
|
|
327
327
|
</span>
|
|
328
328
|
</div>
|
|
329
329
|
<div class="details">
|
|
330
|
-
|
|
330
|
+
Interactive roadmaps, guides and other educational content to help developers grow in their careers.
|
|
331
331
|
</div>
|
|
332
332
|
</div>
|
|
333
333
|
</li>
|
|
@@ -336,32 +336,36 @@
|
|
|
336
336
|
<div class="info">
|
|
337
337
|
<div class="rank">
|
|
338
338
|
<span title="Ranking 6">6</span>
|
|
339
|
-
<a href="https://github.com/
|
|
339
|
+
<a href="https://github.com/psf/black" target="_blank" title="psf/black">psf/black</a>
|
|
340
340
|
</div>
|
|
341
341
|
<div class="sub-title followers">
|
|
342
342
|
|
|
343
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
344
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
345
|
+
</a>
|
|
346
|
+
|
|
343
347
|
<span class="star" title="Stargazers Count">
|
|
344
348
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
345
349
|
<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>
|
|
346
350
|
</svg>
|
|
347
|
-
<span>
|
|
351
|
+
<span>34178</span>
|
|
348
352
|
</span>
|
|
349
353
|
<span class="star" title="Repo Forked">
|
|
350
354
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
351
355
|
<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">
|
|
352
356
|
</path>
|
|
353
357
|
</svg>
|
|
354
|
-
<span>
|
|
358
|
+
<span>2262</span>
|
|
355
359
|
</span>
|
|
356
360
|
<span class="star">
|
|
357
361
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
358
362
|
<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>
|
|
359
363
|
</svg>
|
|
360
|
-
<span>
|
|
364
|
+
<span>30 stars today</span>
|
|
361
365
|
</span>
|
|
362
366
|
</div>
|
|
363
367
|
<div class="details">
|
|
364
|
-
|
|
368
|
+
The uncompromising Python code formatter
|
|
365
369
|
</div>
|
|
366
370
|
</div>
|
|
367
371
|
</li>
|
|
@@ -370,7 +374,7 @@
|
|
|
370
374
|
<div class="info">
|
|
371
375
|
<div class="rank">
|
|
372
376
|
<span title="Ranking 7">7</span>
|
|
373
|
-
<a href="https://github.com/
|
|
377
|
+
<a href="https://github.com/commaai/openpilot" target="_blank" title="commaai/openpilot">commaai/openpilot</a>
|
|
374
378
|
</div>
|
|
375
379
|
<div class="sub-title followers">
|
|
376
380
|
|
|
@@ -382,24 +386,24 @@
|
|
|
382
386
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
383
387
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
384
388
|
</svg>
|
|
385
|
-
<span>
|
|
389
|
+
<span>43500</span>
|
|
386
390
|
</span>
|
|
387
391
|
<span class="star" title="Repo Forked">
|
|
388
392
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
389
393
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
390
394
|
</path>
|
|
391
395
|
</svg>
|
|
392
|
-
<span>
|
|
396
|
+
<span>7838</span>
|
|
393
397
|
</span>
|
|
394
398
|
<span class="star">
|
|
395
399
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
396
400
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
397
401
|
</svg>
|
|
398
|
-
<span>
|
|
402
|
+
<span>114 stars today</span>
|
|
399
403
|
</span>
|
|
400
404
|
</div>
|
|
401
405
|
<div class="details">
|
|
402
|
-
|
|
406
|
+
openpilot is an open source driver assistance system. openpilot performs the functions of Automated Lane Centering and Adaptive Cruise Control for 250+ supported car makes and models.
|
|
403
407
|
</div>
|
|
404
408
|
</div>
|
|
405
409
|
</li>
|
|
@@ -408,36 +412,36 @@
|
|
|
408
412
|
<div class="info">
|
|
409
413
|
<div class="rank">
|
|
410
414
|
<span title="Ranking 8">8</span>
|
|
411
|
-
<a href="https://github.com/
|
|
415
|
+
<a href="https://github.com/Z4nzu/hackingtool" target="_blank" title="Z4nzu/hackingtool">Z4nzu/hackingtool</a>
|
|
412
416
|
</div>
|
|
413
417
|
<div class="sub-title followers">
|
|
414
418
|
|
|
415
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
416
|
-
<span style="background-color: #
|
|
419
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
420
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
417
421
|
</a>
|
|
418
422
|
|
|
419
423
|
<span class="star" title="Stargazers Count">
|
|
420
424
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
421
425
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
422
426
|
</svg>
|
|
423
|
-
<span>
|
|
427
|
+
<span>40179</span>
|
|
424
428
|
</span>
|
|
425
429
|
<span class="star" title="Repo Forked">
|
|
426
430
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
427
431
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
428
432
|
</path>
|
|
429
433
|
</svg>
|
|
430
|
-
<span>
|
|
434
|
+
<span>4439</span>
|
|
431
435
|
</span>
|
|
432
436
|
<span class="star">
|
|
433
437
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
434
438
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
435
439
|
</svg>
|
|
436
|
-
<span>
|
|
440
|
+
<span>48 stars today</span>
|
|
437
441
|
</span>
|
|
438
442
|
</div>
|
|
439
443
|
<div class="details">
|
|
440
|
-
|
|
444
|
+
ALL IN ONE Hacking Tool For Hackers
|
|
441
445
|
</div>
|
|
442
446
|
</div>
|
|
443
447
|
</li>
|
|
@@ -446,32 +450,36 @@
|
|
|
446
450
|
<div class="info">
|
|
447
451
|
<div class="rank">
|
|
448
452
|
<span title="Ranking 9">9</span>
|
|
449
|
-
<a href="https://github.com/
|
|
453
|
+
<a href="https://github.com/stas00/ml-engineering" target="_blank" title="stas00/ml-engineering">stas00/ml-engineering</a>
|
|
450
454
|
</div>
|
|
451
455
|
<div class="sub-title followers">
|
|
452
456
|
|
|
457
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
458
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
459
|
+
</a>
|
|
460
|
+
|
|
453
461
|
<span class="star" title="Stargazers Count">
|
|
454
462
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
455
463
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
456
464
|
</svg>
|
|
457
|
-
<span>
|
|
465
|
+
<span>1821</span>
|
|
458
466
|
</span>
|
|
459
467
|
<span class="star" title="Repo Forked">
|
|
460
468
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
461
469
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
462
470
|
</path>
|
|
463
471
|
</svg>
|
|
464
|
-
<span>
|
|
472
|
+
<span>111</span>
|
|
465
473
|
</span>
|
|
466
474
|
<span class="star">
|
|
467
475
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
468
476
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
469
477
|
</svg>
|
|
470
|
-
<span>
|
|
478
|
+
<span>94 stars today</span>
|
|
471
479
|
</span>
|
|
472
480
|
</div>
|
|
473
481
|
<div class="details">
|
|
474
|
-
|
|
482
|
+
Machine Learning Engineering Guides and Tools
|
|
475
483
|
</div>
|
|
476
484
|
</div>
|
|
477
485
|
</li>
|
|
@@ -480,36 +488,36 @@
|
|
|
480
488
|
<div class="info">
|
|
481
489
|
<div class="rank">
|
|
482
490
|
<span title="Ranking 10">10</span>
|
|
483
|
-
<a href="https://github.com/
|
|
491
|
+
<a href="https://github.com/hehonghui/awesome-english-ebooks" target="_blank" title="hehonghui/awesome-english-ebooks">hehonghui/awesome-english-ebooks</a>
|
|
484
492
|
</div>
|
|
485
493
|
<div class="sub-title followers">
|
|
486
494
|
|
|
487
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
488
|
-
<span style="background-color: #
|
|
495
|
+
<a class="language" target="_blank" href="https://github.com/topics/css" title="Programming Language CSS">
|
|
496
|
+
<span style="background-color: #563d7c;"></span>CSS
|
|
489
497
|
</a>
|
|
490
498
|
|
|
491
499
|
<span class="star" title="Stargazers Count">
|
|
492
500
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
493
501
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
494
502
|
</svg>
|
|
495
|
-
<span>
|
|
503
|
+
<span>14037</span>
|
|
496
504
|
</span>
|
|
497
505
|
<span class="star" title="Repo Forked">
|
|
498
506
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
499
507
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
500
508
|
</path>
|
|
501
509
|
</svg>
|
|
502
|
-
<span>
|
|
510
|
+
<span>971</span>
|
|
503
511
|
</span>
|
|
504
512
|
<span class="star">
|
|
505
513
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
506
514
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
507
515
|
</svg>
|
|
508
|
-
<span>
|
|
516
|
+
<span>57 stars today</span>
|
|
509
517
|
</span>
|
|
510
518
|
</div>
|
|
511
519
|
<div class="details">
|
|
512
|
-
|
|
520
|
+
经济学人(含音频)、纽约客、卫报、连线、大西洋月刊等英语杂志免费下载,支持epub、mobi、pdf格式, 每周更新
|
|
513
521
|
</div>
|
|
514
522
|
</div>
|
|
515
523
|
</li>
|
|
@@ -518,36 +526,36 @@
|
|
|
518
526
|
<div class="info">
|
|
519
527
|
<div class="rank">
|
|
520
528
|
<span title="Ranking 11">11</span>
|
|
521
|
-
<a href="https://github.com/
|
|
529
|
+
<a href="https://github.com/apache/incubator-answer" target="_blank" title="apache/incubator-answer">apache/incubator-answer</a>
|
|
522
530
|
</div>
|
|
523
531
|
<div class="sub-title followers">
|
|
524
532
|
|
|
525
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
526
|
-
<span style="background-color: #
|
|
533
|
+
<a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
|
|
534
|
+
<span style="background-color: #00ADD8;"></span>Go
|
|
527
535
|
</a>
|
|
528
536
|
|
|
529
537
|
<span class="star" title="Stargazers Count">
|
|
530
538
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
531
539
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
532
540
|
</svg>
|
|
533
|
-
<span>
|
|
541
|
+
<span>8201</span>
|
|
534
542
|
</span>
|
|
535
543
|
<span class="star" title="Repo Forked">
|
|
536
544
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
537
545
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
538
546
|
</path>
|
|
539
547
|
</svg>
|
|
540
|
-
<span>
|
|
548
|
+
<span>534</span>
|
|
541
549
|
</span>
|
|
542
550
|
<span class="star">
|
|
543
551
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
544
552
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
545
553
|
</svg>
|
|
546
|
-
<span>
|
|
554
|
+
<span>83 stars today</span>
|
|
547
555
|
</span>
|
|
548
556
|
</div>
|
|
549
557
|
<div class="details">
|
|
550
|
-
|
|
558
|
+
A Q&A platform software for teams at any scales. Whether it's a community forum, help center, or knowledge management platform, you can always count on Answer.
|
|
551
559
|
</div>
|
|
552
560
|
</div>
|
|
553
561
|
</li>
|
|
@@ -556,36 +564,36 @@
|
|
|
556
564
|
<div class="info">
|
|
557
565
|
<div class="rank">
|
|
558
566
|
<span title="Ranking 12">12</span>
|
|
559
|
-
<a href="https://github.com/
|
|
567
|
+
<a href="https://github.com/google/googletest" target="_blank" title="google/googletest">google/googletest</a>
|
|
560
568
|
</div>
|
|
561
569
|
<div class="sub-title followers">
|
|
562
570
|
|
|
563
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
564
|
-
<span style="background-color: #
|
|
571
|
+
<a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
|
|
572
|
+
<span style="background-color: #f34b7d;"></span>C++
|
|
565
573
|
</a>
|
|
566
574
|
|
|
567
575
|
<span class="star" title="Stargazers Count">
|
|
568
576
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
569
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>
|
|
570
578
|
</svg>
|
|
571
|
-
<span>
|
|
579
|
+
<span>31184</span>
|
|
572
580
|
</span>
|
|
573
581
|
<span class="star" title="Repo Forked">
|
|
574
582
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
575
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">
|
|
576
584
|
</path>
|
|
577
585
|
</svg>
|
|
578
|
-
<span>
|
|
586
|
+
<span>9884</span>
|
|
579
587
|
</span>
|
|
580
588
|
<span class="star">
|
|
581
589
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
582
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>
|
|
583
591
|
</svg>
|
|
584
|
-
<span>
|
|
592
|
+
<span>54 stars today</span>
|
|
585
593
|
</span>
|
|
586
594
|
</div>
|
|
587
595
|
<div class="details">
|
|
588
|
-
|
|
596
|
+
GoogleTest - Google Testing and Mocking Framework
|
|
589
597
|
</div>
|
|
590
598
|
</div>
|
|
591
599
|
</li>
|
|
@@ -594,36 +602,36 @@
|
|
|
594
602
|
<div class="info">
|
|
595
603
|
<div class="rank">
|
|
596
604
|
<span title="Ranking 13">13</span>
|
|
597
|
-
<a href="https://github.com/
|
|
605
|
+
<a href="https://github.com/ripienaar/free-for-dev" target="_blank" title="ripienaar/free-for-dev">ripienaar/free-for-dev</a>
|
|
598
606
|
</div>
|
|
599
607
|
<div class="sub-title followers">
|
|
600
608
|
|
|
601
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
602
|
-
<span style="background-color: #
|
|
609
|
+
<a class="language" target="_blank" href="https://github.com/topics/html" title="Programming Language HTML">
|
|
610
|
+
<span style="background-color: #e34c26;"></span>HTML
|
|
603
611
|
</a>
|
|
604
612
|
|
|
605
613
|
<span class="star" title="Stargazers Count">
|
|
606
614
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
607
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>
|
|
608
616
|
</svg>
|
|
609
|
-
<span>
|
|
617
|
+
<span>75506</span>
|
|
610
618
|
</span>
|
|
611
619
|
<span class="star" title="Repo Forked">
|
|
612
620
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
613
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">
|
|
614
622
|
</path>
|
|
615
623
|
</svg>
|
|
616
|
-
<span>
|
|
624
|
+
<span>8249</span>
|
|
617
625
|
</span>
|
|
618
626
|
<span class="star">
|
|
619
627
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
620
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>
|
|
621
629
|
</svg>
|
|
622
|
-
<span>
|
|
630
|
+
<span>84 stars today</span>
|
|
623
631
|
</span>
|
|
624
632
|
</div>
|
|
625
633
|
<div class="details">
|
|
626
|
-
|
|
634
|
+
A list of SaaS, PaaS and IaaS offerings that have free tiers of interest to devops and infradev
|
|
627
635
|
</div>
|
|
628
636
|
</div>
|
|
629
637
|
</li>
|
|
@@ -632,36 +640,36 @@
|
|
|
632
640
|
<div class="info">
|
|
633
641
|
<div class="rank">
|
|
634
642
|
<span title="Ranking 14">14</span>
|
|
635
|
-
<a href="https://github.com/
|
|
643
|
+
<a href="https://github.com/AykutSarac/jsoncrack.com" target="_blank" title="AykutSarac/jsoncrack.com">AykutSarac/jsoncrack.com</a>
|
|
636
644
|
</div>
|
|
637
645
|
<div class="sub-title followers">
|
|
638
646
|
|
|
639
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
640
|
-
<span style="background-color: #
|
|
647
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
648
|
+
<span style="background-color: #3178c6;"></span>TypeScript
|
|
641
649
|
</a>
|
|
642
650
|
|
|
643
651
|
<span class="star" title="Stargazers Count">
|
|
644
652
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
645
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>
|
|
646
654
|
</svg>
|
|
647
|
-
<span>
|
|
655
|
+
<span>26090</span>
|
|
648
656
|
</span>
|
|
649
657
|
<span class="star" title="Repo Forked">
|
|
650
658
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
651
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">
|
|
652
660
|
</path>
|
|
653
661
|
</svg>
|
|
654
|
-
<span>
|
|
662
|
+
<span>1447</span>
|
|
655
663
|
</span>
|
|
656
664
|
<span class="star">
|
|
657
665
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
658
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>
|
|
659
667
|
</svg>
|
|
660
|
-
<span>
|
|
668
|
+
<span>55 stars today</span>
|
|
661
669
|
</span>
|
|
662
670
|
</div>
|
|
663
671
|
<div class="details">
|
|
664
|
-
|
|
672
|
+
✨ Innovative and open-source visualization application that transforms various data formats, such as JSON, YAML, XML, CSV and more, into interactive graphs.
|
|
665
673
|
</div>
|
|
666
674
|
</div>
|
|
667
675
|
</li>
|
|
@@ -670,36 +678,36 @@
|
|
|
670
678
|
<div class="info">
|
|
671
679
|
<div class="rank">
|
|
672
680
|
<span title="Ranking 15">15</span>
|
|
673
|
-
<a href="https://github.com/
|
|
681
|
+
<a href="https://github.com/eureka-research/Eureka" target="_blank" title="eureka-research/Eureka">eureka-research/Eureka</a>
|
|
674
682
|
</div>
|
|
675
683
|
<div class="sub-title followers">
|
|
676
684
|
|
|
677
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
678
|
-
<span style="background-color: #
|
|
685
|
+
<a class="language" target="_blank" href="https://github.com/topics/jupyternotebook" title="Programming Language JupyterNotebook">
|
|
686
|
+
<span style="background-color: #DA5B0B;"></span>JupyterNotebook
|
|
679
687
|
</a>
|
|
680
688
|
|
|
681
689
|
<span class="star" title="Stargazers Count">
|
|
682
690
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
683
691
|
<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>
|
|
684
692
|
</svg>
|
|
685
|
-
<span>
|
|
693
|
+
<span>1565</span>
|
|
686
694
|
</span>
|
|
687
695
|
<span class="star" title="Repo Forked">
|
|
688
696
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
689
697
|
<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">
|
|
690
698
|
</path>
|
|
691
699
|
</svg>
|
|
692
|
-
<span>
|
|
700
|
+
<span>128</span>
|
|
693
701
|
</span>
|
|
694
702
|
<span class="star">
|
|
695
703
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
696
704
|
<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>
|
|
697
705
|
</svg>
|
|
698
|
-
<span>
|
|
706
|
+
<span>757 stars today</span>
|
|
699
707
|
</span>
|
|
700
708
|
</div>
|
|
701
709
|
<div class="details">
|
|
702
|
-
|
|
710
|
+
Official Repository for "Eureka: Human-Level Reward Design via Coding Large Language Models"
|
|
703
711
|
</div>
|
|
704
712
|
</div>
|
|
705
713
|
</li>
|
|
@@ -708,36 +716,32 @@
|
|
|
708
716
|
<div class="info">
|
|
709
717
|
<div class="rank">
|
|
710
718
|
<span title="Ranking 16">16</span>
|
|
711
|
-
<a href="https://github.com/
|
|
719
|
+
<a href="https://github.com/daveshap/SparsePrimingRepresentations" target="_blank" title="daveshap/SparsePrimingRepresentations">daveshap/SparsePrimingRepresentations</a>
|
|
712
720
|
</div>
|
|
713
721
|
<div class="sub-title followers">
|
|
714
722
|
|
|
715
|
-
<a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
|
|
716
|
-
<span style="background-color: #00ADD8;"></span>Go
|
|
717
|
-
</a>
|
|
718
|
-
|
|
719
723
|
<span class="star" title="Stargazers Count">
|
|
720
724
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
721
725
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
722
726
|
</svg>
|
|
723
|
-
<span>
|
|
727
|
+
<span>234</span>
|
|
724
728
|
</span>
|
|
725
729
|
<span class="star" title="Repo Forked">
|
|
726
730
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
727
731
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
728
732
|
</path>
|
|
729
733
|
</svg>
|
|
730
|
-
<span>
|
|
734
|
+
<span>39</span>
|
|
731
735
|
</span>
|
|
732
736
|
<span class="star">
|
|
733
737
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
734
738
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
735
739
|
</svg>
|
|
736
|
-
<span>
|
|
740
|
+
<span>34 stars today</span>
|
|
737
741
|
</span>
|
|
738
742
|
</div>
|
|
739
743
|
<div class="details">
|
|
740
|
-
|
|
744
|
+
Public repo to document some SPR stuff
|
|
741
745
|
</div>
|
|
742
746
|
</div>
|
|
743
747
|
</li>
|
|
@@ -746,36 +750,36 @@
|
|
|
746
750
|
<div class="info">
|
|
747
751
|
<div class="rank">
|
|
748
752
|
<span title="Ranking 17">17</span>
|
|
749
|
-
<a href="https://github.com/
|
|
753
|
+
<a href="https://github.com/nomic-ai/gpt4all" target="_blank" title="nomic-ai/gpt4all">nomic-ai/gpt4all</a>
|
|
750
754
|
</div>
|
|
751
755
|
<div class="sub-title followers">
|
|
752
756
|
|
|
753
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
754
|
-
<span style="background-color: #
|
|
757
|
+
<a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
|
|
758
|
+
<span style="background-color: #f34b7d;"></span>C++
|
|
755
759
|
</a>
|
|
756
760
|
|
|
757
761
|
<span class="star" title="Stargazers Count">
|
|
758
762
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
759
763
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
760
764
|
</svg>
|
|
761
|
-
<span>
|
|
765
|
+
<span>53663</span>
|
|
762
766
|
</span>
|
|
763
767
|
<span class="star" title="Repo Forked">
|
|
764
768
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
765
769
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
766
770
|
</path>
|
|
767
771
|
</svg>
|
|
768
|
-
<span>
|
|
772
|
+
<span>5894</span>
|
|
769
773
|
</span>
|
|
770
774
|
<span class="star">
|
|
771
775
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
772
776
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
773
777
|
</svg>
|
|
774
|
-
<span>
|
|
778
|
+
<span>53 stars today</span>
|
|
775
779
|
</span>
|
|
776
780
|
</div>
|
|
777
781
|
<div class="details">
|
|
778
|
-
|
|
782
|
+
gpt4all: open-source LLM chatbots that you can run anywhere
|
|
779
783
|
</div>
|
|
780
784
|
</div>
|
|
781
785
|
</li>
|
|
@@ -784,36 +788,36 @@
|
|
|
784
788
|
<div class="info">
|
|
785
789
|
<div class="rank">
|
|
786
790
|
<span title="Ranking 18">18</span>
|
|
787
|
-
<a href="https://github.com/
|
|
791
|
+
<a href="https://github.com/dbeaver/dbeaver" target="_blank" title="dbeaver/dbeaver">dbeaver/dbeaver</a>
|
|
788
792
|
</div>
|
|
789
793
|
<div class="sub-title followers">
|
|
790
794
|
|
|
791
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
792
|
-
<span style="background-color: #
|
|
795
|
+
<a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
|
|
796
|
+
<span style="background-color: #b07219;"></span>Java
|
|
793
797
|
</a>
|
|
794
798
|
|
|
795
799
|
<span class="star" title="Stargazers Count">
|
|
796
800
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
797
801
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
798
802
|
</svg>
|
|
799
|
-
<span>
|
|
803
|
+
<span>34560</span>
|
|
800
804
|
</span>
|
|
801
805
|
<span class="star" title="Repo Forked">
|
|
802
806
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
803
807
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
804
808
|
</path>
|
|
805
809
|
</svg>
|
|
806
|
-
<span>
|
|
810
|
+
<span>3101</span>
|
|
807
811
|
</span>
|
|
808
812
|
<span class="star">
|
|
809
813
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
810
814
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
811
815
|
</svg>
|
|
812
|
-
<span>
|
|
816
|
+
<span>219 stars today</span>
|
|
813
817
|
</span>
|
|
814
818
|
</div>
|
|
815
819
|
<div class="details">
|
|
816
|
-
|
|
820
|
+
Free universal database tool and SQL client
|
|
817
821
|
</div>
|
|
818
822
|
</div>
|
|
819
823
|
</li>
|
|
@@ -822,36 +826,36 @@
|
|
|
822
826
|
<div class="info">
|
|
823
827
|
<div class="rank">
|
|
824
828
|
<span title="Ranking 19">19</span>
|
|
825
|
-
<a href="https://github.com/
|
|
829
|
+
<a href="https://github.com/yarnpkg/berry" target="_blank" title="yarnpkg/berry">yarnpkg/berry</a>
|
|
826
830
|
</div>
|
|
827
831
|
<div class="sub-title followers">
|
|
828
832
|
|
|
829
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
830
|
-
<span style="background-color: #
|
|
833
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
834
|
+
<span style="background-color: #3178c6;"></span>TypeScript
|
|
831
835
|
</a>
|
|
832
836
|
|
|
833
837
|
<span class="star" title="Stargazers Count">
|
|
834
838
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
835
839
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
836
840
|
</svg>
|
|
837
|
-
<span>
|
|
841
|
+
<span>6716</span>
|
|
838
842
|
</span>
|
|
839
843
|
<span class="star" title="Repo Forked">
|
|
840
844
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
841
845
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
842
846
|
</path>
|
|
843
847
|
</svg>
|
|
844
|
-
<span>
|
|
848
|
+
<span>1064</span>
|
|
845
849
|
</span>
|
|
846
850
|
<span class="star">
|
|
847
851
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
848
852
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
849
853
|
</svg>
|
|
850
|
-
<span>
|
|
854
|
+
<span>11 stars today</span>
|
|
851
855
|
</span>
|
|
852
856
|
</div>
|
|
853
857
|
<div class="details">
|
|
854
|
-
|
|
858
|
+
📦🐈 Active development trunk for Yarn ⚒
|
|
855
859
|
</div>
|
|
856
860
|
</div>
|
|
857
861
|
</li>
|
|
@@ -860,32 +864,36 @@
|
|
|
860
864
|
<div class="info">
|
|
861
865
|
<div class="rank">
|
|
862
866
|
<span title="Ranking 20">20</span>
|
|
863
|
-
<a href="https://github.com/
|
|
867
|
+
<a href="https://github.com/xlang-ai/OpenAgents" target="_blank" title="xlang-ai/OpenAgents">xlang-ai/OpenAgents</a>
|
|
864
868
|
</div>
|
|
865
869
|
<div class="sub-title followers">
|
|
866
870
|
|
|
871
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
872
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
873
|
+
</a>
|
|
874
|
+
|
|
867
875
|
<span class="star" title="Stargazers Count">
|
|
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>1558</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>106</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>274 stars today</span>
|
|
885
893
|
</span>
|
|
886
894
|
</div>
|
|
887
895
|
<div class="details">
|
|
888
|
-
|
|
896
|
+
OpenAgents: An Open Platform for Language Agents in the Wild
|
|
889
897
|
</div>
|
|
890
898
|
</div>
|
|
891
899
|
</li>
|
|
@@ -894,7 +902,7 @@
|
|
|
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/bugen/pypipe" target="_blank" title="bugen/pypipe">bugen/pypipe</a>
|
|
898
906
|
</div>
|
|
899
907
|
<div class="sub-title followers">
|
|
900
908
|
|
|
@@ -906,24 +914,24 @@
|
|
|
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>572</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>20</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>116 stars today</span>
|
|
923
931
|
</span>
|
|
924
932
|
</div>
|
|
925
933
|
<div class="details">
|
|
926
|
-
|
|
934
|
+
Python pipe command line tool
|
|
927
935
|
</div>
|
|
928
936
|
</div>
|
|
929
937
|
</li>
|
|
@@ -932,36 +940,36 @@
|
|
|
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/nuejs/nuejs" target="_blank" title="nuejs/nuejs">nuejs/nuejs</a>
|
|
936
944
|
</div>
|
|
937
945
|
<div class="sub-title followers">
|
|
938
946
|
|
|
939
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
940
|
-
<span style="background-color: #
|
|
947
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
948
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
941
949
|
</a>
|
|
942
950
|
|
|
943
951
|
<span class="star" title="Stargazers Count">
|
|
944
952
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
945
953
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
946
954
|
</svg>
|
|
947
|
-
<span>
|
|
955
|
+
<span>4194</span>
|
|
948
956
|
</span>
|
|
949
957
|
<span class="star" title="Repo Forked">
|
|
950
958
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
951
959
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
952
960
|
</path>
|
|
953
961
|
</svg>
|
|
954
|
-
<span>
|
|
962
|
+
<span>118</span>
|
|
955
963
|
</span>
|
|
956
964
|
<span class="star">
|
|
957
965
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
958
966
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
959
967
|
</svg>
|
|
960
|
-
<span>
|
|
968
|
+
<span>31 stars today</span>
|
|
961
969
|
</span>
|
|
962
970
|
</div>
|
|
963
971
|
<div class="details">
|
|
964
|
-
|
|
972
|
+
Build user interfaces with cleaner code. Alternative to React, Vue, and Svelte
|
|
965
973
|
</div>
|
|
966
974
|
</div>
|
|
967
975
|
</li>
|
|
@@ -970,36 +978,36 @@
|
|
|
970
978
|
<div class="info">
|
|
971
979
|
<div class="rank">
|
|
972
980
|
<span title="Ranking 23">23</span>
|
|
973
|
-
<a href="https://github.com/
|
|
981
|
+
<a href="https://github.com/pmndrs/react-three-fiber" target="_blank" title="pmndrs/react-three-fiber">pmndrs/react-three-fiber</a>
|
|
974
982
|
</div>
|
|
975
983
|
<div class="sub-title followers">
|
|
976
984
|
|
|
977
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
978
|
-
<span style="background-color: #
|
|
985
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
986
|
+
<span style="background-color: #3178c6;"></span>TypeScript
|
|
979
987
|
</a>
|
|
980
988
|
|
|
981
989
|
<span class="star" title="Stargazers Count">
|
|
982
990
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
983
991
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
984
992
|
</svg>
|
|
985
|
-
<span>
|
|
993
|
+
<span>24224</span>
|
|
986
994
|
</span>
|
|
987
995
|
<span class="star" title="Repo Forked">
|
|
988
996
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
989
997
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
990
998
|
</path>
|
|
991
999
|
</svg>
|
|
992
|
-
<span>
|
|
1000
|
+
<span>1400</span>
|
|
993
1001
|
</span>
|
|
994
1002
|
<span class="star">
|
|
995
1003
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
996
1004
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
997
1005
|
</svg>
|
|
998
|
-
<span>
|
|
1006
|
+
<span>8 stars today</span>
|
|
999
1007
|
</span>
|
|
1000
1008
|
</div>
|
|
1001
1009
|
<div class="details">
|
|
1002
|
-
|
|
1010
|
+
🇨🇭 A React renderer for Three.js
|
|
1003
1011
|
</div>
|
|
1004
1012
|
</div>
|
|
1005
1013
|
</li>
|
|
@@ -1008,36 +1016,36 @@
|
|
|
1008
1016
|
<div class="info">
|
|
1009
1017
|
<div class="rank">
|
|
1010
1018
|
<span title="Ranking 24">24</span>
|
|
1011
|
-
<a href="https://github.com/
|
|
1019
|
+
<a href="https://github.com/sxyazi/yazi" target="_blank" title="sxyazi/yazi">sxyazi/yazi</a>
|
|
1012
1020
|
</div>
|
|
1013
1021
|
<div class="sub-title followers">
|
|
1014
1022
|
|
|
1015
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
1016
|
-
<span style="background-color: #
|
|
1023
|
+
<a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
|
|
1024
|
+
<span style="background-color: #dea584;"></span>Rust
|
|
1017
1025
|
</a>
|
|
1018
1026
|
|
|
1019
1027
|
<span class="star" title="Stargazers Count">
|
|
1020
1028
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1021
1029
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
1022
1030
|
</svg>
|
|
1023
|
-
<span>
|
|
1031
|
+
<span>3782</span>
|
|
1024
1032
|
</span>
|
|
1025
1033
|
<span class="star" title="Repo Forked">
|
|
1026
1034
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1027
1035
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
1028
1036
|
</path>
|
|
1029
1037
|
</svg>
|
|
1030
|
-
<span>
|
|
1038
|
+
<span>74</span>
|
|
1031
1039
|
</span>
|
|
1032
1040
|
<span class="star">
|
|
1033
1041
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1034
1042
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
1035
1043
|
</svg>
|
|
1036
|
-
<span>
|
|
1044
|
+
<span>47 stars today</span>
|
|
1037
1045
|
</span>
|
|
1038
1046
|
</div>
|
|
1039
1047
|
<div class="details">
|
|
1040
|
-
|
|
1048
|
+
💥 Blazing fast terminal file manager written in Rust, based on async I/O.
|
|
1041
1049
|
</div>
|
|
1042
1050
|
</div>
|
|
1043
1051
|
</li>
|
|
@@ -1046,7 +1054,7 @@
|
|
|
1046
1054
|
<div class="info">
|
|
1047
1055
|
<div class="rank">
|
|
1048
1056
|
<span title="Ranking 25">25</span>
|
|
1049
|
-
<a href="https://github.com/
|
|
1057
|
+
<a href="https://github.com/getmoto/moto" target="_blank" title="getmoto/moto">getmoto/moto</a>
|
|
1050
1058
|
</div>
|
|
1051
1059
|
<div class="sub-title followers">
|
|
1052
1060
|
|
|
@@ -1058,24 +1066,24 @@
|
|
|
1058
1066
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1059
1067
|
<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>
|
|
1060
1068
|
</svg>
|
|
1061
|
-
<span>
|
|
1069
|
+
<span>7131</span>
|
|
1062
1070
|
</span>
|
|
1063
1071
|
<span class="star" title="Repo Forked">
|
|
1064
1072
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1065
1073
|
<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">
|
|
1066
1074
|
</path>
|
|
1067
1075
|
</svg>
|
|
1068
|
-
<span>
|
|
1076
|
+
<span>1910</span>
|
|
1069
1077
|
</span>
|
|
1070
1078
|
<span class="star">
|
|
1071
1079
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1072
1080
|
<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>
|
|
1073
1081
|
</svg>
|
|
1074
|
-
<span>
|
|
1082
|
+
<span>8 stars today</span>
|
|
1075
1083
|
</span>
|
|
1076
1084
|
</div>
|
|
1077
1085
|
<div class="details">
|
|
1078
|
-
|
|
1086
|
+
A library that allows you to easily mock out tests based on AWS infrastructure.
|
|
1079
1087
|
</div>
|
|
1080
1088
|
</div>
|
|
1081
1089
|
</li>
|
|
@@ -1096,7 +1104,7 @@
|
|
|
1096
1104
|
<img src="https://img.shields.io/npm/v/@wcj/github-rank.svg?label=unpkg">
|
|
1097
1105
|
</a>
|
|
1098
1106
|
</div>
|
|
1099
|
-
<div class="time">Last cache created on 2023/10/
|
|
1107
|
+
<div class="time">Last cache created on 2023/10/26 by Github API v3.</div>
|
|
1100
1108
|
Create by <a href="https://github.com/jaywcjlove" target="_blank">小弟调调™</a>.
|
|
1101
1109
|
</div>
|
|
1102
1110
|
</body>
|