@wcj/github-rank 23.5.20 → 23.5.22
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 +25440 -25434
- package/dist/trending-daily.json +193 -193
- package/dist/trending-monthly.json +157 -157
- package/dist/trending-weekly.json +177 -177
- package/dist/users.china.json +2050 -2050
- package/dist/users.json +9061 -9061
- package/package.json +1 -1
- package/web/data/repos.json +25440 -25434
- package/web/data/trending-daily.json +193 -193
- package/web/data/trending-monthly.json +157 -157
- package/web/data/trending-weekly.json +177 -177
- package/web/data/users.china.json +2050 -2050
- package/web/data/users.json +9061 -9061
- package/web/index.html +6758 -6758
- package/web/repos.html +3273 -3273
- package/web/trending-monthly.html +145 -145
- package/web/trending-weekly.html +163 -163
- package/web/trending.html +177 -169
- package/web/users.china.html +1522 -1522
package/web/trending.html
CHANGED
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
</a>
|
|
130
130
|
|
|
131
131
|
</h1>
|
|
132
|
-
<div class="time">Last cache created on 2023/5/
|
|
132
|
+
<div class="time">Last cache created on 2023/5/22 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/pengxiao-song/LaWGPT" target="_blank" title="pengxiao-song/LaWGPT">pengxiao-song/LaWGPT</a>
|
|
158
158
|
</div>
|
|
159
159
|
<div class="sub-title followers">
|
|
160
160
|
|
|
161
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
162
|
-
<span style="background-color: #
|
|
161
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
162
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
163
163
|
</a>
|
|
164
164
|
|
|
165
165
|
<span class="star" title="Stargazers Count">
|
|
166
166
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
167
167
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
168
168
|
</svg>
|
|
169
|
-
<span>
|
|
169
|
+
<span>1593</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>133</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>421 stars today</span>
|
|
183
183
|
</span>
|
|
184
184
|
</div>
|
|
185
185
|
<div class="details">
|
|
186
|
-
|
|
186
|
+
🎉 Repo for LaWGPT, Chinese-Llama tuned with Chinese Legal knowledge. 基于中文法律知识的大语言模型
|
|
187
187
|
</div>
|
|
188
188
|
</div>
|
|
189
189
|
</li>
|
|
@@ -192,36 +192,36 @@
|
|
|
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/rocketseat-education/nlw-12-spacetime-ignite" target="_blank" title="rocketseat-education/nlw-12-spacetime-ignite">rocketseat-education/nlw-12-spacetime-ignite</a>
|
|
196
196
|
</div>
|
|
197
197
|
<div class="sub-title followers">
|
|
198
198
|
|
|
199
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
200
|
-
<span style="background-color: #
|
|
199
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
200
|
+
<span style="background-color: #3178c6;"></span>TypeScript
|
|
201
201
|
</a>
|
|
202
202
|
|
|
203
203
|
<span class="star" title="Stargazers Count">
|
|
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>362</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>202</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>70 stars today</span>
|
|
221
221
|
</span>
|
|
222
222
|
</div>
|
|
223
223
|
<div class="details">
|
|
224
|
-
|
|
224
|
+
Aplicação de recordação de memórias desenvolvida no NLW 12
|
|
225
225
|
</div>
|
|
226
226
|
</div>
|
|
227
227
|
</li>
|
|
@@ -230,32 +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/Stability-AI/StableStudio" target="_blank" title="Stability-AI/StableStudio">Stability-AI/StableStudio</a>
|
|
234
234
|
</div>
|
|
235
235
|
<div class="sub-title followers">
|
|
236
236
|
|
|
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
|
+
</a>
|
|
240
|
+
|
|
237
241
|
<span class="star" title="Stargazers Count">
|
|
238
242
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
239
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>
|
|
240
244
|
</svg>
|
|
241
|
-
<span>
|
|
245
|
+
<span>4919</span>
|
|
242
246
|
</span>
|
|
243
247
|
<span class="star" title="Repo Forked">
|
|
244
248
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
245
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">
|
|
246
250
|
</path>
|
|
247
251
|
</svg>
|
|
248
|
-
<span>
|
|
252
|
+
<span>411</span>
|
|
249
253
|
</span>
|
|
250
254
|
<span class="star">
|
|
251
255
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
252
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>
|
|
253
257
|
</svg>
|
|
254
|
-
<span>
|
|
258
|
+
<span>909 stars today</span>
|
|
255
259
|
</span>
|
|
256
260
|
</div>
|
|
257
261
|
<div class="details">
|
|
258
|
-
|
|
262
|
+
Community interface for generative AI
|
|
259
263
|
</div>
|
|
260
264
|
</div>
|
|
261
265
|
</li>
|
|
@@ -264,32 +268,36 @@
|
|
|
264
268
|
<div class="info">
|
|
265
269
|
<div class="rank">
|
|
266
270
|
<span title="Ranking 4">4</span>
|
|
267
|
-
<a href="https://github.com/
|
|
271
|
+
<a href="https://github.com/StanGirard/quivr" target="_blank" title="StanGirard/quivr">StanGirard/quivr</a>
|
|
268
272
|
</div>
|
|
269
273
|
<div class="sub-title followers">
|
|
270
274
|
|
|
275
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
276
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
277
|
+
</a>
|
|
278
|
+
|
|
271
279
|
<span class="star" title="Stargazers Count">
|
|
272
280
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
273
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>
|
|
274
282
|
</svg>
|
|
275
|
-
<span>
|
|
283
|
+
<span>4298</span>
|
|
276
284
|
</span>
|
|
277
285
|
<span class="star" title="Repo Forked">
|
|
278
286
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
279
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">
|
|
280
288
|
</path>
|
|
281
289
|
</svg>
|
|
282
|
-
<span>
|
|
290
|
+
<span>605</span>
|
|
283
291
|
</span>
|
|
284
292
|
<span class="star">
|
|
285
293
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
286
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>
|
|
287
295
|
</svg>
|
|
288
|
-
<span>
|
|
296
|
+
<span>626 stars today</span>
|
|
289
297
|
</span>
|
|
290
298
|
</div>
|
|
291
299
|
<div class="details">
|
|
292
|
-
|
|
300
|
+
Dump all your files and thoughts into your GenerativeAI Second Brain and chat with it
|
|
293
301
|
</div>
|
|
294
302
|
</div>
|
|
295
303
|
</li>
|
|
@@ -298,36 +306,36 @@
|
|
|
298
306
|
<div class="info">
|
|
299
307
|
<div class="rank">
|
|
300
308
|
<span title="Ranking 5">5</span>
|
|
301
|
-
<a href="https://github.com/
|
|
309
|
+
<a href="https://github.com/twitter/the-algorithm" target="_blank" title="twitter/the-algorithm">twitter/the-algorithm</a>
|
|
302
310
|
</div>
|
|
303
311
|
<div class="sub-title followers">
|
|
304
312
|
|
|
305
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
306
|
-
<span style="background-color: #
|
|
313
|
+
<a class="language" target="_blank" href="https://github.com/topics/scala" title="Programming Language Scala">
|
|
314
|
+
<span style="background-color: #c22d40;"></span>Scala
|
|
307
315
|
</a>
|
|
308
316
|
|
|
309
317
|
<span class="star" title="Stargazers Count">
|
|
310
318
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
311
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>
|
|
312
320
|
</svg>
|
|
313
|
-
<span>
|
|
321
|
+
<span>57348</span>
|
|
314
322
|
</span>
|
|
315
323
|
<span class="star" title="Repo Forked">
|
|
316
324
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
317
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">
|
|
318
326
|
</path>
|
|
319
327
|
</svg>
|
|
320
|
-
<span>
|
|
328
|
+
<span>11781</span>
|
|
321
329
|
</span>
|
|
322
330
|
<span class="star">
|
|
323
331
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
324
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>
|
|
325
333
|
</svg>
|
|
326
|
-
<span>
|
|
334
|
+
<span>141 stars today</span>
|
|
327
335
|
</span>
|
|
328
336
|
</div>
|
|
329
337
|
<div class="details">
|
|
330
|
-
|
|
338
|
+
Source code for Twitter's Recommendation Algorithm
|
|
331
339
|
</div>
|
|
332
340
|
</div>
|
|
333
341
|
</li>
|
|
@@ -336,7 +344,7 @@
|
|
|
336
344
|
<div class="info">
|
|
337
345
|
<div class="rank">
|
|
338
346
|
<span title="Ranking 6">6</span>
|
|
339
|
-
<a href="https://github.com/
|
|
347
|
+
<a href="https://github.com/ricklamers/gpt-code-ui" target="_blank" title="ricklamers/gpt-code-ui">ricklamers/gpt-code-ui</a>
|
|
340
348
|
</div>
|
|
341
349
|
<div class="sub-title followers">
|
|
342
350
|
|
|
@@ -348,24 +356,24 @@
|
|
|
348
356
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
349
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>
|
|
350
358
|
</svg>
|
|
351
|
-
<span>
|
|
359
|
+
<span>680</span>
|
|
352
360
|
</span>
|
|
353
361
|
<span class="star" title="Repo Forked">
|
|
354
362
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
355
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">
|
|
356
364
|
</path>
|
|
357
365
|
</svg>
|
|
358
|
-
<span>
|
|
366
|
+
<span>57</span>
|
|
359
367
|
</span>
|
|
360
368
|
<span class="star">
|
|
361
369
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
362
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>
|
|
363
371
|
</svg>
|
|
364
|
-
<span>
|
|
372
|
+
<span>126 stars today</span>
|
|
365
373
|
</span>
|
|
366
374
|
</div>
|
|
367
375
|
<div class="details">
|
|
368
|
-
|
|
376
|
+
An open source implementation of OpenAI's ChatGPT Code interpreter
|
|
369
377
|
</div>
|
|
370
378
|
</div>
|
|
371
379
|
</li>
|
|
@@ -374,36 +382,36 @@
|
|
|
374
382
|
<div class="info">
|
|
375
383
|
<div class="rank">
|
|
376
384
|
<span title="Ranking 7">7</span>
|
|
377
|
-
<a href="https://github.com/
|
|
385
|
+
<a href="https://github.com/shadcn/ui" target="_blank" title="shadcn/ui">shadcn/ui</a>
|
|
378
386
|
</div>
|
|
379
387
|
<div class="sub-title followers">
|
|
380
388
|
|
|
381
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
382
|
-
<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
|
|
383
391
|
</a>
|
|
384
392
|
|
|
385
393
|
<span class="star" title="Stargazers Count">
|
|
386
394
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
387
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>
|
|
388
396
|
</svg>
|
|
389
|
-
<span>
|
|
397
|
+
<span>16380</span>
|
|
390
398
|
</span>
|
|
391
399
|
<span class="star" title="Repo Forked">
|
|
392
400
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
393
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">
|
|
394
402
|
</path>
|
|
395
403
|
</svg>
|
|
396
|
-
<span>
|
|
404
|
+
<span>671</span>
|
|
397
405
|
</span>
|
|
398
406
|
<span class="star">
|
|
399
407
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
400
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>
|
|
401
409
|
</svg>
|
|
402
|
-
<span>
|
|
410
|
+
<span>180 stars today</span>
|
|
403
411
|
</span>
|
|
404
412
|
</div>
|
|
405
413
|
<div class="details">
|
|
406
|
-
|
|
414
|
+
Beautifully designed components built with Radix UI and Tailwind CSS.
|
|
407
415
|
</div>
|
|
408
416
|
</div>
|
|
409
417
|
</li>
|
|
@@ -412,32 +420,36 @@
|
|
|
412
420
|
<div class="info">
|
|
413
421
|
<div class="rank">
|
|
414
422
|
<span title="Ranking 8">8</span>
|
|
415
|
-
<a href="https://github.com/
|
|
423
|
+
<a href="https://github.com/shadcn/taxonomy" target="_blank" title="shadcn/taxonomy">shadcn/taxonomy</a>
|
|
416
424
|
</div>
|
|
417
425
|
<div class="sub-title followers">
|
|
418
426
|
|
|
427
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
428
|
+
<span style="background-color: #3178c6;"></span>TypeScript
|
|
429
|
+
</a>
|
|
430
|
+
|
|
419
431
|
<span class="star" title="Stargazers Count">
|
|
420
432
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
421
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>
|
|
422
434
|
</svg>
|
|
423
|
-
<span>
|
|
435
|
+
<span>11658</span>
|
|
424
436
|
</span>
|
|
425
437
|
<span class="star" title="Repo Forked">
|
|
426
438
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
427
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">
|
|
428
440
|
</path>
|
|
429
441
|
</svg>
|
|
430
|
-
<span>
|
|
442
|
+
<span>1304</span>
|
|
431
443
|
</span>
|
|
432
444
|
<span class="star">
|
|
433
445
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
434
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>
|
|
435
447
|
</svg>
|
|
436
|
-
<span>
|
|
448
|
+
<span>61 stars today</span>
|
|
437
449
|
</span>
|
|
438
450
|
</div>
|
|
439
451
|
<div class="details">
|
|
440
|
-
|
|
452
|
+
An open source application built using the new router, server components and everything new in Next.js 13.
|
|
441
453
|
</div>
|
|
442
454
|
</div>
|
|
443
455
|
</li>
|
|
@@ -446,36 +458,36 @@
|
|
|
446
458
|
<div class="info">
|
|
447
459
|
<div class="rank">
|
|
448
460
|
<span title="Ranking 9">9</span>
|
|
449
|
-
<a href="https://github.com/
|
|
461
|
+
<a href="https://github.com/dair-ai/Prompt-Engineering-Guide" target="_blank" title="dair-ai/Prompt-Engineering-Guide">dair-ai/Prompt-Engineering-Guide</a>
|
|
450
462
|
</div>
|
|
451
463
|
<div class="sub-title followers">
|
|
452
464
|
|
|
453
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
454
|
-
<span style="background-color: #
|
|
465
|
+
<a class="language" target="_blank" href="https://github.com/topics/jupyternotebook" title="Programming Language JupyterNotebook">
|
|
466
|
+
<span style="background-color: #DA5B0B;"></span>JupyterNotebook
|
|
455
467
|
</a>
|
|
456
468
|
|
|
457
469
|
<span class="star" title="Stargazers Count">
|
|
458
470
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
459
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>
|
|
460
472
|
</svg>
|
|
461
|
-
<span>
|
|
473
|
+
<span>29782</span>
|
|
462
474
|
</span>
|
|
463
475
|
<span class="star" title="Repo Forked">
|
|
464
476
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
465
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">
|
|
466
478
|
</path>
|
|
467
479
|
</svg>
|
|
468
|
-
<span>
|
|
480
|
+
<span>2553</span>
|
|
469
481
|
</span>
|
|
470
482
|
<span class="star">
|
|
471
483
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
472
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>
|
|
473
485
|
</svg>
|
|
474
|
-
<span>
|
|
486
|
+
<span>406 stars today</span>
|
|
475
487
|
</span>
|
|
476
488
|
</div>
|
|
477
489
|
<div class="details">
|
|
478
|
-
|
|
490
|
+
🐙 Guides, papers, lecture, notebooks and resources for prompt engineering
|
|
479
491
|
</div>
|
|
480
492
|
</div>
|
|
481
493
|
</li>
|
|
@@ -484,36 +496,32 @@
|
|
|
484
496
|
<div class="info">
|
|
485
497
|
<div class="rank">
|
|
486
498
|
<span title="Ranking 10">10</span>
|
|
487
|
-
<a href="https://github.com/
|
|
499
|
+
<a href="https://github.com/XingangPan/DragGAN" target="_blank" title="XingangPan/DragGAN">XingangPan/DragGAN</a>
|
|
488
500
|
</div>
|
|
489
501
|
<div class="sub-title followers">
|
|
490
502
|
|
|
491
|
-
<a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
|
|
492
|
-
<span style="background-color: #f34b7d;"></span>C++
|
|
493
|
-
</a>
|
|
494
|
-
|
|
495
503
|
<span class="star" title="Stargazers Count">
|
|
496
504
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
497
505
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
498
506
|
</svg>
|
|
499
|
-
<span>
|
|
507
|
+
<span>7828</span>
|
|
500
508
|
</span>
|
|
501
509
|
<span class="star" title="Repo Forked">
|
|
502
510
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
503
511
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
504
512
|
</path>
|
|
505
513
|
</svg>
|
|
506
|
-
<span>
|
|
514
|
+
<span>352</span>
|
|
507
515
|
</span>
|
|
508
516
|
<span class="star">
|
|
509
517
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
510
518
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
511
519
|
</svg>
|
|
512
|
-
<span>
|
|
520
|
+
<span>2271 stars today</span>
|
|
513
521
|
</span>
|
|
514
522
|
</div>
|
|
515
523
|
<div class="details">
|
|
516
|
-
|
|
524
|
+
Code for DragGAN (SIGGRAPH 2023)
|
|
517
525
|
</div>
|
|
518
526
|
</div>
|
|
519
527
|
</li>
|
|
@@ -522,36 +530,36 @@
|
|
|
522
530
|
<div class="info">
|
|
523
531
|
<div class="rank">
|
|
524
532
|
<span title="Ranking 11">11</span>
|
|
525
|
-
<a href="https://github.com/
|
|
533
|
+
<a href="https://github.com/w-okada/voice-changer" target="_blank" title="w-okada/voice-changer">w-okada/voice-changer</a>
|
|
526
534
|
</div>
|
|
527
535
|
<div class="sub-title followers">
|
|
528
536
|
|
|
529
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
530
|
-
<span style="background-color: #
|
|
537
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
538
|
+
<span style="background-color: #3178c6;"></span>TypeScript
|
|
531
539
|
</a>
|
|
532
540
|
|
|
533
541
|
<span class="star" title="Stargazers Count">
|
|
534
542
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
535
543
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
536
544
|
</svg>
|
|
537
|
-
<span>
|
|
545
|
+
<span>1889</span>
|
|
538
546
|
</span>
|
|
539
547
|
<span class="star" title="Repo Forked">
|
|
540
548
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
541
549
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
542
550
|
</path>
|
|
543
551
|
</svg>
|
|
544
|
-
<span>
|
|
552
|
+
<span>197</span>
|
|
545
553
|
</span>
|
|
546
554
|
<span class="star">
|
|
547
555
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
548
556
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
549
557
|
</svg>
|
|
550
|
-
<span>
|
|
558
|
+
<span>111 stars today</span>
|
|
551
559
|
</span>
|
|
552
560
|
</div>
|
|
553
561
|
<div class="details">
|
|
554
|
-
|
|
562
|
+
リアルタイムボイスチェンジャー Realtime Voice Changer
|
|
555
563
|
</div>
|
|
556
564
|
</div>
|
|
557
565
|
</li>
|
|
@@ -560,32 +568,36 @@
|
|
|
560
568
|
<div class="info">
|
|
561
569
|
<div class="rank">
|
|
562
570
|
<span title="Ranking 12">12</span>
|
|
563
|
-
<a href="https://github.com/
|
|
571
|
+
<a href="https://github.com/FlowiseAI/Flowise" target="_blank" title="FlowiseAI/Flowise">FlowiseAI/Flowise</a>
|
|
564
572
|
</div>
|
|
565
573
|
<div class="sub-title followers">
|
|
566
574
|
|
|
575
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
576
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
577
|
+
</a>
|
|
578
|
+
|
|
567
579
|
<span class="star" title="Stargazers Count">
|
|
568
580
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
569
581
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
570
582
|
</svg>
|
|
571
|
-
<span>
|
|
583
|
+
<span>4651</span>
|
|
572
584
|
</span>
|
|
573
585
|
<span class="star" title="Repo Forked">
|
|
574
586
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
575
587
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
576
588
|
</path>
|
|
577
589
|
</svg>
|
|
578
|
-
<span>
|
|
590
|
+
<span>941</span>
|
|
579
591
|
</span>
|
|
580
592
|
<span class="star">
|
|
581
593
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
582
594
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
583
595
|
</svg>
|
|
584
|
-
<span>
|
|
596
|
+
<span>259 stars today</span>
|
|
585
597
|
</span>
|
|
586
598
|
</div>
|
|
587
599
|
<div class="details">
|
|
588
|
-
|
|
600
|
+
Drag & drop UI to build your customized LLM flow using LangchainJS
|
|
589
601
|
</div>
|
|
590
602
|
</div>
|
|
591
603
|
</li>
|
|
@@ -594,36 +606,36 @@
|
|
|
594
606
|
<div class="info">
|
|
595
607
|
<div class="rank">
|
|
596
608
|
<span title="Ranking 13">13</span>
|
|
597
|
-
<a href="https://github.com/
|
|
609
|
+
<a href="https://github.com/pedroslopez/whatsapp-web.js" target="_blank" title="pedroslopez/whatsapp-web.js">pedroslopez/whatsapp-web.js</a>
|
|
598
610
|
</div>
|
|
599
611
|
<div class="sub-title followers">
|
|
600
612
|
|
|
601
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
602
|
-
<span style="background-color: #
|
|
613
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
614
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
603
615
|
</a>
|
|
604
616
|
|
|
605
617
|
<span class="star" title="Stargazers Count">
|
|
606
618
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
607
619
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
608
620
|
</svg>
|
|
609
|
-
<span>
|
|
621
|
+
<span>10133</span>
|
|
610
622
|
</span>
|
|
611
623
|
<span class="star" title="Repo Forked">
|
|
612
624
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
613
625
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
614
626
|
</path>
|
|
615
627
|
</svg>
|
|
616
|
-
<span>
|
|
628
|
+
<span>2391</span>
|
|
617
629
|
</span>
|
|
618
630
|
<span class="star">
|
|
619
631
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
620
632
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
621
633
|
</svg>
|
|
622
|
-
<span>
|
|
634
|
+
<span>9 stars today</span>
|
|
623
635
|
</span>
|
|
624
636
|
</div>
|
|
625
637
|
<div class="details">
|
|
626
|
-
|
|
638
|
+
A WhatsApp client library for NodeJS that connects through the WhatsApp Web browser app
|
|
627
639
|
</div>
|
|
628
640
|
</div>
|
|
629
641
|
</li>
|
|
@@ -632,36 +644,36 @@
|
|
|
632
644
|
<div class="info">
|
|
633
645
|
<div class="rank">
|
|
634
646
|
<span title="Ranking 14">14</span>
|
|
635
|
-
<a href="https://github.com/
|
|
647
|
+
<a href="https://github.com/pot-app/pot-desktop" target="_blank" title="pot-app/pot-desktop">pot-app/pot-desktop</a>
|
|
636
648
|
</div>
|
|
637
649
|
<div class="sub-title followers">
|
|
638
650
|
|
|
639
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
640
|
-
<span style="background-color: #
|
|
651
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
652
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
641
653
|
</a>
|
|
642
654
|
|
|
643
655
|
<span class="star" title="Stargazers Count">
|
|
644
656
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
645
657
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
646
658
|
</svg>
|
|
647
|
-
<span>
|
|
659
|
+
<span>1312</span>
|
|
648
660
|
</span>
|
|
649
661
|
<span class="star" title="Repo Forked">
|
|
650
662
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
651
663
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
652
664
|
</path>
|
|
653
665
|
</svg>
|
|
654
|
-
<span>
|
|
666
|
+
<span>50</span>
|
|
655
667
|
</span>
|
|
656
668
|
<span class="star">
|
|
657
669
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
658
670
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
659
671
|
</svg>
|
|
660
|
-
<span>
|
|
672
|
+
<span>166 stars today</span>
|
|
661
673
|
</span>
|
|
662
674
|
</div>
|
|
663
675
|
<div class="details">
|
|
664
|
-
|
|
676
|
+
🌈一个跨平台的划词翻译软件 | A cross-platform translation software
|
|
665
677
|
</div>
|
|
666
678
|
</div>
|
|
667
679
|
</li>
|
|
@@ -670,36 +682,36 @@
|
|
|
670
682
|
<div class="info">
|
|
671
683
|
<div class="rank">
|
|
672
684
|
<span title="Ranking 15">15</span>
|
|
673
|
-
<a href="https://github.com/
|
|
685
|
+
<a href="https://github.com/ordinals-wallet/ordinals-collections" target="_blank" title="ordinals-wallet/ordinals-collections">ordinals-wallet/ordinals-collections</a>
|
|
674
686
|
</div>
|
|
675
687
|
<div class="sub-title followers">
|
|
676
688
|
|
|
677
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
678
|
-
<span style="background-color: #
|
|
689
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
690
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
679
691
|
</a>
|
|
680
692
|
|
|
681
693
|
<span class="star" title="Stargazers Count">
|
|
682
694
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
683
695
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
684
696
|
</svg>
|
|
685
|
-
<span>
|
|
697
|
+
<span>488</span>
|
|
686
698
|
</span>
|
|
687
699
|
<span class="star" title="Repo Forked">
|
|
688
700
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
689
701
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
690
702
|
</path>
|
|
691
703
|
</svg>
|
|
692
|
-
<span>
|
|
704
|
+
<span>855</span>
|
|
693
705
|
</span>
|
|
694
706
|
<span class="star">
|
|
695
707
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
696
708
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
697
709
|
</svg>
|
|
698
|
-
<span>
|
|
710
|
+
<span>13 stars today</span>
|
|
699
711
|
</span>
|
|
700
712
|
</div>
|
|
701
713
|
<div class="details">
|
|
702
|
-
|
|
714
|
+
A place for creators & builders to organize ordinal collections!
|
|
703
715
|
</div>
|
|
704
716
|
</div>
|
|
705
717
|
</li>
|
|
@@ -708,36 +720,36 @@
|
|
|
708
720
|
<div class="info">
|
|
709
721
|
<div class="rank">
|
|
710
722
|
<span title="Ranking 16">16</span>
|
|
711
|
-
<a href="https://github.com/
|
|
723
|
+
<a href="https://github.com/ChrisTitusTech/winutil" target="_blank" title="ChrisTitusTech/winutil">ChrisTitusTech/winutil</a>
|
|
712
724
|
</div>
|
|
713
725
|
<div class="sub-title followers">
|
|
714
726
|
|
|
715
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
716
|
-
<span style="background-color: #
|
|
727
|
+
<a class="language" target="_blank" href="https://github.com/topics/powershell" title="Programming Language PowerShell">
|
|
728
|
+
<span style="background-color: #012456;"></span>PowerShell
|
|
717
729
|
</a>
|
|
718
730
|
|
|
719
731
|
<span class="star" title="Stargazers Count">
|
|
720
732
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
721
733
|
<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
734
|
</svg>
|
|
723
|
-
<span>
|
|
735
|
+
<span>4302</span>
|
|
724
736
|
</span>
|
|
725
737
|
<span class="star" title="Repo Forked">
|
|
726
738
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
727
739
|
<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
740
|
</path>
|
|
729
741
|
</svg>
|
|
730
|
-
<span>
|
|
742
|
+
<span>390</span>
|
|
731
743
|
</span>
|
|
732
744
|
<span class="star">
|
|
733
745
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
734
746
|
<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
747
|
</svg>
|
|
736
|
-
<span>
|
|
748
|
+
<span>107 stars today</span>
|
|
737
749
|
</span>
|
|
738
750
|
</div>
|
|
739
751
|
<div class="details">
|
|
740
|
-
|
|
752
|
+
Chris Titus Tech's Windows Utility - Install Programs, Tweaks, Fixes, and Updates
|
|
741
753
|
</div>
|
|
742
754
|
</div>
|
|
743
755
|
</li>
|
|
@@ -746,36 +758,32 @@
|
|
|
746
758
|
<div class="info">
|
|
747
759
|
<div class="rank">
|
|
748
760
|
<span title="Ranking 17">17</span>
|
|
749
|
-
<a href="https://github.com/
|
|
761
|
+
<a href="https://github.com/kyrolabs/awesome-langchain" target="_blank" title="kyrolabs/awesome-langchain">kyrolabs/awesome-langchain</a>
|
|
750
762
|
</div>
|
|
751
763
|
<div class="sub-title followers">
|
|
752
764
|
|
|
753
|
-
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
754
|
-
<span style="background-color: #3572A5;"></span>Python
|
|
755
|
-
</a>
|
|
756
|
-
|
|
757
765
|
<span class="star" title="Stargazers Count">
|
|
758
766
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
759
767
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
760
768
|
</svg>
|
|
761
|
-
<span>
|
|
769
|
+
<span>1295</span>
|
|
762
770
|
</span>
|
|
763
771
|
<span class="star" title="Repo Forked">
|
|
764
772
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
765
773
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
766
774
|
</path>
|
|
767
775
|
</svg>
|
|
768
|
-
<span>
|
|
776
|
+
<span>65</span>
|
|
769
777
|
</span>
|
|
770
778
|
<span class="star">
|
|
771
779
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
772
780
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
773
781
|
</svg>
|
|
774
|
-
<span>
|
|
782
|
+
<span>300 stars today</span>
|
|
775
783
|
</span>
|
|
776
784
|
</div>
|
|
777
785
|
<div class="details">
|
|
778
|
-
|
|
786
|
+
😎 Awesome list of tools and projects with the awesome LangChain framework
|
|
779
787
|
</div>
|
|
780
788
|
</div>
|
|
781
789
|
</li>
|
|
@@ -784,32 +792,36 @@
|
|
|
784
792
|
<div class="info">
|
|
785
793
|
<div class="rank">
|
|
786
794
|
<span title="Ranking 18">18</span>
|
|
787
|
-
<a href="https://github.com/
|
|
795
|
+
<a href="https://github.com/UFund-Me/Qbot" target="_blank" title="UFund-Me/Qbot">UFund-Me/Qbot</a>
|
|
788
796
|
</div>
|
|
789
797
|
<div class="sub-title followers">
|
|
790
798
|
|
|
799
|
+
<a class="language" target="_blank" href="https://github.com/topics/jupyternotebook" title="Programming Language JupyterNotebook">
|
|
800
|
+
<span style="background-color: #DA5B0B;"></span>JupyterNotebook
|
|
801
|
+
</a>
|
|
802
|
+
|
|
791
803
|
<span class="star" title="Stargazers Count">
|
|
792
804
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
793
805
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
794
806
|
</svg>
|
|
795
|
-
<span>
|
|
807
|
+
<span>894</span>
|
|
796
808
|
</span>
|
|
797
809
|
<span class="star" title="Repo Forked">
|
|
798
810
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
799
811
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
800
812
|
</path>
|
|
801
813
|
</svg>
|
|
802
|
-
<span>
|
|
814
|
+
<span>118</span>
|
|
803
815
|
</span>
|
|
804
816
|
<span class="star">
|
|
805
817
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
806
818
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
807
819
|
</svg>
|
|
808
|
-
<span>
|
|
820
|
+
<span>211 stars today</span>
|
|
809
821
|
</span>
|
|
810
822
|
</div>
|
|
811
823
|
<div class="details">
|
|
812
|
-
|
|
824
|
+
[🔥updating ...] 自动量化交易机器人 Qbot is an AI-oriented quantitative investment platform, which aims to realize the potential, empower AI technologies in quantitative investment. https://ufund-me.github.io/Qbot :news: qbot-mini: https://github.com/Charmve/iQuant
|
|
813
825
|
</div>
|
|
814
826
|
</div>
|
|
815
827
|
</li>
|
|
@@ -818,36 +830,36 @@
|
|
|
818
830
|
<div class="info">
|
|
819
831
|
<div class="rank">
|
|
820
832
|
<span title="Ranking 19">19</span>
|
|
821
|
-
<a href="https://github.com/
|
|
833
|
+
<a href="https://github.com/TheAlgorithms/Rust" target="_blank" title="TheAlgorithms/Rust">TheAlgorithms/Rust</a>
|
|
822
834
|
</div>
|
|
823
835
|
<div class="sub-title followers">
|
|
824
836
|
|
|
825
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
826
|
-
<span style="background-color: #
|
|
837
|
+
<a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
|
|
838
|
+
<span style="background-color: #dea584;"></span>Rust
|
|
827
839
|
</a>
|
|
828
840
|
|
|
829
841
|
<span class="star" title="Stargazers Count">
|
|
830
842
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
831
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>
|
|
832
844
|
</svg>
|
|
833
|
-
<span>
|
|
845
|
+
<span>15826</span>
|
|
834
846
|
</span>
|
|
835
847
|
<span class="star" title="Repo Forked">
|
|
836
848
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
837
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">
|
|
838
850
|
</path>
|
|
839
851
|
</svg>
|
|
840
|
-
<span>
|
|
852
|
+
<span>1559</span>
|
|
841
853
|
</span>
|
|
842
854
|
<span class="star">
|
|
843
855
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
844
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>
|
|
845
857
|
</svg>
|
|
846
|
-
<span>
|
|
858
|
+
<span>30 stars today</span>
|
|
847
859
|
</span>
|
|
848
860
|
</div>
|
|
849
861
|
<div class="details">
|
|
850
|
-
|
|
862
|
+
All Algorithms implemented in Rust
|
|
851
863
|
</div>
|
|
852
864
|
</div>
|
|
853
865
|
</li>
|
|
@@ -856,7 +868,7 @@
|
|
|
856
868
|
<div class="info">
|
|
857
869
|
<div class="rank">
|
|
858
870
|
<span title="Ranking 20">20</span>
|
|
859
|
-
<a href="https://github.com/
|
|
871
|
+
<a href="https://github.com/NaiboWang/EasySpider" target="_blank" title="NaiboWang/EasySpider">NaiboWang/EasySpider</a>
|
|
860
872
|
</div>
|
|
861
873
|
<div class="sub-title followers">
|
|
862
874
|
|
|
@@ -868,24 +880,24 @@
|
|
|
868
880
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
869
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>
|
|
870
882
|
</svg>
|
|
871
|
-
<span>
|
|
883
|
+
<span>4505</span>
|
|
872
884
|
</span>
|
|
873
885
|
<span class="star" title="Repo Forked">
|
|
874
886
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
875
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">
|
|
876
888
|
</path>
|
|
877
889
|
</svg>
|
|
878
|
-
<span>
|
|
890
|
+
<span>469</span>
|
|
879
891
|
</span>
|
|
880
892
|
<span class="star">
|
|
881
893
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
882
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>
|
|
883
895
|
</svg>
|
|
884
|
-
<span>
|
|
896
|
+
<span>106 stars today</span>
|
|
885
897
|
</span>
|
|
886
898
|
</div>
|
|
887
899
|
<div class="details">
|
|
888
|
-
|
|
900
|
+
A visual no-code/code-free web crawler/spider一个可视化爬虫软件,可以无代码图形化设计和执行的爬虫任务
|
|
889
901
|
</div>
|
|
890
902
|
</div>
|
|
891
903
|
</li>
|
|
@@ -894,36 +906,36 @@
|
|
|
894
906
|
<div class="info">
|
|
895
907
|
<div class="rank">
|
|
896
908
|
<span title="Ranking 21">21</span>
|
|
897
|
-
<a href="https://github.com/
|
|
909
|
+
<a href="https://github.com/yhzhang0128/egos-2000" target="_blank" title="yhzhang0128/egos-2000">yhzhang0128/egos-2000</a>
|
|
898
910
|
</div>
|
|
899
911
|
<div class="sub-title followers">
|
|
900
912
|
|
|
901
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
902
|
-
<span style="background-color: #
|
|
913
|
+
<a class="language" target="_blank" href="https://github.com/topics/c" title="Programming Language C">
|
|
914
|
+
<span style="background-color: #555555;"></span>C
|
|
903
915
|
</a>
|
|
904
916
|
|
|
905
917
|
<span class="star" title="Stargazers Count">
|
|
906
918
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
907
919
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
908
920
|
</svg>
|
|
909
|
-
<span>
|
|
921
|
+
<span>1038</span>
|
|
910
922
|
</span>
|
|
911
923
|
<span class="star" title="Repo Forked">
|
|
912
924
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
913
925
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
914
926
|
</path>
|
|
915
927
|
</svg>
|
|
916
|
-
<span>
|
|
928
|
+
<span>67</span>
|
|
917
929
|
</span>
|
|
918
930
|
<span class="star">
|
|
919
931
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
920
932
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
921
933
|
</svg>
|
|
922
|
-
<span>
|
|
934
|
+
<span>189 stars today</span>
|
|
923
935
|
</span>
|
|
924
936
|
</div>
|
|
925
937
|
<div class="details">
|
|
926
|
-
|
|
938
|
+
A minimal operating system (2K LOC) on QEMU and a RISC-V board
|
|
927
939
|
</div>
|
|
928
940
|
</div>
|
|
929
941
|
</li>
|
|
@@ -932,36 +944,36 @@
|
|
|
932
944
|
<div class="info">
|
|
933
945
|
<div class="rank">
|
|
934
946
|
<span title="Ranking 22">22</span>
|
|
935
|
-
<a href="https://github.com/
|
|
947
|
+
<a href="https://github.com/xinntao/Real-ESRGAN" target="_blank" title="xinntao/Real-ESRGAN">xinntao/Real-ESRGAN</a>
|
|
936
948
|
</div>
|
|
937
949
|
<div class="sub-title followers">
|
|
938
950
|
|
|
939
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
940
|
-
<span style="background-color: #
|
|
951
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
952
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
941
953
|
</a>
|
|
942
954
|
|
|
943
955
|
<span class="star" title="Stargazers Count">
|
|
944
956
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
945
957
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
946
958
|
</svg>
|
|
947
|
-
<span>
|
|
959
|
+
<span>20508</span>
|
|
948
960
|
</span>
|
|
949
961
|
<span class="star" title="Repo Forked">
|
|
950
962
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
951
963
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
952
964
|
</path>
|
|
953
965
|
</svg>
|
|
954
|
-
<span>
|
|
966
|
+
<span>2323</span>
|
|
955
967
|
</span>
|
|
956
968
|
<span class="star">
|
|
957
969
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
958
970
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
959
971
|
</svg>
|
|
960
|
-
<span>
|
|
972
|
+
<span>19 stars today</span>
|
|
961
973
|
</span>
|
|
962
974
|
</div>
|
|
963
975
|
<div class="details">
|
|
964
|
-
|
|
976
|
+
Real-ESRGAN aims at developing Practical Algorithms for General Image/Video Restoration.
|
|
965
977
|
</div>
|
|
966
978
|
</div>
|
|
967
979
|
</li>
|
|
@@ -970,36 +982,36 @@
|
|
|
970
982
|
<div class="info">
|
|
971
983
|
<div class="rank">
|
|
972
984
|
<span title="Ranking 23">23</span>
|
|
973
|
-
<a href="https://github.com/
|
|
985
|
+
<a href="https://github.com/steven-tey/dub" target="_blank" title="steven-tey/dub">steven-tey/dub</a>
|
|
974
986
|
</div>
|
|
975
987
|
<div class="sub-title followers">
|
|
976
988
|
|
|
977
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
978
|
-
<span style="background-color: #
|
|
989
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
990
|
+
<span style="background-color: #3178c6;"></span>TypeScript
|
|
979
991
|
</a>
|
|
980
992
|
|
|
981
993
|
<span class="star" title="Stargazers Count">
|
|
982
994
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
983
995
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
984
996
|
</svg>
|
|
985
|
-
<span>
|
|
997
|
+
<span>7445</span>
|
|
986
998
|
</span>
|
|
987
999
|
<span class="star" title="Repo Forked">
|
|
988
1000
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
989
1001
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
990
1002
|
</path>
|
|
991
1003
|
</svg>
|
|
992
|
-
<span>
|
|
1004
|
+
<span>474</span>
|
|
993
1005
|
</span>
|
|
994
1006
|
<span class="star">
|
|
995
1007
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
996
1008
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
997
1009
|
</svg>
|
|
998
|
-
<span>
|
|
1010
|
+
<span>80 stars today</span>
|
|
999
1011
|
</span>
|
|
1000
1012
|
</div>
|
|
1001
1013
|
<div class="details">
|
|
1002
|
-
|
|
1014
|
+
An open-source link shortener with built-in analytics + free custom domains.
|
|
1003
1015
|
</div>
|
|
1004
1016
|
</div>
|
|
1005
1017
|
</li>
|
|
@@ -1008,36 +1020,36 @@
|
|
|
1008
1020
|
<div class="info">
|
|
1009
1021
|
<div class="rank">
|
|
1010
1022
|
<span title="Ranking 24">24</span>
|
|
1011
|
-
<a href="https://github.com/
|
|
1023
|
+
<a href="https://github.com/f/awesome-chatgpt-prompts" target="_blank" title="f/awesome-chatgpt-prompts">f/awesome-chatgpt-prompts</a>
|
|
1012
1024
|
</div>
|
|
1013
1025
|
<div class="sub-title followers">
|
|
1014
1026
|
|
|
1015
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
1016
|
-
<span style="background-color: #
|
|
1027
|
+
<a class="language" target="_blank" href="https://github.com/topics/html" title="Programming Language HTML">
|
|
1028
|
+
<span style="background-color: #e34c26;"></span>HTML
|
|
1017
1029
|
</a>
|
|
1018
1030
|
|
|
1019
1031
|
<span class="star" title="Stargazers Count">
|
|
1020
1032
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1021
1033
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
1022
1034
|
</svg>
|
|
1023
|
-
<span>
|
|
1035
|
+
<span>75814</span>
|
|
1024
1036
|
</span>
|
|
1025
1037
|
<span class="star" title="Repo Forked">
|
|
1026
1038
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1027
1039
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
1028
1040
|
</path>
|
|
1029
1041
|
</svg>
|
|
1030
|
-
<span>
|
|
1042
|
+
<span>9663</span>
|
|
1031
1043
|
</span>
|
|
1032
1044
|
<span class="star">
|
|
1033
1045
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1034
1046
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
1035
1047
|
</svg>
|
|
1036
|
-
<span>
|
|
1048
|
+
<span>179 stars today</span>
|
|
1037
1049
|
</span>
|
|
1038
1050
|
</div>
|
|
1039
1051
|
<div class="details">
|
|
1040
|
-
|
|
1052
|
+
This repo includes ChatGPT prompt curation to use ChatGPT better.
|
|
1041
1053
|
</div>
|
|
1042
1054
|
</div>
|
|
1043
1055
|
</li>
|
|
@@ -1046,36 +1058,32 @@
|
|
|
1046
1058
|
<div class="info">
|
|
1047
1059
|
<div class="rank">
|
|
1048
1060
|
<span title="Ranking 25">25</span>
|
|
1049
|
-
<a href="https://github.com/
|
|
1061
|
+
<a href="https://github.com/djsime1/awesome-flipperzero" target="_blank" title="djsime1/awesome-flipperzero">djsime1/awesome-flipperzero</a>
|
|
1050
1062
|
</div>
|
|
1051
1063
|
<div class="sub-title followers">
|
|
1052
1064
|
|
|
1053
|
-
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
1054
|
-
<span style="background-color: #3572A5;"></span>Python
|
|
1055
|
-
</a>
|
|
1056
|
-
|
|
1057
1065
|
<span class="star" title="Stargazers Count">
|
|
1058
1066
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1059
1067
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
1060
1068
|
</svg>
|
|
1061
|
-
<span>
|
|
1069
|
+
<span>10743</span>
|
|
1062
1070
|
</span>
|
|
1063
1071
|
<span class="star" title="Repo Forked">
|
|
1064
1072
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1065
1073
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
1066
1074
|
</path>
|
|
1067
1075
|
</svg>
|
|
1068
|
-
<span>
|
|
1076
|
+
<span>533</span>
|
|
1069
1077
|
</span>
|
|
1070
1078
|
<span class="star">
|
|
1071
1079
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1072
1080
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
1073
1081
|
</svg>
|
|
1074
|
-
<span>
|
|
1082
|
+
<span>37 stars today</span>
|
|
1075
1083
|
</span>
|
|
1076
1084
|
</div>
|
|
1077
1085
|
<div class="details">
|
|
1078
|
-
|
|
1086
|
+
🐬 A collection of awesome resources for the Flipper Zero device.
|
|
1079
1087
|
</div>
|
|
1080
1088
|
</div>
|
|
1081
1089
|
</li>
|
|
@@ -1096,7 +1104,7 @@
|
|
|
1096
1104
|
<img src="https://img.shields.io/npm/v/@wcj/github-rank.svg?label=unpkg">
|
|
1097
1105
|
</a>
|
|
1098
1106
|
</div>
|
|
1099
|
-
<div class="time">Last cache created on 2023/5/
|
|
1107
|
+
<div class="time">Last cache created on 2023/5/22 by Github API v3.</div>
|
|
1100
1108
|
Create by <a href="https://github.com/jaywcjlove" target="_blank">小弟调调™</a>.
|
|
1101
1109
|
</div>
|
|
1102
1110
|
</body>
|