@wcj/github-rank 21.10.13 → 21.10.17
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/dist/repos.json +35271 -35247
- package/dist/sifou-daily.json +29 -47
- package/dist/sifou-monthly.json +119 -119
- package/dist/sifou-weekly.json +168 -168
- package/dist/toutiao-30.json +95 -95
- package/dist/toutiao-7.json +143 -143
- package/dist/toutiao-90.json +69 -69
- package/dist/trending-daily.json +196 -196
- package/dist/trending-monthly.json +173 -173
- package/dist/trending-weekly.json +183 -183
- package/dist/users.china.json +3024 -3024
- package/dist/users.json +3810 -3811
- package/package.json +1 -1
- package/web/36kr.html +2 -2
- package/web/data/repos.json +35271 -35247
- package/web/data/sifou-daily.json +29 -47
- package/web/data/sifou-monthly.json +119 -119
- package/web/data/sifou-weekly.json +168 -168
- package/web/data/toutiao-30.json +95 -95
- package/web/data/toutiao-7.json +143 -143
- package/web/data/toutiao-90.json +69 -69
- package/web/data/trending-daily.json +196 -196
- package/web/data/trending-monthly.json +173 -173
- package/web/data/trending-weekly.json +183 -183
- package/web/data/users.china.json +3024 -3024
- package/web/data/users.json +3810 -3811
- package/web/index.html +1874 -1874
- package/web/repos.html +4309 -4313
- package/web/sifou-daily.html +26 -82
- package/web/sifou-monthly.html +137 -137
- package/web/sifou-weekly.html +145 -145
- package/web/toutiao-30.html +113 -113
- package/web/toutiao-7.html +102 -102
- package/web/toutiao-90.html +89 -89
- package/web/trending-monthly.html +167 -171
- package/web/trending-weekly.html +167 -167
- package/web/trending.html +173 -173
- package/web/users.china.html +1552 -1552
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
</svg>
|
|
82
82
|
</a>
|
|
83
83
|
<h1 class="title"> GitHub Repositories Trending </h1>
|
|
84
|
-
<div class="time">Last cache created on 2021/10/
|
|
84
|
+
<div class="time">Last cache created on 2021/10/17 by Github API v3.</div>
|
|
85
85
|
<div class="tabs">
|
|
86
86
|
<a class="" href="index.html">Users</a>
|
|
87
87
|
<a class="" href="repos.html">Repos</a>
|
|
@@ -104,36 +104,36 @@
|
|
|
104
104
|
<div class="info">
|
|
105
105
|
<div class="rank">
|
|
106
106
|
<span title="Ranking 1">1</span>
|
|
107
|
-
<a href="https://github.com/
|
|
107
|
+
<a href="https://github.com/authelia/authelia" target="_blank" title="authelia/authelia">authelia/authelia</a>
|
|
108
108
|
</div>
|
|
109
109
|
<div class="sub-title followers">
|
|
110
110
|
|
|
111
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
112
|
-
<span style="background-color: #
|
|
111
|
+
<a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
|
|
112
|
+
<span style="background-color: #00ADD8;"></span>Go
|
|
113
113
|
</a>
|
|
114
114
|
|
|
115
115
|
<span class="star" title="Stargazers Count">
|
|
116
116
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
117
117
|
<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>
|
|
118
118
|
</svg>
|
|
119
|
-
<span>
|
|
119
|
+
<span>10482</span>
|
|
120
120
|
</span>
|
|
121
121
|
<span class="star" title="Repo Forked">
|
|
122
122
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
123
123
|
<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">
|
|
124
124
|
</path>
|
|
125
125
|
</svg>
|
|
126
|
-
<span>
|
|
126
|
+
<span>518</span>
|
|
127
127
|
</span>
|
|
128
128
|
<span class="star">
|
|
129
129
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
130
130
|
<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>
|
|
131
131
|
</svg>
|
|
132
|
-
<span>
|
|
132
|
+
<span>3423 stars this month</span>
|
|
133
133
|
</span>
|
|
134
134
|
</div>
|
|
135
135
|
<div class="details">
|
|
136
|
-
|
|
136
|
+
The Single Sign-On Multi-Factor portal for web apps
|
|
137
137
|
</div>
|
|
138
138
|
</div>
|
|
139
139
|
</li>
|
|
@@ -142,36 +142,36 @@
|
|
|
142
142
|
<div class="info">
|
|
143
143
|
<div class="rank">
|
|
144
144
|
<span title="Ranking 2">2</span>
|
|
145
|
-
<a href="https://github.com/
|
|
145
|
+
<a href="https://github.com/appsmithorg/appsmith" target="_blank" title="appsmithorg/appsmith">appsmithorg/appsmith</a>
|
|
146
146
|
</div>
|
|
147
147
|
<div class="sub-title followers">
|
|
148
148
|
|
|
149
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
150
|
-
<span style="background-color: #
|
|
149
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
150
|
+
<span style="background-color: #2b7489;"></span>TypeScript
|
|
151
151
|
</a>
|
|
152
152
|
|
|
153
153
|
<span class="star" title="Stargazers Count">
|
|
154
154
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
155
155
|
<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>
|
|
156
156
|
</svg>
|
|
157
|
-
<span>
|
|
157
|
+
<span>7615</span>
|
|
158
158
|
</span>
|
|
159
159
|
<span class="star" title="Repo Forked">
|
|
160
160
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
161
161
|
<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">
|
|
162
162
|
</path>
|
|
163
163
|
</svg>
|
|
164
|
-
<span>
|
|
164
|
+
<span>741</span>
|
|
165
165
|
</span>
|
|
166
166
|
<span class="star">
|
|
167
167
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
168
168
|
<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>
|
|
169
169
|
</svg>
|
|
170
|
-
<span>
|
|
170
|
+
<span>2124 stars this month</span>
|
|
171
171
|
</span>
|
|
172
172
|
</div>
|
|
173
173
|
<div class="details">
|
|
174
|
-
|
|
174
|
+
Build completely custom admin panels and internal tools. Use 30+ react components to build pages without HTML/CSS.
|
|
175
175
|
</div>
|
|
176
176
|
</div>
|
|
177
177
|
</li>
|
|
@@ -180,36 +180,36 @@
|
|
|
180
180
|
<div class="info">
|
|
181
181
|
<div class="rank">
|
|
182
182
|
<span title="Ranking 3">3</span>
|
|
183
|
-
<a href="https://github.com/
|
|
183
|
+
<a href="https://github.com/bregman-arie/devops-exercises" target="_blank" title="bregman-arie/devops-exercises">bregman-arie/devops-exercises</a>
|
|
184
184
|
</div>
|
|
185
185
|
<div class="sub-title followers">
|
|
186
186
|
|
|
187
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
188
|
-
<span style="background-color: #
|
|
187
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
188
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
189
189
|
</a>
|
|
190
190
|
|
|
191
191
|
<span class="star" title="Stargazers Count">
|
|
192
192
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
193
193
|
<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>
|
|
194
194
|
</svg>
|
|
195
|
-
<span>
|
|
195
|
+
<span>17473</span>
|
|
196
196
|
</span>
|
|
197
197
|
<span class="star" title="Repo Forked">
|
|
198
198
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
199
199
|
<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">
|
|
200
200
|
</path>
|
|
201
201
|
</svg>
|
|
202
|
-
<span>
|
|
202
|
+
<span>3407</span>
|
|
203
203
|
</span>
|
|
204
204
|
<span class="star">
|
|
205
205
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
206
206
|
<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>
|
|
207
207
|
</svg>
|
|
208
|
-
<span>
|
|
208
|
+
<span>2531 stars this month</span>
|
|
209
209
|
</span>
|
|
210
210
|
</div>
|
|
211
211
|
<div class="details">
|
|
212
|
-
|
|
212
|
+
Linux, Jenkins, AWS, SRE, Prometheus, Docker, Python, Ansible, Git, Kubernetes, Terraform, OpenStack, SQL, NoSQL, Azure, GCP, DNS, Elastic, Network, Virtualization. DevOps Interview Questions
|
|
213
213
|
</div>
|
|
214
214
|
</div>
|
|
215
215
|
</li>
|
|
@@ -218,36 +218,36 @@
|
|
|
218
218
|
<div class="info">
|
|
219
219
|
<div class="rank">
|
|
220
220
|
<span title="Ranking 4">4</span>
|
|
221
|
-
<a href="https://github.com/
|
|
221
|
+
<a href="https://github.com/robertdavidgraham/masscan" target="_blank" title="robertdavidgraham/masscan">robertdavidgraham/masscan</a>
|
|
222
222
|
</div>
|
|
223
223
|
<div class="sub-title followers">
|
|
224
224
|
|
|
225
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
226
|
-
<span style="background-color: #
|
|
225
|
+
<a class="language" target="_blank" href="https://github.com/topics/c" title="Programming Language C">
|
|
226
|
+
<span style="background-color: #555555;"></span>C
|
|
227
227
|
</a>
|
|
228
228
|
|
|
229
229
|
<span class="star" title="Stargazers Count">
|
|
230
230
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
231
231
|
<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>
|
|
232
232
|
</svg>
|
|
233
|
-
<span>
|
|
233
|
+
<span>17830</span>
|
|
234
234
|
</span>
|
|
235
235
|
<span class="star" title="Repo Forked">
|
|
236
236
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
237
237
|
<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">
|
|
238
238
|
</path>
|
|
239
239
|
</svg>
|
|
240
|
-
<span>
|
|
240
|
+
<span>2592</span>
|
|
241
241
|
</span>
|
|
242
242
|
<span class="star">
|
|
243
243
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
244
244
|
<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>
|
|
245
245
|
</svg>
|
|
246
|
-
<span>
|
|
246
|
+
<span>1975 stars this month</span>
|
|
247
247
|
</span>
|
|
248
248
|
</div>
|
|
249
249
|
<div class="details">
|
|
250
|
-
|
|
250
|
+
TCP port scanner, spews SYN packets asynchronously, scanning entire Internet in under 5 minutes.
|
|
251
251
|
</div>
|
|
252
252
|
</div>
|
|
253
253
|
</li>
|
|
@@ -256,36 +256,36 @@
|
|
|
256
256
|
<div class="info">
|
|
257
257
|
<div class="rank">
|
|
258
258
|
<span title="Ranking 5">5</span>
|
|
259
|
-
<a href="https://github.com/
|
|
259
|
+
<a href="https://github.com/Sairyss/domain-driven-hexagon" target="_blank" title="Sairyss/domain-driven-hexagon">Sairyss/domain-driven-hexagon</a>
|
|
260
260
|
</div>
|
|
261
261
|
<div class="sub-title followers">
|
|
262
262
|
|
|
263
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
264
|
-
<span style="background-color: #
|
|
263
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
264
|
+
<span style="background-color: #2b7489;"></span>TypeScript
|
|
265
265
|
</a>
|
|
266
266
|
|
|
267
267
|
<span class="star" title="Stargazers Count">
|
|
268
268
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
269
269
|
<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>
|
|
270
270
|
</svg>
|
|
271
|
-
<span>
|
|
271
|
+
<span>3942</span>
|
|
272
272
|
</span>
|
|
273
273
|
<span class="star" title="Repo Forked">
|
|
274
274
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
275
275
|
<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">
|
|
276
276
|
</path>
|
|
277
277
|
</svg>
|
|
278
|
-
<span>
|
|
278
|
+
<span>278</span>
|
|
279
279
|
</span>
|
|
280
280
|
<span class="star">
|
|
281
281
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
282
282
|
<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>
|
|
283
283
|
</svg>
|
|
284
|
-
<span>
|
|
284
|
+
<span>1302 stars this month</span>
|
|
285
285
|
</span>
|
|
286
286
|
</div>
|
|
287
287
|
<div class="details">
|
|
288
|
-
|
|
288
|
+
Guide on Domain-Driven Design, Hexagonal architecture, best practices etc.
|
|
289
289
|
</div>
|
|
290
290
|
</div>
|
|
291
291
|
</li>
|
|
@@ -294,7 +294,7 @@
|
|
|
294
294
|
<div class="info">
|
|
295
295
|
<div class="rank">
|
|
296
296
|
<span title="Ranking 6">6</span>
|
|
297
|
-
<a href="https://github.com/
|
|
297
|
+
<a href="https://github.com/louislam/uptime-kuma" target="_blank" title="louislam/uptime-kuma">louislam/uptime-kuma</a>
|
|
298
298
|
</div>
|
|
299
299
|
<div class="sub-title followers">
|
|
300
300
|
|
|
@@ -306,24 +306,24 @@
|
|
|
306
306
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
307
307
|
<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>
|
|
308
308
|
</svg>
|
|
309
|
-
<span>
|
|
309
|
+
<span>7557</span>
|
|
310
310
|
</span>
|
|
311
311
|
<span class="star" title="Repo Forked">
|
|
312
312
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
313
313
|
<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">
|
|
314
314
|
</path>
|
|
315
315
|
</svg>
|
|
316
|
-
<span>
|
|
316
|
+
<span>400</span>
|
|
317
317
|
</span>
|
|
318
318
|
<span class="star">
|
|
319
319
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
320
320
|
<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>
|
|
321
321
|
</svg>
|
|
322
|
-
<span>
|
|
322
|
+
<span>4284 stars this month</span>
|
|
323
323
|
</span>
|
|
324
324
|
</div>
|
|
325
325
|
<div class="details">
|
|
326
|
-
|
|
326
|
+
A fancy self-hosted monitoring tool
|
|
327
327
|
</div>
|
|
328
328
|
</div>
|
|
329
329
|
</li>
|
|
@@ -332,36 +332,36 @@
|
|
|
332
332
|
<div class="info">
|
|
333
333
|
<div class="rank">
|
|
334
334
|
<span title="Ranking 7">7</span>
|
|
335
|
-
<a href="https://github.com/
|
|
335
|
+
<a href="https://github.com/babysor/MockingBird" target="_blank" title="babysor/MockingBird">babysor/MockingBird</a>
|
|
336
336
|
</div>
|
|
337
337
|
<div class="sub-title followers">
|
|
338
338
|
|
|
339
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
340
|
-
<span style="background-color: #
|
|
339
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
340
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
341
341
|
</a>
|
|
342
342
|
|
|
343
343
|
<span class="star" title="Stargazers Count">
|
|
344
344
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
345
345
|
<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>
|
|
346
346
|
</svg>
|
|
347
|
-
<span>
|
|
347
|
+
<span>9623</span>
|
|
348
348
|
</span>
|
|
349
349
|
<span class="star" title="Repo Forked">
|
|
350
350
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
351
351
|
<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">
|
|
352
352
|
</path>
|
|
353
353
|
</svg>
|
|
354
|
-
<span>
|
|
354
|
+
<span>1041</span>
|
|
355
355
|
</span>
|
|
356
356
|
<span class="star">
|
|
357
357
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
358
358
|
<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>
|
|
359
359
|
</svg>
|
|
360
|
-
<span>
|
|
360
|
+
<span>5465 stars this month</span>
|
|
361
361
|
</span>
|
|
362
362
|
</div>
|
|
363
363
|
<div class="details">
|
|
364
|
-
|
|
364
|
+
🚀AI拟声: 5秒内克隆您的声音并生成任意语音内容 Clone a voice in 5 seconds to generate arbitrary speech in real-time
|
|
365
365
|
</div>
|
|
366
366
|
</div>
|
|
367
367
|
</li>
|
|
@@ -370,36 +370,36 @@
|
|
|
370
370
|
<div class="info">
|
|
371
371
|
<div class="rank">
|
|
372
372
|
<span title="Ranking 8">8</span>
|
|
373
|
-
<a href="https://github.com/
|
|
373
|
+
<a href="https://github.com/rust-embedded/rust-raspberrypi-OS-tutorials" target="_blank" title="rust-embedded/rust-raspberrypi-OS-tutorials">rust-embedded/rust-raspberrypi-OS-tutorials</a>
|
|
374
374
|
</div>
|
|
375
375
|
<div class="sub-title followers">
|
|
376
376
|
|
|
377
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
378
|
-
<span style="background-color: #
|
|
377
|
+
<a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
|
|
378
|
+
<span style="background-color: #dea584;"></span>Rust
|
|
379
379
|
</a>
|
|
380
380
|
|
|
381
381
|
<span class="star" title="Stargazers Count">
|
|
382
382
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
383
383
|
<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>
|
|
384
384
|
</svg>
|
|
385
|
-
<span>
|
|
385
|
+
<span>6794</span>
|
|
386
386
|
</span>
|
|
387
387
|
<span class="star" title="Repo Forked">
|
|
388
388
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
389
389
|
<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">
|
|
390
390
|
</path>
|
|
391
391
|
</svg>
|
|
392
|
-
<span>
|
|
392
|
+
<span>386</span>
|
|
393
393
|
</span>
|
|
394
394
|
<span class="star">
|
|
395
395
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
396
396
|
<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>
|
|
397
397
|
</svg>
|
|
398
|
-
<span>
|
|
398
|
+
<span>1671 stars this month</span>
|
|
399
399
|
</span>
|
|
400
400
|
</div>
|
|
401
401
|
<div class="details">
|
|
402
|
-
|
|
402
|
+
📚 Learn to write an embedded OS in Rust 🦀
|
|
403
403
|
</div>
|
|
404
404
|
</div>
|
|
405
405
|
</li>
|
|
@@ -408,36 +408,32 @@
|
|
|
408
408
|
<div class="info">
|
|
409
409
|
<div class="rank">
|
|
410
410
|
<span title="Ranking 9">9</span>
|
|
411
|
-
<a href="https://github.com/
|
|
411
|
+
<a href="https://github.com/smartcontractkit/full-blockchain-solidity-course-py" target="_blank" title="smartcontractkit/full-blockchain-solidity-course-py">smartcontractkit/full-blockchain-solidity-course-py</a>
|
|
412
412
|
</div>
|
|
413
413
|
<div class="sub-title followers">
|
|
414
414
|
|
|
415
|
-
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
416
|
-
<span style="background-color: #3572A5;"></span>Python
|
|
417
|
-
</a>
|
|
418
|
-
|
|
419
415
|
<span class="star" title="Stargazers Count">
|
|
420
416
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
421
417
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
422
418
|
</svg>
|
|
423
|
-
<span>
|
|
419
|
+
<span>2009</span>
|
|
424
420
|
</span>
|
|
425
421
|
<span class="star" title="Repo Forked">
|
|
426
422
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
427
423
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
428
424
|
</path>
|
|
429
425
|
</svg>
|
|
430
|
-
<span>
|
|
426
|
+
<span>410</span>
|
|
431
427
|
</span>
|
|
432
428
|
<span class="star">
|
|
433
429
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
434
430
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
435
431
|
</svg>
|
|
436
|
-
<span>
|
|
432
|
+
<span>1019 stars this month</span>
|
|
437
433
|
</span>
|
|
438
434
|
</div>
|
|
439
435
|
<div class="details">
|
|
440
|
-
|
|
436
|
+
Ultimate Solidity, Blockchain, and Smart Contract - Beginner to Expert Full Course | Python Edition
|
|
441
437
|
</div>
|
|
442
438
|
</div>
|
|
443
439
|
</li>
|
|
@@ -446,36 +442,36 @@
|
|
|
446
442
|
<div class="info">
|
|
447
443
|
<div class="rank">
|
|
448
444
|
<span title="Ranking 10">10</span>
|
|
449
|
-
<a href="https://github.com/
|
|
445
|
+
<a href="https://github.com/calendso/calendso" target="_blank" title="calendso/calendso">calendso/calendso</a>
|
|
450
446
|
</div>
|
|
451
447
|
<div class="sub-title followers">
|
|
452
448
|
|
|
453
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
454
|
-
<span style="background-color: #
|
|
449
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
450
|
+
<span style="background-color: #2b7489;"></span>TypeScript
|
|
455
451
|
</a>
|
|
456
452
|
|
|
457
453
|
<span class="star" title="Stargazers Count">
|
|
458
454
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
459
455
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
460
456
|
</svg>
|
|
461
|
-
<span>
|
|
457
|
+
<span>8324</span>
|
|
462
458
|
</span>
|
|
463
459
|
<span class="star" title="Repo Forked">
|
|
464
460
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
465
461
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
466
462
|
</path>
|
|
467
463
|
</svg>
|
|
468
|
-
<span>
|
|
464
|
+
<span>717</span>
|
|
469
465
|
</span>
|
|
470
466
|
<span class="star">
|
|
471
467
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
472
468
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
473
469
|
</svg>
|
|
474
|
-
<span>
|
|
470
|
+
<span>1772 stars this month</span>
|
|
475
471
|
</span>
|
|
476
472
|
</div>
|
|
477
473
|
<div class="details">
|
|
478
|
-
|
|
474
|
+
Scheduling infrastructure for absolutely everyone.
|
|
479
475
|
</div>
|
|
480
476
|
</div>
|
|
481
477
|
</li>
|
|
@@ -484,36 +480,36 @@
|
|
|
484
480
|
<div class="info">
|
|
485
481
|
<div class="rank">
|
|
486
482
|
<span title="Ranking 11">11</span>
|
|
487
|
-
<a href="https://github.com/
|
|
483
|
+
<a href="https://github.com/ascoders/weekly" target="_blank" title="ascoders/weekly">ascoders/weekly</a>
|
|
488
484
|
</div>
|
|
489
485
|
<div class="sub-title followers">
|
|
490
486
|
|
|
491
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
492
|
-
<span style="background-color: #
|
|
487
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
488
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
493
489
|
</a>
|
|
494
490
|
|
|
495
491
|
<span class="star" title="Stargazers Count">
|
|
496
492
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
497
493
|
<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
494
|
</svg>
|
|
499
|
-
<span>
|
|
495
|
+
<span>15944</span>
|
|
500
496
|
</span>
|
|
501
497
|
<span class="star" title="Repo Forked">
|
|
502
498
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
503
499
|
<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
500
|
</path>
|
|
505
501
|
</svg>
|
|
506
|
-
<span>
|
|
502
|
+
<span>1821</span>
|
|
507
503
|
</span>
|
|
508
504
|
<span class="star">
|
|
509
505
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
510
506
|
<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
507
|
</svg>
|
|
512
|
-
<span>
|
|
508
|
+
<span>1507 stars this month</span>
|
|
513
509
|
</span>
|
|
514
510
|
</div>
|
|
515
511
|
<div class="details">
|
|
516
|
-
|
|
512
|
+
前端精读周刊。帮你理解最前沿、实用的技术。
|
|
517
513
|
</div>
|
|
518
514
|
</div>
|
|
519
515
|
</li>
|
|
@@ -522,32 +518,36 @@
|
|
|
522
518
|
<div class="info">
|
|
523
519
|
<div class="rank">
|
|
524
520
|
<span title="Ranking 12">12</span>
|
|
525
|
-
<a href="https://github.com/
|
|
521
|
+
<a href="https://github.com/Python-World/python-mini-projects" target="_blank" title="Python-World/python-mini-projects">Python-World/python-mini-projects</a>
|
|
526
522
|
</div>
|
|
527
523
|
<div class="sub-title followers">
|
|
528
524
|
|
|
525
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
526
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
527
|
+
</a>
|
|
528
|
+
|
|
529
529
|
<span class="star" title="Stargazers Count">
|
|
530
530
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
531
531
|
<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>
|
|
532
532
|
</svg>
|
|
533
|
-
<span>
|
|
533
|
+
<span>4970</span>
|
|
534
534
|
</span>
|
|
535
535
|
<span class="star" title="Repo Forked">
|
|
536
536
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
537
537
|
<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">
|
|
538
538
|
</path>
|
|
539
539
|
</svg>
|
|
540
|
-
<span>
|
|
540
|
+
<span>1393</span>
|
|
541
541
|
</span>
|
|
542
542
|
<span class="star">
|
|
543
543
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
544
544
|
<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>
|
|
545
545
|
</svg>
|
|
546
|
-
<span>
|
|
546
|
+
<span>1759 stars this month</span>
|
|
547
547
|
</span>
|
|
548
548
|
</div>
|
|
549
549
|
<div class="details">
|
|
550
|
-
|
|
550
|
+
A collection of simple python mini projects to enhance your python skills
|
|
551
551
|
</div>
|
|
552
552
|
</div>
|
|
553
553
|
</li>
|
|
@@ -556,7 +556,7 @@
|
|
|
556
556
|
<div class="info">
|
|
557
557
|
<div class="rank">
|
|
558
558
|
<span title="Ranking 13">13</span>
|
|
559
|
-
<a href="https://github.com/
|
|
559
|
+
<a href="https://github.com/jagrosh/MusicBot" target="_blank" title="jagrosh/MusicBot">jagrosh/MusicBot</a>
|
|
560
560
|
</div>
|
|
561
561
|
<div class="sub-title followers">
|
|
562
562
|
|
|
@@ -568,24 +568,24 @@
|
|
|
568
568
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
569
569
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
570
570
|
</svg>
|
|
571
|
-
<span>
|
|
571
|
+
<span>2600</span>
|
|
572
572
|
</span>
|
|
573
573
|
<span class="star" title="Repo Forked">
|
|
574
574
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
575
575
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
576
576
|
</path>
|
|
577
577
|
</svg>
|
|
578
|
-
<span>
|
|
578
|
+
<span>1251</span>
|
|
579
579
|
</span>
|
|
580
580
|
<span class="star">
|
|
581
581
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
582
582
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
583
583
|
</svg>
|
|
584
|
-
<span>
|
|
584
|
+
<span>714 stars this month</span>
|
|
585
585
|
</span>
|
|
586
586
|
</div>
|
|
587
587
|
<div class="details">
|
|
588
|
-
|
|
588
|
+
🎶 A Discord music bot that's easy to set up and run yourself!
|
|
589
589
|
</div>
|
|
590
590
|
</div>
|
|
591
591
|
</li>
|
|
@@ -594,7 +594,7 @@
|
|
|
594
594
|
<div class="info">
|
|
595
595
|
<div class="rank">
|
|
596
596
|
<span title="Ranking 14">14</span>
|
|
597
|
-
<a href="https://github.com/
|
|
597
|
+
<a href="https://github.com/appwrite/appwrite" target="_blank" title="appwrite/appwrite">appwrite/appwrite</a>
|
|
598
598
|
</div>
|
|
599
599
|
<div class="sub-title followers">
|
|
600
600
|
|
|
@@ -606,24 +606,24 @@
|
|
|
606
606
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
607
607
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
608
608
|
</svg>
|
|
609
|
-
<span>
|
|
609
|
+
<span>13078</span>
|
|
610
610
|
</span>
|
|
611
611
|
<span class="star" title="Repo Forked">
|
|
612
612
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
613
613
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
614
614
|
</path>
|
|
615
615
|
</svg>
|
|
616
|
-
<span>
|
|
616
|
+
<span>1151</span>
|
|
617
617
|
</span>
|
|
618
618
|
<span class="star">
|
|
619
619
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
620
620
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
621
621
|
</svg>
|
|
622
|
-
<span>
|
|
622
|
+
<span>1677 stars this month</span>
|
|
623
623
|
</span>
|
|
624
624
|
</div>
|
|
625
625
|
<div class="details">
|
|
626
|
-
|
|
626
|
+
Appwrite is a secure end-to-end backend server for Web, Mobile, and Flutter developers that is packaged as a set of Docker containers for easy deployment 🚀
|
|
627
627
|
</div>
|
|
628
628
|
</div>
|
|
629
629
|
</li>
|
|
@@ -632,7 +632,7 @@
|
|
|
632
632
|
<div class="info">
|
|
633
633
|
<div class="rank">
|
|
634
634
|
<span title="Ranking 15">15</span>
|
|
635
|
-
<a href="https://github.com/
|
|
635
|
+
<a href="https://github.com/waydroid/waydroid" target="_blank" title="waydroid/waydroid">waydroid/waydroid</a>
|
|
636
636
|
</div>
|
|
637
637
|
<div class="sub-title followers">
|
|
638
638
|
|
|
@@ -644,24 +644,24 @@
|
|
|
644
644
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
645
645
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
646
646
|
</svg>
|
|
647
|
-
<span>
|
|
647
|
+
<span>2392</span>
|
|
648
648
|
</span>
|
|
649
649
|
<span class="star" title="Repo Forked">
|
|
650
650
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
651
651
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
652
652
|
</path>
|
|
653
653
|
</svg>
|
|
654
|
-
<span>
|
|
654
|
+
<span>91</span>
|
|
655
655
|
</span>
|
|
656
656
|
<span class="star">
|
|
657
657
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
658
658
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
659
659
|
</svg>
|
|
660
|
-
<span>
|
|
660
|
+
<span>1794 stars this month</span>
|
|
661
661
|
</span>
|
|
662
662
|
</div>
|
|
663
663
|
<div class="details">
|
|
664
|
-
|
|
664
|
+
Waydroid uses a container-based approach to boot a full Android system on a regular GNU/Linux system like Ubuntu.
|
|
665
665
|
</div>
|
|
666
666
|
</div>
|
|
667
667
|
</li>
|
|
@@ -670,36 +670,32 @@
|
|
|
670
670
|
<div class="info">
|
|
671
671
|
<div class="rank">
|
|
672
672
|
<span title="Ranking 16">16</span>
|
|
673
|
-
<a href="https://github.com/
|
|
673
|
+
<a href="https://github.com/Tencent/secguide" target="_blank" title="Tencent/secguide">Tencent/secguide</a>
|
|
674
674
|
</div>
|
|
675
675
|
<div class="sub-title followers">
|
|
676
676
|
|
|
677
|
-
<a class="language" target="_blank" href="https://github.com/topics/c" title="Programming Language C">
|
|
678
|
-
<span style="background-color: #555555;"></span>C
|
|
679
|
-
</a>
|
|
680
|
-
|
|
681
677
|
<span class="star" title="Stargazers Count">
|
|
682
678
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
683
679
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
684
680
|
</svg>
|
|
685
|
-
<span>
|
|
681
|
+
<span>8740</span>
|
|
686
682
|
</span>
|
|
687
683
|
<span class="star" title="Repo Forked">
|
|
688
684
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
689
685
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
690
686
|
</path>
|
|
691
687
|
</svg>
|
|
692
|
-
<span>
|
|
688
|
+
<span>1122</span>
|
|
693
689
|
</span>
|
|
694
690
|
<span class="star">
|
|
695
691
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
696
692
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
697
693
|
</svg>
|
|
698
|
-
<span>
|
|
694
|
+
<span>2062 stars this month</span>
|
|
699
695
|
</span>
|
|
700
696
|
</div>
|
|
701
697
|
<div class="details">
|
|
702
|
-
|
|
698
|
+
面向开发人员梳理的代码安全指南
|
|
703
699
|
</div>
|
|
704
700
|
</div>
|
|
705
701
|
</li>
|
|
@@ -708,36 +704,36 @@
|
|
|
708
704
|
<div class="info">
|
|
709
705
|
<div class="rank">
|
|
710
706
|
<span title="Ranking 17">17</span>
|
|
711
|
-
<a href="https://github.com/
|
|
707
|
+
<a href="https://github.com/trailofbits/algo" target="_blank" title="trailofbits/algo">trailofbits/algo</a>
|
|
712
708
|
</div>
|
|
713
709
|
<div class="sub-title followers">
|
|
714
710
|
|
|
715
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
716
|
-
<span style="background-color: #
|
|
711
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
712
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
717
713
|
</a>
|
|
718
714
|
|
|
719
715
|
<span class="star" title="Stargazers Count">
|
|
720
716
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
721
717
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
722
718
|
</svg>
|
|
723
|
-
<span>
|
|
719
|
+
<span>23600</span>
|
|
724
720
|
</span>
|
|
725
721
|
<span class="star" title="Repo Forked">
|
|
726
722
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
727
723
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
728
724
|
</path>
|
|
729
725
|
</svg>
|
|
730
|
-
<span>
|
|
726
|
+
<span>1935</span>
|
|
731
727
|
</span>
|
|
732
728
|
<span class="star">
|
|
733
729
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
734
730
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
735
731
|
</svg>
|
|
736
|
-
<span>
|
|
732
|
+
<span>2158 stars this month</span>
|
|
737
733
|
</span>
|
|
738
734
|
</div>
|
|
739
735
|
<div class="details">
|
|
740
|
-
|
|
736
|
+
Set up a personal VPN in the cloud
|
|
741
737
|
</div>
|
|
742
738
|
</div>
|
|
743
739
|
</li>
|
|
@@ -746,36 +742,36 @@
|
|
|
746
742
|
<div class="info">
|
|
747
743
|
<div class="rank">
|
|
748
744
|
<span title="Ranking 18">18</span>
|
|
749
|
-
<a href="https://github.com/
|
|
745
|
+
<a href="https://github.com/30-seconds/30-seconds-of-code" target="_blank" title="30-seconds/30-seconds-of-code">30-seconds/30-seconds-of-code</a>
|
|
750
746
|
</div>
|
|
751
747
|
<div class="sub-title followers">
|
|
752
748
|
|
|
753
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
754
|
-
<span style="background-color: #
|
|
749
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
750
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
755
751
|
</a>
|
|
756
752
|
|
|
757
753
|
<span class="star" title="Stargazers Count">
|
|
758
754
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
759
755
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
760
756
|
</svg>
|
|
761
|
-
<span>
|
|
757
|
+
<span>87109</span>
|
|
762
758
|
</span>
|
|
763
759
|
<span class="star" title="Repo Forked">
|
|
764
760
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
765
761
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
766
762
|
</path>
|
|
767
763
|
</svg>
|
|
768
|
-
<span>
|
|
764
|
+
<span>9208</span>
|
|
769
765
|
</span>
|
|
770
766
|
<span class="star">
|
|
771
767
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
772
768
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
773
769
|
</svg>
|
|
774
|
-
<span>
|
|
770
|
+
<span>2867 stars this month</span>
|
|
775
771
|
</span>
|
|
776
772
|
</div>
|
|
777
773
|
<div class="details">
|
|
778
|
-
|
|
774
|
+
Short JavaScript code snippets for all your development needs
|
|
779
775
|
</div>
|
|
780
776
|
</div>
|
|
781
777
|
</li>
|
|
@@ -784,36 +780,36 @@
|
|
|
784
780
|
<div class="info">
|
|
785
781
|
<div class="rank">
|
|
786
782
|
<span title="Ranking 19">19</span>
|
|
787
|
-
<a href="https://github.com/
|
|
783
|
+
<a href="https://github.com/seaswalker/spring-analysis" target="_blank" title="seaswalker/spring-analysis">seaswalker/spring-analysis</a>
|
|
788
784
|
</div>
|
|
789
785
|
<div class="sub-title followers">
|
|
790
786
|
|
|
791
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
792
|
-
<span style="background-color: #
|
|
787
|
+
<a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
|
|
788
|
+
<span style="background-color: #b07219;"></span>Java
|
|
793
789
|
</a>
|
|
794
790
|
|
|
795
791
|
<span class="star" title="Stargazers Count">
|
|
796
792
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
797
793
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
798
794
|
</svg>
|
|
799
|
-
<span>
|
|
795
|
+
<span>10982</span>
|
|
800
796
|
</span>
|
|
801
797
|
<span class="star" title="Repo Forked">
|
|
802
798
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
803
799
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
804
800
|
</path>
|
|
805
801
|
</svg>
|
|
806
|
-
<span>
|
|
802
|
+
<span>3607</span>
|
|
807
803
|
</span>
|
|
808
804
|
<span class="star">
|
|
809
805
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
810
806
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
811
807
|
</svg>
|
|
812
|
-
<span>
|
|
808
|
+
<span>572 stars this month</span>
|
|
813
809
|
</span>
|
|
814
810
|
</div>
|
|
815
811
|
<div class="details">
|
|
816
|
-
|
|
812
|
+
Spring源码阅读
|
|
817
813
|
</div>
|
|
818
814
|
</div>
|
|
819
815
|
</li>
|
|
@@ -822,36 +818,32 @@
|
|
|
822
818
|
<div class="info">
|
|
823
819
|
<div class="rank">
|
|
824
820
|
<span title="Ranking 20">20</span>
|
|
825
|
-
<a href="https://github.com/
|
|
821
|
+
<a href="https://github.com/sindresorhus/awesome" target="_blank" title="sindresorhus/awesome">sindresorhus/awesome</a>
|
|
826
822
|
</div>
|
|
827
823
|
<div class="sub-title followers">
|
|
828
824
|
|
|
829
|
-
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
830
|
-
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
831
|
-
</a>
|
|
832
|
-
|
|
833
825
|
<span class="star" title="Stargazers Count">
|
|
834
826
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
835
827
|
<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>
|
|
836
828
|
</svg>
|
|
837
|
-
<span>
|
|
829
|
+
<span>172378</span>
|
|
838
830
|
</span>
|
|
839
831
|
<span class="star" title="Repo Forked">
|
|
840
832
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
841
833
|
<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">
|
|
842
834
|
</path>
|
|
843
835
|
</svg>
|
|
844
|
-
<span>
|
|
836
|
+
<span>21821</span>
|
|
845
837
|
</span>
|
|
846
838
|
<span class="star">
|
|
847
839
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
848
840
|
<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>
|
|
849
841
|
</svg>
|
|
850
|
-
<span>
|
|
842
|
+
<span>3988 stars this month</span>
|
|
851
843
|
</span>
|
|
852
844
|
</div>
|
|
853
845
|
<div class="details">
|
|
854
|
-
|
|
846
|
+
😎 Awesome lists about all kinds of interesting topics
|
|
855
847
|
</div>
|
|
856
848
|
</div>
|
|
857
849
|
</li>
|
|
@@ -860,32 +852,36 @@
|
|
|
860
852
|
<div class="info">
|
|
861
853
|
<div class="rank">
|
|
862
854
|
<span title="Ranking 21">21</span>
|
|
863
|
-
<a href="https://github.com/
|
|
855
|
+
<a href="https://github.com/ryanmcdermott/clean-code-javascript" target="_blank" title="ryanmcdermott/clean-code-javascript">ryanmcdermott/clean-code-javascript</a>
|
|
864
856
|
</div>
|
|
865
857
|
<div class="sub-title followers">
|
|
866
858
|
|
|
859
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
860
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
861
|
+
</a>
|
|
862
|
+
|
|
867
863
|
<span class="star" title="Stargazers Count">
|
|
868
864
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
869
865
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
870
866
|
</svg>
|
|
871
|
-
<span>
|
|
867
|
+
<span>58890</span>
|
|
872
868
|
</span>
|
|
873
869
|
<span class="star" title="Repo Forked">
|
|
874
870
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
875
871
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
876
872
|
</path>
|
|
877
873
|
</svg>
|
|
878
|
-
<span>
|
|
874
|
+
<span>7451</span>
|
|
879
875
|
</span>
|
|
880
876
|
<span class="star">
|
|
881
877
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
882
878
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
883
879
|
</svg>
|
|
884
|
-
<span>
|
|
880
|
+
<span>2180 stars this month</span>
|
|
885
881
|
</span>
|
|
886
882
|
</div>
|
|
887
883
|
<div class="details">
|
|
888
|
-
|
|
884
|
+
🛁 Clean Code concepts adapted for JavaScript
|
|
889
885
|
</div>
|
|
890
886
|
</div>
|
|
891
887
|
</li>
|
|
@@ -894,36 +890,36 @@
|
|
|
894
890
|
<div class="info">
|
|
895
891
|
<div class="rank">
|
|
896
892
|
<span title="Ranking 22">22</span>
|
|
897
|
-
<a href="https://github.com/
|
|
893
|
+
<a href="https://github.com/TheAlgorithms/C" target="_blank" title="TheAlgorithms/C">TheAlgorithms/C</a>
|
|
898
894
|
</div>
|
|
899
895
|
<div class="sub-title followers">
|
|
900
896
|
|
|
901
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
902
|
-
<span style="background-color: #
|
|
897
|
+
<a class="language" target="_blank" href="https://github.com/topics/c" title="Programming Language C">
|
|
898
|
+
<span style="background-color: #555555;"></span>C
|
|
903
899
|
</a>
|
|
904
900
|
|
|
905
901
|
<span class="star" title="Stargazers Count">
|
|
906
902
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
907
903
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
908
904
|
</svg>
|
|
909
|
-
<span>
|
|
905
|
+
<span>11080</span>
|
|
910
906
|
</span>
|
|
911
907
|
<span class="star" title="Repo Forked">
|
|
912
908
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
913
909
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
914
910
|
</path>
|
|
915
911
|
</svg>
|
|
916
|
-
<span>
|
|
912
|
+
<span>2922</span>
|
|
917
913
|
</span>
|
|
918
914
|
<span class="star">
|
|
919
915
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
920
916
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
921
917
|
</svg>
|
|
922
|
-
<span>
|
|
918
|
+
<span>880 stars this month</span>
|
|
923
919
|
</span>
|
|
924
920
|
</div>
|
|
925
921
|
<div class="details">
|
|
926
|
-
|
|
922
|
+
Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes.
|
|
927
923
|
</div>
|
|
928
924
|
</div>
|
|
929
925
|
</li>
|
|
@@ -932,36 +928,36 @@
|
|
|
932
928
|
<div class="info">
|
|
933
929
|
<div class="rank">
|
|
934
930
|
<span title="Ranking 23">23</span>
|
|
935
|
-
<a href="https://github.com/
|
|
931
|
+
<a href="https://github.com/YunaiV/ruoyi-vue-pro" target="_blank" title="YunaiV/ruoyi-vue-pro">YunaiV/ruoyi-vue-pro</a>
|
|
936
932
|
</div>
|
|
937
933
|
<div class="sub-title followers">
|
|
938
934
|
|
|
939
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
940
|
-
<span style="background-color: #
|
|
935
|
+
<a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
|
|
936
|
+
<span style="background-color: #b07219;"></span>Java
|
|
941
937
|
</a>
|
|
942
938
|
|
|
943
939
|
<span class="star" title="Stargazers Count">
|
|
944
940
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
945
941
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
946
942
|
</svg>
|
|
947
|
-
<span>
|
|
943
|
+
<span>1495</span>
|
|
948
944
|
</span>
|
|
949
945
|
<span class="star" title="Repo Forked">
|
|
950
946
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
951
947
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
952
948
|
</path>
|
|
953
949
|
</svg>
|
|
954
|
-
<span>
|
|
950
|
+
<span>466</span>
|
|
955
951
|
</span>
|
|
956
952
|
<span class="star">
|
|
957
953
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
958
954
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
959
955
|
</svg>
|
|
960
|
-
<span>
|
|
956
|
+
<span>593 stars this month</span>
|
|
961
957
|
</span>
|
|
962
958
|
</div>
|
|
963
959
|
<div class="details">
|
|
964
|
-
|
|
960
|
+
基于SpringBoot,Spring Security,JWT,Vue & Element 的前后端分离权限管理系统
|
|
965
961
|
</div>
|
|
966
962
|
</div>
|
|
967
963
|
</li>
|
|
@@ -970,36 +966,36 @@
|
|
|
970
966
|
<div class="info">
|
|
971
967
|
<div class="rank">
|
|
972
968
|
<span title="Ranking 24">24</span>
|
|
973
|
-
<a href="https://github.com/
|
|
969
|
+
<a href="https://github.com/monicahq/monica" target="_blank" title="monicahq/monica">monicahq/monica</a>
|
|
974
970
|
</div>
|
|
975
971
|
<div class="sub-title followers">
|
|
976
972
|
|
|
977
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
978
|
-
<span style="background-color: #
|
|
973
|
+
<a class="language" target="_blank" href="https://github.com/topics/php" title="Programming Language PHP">
|
|
974
|
+
<span style="background-color: #4F5D95;"></span>PHP
|
|
979
975
|
</a>
|
|
980
976
|
|
|
981
977
|
<span class="star" title="Stargazers Count">
|
|
982
978
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
983
979
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
984
980
|
</svg>
|
|
985
|
-
<span>
|
|
981
|
+
<span>15196</span>
|
|
986
982
|
</span>
|
|
987
983
|
<span class="star" title="Repo Forked">
|
|
988
984
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
989
985
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
990
986
|
</path>
|
|
991
987
|
</svg>
|
|
992
|
-
<span>
|
|
988
|
+
<span>1552</span>
|
|
993
989
|
</span>
|
|
994
990
|
<span class="star">
|
|
995
991
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
996
992
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
997
993
|
</svg>
|
|
998
|
-
<span>
|
|
994
|
+
<span>1961 stars this month</span>
|
|
999
995
|
</span>
|
|
1000
996
|
</div>
|
|
1001
997
|
<div class="details">
|
|
1002
|
-
|
|
998
|
+
Personal CRM. Remember everything about your friends, family and business relationships.
|
|
1003
999
|
</div>
|
|
1004
1000
|
</div>
|
|
1005
1001
|
</li>
|
|
@@ -1008,36 +1004,36 @@
|
|
|
1008
1004
|
<div class="info">
|
|
1009
1005
|
<div class="rank">
|
|
1010
1006
|
<span title="Ranking 25">25</span>
|
|
1011
|
-
<a href="https://github.com/
|
|
1007
|
+
<a href="https://github.com/willmcgugan/rich" target="_blank" title="willmcgugan/rich">willmcgugan/rich</a>
|
|
1012
1008
|
</div>
|
|
1013
1009
|
<div class="sub-title followers">
|
|
1014
1010
|
|
|
1015
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
1016
|
-
<span style="background-color: #
|
|
1011
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
1012
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
1017
1013
|
</a>
|
|
1018
1014
|
|
|
1019
1015
|
<span class="star" title="Stargazers Count">
|
|
1020
1016
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1021
1017
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
1022
1018
|
</svg>
|
|
1023
|
-
<span>
|
|
1019
|
+
<span>30162</span>
|
|
1024
1020
|
</span>
|
|
1025
1021
|
<span class="star" title="Repo Forked">
|
|
1026
1022
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1027
1023
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
1028
1024
|
</path>
|
|
1029
1025
|
</svg>
|
|
1030
|
-
<span>
|
|
1026
|
+
<span>964</span>
|
|
1031
1027
|
</span>
|
|
1032
1028
|
<span class="star">
|
|
1033
1029
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1034
1030
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
1035
1031
|
</svg>
|
|
1036
|
-
<span>
|
|
1032
|
+
<span>1477 stars this month</span>
|
|
1037
1033
|
</span>
|
|
1038
1034
|
</div>
|
|
1039
1035
|
<div class="details">
|
|
1040
|
-
|
|
1036
|
+
Rich is a Python library for rich text and beautiful formatting in the terminal.
|
|
1041
1037
|
</div>
|
|
1042
1038
|
</div>
|
|
1043
1039
|
</li>
|
|
@@ -1058,7 +1054,7 @@
|
|
|
1058
1054
|
<img src="https://img.shields.io/npm/v/@wcj/github-rank.svg?label=unpkg">
|
|
1059
1055
|
</a>
|
|
1060
1056
|
</p>
|
|
1061
|
-
<div class="time">Last cache created on 2021/10/
|
|
1057
|
+
<div class="time">Last cache created on 2021/10/17 by Github API v3.</div>
|
|
1062
1058
|
Create by <a href="https://github.com/jaywcjlove" target="_blank">小弟调调™</a>.
|
|
1063
1059
|
</div>
|
|
1064
1060
|
</body>
|