@wcj/github-rank 24.7.12 → 24.7.14
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 +26625 -26625
- package/dist/trending-daily.json +110 -110
- package/dist/trending-monthly.json +119 -130
- package/dist/trending-weekly.json +116 -116
- package/dist/users.china.json +1366 -1366
- package/dist/users.json +4896 -4896
- package/dist/users.org.json +386 -386
- package/package.json +1 -1
- package/web/data/repos.json +26625 -26625
- package/web/data/trending-daily.json +110 -110
- package/web/data/trending-monthly.json +119 -130
- package/web/data/trending-weekly.json +116 -116
- package/web/data/users.china.json +1366 -1366
- package/web/data/users.json +4896 -4896
- package/web/data/users.org.json +386 -386
- package/web/index.html +5114 -5118
- package/web/org.html +297 -297
- package/web/repos.html +3240 -3240
- package/web/trending-monthly.html +116 -154
- package/web/trending-weekly.html +105 -105
- package/web/trending.html +102 -98
- package/web/users.china.html +1370 -1370
|
@@ -1,156 +1,156 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
|
-
"full_name": "
|
|
4
|
-
"language": "Go",
|
|
5
|
-
"color": "#00ADD8",
|
|
6
|
-
"description": "The Go language implementation of gRPC. HTTP/2 based RPC",
|
|
7
|
-
"forked": "4270",
|
|
8
|
-
"stargazers_count": 20431,
|
|
9
|
-
"todayStar": "76 stars today",
|
|
10
|
-
"html_url": "https://github.com/grpc/grpc-go",
|
|
11
|
-
"rank": 1
|
|
12
|
-
},
|
|
13
|
-
{
|
|
14
|
-
"full_name": "yuliskov/SmartTube",
|
|
3
|
+
"full_name": "krahets/hello-algo",
|
|
15
4
|
"language": "Java",
|
|
16
5
|
"color": "#b07219",
|
|
17
|
-
"description": "
|
|
18
|
-
"forked": "
|
|
19
|
-
"stargazers_count":
|
|
20
|
-
"todayStar": "
|
|
21
|
-
"html_url": "https://github.com/
|
|
22
|
-
"rank":
|
|
6
|
+
"description": "《Hello 算法》:动画图解、一键运行的数据结构与算法教程。支持 Python, Java, C++, C, C#, JS, Go, Swift, Rust, Ruby, Kotlin, TS, Dart 代码。简体版和繁体版同步更新,English version ongoing",
|
|
7
|
+
"forked": "10395",
|
|
8
|
+
"stargazers_count": 81838,
|
|
9
|
+
"todayStar": "597 stars today",
|
|
10
|
+
"html_url": "https://github.com/krahets/hello-algo",
|
|
11
|
+
"rank": 1
|
|
23
12
|
},
|
|
24
13
|
{
|
|
25
|
-
"full_name": "
|
|
26
|
-
"language": "",
|
|
27
|
-
"color": "",
|
|
28
|
-
"description": "
|
|
29
|
-
"forked": "
|
|
30
|
-
"stargazers_count":
|
|
31
|
-
"todayStar": "
|
|
32
|
-
"html_url": "https://github.com/
|
|
33
|
-
"rank":
|
|
14
|
+
"full_name": "TabbyML/tabby",
|
|
15
|
+
"language": "Rust",
|
|
16
|
+
"color": "#dea584",
|
|
17
|
+
"description": "Self-hosted AI coding assistant",
|
|
18
|
+
"forked": "839",
|
|
19
|
+
"stargazers_count": 18838,
|
|
20
|
+
"todayStar": "256 stars today",
|
|
21
|
+
"html_url": "https://github.com/TabbyML/tabby",
|
|
22
|
+
"rank": 2
|
|
34
23
|
},
|
|
35
24
|
{
|
|
36
25
|
"full_name": "nvm-sh/nvm",
|
|
37
26
|
"language": "Shell",
|
|
38
27
|
"color": "#89e051",
|
|
39
28
|
"description": "Node Version Manager - POSIX-compliant bash script to manage multiple active node.js versions",
|
|
40
|
-
"forked": "
|
|
41
|
-
"stargazers_count":
|
|
42
|
-
"todayStar": "
|
|
29
|
+
"forked": "7805",
|
|
30
|
+
"stargazers_count": 77597,
|
|
31
|
+
"todayStar": "85 stars today",
|
|
43
32
|
"html_url": "https://github.com/nvm-sh/nvm",
|
|
33
|
+
"rank": 3
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"full_name": "apify/crawlee-python",
|
|
37
|
+
"language": "Python",
|
|
38
|
+
"color": "#3572A5",
|
|
39
|
+
"description": "Crawlee—A web scraping and browser automation library for Python to build reliable crawlers. Extract data for AI, LLMs, RAG, or GPTs. Download HTML, PDF, JPG, PNG, and other files from websites. Works with BeautifulSoup, Playwright, and raw HTTP. Both headful and headless mode. With proxy rotation.",
|
|
40
|
+
"forked": "108",
|
|
41
|
+
"stargazers_count": 1485,
|
|
42
|
+
"todayStar": "298 stars today",
|
|
43
|
+
"html_url": "https://github.com/apify/crawlee-python",
|
|
44
44
|
"rank": 4
|
|
45
45
|
},
|
|
46
46
|
{
|
|
47
|
-
"full_name": "
|
|
48
|
-
"language": "
|
|
49
|
-
"color": "#
|
|
50
|
-
"description": "
|
|
51
|
-
"forked": "
|
|
52
|
-
"stargazers_count":
|
|
53
|
-
"todayStar": "
|
|
54
|
-
"html_url": "https://github.com/
|
|
47
|
+
"full_name": "szimek/sharedrop",
|
|
48
|
+
"language": "JavaScript",
|
|
49
|
+
"color": "#f1e05a",
|
|
50
|
+
"description": "Easy P2P file transfer powered by WebRTC - inspired by Apple AirDrop",
|
|
51
|
+
"forked": "671",
|
|
52
|
+
"stargazers_count": 9118,
|
|
53
|
+
"todayStar": "40 stars today",
|
|
54
|
+
"html_url": "https://github.com/szimek/sharedrop",
|
|
55
55
|
"rank": 5
|
|
56
56
|
},
|
|
57
57
|
{
|
|
58
|
-
"full_name": "
|
|
59
|
-
"language": "
|
|
60
|
-
"color": "#
|
|
61
|
-
"description": "
|
|
62
|
-
"forked": "
|
|
63
|
-
"stargazers_count":
|
|
64
|
-
"todayStar": "
|
|
65
|
-
"html_url": "https://github.com/
|
|
58
|
+
"full_name": "Significant-Gravitas/AutoGPT",
|
|
59
|
+
"language": "Python",
|
|
60
|
+
"color": "#3572A5",
|
|
61
|
+
"description": "AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission is to provide the tools, so that you can focus on what matters.",
|
|
62
|
+
"forked": "43595",
|
|
63
|
+
"stargazers_count": 164137,
|
|
64
|
+
"todayStar": "36 stars today",
|
|
65
|
+
"html_url": "https://github.com/Significant-Gravitas/AutoGPT",
|
|
66
66
|
"rank": 6
|
|
67
67
|
},
|
|
68
68
|
{
|
|
69
|
-
"full_name": "
|
|
70
|
-
"language": "
|
|
71
|
-
"color": "#
|
|
72
|
-
"description": "The
|
|
73
|
-
"forked": "
|
|
74
|
-
"stargazers_count":
|
|
75
|
-
"todayStar": "
|
|
76
|
-
"html_url": "https://github.com/
|
|
69
|
+
"full_name": "grpc/grpc-go",
|
|
70
|
+
"language": "Go",
|
|
71
|
+
"color": "#00ADD8",
|
|
72
|
+
"description": "The Go language implementation of gRPC. HTTP/2 based RPC",
|
|
73
|
+
"forked": "4290",
|
|
74
|
+
"stargazers_count": 20518,
|
|
75
|
+
"todayStar": "42 stars today",
|
|
76
|
+
"html_url": "https://github.com/grpc/grpc-go",
|
|
77
77
|
"rank": 7
|
|
78
78
|
},
|
|
79
79
|
{
|
|
80
|
-
"full_name": "
|
|
81
|
-
"language": "
|
|
82
|
-
"color": "
|
|
83
|
-
"description": "
|
|
84
|
-
"forked": "
|
|
85
|
-
"stargazers_count":
|
|
86
|
-
"todayStar": "
|
|
87
|
-
"html_url": "https://github.com/
|
|
80
|
+
"full_name": "codecrafters-io/build-your-own-x",
|
|
81
|
+
"language": "",
|
|
82
|
+
"color": "",
|
|
83
|
+
"description": "Master programming by recreating your favorite technologies from scratch.",
|
|
84
|
+
"forked": "26888",
|
|
85
|
+
"stargazers_count": 286117,
|
|
86
|
+
"todayStar": "492 stars today",
|
|
87
|
+
"html_url": "https://github.com/codecrafters-io/build-your-own-x",
|
|
88
88
|
"rank": 8
|
|
89
89
|
},
|
|
90
90
|
{
|
|
91
|
-
"full_name": "
|
|
92
|
-
"language": "",
|
|
93
|
-
"color": "",
|
|
94
|
-
"description": "
|
|
95
|
-
"forked": "
|
|
96
|
-
"stargazers_count":
|
|
97
|
-
"todayStar": "
|
|
98
|
-
"html_url": "https://github.com/
|
|
91
|
+
"full_name": "PaddlePaddle/PaddleOCR",
|
|
92
|
+
"language": "Python",
|
|
93
|
+
"color": "#3572A5",
|
|
94
|
+
"description": "Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages recognition, provide data annotation and synthesis tools, support training and deployment among server, mobile, embedded and IoT devices)",
|
|
95
|
+
"forked": "7511",
|
|
96
|
+
"stargazers_count": 40767,
|
|
97
|
+
"todayStar": "203 stars today",
|
|
98
|
+
"html_url": "https://github.com/PaddlePaddle/PaddleOCR",
|
|
99
99
|
"rank": 9
|
|
100
100
|
},
|
|
101
101
|
{
|
|
102
|
-
"full_name": "
|
|
103
|
-
"language": "
|
|
104
|
-
"color": "#
|
|
105
|
-
"description": "
|
|
106
|
-
"forked": "
|
|
107
|
-
"stargazers_count":
|
|
108
|
-
"todayStar": "
|
|
109
|
-
"html_url": "https://github.com/
|
|
102
|
+
"full_name": "MystenLabs/sui",
|
|
103
|
+
"language": "Rust",
|
|
104
|
+
"color": "#dea584",
|
|
105
|
+
"description": "Sui, a next-generation smart contract platform with high throughput, low latency, and an asset-oriented programming model powered by the Move programming language",
|
|
106
|
+
"forked": "11075",
|
|
107
|
+
"stargazers_count": 5893,
|
|
108
|
+
"todayStar": "8 stars today",
|
|
109
|
+
"html_url": "https://github.com/MystenLabs/sui",
|
|
110
110
|
"rank": 10
|
|
111
111
|
},
|
|
112
112
|
{
|
|
113
|
-
"full_name": "
|
|
114
|
-
"language": "
|
|
115
|
-
"color": "#
|
|
116
|
-
"description": "
|
|
117
|
-
"forked": "
|
|
118
|
-
"stargazers_count":
|
|
119
|
-
"todayStar": "
|
|
120
|
-
"html_url": "https://github.com/
|
|
113
|
+
"full_name": "bunkerity/bunkerweb",
|
|
114
|
+
"language": "Python",
|
|
115
|
+
"color": "#3572A5",
|
|
116
|
+
"description": "🛡️ Make your web services secure by default !",
|
|
117
|
+
"forked": "276",
|
|
118
|
+
"stargazers_count": 4627,
|
|
119
|
+
"todayStar": "322 stars today",
|
|
120
|
+
"html_url": "https://github.com/bunkerity/bunkerweb",
|
|
121
121
|
"rank": 11
|
|
122
122
|
},
|
|
123
123
|
{
|
|
124
|
-
"full_name": "
|
|
125
|
-
"language": "
|
|
126
|
-
"color": "#
|
|
127
|
-
"description": "
|
|
128
|
-
"forked": "
|
|
129
|
-
"stargazers_count":
|
|
130
|
-
"todayStar": "
|
|
131
|
-
"html_url": "https://github.com/
|
|
124
|
+
"full_name": "karpathy/llm.c",
|
|
125
|
+
"language": "Cuda",
|
|
126
|
+
"color": "#3A4E3A",
|
|
127
|
+
"description": "LLM training in simple, raw C/CUDA",
|
|
128
|
+
"forked": "2372",
|
|
129
|
+
"stargazers_count": 21786,
|
|
130
|
+
"todayStar": "79 stars today",
|
|
131
|
+
"html_url": "https://github.com/karpathy/llm.c",
|
|
132
132
|
"rank": 12
|
|
133
133
|
},
|
|
134
134
|
{
|
|
135
|
-
"full_name": "
|
|
136
|
-
"language": "
|
|
137
|
-
"color": "#
|
|
138
|
-
"description": "
|
|
139
|
-
"forked": "
|
|
140
|
-
"stargazers_count":
|
|
141
|
-
"todayStar": "
|
|
142
|
-
"html_url": "https://github.com/
|
|
135
|
+
"full_name": "openvinotoolkit/openvino",
|
|
136
|
+
"language": "C++",
|
|
137
|
+
"color": "#f34b7d",
|
|
138
|
+
"description": "OpenVINO™ is an open-source toolkit for optimizing and deploying AI inference",
|
|
139
|
+
"forked": "2100",
|
|
140
|
+
"stargazers_count": 6449,
|
|
141
|
+
"todayStar": "22 stars today",
|
|
142
|
+
"html_url": "https://github.com/openvinotoolkit/openvino",
|
|
143
143
|
"rank": 13
|
|
144
144
|
},
|
|
145
145
|
{
|
|
146
|
-
"full_name": "
|
|
147
|
-
"language": "
|
|
148
|
-
"color": "#
|
|
149
|
-
"description": "
|
|
150
|
-
"forked": "
|
|
151
|
-
"stargazers_count":
|
|
152
|
-
"todayStar": "
|
|
153
|
-
"html_url": "https://github.com/
|
|
146
|
+
"full_name": "flutter/flutter",
|
|
147
|
+
"language": "Dart",
|
|
148
|
+
"color": "#00B4AB",
|
|
149
|
+
"description": "Flutter makes it easy and fast to build beautiful apps for mobile and beyond",
|
|
150
|
+
"forked": "26897",
|
|
151
|
+
"stargazers_count": 163495,
|
|
152
|
+
"todayStar": "31 stars today",
|
|
153
|
+
"html_url": "https://github.com/flutter/flutter",
|
|
154
154
|
"rank": 14
|
|
155
155
|
}
|
|
156
156
|
]
|
|
@@ -4,32 +4,32 @@
|
|
|
4
4
|
"language": "C++",
|
|
5
5
|
"color": "#f34b7d",
|
|
6
6
|
"description": "🔍 A Hex Editor for Reverse Engineers, Programmers and people who value their retinas when working at 3 AM.",
|
|
7
|
-
"forked": "
|
|
8
|
-
"stargazers_count":
|
|
9
|
-
"todayStar": "
|
|
7
|
+
"forked": "1798",
|
|
8
|
+
"stargazers_count": 40942,
|
|
9
|
+
"todayStar": "7577 stars this month",
|
|
10
10
|
"html_url": "https://github.com/WerWolv/ImHex",
|
|
11
11
|
"rank": 1
|
|
12
12
|
},
|
|
13
|
-
{
|
|
14
|
-
"full_name": "microsoft/generative-ai-for-beginners",
|
|
15
|
-
"language": "JupyterNotebook",
|
|
16
|
-
"color": "#DA5B0B",
|
|
17
|
-
"description": "18 Lessons, Get Started Building with Generative AI 🔗 https://microsoft.github.io/generative-ai-for-beginners/",
|
|
18
|
-
"forked": "28715",
|
|
19
|
-
"stargazers_count": 56111,
|
|
20
|
-
"todayStar": "9324 stars this month",
|
|
21
|
-
"html_url": "https://github.com/microsoft/generative-ai-for-beginners",
|
|
22
|
-
"rank": 2
|
|
23
|
-
},
|
|
24
13
|
{
|
|
25
14
|
"full_name": "Asabeneh/30-Days-Of-Python",
|
|
26
15
|
"language": "Python",
|
|
27
16
|
"color": "#3572A5",
|
|
28
17
|
"description": "30 days of Python programming challenge is a step-by-step guide to learn the Python programming language in 30 days. This challenge may take more than100 days, follow your own pace. These videos may help too: https://www.youtube.com/channel/UC7PNRuno1rzYPb1xLa4yktw",
|
|
29
|
-
"forked": "
|
|
30
|
-
"stargazers_count":
|
|
31
|
-
"todayStar": "
|
|
18
|
+
"forked": "7326",
|
|
19
|
+
"stargazers_count": 37919,
|
|
20
|
+
"todayStar": "5163 stars this month",
|
|
32
21
|
"html_url": "https://github.com/Asabeneh/30-Days-Of-Python",
|
|
22
|
+
"rank": 2
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"full_name": "microsoft/generative-ai-for-beginners",
|
|
26
|
+
"language": "JupyterNotebook",
|
|
27
|
+
"color": "#DA5B0B",
|
|
28
|
+
"description": "18 Lessons, Get Started Building with Generative AI 🔗 https://microsoft.github.io/generative-ai-for-beginners/",
|
|
29
|
+
"forked": "28847",
|
|
30
|
+
"stargazers_count": 56280,
|
|
31
|
+
"todayStar": "9396 stars this month",
|
|
32
|
+
"html_url": "https://github.com/microsoft/generative-ai-for-beginners",
|
|
33
33
|
"rank": 3
|
|
34
34
|
},
|
|
35
35
|
{
|
|
@@ -37,21 +37,21 @@
|
|
|
37
37
|
"language": "Dockerfile",
|
|
38
38
|
"color": "#384d54",
|
|
39
39
|
"description": "程序员在家做饭方法指南。Programmer's guide about how to cook at home (Simplified Chinese only).",
|
|
40
|
-
"forked": "
|
|
41
|
-
"stargazers_count":
|
|
42
|
-
"todayStar": "
|
|
40
|
+
"forked": "8563",
|
|
41
|
+
"stargazers_count": 64157,
|
|
42
|
+
"todayStar": "3164 stars this month",
|
|
43
43
|
"html_url": "https://github.com/Anduin2017/HowToCook",
|
|
44
44
|
"rank": 4
|
|
45
45
|
},
|
|
46
46
|
{
|
|
47
|
-
"full_name": "
|
|
47
|
+
"full_name": "mindsdb/mindsdb",
|
|
48
48
|
"language": "Python",
|
|
49
49
|
"color": "#3572A5",
|
|
50
|
-
"description": "The
|
|
51
|
-
"forked": "
|
|
52
|
-
"stargazers_count":
|
|
53
|
-
"todayStar": "
|
|
54
|
-
"html_url": "https://github.com/
|
|
50
|
+
"description": "The platform for building AI from enterprise data",
|
|
51
|
+
"forked": "4836",
|
|
52
|
+
"stargazers_count": 25418,
|
|
53
|
+
"todayStar": "3695 stars this month",
|
|
54
|
+
"html_url": "https://github.com/mindsdb/mindsdb",
|
|
55
55
|
"rank": 5
|
|
56
56
|
},
|
|
57
57
|
{
|
|
@@ -59,21 +59,21 @@
|
|
|
59
59
|
"language": "Python",
|
|
60
60
|
"color": "#3572A5",
|
|
61
61
|
"description": "Open-Sora: Democratizing Efficient Video Production for All",
|
|
62
|
-
"forked": "
|
|
63
|
-
"stargazers_count":
|
|
64
|
-
"todayStar": "
|
|
62
|
+
"forked": "1950",
|
|
63
|
+
"stargazers_count": 20578,
|
|
64
|
+
"todayStar": "3283 stars this month",
|
|
65
65
|
"html_url": "https://github.com/hpcaitech/Open-Sora",
|
|
66
66
|
"rank": 6
|
|
67
67
|
},
|
|
68
68
|
{
|
|
69
|
-
"full_name": "
|
|
70
|
-
"language": "",
|
|
71
|
-
"color": "",
|
|
72
|
-
"description": "
|
|
73
|
-
"forked": "
|
|
74
|
-
"stargazers_count":
|
|
75
|
-
"todayStar": "
|
|
76
|
-
"html_url": "https://github.com/
|
|
69
|
+
"full_name": "public-apis/public-apis",
|
|
70
|
+
"language": "Python",
|
|
71
|
+
"color": "#3572A5",
|
|
72
|
+
"description": "A collective list of free APIs",
|
|
73
|
+
"forked": "32574",
|
|
74
|
+
"stargazers_count": 301882,
|
|
75
|
+
"todayStar": "6235 stars this month",
|
|
76
|
+
"html_url": "https://github.com/public-apis/public-apis",
|
|
77
77
|
"rank": 7
|
|
78
78
|
},
|
|
79
79
|
{
|
|
@@ -81,43 +81,43 @@
|
|
|
81
81
|
"language": "Python",
|
|
82
82
|
"color": "#3572A5",
|
|
83
83
|
"description": "Brand new TTS solution",
|
|
84
|
-
"forked": "
|
|
85
|
-
"stargazers_count":
|
|
86
|
-
"todayStar": "
|
|
84
|
+
"forked": "423",
|
|
85
|
+
"stargazers_count": 5386,
|
|
86
|
+
"todayStar": "3051 stars this month",
|
|
87
87
|
"html_url": "https://github.com/fishaudio/fish-speech",
|
|
88
88
|
"rank": 8
|
|
89
89
|
},
|
|
90
90
|
{
|
|
91
|
-
"full_name": "
|
|
92
|
-
"language": "
|
|
93
|
-
"color": "
|
|
94
|
-
"description": "
|
|
95
|
-
"forked": "
|
|
96
|
-
"stargazers_count":
|
|
97
|
-
"todayStar": "
|
|
98
|
-
"html_url": "https://github.com/
|
|
91
|
+
"full_name": "codecrafters-io/build-your-own-x",
|
|
92
|
+
"language": "",
|
|
93
|
+
"color": "",
|
|
94
|
+
"description": "Master programming by recreating your favorite technologies from scratch.",
|
|
95
|
+
"forked": "26888",
|
|
96
|
+
"stargazers_count": 286117,
|
|
97
|
+
"todayStar": "13179 stars this month",
|
|
98
|
+
"html_url": "https://github.com/codecrafters-io/build-your-own-x",
|
|
99
99
|
"rank": 9
|
|
100
100
|
},
|
|
101
101
|
{
|
|
102
|
-
"full_name": "
|
|
103
|
-
"language": "
|
|
104
|
-
"color": "
|
|
105
|
-
"description": "
|
|
106
|
-
"forked": "
|
|
107
|
-
"stargazers_count":
|
|
108
|
-
"todayStar": "
|
|
109
|
-
"html_url": "https://github.com/
|
|
102
|
+
"full_name": "EbookFoundation/free-programming-books",
|
|
103
|
+
"language": "",
|
|
104
|
+
"color": "",
|
|
105
|
+
"description": "📚 Freely available programming books",
|
|
106
|
+
"forked": "60692",
|
|
107
|
+
"stargazers_count": 328176,
|
|
108
|
+
"todayStar": "4998 stars this month",
|
|
109
|
+
"html_url": "https://github.com/EbookFoundation/free-programming-books",
|
|
110
110
|
"rank": 10
|
|
111
111
|
},
|
|
112
112
|
{
|
|
113
|
-
"full_name": "
|
|
114
|
-
"language": "
|
|
115
|
-
"color": "#
|
|
116
|
-
"description": "A
|
|
117
|
-
"forked": "
|
|
118
|
-
"stargazers_count":
|
|
119
|
-
"todayStar": "
|
|
120
|
-
"html_url": "https://github.com/
|
|
113
|
+
"full_name": "Stability-AI/StableSwarmUI",
|
|
114
|
+
"language": "C#",
|
|
115
|
+
"color": "#178600",
|
|
116
|
+
"description": "StableSwarmUI, A Modular Stable Diffusion Web-User-Interface, with an emphasis on making powertools easily accessible, high performance, and extensibility.",
|
|
117
|
+
"forked": "336",
|
|
118
|
+
"stargazers_count": 4247,
|
|
119
|
+
"todayStar": "1406 stars this month",
|
|
120
|
+
"html_url": "https://github.com/Stability-AI/StableSwarmUI",
|
|
121
121
|
"rank": 11
|
|
122
122
|
},
|
|
123
123
|
{
|
|
@@ -125,21 +125,21 @@
|
|
|
125
125
|
"language": "Python",
|
|
126
126
|
"color": "#3572A5",
|
|
127
127
|
"description": "A framework for Claude Opus to intelligently orchestrate subagents.",
|
|
128
|
-
"forked": "
|
|
129
|
-
"stargazers_count":
|
|
130
|
-
"todayStar": "
|
|
128
|
+
"forked": "613",
|
|
129
|
+
"stargazers_count": 3839,
|
|
130
|
+
"todayStar": "1833 stars this month",
|
|
131
131
|
"html_url": "https://github.com/Doriandarko/maestro",
|
|
132
132
|
"rank": 12
|
|
133
133
|
},
|
|
134
134
|
{
|
|
135
|
-
"full_name": "
|
|
136
|
-
"language": "
|
|
137
|
-
"color": "#
|
|
138
|
-
"description": "
|
|
139
|
-
"forked": "
|
|
140
|
-
"stargazers_count":
|
|
141
|
-
"todayStar": "
|
|
142
|
-
"html_url": "https://github.com/
|
|
135
|
+
"full_name": "danny-avila/LibreChat",
|
|
136
|
+
"language": "TypeScript",
|
|
137
|
+
"color": "#3178c6",
|
|
138
|
+
"description": "Enhanced ChatGPT Clone: Features OpenAI, Assistants API, Azure, Groq, GPT-4 Vision, Mistral, Bing, Anthropic, OpenRouter, Vertex AI, Gemini, AI model switching, message search, langchain, DALL-E-3, ChatGPT Plugins, OpenAI Functions, Secure Multi-User System, Presets, completely open-source for self-hosting. More features in development",
|
|
139
|
+
"forked": "2563",
|
|
140
|
+
"stargazers_count": 15449,
|
|
141
|
+
"todayStar": "3228 stars this month",
|
|
142
|
+
"html_url": "https://github.com/danny-avila/LibreChat",
|
|
143
143
|
"rank": 13
|
|
144
144
|
},
|
|
145
145
|
{
|
|
@@ -147,87 +147,76 @@
|
|
|
147
147
|
"language": "Rust",
|
|
148
148
|
"color": "#dea584",
|
|
149
149
|
"description": "💥 Blazing fast terminal file manager written in Rust, based on async I/O.",
|
|
150
|
-
"forked": "
|
|
151
|
-
"stargazers_count":
|
|
152
|
-
"todayStar": "
|
|
150
|
+
"forked": "283",
|
|
151
|
+
"stargazers_count": 12230,
|
|
152
|
+
"todayStar": "2622 stars this month",
|
|
153
153
|
"html_url": "https://github.com/sxyazi/yazi",
|
|
154
154
|
"rank": 14
|
|
155
155
|
},
|
|
156
|
-
{
|
|
157
|
-
"full_name": "danny-avila/LibreChat",
|
|
158
|
-
"language": "TypeScript",
|
|
159
|
-
"color": "#3178c6",
|
|
160
|
-
"description": "Enhanced ChatGPT Clone: Features OpenAI, Assistants API, Azure, Groq, GPT-4 Vision, Mistral, Bing, Anthropic, OpenRouter, Vertex AI, Gemini, AI model switching, message search, langchain, DALL-E-3, ChatGPT Plugins, OpenAI Functions, Secure Multi-User System, Presets, completely open-source for self-hosting. More features in development",
|
|
161
|
-
"forked": "2556",
|
|
162
|
-
"stargazers_count": 15391,
|
|
163
|
-
"todayStar": "3212 stars this month",
|
|
164
|
-
"html_url": "https://github.com/danny-avila/LibreChat",
|
|
165
|
-
"rank": 15
|
|
166
|
-
},
|
|
167
|
-
{
|
|
168
|
-
"full_name": "EbookFoundation/free-programming-books",
|
|
169
|
-
"language": "",
|
|
170
|
-
"color": "",
|
|
171
|
-
"description": "📚 Freely available programming books",
|
|
172
|
-
"forked": "60673",
|
|
173
|
-
"stargazers_count": 327948,
|
|
174
|
-
"todayStar": "4871 stars this month",
|
|
175
|
-
"html_url": "https://github.com/EbookFoundation/free-programming-books",
|
|
176
|
-
"rank": 16
|
|
177
|
-
},
|
|
178
156
|
{
|
|
179
157
|
"full_name": "paul-gauthier/aider",
|
|
180
158
|
"language": "Python",
|
|
181
159
|
"color": "#3572A5",
|
|
182
160
|
"description": "aider is AI pair programming in your terminal",
|
|
183
|
-
"forked": "
|
|
184
|
-
"stargazers_count":
|
|
185
|
-
"todayStar": "
|
|
161
|
+
"forked": "1287",
|
|
162
|
+
"stargazers_count": 13491,
|
|
163
|
+
"todayStar": "1878 stars this month",
|
|
186
164
|
"html_url": "https://github.com/paul-gauthier/aider",
|
|
187
|
-
"rank":
|
|
165
|
+
"rank": 15
|
|
188
166
|
},
|
|
189
167
|
{
|
|
190
168
|
"full_name": "omnivore-app/omnivore",
|
|
191
169
|
"language": "TypeScript",
|
|
192
170
|
"color": "#3178c6",
|
|
193
171
|
"description": "Omnivore is a complete, open source read-it-later solution for people who like reading.",
|
|
194
|
-
"forked": "
|
|
195
|
-
"stargazers_count":
|
|
196
|
-
"todayStar": "
|
|
172
|
+
"forked": "598",
|
|
173
|
+
"stargazers_count": 11566,
|
|
174
|
+
"todayStar": "2112 stars this month",
|
|
197
175
|
"html_url": "https://github.com/omnivore-app/omnivore",
|
|
198
|
-
"rank":
|
|
176
|
+
"rank": 16
|
|
199
177
|
},
|
|
200
178
|
{
|
|
201
|
-
"full_name": "
|
|
202
|
-
"language": "
|
|
203
|
-
"color": "#
|
|
204
|
-
"description": "
|
|
205
|
-
"forked": "
|
|
206
|
-
"stargazers_count":
|
|
207
|
-
"todayStar": "
|
|
208
|
-
"html_url": "https://github.com/
|
|
209
|
-
"rank":
|
|
179
|
+
"full_name": "tigerbeetle/tigerbeetle",
|
|
180
|
+
"language": "Zig",
|
|
181
|
+
"color": "#ec915c",
|
|
182
|
+
"description": "The distributed financial transactions database designed for mission critical safety and performance.",
|
|
183
|
+
"forked": "456",
|
|
184
|
+
"stargazers_count": 8905,
|
|
185
|
+
"todayStar": "1424 stars this month",
|
|
186
|
+
"html_url": "https://github.com/tigerbeetle/tigerbeetle",
|
|
187
|
+
"rank": 17
|
|
210
188
|
},
|
|
211
189
|
{
|
|
212
|
-
"full_name": "
|
|
213
|
-
"language": "
|
|
214
|
-
"color": "#
|
|
215
|
-
"description": "
|
|
216
|
-
"forked": "
|
|
217
|
-
"stargazers_count":
|
|
218
|
-
"todayStar": "
|
|
219
|
-
"html_url": "https://github.com/
|
|
220
|
-
"rank":
|
|
190
|
+
"full_name": "Raphire/Win11Debloat",
|
|
191
|
+
"language": "PowerShell",
|
|
192
|
+
"color": "#012456",
|
|
193
|
+
"description": "A simple, easy to use PowerShell script to remove pre-installed apps from windows, disable telemetry, remove Bing from windows search as well as perform various other changes to declutter and improve your windows experience. This script works for both windows 10 and windows 11.",
|
|
194
|
+
"forked": "261",
|
|
195
|
+
"stargazers_count": 7144,
|
|
196
|
+
"todayStar": "2609 stars this month",
|
|
197
|
+
"html_url": "https://github.com/Raphire/Win11Debloat",
|
|
198
|
+
"rank": 18
|
|
221
199
|
},
|
|
222
200
|
{
|
|
223
201
|
"full_name": "AleoNet/snarkOS",
|
|
224
202
|
"language": "Rust",
|
|
225
203
|
"color": "#dea584",
|
|
226
204
|
"description": "A Decentralized Operating System for ZK Applications",
|
|
227
|
-
"forked": "
|
|
228
|
-
"stargazers_count":
|
|
229
|
-
"todayStar": "
|
|
205
|
+
"forked": "2576",
|
|
206
|
+
"stargazers_count": 4141,
|
|
207
|
+
"todayStar": "223 stars this month",
|
|
230
208
|
"html_url": "https://github.com/AleoNet/snarkOS",
|
|
231
|
-
"rank":
|
|
209
|
+
"rank": 19
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
"full_name": "vanna-ai/vanna",
|
|
213
|
+
"language": "Python",
|
|
214
|
+
"color": "#3572A5",
|
|
215
|
+
"description": "🤖 Chat with your SQL database 📊. Accurate Text-to-SQL Generation via LLMs using RAG 🔄.",
|
|
216
|
+
"forked": "705",
|
|
217
|
+
"stargazers_count": 9663,
|
|
218
|
+
"todayStar": "1760 stars this month",
|
|
219
|
+
"html_url": "https://github.com/vanna-ai/vanna",
|
|
220
|
+
"rank": 20
|
|
232
221
|
}
|
|
233
222
|
]
|