@wcj/github-rank 24.1.14 → 24.1.15
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 +19556 -19555
- package/dist/trending-daily.json +191 -191
- package/dist/trending-monthly.json +140 -140
- package/dist/trending-weekly.json +174 -174
- package/dist/users.china.json +1078 -1078
- package/dist/users.json +5241 -5241
- package/package.json +1 -1
- package/web/data/repos.json +19556 -19555
- package/web/data/trending-daily.json +191 -191
- package/web/data/trending-monthly.json +140 -140
- package/web/data/trending-weekly.json +174 -174
- package/web/data/users.china.json +1078 -1078
- package/web/data/users.json +5241 -5241
- package/web/index.html +4039 -4039
- package/web/repos.html +2538 -2538
- package/web/trending-monthly.html +145 -145
- package/web/trending-weekly.html +165 -165
- package/web/trending.html +172 -168
- package/web/users.china.html +844 -844
package/web/trending.html
CHANGED
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
</a>
|
|
130
130
|
|
|
131
131
|
</h1>
|
|
132
|
-
<div class="time">Last cache created on 2024/1/
|
|
132
|
+
<div class="time">Last cache created on 2024/1/15 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/EpicGames/raddebugger" target="_blank" title="EpicGames/raddebugger">EpicGames/raddebugger</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/c" title="Programming Language C">
|
|
162
|
+
<span style="background-color: #555555;"></span>C
|
|
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>1517</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>59</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>286 stars today</span>
|
|
183
183
|
</span>
|
|
184
184
|
</div>
|
|
185
185
|
<div class="details">
|
|
186
|
-
|
|
186
|
+
A native, user-mode, multi-process, graphical debugger.
|
|
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/danny-avila/LibreChat" target="_blank" title="danny-avila/LibreChat">danny-avila/LibreChat</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>5363</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>1005</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>209 stars today</span>
|
|
221
221
|
</span>
|
|
222
222
|
</div>
|
|
223
223
|
<div class="details">
|
|
224
|
-
|
|
224
|
+
Enhanced ChatGPT Clone: Features OpenAI, GPT-4 Vision, Bing, Anthropic, OpenRouter, Google Gemini, AI model switching, message search, langchain, DALL-E-3, ChatGPT Plugins, OpenAI Functions, Secure Multi-User System, Presets, completely open-source for self-hosting. More features in development
|
|
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/xiaolai/everyone-can-use-english" target="_blank" title="xiaolai/everyone-can-use-english">xiaolai/everyone-can-use-english</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>12603</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>2457</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>289 stars today</span>
|
|
259
259
|
</span>
|
|
260
260
|
</div>
|
|
261
261
|
<div class="details">
|
|
262
|
-
|
|
262
|
+
人人都能用英语
|
|
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/KillianLucas/open-interpreter" target="_blank" title="KillianLucas/open-interpreter">KillianLucas/open-interpreter</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/python" title="Programming Language Python">
|
|
276
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
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>37656</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>3288</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>160 stars today</span>
|
|
297
297
|
</span>
|
|
298
298
|
</div>
|
|
299
299
|
<div class="details">
|
|
300
|
-
|
|
300
|
+
A natural language interface for computers
|
|
301
301
|
</div>
|
|
302
302
|
</div>
|
|
303
303
|
</li>
|
|
@@ -306,7 +306,7 @@
|
|
|
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/excalidraw/excalidraw" target="_blank" title="excalidraw/excalidraw">excalidraw/excalidraw</a>
|
|
310
310
|
</div>
|
|
311
311
|
<div class="sub-title followers">
|
|
312
312
|
|
|
@@ -318,24 +318,24 @@
|
|
|
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>64537</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>5723</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>929 stars today</span>
|
|
335
335
|
</span>
|
|
336
336
|
</div>
|
|
337
337
|
<div class="details">
|
|
338
|
-
|
|
338
|
+
Virtual whiteboard for sketching hand-drawn like diagrams
|
|
339
339
|
</div>
|
|
340
340
|
</div>
|
|
341
341
|
</li>
|
|
@@ -344,32 +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/mckaywrigley/chatbot-ui" target="_blank" title="mckaywrigley/chatbot-ui">mckaywrigley/chatbot-ui</a>
|
|
348
348
|
</div>
|
|
349
349
|
<div class="sub-title followers">
|
|
350
350
|
|
|
351
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
352
|
+
<span style="background-color: #3178c6;"></span>TypeScript
|
|
353
|
+
</a>
|
|
354
|
+
|
|
351
355
|
<span class="star" title="Stargazers Count">
|
|
352
356
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
353
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>
|
|
354
358
|
</svg>
|
|
355
|
-
<span>
|
|
359
|
+
<span>23001</span>
|
|
356
360
|
</span>
|
|
357
361
|
<span class="star" title="Repo Forked">
|
|
358
362
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
359
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">
|
|
360
364
|
</path>
|
|
361
365
|
</svg>
|
|
362
|
-
<span>
|
|
366
|
+
<span>6231</span>
|
|
363
367
|
</span>
|
|
364
368
|
<span class="star">
|
|
365
369
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
366
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>
|
|
367
371
|
</svg>
|
|
368
|
-
<span>
|
|
372
|
+
<span>94 stars today</span>
|
|
369
373
|
</span>
|
|
370
374
|
</div>
|
|
371
375
|
<div class="details">
|
|
372
|
-
|
|
376
|
+
The open-source AI chat app for everyone.
|
|
373
377
|
</div>
|
|
374
378
|
</div>
|
|
375
379
|
</li>
|
|
@@ -378,36 +382,36 @@
|
|
|
378
382
|
<div class="info">
|
|
379
383
|
<div class="rank">
|
|
380
384
|
<span title="Ranking 7">7</span>
|
|
381
|
-
<a href="https://github.com/
|
|
385
|
+
<a href="https://github.com/marimo-team/marimo" target="_blank" title="marimo-team/marimo">marimo-team/marimo</a>
|
|
382
386
|
</div>
|
|
383
387
|
<div class="sub-title followers">
|
|
384
388
|
|
|
385
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
386
|
-
<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
|
|
387
391
|
</a>
|
|
388
392
|
|
|
389
393
|
<span class="star" title="Stargazers Count">
|
|
390
394
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
391
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>
|
|
392
396
|
</svg>
|
|
393
|
-
<span>
|
|
397
|
+
<span>2087</span>
|
|
394
398
|
</span>
|
|
395
399
|
<span class="star" title="Repo Forked">
|
|
396
400
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
397
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">
|
|
398
402
|
</path>
|
|
399
403
|
</svg>
|
|
400
|
-
<span>
|
|
404
|
+
<span>33</span>
|
|
401
405
|
</span>
|
|
402
406
|
<span class="star">
|
|
403
407
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
404
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>
|
|
405
409
|
</svg>
|
|
406
|
-
<span>
|
|
410
|
+
<span>254 stars today</span>
|
|
407
411
|
</span>
|
|
408
412
|
</div>
|
|
409
413
|
<div class="details">
|
|
410
|
-
|
|
414
|
+
A reactive notebook for Python — run reproducible experiments, execute as a script, deploy as an app, and version with git.
|
|
411
415
|
</div>
|
|
412
416
|
</div>
|
|
413
417
|
</li>
|
|
@@ -416,36 +420,36 @@
|
|
|
416
420
|
<div class="info">
|
|
417
421
|
<div class="rank">
|
|
418
422
|
<span title="Ranking 8">8</span>
|
|
419
|
-
<a href="https://github.com/
|
|
423
|
+
<a href="https://github.com/Portkey-AI/gateway" target="_blank" title="Portkey-AI/gateway">Portkey-AI/gateway</a>
|
|
420
424
|
</div>
|
|
421
425
|
<div class="sub-title followers">
|
|
422
426
|
|
|
423
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
424
|
-
<span style="background-color: #
|
|
427
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
428
|
+
<span style="background-color: #3178c6;"></span>TypeScript
|
|
425
429
|
</a>
|
|
426
430
|
|
|
427
431
|
<span class="star" title="Stargazers Count">
|
|
428
432
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
429
433
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
430
434
|
</svg>
|
|
431
|
-
<span>
|
|
435
|
+
<span>1823</span>
|
|
432
436
|
</span>
|
|
433
437
|
<span class="star" title="Repo Forked">
|
|
434
438
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
435
439
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
436
440
|
</path>
|
|
437
441
|
</svg>
|
|
438
|
-
<span>
|
|
442
|
+
<span>88</span>
|
|
439
443
|
</span>
|
|
440
444
|
<span class="star">
|
|
441
445
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
442
446
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
443
447
|
</svg>
|
|
444
|
-
<span>
|
|
448
|
+
<span>196 stars today</span>
|
|
445
449
|
</span>
|
|
446
450
|
</div>
|
|
447
451
|
<div class="details">
|
|
448
|
-
|
|
452
|
+
A Blazing Fast AI Gateway. Route to 100+ LLMs with 1 fast & friendly API.
|
|
449
453
|
</div>
|
|
450
454
|
</div>
|
|
451
455
|
</li>
|
|
@@ -454,36 +458,36 @@
|
|
|
454
458
|
<div class="info">
|
|
455
459
|
<div class="rank">
|
|
456
460
|
<span title="Ranking 9">9</span>
|
|
457
|
-
<a href="https://github.com/
|
|
461
|
+
<a href="https://github.com/maybe-finance/maybe" target="_blank" title="maybe-finance/maybe">maybe-finance/maybe</a>
|
|
458
462
|
</div>
|
|
459
463
|
<div class="sub-title followers">
|
|
460
464
|
|
|
461
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
462
|
-
<span style="background-color: #
|
|
465
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
466
|
+
<span style="background-color: #3178c6;"></span>TypeScript
|
|
463
467
|
</a>
|
|
464
468
|
|
|
465
469
|
<span class="star" title="Stargazers Count">
|
|
466
470
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
467
471
|
<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>
|
|
468
472
|
</svg>
|
|
469
|
-
<span>
|
|
473
|
+
<span>5703</span>
|
|
470
474
|
</span>
|
|
471
475
|
<span class="star" title="Repo Forked">
|
|
472
476
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
473
477
|
<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">
|
|
474
478
|
</path>
|
|
475
479
|
</svg>
|
|
476
|
-
<span>
|
|
480
|
+
<span>384</span>
|
|
477
481
|
</span>
|
|
478
482
|
<span class="star">
|
|
479
483
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
480
484
|
<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>
|
|
481
485
|
</svg>
|
|
482
|
-
<span>
|
|
486
|
+
<span>2803 stars today</span>
|
|
483
487
|
</span>
|
|
484
488
|
</div>
|
|
485
489
|
<div class="details">
|
|
486
|
-
|
|
490
|
+
Personal finance and wealth management app
|
|
487
491
|
</div>
|
|
488
492
|
</div>
|
|
489
493
|
</li>
|
|
@@ -492,36 +496,36 @@
|
|
|
492
496
|
<div class="info">
|
|
493
497
|
<div class="rank">
|
|
494
498
|
<span title="Ranking 10">10</span>
|
|
495
|
-
<a href="https://github.com/
|
|
499
|
+
<a href="https://github.com/tachiyomiorg/tachiyomi" target="_blank" title="tachiyomiorg/tachiyomi">tachiyomiorg/tachiyomi</a>
|
|
496
500
|
</div>
|
|
497
501
|
<div class="sub-title followers">
|
|
498
502
|
|
|
499
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
500
|
-
<span style="background-color: #
|
|
503
|
+
<a class="language" target="_blank" href="https://github.com/topics/kotlin" title="Programming Language Kotlin">
|
|
504
|
+
<span style="background-color: #A97BFF;"></span>Kotlin
|
|
501
505
|
</a>
|
|
502
506
|
|
|
503
507
|
<span class="star" title="Stargazers Count">
|
|
504
508
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
505
509
|
<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
510
|
</svg>
|
|
507
|
-
<span>
|
|
511
|
+
<span>27267</span>
|
|
508
512
|
</span>
|
|
509
513
|
<span class="star" title="Repo Forked">
|
|
510
514
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
511
515
|
<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
516
|
</path>
|
|
513
517
|
</svg>
|
|
514
|
-
<span>
|
|
518
|
+
<span>3571</span>
|
|
515
519
|
</span>
|
|
516
520
|
<span class="star">
|
|
517
521
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
518
522
|
<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
523
|
</svg>
|
|
520
|
-
<span>
|
|
524
|
+
<span>254 stars today</span>
|
|
521
525
|
</span>
|
|
522
526
|
</div>
|
|
523
527
|
<div class="details">
|
|
524
|
-
|
|
528
|
+
Free and open source manga reader for Android.
|
|
525
529
|
</div>
|
|
526
530
|
</div>
|
|
527
531
|
</li>
|
|
@@ -530,7 +534,7 @@
|
|
|
530
534
|
<div class="info">
|
|
531
535
|
<div class="rank">
|
|
532
536
|
<span title="Ranking 11">11</span>
|
|
533
|
-
<a href="https://github.com/
|
|
537
|
+
<a href="https://github.com/MooreThreads/Moore-AnimateAnyone" target="_blank" title="MooreThreads/Moore-AnimateAnyone">MooreThreads/Moore-AnimateAnyone</a>
|
|
534
538
|
</div>
|
|
535
539
|
<div class="sub-title followers">
|
|
536
540
|
|
|
@@ -542,24 +546,24 @@
|
|
|
542
546
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
543
547
|
<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
548
|
</svg>
|
|
545
|
-
<span>
|
|
549
|
+
<span>714</span>
|
|
546
550
|
</span>
|
|
547
551
|
<span class="star" title="Repo Forked">
|
|
548
552
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
549
553
|
<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
554
|
</path>
|
|
551
555
|
</svg>
|
|
552
|
-
<span>
|
|
556
|
+
<span>50</span>
|
|
553
557
|
</span>
|
|
554
558
|
<span class="star">
|
|
555
559
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
556
560
|
<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
561
|
</svg>
|
|
558
|
-
<span>
|
|
562
|
+
<span>144 stars today</span>
|
|
559
563
|
</span>
|
|
560
564
|
</div>
|
|
561
565
|
<div class="details">
|
|
562
|
-
|
|
566
|
+
|
|
563
567
|
</div>
|
|
564
568
|
</div>
|
|
565
569
|
</li>
|
|
@@ -568,36 +572,36 @@
|
|
|
568
572
|
<div class="info">
|
|
569
573
|
<div class="rank">
|
|
570
574
|
<span title="Ranking 12">12</span>
|
|
571
|
-
<a href="https://github.com/
|
|
575
|
+
<a href="https://github.com/FreeTubeApp/FreeTube" target="_blank" title="FreeTubeApp/FreeTube">FreeTubeApp/FreeTube</a>
|
|
572
576
|
</div>
|
|
573
577
|
<div class="sub-title followers">
|
|
574
578
|
|
|
575
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
576
|
-
<span style="background-color: #
|
|
579
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
580
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
577
581
|
</a>
|
|
578
582
|
|
|
579
583
|
<span class="star" title="Stargazers Count">
|
|
580
584
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
581
585
|
<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
586
|
</svg>
|
|
583
|
-
<span>
|
|
587
|
+
<span>10538</span>
|
|
584
588
|
</span>
|
|
585
589
|
<span class="star" title="Repo Forked">
|
|
586
590
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
587
591
|
<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
592
|
</path>
|
|
589
593
|
</svg>
|
|
590
|
-
<span>
|
|
594
|
+
<span>639</span>
|
|
591
595
|
</span>
|
|
592
596
|
<span class="star">
|
|
593
597
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
594
598
|
<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
599
|
</svg>
|
|
596
|
-
<span>
|
|
600
|
+
<span>149 stars today</span>
|
|
597
601
|
</span>
|
|
598
602
|
</div>
|
|
599
603
|
<div class="details">
|
|
600
|
-
|
|
604
|
+
An Open Source YouTube app for privacy
|
|
601
605
|
</div>
|
|
602
606
|
</div>
|
|
603
607
|
</li>
|
|
@@ -606,32 +610,36 @@
|
|
|
606
610
|
<div class="info">
|
|
607
611
|
<div class="rank">
|
|
608
612
|
<span title="Ranking 13">13</span>
|
|
609
|
-
<a href="https://github.com/
|
|
613
|
+
<a href="https://github.com/MatsuriDayo/NekoBoxForAndroid" target="_blank" title="MatsuriDayo/NekoBoxForAndroid">MatsuriDayo/NekoBoxForAndroid</a>
|
|
610
614
|
</div>
|
|
611
615
|
<div class="sub-title followers">
|
|
612
616
|
|
|
617
|
+
<a class="language" target="_blank" href="https://github.com/topics/kotlin" title="Programming Language Kotlin">
|
|
618
|
+
<span style="background-color: #A97BFF;"></span>Kotlin
|
|
619
|
+
</a>
|
|
620
|
+
|
|
613
621
|
<span class="star" title="Stargazers Count">
|
|
614
622
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
615
623
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
616
624
|
</svg>
|
|
617
|
-
<span>
|
|
625
|
+
<span>6123</span>
|
|
618
626
|
</span>
|
|
619
627
|
<span class="star" title="Repo Forked">
|
|
620
628
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
621
629
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
622
630
|
</path>
|
|
623
631
|
</svg>
|
|
624
|
-
<span>
|
|
632
|
+
<span>560</span>
|
|
625
633
|
</span>
|
|
626
634
|
<span class="star">
|
|
627
635
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
628
636
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
629
637
|
</svg>
|
|
630
|
-
<span>
|
|
638
|
+
<span>31 stars today</span>
|
|
631
639
|
</span>
|
|
632
640
|
</div>
|
|
633
641
|
<div class="details">
|
|
634
|
-
|
|
642
|
+
NekoBox for Android / sing-box / universal proxy toolchain for Android
|
|
635
643
|
</div>
|
|
636
644
|
</div>
|
|
637
645
|
</li>
|
|
@@ -640,32 +648,36 @@
|
|
|
640
648
|
<div class="info">
|
|
641
649
|
<div class="rank">
|
|
642
650
|
<span title="Ranking 14">14</span>
|
|
643
|
-
<a href="https://github.com/
|
|
651
|
+
<a href="https://github.com/vinta/awesome-python" target="_blank" title="vinta/awesome-python">vinta/awesome-python</a>
|
|
644
652
|
</div>
|
|
645
653
|
<div class="sub-title followers">
|
|
646
654
|
|
|
655
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
656
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
657
|
+
</a>
|
|
658
|
+
|
|
647
659
|
<span class="star" title="Stargazers Count">
|
|
648
660
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
649
661
|
<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>
|
|
650
662
|
</svg>
|
|
651
|
-
<span>
|
|
663
|
+
<span>194251</span>
|
|
652
664
|
</span>
|
|
653
665
|
<span class="star" title="Repo Forked">
|
|
654
666
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
655
667
|
<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">
|
|
656
668
|
</path>
|
|
657
669
|
</svg>
|
|
658
|
-
<span>
|
|
670
|
+
<span>24517</span>
|
|
659
671
|
</span>
|
|
660
672
|
<span class="star">
|
|
661
673
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
662
674
|
<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>
|
|
663
675
|
</svg>
|
|
664
|
-
<span>
|
|
676
|
+
<span>125 stars today</span>
|
|
665
677
|
</span>
|
|
666
678
|
</div>
|
|
667
679
|
<div class="details">
|
|
668
|
-
|
|
680
|
+
A curated list of awesome Python frameworks, libraries, software and resources
|
|
669
681
|
</div>
|
|
670
682
|
</div>
|
|
671
683
|
</li>
|
|
@@ -674,32 +686,36 @@
|
|
|
674
686
|
<div class="info">
|
|
675
687
|
<div class="rank">
|
|
676
688
|
<span title="Ranking 15">15</span>
|
|
677
|
-
<a href="https://github.com/
|
|
689
|
+
<a href="https://github.com/valinet/ExplorerPatcher" target="_blank" title="valinet/ExplorerPatcher">valinet/ExplorerPatcher</a>
|
|
678
690
|
</div>
|
|
679
691
|
<div class="sub-title followers">
|
|
680
692
|
|
|
693
|
+
<a class="language" target="_blank" href="https://github.com/topics/c" title="Programming Language C">
|
|
694
|
+
<span style="background-color: #555555;"></span>C
|
|
695
|
+
</a>
|
|
696
|
+
|
|
681
697
|
<span class="star" title="Stargazers Count">
|
|
682
698
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
683
699
|
<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
700
|
</svg>
|
|
685
|
-
<span>
|
|
701
|
+
<span>19110</span>
|
|
686
702
|
</span>
|
|
687
703
|
<span class="star" title="Repo Forked">
|
|
688
704
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
689
705
|
<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
706
|
</path>
|
|
691
707
|
</svg>
|
|
692
|
-
<span>
|
|
708
|
+
<span>889</span>
|
|
693
709
|
</span>
|
|
694
710
|
<span class="star">
|
|
695
711
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
696
712
|
<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
713
|
</svg>
|
|
698
|
-
<span>
|
|
714
|
+
<span>131 stars today</span>
|
|
699
715
|
</span>
|
|
700
716
|
</div>
|
|
701
717
|
<div class="details">
|
|
702
|
-
|
|
718
|
+
This project aims to enhance the working environment on Windows
|
|
703
719
|
</div>
|
|
704
720
|
</div>
|
|
705
721
|
</li>
|
|
@@ -708,36 +724,36 @@
|
|
|
708
724
|
<div class="info">
|
|
709
725
|
<div class="rank">
|
|
710
726
|
<span title="Ranking 16">16</span>
|
|
711
|
-
<a href="https://github.com/
|
|
727
|
+
<a href="https://github.com/tachiyomiorg/extensions" target="_blank" title="tachiyomiorg/extensions">tachiyomiorg/extensions</a>
|
|
712
728
|
</div>
|
|
713
729
|
<div class="sub-title followers">
|
|
714
730
|
|
|
715
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
716
|
-
<span style="background-color: #
|
|
731
|
+
<a class="language" target="_blank" href="https://github.com/topics/kotlin" title="Programming Language Kotlin">
|
|
732
|
+
<span style="background-color: #A97BFF;"></span>Kotlin
|
|
717
733
|
</a>
|
|
718
734
|
|
|
719
735
|
<span class="star" title="Stargazers Count">
|
|
720
736
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
721
737
|
<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
738
|
</svg>
|
|
723
|
-
<span>
|
|
739
|
+
<span>141</span>
|
|
724
740
|
</span>
|
|
725
741
|
<span class="star" title="Repo Forked">
|
|
726
742
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
727
743
|
<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
744
|
</path>
|
|
729
745
|
</svg>
|
|
730
|
-
<span>
|
|
746
|
+
<span>188</span>
|
|
731
747
|
</span>
|
|
732
748
|
<span class="star">
|
|
733
749
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
734
750
|
<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
751
|
</svg>
|
|
736
|
-
<span>
|
|
752
|
+
<span>21 stars today</span>
|
|
737
753
|
</span>
|
|
738
754
|
</div>
|
|
739
755
|
<div class="details">
|
|
740
|
-
|
|
756
|
+
Source extensions for the Tachiyomi app.
|
|
741
757
|
</div>
|
|
742
758
|
</div>
|
|
743
759
|
</li>
|
|
@@ -746,36 +762,36 @@
|
|
|
746
762
|
<div class="info">
|
|
747
763
|
<div class="rank">
|
|
748
764
|
<span title="Ranking 17">17</span>
|
|
749
|
-
<a href="https://github.com/
|
|
765
|
+
<a href="https://github.com/actualbudget/actual" target="_blank" title="actualbudget/actual">actualbudget/actual</a>
|
|
750
766
|
</div>
|
|
751
767
|
<div class="sub-title followers">
|
|
752
768
|
|
|
753
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
754
|
-
<span style="background-color: #
|
|
769
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
770
|
+
<span style="background-color: #3178c6;"></span>TypeScript
|
|
755
771
|
</a>
|
|
756
772
|
|
|
757
773
|
<span class="star" title="Stargazers Count">
|
|
758
774
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
759
775
|
<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
776
|
</svg>
|
|
761
|
-
<span>
|
|
777
|
+
<span>9889</span>
|
|
762
778
|
</span>
|
|
763
779
|
<span class="star" title="Repo Forked">
|
|
764
780
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
765
781
|
<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
782
|
</path>
|
|
767
783
|
</svg>
|
|
768
|
-
<span>
|
|
784
|
+
<span>798</span>
|
|
769
785
|
</span>
|
|
770
786
|
<span class="star">
|
|
771
787
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
772
788
|
<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
789
|
</svg>
|
|
774
|
-
<span>
|
|
790
|
+
<span>55 stars today</span>
|
|
775
791
|
</span>
|
|
776
792
|
</div>
|
|
777
793
|
<div class="details">
|
|
778
|
-
A
|
|
794
|
+
A local-first personal finance app
|
|
779
795
|
</div>
|
|
780
796
|
</div>
|
|
781
797
|
</li>
|
|
@@ -784,32 +800,28 @@
|
|
|
784
800
|
<div class="info">
|
|
785
801
|
<div class="rank">
|
|
786
802
|
<span title="Ranking 18">18</span>
|
|
787
|
-
<a href="https://github.com/
|
|
803
|
+
<a href="https://github.com/AIGCDesignGroup/ReplaceAnything" target="_blank" title="AIGCDesignGroup/ReplaceAnything">AIGCDesignGroup/ReplaceAnything</a>
|
|
788
804
|
</div>
|
|
789
805
|
<div class="sub-title followers">
|
|
790
806
|
|
|
791
|
-
<a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
|
|
792
|
-
<span style="background-color: #f34b7d;"></span>C++
|
|
793
|
-
</a>
|
|
794
|
-
|
|
795
807
|
<span class="star" title="Stargazers Count">
|
|
796
808
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
797
809
|
<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
810
|
</svg>
|
|
799
|
-
<span>
|
|
811
|
+
<span>954</span>
|
|
800
812
|
</span>
|
|
801
813
|
<span class="star" title="Repo Forked">
|
|
802
814
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
803
815
|
<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
816
|
</path>
|
|
805
817
|
</svg>
|
|
806
|
-
<span>
|
|
818
|
+
<span>30</span>
|
|
807
819
|
</span>
|
|
808
820
|
<span class="star">
|
|
809
821
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
810
822
|
<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
823
|
</svg>
|
|
812
|
-
<span>
|
|
824
|
+
<span>218 stars today</span>
|
|
813
825
|
</span>
|
|
814
826
|
</div>
|
|
815
827
|
<div class="details">
|
|
@@ -822,36 +834,32 @@
|
|
|
822
834
|
<div class="info">
|
|
823
835
|
<div class="rank">
|
|
824
836
|
<span title="Ranking 19">19</span>
|
|
825
|
-
<a href="https://github.com/
|
|
837
|
+
<a href="https://github.com/linexjlin/GPTs" target="_blank" title="linexjlin/GPTs">linexjlin/GPTs</a>
|
|
826
838
|
</div>
|
|
827
839
|
<div class="sub-title followers">
|
|
828
840
|
|
|
829
|
-
<a class="language" target="_blank" href="https://github.com/topics/c#" title="Programming Language C#">
|
|
830
|
-
<span style="background-color: #178600;"></span>C#
|
|
831
|
-
</a>
|
|
832
|
-
|
|
833
841
|
<span class="star" title="Stargazers Count">
|
|
834
842
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
835
843
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
836
844
|
</svg>
|
|
837
|
-
<span>
|
|
845
|
+
<span>22041</span>
|
|
838
846
|
</span>
|
|
839
847
|
<span class="star" title="Repo Forked">
|
|
840
848
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
841
849
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
842
850
|
</path>
|
|
843
851
|
</svg>
|
|
844
|
-
<span>
|
|
852
|
+
<span>3182</span>
|
|
845
853
|
</span>
|
|
846
854
|
<span class="star">
|
|
847
855
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
848
856
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
849
857
|
</svg>
|
|
850
|
-
<span>
|
|
858
|
+
<span>66 stars today</span>
|
|
851
859
|
</span>
|
|
852
860
|
</div>
|
|
853
861
|
<div class="details">
|
|
854
|
-
|
|
862
|
+
leaked prompts of GPTs
|
|
855
863
|
</div>
|
|
856
864
|
</div>
|
|
857
865
|
</li>
|
|
@@ -860,36 +868,36 @@
|
|
|
860
868
|
<div class="info">
|
|
861
869
|
<div class="rank">
|
|
862
870
|
<span title="Ranking 20">20</span>
|
|
863
|
-
<a href="https://github.com/
|
|
871
|
+
<a href="https://github.com/PowerShell/PowerShell" target="_blank" title="PowerShell/PowerShell">PowerShell/PowerShell</a>
|
|
864
872
|
</div>
|
|
865
873
|
<div class="sub-title followers">
|
|
866
874
|
|
|
867
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
868
|
-
<span style="background-color: #
|
|
875
|
+
<a class="language" target="_blank" href="https://github.com/topics/c#" title="Programming Language C#">
|
|
876
|
+
<span style="background-color: #178600;"></span>C#
|
|
869
877
|
</a>
|
|
870
878
|
|
|
871
879
|
<span class="star" title="Stargazers Count">
|
|
872
880
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
873
881
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
874
882
|
</svg>
|
|
875
|
-
<span>
|
|
883
|
+
<span>42472</span>
|
|
876
884
|
</span>
|
|
877
885
|
<span class="star" title="Repo Forked">
|
|
878
886
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
879
887
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
880
888
|
</path>
|
|
881
889
|
</svg>
|
|
882
|
-
<span>
|
|
890
|
+
<span>7791</span>
|
|
883
891
|
</span>
|
|
884
892
|
<span class="star">
|
|
885
893
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
886
894
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
887
895
|
</svg>
|
|
888
|
-
<span>
|
|
896
|
+
<span>79 stars today</span>
|
|
889
897
|
</span>
|
|
890
898
|
</div>
|
|
891
899
|
<div class="details">
|
|
892
|
-
|
|
900
|
+
PowerShell for every system!
|
|
893
901
|
</div>
|
|
894
902
|
</div>
|
|
895
903
|
</li>
|
|
@@ -898,36 +906,32 @@
|
|
|
898
906
|
<div class="info">
|
|
899
907
|
<div class="rank">
|
|
900
908
|
<span title="Ranking 21">21</span>
|
|
901
|
-
<a href="https://github.com/
|
|
909
|
+
<a href="https://github.com/JushBJJ/Mr.-Ranedeer-AI-Tutor" target="_blank" title="JushBJJ/Mr.-Ranedeer-AI-Tutor">JushBJJ/Mr.-Ranedeer-AI-Tutor</a>
|
|
902
910
|
</div>
|
|
903
911
|
<div class="sub-title followers">
|
|
904
912
|
|
|
905
|
-
<a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
|
|
906
|
-
<span style="background-color: #00ADD8;"></span>Go
|
|
907
|
-
</a>
|
|
908
|
-
|
|
909
913
|
<span class="star" title="Stargazers Count">
|
|
910
914
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
911
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>
|
|
912
916
|
</svg>
|
|
913
|
-
<span>
|
|
917
|
+
<span>23129</span>
|
|
914
918
|
</span>
|
|
915
919
|
<span class="star" title="Repo Forked">
|
|
916
920
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
917
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">
|
|
918
922
|
</path>
|
|
919
923
|
</svg>
|
|
920
|
-
<span>
|
|
924
|
+
<span>2636</span>
|
|
921
925
|
</span>
|
|
922
926
|
<span class="star">
|
|
923
927
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
924
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>
|
|
925
929
|
</svg>
|
|
926
|
-
<span>
|
|
930
|
+
<span>44 stars today</span>
|
|
927
931
|
</span>
|
|
928
932
|
</div>
|
|
929
933
|
<div class="details">
|
|
930
|
-
|
|
934
|
+
A GPT-4 AI Tutor Prompt for customizable personalized learning experiences.
|
|
931
935
|
</div>
|
|
932
936
|
</div>
|
|
933
937
|
</li>
|
|
@@ -936,36 +940,36 @@
|
|
|
936
940
|
<div class="info">
|
|
937
941
|
<div class="rank">
|
|
938
942
|
<span title="Ranking 22">22</span>
|
|
939
|
-
<a href="https://github.com/
|
|
943
|
+
<a href="https://github.com/home-assistant/core" target="_blank" title="home-assistant/core">home-assistant/core</a>
|
|
940
944
|
</div>
|
|
941
945
|
<div class="sub-title followers">
|
|
942
946
|
|
|
943
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
944
|
-
<span style="background-color: #
|
|
947
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
948
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
945
949
|
</a>
|
|
946
950
|
|
|
947
951
|
<span class="star" title="Stargazers Count">
|
|
948
952
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
949
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>
|
|
950
954
|
</svg>
|
|
951
|
-
<span>
|
|
955
|
+
<span>65753</span>
|
|
952
956
|
</span>
|
|
953
957
|
<span class="star" title="Repo Forked">
|
|
954
958
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
955
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">
|
|
956
960
|
</path>
|
|
957
961
|
</svg>
|
|
958
|
-
<span>
|
|
962
|
+
<span>26682</span>
|
|
959
963
|
</span>
|
|
960
964
|
<span class="star">
|
|
961
965
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
962
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>
|
|
963
967
|
</svg>
|
|
964
|
-
<span>
|
|
968
|
+
<span>41 stars today</span>
|
|
965
969
|
</span>
|
|
966
970
|
</div>
|
|
967
971
|
<div class="details">
|
|
968
|
-
|
|
972
|
+
🏡 Open source home automation that puts local control and privacy first.
|
|
969
973
|
</div>
|
|
970
974
|
</div>
|
|
971
975
|
</li>
|
|
@@ -974,36 +978,36 @@
|
|
|
974
978
|
<div class="info">
|
|
975
979
|
<div class="rank">
|
|
976
980
|
<span title="Ranking 23">23</span>
|
|
977
|
-
<a href="https://github.com/
|
|
981
|
+
<a href="https://github.com/krahets/hello-algo" target="_blank" title="krahets/hello-algo">krahets/hello-algo</a>
|
|
978
982
|
</div>
|
|
979
983
|
<div class="sub-title followers">
|
|
980
984
|
|
|
981
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
982
|
-
<span style="background-color: #
|
|
985
|
+
<a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
|
|
986
|
+
<span style="background-color: #b07219;"></span>Java
|
|
983
987
|
</a>
|
|
984
988
|
|
|
985
989
|
<span class="star" title="Stargazers Count">
|
|
986
990
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
987
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>
|
|
988
992
|
</svg>
|
|
989
|
-
<span>
|
|
993
|
+
<span>59121</span>
|
|
990
994
|
</span>
|
|
991
995
|
<span class="star" title="Repo Forked">
|
|
992
996
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
993
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">
|
|
994
998
|
</path>
|
|
995
999
|
</svg>
|
|
996
|
-
<span>
|
|
1000
|
+
<span>7236</span>
|
|
997
1001
|
</span>
|
|
998
1002
|
<span class="star">
|
|
999
1003
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1000
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>
|
|
1001
1005
|
</svg>
|
|
1002
|
-
<span>
|
|
1006
|
+
<span>157 stars today</span>
|
|
1003
1007
|
</span>
|
|
1004
1008
|
</div>
|
|
1005
1009
|
<div class="details">
|
|
1006
|
-
|
|
1010
|
+
《Hello 算法》:动画图解、一键运行的数据结构与算法教程,支持 Java, C++, Python, Go, JS, TS, C#, Swift, Rust, Dart, Zig 等语言。
|
|
1007
1011
|
</div>
|
|
1008
1012
|
</div>
|
|
1009
1013
|
</li>
|
|
@@ -1012,36 +1016,36 @@
|
|
|
1012
1016
|
<div class="info">
|
|
1013
1017
|
<div class="rank">
|
|
1014
1018
|
<span title="Ranking 24">24</span>
|
|
1015
|
-
<a href="https://github.com/
|
|
1019
|
+
<a href="https://github.com/stenzek/duckstation" target="_blank" title="stenzek/duckstation">stenzek/duckstation</a>
|
|
1016
1020
|
</div>
|
|
1017
1021
|
<div class="sub-title followers">
|
|
1018
1022
|
|
|
1019
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
1020
|
-
<span style="background-color: #
|
|
1023
|
+
<a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
|
|
1024
|
+
<span style="background-color: #f34b7d;"></span>C++
|
|
1021
1025
|
</a>
|
|
1022
1026
|
|
|
1023
1027
|
<span class="star" title="Stargazers Count">
|
|
1024
1028
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1025
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>
|
|
1026
1030
|
</svg>
|
|
1027
|
-
<span>
|
|
1031
|
+
<span>5751</span>
|
|
1028
1032
|
</span>
|
|
1029
1033
|
<span class="star" title="Repo Forked">
|
|
1030
1034
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1031
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">
|
|
1032
1036
|
</path>
|
|
1033
1037
|
</svg>
|
|
1034
|
-
<span>
|
|
1038
|
+
<span>545</span>
|
|
1035
1039
|
</span>
|
|
1036
1040
|
<span class="star">
|
|
1037
1041
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1038
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>
|
|
1039
1043
|
</svg>
|
|
1040
|
-
<span>
|
|
1044
|
+
<span>8 stars today</span>
|
|
1041
1045
|
</span>
|
|
1042
1046
|
</div>
|
|
1043
1047
|
<div class="details">
|
|
1044
|
-
|
|
1048
|
+
Fast PlayStation 1 emulator for x86-64/AArch32/AArch64/RV64
|
|
1045
1049
|
</div>
|
|
1046
1050
|
</div>
|
|
1047
1051
|
</li>
|
|
@@ -1050,36 +1054,36 @@
|
|
|
1050
1054
|
<div class="info">
|
|
1051
1055
|
<div class="rank">
|
|
1052
1056
|
<span title="Ranking 25">25</span>
|
|
1053
|
-
<a href="https://github.com/
|
|
1057
|
+
<a href="https://github.com/nextcloud/all-in-one" target="_blank" title="nextcloud/all-in-one">nextcloud/all-in-one</a>
|
|
1054
1058
|
</div>
|
|
1055
1059
|
<div class="sub-title followers">
|
|
1056
1060
|
|
|
1057
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
1058
|
-
<span style="background-color: #
|
|
1061
|
+
<a class="language" target="_blank" href="https://github.com/topics/php" title="Programming Language PHP">
|
|
1062
|
+
<span style="background-color: #4F5D95;"></span>PHP
|
|
1059
1063
|
</a>
|
|
1060
1064
|
|
|
1061
1065
|
<span class="star" title="Stargazers Count">
|
|
1062
1066
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1063
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>
|
|
1064
1068
|
</svg>
|
|
1065
|
-
<span>
|
|
1069
|
+
<span>3372</span>
|
|
1066
1070
|
</span>
|
|
1067
1071
|
<span class="star" title="Repo Forked">
|
|
1068
1072
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1069
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">
|
|
1070
1074
|
</path>
|
|
1071
1075
|
</svg>
|
|
1072
|
-
<span>
|
|
1076
|
+
<span>443</span>
|
|
1073
1077
|
</span>
|
|
1074
1078
|
<span class="star">
|
|
1075
1079
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1076
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>
|
|
1077
1081
|
</svg>
|
|
1078
|
-
<span>
|
|
1082
|
+
<span>9 stars today</span>
|
|
1079
1083
|
</span>
|
|
1080
1084
|
</div>
|
|
1081
1085
|
<div class="details">
|
|
1082
|
-
|
|
1086
|
+
The official Nextcloud installation method. Provides easy deployment and maintenance with most features included in this one Nextcloud instance.
|
|
1083
1087
|
</div>
|
|
1084
1088
|
</div>
|
|
1085
1089
|
</li>
|
|
@@ -1103,7 +1107,7 @@
|
|
|
1103
1107
|
<img src="https://img.shields.io/npm/v/@wcj/github-rank.svg?label=unpkg">
|
|
1104
1108
|
</a>
|
|
1105
1109
|
</div>
|
|
1106
|
-
<div class="time">Last cache created on 2024/1/
|
|
1110
|
+
<div class="time">Last cache created on 2024/1/15 by Github API v3.</div>
|
|
1107
1111
|
Create by <a href="https://github.com/jaywcjlove" target="_blank">小弟调调™</a>.
|
|
1108
1112
|
</div>
|
|
1109
1113
|
</body>
|