@wcj/github-rank 23.12.7 → 23.12.9
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 +33594 -33564
- package/dist/trending-daily.json +188 -188
- package/dist/trending-monthly.json +164 -164
- package/dist/trending-weekly.json +177 -177
- package/dist/users.china.json +2823 -2893
- package/dist/users.json +7579 -7579
- package/package.json +1 -1
- package/web/data/repos.json +33594 -33564
- package/web/data/trending-daily.json +188 -188
- package/web/data/trending-monthly.json +164 -164
- package/web/data/trending-weekly.json +177 -177
- package/web/data/users.china.json +2823 -2893
- package/web/data/users.json +7579 -7579
- package/web/index.html +5617 -5617
- package/web/repos.html +3660 -3656
- package/web/trending-monthly.html +161 -161
- package/web/trending-weekly.html +165 -161
- package/web/trending.html +175 -159
- package/web/users.china.html +2265 -2331
package/web/trending-weekly.html
CHANGED
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
</a>
|
|
130
130
|
|
|
131
131
|
</h1>
|
|
132
|
-
<div class="time">Last cache created on 2023/12/
|
|
132
|
+
<div class="time">Last cache created on 2023/12/9 by
|
|
133
133
|
|
|
134
134
|
|
|
135
135
|
|
|
@@ -154,7 +154,7 @@
|
|
|
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/pytorch-labs/gpt-fast" target="_blank" title="pytorch-labs/gpt-fast">pytorch-labs/gpt-fast</a>
|
|
158
158
|
</div>
|
|
159
159
|
<div class="sub-title followers">
|
|
160
160
|
|
|
@@ -166,24 +166,24 @@
|
|
|
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>3830</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>378</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>2797 stars this week</span>
|
|
183
183
|
</span>
|
|
184
184
|
</div>
|
|
185
185
|
<div class="details">
|
|
186
|
-
|
|
186
|
+
Simple and efficient pytorch-native transformer text generation in <1000 LOC of python.
|
|
187
187
|
</div>
|
|
188
188
|
</div>
|
|
189
189
|
</li>
|
|
@@ -192,32 +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/facebookresearch/seamless_communication" target="_blank" title="facebookresearch/seamless_communication">facebookresearch/seamless_communication</a>
|
|
196
196
|
</div>
|
|
197
197
|
<div class="sub-title followers">
|
|
198
198
|
|
|
199
|
+
<a class="language" target="_blank" href="https://github.com/topics/c" title="Programming Language C">
|
|
200
|
+
<span style="background-color: #555555;"></span>C
|
|
201
|
+
</a>
|
|
202
|
+
|
|
199
203
|
<span class="star" title="Stargazers Count">
|
|
200
204
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
201
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>
|
|
202
206
|
</svg>
|
|
203
|
-
<span>
|
|
207
|
+
<span>8229</span>
|
|
204
208
|
</span>
|
|
205
209
|
<span class="star" title="Repo Forked">
|
|
206
210
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
207
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">
|
|
208
212
|
</path>
|
|
209
213
|
</svg>
|
|
210
|
-
<span>
|
|
214
|
+
<span>807</span>
|
|
211
215
|
</span>
|
|
212
216
|
<span class="star">
|
|
213
217
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
214
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>
|
|
215
219
|
</svg>
|
|
216
|
-
<span>
|
|
220
|
+
<span>2038 stars this week</span>
|
|
217
221
|
</span>
|
|
218
222
|
</div>
|
|
219
223
|
<div class="details">
|
|
220
|
-
|
|
224
|
+
Foundational Models for State-of-the-Art Speech and Text Translation
|
|
221
225
|
</div>
|
|
222
226
|
</div>
|
|
223
227
|
</li>
|
|
@@ -226,36 +230,36 @@
|
|
|
226
230
|
<div class="info">
|
|
227
231
|
<div class="rank">
|
|
228
232
|
<span title="Ranking 3">3</span>
|
|
229
|
-
<a href="https://github.com/
|
|
233
|
+
<a href="https://github.com/lllyasviel/Fooocus" target="_blank" title="lllyasviel/Fooocus">lllyasviel/Fooocus</a>
|
|
230
234
|
</div>
|
|
231
235
|
<div class="sub-title followers">
|
|
232
236
|
|
|
233
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
234
|
-
<span style="background-color: #
|
|
237
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
238
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
235
239
|
</a>
|
|
236
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>24393</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>2343</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>4326 stars this week</span>
|
|
255
259
|
</span>
|
|
256
260
|
</div>
|
|
257
261
|
<div class="details">
|
|
258
|
-
|
|
262
|
+
Focus on prompting and generating
|
|
259
263
|
</div>
|
|
260
264
|
</div>
|
|
261
265
|
</li>
|
|
@@ -264,7 +268,7 @@
|
|
|
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/OthersideAI/self-operating-computer" target="_blank" title="OthersideAI/self-operating-computer">OthersideAI/self-operating-computer</a>
|
|
268
272
|
</div>
|
|
269
273
|
<div class="sub-title followers">
|
|
270
274
|
|
|
@@ -276,24 +280,24 @@
|
|
|
276
280
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
277
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>
|
|
278
282
|
</svg>
|
|
279
|
-
<span>
|
|
283
|
+
<span>5103</span>
|
|
280
284
|
</span>
|
|
281
285
|
<span class="star" title="Repo Forked">
|
|
282
286
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
283
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">
|
|
284
288
|
</path>
|
|
285
289
|
</svg>
|
|
286
|
-
<span>
|
|
290
|
+
<span>784</span>
|
|
287
291
|
</span>
|
|
288
292
|
<span class="star">
|
|
289
293
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
290
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>
|
|
291
295
|
</svg>
|
|
292
|
-
<span>
|
|
296
|
+
<span>2543 stars this week</span>
|
|
293
297
|
</span>
|
|
294
298
|
</div>
|
|
295
299
|
<div class="details">
|
|
296
|
-
|
|
300
|
+
A framework to enable multimodal models to operate a computer.
|
|
297
301
|
</div>
|
|
298
302
|
</div>
|
|
299
303
|
</li>
|
|
@@ -302,36 +306,36 @@
|
|
|
302
306
|
<div class="info">
|
|
303
307
|
<div class="rank">
|
|
304
308
|
<span title="Ranking 5">5</span>
|
|
305
|
-
<a href="https://github.com/
|
|
309
|
+
<a href="https://github.com/Mozilla-Ocho/llamafile" target="_blank" title="Mozilla-Ocho/llamafile">Mozilla-Ocho/llamafile</a>
|
|
306
310
|
</div>
|
|
307
311
|
<div class="sub-title followers">
|
|
308
312
|
|
|
309
|
-
<a class="language" target="_blank" href="https://github.com/topics/c" title="Programming Language C">
|
|
310
|
-
<span style="background-color: #
|
|
313
|
+
<a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
|
|
314
|
+
<span style="background-color: #f34b7d;"></span>C++
|
|
311
315
|
</a>
|
|
312
316
|
|
|
313
317
|
<span class="star" title="Stargazers Count">
|
|
314
318
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
315
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>
|
|
316
320
|
</svg>
|
|
317
|
-
<span>
|
|
321
|
+
<span>5191</span>
|
|
318
322
|
</span>
|
|
319
323
|
<span class="star" title="Repo Forked">
|
|
320
324
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
321
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">
|
|
322
326
|
</path>
|
|
323
327
|
</svg>
|
|
324
|
-
<span>
|
|
328
|
+
<span>236</span>
|
|
325
329
|
</span>
|
|
326
330
|
<span class="star">
|
|
327
331
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
328
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>
|
|
329
333
|
</svg>
|
|
330
|
-
<span>
|
|
334
|
+
<span>2110 stars this week</span>
|
|
331
335
|
</span>
|
|
332
336
|
</div>
|
|
333
337
|
<div class="details">
|
|
334
|
-
|
|
338
|
+
Distribute and run LLMs with a single file.
|
|
335
339
|
</div>
|
|
336
340
|
</div>
|
|
337
341
|
</li>
|
|
@@ -352,20 +356,20 @@
|
|
|
352
356
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
353
357
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
354
358
|
</svg>
|
|
355
|
-
<span>
|
|
359
|
+
<span>18703</span>
|
|
356
360
|
</span>
|
|
357
361
|
<span class="star" title="Repo Forked">
|
|
358
362
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
359
363
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
360
364
|
</path>
|
|
361
365
|
</svg>
|
|
362
|
-
<span>
|
|
366
|
+
<span>1921</span>
|
|
363
367
|
</span>
|
|
364
368
|
<span class="star">
|
|
365
369
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
366
370
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
367
371
|
</svg>
|
|
368
|
-
<span>
|
|
372
|
+
<span>1621 stars this week</span>
|
|
369
373
|
</span>
|
|
370
374
|
</div>
|
|
371
375
|
<div class="details">
|
|
@@ -378,32 +382,36 @@
|
|
|
378
382
|
<div class="info">
|
|
379
383
|
<div class="rank">
|
|
380
384
|
<span title="Ranking 7">7</span>
|
|
381
|
-
<a href="https://github.com/
|
|
385
|
+
<a href="https://github.com/sherlock-project/sherlock" target="_blank" title="sherlock-project/sherlock">sherlock-project/sherlock</a>
|
|
382
386
|
</div>
|
|
383
387
|
<div class="sub-title followers">
|
|
384
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
|
+
|
|
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>45511</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>5768</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>979 stars this week</span>
|
|
403
411
|
</span>
|
|
404
412
|
</div>
|
|
405
413
|
<div class="details">
|
|
406
|
-
|
|
414
|
+
🔎 Hunt down social media accounts by username across social networks
|
|
407
415
|
</div>
|
|
408
416
|
</div>
|
|
409
417
|
</li>
|
|
@@ -412,36 +420,32 @@
|
|
|
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/practical-tutorials/project-based-learning" target="_blank" title="practical-tutorials/project-based-learning">practical-tutorials/project-based-learning</a>
|
|
416
424
|
</div>
|
|
417
425
|
<div class="sub-title followers">
|
|
418
426
|
|
|
419
|
-
<a class="language" target="_blank" href="https://github.com/topics/svelte" title="Programming Language Svelte">
|
|
420
|
-
<span style="background-color: #ff3e00;"></span>Svelte
|
|
421
|
-
</a>
|
|
422
|
-
|
|
423
427
|
<span class="star" title="Stargazers Count">
|
|
424
428
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
425
429
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
426
430
|
</svg>
|
|
427
|
-
<span>
|
|
431
|
+
<span>125384</span>
|
|
428
432
|
</span>
|
|
429
433
|
<span class="star" title="Repo Forked">
|
|
430
434
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
431
435
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
432
436
|
</path>
|
|
433
437
|
</svg>
|
|
434
|
-
<span>
|
|
438
|
+
<span>17330</span>
|
|
435
439
|
</span>
|
|
436
440
|
<span class="star">
|
|
437
441
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
438
442
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
439
443
|
</svg>
|
|
440
|
-
<span>
|
|
444
|
+
<span>1911 stars this week</span>
|
|
441
445
|
</span>
|
|
442
446
|
</div>
|
|
443
447
|
<div class="details">
|
|
444
|
-
|
|
448
|
+
Curated list of project-based tutorials
|
|
445
449
|
</div>
|
|
446
450
|
</div>
|
|
447
451
|
</li>
|
|
@@ -450,36 +454,36 @@
|
|
|
450
454
|
<div class="info">
|
|
451
455
|
<div class="rank">
|
|
452
456
|
<span title="Ranking 9">9</span>
|
|
453
|
-
<a href="https://github.com/
|
|
457
|
+
<a href="https://github.com/labring/FastGPT" target="_blank" title="labring/FastGPT">labring/FastGPT</a>
|
|
454
458
|
</div>
|
|
455
459
|
<div class="sub-title followers">
|
|
456
460
|
|
|
457
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
458
|
-
<span style="background-color: #
|
|
461
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
462
|
+
<span style="background-color: #3178c6;"></span>TypeScript
|
|
459
463
|
</a>
|
|
460
464
|
|
|
461
465
|
<span class="star" title="Stargazers Count">
|
|
462
466
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
463
467
|
<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
468
|
</svg>
|
|
465
|
-
<span>
|
|
469
|
+
<span>6664</span>
|
|
466
470
|
</span>
|
|
467
471
|
<span class="star" title="Repo Forked">
|
|
468
472
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
469
473
|
<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
474
|
</path>
|
|
471
475
|
</svg>
|
|
472
|
-
<span>
|
|
476
|
+
<span>1473</span>
|
|
473
477
|
</span>
|
|
474
478
|
<span class="star">
|
|
475
479
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
476
480
|
<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
481
|
</svg>
|
|
478
|
-
<span>
|
|
482
|
+
<span>633 stars this week</span>
|
|
479
483
|
</span>
|
|
480
484
|
</div>
|
|
481
485
|
<div class="details">
|
|
482
|
-
|
|
486
|
+
FastGPT is a knowledge-based QA system built on the LLM, offers out-of-the-box data processing and model invocation capabilities, allows for workflow orchestration through Flow visualization!
|
|
483
487
|
</div>
|
|
484
488
|
</div>
|
|
485
489
|
</li>
|
|
@@ -488,32 +492,36 @@
|
|
|
488
492
|
<div class="info">
|
|
489
493
|
<div class="rank">
|
|
490
494
|
<span title="Ranking 10">10</span>
|
|
491
|
-
<a href="https://github.com/
|
|
495
|
+
<a href="https://github.com/DataTalksClub/data-engineering-zoomcamp" target="_blank" title="DataTalksClub/data-engineering-zoomcamp">DataTalksClub/data-engineering-zoomcamp</a>
|
|
492
496
|
</div>
|
|
493
497
|
<div class="sub-title followers">
|
|
494
498
|
|
|
499
|
+
<a class="language" target="_blank" href="https://github.com/topics/jupyternotebook" title="Programming Language JupyterNotebook">
|
|
500
|
+
<span style="background-color: #DA5B0B;"></span>JupyterNotebook
|
|
501
|
+
</a>
|
|
502
|
+
|
|
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>15870</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>3615</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>304 stars this week</span>
|
|
513
521
|
</span>
|
|
514
522
|
</div>
|
|
515
523
|
<div class="details">
|
|
516
|
-
|
|
524
|
+
Free Data Engineering course!
|
|
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/google/comprehensive-rust" target="_blank" title="google/comprehensive-rust">google/comprehensive-rust</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/rust" title="Programming Language Rust">
|
|
538
|
+
<span style="background-color: #dea584;"></span>Rust
|
|
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>23160</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>1376</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>683 stars this week</span>
|
|
551
559
|
</span>
|
|
552
560
|
</div>
|
|
553
561
|
<div class="details">
|
|
554
|
-
|
|
562
|
+
This is the Rust course used by the Android team at Google. It provides you the material to quickly teach Rust.
|
|
555
563
|
</div>
|
|
556
564
|
</div>
|
|
557
565
|
</li>
|
|
@@ -560,36 +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/microsoft/PowerToys" target="_blank" title="microsoft/PowerToys">microsoft/PowerToys</a>
|
|
564
572
|
</div>
|
|
565
573
|
<div class="sub-title followers">
|
|
566
574
|
|
|
567
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
568
|
-
<span style="background-color: #
|
|
575
|
+
<a class="language" target="_blank" href="https://github.com/topics/c#" title="Programming Language C#">
|
|
576
|
+
<span style="background-color: #178600;"></span>C#
|
|
569
577
|
</a>
|
|
570
578
|
|
|
571
579
|
<span class="star" title="Stargazers Count">
|
|
572
580
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
573
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>
|
|
574
582
|
</svg>
|
|
575
|
-
<span>
|
|
583
|
+
<span>99638</span>
|
|
576
584
|
</span>
|
|
577
585
|
<span class="star" title="Repo Forked">
|
|
578
586
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
579
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">
|
|
580
588
|
</path>
|
|
581
589
|
</svg>
|
|
582
|
-
<span>
|
|
590
|
+
<span>6026</span>
|
|
583
591
|
</span>
|
|
584
592
|
<span class="star">
|
|
585
593
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
586
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>
|
|
587
595
|
</svg>
|
|
588
|
-
<span>
|
|
596
|
+
<span>763 stars this week</span>
|
|
589
597
|
</span>
|
|
590
598
|
</div>
|
|
591
599
|
<div class="details">
|
|
592
|
-
|
|
600
|
+
Windows system utilities to maximize productivity
|
|
593
601
|
</div>
|
|
594
602
|
</div>
|
|
595
603
|
</li>
|
|
@@ -598,36 +606,36 @@
|
|
|
598
606
|
<div class="info">
|
|
599
607
|
<div class="rank">
|
|
600
608
|
<span title="Ranking 13">13</span>
|
|
601
|
-
<a href="https://github.com/
|
|
609
|
+
<a href="https://github.com/go-gost/gost" target="_blank" title="go-gost/gost">go-gost/gost</a>
|
|
602
610
|
</div>
|
|
603
611
|
<div class="sub-title followers">
|
|
604
612
|
|
|
605
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
606
|
-
<span style="background-color: #
|
|
613
|
+
<a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
|
|
614
|
+
<span style="background-color: #00ADD8;"></span>Go
|
|
607
615
|
</a>
|
|
608
616
|
|
|
609
617
|
<span class="star" title="Stargazers Count">
|
|
610
618
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
611
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>
|
|
612
620
|
</svg>
|
|
613
|
-
<span>
|
|
621
|
+
<span>2603</span>
|
|
614
622
|
</span>
|
|
615
623
|
<span class="star" title="Repo Forked">
|
|
616
624
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
617
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">
|
|
618
626
|
</path>
|
|
619
627
|
</svg>
|
|
620
|
-
<span>
|
|
628
|
+
<span>422</span>
|
|
621
629
|
</span>
|
|
622
630
|
<span class="star">
|
|
623
631
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
624
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>
|
|
625
633
|
</svg>
|
|
626
|
-
<span>
|
|
634
|
+
<span>480 stars this week</span>
|
|
627
635
|
</span>
|
|
628
636
|
</div>
|
|
629
637
|
<div class="details">
|
|
630
|
-
|
|
638
|
+
GO Simple Tunnel - a simple tunnel written in golang
|
|
631
639
|
</div>
|
|
632
640
|
</div>
|
|
633
641
|
</li>
|
|
@@ -636,7 +644,7 @@
|
|
|
636
644
|
<div class="info">
|
|
637
645
|
<div class="rank">
|
|
638
646
|
<span title="Ranking 14">14</span>
|
|
639
|
-
<a href="https://github.com/
|
|
647
|
+
<a href="https://github.com/AleoHQ/leo" target="_blank" title="AleoHQ/leo">AleoHQ/leo</a>
|
|
640
648
|
</div>
|
|
641
649
|
<div class="sub-title followers">
|
|
642
650
|
|
|
@@ -648,24 +656,24 @@
|
|
|
648
656
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
649
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>
|
|
650
658
|
</svg>
|
|
651
|
-
<span>
|
|
659
|
+
<span>3509</span>
|
|
652
660
|
</span>
|
|
653
661
|
<span class="star" title="Repo Forked">
|
|
654
662
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
655
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">
|
|
656
664
|
</path>
|
|
657
665
|
</svg>
|
|
658
|
-
<span>
|
|
666
|
+
<span>513</span>
|
|
659
667
|
</span>
|
|
660
668
|
<span class="star">
|
|
661
669
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
662
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>
|
|
663
671
|
</svg>
|
|
664
|
-
<span>
|
|
672
|
+
<span>641 stars this week</span>
|
|
665
673
|
</span>
|
|
666
674
|
</div>
|
|
667
675
|
<div class="details">
|
|
668
|
-
|
|
676
|
+
🦁 The Leo Programming Language. A Programming Language for Formally Verified, Zero-Knowledge Applications
|
|
669
677
|
</div>
|
|
670
678
|
</div>
|
|
671
679
|
</li>
|
|
@@ -674,36 +682,36 @@
|
|
|
674
682
|
<div class="info">
|
|
675
683
|
<div class="rank">
|
|
676
684
|
<span title="Ranking 15">15</span>
|
|
677
|
-
<a href="https://github.com/
|
|
685
|
+
<a href="https://github.com/cubiq/ComfyUI_IPAdapter_plus" target="_blank" title="cubiq/ComfyUI_IPAdapter_plus">cubiq/ComfyUI_IPAdapter_plus</a>
|
|
678
686
|
</div>
|
|
679
687
|
<div class="sub-title followers">
|
|
680
688
|
|
|
681
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
682
|
-
<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
|
|
683
691
|
</a>
|
|
684
692
|
|
|
685
693
|
<span class="star" title="Stargazers Count">
|
|
686
694
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
687
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>
|
|
688
696
|
</svg>
|
|
689
|
-
<span>
|
|
697
|
+
<span>606</span>
|
|
690
698
|
</span>
|
|
691
699
|
<span class="star" title="Repo Forked">
|
|
692
700
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
693
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">
|
|
694
702
|
</path>
|
|
695
703
|
</svg>
|
|
696
|
-
<span>
|
|
704
|
+
<span>57</span>
|
|
697
705
|
</span>
|
|
698
706
|
<span class="star">
|
|
699
707
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
700
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>
|
|
701
709
|
</svg>
|
|
702
|
-
<span>
|
|
710
|
+
<span>199 stars this week</span>
|
|
703
711
|
</span>
|
|
704
712
|
</div>
|
|
705
713
|
<div class="details">
|
|
706
|
-
|
|
714
|
+
|
|
707
715
|
</div>
|
|
708
716
|
</div>
|
|
709
717
|
</li>
|
|
@@ -712,36 +720,36 @@
|
|
|
712
720
|
<div class="info">
|
|
713
721
|
<div class="rank">
|
|
714
722
|
<span title="Ranking 16">16</span>
|
|
715
|
-
<a href="https://github.com/
|
|
723
|
+
<a href="https://github.com/modularml/mojo" target="_blank" title="modularml/mojo">modularml/mojo</a>
|
|
716
724
|
</div>
|
|
717
725
|
<div class="sub-title followers">
|
|
718
726
|
|
|
719
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
720
|
-
<span style="background-color: #
|
|
727
|
+
<a class="language" target="_blank" href="https://github.com/topics/jupyternotebook" title="Programming Language JupyterNotebook">
|
|
728
|
+
<span style="background-color: #DA5B0B;"></span>JupyterNotebook
|
|
721
729
|
</a>
|
|
722
730
|
|
|
723
731
|
<span class="star" title="Stargazers Count">
|
|
724
732
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
725
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>
|
|
726
734
|
</svg>
|
|
727
|
-
<span>
|
|
735
|
+
<span>16092</span>
|
|
728
736
|
</span>
|
|
729
737
|
<span class="star" title="Repo Forked">
|
|
730
738
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
731
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">
|
|
732
740
|
</path>
|
|
733
741
|
</svg>
|
|
734
|
-
<span>
|
|
742
|
+
<span>2119</span>
|
|
735
743
|
</span>
|
|
736
744
|
<span class="star">
|
|
737
745
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
738
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>
|
|
739
747
|
</svg>
|
|
740
|
-
<span>
|
|
748
|
+
<span>372 stars this week</span>
|
|
741
749
|
</span>
|
|
742
750
|
</div>
|
|
743
751
|
<div class="details">
|
|
744
|
-
|
|
752
|
+
The Mojo Programming Language
|
|
745
753
|
</div>
|
|
746
754
|
</div>
|
|
747
755
|
</li>
|
|
@@ -750,36 +758,36 @@
|
|
|
750
758
|
<div class="info">
|
|
751
759
|
<div class="rank">
|
|
752
760
|
<span title="Ranking 17">17</span>
|
|
753
|
-
<a href="https://github.com/
|
|
761
|
+
<a href="https://github.com/Vaibhavs10/insanely-fast-whisper" target="_blank" title="Vaibhavs10/insanely-fast-whisper">Vaibhavs10/insanely-fast-whisper</a>
|
|
754
762
|
</div>
|
|
755
763
|
<div class="sub-title followers">
|
|
756
764
|
|
|
757
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
758
|
-
<span style="background-color: #
|
|
765
|
+
<a class="language" target="_blank" href="https://github.com/topics/jupyternotebook" title="Programming Language JupyterNotebook">
|
|
766
|
+
<span style="background-color: #DA5B0B;"></span>JupyterNotebook
|
|
759
767
|
</a>
|
|
760
768
|
|
|
761
769
|
<span class="star" title="Stargazers Count">
|
|
762
770
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
763
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>
|
|
764
772
|
</svg>
|
|
765
|
-
<span>
|
|
773
|
+
<span>3906</span>
|
|
766
774
|
</span>
|
|
767
775
|
<span class="star" title="Repo Forked">
|
|
768
776
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
769
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">
|
|
770
778
|
</path>
|
|
771
779
|
</svg>
|
|
772
|
-
<span>
|
|
780
|
+
<span>375</span>
|
|
773
781
|
</span>
|
|
774
782
|
<span class="star">
|
|
775
783
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
776
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>
|
|
777
785
|
</svg>
|
|
778
|
-
<span>
|
|
786
|
+
<span>629 stars this week</span>
|
|
779
787
|
</span>
|
|
780
788
|
</div>
|
|
781
789
|
<div class="details">
|
|
782
|
-
|
|
790
|
+
|
|
783
791
|
</div>
|
|
784
792
|
</div>
|
|
785
793
|
</li>
|
|
@@ -788,7 +796,7 @@
|
|
|
788
796
|
<div class="info">
|
|
789
797
|
<div class="rank">
|
|
790
798
|
<span title="Ranking 18">18</span>
|
|
791
|
-
<a href="https://github.com/
|
|
799
|
+
<a href="https://github.com/kamranahmedse/developer-roadmap" target="_blank" title="kamranahmedse/developer-roadmap">kamranahmedse/developer-roadmap</a>
|
|
792
800
|
</div>
|
|
793
801
|
<div class="sub-title followers">
|
|
794
802
|
|
|
@@ -800,24 +808,24 @@
|
|
|
800
808
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
801
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>
|
|
802
810
|
</svg>
|
|
803
|
-
<span>
|
|
811
|
+
<span>259847</span>
|
|
804
812
|
</span>
|
|
805
813
|
<span class="star" title="Repo Forked">
|
|
806
814
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
807
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">
|
|
808
816
|
</path>
|
|
809
817
|
</svg>
|
|
810
|
-
<span>
|
|
818
|
+
<span>35805</span>
|
|
811
819
|
</span>
|
|
812
820
|
<span class="star">
|
|
813
821
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
814
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>
|
|
815
823
|
</svg>
|
|
816
|
-
<span>
|
|
824
|
+
<span>749 stars this week</span>
|
|
817
825
|
</span>
|
|
818
826
|
</div>
|
|
819
827
|
<div class="details">
|
|
820
|
-
|
|
828
|
+
Interactive roadmaps, guides and other educational content to help developers grow in their careers.
|
|
821
829
|
</div>
|
|
822
830
|
</div>
|
|
823
831
|
</li>
|
|
@@ -826,36 +834,36 @@
|
|
|
826
834
|
<div class="info">
|
|
827
835
|
<div class="rank">
|
|
828
836
|
<span title="Ranking 19">19</span>
|
|
829
|
-
<a href="https://github.com/
|
|
837
|
+
<a href="https://github.com/gkd-kit/gkd" target="_blank" title="gkd-kit/gkd">gkd-kit/gkd</a>
|
|
830
838
|
</div>
|
|
831
839
|
<div class="sub-title followers">
|
|
832
840
|
|
|
833
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
834
|
-
<span style="background-color: #
|
|
841
|
+
<a class="language" target="_blank" href="https://github.com/topics/kotlin" title="Programming Language Kotlin">
|
|
842
|
+
<span style="background-color: #A97BFF;"></span>Kotlin
|
|
835
843
|
</a>
|
|
836
844
|
|
|
837
845
|
<span class="star" title="Stargazers Count">
|
|
838
846
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
839
847
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
840
848
|
</svg>
|
|
841
|
-
<span>
|
|
849
|
+
<span>8755</span>
|
|
842
850
|
</span>
|
|
843
851
|
<span class="star" title="Repo Forked">
|
|
844
852
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
845
853
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
846
854
|
</path>
|
|
847
855
|
</svg>
|
|
848
|
-
<span>
|
|
856
|
+
<span>442</span>
|
|
849
857
|
</span>
|
|
850
858
|
<span class="star">
|
|
851
859
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
852
860
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
853
861
|
</svg>
|
|
854
|
-
<span>
|
|
862
|
+
<span>1253 stars this week</span>
|
|
855
863
|
</span>
|
|
856
864
|
</div>
|
|
857
865
|
<div class="details">
|
|
858
|
-
|
|
866
|
+
基于 无障碍 + 高级选择器 + 订阅规则 的自定义屏幕点击 Android APP
|
|
859
867
|
</div>
|
|
860
868
|
</div>
|
|
861
869
|
</li>
|
|
@@ -864,7 +872,7 @@
|
|
|
864
872
|
<div class="info">
|
|
865
873
|
<div class="rank">
|
|
866
874
|
<span title="Ranking 20">20</span>
|
|
867
|
-
<a href="https://github.com/
|
|
875
|
+
<a href="https://github.com/makeplane/plane" target="_blank" title="makeplane/plane">makeplane/plane</a>
|
|
868
876
|
</div>
|
|
869
877
|
<div class="sub-title followers">
|
|
870
878
|
|
|
@@ -876,24 +884,24 @@
|
|
|
876
884
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
877
885
|
<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>
|
|
878
886
|
</svg>
|
|
879
|
-
<span>
|
|
887
|
+
<span>19745</span>
|
|
880
888
|
</span>
|
|
881
889
|
<span class="star" title="Repo Forked">
|
|
882
890
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
883
891
|
<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">
|
|
884
892
|
</path>
|
|
885
893
|
</svg>
|
|
886
|
-
<span>
|
|
894
|
+
<span>1024</span>
|
|
887
895
|
</span>
|
|
888
896
|
<span class="star">
|
|
889
897
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
890
898
|
<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>
|
|
891
899
|
</svg>
|
|
892
|
-
<span>
|
|
900
|
+
<span>648 stars this week</span>
|
|
893
901
|
</span>
|
|
894
902
|
</div>
|
|
895
903
|
<div class="details">
|
|
896
|
-
|
|
904
|
+
🔥 🔥 🔥 Open Source JIRA, Linear and Height Alternative. Plane helps you track your issues, epics, and product roadmaps in the simplest way possible.
|
|
897
905
|
</div>
|
|
898
906
|
</div>
|
|
899
907
|
</li>
|
|
@@ -902,36 +910,36 @@
|
|
|
902
910
|
<div class="info">
|
|
903
911
|
<div class="rank">
|
|
904
912
|
<span title="Ranking 21">21</span>
|
|
905
|
-
<a href="https://github.com/
|
|
913
|
+
<a href="https://github.com/hashicorp/terraform" target="_blank" title="hashicorp/terraform">hashicorp/terraform</a>
|
|
906
914
|
</div>
|
|
907
915
|
<div class="sub-title followers">
|
|
908
916
|
|
|
909
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
910
|
-
<span style="background-color: #
|
|
917
|
+
<a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
|
|
918
|
+
<span style="background-color: #00ADD8;"></span>Go
|
|
911
919
|
</a>
|
|
912
920
|
|
|
913
921
|
<span class="star" title="Stargazers Count">
|
|
914
922
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
915
923
|
<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>
|
|
916
924
|
</svg>
|
|
917
|
-
<span>
|
|
925
|
+
<span>39749</span>
|
|
918
926
|
</span>
|
|
919
927
|
<span class="star" title="Repo Forked">
|
|
920
928
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
921
929
|
<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">
|
|
922
930
|
</path>
|
|
923
931
|
</svg>
|
|
924
|
-
<span>
|
|
932
|
+
<span>9276</span>
|
|
925
933
|
</span>
|
|
926
934
|
<span class="star">
|
|
927
935
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
928
936
|
<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>
|
|
929
937
|
</svg>
|
|
930
|
-
<span>
|
|
938
|
+
<span>204 stars this week</span>
|
|
931
939
|
</span>
|
|
932
940
|
</div>
|
|
933
941
|
<div class="details">
|
|
934
|
-
|
|
942
|
+
Terraform enables you to safely and predictably create, change, and improve infrastructure. It is a source-available tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.
|
|
935
943
|
</div>
|
|
936
944
|
</div>
|
|
937
945
|
</li>
|
|
@@ -940,36 +948,36 @@
|
|
|
940
948
|
<div class="info">
|
|
941
949
|
<div class="rank">
|
|
942
950
|
<span title="Ranking 22">22</span>
|
|
943
|
-
<a href="https://github.com/
|
|
951
|
+
<a href="https://github.com/public-apis/public-apis" target="_blank" title="public-apis/public-apis">public-apis/public-apis</a>
|
|
944
952
|
</div>
|
|
945
953
|
<div class="sub-title followers">
|
|
946
954
|
|
|
947
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
948
|
-
<span style="background-color: #
|
|
955
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
956
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
949
957
|
</a>
|
|
950
958
|
|
|
951
959
|
<span class="star" title="Stargazers Count">
|
|
952
960
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
953
961
|
<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>
|
|
954
962
|
</svg>
|
|
955
|
-
<span>
|
|
963
|
+
<span>270935</span>
|
|
956
964
|
</span>
|
|
957
965
|
<span class="star" title="Repo Forked">
|
|
958
966
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
959
967
|
<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">
|
|
960
968
|
</path>
|
|
961
969
|
</svg>
|
|
962
|
-
<span>
|
|
970
|
+
<span>30509</span>
|
|
963
971
|
</span>
|
|
964
972
|
<span class="star">
|
|
965
973
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
966
974
|
<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>
|
|
967
975
|
</svg>
|
|
968
|
-
<span>
|
|
976
|
+
<span>882 stars this week</span>
|
|
969
977
|
</span>
|
|
970
978
|
</div>
|
|
971
979
|
<div class="details">
|
|
972
|
-
|
|
980
|
+
A collective list of free APIs
|
|
973
981
|
</div>
|
|
974
982
|
</div>
|
|
975
983
|
</li>
|
|
@@ -978,36 +986,36 @@
|
|
|
978
986
|
<div class="info">
|
|
979
987
|
<div class="rank">
|
|
980
988
|
<span title="Ranking 23">23</span>
|
|
981
|
-
<a href="https://github.com/
|
|
989
|
+
<a href="https://github.com/danny-avila/LibreChat" target="_blank" title="danny-avila/LibreChat">danny-avila/LibreChat</a>
|
|
982
990
|
</div>
|
|
983
991
|
<div class="sub-title followers">
|
|
984
992
|
|
|
985
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
986
|
-
<span style="background-color: #
|
|
993
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
994
|
+
<span style="background-color: #3178c6;"></span>TypeScript
|
|
987
995
|
</a>
|
|
988
996
|
|
|
989
997
|
<span class="star" title="Stargazers Count">
|
|
990
998
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
991
999
|
<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>
|
|
992
1000
|
</svg>
|
|
993
|
-
<span>
|
|
1001
|
+
<span>2926</span>
|
|
994
1002
|
</span>
|
|
995
1003
|
<span class="star" title="Repo Forked">
|
|
996
1004
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
997
1005
|
<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">
|
|
998
1006
|
</path>
|
|
999
1007
|
</svg>
|
|
1000
|
-
<span>
|
|
1008
|
+
<span>715</span>
|
|
1001
1009
|
</span>
|
|
1002
1010
|
<span class="star">
|
|
1003
1011
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1004
1012
|
<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>
|
|
1005
1013
|
</svg>
|
|
1006
|
-
<span>
|
|
1014
|
+
<span>635 stars this week</span>
|
|
1007
1015
|
</span>
|
|
1008
1016
|
</div>
|
|
1009
1017
|
<div class="details">
|
|
1010
|
-
|
|
1018
|
+
Enhanced ChatGPT Clone: Features OpenAI, GPT-4 Vision, Bing, Anthropic, OpenRouter, PaLM 2, AI model switching, message search, langchain, DALL-E-3, ChatGPT Plugins, OpenAI Functions, Secure Multi-User System, Presets, completely open-source for self-hosting. More features in development
|
|
1011
1019
|
</div>
|
|
1012
1020
|
</div>
|
|
1013
1021
|
</li>
|
|
@@ -1016,36 +1024,36 @@
|
|
|
1016
1024
|
<div class="info">
|
|
1017
1025
|
<div class="rank">
|
|
1018
1026
|
<span title="Ranking 24">24</span>
|
|
1019
|
-
<a href="https://github.com/
|
|
1027
|
+
<a href="https://github.com/pocketbase/pocketbase" target="_blank" title="pocketbase/pocketbase">pocketbase/pocketbase</a>
|
|
1020
1028
|
</div>
|
|
1021
1029
|
<div class="sub-title followers">
|
|
1022
1030
|
|
|
1023
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
1024
|
-
<span style="background-color: #
|
|
1031
|
+
<a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
|
|
1032
|
+
<span style="background-color: #00ADD8;"></span>Go
|
|
1025
1033
|
</a>
|
|
1026
1034
|
|
|
1027
1035
|
<span class="star" title="Stargazers Count">
|
|
1028
1036
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1029
1037
|
<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>
|
|
1030
1038
|
</svg>
|
|
1031
|
-
<span>
|
|
1039
|
+
<span>27494</span>
|
|
1032
1040
|
</span>
|
|
1033
1041
|
<span class="star" title="Repo Forked">
|
|
1034
1042
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1035
1043
|
<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">
|
|
1036
1044
|
</path>
|
|
1037
1045
|
</svg>
|
|
1038
|
-
<span>
|
|
1046
|
+
<span>1170</span>
|
|
1039
1047
|
</span>
|
|
1040
1048
|
<span class="star">
|
|
1041
1049
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1042
1050
|
<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>
|
|
1043
1051
|
</svg>
|
|
1044
|
-
<span>
|
|
1052
|
+
<span>433 stars this week</span>
|
|
1045
1053
|
</span>
|
|
1046
1054
|
</div>
|
|
1047
1055
|
<div class="details">
|
|
1048
|
-
|
|
1056
|
+
Open Source realtime backend in 1 file
|
|
1049
1057
|
</div>
|
|
1050
1058
|
</div>
|
|
1051
1059
|
</li>
|
|
@@ -1054,36 +1062,32 @@
|
|
|
1054
1062
|
<div class="info">
|
|
1055
1063
|
<div class="rank">
|
|
1056
1064
|
<span title="Ranking 25">25</span>
|
|
1057
|
-
<a href="https://github.com/
|
|
1065
|
+
<a href="https://github.com/federico-busato/Modern-CPP-Programming" target="_blank" title="federico-busato/Modern-CPP-Programming">federico-busato/Modern-CPP-Programming</a>
|
|
1058
1066
|
</div>
|
|
1059
1067
|
<div class="sub-title followers">
|
|
1060
1068
|
|
|
1061
|
-
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
1062
|
-
<span style="background-color: #3572A5;"></span>Python
|
|
1063
|
-
</a>
|
|
1064
|
-
|
|
1065
1069
|
<span class="star" title="Stargazers Count">
|
|
1066
1070
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1067
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>
|
|
1068
1072
|
</svg>
|
|
1069
|
-
<span>
|
|
1073
|
+
<span>7339</span>
|
|
1070
1074
|
</span>
|
|
1071
1075
|
<span class="star" title="Repo Forked">
|
|
1072
1076
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1073
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">
|
|
1074
1078
|
</path>
|
|
1075
1079
|
</svg>
|
|
1076
|
-
<span>
|
|
1080
|
+
<span>561</span>
|
|
1077
1081
|
</span>
|
|
1078
1082
|
<span class="star">
|
|
1079
1083
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1080
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>
|
|
1081
1085
|
</svg>
|
|
1082
|
-
<span>
|
|
1086
|
+
<span>860 stars this week</span>
|
|
1083
1087
|
</span>
|
|
1084
1088
|
</div>
|
|
1085
1089
|
<div class="details">
|
|
1086
|
-
|
|
1090
|
+
Modern C++ Programming Course (C++11/14/17/20)
|
|
1087
1091
|
</div>
|
|
1088
1092
|
</div>
|
|
1089
1093
|
</li>
|
|
@@ -1107,7 +1111,7 @@
|
|
|
1107
1111
|
<img src="https://img.shields.io/npm/v/@wcj/github-rank.svg?label=unpkg">
|
|
1108
1112
|
</a>
|
|
1109
1113
|
</div>
|
|
1110
|
-
<div class="time">Last cache created on 2023/12/
|
|
1114
|
+
<div class="time">Last cache created on 2023/12/9 by Github API v3.</div>
|
|
1111
1115
|
Create by <a href="https://github.com/jaywcjlove" target="_blank">小弟调调™</a>.
|
|
1112
1116
|
</div>
|
|
1113
1117
|
</body>
|