@wcj/github-rank 24.3.14 → 24.3.16
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 +28685 -28687
- package/dist/trending-daily.json +186 -186
- package/dist/trending-monthly.json +164 -164
- package/dist/trending-weekly.json +181 -181
- package/dist/users.china.json +2549 -2584
- package/dist/users.json +7880 -7880
- package/package.json +1 -1
- package/web/data/repos.json +28685 -28687
- package/web/data/trending-daily.json +186 -186
- package/web/data/trending-monthly.json +164 -164
- package/web/data/trending-weekly.json +181 -181
- package/web/data/users.china.json +2549 -2584
- package/web/data/users.json +7880 -7880
- package/web/index.html +5864 -5864
- package/web/repos.html +3678 -3678
- package/web/trending-monthly.html +157 -157
- package/web/trending-weekly.html +169 -165
- package/web/trending.html +163 -171
- package/web/users.china.html +2041 -2074
package/web/trending.html
CHANGED
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
</a>
|
|
130
130
|
|
|
131
131
|
</h1>
|
|
132
|
-
<div class="time">Last cache created on 2024/3/
|
|
132
|
+
<div class="time">Last cache created on 2024/3/16 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/krahets/hello-algo" target="_blank" title="krahets/hello-algo">krahets/hello-algo</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/java" title="Programming Language Java">
|
|
162
|
+
<span style="background-color: #b07219;"></span>Java
|
|
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>69428</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>8616</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>1338 stars today</span>
|
|
183
183
|
</span>
|
|
184
184
|
</div>
|
|
185
185
|
<div class="details">
|
|
186
|
-
|
|
186
|
+
《Hello 算法》:动画图解、一键运行的数据结构与算法教程,支持 Python, C++, Java, C#, Go, Swift, JS, TS, Dart, Rust, C, Zig 等语言。English edition ongoing
|
|
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/tiangolo/full-stack-fastapi-template" target="_blank" title="tiangolo/full-stack-fastapi-template">tiangolo/full-stack-fastapi-template</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>17974</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>3064</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>1821 stars today</span>
|
|
221
221
|
</span>
|
|
222
222
|
</div>
|
|
223
223
|
<div class="details">
|
|
224
|
-
|
|
224
|
+
Full stack, modern web application template. Using FastAPI, React, SQLModel, PostgreSQL, Docker, GitHub Actions, automatic HTTPS and more.
|
|
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/lavague-ai/LaVague" target="_blank" title="lavague-ai/LaVague">lavague-ai/LaVague</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/python" title="Programming Language Python">
|
|
238
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
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>2284</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>162</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>557 stars today</span>
|
|
259
259
|
</span>
|
|
260
260
|
</div>
|
|
261
261
|
<div class="details">
|
|
262
|
-
|
|
262
|
+
Automate automation with Large Action Model framework
|
|
263
263
|
</div>
|
|
264
264
|
</div>
|
|
265
265
|
</li>
|
|
@@ -268,36 +268,36 @@
|
|
|
268
268
|
<div class="info">
|
|
269
269
|
<div class="rank">
|
|
270
270
|
<span title="Ranking 4">4</span>
|
|
271
|
-
<a href="https://github.com/
|
|
271
|
+
<a href="https://github.com/suyu-emu/suyu" target="_blank" title="suyu-emu/suyu">suyu-emu/suyu</a>
|
|
272
272
|
</div>
|
|
273
273
|
<div class="sub-title followers">
|
|
274
274
|
|
|
275
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
276
|
-
<span style="background-color: #
|
|
275
|
+
<a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
|
|
276
|
+
<span style="background-color: #f34b7d;"></span>C++
|
|
277
277
|
</a>
|
|
278
278
|
|
|
279
279
|
<span class="star" title="Stargazers Count">
|
|
280
280
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
281
281
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
282
282
|
</svg>
|
|
283
|
-
<span>
|
|
283
|
+
<span>1366</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>193</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>429 stars today</span>
|
|
297
297
|
</span>
|
|
298
298
|
</div>
|
|
299
299
|
<div class="details">
|
|
300
|
-
|
|
300
|
+
suyu is the continuation of the world's most popular, open-source, Nintendo Switch emulator, yuzu. It is written in C++ with portability in mind, and we actively maintain builds for Windows, Linux and Android.
|
|
301
301
|
</div>
|
|
302
302
|
</div>
|
|
303
303
|
</li>
|
|
@@ -306,7 +306,7 @@
|
|
|
306
306
|
<div class="info">
|
|
307
307
|
<div class="rank">
|
|
308
308
|
<span title="Ranking 5">5</span>
|
|
309
|
-
<a href="https://github.com/
|
|
309
|
+
<a href="https://github.com/geekan/MetaGPT" target="_blank" title="geekan/MetaGPT">geekan/MetaGPT</a>
|
|
310
310
|
</div>
|
|
311
311
|
<div class="sub-title followers">
|
|
312
312
|
|
|
@@ -318,24 +318,24 @@
|
|
|
318
318
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
319
319
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
320
320
|
</svg>
|
|
321
|
-
<span>
|
|
321
|
+
<span>35645</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>4119</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>346 stars today</span>
|
|
335
335
|
</span>
|
|
336
336
|
</div>
|
|
337
337
|
<div class="details">
|
|
338
|
-
|
|
338
|
+
🌟 The Multi-Agent Framework: Given one line Requirement, return PRD, Design, Tasks, Repo
|
|
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/Mintimate/oh-my-rime" target="_blank" title="Mintimate/oh-my-rime">Mintimate/oh-my-rime</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/lua" title="Programming Language Lua">
|
|
352
|
+
<span style="background-color: #000080;"></span>Lua
|
|
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>944</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>81</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>148 stars today</span>
|
|
373
373
|
</span>
|
|
374
374
|
</div>
|
|
375
375
|
<div class="details">
|
|
376
|
-
|
|
376
|
+
The Simple Config Template Of Rime By Mintimate. QQ Chat-Group: 703260572
|
|
377
377
|
</div>
|
|
378
378
|
</div>
|
|
379
379
|
</li>
|
|
@@ -382,36 +382,36 @@
|
|
|
382
382
|
<div class="info">
|
|
383
383
|
<div class="rank">
|
|
384
384
|
<span title="Ranking 7">7</span>
|
|
385
|
-
<a href="https://github.com/
|
|
385
|
+
<a href="https://github.com/Pythagora-io/gpt-pilot" target="_blank" title="Pythagora-io/gpt-pilot">Pythagora-io/gpt-pilot</a>
|
|
386
386
|
</div>
|
|
387
387
|
<div class="sub-title followers">
|
|
388
388
|
|
|
389
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
390
|
-
<span style="background-color: #
|
|
389
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
390
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
391
391
|
</a>
|
|
392
392
|
|
|
393
393
|
<span class="star" title="Stargazers Count">
|
|
394
394
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
395
395
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
396
396
|
</svg>
|
|
397
|
-
<span>
|
|
397
|
+
<span>23252</span>
|
|
398
398
|
</span>
|
|
399
399
|
<span class="star" title="Repo Forked">
|
|
400
400
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
401
401
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
402
402
|
</path>
|
|
403
403
|
</svg>
|
|
404
|
-
<span>
|
|
404
|
+
<span>2154</span>
|
|
405
405
|
</span>
|
|
406
406
|
<span class="star">
|
|
407
407
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
408
408
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
409
409
|
</svg>
|
|
410
|
-
<span>
|
|
410
|
+
<span>533 stars today</span>
|
|
411
411
|
</span>
|
|
412
412
|
</div>
|
|
413
413
|
<div class="details">
|
|
414
|
-
|
|
414
|
+
The first real AI developer
|
|
415
415
|
</div>
|
|
416
416
|
</div>
|
|
417
417
|
</li>
|
|
@@ -420,36 +420,36 @@
|
|
|
420
420
|
<div class="info">
|
|
421
421
|
<div class="rank">
|
|
422
422
|
<span title="Ranking 8">8</span>
|
|
423
|
-
<a href="https://github.com/
|
|
423
|
+
<a href="https://github.com/diia-open-source/ios-diia" target="_blank" title="diia-open-source/ios-diia">diia-open-source/ios-diia</a>
|
|
424
424
|
</div>
|
|
425
425
|
<div class="sub-title followers">
|
|
426
426
|
|
|
427
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
428
|
-
<span style="background-color: #
|
|
427
|
+
<a class="language" target="_blank" href="https://github.com/topics/swift" title="Programming Language Swift">
|
|
428
|
+
<span style="background-color: #F05138;"></span>Swift
|
|
429
429
|
</a>
|
|
430
430
|
|
|
431
431
|
<span class="star" title="Stargazers Count">
|
|
432
432
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
433
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>
|
|
434
434
|
</svg>
|
|
435
|
-
<span>
|
|
435
|
+
<span>275</span>
|
|
436
436
|
</span>
|
|
437
437
|
<span class="star" title="Repo Forked">
|
|
438
438
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
439
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">
|
|
440
440
|
</path>
|
|
441
441
|
</svg>
|
|
442
|
-
<span>
|
|
442
|
+
<span>48</span>
|
|
443
443
|
</span>
|
|
444
444
|
<span class="star">
|
|
445
445
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
446
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>
|
|
447
447
|
</svg>
|
|
448
|
-
<span>
|
|
448
|
+
<span>60 stars today</span>
|
|
449
449
|
</span>
|
|
450
450
|
</div>
|
|
451
451
|
<div class="details">
|
|
452
|
-
|
|
452
|
+
|
|
453
453
|
</div>
|
|
454
454
|
</div>
|
|
455
455
|
</li>
|
|
@@ -458,7 +458,7 @@
|
|
|
458
458
|
<div class="info">
|
|
459
459
|
<div class="rank">
|
|
460
460
|
<span title="Ranking 9">9</span>
|
|
461
|
-
<a href="https://github.com/
|
|
461
|
+
<a href="https://github.com/danielmiessler/fabric" target="_blank" title="danielmiessler/fabric">danielmiessler/fabric</a>
|
|
462
462
|
</div>
|
|
463
463
|
<div class="sub-title followers">
|
|
464
464
|
|
|
@@ -470,24 +470,24 @@
|
|
|
470
470
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
471
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>
|
|
472
472
|
</svg>
|
|
473
|
-
<span>
|
|
473
|
+
<span>8315</span>
|
|
474
474
|
</span>
|
|
475
475
|
<span class="star" title="Repo Forked">
|
|
476
476
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
477
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">
|
|
478
478
|
</path>
|
|
479
479
|
</svg>
|
|
480
|
-
<span>
|
|
480
|
+
<span>839</span>
|
|
481
481
|
</span>
|
|
482
482
|
<span class="star">
|
|
483
483
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
484
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>
|
|
485
485
|
</svg>
|
|
486
|
-
<span>
|
|
486
|
+
<span>405 stars today</span>
|
|
487
487
|
</span>
|
|
488
488
|
</div>
|
|
489
489
|
<div class="details">
|
|
490
|
-
|
|
490
|
+
fabric is an open-source framework for augmenting humans using AI. It provides a modular framework for solving specific problems using a crowdsourced set of AI prompts that can be used anywhere.
|
|
491
491
|
</div>
|
|
492
492
|
</div>
|
|
493
493
|
</li>
|
|
@@ -496,36 +496,32 @@
|
|
|
496
496
|
<div class="info">
|
|
497
497
|
<div class="rank">
|
|
498
498
|
<span title="Ranking 10">10</span>
|
|
499
|
-
<a href="https://github.com/
|
|
499
|
+
<a href="https://github.com/DataEngineer-io/data-engineer-handbook" target="_blank" title="DataEngineer-io/data-engineer-handbook">DataEngineer-io/data-engineer-handbook</a>
|
|
500
500
|
</div>
|
|
501
501
|
<div class="sub-title followers">
|
|
502
502
|
|
|
503
|
-
<a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
|
|
504
|
-
<span style="background-color: #dea584;"></span>Rust
|
|
505
|
-
</a>
|
|
506
|
-
|
|
507
503
|
<span class="star" title="Stargazers Count">
|
|
508
504
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
509
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>
|
|
510
506
|
</svg>
|
|
511
|
-
<span>
|
|
507
|
+
<span>7091</span>
|
|
512
508
|
</span>
|
|
513
509
|
<span class="star" title="Repo Forked">
|
|
514
510
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
515
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">
|
|
516
512
|
</path>
|
|
517
513
|
</svg>
|
|
518
|
-
<span>
|
|
514
|
+
<span>1013</span>
|
|
519
515
|
</span>
|
|
520
516
|
<span class="star">
|
|
521
517
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
522
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>
|
|
523
519
|
</svg>
|
|
524
|
-
<span>
|
|
520
|
+
<span>54 stars today</span>
|
|
525
521
|
</span>
|
|
526
522
|
</div>
|
|
527
523
|
<div class="details">
|
|
528
|
-
|
|
524
|
+
This is a repo with links to everything you'd ever want to learn about data engineering
|
|
529
525
|
</div>
|
|
530
526
|
</div>
|
|
531
527
|
</li>
|
|
@@ -534,7 +530,7 @@
|
|
|
534
530
|
<div class="info">
|
|
535
531
|
<div class="rank">
|
|
536
532
|
<span title="Ranking 11">11</span>
|
|
537
|
-
<a href="https://github.com/
|
|
533
|
+
<a href="https://github.com/jordan-cutler/path-to-senior-engineer-handbook" target="_blank" title="jordan-cutler/path-to-senior-engineer-handbook">jordan-cutler/path-to-senior-engineer-handbook</a>
|
|
538
534
|
</div>
|
|
539
535
|
<div class="sub-title followers">
|
|
540
536
|
|
|
@@ -542,24 +538,24 @@
|
|
|
542
538
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
543
539
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
544
540
|
</svg>
|
|
545
|
-
<span>
|
|
541
|
+
<span>8230</span>
|
|
546
542
|
</span>
|
|
547
543
|
<span class="star" title="Repo Forked">
|
|
548
544
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
549
545
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
550
546
|
</path>
|
|
551
547
|
</svg>
|
|
552
|
-
<span>
|
|
548
|
+
<span>781</span>
|
|
553
549
|
</span>
|
|
554
550
|
<span class="star">
|
|
555
551
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
556
552
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
557
553
|
</svg>
|
|
558
|
-
<span>
|
|
554
|
+
<span>65 stars today</span>
|
|
559
555
|
</span>
|
|
560
556
|
</div>
|
|
561
557
|
<div class="details">
|
|
562
|
-
|
|
558
|
+
All the resources you need to get to Senior Engineer and beyond
|
|
563
559
|
</div>
|
|
564
560
|
</div>
|
|
565
561
|
</li>
|
|
@@ -580,20 +576,20 @@
|
|
|
580
576
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
581
577
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
582
578
|
</svg>
|
|
583
|
-
<span>
|
|
579
|
+
<span>3266</span>
|
|
584
580
|
</span>
|
|
585
581
|
<span class="star" title="Repo Forked">
|
|
586
582
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
587
583
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
588
584
|
</path>
|
|
589
585
|
</svg>
|
|
590
|
-
<span>
|
|
586
|
+
<span>134</span>
|
|
591
587
|
</span>
|
|
592
588
|
<span class="star">
|
|
593
589
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
594
590
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
595
591
|
</svg>
|
|
596
|
-
<span>
|
|
592
|
+
<span>853 stars today</span>
|
|
597
593
|
</span>
|
|
598
594
|
</div>
|
|
599
595
|
<div class="details">
|
|
@@ -606,36 +602,36 @@
|
|
|
606
602
|
<div class="info">
|
|
607
603
|
<div class="rank">
|
|
608
604
|
<span title="Ranking 13">13</span>
|
|
609
|
-
<a href="https://github.com/
|
|
605
|
+
<a href="https://github.com/princeton-nlp/SWE-bench" target="_blank" title="princeton-nlp/SWE-bench">princeton-nlp/SWE-bench</a>
|
|
610
606
|
</div>
|
|
611
607
|
<div class="sub-title followers">
|
|
612
608
|
|
|
613
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
614
|
-
<span style="background-color: #
|
|
609
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
610
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
615
611
|
</a>
|
|
616
612
|
|
|
617
613
|
<span class="star" title="Stargazers Count">
|
|
618
614
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
619
615
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
620
616
|
</svg>
|
|
621
|
-
<span>
|
|
617
|
+
<span>575</span>
|
|
622
618
|
</span>
|
|
623
619
|
<span class="star" title="Repo Forked">
|
|
624
620
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
625
621
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
626
622
|
</path>
|
|
627
623
|
</svg>
|
|
628
|
-
<span>
|
|
624
|
+
<span>75</span>
|
|
629
625
|
</span>
|
|
630
626
|
<span class="star">
|
|
631
627
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
632
628
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
633
629
|
</svg>
|
|
634
|
-
<span>
|
|
630
|
+
<span>38 stars today</span>
|
|
635
631
|
</span>
|
|
636
632
|
</div>
|
|
637
633
|
<div class="details">
|
|
638
|
-
|
|
634
|
+
[ICLR 2024] SWE-Bench: Can Language Models Resolve Real-world Github Issues?
|
|
639
635
|
</div>
|
|
640
636
|
</div>
|
|
641
637
|
</li>
|
|
@@ -644,36 +640,36 @@
|
|
|
644
640
|
<div class="info">
|
|
645
641
|
<div class="rank">
|
|
646
642
|
<span title="Ranking 14">14</span>
|
|
647
|
-
<a href="https://github.com/
|
|
643
|
+
<a href="https://github.com/tk04/Marker" target="_blank" title="tk04/Marker">tk04/Marker</a>
|
|
648
644
|
</div>
|
|
649
645
|
<div class="sub-title followers">
|
|
650
646
|
|
|
651
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
652
|
-
<span style="background-color: #
|
|
647
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
648
|
+
<span style="background-color: #3178c6;"></span>TypeScript
|
|
653
649
|
</a>
|
|
654
650
|
|
|
655
651
|
<span class="star" title="Stargazers Count">
|
|
656
652
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
657
653
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
658
654
|
</svg>
|
|
659
|
-
<span>
|
|
655
|
+
<span>707</span>
|
|
660
656
|
</span>
|
|
661
657
|
<span class="star" title="Repo Forked">
|
|
662
658
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
663
659
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
664
660
|
</path>
|
|
665
661
|
</svg>
|
|
666
|
-
<span>
|
|
662
|
+
<span>26</span>
|
|
667
663
|
</span>
|
|
668
664
|
<span class="star">
|
|
669
665
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
670
666
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
671
667
|
</svg>
|
|
672
|
-
<span>
|
|
668
|
+
<span>74 stars today</span>
|
|
673
669
|
</span>
|
|
674
670
|
</div>
|
|
675
671
|
<div class="details">
|
|
676
|
-
|
|
672
|
+
A Desktop App for Easily Viewing and Editing Markdown Files
|
|
677
673
|
</div>
|
|
678
674
|
</div>
|
|
679
675
|
</li>
|
|
@@ -682,36 +678,36 @@
|
|
|
682
678
|
<div class="info">
|
|
683
679
|
<div class="rank">
|
|
684
680
|
<span title="Ranking 15">15</span>
|
|
685
|
-
<a href="https://github.com/
|
|
681
|
+
<a href="https://github.com/redis/go-redis" target="_blank" title="redis/go-redis">redis/go-redis</a>
|
|
686
682
|
</div>
|
|
687
683
|
<div class="sub-title followers">
|
|
688
684
|
|
|
689
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
690
|
-
<span style="background-color: #
|
|
685
|
+
<a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
|
|
686
|
+
<span style="background-color: #00ADD8;"></span>Go
|
|
691
687
|
</a>
|
|
692
688
|
|
|
693
689
|
<span class="star" title="Stargazers Count">
|
|
694
690
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
695
691
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
696
692
|
</svg>
|
|
697
|
-
<span>
|
|
693
|
+
<span>19024</span>
|
|
698
694
|
</span>
|
|
699
695
|
<span class="star" title="Repo Forked">
|
|
700
696
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
701
697
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
702
698
|
</path>
|
|
703
699
|
</svg>
|
|
704
|
-
<span>
|
|
700
|
+
<span>2258</span>
|
|
705
701
|
</span>
|
|
706
702
|
<span class="star">
|
|
707
703
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
708
704
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
709
705
|
</svg>
|
|
710
|
-
<span>
|
|
706
|
+
<span>130 stars today</span>
|
|
711
707
|
</span>
|
|
712
708
|
</div>
|
|
713
709
|
<div class="details">
|
|
714
|
-
|
|
710
|
+
Redis Go client
|
|
715
711
|
</div>
|
|
716
712
|
</div>
|
|
717
713
|
</li>
|
|
@@ -720,36 +716,36 @@
|
|
|
720
716
|
<div class="info">
|
|
721
717
|
<div class="rank">
|
|
722
718
|
<span title="Ranking 16">16</span>
|
|
723
|
-
<a href="https://github.com/
|
|
719
|
+
<a href="https://github.com/deepseek-ai/DeepSeek-VL" target="_blank" title="deepseek-ai/DeepSeek-VL">deepseek-ai/DeepSeek-VL</a>
|
|
724
720
|
</div>
|
|
725
721
|
<div class="sub-title followers">
|
|
726
722
|
|
|
727
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
728
|
-
<span style="background-color: #
|
|
723
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
724
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
729
725
|
</a>
|
|
730
726
|
|
|
731
727
|
<span class="star" title="Stargazers Count">
|
|
732
728
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
733
729
|
<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>
|
|
734
730
|
</svg>
|
|
735
|
-
<span>
|
|
731
|
+
<span>1148</span>
|
|
736
732
|
</span>
|
|
737
733
|
<span class="star" title="Repo Forked">
|
|
738
734
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
739
735
|
<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">
|
|
740
736
|
</path>
|
|
741
737
|
</svg>
|
|
742
|
-
<span>
|
|
738
|
+
<span>120</span>
|
|
743
739
|
</span>
|
|
744
740
|
<span class="star">
|
|
745
741
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
746
742
|
<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>
|
|
747
743
|
</svg>
|
|
748
|
-
<span>
|
|
744
|
+
<span>250 stars today</span>
|
|
749
745
|
</span>
|
|
750
746
|
</div>
|
|
751
747
|
<div class="details">
|
|
752
|
-
|
|
748
|
+
DeepSeek-VL: Towards Real-World Vision-Language Understanding
|
|
753
749
|
</div>
|
|
754
750
|
</div>
|
|
755
751
|
</li>
|
|
@@ -758,36 +754,36 @@
|
|
|
758
754
|
<div class="info">
|
|
759
755
|
<div class="rank">
|
|
760
756
|
<span title="Ranking 17">17</span>
|
|
761
|
-
<a href="https://github.com/
|
|
757
|
+
<a href="https://github.com/lionsoul2014/ip2region" target="_blank" title="lionsoul2014/ip2region">lionsoul2014/ip2region</a>
|
|
762
758
|
</div>
|
|
763
759
|
<div class="sub-title followers">
|
|
764
760
|
|
|
765
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
766
|
-
<span style="background-color: #
|
|
761
|
+
<a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
|
|
762
|
+
<span style="background-color: #00ADD8;"></span>Go
|
|
767
763
|
</a>
|
|
768
764
|
|
|
769
765
|
<span class="star" title="Stargazers Count">
|
|
770
766
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
771
767
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
772
768
|
</svg>
|
|
773
|
-
<span>
|
|
769
|
+
<span>15419</span>
|
|
774
770
|
</span>
|
|
775
771
|
<span class="star" title="Repo Forked">
|
|
776
772
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
777
773
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
778
774
|
</path>
|
|
779
775
|
</svg>
|
|
780
|
-
<span>
|
|
776
|
+
<span>2629</span>
|
|
781
777
|
</span>
|
|
782
778
|
<span class="star">
|
|
783
779
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
784
780
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
785
781
|
</svg>
|
|
786
|
-
<span>
|
|
782
|
+
<span>55 stars today</span>
|
|
787
783
|
</span>
|
|
788
784
|
</div>
|
|
789
785
|
<div class="details">
|
|
790
|
-
|
|
786
|
+
Ip2region (2.0 - xdb) is a offline IP address manager framework and locator, support billions of data segments, ten microsecond searching performance. xdb engine implementation for many programming languages
|
|
791
787
|
</div>
|
|
792
788
|
</div>
|
|
793
789
|
</li>
|
|
@@ -796,36 +792,36 @@
|
|
|
796
792
|
<div class="info">
|
|
797
793
|
<div class="rank">
|
|
798
794
|
<span title="Ranking 18">18</span>
|
|
799
|
-
<a href="https://github.com/
|
|
795
|
+
<a href="https://github.com/dotnet/aspnetcore" target="_blank" title="dotnet/aspnetcore">dotnet/aspnetcore</a>
|
|
800
796
|
</div>
|
|
801
797
|
<div class="sub-title followers">
|
|
802
798
|
|
|
803
|
-
<a class="language" target="_blank" href="https://github.com/topics/c" title="Programming Language C">
|
|
804
|
-
<span style="background-color: #
|
|
799
|
+
<a class="language" target="_blank" href="https://github.com/topics/c#" title="Programming Language C#">
|
|
800
|
+
<span style="background-color: #178600;"></span>C#
|
|
805
801
|
</a>
|
|
806
802
|
|
|
807
803
|
<span class="star" title="Stargazers Count">
|
|
808
804
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
809
805
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
810
806
|
</svg>
|
|
811
|
-
<span>
|
|
807
|
+
<span>34087</span>
|
|
812
808
|
</span>
|
|
813
809
|
<span class="star" title="Repo Forked">
|
|
814
810
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
815
811
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
816
812
|
</path>
|
|
817
813
|
</svg>
|
|
818
|
-
<span>
|
|
814
|
+
<span>9613</span>
|
|
819
815
|
</span>
|
|
820
816
|
<span class="star">
|
|
821
817
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
822
818
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
823
819
|
</svg>
|
|
824
|
-
<span>
|
|
820
|
+
<span>168 stars today</span>
|
|
825
821
|
</span>
|
|
826
822
|
</div>
|
|
827
823
|
<div class="details">
|
|
828
|
-
|
|
824
|
+
ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
|
|
829
825
|
</div>
|
|
830
826
|
</div>
|
|
831
827
|
</li>
|
|
@@ -834,36 +830,32 @@
|
|
|
834
830
|
<div class="info">
|
|
835
831
|
<div class="rank">
|
|
836
832
|
<span title="Ranking 19">19</span>
|
|
837
|
-
<a href="https://github.com/
|
|
833
|
+
<a href="https://github.com/gregorojstersek/resources-to-become-a-great-engineering-leader" target="_blank" title="gregorojstersek/resources-to-become-a-great-engineering-leader">gregorojstersek/resources-to-become-a-great-engineering-leader</a>
|
|
838
834
|
</div>
|
|
839
835
|
<div class="sub-title followers">
|
|
840
836
|
|
|
841
|
-
<a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
|
|
842
|
-
<span style="background-color: #00ADD8;"></span>Go
|
|
843
|
-
</a>
|
|
844
|
-
|
|
845
837
|
<span class="star" title="Stargazers Count">
|
|
846
838
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
847
839
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
848
840
|
</svg>
|
|
849
|
-
<span>
|
|
841
|
+
<span>1222</span>
|
|
850
842
|
</span>
|
|
851
843
|
<span class="star" title="Repo Forked">
|
|
852
844
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
853
845
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
854
846
|
</path>
|
|
855
847
|
</svg>
|
|
856
|
-
<span>
|
|
848
|
+
<span>136</span>
|
|
857
849
|
</span>
|
|
858
850
|
<span class="star">
|
|
859
851
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
860
852
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
861
853
|
</svg>
|
|
862
|
-
<span>
|
|
854
|
+
<span>46 stars today</span>
|
|
863
855
|
</span>
|
|
864
856
|
</div>
|
|
865
857
|
<div class="details">
|
|
866
|
-
|
|
858
|
+
List of books, blogs, newsletters and people!
|
|
867
859
|
</div>
|
|
868
860
|
</div>
|
|
869
861
|
</li>
|
|
@@ -872,36 +864,36 @@
|
|
|
872
864
|
<div class="info">
|
|
873
865
|
<div class="rank">
|
|
874
866
|
<span title="Ranking 20">20</span>
|
|
875
|
-
<a href="https://github.com/
|
|
867
|
+
<a href="https://github.com/valinet/ExplorerPatcher" target="_blank" title="valinet/ExplorerPatcher">valinet/ExplorerPatcher</a>
|
|
876
868
|
</div>
|
|
877
869
|
<div class="sub-title followers">
|
|
878
870
|
|
|
879
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
880
|
-
<span style="background-color: #
|
|
871
|
+
<a class="language" target="_blank" href="https://github.com/topics/c" title="Programming Language C">
|
|
872
|
+
<span style="background-color: #555555;"></span>C
|
|
881
873
|
</a>
|
|
882
874
|
|
|
883
875
|
<span class="star" title="Stargazers Count">
|
|
884
876
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
885
877
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
886
878
|
</svg>
|
|
887
|
-
<span>
|
|
879
|
+
<span>20675</span>
|
|
888
880
|
</span>
|
|
889
881
|
<span class="star" title="Repo Forked">
|
|
890
882
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
891
883
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
892
884
|
</path>
|
|
893
885
|
</svg>
|
|
894
|
-
<span>
|
|
886
|
+
<span>932</span>
|
|
895
887
|
</span>
|
|
896
888
|
<span class="star">
|
|
897
889
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
898
890
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
899
891
|
</svg>
|
|
900
|
-
<span>
|
|
892
|
+
<span>42 stars today</span>
|
|
901
893
|
</span>
|
|
902
894
|
</div>
|
|
903
895
|
<div class="details">
|
|
904
|
-
|
|
896
|
+
This project aims to enhance the working environment on Windows
|
|
905
897
|
</div>
|
|
906
898
|
</div>
|
|
907
899
|
</li>
|
|
@@ -910,36 +902,36 @@
|
|
|
910
902
|
<div class="info">
|
|
911
903
|
<div class="rank">
|
|
912
904
|
<span title="Ranking 21">21</span>
|
|
913
|
-
<a href="https://github.com/
|
|
905
|
+
<a href="https://github.com/diia-open-source/android-diia" target="_blank" title="diia-open-source/android-diia">diia-open-source/android-diia</a>
|
|
914
906
|
</div>
|
|
915
907
|
<div class="sub-title followers">
|
|
916
908
|
|
|
917
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
918
|
-
<span style="background-color: #
|
|
909
|
+
<a class="language" target="_blank" href="https://github.com/topics/kotlin" title="Programming Language Kotlin">
|
|
910
|
+
<span style="background-color: #A97BFF;"></span>Kotlin
|
|
919
911
|
</a>
|
|
920
912
|
|
|
921
913
|
<span class="star" title="Stargazers Count">
|
|
922
914
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
923
915
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
924
916
|
</svg>
|
|
925
|
-
<span>
|
|
917
|
+
<span>366</span>
|
|
926
918
|
</span>
|
|
927
919
|
<span class="star" title="Repo Forked">
|
|
928
920
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
929
921
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
930
922
|
</path>
|
|
931
923
|
</svg>
|
|
932
|
-
<span>
|
|
924
|
+
<span>45</span>
|
|
933
925
|
</span>
|
|
934
926
|
<span class="star">
|
|
935
927
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
936
928
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
937
929
|
</svg>
|
|
938
|
-
<span>
|
|
930
|
+
<span>65 stars today</span>
|
|
939
931
|
</span>
|
|
940
932
|
</div>
|
|
941
933
|
<div class="details">
|
|
942
|
-
|
|
934
|
+
|
|
943
935
|
</div>
|
|
944
936
|
</div>
|
|
945
937
|
</li>
|
|
@@ -948,36 +940,36 @@
|
|
|
948
940
|
<div class="info">
|
|
949
941
|
<div class="rank">
|
|
950
942
|
<span title="Ranking 22">22</span>
|
|
951
|
-
<a href="https://github.com/
|
|
943
|
+
<a href="https://github.com/Altinity/clickhouse-operator" target="_blank" title="Altinity/clickhouse-operator">Altinity/clickhouse-operator</a>
|
|
952
944
|
</div>
|
|
953
945
|
<div class="sub-title followers">
|
|
954
946
|
|
|
955
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
956
|
-
<span style="background-color: #
|
|
947
|
+
<a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
|
|
948
|
+
<span style="background-color: #00ADD8;"></span>Go
|
|
957
949
|
</a>
|
|
958
950
|
|
|
959
951
|
<span class="star" title="Stargazers Count">
|
|
960
952
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
961
953
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
962
954
|
</svg>
|
|
963
|
-
<span>
|
|
955
|
+
<span>1667</span>
|
|
964
956
|
</span>
|
|
965
957
|
<span class="star" title="Repo Forked">
|
|
966
958
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
967
959
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
968
960
|
</path>
|
|
969
961
|
</svg>
|
|
970
|
-
<span>
|
|
962
|
+
<span>432</span>
|
|
971
963
|
</span>
|
|
972
964
|
<span class="star">
|
|
973
965
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
974
966
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
975
967
|
</svg>
|
|
976
|
-
<span>
|
|
968
|
+
<span>10 stars today</span>
|
|
977
969
|
</span>
|
|
978
970
|
</div>
|
|
979
971
|
<div class="details">
|
|
980
|
-
|
|
972
|
+
Altinity Kubernetes Operator for ClickHouse creates, configures and manages ClickHouse clusters running on Kubernetes
|
|
981
973
|
</div>
|
|
982
974
|
</div>
|
|
983
975
|
</li>
|
|
@@ -986,36 +978,36 @@
|
|
|
986
978
|
<div class="info">
|
|
987
979
|
<div class="rank">
|
|
988
980
|
<span title="Ranking 23">23</span>
|
|
989
|
-
<a href="https://github.com/
|
|
981
|
+
<a href="https://github.com/xiaolai/everyone-can-use-english" target="_blank" title="xiaolai/everyone-can-use-english">xiaolai/everyone-can-use-english</a>
|
|
990
982
|
</div>
|
|
991
983
|
<div class="sub-title followers">
|
|
992
984
|
|
|
993
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
994
|
-
<span style="background-color: #
|
|
985
|
+
<a class="language" target="_blank" href="https://github.com/topics/jupyternotebook" title="Programming Language JupyterNotebook">
|
|
986
|
+
<span style="background-color: #DA5B0B;"></span>JupyterNotebook
|
|
995
987
|
</a>
|
|
996
988
|
|
|
997
989
|
<span class="star" title="Stargazers Count">
|
|
998
990
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
999
991
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
1000
992
|
</svg>
|
|
1001
|
-
<span>
|
|
993
|
+
<span>18553</span>
|
|
1002
994
|
</span>
|
|
1003
995
|
<span class="star" title="Repo Forked">
|
|
1004
996
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1005
997
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
1006
998
|
</path>
|
|
1007
999
|
</svg>
|
|
1008
|
-
<span>
|
|
1000
|
+
<span>3076</span>
|
|
1009
1001
|
</span>
|
|
1010
1002
|
<span class="star">
|
|
1011
1003
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1012
1004
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
1013
1005
|
</svg>
|
|
1014
|
-
<span>
|
|
1006
|
+
<span>65 stars today</span>
|
|
1015
1007
|
</span>
|
|
1016
1008
|
</div>
|
|
1017
1009
|
<div class="details">
|
|
1018
|
-
|
|
1010
|
+
人人都能用英语
|
|
1019
1011
|
</div>
|
|
1020
1012
|
</div>
|
|
1021
1013
|
</li>
|
|
@@ -1024,36 +1016,36 @@
|
|
|
1024
1016
|
<div class="info">
|
|
1025
1017
|
<div class="rank">
|
|
1026
1018
|
<span title="Ranking 24">24</span>
|
|
1027
|
-
<a href="https://github.com/
|
|
1019
|
+
<a href="https://github.com/google/googletest" target="_blank" title="google/googletest">google/googletest</a>
|
|
1028
1020
|
</div>
|
|
1029
1021
|
<div class="sub-title followers">
|
|
1030
1022
|
|
|
1031
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
1032
|
-
<span style="background-color: #
|
|
1023
|
+
<a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
|
|
1024
|
+
<span style="background-color: #f34b7d;"></span>C++
|
|
1033
1025
|
</a>
|
|
1034
1026
|
|
|
1035
1027
|
<span class="star" title="Stargazers Count">
|
|
1036
1028
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1037
1029
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
1038
1030
|
</svg>
|
|
1039
|
-
<span>
|
|
1031
|
+
<span>32369</span>
|
|
1040
1032
|
</span>
|
|
1041
1033
|
<span class="star" title="Repo Forked">
|
|
1042
1034
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1043
1035
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
1044
1036
|
</path>
|
|
1045
1037
|
</svg>
|
|
1046
|
-
<span>
|
|
1038
|
+
<span>9701</span>
|
|
1047
1039
|
</span>
|
|
1048
1040
|
<span class="star">
|
|
1049
1041
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1050
1042
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
1051
1043
|
</svg>
|
|
1052
|
-
<span>
|
|
1044
|
+
<span>15 stars today</span>
|
|
1053
1045
|
</span>
|
|
1054
1046
|
</div>
|
|
1055
1047
|
<div class="details">
|
|
1056
|
-
|
|
1048
|
+
GoogleTest - Google Testing and Mocking Framework
|
|
1057
1049
|
</div>
|
|
1058
1050
|
</div>
|
|
1059
1051
|
</li>
|
|
@@ -1062,36 +1054,36 @@
|
|
|
1062
1054
|
<div class="info">
|
|
1063
1055
|
<div class="rank">
|
|
1064
1056
|
<span title="Ranking 25">25</span>
|
|
1065
|
-
<a href="https://github.com/
|
|
1057
|
+
<a href="https://github.com/marticliment/WingetUI" target="_blank" title="marticliment/WingetUI">marticliment/WingetUI</a>
|
|
1066
1058
|
</div>
|
|
1067
1059
|
<div class="sub-title followers">
|
|
1068
1060
|
|
|
1069
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
1070
|
-
<span style="background-color: #
|
|
1061
|
+
<a class="language" target="_blank" href="https://github.com/topics/c#" title="Programming Language C#">
|
|
1062
|
+
<span style="background-color: #178600;"></span>C#
|
|
1071
1063
|
</a>
|
|
1072
1064
|
|
|
1073
1065
|
<span class="star" title="Stargazers Count">
|
|
1074
1066
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1075
1067
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
1076
1068
|
</svg>
|
|
1077
|
-
<span>
|
|
1069
|
+
<span>7472</span>
|
|
1078
1070
|
</span>
|
|
1079
1071
|
<span class="star" title="Repo Forked">
|
|
1080
1072
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1081
1073
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
1082
1074
|
</path>
|
|
1083
1075
|
</svg>
|
|
1084
|
-
<span>
|
|
1076
|
+
<span>244</span>
|
|
1085
1077
|
</span>
|
|
1086
1078
|
<span class="star">
|
|
1087
1079
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1088
1080
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
1089
1081
|
</svg>
|
|
1090
|
-
<span>
|
|
1082
|
+
<span>34 stars today</span>
|
|
1091
1083
|
</span>
|
|
1092
1084
|
</div>
|
|
1093
1085
|
<div class="details">
|
|
1094
|
-
|
|
1086
|
+
WingetUI: A better UI for your package managers
|
|
1095
1087
|
</div>
|
|
1096
1088
|
</div>
|
|
1097
1089
|
</li>
|
|
@@ -1115,7 +1107,7 @@
|
|
|
1115
1107
|
<img src="https://img.shields.io/npm/v/@wcj/github-rank.svg?label=unpkg">
|
|
1116
1108
|
</a>
|
|
1117
1109
|
</div>
|
|
1118
|
-
<div class="time">Last cache created on 2024/3/
|
|
1110
|
+
<div class="time">Last cache created on 2024/3/16 by Github API v3.</div>
|
|
1119
1111
|
Create by <a href="https://github.com/jaywcjlove" target="_blank">小弟调调™</a>.
|
|
1120
1112
|
</div>
|
|
1121
1113
|
</body>
|