@wcj/github-rank 23.11.10 → 23.11.11
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 +25893 -25885
- package/dist/trending-daily.json +190 -190
- package/dist/trending-monthly.json +163 -163
- package/dist/trending-weekly.json +166 -166
- package/dist/users.china.json +1690 -1725
- package/dist/users.json +4972 -4972
- package/package.json +1 -1
- package/web/data/repos.json +25893 -25885
- package/web/data/trending-daily.json +190 -190
- package/web/data/trending-monthly.json +163 -163
- package/web/data/trending-weekly.json +166 -166
- package/web/data/users.china.json +1690 -1725
- package/web/data/users.json +4972 -4972
- package/web/index.html +3935 -3935
- package/web/repos.html +2812 -2824
- package/web/trending-monthly.html +161 -161
- package/web/trending-weekly.html +155 -155
- package/web/trending.html +173 -161
- package/web/users.china.html +1241 -1274
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/11/
|
|
132
|
+
<div class="time">Last cache created on 2023/11/11 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/daveshap/OpenAI_Agent_Swarm" target="_blank" title="daveshap/OpenAI_Agent_Swarm">daveshap/OpenAI_Agent_Swarm</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>907</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>114</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>208 stars today</span>
|
|
183
183
|
</span>
|
|
184
184
|
</div>
|
|
185
185
|
<div class="details">
|
|
186
|
-
|
|
186
|
+
Early experiment to create fully autonomous agent swarms
|
|
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/SawyerHood/draw-a-ui" target="_blank" title="SawyerHood/draw-a-ui">SawyerHood/draw-a-ui</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>1241</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>97</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>211 stars today</span>
|
|
221
221
|
</span>
|
|
222
222
|
</div>
|
|
223
223
|
<div class="details">
|
|
224
|
-
|
|
224
|
+
Draw a mockup and generate html for it
|
|
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/Yidadaa/ChatGPT-Next-Web" target="_blank" title="Yidadaa/ChatGPT-Next-Web">Yidadaa/ChatGPT-Next-Web</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>49094</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>44487</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>597 stars today</span>
|
|
259
259
|
</span>
|
|
260
260
|
</div>
|
|
261
261
|
<div class="details">
|
|
262
|
-
|
|
262
|
+
A well-designed cross-platform ChatGPT UI (Web / PWA / Linux / Win / MacOS). 一键拥有你自己的跨平台 ChatGPT 应用。
|
|
263
263
|
</div>
|
|
264
264
|
</div>
|
|
265
265
|
</li>
|
|
@@ -268,7 +268,7 @@
|
|
|
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/angular/angular" target="_blank" title="angular/angular">angular/angular</a>
|
|
272
272
|
</div>
|
|
273
273
|
<div class="sub-title followers">
|
|
274
274
|
|
|
@@ -280,24 +280,24 @@
|
|
|
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>91844</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>24615</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>121 stars today</span>
|
|
297
297
|
</span>
|
|
298
298
|
</div>
|
|
299
299
|
<div class="details">
|
|
300
|
-
|
|
300
|
+
The modern web developer’s platform
|
|
301
301
|
</div>
|
|
302
302
|
</div>
|
|
303
303
|
</li>
|
|
@@ -306,36 +306,36 @@
|
|
|
306
306
|
<div class="info">
|
|
307
307
|
<div class="rank">
|
|
308
308
|
<span title="Ranking 5">5</span>
|
|
309
|
-
<a href="https://github.com/
|
|
309
|
+
<a href="https://github.com/microsoft/inshellisense" target="_blank" title="microsoft/inshellisense">microsoft/inshellisense</a>
|
|
310
310
|
</div>
|
|
311
311
|
<div class="sub-title followers">
|
|
312
312
|
|
|
313
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
314
|
-
<span style="background-color: #
|
|
313
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
314
|
+
<span style="background-color: #3178c6;"></span>TypeScript
|
|
315
315
|
</a>
|
|
316
316
|
|
|
317
317
|
<span class="star" title="Stargazers Count">
|
|
318
318
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
319
319
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
320
320
|
</svg>
|
|
321
|
-
<span>
|
|
321
|
+
<span>5587</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>115</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>2701 stars today</span>
|
|
335
335
|
</span>
|
|
336
336
|
</div>
|
|
337
337
|
<div class="details">
|
|
338
|
-
|
|
338
|
+
IDE style command line auto complete
|
|
339
339
|
</div>
|
|
340
340
|
</div>
|
|
341
341
|
</li>
|
|
@@ -344,36 +344,36 @@
|
|
|
344
344
|
<div class="info">
|
|
345
345
|
<div class="rank">
|
|
346
346
|
<span title="Ranking 6">6</span>
|
|
347
|
-
<a href="https://github.com/
|
|
347
|
+
<a href="https://github.com/expo/expo" target="_blank" title="expo/expo">expo/expo</a>
|
|
348
348
|
</div>
|
|
349
349
|
<div class="sub-title followers">
|
|
350
350
|
|
|
351
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
352
|
-
<span style="background-color: #
|
|
351
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
352
|
+
<span style="background-color: #3178c6;"></span>TypeScript
|
|
353
353
|
</a>
|
|
354
354
|
|
|
355
355
|
<span class="star" title="Stargazers Count">
|
|
356
356
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
357
357
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
358
358
|
</svg>
|
|
359
|
-
<span>
|
|
359
|
+
<span>24395</span>
|
|
360
360
|
</span>
|
|
361
361
|
<span class="star" title="Repo Forked">
|
|
362
362
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
363
363
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
364
364
|
</path>
|
|
365
365
|
</svg>
|
|
366
|
-
<span>
|
|
366
|
+
<span>4373</span>
|
|
367
367
|
</span>
|
|
368
368
|
<span class="star">
|
|
369
369
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
370
370
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
371
371
|
</svg>
|
|
372
|
-
<span>
|
|
372
|
+
<span>31 stars today</span>
|
|
373
373
|
</span>
|
|
374
374
|
</div>
|
|
375
375
|
<div class="details">
|
|
376
|
-
|
|
376
|
+
An open-source platform for making universal native apps with React. Expo runs on Android, iOS, and the web.
|
|
377
377
|
</div>
|
|
378
378
|
</div>
|
|
379
379
|
</li>
|
|
@@ -382,32 +382,36 @@
|
|
|
382
382
|
<div class="info">
|
|
383
383
|
<div class="rank">
|
|
384
384
|
<span title="Ranking 7">7</span>
|
|
385
|
-
<a href="https://github.com/
|
|
385
|
+
<a href="https://github.com/TheAlgorithms/Python" target="_blank" title="TheAlgorithms/Python">TheAlgorithms/Python</a>
|
|
386
386
|
</div>
|
|
387
387
|
<div class="sub-title followers">
|
|
388
388
|
|
|
389
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
390
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
391
|
+
</a>
|
|
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>172676</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>43306</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>65 stars today</span>
|
|
407
411
|
</span>
|
|
408
412
|
</div>
|
|
409
413
|
<div class="details">
|
|
410
|
-
|
|
414
|
+
All Algorithms implemented in Python
|
|
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/langchain-ai/opengpts" target="_blank" title="langchain-ai/opengpts">langchain-ai/opengpts</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/javascript" title="Programming Language JavaScript">
|
|
428
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
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>1601</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>140</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>710 stars today</span>
|
|
445
449
|
</span>
|
|
446
450
|
</div>
|
|
447
451
|
<div class="details">
|
|
448
|
-
|
|
452
|
+
|
|
449
453
|
</div>
|
|
450
454
|
</div>
|
|
451
455
|
</li>
|
|
@@ -454,32 +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/roboflow/awesome-openai-vision-api-experiments" target="_blank" title="roboflow/awesome-openai-vision-api-experiments">roboflow/awesome-openai-vision-api-experiments</a>
|
|
458
462
|
</div>
|
|
459
463
|
<div class="sub-title followers">
|
|
460
464
|
|
|
465
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
466
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
467
|
+
</a>
|
|
468
|
+
|
|
461
469
|
<span class="star" title="Stargazers Count">
|
|
462
470
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
463
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>
|
|
464
472
|
</svg>
|
|
465
|
-
<span>
|
|
473
|
+
<span>822</span>
|
|
466
474
|
</span>
|
|
467
475
|
<span class="star" title="Repo Forked">
|
|
468
476
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
469
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">
|
|
470
478
|
</path>
|
|
471
479
|
</svg>
|
|
472
|
-
<span>
|
|
480
|
+
<span>44</span>
|
|
473
481
|
</span>
|
|
474
482
|
<span class="star">
|
|
475
483
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
476
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>
|
|
477
485
|
</svg>
|
|
478
|
-
<span>
|
|
486
|
+
<span>194 stars today</span>
|
|
479
487
|
</span>
|
|
480
488
|
</div>
|
|
481
489
|
<div class="details">
|
|
482
|
-
|
|
490
|
+
Must-have resource for anyone who wants to experiment with and build on the OpenAI Vision API 🔥
|
|
483
491
|
</div>
|
|
484
492
|
</div>
|
|
485
493
|
</li>
|
|
@@ -488,32 +496,36 @@
|
|
|
488
496
|
<div class="info">
|
|
489
497
|
<div class="rank">
|
|
490
498
|
<span title="Ranking 10">10</span>
|
|
491
|
-
<a href="https://github.com/
|
|
499
|
+
<a href="https://github.com/microsoft/AI-For-Beginners" target="_blank" title="microsoft/AI-For-Beginners">microsoft/AI-For-Beginners</a>
|
|
492
500
|
</div>
|
|
493
501
|
<div class="sub-title followers">
|
|
494
502
|
|
|
503
|
+
<a class="language" target="_blank" href="https://github.com/topics/jupyternotebook" title="Programming Language JupyterNotebook">
|
|
504
|
+
<span style="background-color: #DA5B0B;"></span>JupyterNotebook
|
|
505
|
+
</a>
|
|
506
|
+
|
|
495
507
|
<span class="star" title="Stargazers Count">
|
|
496
508
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
497
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>
|
|
498
510
|
</svg>
|
|
499
|
-
<span>
|
|
511
|
+
<span>20053</span>
|
|
500
512
|
</span>
|
|
501
513
|
<span class="star" title="Repo Forked">
|
|
502
514
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
503
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">
|
|
504
516
|
</path>
|
|
505
517
|
</svg>
|
|
506
|
-
<span>
|
|
518
|
+
<span>3335</span>
|
|
507
519
|
</span>
|
|
508
520
|
<span class="star">
|
|
509
521
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
510
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>
|
|
511
523
|
</svg>
|
|
512
|
-
<span>
|
|
524
|
+
<span>462 stars today</span>
|
|
513
525
|
</span>
|
|
514
526
|
</div>
|
|
515
527
|
<div class="details">
|
|
516
|
-
|
|
528
|
+
12 Weeks, 24 Lessons, AI for All!
|
|
517
529
|
</div>
|
|
518
530
|
</div>
|
|
519
531
|
</li>
|
|
@@ -522,36 +534,36 @@
|
|
|
522
534
|
<div class="info">
|
|
523
535
|
<div class="rank">
|
|
524
536
|
<span title="Ranking 11">11</span>
|
|
525
|
-
<a href="https://github.com/
|
|
537
|
+
<a href="https://github.com/openai/openai-cookbook" target="_blank" title="openai/openai-cookbook">openai/openai-cookbook</a>
|
|
526
538
|
</div>
|
|
527
539
|
<div class="sub-title followers">
|
|
528
540
|
|
|
529
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
530
|
-
<span style="background-color: #
|
|
541
|
+
<a class="language" target="_blank" href="https://github.com/topics/mdx" title="Programming Language MDX">
|
|
542
|
+
<span style="background-color: #fcb32c;"></span>MDX
|
|
531
543
|
</a>
|
|
532
544
|
|
|
533
545
|
<span class="star" title="Stargazers Count">
|
|
534
546
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
535
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>
|
|
536
548
|
</svg>
|
|
537
|
-
<span>
|
|
549
|
+
<span>50469</span>
|
|
538
550
|
</span>
|
|
539
551
|
<span class="star" title="Repo Forked">
|
|
540
552
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
541
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">
|
|
542
554
|
</path>
|
|
543
555
|
</svg>
|
|
544
|
-
<span>
|
|
556
|
+
<span>8226</span>
|
|
545
557
|
</span>
|
|
546
558
|
<span class="star">
|
|
547
559
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
548
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>
|
|
549
561
|
</svg>
|
|
550
|
-
<span>
|
|
562
|
+
<span>110 stars today</span>
|
|
551
563
|
</span>
|
|
552
564
|
</div>
|
|
553
565
|
<div class="details">
|
|
554
|
-
|
|
566
|
+
Examples and guides for using the OpenAI API
|
|
555
567
|
</div>
|
|
556
568
|
</div>
|
|
557
569
|
</li>
|
|
@@ -560,36 +572,36 @@
|
|
|
560
572
|
<div class="info">
|
|
561
573
|
<div class="rank">
|
|
562
574
|
<span title="Ranking 12">12</span>
|
|
563
|
-
<a href="https://github.com/
|
|
575
|
+
<a href="https://github.com/opendilab/LLMRiddles" target="_blank" title="opendilab/LLMRiddles">opendilab/LLMRiddles</a>
|
|
564
576
|
</div>
|
|
565
577
|
<div class="sub-title followers">
|
|
566
578
|
|
|
567
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
568
|
-
<span style="background-color: #
|
|
579
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
580
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
569
581
|
</a>
|
|
570
582
|
|
|
571
583
|
<span class="star" title="Stargazers Count">
|
|
572
584
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
573
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>
|
|
574
586
|
</svg>
|
|
575
|
-
<span>
|
|
587
|
+
<span>323</span>
|
|
576
588
|
</span>
|
|
577
589
|
<span class="star" title="Repo Forked">
|
|
578
590
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
579
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">
|
|
580
592
|
</path>
|
|
581
593
|
</svg>
|
|
582
|
-
<span>
|
|
594
|
+
<span>25</span>
|
|
583
595
|
</span>
|
|
584
596
|
<span class="star">
|
|
585
597
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
586
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>
|
|
587
599
|
</svg>
|
|
588
|
-
<span>
|
|
600
|
+
<span>44 stars today</span>
|
|
589
601
|
</span>
|
|
590
602
|
</div>
|
|
591
603
|
<div class="details">
|
|
592
|
-
|
|
604
|
+
Open-Source Reproduction/Demo of the LLM Riddles Game
|
|
593
605
|
</div>
|
|
594
606
|
</div>
|
|
595
607
|
</li>
|
|
@@ -598,32 +610,36 @@
|
|
|
598
610
|
<div class="info">
|
|
599
611
|
<div class="rank">
|
|
600
612
|
<span title="Ranking 13">13</span>
|
|
601
|
-
<a href="https://github.com/
|
|
613
|
+
<a href="https://github.com/refinedev/refine" target="_blank" title="refinedev/refine">refinedev/refine</a>
|
|
602
614
|
</div>
|
|
603
615
|
<div class="sub-title followers">
|
|
604
616
|
|
|
617
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
618
|
+
<span style="background-color: #3178c6;"></span>TypeScript
|
|
619
|
+
</a>
|
|
620
|
+
|
|
605
621
|
<span class="star" title="Stargazers Count">
|
|
606
622
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
607
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>
|
|
608
624
|
</svg>
|
|
609
|
-
<span>
|
|
625
|
+
<span>16319</span>
|
|
610
626
|
</span>
|
|
611
627
|
<span class="star" title="Repo Forked">
|
|
612
628
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
613
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">
|
|
614
630
|
</path>
|
|
615
631
|
</svg>
|
|
616
|
-
<span>
|
|
632
|
+
<span>1310</span>
|
|
617
633
|
</span>
|
|
618
634
|
<span class="star">
|
|
619
635
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
620
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>
|
|
621
637
|
</svg>
|
|
622
|
-
<span>
|
|
638
|
+
<span>48 stars today</span>
|
|
623
639
|
</span>
|
|
624
640
|
</div>
|
|
625
641
|
<div class="details">
|
|
626
|
-
|
|
642
|
+
A React Framework for building internal tools, admin panels, dashboards & B2B apps with unmatched flexibilty.
|
|
627
643
|
</div>
|
|
628
644
|
</div>
|
|
629
645
|
</li>
|
|
@@ -632,36 +648,36 @@
|
|
|
632
648
|
<div class="info">
|
|
633
649
|
<div class="rank">
|
|
634
650
|
<span title="Ranking 14">14</span>
|
|
635
|
-
<a href="https://github.com/
|
|
651
|
+
<a href="https://github.com/Chanzhaoyu/chatgpt-web" target="_blank" title="Chanzhaoyu/chatgpt-web">Chanzhaoyu/chatgpt-web</a>
|
|
636
652
|
</div>
|
|
637
653
|
<div class="sub-title followers">
|
|
638
654
|
|
|
639
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
640
|
-
<span style="background-color: #
|
|
655
|
+
<a class="language" target="_blank" href="https://github.com/topics/vue" title="Programming Language Vue">
|
|
656
|
+
<span style="background-color: #41b883;"></span>Vue
|
|
641
657
|
</a>
|
|
642
658
|
|
|
643
659
|
<span class="star" title="Stargazers Count">
|
|
644
660
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
645
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>
|
|
646
662
|
</svg>
|
|
647
|
-
<span>
|
|
663
|
+
<span>27857</span>
|
|
648
664
|
</span>
|
|
649
665
|
<span class="star" title="Repo Forked">
|
|
650
666
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
651
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">
|
|
652
668
|
</path>
|
|
653
669
|
</svg>
|
|
654
|
-
<span>
|
|
670
|
+
<span>10938</span>
|
|
655
671
|
</span>
|
|
656
672
|
<span class="star">
|
|
657
673
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
658
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>
|
|
659
675
|
</svg>
|
|
660
|
-
<span>
|
|
676
|
+
<span>43 stars today</span>
|
|
661
677
|
</span>
|
|
662
678
|
</div>
|
|
663
679
|
<div class="details">
|
|
664
|
-
|
|
680
|
+
用 Express 和 Vue3 搭建的 ChatGPT 演示网页
|
|
665
681
|
</div>
|
|
666
682
|
</div>
|
|
667
683
|
</li>
|
|
@@ -670,36 +686,36 @@
|
|
|
670
686
|
<div class="info">
|
|
671
687
|
<div class="rank">
|
|
672
688
|
<span title="Ranking 15">15</span>
|
|
673
|
-
<a href="https://github.com/
|
|
689
|
+
<a href="https://github.com/starship/starship" target="_blank" title="starship/starship">starship/starship</a>
|
|
674
690
|
</div>
|
|
675
691
|
<div class="sub-title followers">
|
|
676
692
|
|
|
677
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
678
|
-
<span style="background-color: #
|
|
693
|
+
<a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
|
|
694
|
+
<span style="background-color: #dea584;"></span>Rust
|
|
679
695
|
</a>
|
|
680
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>37449</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>1602</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>60 stars today</span>
|
|
699
715
|
</span>
|
|
700
716
|
</div>
|
|
701
717
|
<div class="details">
|
|
702
|
-
|
|
718
|
+
☄🌌️ The minimal, blazing-fast, and infinitely customizable prompt for any shell!
|
|
703
719
|
</div>
|
|
704
720
|
</div>
|
|
705
721
|
</li>
|
|
@@ -708,36 +724,32 @@
|
|
|
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/daveshap/ChatGPT_Custom_Instructions" target="_blank" title="daveshap/ChatGPT_Custom_Instructions">daveshap/ChatGPT_Custom_Instructions</a>
|
|
712
728
|
</div>
|
|
713
729
|
<div class="sub-title followers">
|
|
714
730
|
|
|
715
|
-
<a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
|
|
716
|
-
<span style="background-color: #b07219;"></span>Java
|
|
717
|
-
</a>
|
|
718
|
-
|
|
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>716</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>121</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>130 stars today</span>
|
|
737
749
|
</span>
|
|
738
750
|
</div>
|
|
739
751
|
<div class="details">
|
|
740
|
-
|
|
752
|
+
Repo of custom instructions that you can use for ChatGPT
|
|
741
753
|
</div>
|
|
742
754
|
</div>
|
|
743
755
|
</li>
|
|
@@ -746,36 +758,36 @@
|
|
|
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/facebook/folly" target="_blank" title="facebook/folly">facebook/folly</a>
|
|
750
762
|
</div>
|
|
751
763
|
<div class="sub-title followers">
|
|
752
764
|
|
|
753
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
754
|
-
<span style="background-color: #
|
|
765
|
+
<a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
|
|
766
|
+
<span style="background-color: #f34b7d;"></span>C++
|
|
755
767
|
</a>
|
|
756
768
|
|
|
757
769
|
<span class="star" title="Stargazers Count">
|
|
758
770
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
759
771
|
<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
772
|
</svg>
|
|
761
|
-
<span>
|
|
773
|
+
<span>26275</span>
|
|
762
774
|
</span>
|
|
763
775
|
<span class="star" title="Repo Forked">
|
|
764
776
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
765
777
|
<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
778
|
</path>
|
|
767
779
|
</svg>
|
|
768
|
-
<span>
|
|
780
|
+
<span>5549</span>
|
|
769
781
|
</span>
|
|
770
782
|
<span class="star">
|
|
771
783
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
772
784
|
<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
785
|
</svg>
|
|
774
|
-
<span>
|
|
786
|
+
<span>8 stars today</span>
|
|
775
787
|
</span>
|
|
776
788
|
</div>
|
|
777
789
|
<div class="details">
|
|
778
|
-
|
|
790
|
+
An open-source C++ library developed and used at Facebook.
|
|
779
791
|
</div>
|
|
780
792
|
</div>
|
|
781
793
|
</li>
|
|
@@ -784,7 +796,7 @@
|
|
|
784
796
|
<div class="info">
|
|
785
797
|
<div class="rank">
|
|
786
798
|
<span title="Ranking 18">18</span>
|
|
787
|
-
<a href="https://github.com/
|
|
799
|
+
<a href="https://github.com/GaiZhenbiao/ChuanhuChatGPT" target="_blank" title="GaiZhenbiao/ChuanhuChatGPT">GaiZhenbiao/ChuanhuChatGPT</a>
|
|
788
800
|
</div>
|
|
789
801
|
<div class="sub-title followers">
|
|
790
802
|
|
|
@@ -796,24 +808,24 @@
|
|
|
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>12970</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>2047</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>13 stars today</span>
|
|
813
825
|
</span>
|
|
814
826
|
</div>
|
|
815
827
|
<div class="details">
|
|
816
|
-
|
|
828
|
+
GUI for ChatGPT API and many LLMs. Supports agents, file-based QA, GPT finetuning and query with web search. All with a neat UI.
|
|
817
829
|
</div>
|
|
818
830
|
</div>
|
|
819
831
|
</li>
|
|
@@ -822,7 +834,7 @@
|
|
|
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/codecrafters-io/build-your-own-x" target="_blank" title="codecrafters-io/build-your-own-x">codecrafters-io/build-your-own-x</a>
|
|
826
838
|
</div>
|
|
827
839
|
<div class="sub-title followers">
|
|
828
840
|
|
|
@@ -830,24 +842,24 @@
|
|
|
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>225563</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>21742</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>361 stars today</span>
|
|
847
859
|
</span>
|
|
848
860
|
</div>
|
|
849
861
|
<div class="details">
|
|
850
|
-
|
|
862
|
+
Master programming by recreating your favorite technologies from scratch.
|
|
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/f/awesome-chatgpt-prompts" target="_blank" title="f/awesome-chatgpt-prompts">f/awesome-chatgpt-prompts</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>92439</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>12571</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>110 stars today</span>
|
|
885
897
|
</span>
|
|
886
898
|
</div>
|
|
887
899
|
<div class="details">
|
|
888
|
-
|
|
900
|
+
This repo includes ChatGPT prompt curation to use ChatGPT better.
|
|
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/KanatnikovMax/znanie-drevnix" target="_blank" title="KanatnikovMax/znanie-drevnix">KanatnikovMax/znanie-drevnix</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: #f34b7d;"></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>557</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>35</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>77 stars today</span>
|
|
923
935
|
</span>
|
|
924
936
|
</div>
|
|
925
937
|
<div class="details">
|
|
926
|
-
|
|
938
|
+
|
|
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/OpenBMB/XAgent" target="_blank" title="OpenBMB/XAgent">OpenBMB/XAgent</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>4736</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>388</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>91 stars today</span>
|
|
961
973
|
</span>
|
|
962
974
|
</div>
|
|
963
975
|
<div class="details">
|
|
964
|
-
|
|
976
|
+
An Autonomous LLM Agent for Complex Task Solving
|
|
965
977
|
</div>
|
|
966
978
|
</div>
|
|
967
979
|
</li>
|
|
@@ -970,7 +982,7 @@
|
|
|
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/stas00/ml-engineering" target="_blank" title="stas00/ml-engineering">stas00/ml-engineering</a>
|
|
974
986
|
</div>
|
|
975
987
|
<div class="sub-title followers">
|
|
976
988
|
|
|
@@ -982,24 +994,24 @@
|
|
|
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>2239</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>131</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
|
+
Machine Learning Engineering Guides and Tools
|
|
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/openai/openai-python" target="_blank" title="openai/openai-python">openai/openai-python</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/python" title="Programming Language Python">
|
|
1028
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
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>14387</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>1958</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>152 stars today</span>
|
|
1037
1049
|
</span>
|
|
1038
1050
|
</div>
|
|
1039
1051
|
<div class="details">
|
|
1040
|
-
|
|
1052
|
+
The official Python library for the OpenAI API
|
|
1041
1053
|
</div>
|
|
1042
1054
|
</div>
|
|
1043
1055
|
</li>
|
|
@@ -1046,36 +1058,36 @@
|
|
|
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/uber-go/goleak" target="_blank" title="uber-go/goleak">uber-go/goleak</a>
|
|
1050
1062
|
</div>
|
|
1051
1063
|
<div class="sub-title followers">
|
|
1052
1064
|
|
|
1053
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
1054
|
-
<span style="background-color: #
|
|
1065
|
+
<a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
|
|
1066
|
+
<span style="background-color: #00ADD8;"></span>Go
|
|
1055
1067
|
</a>
|
|
1056
1068
|
|
|
1057
1069
|
<span class="star" title="Stargazers Count">
|
|
1058
1070
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1059
1071
|
<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
1072
|
</svg>
|
|
1061
|
-
<span>
|
|
1073
|
+
<span>3925</span>
|
|
1062
1074
|
</span>
|
|
1063
1075
|
<span class="star" title="Repo Forked">
|
|
1064
1076
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1065
1077
|
<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
1078
|
</path>
|
|
1067
1079
|
</svg>
|
|
1068
|
-
<span>
|
|
1080
|
+
<span>178</span>
|
|
1069
1081
|
</span>
|
|
1070
1082
|
<span class="star">
|
|
1071
1083
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1072
1084
|
<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
1085
|
</svg>
|
|
1074
|
-
<span>
|
|
1086
|
+
<span>15 stars today</span>
|
|
1075
1087
|
</span>
|
|
1076
1088
|
</div>
|
|
1077
1089
|
<div class="details">
|
|
1078
|
-
|
|
1090
|
+
Goroutine leak detector
|
|
1079
1091
|
</div>
|
|
1080
1092
|
</div>
|
|
1081
1093
|
</li>
|
|
@@ -1096,7 +1108,7 @@
|
|
|
1096
1108
|
<img src="https://img.shields.io/npm/v/@wcj/github-rank.svg?label=unpkg">
|
|
1097
1109
|
</a>
|
|
1098
1110
|
</div>
|
|
1099
|
-
<div class="time">Last cache created on 2023/11/
|
|
1111
|
+
<div class="time">Last cache created on 2023/11/11 by Github API v3.</div>
|
|
1100
1112
|
Create by <a href="https://github.com/jaywcjlove" target="_blank">小弟调调™</a>.
|
|
1101
1113
|
</div>
|
|
1102
1114
|
</body>
|