@wcj/github-rank 25.10.29 → 25.11.8
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 +2 -1
- package/dist/repos.json +54169 -54165
- package/dist/trending-daily.json +170 -115
- package/dist/trending-monthly.json +144 -155
- package/dist/trending-weekly.json +118 -151
- package/dist/users.china.json +4549 -4477
- package/dist/users.json +9702 -9702
- package/dist/users.org.json +1377 -1377
- package/package.json +1 -1
- package/web/data/repos.json +54169 -54165
- package/web/data/trending-daily.json +170 -115
- package/web/data/trending-monthly.json +144 -155
- package/web/data/trending-weekly.json +118 -151
- package/web/data/users.china.json +4549 -4477
- package/web/data/users.json +9702 -9702
- package/web/data/users.org.json +1377 -1377
- package/web/index.html +8873 -8890
- package/web/org.html +1150 -1150
- package/web/repos.html +5918 -5918
- package/web/trending-monthly.html +134 -172
- package/web/trending-weekly.html +104 -218
- package/web/trending.html +286 -104
- package/web/users.china.html +4174 -4078
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 2025/
|
|
132
|
+
<div class="time">Last cache created on 2025/11/8 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/prometheus/alertmanager" target="_blank" title="prometheus/alertmanager">prometheus/alertmanager</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/go" title="Programming Language Go">
|
|
162
|
+
<span style="background-color: #00ADD8;"></span>Go
|
|
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>7.675k</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>2324</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>20 stars today</span>
|
|
183
183
|
</span>
|
|
184
184
|
</div>
|
|
185
185
|
<div class="details">
|
|
186
|
-
|
|
186
|
+
Prometheus Alertmanager
|
|
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/666ghj/BettaFish" target="_blank" title="666ghj/BettaFish">666ghj/BettaFish</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>21.514k</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>4168</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>3550 stars today</span>
|
|
221
221
|
</span>
|
|
222
222
|
</div>
|
|
223
223
|
<div class="details">
|
|
224
|
-
|
|
224
|
+
微舆:人人可用的多Agent舆情分析助手,打破信息茧房,还原舆情原貌,预测未来走向,辅助决策!从0实现,不依赖任何框架。
|
|
225
225
|
</div>
|
|
226
226
|
</div>
|
|
227
227
|
</li>
|
|
@@ -230,36 +230,36 @@
|
|
|
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/simstudioai/sim" target="_blank" title="simstudioai/sim">simstudioai/sim</a>
|
|
234
234
|
</div>
|
|
235
235
|
<div class="sub-title followers">
|
|
236
236
|
|
|
237
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
238
|
-
<span style="background-color: #
|
|
237
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
238
|
+
<span style="background-color: #3178c6;"></span>TypeScript
|
|
239
239
|
</a>
|
|
240
240
|
|
|
241
241
|
<span class="star" title="Stargazers Count">
|
|
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>17.62k</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>2340</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>36 stars today</span>
|
|
259
259
|
</span>
|
|
260
260
|
</div>
|
|
261
261
|
<div class="details">
|
|
262
|
-
|
|
262
|
+
Open-source platform to build and deploy AI agent workflows.
|
|
263
263
|
</div>
|
|
264
264
|
</div>
|
|
265
265
|
</li>
|
|
@@ -268,36 +268,36 @@
|
|
|
268
268
|
<div class="info">
|
|
269
269
|
<div class="rank">
|
|
270
270
|
<span title="Ranking 4">4</span>
|
|
271
|
-
<a href="https://github.com/
|
|
271
|
+
<a href="https://github.com/lima-vm/lima" target="_blank" title="lima-vm/lima">lima-vm/lima</a>
|
|
272
272
|
</div>
|
|
273
273
|
<div class="sub-title followers">
|
|
274
274
|
|
|
275
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
276
|
-
<span style="background-color: #
|
|
275
|
+
<a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
|
|
276
|
+
<span style="background-color: #00ADD8;"></span>Go
|
|
277
277
|
</a>
|
|
278
278
|
|
|
279
279
|
<span class="star" title="Stargazers Count">
|
|
280
280
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
281
281
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
282
282
|
</svg>
|
|
283
|
-
<span>
|
|
283
|
+
<span>18.435k</span>
|
|
284
284
|
</span>
|
|
285
285
|
<span class="star" title="Repo Forked">
|
|
286
286
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
287
287
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
288
288
|
</path>
|
|
289
289
|
</svg>
|
|
290
|
-
<span>
|
|
290
|
+
<span>728</span>
|
|
291
291
|
</span>
|
|
292
292
|
<span class="star">
|
|
293
293
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
294
294
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
295
295
|
</svg>
|
|
296
|
-
<span>
|
|
296
|
+
<span>15 stars today</span>
|
|
297
297
|
</span>
|
|
298
298
|
</div>
|
|
299
299
|
<div class="details">
|
|
300
|
-
|
|
300
|
+
Linux virtual machines, with a focus on running containers
|
|
301
301
|
</div>
|
|
302
302
|
</div>
|
|
303
303
|
</li>
|
|
@@ -306,36 +306,36 @@
|
|
|
306
306
|
<div class="info">
|
|
307
307
|
<div class="rank">
|
|
308
308
|
<span title="Ranking 5">5</span>
|
|
309
|
-
<a href="https://github.com/
|
|
309
|
+
<a href="https://github.com/awslabs/mcp" target="_blank" title="awslabs/mcp">awslabs/mcp</a>
|
|
310
310
|
</div>
|
|
311
311
|
<div class="sub-title followers">
|
|
312
312
|
|
|
313
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
314
|
-
<span style="background-color: #
|
|
313
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
314
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
315
315
|
</a>
|
|
316
316
|
|
|
317
317
|
<span class="star" title="Stargazers Count">
|
|
318
318
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
319
319
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
320
320
|
</svg>
|
|
321
|
-
<span>
|
|
321
|
+
<span>7.059k</span>
|
|
322
322
|
</span>
|
|
323
323
|
<span class="star" title="Repo Forked">
|
|
324
324
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
325
325
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
326
326
|
</path>
|
|
327
327
|
</svg>
|
|
328
|
-
<span>
|
|
328
|
+
<span>1041</span>
|
|
329
329
|
</span>
|
|
330
330
|
<span class="star">
|
|
331
331
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
332
332
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
333
333
|
</svg>
|
|
334
|
-
<span>
|
|
334
|
+
<span>16 stars today</span>
|
|
335
335
|
</span>
|
|
336
336
|
</div>
|
|
337
337
|
<div class="details">
|
|
338
|
-
|
|
338
|
+
AWS MCP Servers — helping you get the most out of AWS, wherever you use MCP.
|
|
339
339
|
</div>
|
|
340
340
|
</div>
|
|
341
341
|
</li>
|
|
@@ -344,36 +344,36 @@
|
|
|
344
344
|
<div class="info">
|
|
345
345
|
<div class="rank">
|
|
346
346
|
<span title="Ranking 6">6</span>
|
|
347
|
-
<a href="https://github.com/
|
|
347
|
+
<a href="https://github.com/usestrix/strix" target="_blank" title="usestrix/strix">usestrix/strix</a>
|
|
348
348
|
</div>
|
|
349
349
|
<div class="sub-title followers">
|
|
350
350
|
|
|
351
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
352
|
-
<span style="background-color: #
|
|
351
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
352
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
353
353
|
</a>
|
|
354
354
|
|
|
355
355
|
<span class="star" title="Stargazers Count">
|
|
356
356
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
357
357
|
<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
358
|
</svg>
|
|
359
|
-
<span>
|
|
359
|
+
<span>3.328k</span>
|
|
360
360
|
</span>
|
|
361
361
|
<span class="star" title="Repo Forked">
|
|
362
362
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
363
363
|
<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
364
|
</path>
|
|
365
365
|
</svg>
|
|
366
|
-
<span>
|
|
366
|
+
<span>416</span>
|
|
367
367
|
</span>
|
|
368
368
|
<span class="star">
|
|
369
369
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
370
370
|
<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
371
|
</svg>
|
|
372
|
-
<span>
|
|
372
|
+
<span>376 stars today</span>
|
|
373
373
|
</span>
|
|
374
374
|
</div>
|
|
375
375
|
<div class="details">
|
|
376
|
-
|
|
376
|
+
✨ Open-source AI hackers for your apps 👨🏻💻
|
|
377
377
|
</div>
|
|
378
378
|
</div>
|
|
379
379
|
</li>
|
|
@@ -382,36 +382,36 @@
|
|
|
382
382
|
<div class="info">
|
|
383
383
|
<div class="rank">
|
|
384
384
|
<span title="Ranking 7">7</span>
|
|
385
|
-
<a href="https://github.com/
|
|
385
|
+
<a href="https://github.com/blakeblackshear/frigate" target="_blank" title="blakeblackshear/frigate">blakeblackshear/frigate</a>
|
|
386
386
|
</div>
|
|
387
387
|
<div class="sub-title followers">
|
|
388
388
|
|
|
389
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
390
|
-
<span style="background-color: #
|
|
389
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
390
|
+
<span style="background-color: #3178c6;"></span>TypeScript
|
|
391
391
|
</a>
|
|
392
392
|
|
|
393
393
|
<span class="star" title="Stargazers Count">
|
|
394
394
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
395
395
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
396
396
|
</svg>
|
|
397
|
-
<span>
|
|
397
|
+
<span>26.852k</span>
|
|
398
398
|
</span>
|
|
399
399
|
<span class="star" title="Repo Forked">
|
|
400
400
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
401
401
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
402
402
|
</path>
|
|
403
403
|
</svg>
|
|
404
|
-
<span>
|
|
404
|
+
<span>2482</span>
|
|
405
405
|
</span>
|
|
406
406
|
<span class="star">
|
|
407
407
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
408
408
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
409
409
|
</svg>
|
|
410
|
-
<span>
|
|
410
|
+
<span>34 stars today</span>
|
|
411
411
|
</span>
|
|
412
412
|
</div>
|
|
413
413
|
<div class="details">
|
|
414
|
-
|
|
414
|
+
NVR with realtime local object detection for IP cameras
|
|
415
415
|
</div>
|
|
416
416
|
</div>
|
|
417
417
|
</li>
|
|
@@ -420,36 +420,32 @@
|
|
|
420
420
|
<div class="info">
|
|
421
421
|
<div class="rank">
|
|
422
422
|
<span title="Ranking 8">8</span>
|
|
423
|
-
<a href="https://github.com/
|
|
423
|
+
<a href="https://github.com/imthenachoman/How-To-Secure-A-Linux-Server" target="_blank" title="imthenachoman/How-To-Secure-A-Linux-Server">imthenachoman/How-To-Secure-A-Linux-Server</a>
|
|
424
424
|
</div>
|
|
425
425
|
<div class="sub-title followers">
|
|
426
426
|
|
|
427
|
-
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
428
|
-
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
429
|
-
</a>
|
|
430
|
-
|
|
431
427
|
<span class="star" title="Stargazers Count">
|
|
432
428
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
433
429
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
434
430
|
</svg>
|
|
435
|
-
<span>
|
|
431
|
+
<span>22.714k</span>
|
|
436
432
|
</span>
|
|
437
433
|
<span class="star" title="Repo Forked">
|
|
438
434
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
439
435
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
440
436
|
</path>
|
|
441
437
|
</svg>
|
|
442
|
-
<span>
|
|
438
|
+
<span>1447</span>
|
|
443
439
|
</span>
|
|
444
440
|
<span class="star">
|
|
445
441
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
446
442
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
447
443
|
</svg>
|
|
448
|
-
<span>
|
|
444
|
+
<span>529 stars today</span>
|
|
449
445
|
</span>
|
|
450
446
|
</div>
|
|
451
447
|
<div class="details">
|
|
452
|
-
|
|
448
|
+
An evolving how-to guide for securing a Linux server.
|
|
453
449
|
</div>
|
|
454
450
|
</div>
|
|
455
451
|
</li>
|
|
@@ -458,36 +454,32 @@
|
|
|
458
454
|
<div class="info">
|
|
459
455
|
<div class="rank">
|
|
460
456
|
<span title="Ranking 9">9</span>
|
|
461
|
-
<a href="https://github.com/
|
|
457
|
+
<a href="https://github.com/FFmpeg/asm-lessons" target="_blank" title="FFmpeg/asm-lessons">FFmpeg/asm-lessons</a>
|
|
462
458
|
</div>
|
|
463
459
|
<div class="sub-title followers">
|
|
464
460
|
|
|
465
|
-
<a class="language" target="_blank" href="https://github.com/topics/jupyternotebook" title="Programming Language JupyterNotebook">
|
|
466
|
-
<span style="background-color: #DA5B0B;"></span>JupyterNotebook
|
|
467
|
-
</a>
|
|
468
|
-
|
|
469
461
|
<span class="star" title="Stargazers Count">
|
|
470
462
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
471
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>
|
|
472
464
|
</svg>
|
|
473
|
-
<span>
|
|
465
|
+
<span>10.225k</span>
|
|
474
466
|
</span>
|
|
475
467
|
<span class="star" title="Repo Forked">
|
|
476
468
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
477
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">
|
|
478
470
|
</path>
|
|
479
471
|
</svg>
|
|
480
|
-
<span>
|
|
472
|
+
<span>307</span>
|
|
481
473
|
</span>
|
|
482
474
|
<span class="star">
|
|
483
475
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
484
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>
|
|
485
477
|
</svg>
|
|
486
|
-
<span>
|
|
478
|
+
<span>283 stars today</span>
|
|
487
479
|
</span>
|
|
488
480
|
</div>
|
|
489
481
|
<div class="details">
|
|
490
|
-
|
|
482
|
+
FFmpeg Assembly Language Lessons
|
|
491
483
|
</div>
|
|
492
484
|
</div>
|
|
493
485
|
</li>
|
|
@@ -496,32 +488,36 @@
|
|
|
496
488
|
<div class="info">
|
|
497
489
|
<div class="rank">
|
|
498
490
|
<span title="Ranking 10">10</span>
|
|
499
|
-
<a href="https://github.com/
|
|
491
|
+
<a href="https://github.com/ad-on-is/rachoon" target="_blank" title="ad-on-is/rachoon">ad-on-is/rachoon</a>
|
|
500
492
|
</div>
|
|
501
493
|
<div class="sub-title followers">
|
|
502
494
|
|
|
495
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
496
|
+
<span style="background-color: #3178c6;"></span>TypeScript
|
|
497
|
+
</a>
|
|
498
|
+
|
|
503
499
|
<span class="star" title="Stargazers Count">
|
|
504
500
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
505
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>
|
|
506
502
|
</svg>
|
|
507
|
-
<span>
|
|
503
|
+
<span>0.626k</span>
|
|
508
504
|
</span>
|
|
509
505
|
<span class="star" title="Repo Forked">
|
|
510
506
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
511
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">
|
|
512
508
|
</path>
|
|
513
509
|
</svg>
|
|
514
|
-
<span>
|
|
510
|
+
<span>36</span>
|
|
515
511
|
</span>
|
|
516
512
|
<span class="star">
|
|
517
513
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
518
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>
|
|
519
515
|
</svg>
|
|
520
|
-
<span>
|
|
516
|
+
<span>233 stars today</span>
|
|
521
517
|
</span>
|
|
522
518
|
</div>
|
|
523
519
|
<div class="details">
|
|
524
|
-
|
|
520
|
+
🦝 Rachoon — A self-hostable way to handle invoices
|
|
525
521
|
</div>
|
|
526
522
|
</div>
|
|
527
523
|
</li>
|
|
@@ -530,36 +526,36 @@
|
|
|
530
526
|
<div class="info">
|
|
531
527
|
<div class="rank">
|
|
532
528
|
<span title="Ranking 11">11</span>
|
|
533
|
-
<a href="https://github.com/
|
|
529
|
+
<a href="https://github.com/TheAlgorithms/Python" target="_blank" title="TheAlgorithms/Python">TheAlgorithms/Python</a>
|
|
534
530
|
</div>
|
|
535
531
|
<div class="sub-title followers">
|
|
536
532
|
|
|
537
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
538
|
-
<span style="background-color: #
|
|
533
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
534
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
539
535
|
</a>
|
|
540
536
|
|
|
541
537
|
<span class="star" title="Stargazers Count">
|
|
542
538
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
543
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>
|
|
544
540
|
</svg>
|
|
545
|
-
<span>
|
|
541
|
+
<span>212.704k</span>
|
|
546
542
|
</span>
|
|
547
543
|
<span class="star" title="Repo Forked">
|
|
548
544
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
549
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">
|
|
550
546
|
</path>
|
|
551
547
|
</svg>
|
|
552
|
-
<span>
|
|
548
|
+
<span>49191</span>
|
|
553
549
|
</span>
|
|
554
550
|
<span class="star">
|
|
555
551
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
556
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>
|
|
557
553
|
</svg>
|
|
558
|
-
<span>
|
|
554
|
+
<span>118 stars today</span>
|
|
559
555
|
</span>
|
|
560
556
|
</div>
|
|
561
557
|
<div class="details">
|
|
562
|
-
|
|
558
|
+
All Algorithms implemented in Python
|
|
563
559
|
</div>
|
|
564
560
|
</div>
|
|
565
561
|
</li>
|
|
@@ -568,6 +564,40 @@
|
|
|
568
564
|
<div class="info">
|
|
569
565
|
<div class="rank">
|
|
570
566
|
<span title="Ranking 12">12</span>
|
|
567
|
+
<a href="https://github.com/jwasham/coding-interview-university" target="_blank" title="jwasham/coding-interview-university">jwasham/coding-interview-university</a>
|
|
568
|
+
</div>
|
|
569
|
+
<div class="sub-title followers">
|
|
570
|
+
|
|
571
|
+
<span class="star" title="Stargazers Count">
|
|
572
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
573
|
+
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
574
|
+
</svg>
|
|
575
|
+
<span>332.814k</span>
|
|
576
|
+
</span>
|
|
577
|
+
<span class="star" title="Repo Forked">
|
|
578
|
+
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
579
|
+
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
580
|
+
</path>
|
|
581
|
+
</svg>
|
|
582
|
+
<span>81164</span>
|
|
583
|
+
</span>
|
|
584
|
+
<span class="star">
|
|
585
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
586
|
+
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
587
|
+
</svg>
|
|
588
|
+
<span>97 stars today</span>
|
|
589
|
+
</span>
|
|
590
|
+
</div>
|
|
591
|
+
<div class="details">
|
|
592
|
+
A complete computer science study plan to become a software engineer.
|
|
593
|
+
</div>
|
|
594
|
+
</div>
|
|
595
|
+
</li>
|
|
596
|
+
|
|
597
|
+
<li>
|
|
598
|
+
<div class="info">
|
|
599
|
+
<div class="rank">
|
|
600
|
+
<span title="Ranking 13">13</span>
|
|
571
601
|
<a href="https://github.com/Shubhamsaboo/awesome-llm-apps" target="_blank" title="Shubhamsaboo/awesome-llm-apps">Shubhamsaboo/awesome-llm-apps</a>
|
|
572
602
|
</div>
|
|
573
603
|
<div class="sub-title followers">
|
|
@@ -580,20 +610,20 @@
|
|
|
580
610
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
581
611
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
582
612
|
</svg>
|
|
583
|
-
<span>
|
|
613
|
+
<span>75.462k</span>
|
|
584
614
|
</span>
|
|
585
615
|
<span class="star" title="Repo Forked">
|
|
586
616
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
587
617
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
588
618
|
</path>
|
|
589
619
|
</svg>
|
|
590
|
-
<span>
|
|
620
|
+
<span>9932</span>
|
|
591
621
|
</span>
|
|
592
622
|
<span class="star">
|
|
593
623
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
594
624
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
595
625
|
</svg>
|
|
596
|
-
<span>
|
|
626
|
+
<span>328 stars today</span>
|
|
597
627
|
</span>
|
|
598
628
|
</div>
|
|
599
629
|
<div class="details">
|
|
@@ -605,37 +635,37 @@
|
|
|
605
635
|
<li>
|
|
606
636
|
<div class="info">
|
|
607
637
|
<div class="rank">
|
|
608
|
-
<span title="Ranking
|
|
609
|
-
<a href="https://github.com/
|
|
638
|
+
<span title="Ranking 14">14</span>
|
|
639
|
+
<a href="https://github.com/GoogleCloudPlatform/vertex-ai-creative-studio" target="_blank" title="GoogleCloudPlatform/vertex-ai-creative-studio">GoogleCloudPlatform/vertex-ai-creative-studio</a>
|
|
610
640
|
</div>
|
|
611
641
|
<div class="sub-title followers">
|
|
612
642
|
|
|
613
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
614
|
-
<span style="background-color: #
|
|
643
|
+
<a class="language" target="_blank" href="https://github.com/topics/jupyternotebook" title="Programming Language JupyterNotebook">
|
|
644
|
+
<span style="background-color: #DA5B0B;"></span>JupyterNotebook
|
|
615
645
|
</a>
|
|
616
646
|
|
|
617
647
|
<span class="star" title="Stargazers Count">
|
|
618
648
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
619
649
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
620
650
|
</svg>
|
|
621
|
-
<span>
|
|
651
|
+
<span>0.715k</span>
|
|
622
652
|
</span>
|
|
623
653
|
<span class="star" title="Repo Forked">
|
|
624
654
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
625
655
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
626
656
|
</path>
|
|
627
657
|
</svg>
|
|
628
|
-
<span>
|
|
658
|
+
<span>222</span>
|
|
629
659
|
</span>
|
|
630
660
|
<span class="star">
|
|
631
661
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
632
662
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
633
663
|
</svg>
|
|
634
|
-
<span>
|
|
664
|
+
<span>15 stars today</span>
|
|
635
665
|
</span>
|
|
636
666
|
</div>
|
|
637
667
|
<div class="details">
|
|
638
|
-
|
|
668
|
+
GenMedia Creative Studio is a Vertex AI generative media user experience highlighting the use of Imagen, Veo, Gemini 🍌, Gemini TTS, Chirp 3, Lyria and other generative media APIs on Google Cloud.
|
|
639
669
|
</div>
|
|
640
670
|
</div>
|
|
641
671
|
</li>
|
|
@@ -643,8 +673,46 @@
|
|
|
643
673
|
<li>
|
|
644
674
|
<div class="info">
|
|
645
675
|
<div class="rank">
|
|
646
|
-
<span title="Ranking
|
|
647
|
-
<a href="https://github.com/
|
|
676
|
+
<span title="Ranking 15">15</span>
|
|
677
|
+
<a href="https://github.com/GopeedLab/gopeed" target="_blank" title="GopeedLab/gopeed">GopeedLab/gopeed</a>
|
|
678
|
+
</div>
|
|
679
|
+
<div class="sub-title followers">
|
|
680
|
+
|
|
681
|
+
<a class="language" target="_blank" href="https://github.com/topics/dart" title="Programming Language Dart">
|
|
682
|
+
<span style="background-color: #00B4AB;"></span>Dart
|
|
683
|
+
</a>
|
|
684
|
+
|
|
685
|
+
<span class="star" title="Stargazers Count">
|
|
686
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
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>
|
|
688
|
+
</svg>
|
|
689
|
+
<span>21.464k</span>
|
|
690
|
+
</span>
|
|
691
|
+
<span class="star" title="Repo Forked">
|
|
692
|
+
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
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">
|
|
694
|
+
</path>
|
|
695
|
+
</svg>
|
|
696
|
+
<span>1483</span>
|
|
697
|
+
</span>
|
|
698
|
+
<span class="star">
|
|
699
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
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>
|
|
701
|
+
</svg>
|
|
702
|
+
<span>66 stars today</span>
|
|
703
|
+
</span>
|
|
704
|
+
</div>
|
|
705
|
+
<div class="details">
|
|
706
|
+
A modern download manager that supports all platforms. Built with Golang and Flutter.
|
|
707
|
+
</div>
|
|
708
|
+
</div>
|
|
709
|
+
</li>
|
|
710
|
+
|
|
711
|
+
<li>
|
|
712
|
+
<div class="info">
|
|
713
|
+
<div class="rank">
|
|
714
|
+
<span title="Ranking 16">16</span>
|
|
715
|
+
<a href="https://github.com/Skyvern-AI/skyvern" target="_blank" title="Skyvern-AI/skyvern">Skyvern-AI/skyvern</a>
|
|
648
716
|
</div>
|
|
649
717
|
<div class="sub-title followers">
|
|
650
718
|
|
|
@@ -656,24 +724,24 @@
|
|
|
656
724
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
657
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>
|
|
658
726
|
</svg>
|
|
659
|
-
<span>
|
|
727
|
+
<span>17.01k</span>
|
|
660
728
|
</span>
|
|
661
729
|
<span class="star" title="Repo Forked">
|
|
662
730
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
663
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">
|
|
664
732
|
</path>
|
|
665
733
|
</svg>
|
|
666
|
-
<span>
|
|
734
|
+
<span>1437</span>
|
|
667
735
|
</span>
|
|
668
736
|
<span class="star">
|
|
669
737
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
670
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>
|
|
671
739
|
</svg>
|
|
672
|
-
<span>
|
|
740
|
+
<span>313 stars today</span>
|
|
673
741
|
</span>
|
|
674
742
|
</div>
|
|
675
743
|
<div class="details">
|
|
676
|
-
|
|
744
|
+
Automate browser based workflows with AI
|
|
677
745
|
</div>
|
|
678
746
|
</div>
|
|
679
747
|
</li>
|
|
@@ -681,37 +749,151 @@
|
|
|
681
749
|
<li>
|
|
682
750
|
<div class="info">
|
|
683
751
|
<div class="rank">
|
|
684
|
-
<span title="Ranking
|
|
685
|
-
<a href="https://github.com/
|
|
752
|
+
<span title="Ranking 17">17</span>
|
|
753
|
+
<a href="https://github.com/antiwork/gumroad" target="_blank" title="antiwork/gumroad">antiwork/gumroad</a>
|
|
754
|
+
</div>
|
|
755
|
+
<div class="sub-title followers">
|
|
756
|
+
|
|
757
|
+
<a class="language" target="_blank" href="https://github.com/topics/ruby" title="Programming Language Ruby">
|
|
758
|
+
<span style="background-color: #701516;"></span>Ruby
|
|
759
|
+
</a>
|
|
760
|
+
|
|
761
|
+
<span class="star" title="Stargazers Count">
|
|
762
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
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>
|
|
764
|
+
</svg>
|
|
765
|
+
<span>7.448k</span>
|
|
766
|
+
</span>
|
|
767
|
+
<span class="star" title="Repo Forked">
|
|
768
|
+
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
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">
|
|
770
|
+
</path>
|
|
771
|
+
</svg>
|
|
772
|
+
<span>1401</span>
|
|
773
|
+
</span>
|
|
774
|
+
<span class="star">
|
|
775
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
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>
|
|
777
|
+
</svg>
|
|
778
|
+
<span>7 stars today</span>
|
|
779
|
+
</span>
|
|
780
|
+
</div>
|
|
781
|
+
<div class="details">
|
|
782
|
+
Sell stuff and see what sticks
|
|
783
|
+
</div>
|
|
784
|
+
</div>
|
|
785
|
+
</li>
|
|
786
|
+
|
|
787
|
+
<li>
|
|
788
|
+
<div class="info">
|
|
789
|
+
<div class="rank">
|
|
790
|
+
<span title="Ranking 18">18</span>
|
|
791
|
+
<a href="https://github.com/coder/code-server" target="_blank" title="coder/code-server">coder/code-server</a>
|
|
792
|
+
</div>
|
|
793
|
+
<div class="sub-title followers">
|
|
794
|
+
|
|
795
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
796
|
+
<span style="background-color: #3178c6;"></span>TypeScript
|
|
797
|
+
</a>
|
|
798
|
+
|
|
799
|
+
<span class="star" title="Stargazers Count">
|
|
800
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
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>
|
|
802
|
+
</svg>
|
|
803
|
+
<span>74.664k</span>
|
|
804
|
+
</span>
|
|
805
|
+
<span class="star" title="Repo Forked">
|
|
806
|
+
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
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">
|
|
808
|
+
</path>
|
|
809
|
+
</svg>
|
|
810
|
+
<span>6331</span>
|
|
811
|
+
</span>
|
|
812
|
+
<span class="star">
|
|
813
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
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>
|
|
815
|
+
</svg>
|
|
816
|
+
<span>31 stars today</span>
|
|
817
|
+
</span>
|
|
818
|
+
</div>
|
|
819
|
+
<div class="details">
|
|
820
|
+
VS Code in the browser
|
|
821
|
+
</div>
|
|
822
|
+
</div>
|
|
823
|
+
</li>
|
|
824
|
+
|
|
825
|
+
<li>
|
|
826
|
+
<div class="info">
|
|
827
|
+
<div class="rank">
|
|
828
|
+
<span title="Ranking 19">19</span>
|
|
829
|
+
<a href="https://github.com/remix-run/react-router" target="_blank" title="remix-run/react-router">remix-run/react-router</a>
|
|
830
|
+
</div>
|
|
831
|
+
<div class="sub-title followers">
|
|
832
|
+
|
|
833
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
834
|
+
<span style="background-color: #3178c6;"></span>TypeScript
|
|
835
|
+
</a>
|
|
836
|
+
|
|
837
|
+
<span class="star" title="Stargazers Count">
|
|
838
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
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>
|
|
840
|
+
</svg>
|
|
841
|
+
<span>55.872k</span>
|
|
842
|
+
</span>
|
|
843
|
+
<span class="star" title="Repo Forked">
|
|
844
|
+
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
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">
|
|
846
|
+
</path>
|
|
847
|
+
</svg>
|
|
848
|
+
<span>10761</span>
|
|
849
|
+
</span>
|
|
850
|
+
<span class="star">
|
|
851
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
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>
|
|
853
|
+
</svg>
|
|
854
|
+
<span>8 stars today</span>
|
|
855
|
+
</span>
|
|
856
|
+
</div>
|
|
857
|
+
<div class="details">
|
|
858
|
+
Declarative routing for React
|
|
859
|
+
</div>
|
|
860
|
+
</div>
|
|
861
|
+
</li>
|
|
862
|
+
|
|
863
|
+
<li>
|
|
864
|
+
<div class="info">
|
|
865
|
+
<div class="rank">
|
|
866
|
+
<span title="Ranking 20">20</span>
|
|
867
|
+
<a href="https://github.com/dbeaver/dbeaver" target="_blank" title="dbeaver/dbeaver">dbeaver/dbeaver</a>
|
|
686
868
|
</div>
|
|
687
869
|
<div class="sub-title followers">
|
|
688
870
|
|
|
689
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
690
|
-
<span style="background-color: #
|
|
871
|
+
<a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
|
|
872
|
+
<span style="background-color: #b07219;"></span>Java
|
|
691
873
|
</a>
|
|
692
874
|
|
|
693
875
|
<span class="star" title="Stargazers Count">
|
|
694
876
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
695
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>
|
|
696
878
|
</svg>
|
|
697
|
-
<span>
|
|
879
|
+
<span>46.279k</span>
|
|
698
880
|
</span>
|
|
699
881
|
<span class="star" title="Repo Forked">
|
|
700
882
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
701
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">
|
|
702
884
|
</path>
|
|
703
885
|
</svg>
|
|
704
|
-
<span>
|
|
886
|
+
<span>3903</span>
|
|
705
887
|
</span>
|
|
706
888
|
<span class="star">
|
|
707
889
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
708
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>
|
|
709
891
|
</svg>
|
|
710
|
-
<span>
|
|
892
|
+
<span>27 stars today</span>
|
|
711
893
|
</span>
|
|
712
894
|
</div>
|
|
713
895
|
<div class="details">
|
|
714
|
-
|
|
896
|
+
Free universal database tool and SQL client
|
|
715
897
|
</div>
|
|
716
898
|
</div>
|
|
717
899
|
</li>
|
|
@@ -735,7 +917,7 @@
|
|
|
735
917
|
<img src="https://img.shields.io/npm/v/@wcj/github-rank.svg?label=unpkg">
|
|
736
918
|
</a>
|
|
737
919
|
</div>
|
|
738
|
-
<div class="time">Last cache created on 2025/
|
|
920
|
+
<div class="time">Last cache created on 2025/11/8 by Github API v3.</div>
|
|
739
921
|
Create by <a href="https://github.com/jaywcjlove" target="_blank">小弟调调™</a>.
|
|
740
922
|
</div>
|
|
741
923
|
</body>
|