@wcj/github-rank 21.9.28 → 21.10.2
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 +34097 -33097
- package/dist/sifou-daily.json +17 -35
- package/dist/sifou-monthly.json +132 -132
- package/dist/sifou-weekly.json +174 -165
- package/dist/toutiao-30.json +92 -92
- package/dist/toutiao-7.json +138 -138
- package/dist/toutiao-90.json +60 -60
- package/dist/trending-daily.json +196 -196
- package/dist/trending-monthly.json +177 -188
- package/dist/trending-weekly.json +193 -193
- package/dist/users.china.json +3044 -3044
- package/dist/users.json +4015 -4015
- package/package.json +1 -1
- package/web/36kr.html +2 -2
- package/web/data/repos.json +34097 -33097
- package/web/data/sifou-daily.json +17 -35
- package/web/data/sifou-monthly.json +132 -132
- package/web/data/sifou-weekly.json +174 -165
- package/web/data/toutiao-30.json +92 -92
- package/web/data/toutiao-7.json +138 -138
- package/web/data/toutiao-90.json +60 -60
- package/web/data/trending-daily.json +196 -196
- package/web/data/trending-monthly.json +177 -188
- package/web/data/trending-weekly.json +193 -193
- package/web/data/users.china.json +3044 -3044
- package/web/data/users.json +4015 -4015
- package/web/index.html +1939 -1939
- package/web/repos.html +4321 -4325
- package/web/sifou-daily.html +16 -72
- package/web/sifou-monthly.html +141 -141
- package/web/sifou-weekly.html +166 -138
- package/web/toutiao-30.html +90 -90
- package/web/toutiao-7.html +102 -102
- package/web/toutiao-90.html +106 -106
- package/web/trending-monthly.html +162 -196
- package/web/trending-weekly.html +173 -169
- package/web/trending.html +175 -171
- package/web/users.china.html +1534 -1534
|
@@ -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/
|
|
84
|
+
<div class="time">Last cache created on 2021/10/2 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/Python-World/python-mini-projects" target="_blank" title="Python-World/python-mini-projects">Python-World/python-mini-projects</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/python" title="Programming Language Python">
|
|
112
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
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>4434</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>1244</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>3589 stars this month</span>
|
|
133
133
|
</span>
|
|
134
134
|
</div>
|
|
135
135
|
<div class="details">
|
|
136
|
-
|
|
136
|
+
A collection of simple python mini projects to enhance your python skills
|
|
137
137
|
</div>
|
|
138
138
|
</div>
|
|
139
139
|
</li>
|
|
@@ -154,20 +154,20 @@
|
|
|
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>3218</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>300</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>2208 stars this month</span>
|
|
171
171
|
</span>
|
|
172
172
|
</div>
|
|
173
173
|
<div class="details">
|
|
@@ -180,36 +180,32 @@
|
|
|
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/shengcaishizhan/kkndme_tianya" target="_blank" title="shengcaishizhan/kkndme_tianya">shengcaishizhan/kkndme_tianya</a>
|
|
184
184
|
</div>
|
|
185
185
|
<div class="sub-title followers">
|
|
186
186
|
|
|
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
|
-
</a>
|
|
190
|
-
|
|
191
187
|
<span class="star" title="Stargazers Count">
|
|
192
188
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
193
189
|
<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
190
|
</svg>
|
|
195
|
-
<span>
|
|
191
|
+
<span>3797</span>
|
|
196
192
|
</span>
|
|
197
193
|
<span class="star" title="Repo Forked">
|
|
198
194
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
199
195
|
<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
196
|
</path>
|
|
201
197
|
</svg>
|
|
202
|
-
<span>
|
|
198
|
+
<span>767</span>
|
|
203
199
|
</span>
|
|
204
200
|
<span class="star">
|
|
205
201
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
206
202
|
<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
203
|
</svg>
|
|
208
|
-
<span>
|
|
204
|
+
<span>1736 stars this month</span>
|
|
209
205
|
</span>
|
|
210
206
|
</div>
|
|
211
207
|
<div class="details">
|
|
212
|
-
|
|
208
|
+
天涯 kkndme 神贴聊房价
|
|
213
209
|
</div>
|
|
214
210
|
</div>
|
|
215
211
|
</li>
|
|
@@ -218,36 +214,36 @@
|
|
|
218
214
|
<div class="info">
|
|
219
215
|
<div class="rank">
|
|
220
216
|
<span title="Ranking 4">4</span>
|
|
221
|
-
<a href="https://github.com/
|
|
217
|
+
<a href="https://github.com/authelia/authelia" target="_blank" title="authelia/authelia">authelia/authelia</a>
|
|
222
218
|
</div>
|
|
223
219
|
<div class="sub-title followers">
|
|
224
220
|
|
|
225
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
226
|
-
<span style="background-color: #
|
|
221
|
+
<a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
|
|
222
|
+
<span style="background-color: #00ADD8;"></span>Go
|
|
227
223
|
</a>
|
|
228
224
|
|
|
229
225
|
<span class="star" title="Stargazers Count">
|
|
230
226
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
231
227
|
<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
228
|
</svg>
|
|
233
|
-
<span>
|
|
229
|
+
<span>10114</span>
|
|
234
230
|
</span>
|
|
235
231
|
<span class="star" title="Repo Forked">
|
|
236
232
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
237
233
|
<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
234
|
</path>
|
|
239
235
|
</svg>
|
|
240
|
-
<span>
|
|
236
|
+
<span>494</span>
|
|
241
237
|
</span>
|
|
242
238
|
<span class="star">
|
|
243
239
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
244
240
|
<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
241
|
</svg>
|
|
246
|
-
<span>
|
|
242
|
+
<span>3209 stars this month</span>
|
|
247
243
|
</span>
|
|
248
244
|
</div>
|
|
249
245
|
<div class="details">
|
|
250
|
-
|
|
246
|
+
The Single Sign-On Multi-Factor portal for web apps
|
|
251
247
|
</div>
|
|
252
248
|
</div>
|
|
253
249
|
</li>
|
|
@@ -256,36 +252,36 @@
|
|
|
256
252
|
<div class="info">
|
|
257
253
|
<div class="rank">
|
|
258
254
|
<span title="Ranking 5">5</span>
|
|
259
|
-
<a href="https://github.com/
|
|
255
|
+
<a href="https://github.com/qier222/YesPlayMusic" target="_blank" title="qier222/YesPlayMusic">qier222/YesPlayMusic</a>
|
|
260
256
|
</div>
|
|
261
257
|
<div class="sub-title followers">
|
|
262
258
|
|
|
263
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
264
|
-
<span style="background-color: #
|
|
259
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
260
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
265
261
|
</a>
|
|
266
262
|
|
|
267
263
|
<span class="star" title="Stargazers Count">
|
|
268
264
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
269
265
|
<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
266
|
</svg>
|
|
271
|
-
<span>
|
|
267
|
+
<span>11338</span>
|
|
272
268
|
</span>
|
|
273
269
|
<span class="star" title="Repo Forked">
|
|
274
270
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
275
271
|
<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
272
|
</path>
|
|
277
273
|
</svg>
|
|
278
|
-
<span>
|
|
274
|
+
<span>1475</span>
|
|
279
275
|
</span>
|
|
280
276
|
<span class="star">
|
|
281
277
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
282
278
|
<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
279
|
</svg>
|
|
284
|
-
<span>
|
|
280
|
+
<span>1678 stars this month</span>
|
|
285
281
|
</span>
|
|
286
282
|
</div>
|
|
287
283
|
<div class="details">
|
|
288
|
-
|
|
284
|
+
高颜值的第三方网易云播放器,支持 Windows / macOS / Linux
|
|
289
285
|
</div>
|
|
290
286
|
</div>
|
|
291
287
|
</li>
|
|
@@ -294,7 +290,7 @@
|
|
|
294
290
|
<div class="info">
|
|
295
291
|
<div class="rank">
|
|
296
292
|
<span title="Ranking 6">6</span>
|
|
297
|
-
<a href="https://github.com/
|
|
293
|
+
<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>
|
|
298
294
|
</div>
|
|
299
295
|
<div class="sub-title followers">
|
|
300
296
|
|
|
@@ -306,24 +302,24 @@
|
|
|
306
302
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
307
303
|
<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
304
|
</svg>
|
|
309
|
-
<span>
|
|
305
|
+
<span>6490</span>
|
|
310
306
|
</span>
|
|
311
307
|
<span class="star" title="Repo Forked">
|
|
312
308
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
313
309
|
<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
310
|
</path>
|
|
315
311
|
</svg>
|
|
316
|
-
<span>
|
|
312
|
+
<span>371</span>
|
|
317
313
|
</span>
|
|
318
314
|
<span class="star">
|
|
319
315
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
320
316
|
<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
317
|
</svg>
|
|
322
|
-
<span>
|
|
318
|
+
<span>1429 stars this month</span>
|
|
323
319
|
</span>
|
|
324
320
|
</div>
|
|
325
321
|
<div class="details">
|
|
326
|
-
|
|
322
|
+
📚 Learn to write an embedded OS in Rust 🦀
|
|
327
323
|
</div>
|
|
328
324
|
</div>
|
|
329
325
|
</li>
|
|
@@ -332,36 +328,36 @@
|
|
|
332
328
|
<div class="info">
|
|
333
329
|
<div class="rank">
|
|
334
330
|
<span title="Ranking 7">7</span>
|
|
335
|
-
<a href="https://github.com/
|
|
331
|
+
<a href="https://github.com/solana-labs/dapp-scaffold" target="_blank" title="solana-labs/dapp-scaffold">solana-labs/dapp-scaffold</a>
|
|
336
332
|
</div>
|
|
337
333
|
<div class="sub-title followers">
|
|
338
334
|
|
|
339
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
340
|
-
<span style="background-color: #
|
|
335
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
336
|
+
<span style="background-color: #2b7489;"></span>TypeScript
|
|
341
337
|
</a>
|
|
342
338
|
|
|
343
339
|
<span class="star" title="Stargazers Count">
|
|
344
340
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
345
341
|
<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
342
|
</svg>
|
|
347
|
-
<span>
|
|
343
|
+
<span>592</span>
|
|
348
344
|
</span>
|
|
349
345
|
<span class="star" title="Repo Forked">
|
|
350
346
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
351
347
|
<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
348
|
</path>
|
|
353
349
|
</svg>
|
|
354
|
-
<span>
|
|
350
|
+
<span>231</span>
|
|
355
351
|
</span>
|
|
356
352
|
<span class="star">
|
|
357
353
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
358
354
|
<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
355
|
</svg>
|
|
360
|
-
<span>
|
|
356
|
+
<span>357 stars this month</span>
|
|
361
357
|
</span>
|
|
362
358
|
</div>
|
|
363
359
|
<div class="details">
|
|
364
|
-
|
|
360
|
+
Scaffolding for a dapp built on Solana
|
|
365
361
|
</div>
|
|
366
362
|
</div>
|
|
367
363
|
</li>
|
|
@@ -370,36 +366,36 @@
|
|
|
370
366
|
<div class="info">
|
|
371
367
|
<div class="rank">
|
|
372
368
|
<span title="Ranking 8">8</span>
|
|
373
|
-
<a href="https://github.com/
|
|
369
|
+
<a href="https://github.com/Sairyss/domain-driven-hexagon" target="_blank" title="Sairyss/domain-driven-hexagon">Sairyss/domain-driven-hexagon</a>
|
|
374
370
|
</div>
|
|
375
371
|
<div class="sub-title followers">
|
|
376
372
|
|
|
377
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
378
|
-
<span style="background-color: #
|
|
373
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
374
|
+
<span style="background-color: #2b7489;"></span>TypeScript
|
|
379
375
|
</a>
|
|
380
376
|
|
|
381
377
|
<span class="star" title="Stargazers Count">
|
|
382
378
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
383
379
|
<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
380
|
</svg>
|
|
385
|
-
<span>
|
|
381
|
+
<span>3634</span>
|
|
386
382
|
</span>
|
|
387
383
|
<span class="star" title="Repo Forked">
|
|
388
384
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
389
385
|
<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
386
|
</path>
|
|
391
387
|
</svg>
|
|
392
|
-
<span>
|
|
388
|
+
<span>252</span>
|
|
393
389
|
</span>
|
|
394
390
|
<span class="star">
|
|
395
391
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
396
392
|
<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
393
|
</svg>
|
|
398
|
-
<span>
|
|
394
|
+
<span>1056 stars this month</span>
|
|
399
395
|
</span>
|
|
400
396
|
</div>
|
|
401
397
|
<div class="details">
|
|
402
|
-
|
|
398
|
+
Guide on Domain-Driven Design, Hexagonal architecture, best practices etc.
|
|
403
399
|
</div>
|
|
404
400
|
</div>
|
|
405
401
|
</li>
|
|
@@ -408,36 +404,36 @@
|
|
|
408
404
|
<div class="info">
|
|
409
405
|
<div class="rank">
|
|
410
406
|
<span title="Ranking 9">9</span>
|
|
411
|
-
<a href="https://github.com/
|
|
407
|
+
<a href="https://github.com/cloudwego/netpoll" target="_blank" title="cloudwego/netpoll">cloudwego/netpoll</a>
|
|
412
408
|
</div>
|
|
413
409
|
<div class="sub-title followers">
|
|
414
410
|
|
|
415
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
416
|
-
<span style="background-color: #
|
|
411
|
+
<a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
|
|
412
|
+
<span style="background-color: #00ADD8;"></span>Go
|
|
417
413
|
</a>
|
|
418
414
|
|
|
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>1809</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>181</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>973 stars this month</span>
|
|
437
433
|
</span>
|
|
438
434
|
</div>
|
|
439
435
|
<div class="details">
|
|
440
|
-
|
|
436
|
+
A high-performance non-blocking I/O networking framework, which focused on RPC scenarios, developed by ByteDance.
|
|
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/HashLips/generative-art-node" target="_blank" title="HashLips/generative-art-node">HashLips/generative-art-node</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/javascript" title="Programming Language JavaScript">
|
|
450
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
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>1211</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>358</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>780 stars this month</span>
|
|
475
471
|
</span>
|
|
476
472
|
</div>
|
|
477
473
|
<div class="details">
|
|
478
|
-
|
|
474
|
+
Create generative art by using the canvas api and node js
|
|
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/robertdavidgraham/masscan" target="_blank" title="robertdavidgraham/masscan">robertdavidgraham/masscan</a>
|
|
488
484
|
</div>
|
|
489
485
|
<div class="sub-title followers">
|
|
490
486
|
|
|
491
|
-
<a class="language" target="_blank" href="https://github.com/topics/c
|
|
492
|
-
<span style="background-color: #
|
|
487
|
+
<a class="language" target="_blank" href="https://github.com/topics/c" title="Programming Language C">
|
|
488
|
+
<span style="background-color: #555555;"></span>C
|
|
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>17482</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>2564</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>1709 stars this month</span>
|
|
513
509
|
</span>
|
|
514
510
|
</div>
|
|
515
511
|
<div class="details">
|
|
516
|
-
|
|
512
|
+
TCP port scanner, spews SYN packets asynchronously, scanning entire Internet in under 5 minutes.
|
|
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/metaplex-foundation/metaplex" target="_blank" title="metaplex-foundation/metaplex">metaplex-foundation/metaplex</a>
|
|
526
522
|
</div>
|
|
527
523
|
<div class="sub-title followers">
|
|
528
524
|
|
|
525
|
+
<a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
|
|
526
|
+
<span style="background-color: #dea584;"></span>Rust
|
|
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>1261</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>2293</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>800 stars this month</span>
|
|
547
547
|
</span>
|
|
548
548
|
</div>
|
|
549
549
|
<div class="details">
|
|
550
|
-
|
|
550
|
+
Protocol and application framework for decentralized NFT minting, storefronts, and sales.
|
|
551
551
|
</div>
|
|
552
552
|
</div>
|
|
553
553
|
</li>
|
|
@@ -556,36 +556,36 @@
|
|
|
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/Vonng/ddia" target="_blank" title="Vonng/ddia">Vonng/ddia</a>
|
|
560
560
|
</div>
|
|
561
561
|
<div class="sub-title followers">
|
|
562
562
|
|
|
563
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
564
|
-
<span style="background-color: #
|
|
563
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
564
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
565
565
|
</a>
|
|
566
566
|
|
|
567
567
|
<span class="star" title="Stargazers Count">
|
|
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>9180</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>2022</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>1036 stars this month</span>
|
|
585
585
|
</span>
|
|
586
586
|
</div>
|
|
587
587
|
<div class="details">
|
|
588
|
-
|
|
588
|
+
《Designing Data-Intensive Application》DDIA中文翻译
|
|
589
589
|
</div>
|
|
590
590
|
</div>
|
|
591
591
|
</li>
|
|
@@ -594,36 +594,36 @@
|
|
|
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/yangshun/tech-interview-handbook" target="_blank" title="yangshun/tech-interview-handbook">yangshun/tech-interview-handbook</a>
|
|
598
598
|
</div>
|
|
599
599
|
<div class="sub-title followers">
|
|
600
600
|
|
|
601
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
602
|
-
<span style="background-color: #
|
|
601
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
602
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
603
603
|
</a>
|
|
604
604
|
|
|
605
605
|
<span class="star" title="Stargazers Count">
|
|
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>59472</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>8248</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>2637 stars this month</span>
|
|
623
623
|
</span>
|
|
624
624
|
</div>
|
|
625
625
|
<div class="details">
|
|
626
|
-
|
|
626
|
+
💯 Curated interview preparation materials for busy engineers
|
|
627
627
|
</div>
|
|
628
628
|
</div>
|
|
629
629
|
</li>
|
|
@@ -632,36 +632,32 @@
|
|
|
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/0voice/Introduction-to-Golang" target="_blank" title="0voice/Introduction-to-Golang">0voice/Introduction-to-Golang</a>
|
|
636
636
|
</div>
|
|
637
637
|
<div class="sub-title followers">
|
|
638
638
|
|
|
639
|
-
<a class="language" target="_blank" href="https://github.com/topics/jupyternotebook" title="Programming Language JupyterNotebook">
|
|
640
|
-
<span style="background-color: #DA5B0B;"></span>JupyterNotebook
|
|
641
|
-
</a>
|
|
642
|
-
|
|
643
639
|
<span class="star" title="Stargazers Count">
|
|
644
640
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
645
641
|
<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
642
|
</svg>
|
|
647
|
-
<span>
|
|
643
|
+
<span>3297</span>
|
|
648
644
|
</span>
|
|
649
645
|
<span class="star" title="Repo Forked">
|
|
650
646
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
651
647
|
<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
648
|
</path>
|
|
653
649
|
</svg>
|
|
654
|
-
<span>
|
|
650
|
+
<span>649</span>
|
|
655
651
|
</span>
|
|
656
652
|
<span class="star">
|
|
657
653
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
658
654
|
<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
655
|
</svg>
|
|
660
|
-
<span>
|
|
656
|
+
<span>1652 stars this month</span>
|
|
661
657
|
</span>
|
|
662
658
|
</div>
|
|
663
659
|
<div class="details">
|
|
664
|
-
|
|
660
|
+
【未来服务器端编程语言】最全空降golang资料补给包(满血战斗),包含文章,书籍,作者论文,理论分析,开源框架,云原生,大佬视频,大厂实战分享ppt
|
|
665
661
|
</div>
|
|
666
662
|
</div>
|
|
667
663
|
</li>
|
|
@@ -670,36 +666,36 @@
|
|
|
670
666
|
<div class="info">
|
|
671
667
|
<div class="rank">
|
|
672
668
|
<span title="Ranking 16">16</span>
|
|
673
|
-
<a href="https://github.com/
|
|
669
|
+
<a href="https://github.com/YunaiV/ruoyi-vue-pro" target="_blank" title="YunaiV/ruoyi-vue-pro">YunaiV/ruoyi-vue-pro</a>
|
|
674
670
|
</div>
|
|
675
671
|
<div class="sub-title followers">
|
|
676
672
|
|
|
677
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
678
|
-
<span style="background-color: #
|
|
673
|
+
<a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
|
|
674
|
+
<span style="background-color: #b07219;"></span>Java
|
|
679
675
|
</a>
|
|
680
676
|
|
|
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>1331</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>411</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>498 stars this month</span>
|
|
699
695
|
</span>
|
|
700
696
|
</div>
|
|
701
697
|
<div class="details">
|
|
702
|
-
|
|
698
|
+
基于SpringBoot,Spring Security,JWT,Vue & Element 的前后端分离权限管理系统
|
|
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/solana-labs/solana" target="_blank" title="solana-labs/solana">solana-labs/solana</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/rust" title="Programming Language Rust">
|
|
712
|
+
<span style="background-color: #dea584;"></span>Rust
|
|
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>4269</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>816</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>895 stars this month</span>
|
|
737
733
|
</span>
|
|
738
734
|
</div>
|
|
739
735
|
<div class="details">
|
|
740
|
-
|
|
736
|
+
Web-Scale Blockchain for fast, secure, scalable, decentralized apps and marketplaces.
|
|
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>86390</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>9129</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>4302 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/TheAlgorithms/Javascript" target="_blank" title="TheAlgorithms/Javascript">TheAlgorithms/Javascript</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/javascript" title="Programming Language JavaScript">
|
|
788
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
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>14538</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>2455</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>2255 stars this month</span>
|
|
813
809
|
</span>
|
|
814
810
|
</div>
|
|
815
811
|
<div class="details">
|
|
816
|
-
|
|
812
|
+
A repository for All algorithms implemented in Javascript (for educational purposes only)
|
|
817
813
|
</div>
|
|
818
814
|
</div>
|
|
819
815
|
</li>
|
|
@@ -822,7 +818,7 @@
|
|
|
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/TheAlgorithms/C-Plus-Plus" target="_blank" title="TheAlgorithms/C-Plus-Plus">TheAlgorithms/C-Plus-Plus</a>
|
|
826
822
|
</div>
|
|
827
823
|
<div class="sub-title followers">
|
|
828
824
|
|
|
@@ -834,24 +830,24 @@
|
|
|
834
830
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
835
831
|
<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
832
|
</svg>
|
|
837
|
-
<span>
|
|
833
|
+
<span>15948</span>
|
|
838
834
|
</span>
|
|
839
835
|
<span class="star" title="Repo Forked">
|
|
840
836
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
841
837
|
<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
838
|
</path>
|
|
843
839
|
</svg>
|
|
844
|
-
<span>
|
|
840
|
+
<span>4216</span>
|
|
845
841
|
</span>
|
|
846
842
|
<span class="star">
|
|
847
843
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
848
844
|
<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
845
|
</svg>
|
|
850
|
-
<span>
|
|
846
|
+
<span>1618 stars this month</span>
|
|
851
847
|
</span>
|
|
852
848
|
</div>
|
|
853
849
|
<div class="details">
|
|
854
|
-
|
|
850
|
+
Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
|
|
855
851
|
</div>
|
|
856
852
|
</div>
|
|
857
853
|
</li>
|
|
@@ -860,36 +856,36 @@
|
|
|
860
856
|
<div class="info">
|
|
861
857
|
<div class="rank">
|
|
862
858
|
<span title="Ranking 21">21</span>
|
|
863
|
-
<a href="https://github.com/
|
|
859
|
+
<a href="https://github.com/pyg-team/pytorch_geometric" target="_blank" title="pyg-team/pytorch_geometric">pyg-team/pytorch_geometric</a>
|
|
864
860
|
</div>
|
|
865
861
|
<div class="sub-title followers">
|
|
866
862
|
|
|
867
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
868
|
-
<span style="background-color: #
|
|
863
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
864
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
869
865
|
</a>
|
|
870
866
|
|
|
871
867
|
<span class="star" title="Stargazers Count">
|
|
872
868
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
873
869
|
<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>
|
|
874
870
|
</svg>
|
|
875
|
-
<span>
|
|
871
|
+
<span>12632</span>
|
|
876
872
|
</span>
|
|
877
873
|
<span class="star" title="Repo Forked">
|
|
878
874
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
879
875
|
<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">
|
|
880
876
|
</path>
|
|
881
877
|
</svg>
|
|
882
|
-
<span>
|
|
878
|
+
<span>2155</span>
|
|
883
879
|
</span>
|
|
884
880
|
<span class="star">
|
|
885
881
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
886
882
|
<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>
|
|
887
883
|
</svg>
|
|
888
|
-
<span>
|
|
884
|
+
<span>856 stars this month</span>
|
|
889
885
|
</span>
|
|
890
886
|
</div>
|
|
891
887
|
<div class="details">
|
|
892
|
-
|
|
888
|
+
Graph Neural Network Library for PyTorch
|
|
893
889
|
</div>
|
|
894
890
|
</div>
|
|
895
891
|
</li>
|
|
@@ -898,36 +894,36 @@
|
|
|
898
894
|
<div class="info">
|
|
899
895
|
<div class="rank">
|
|
900
896
|
<span title="Ranking 22">22</span>
|
|
901
|
-
<a href="https://github.com/
|
|
897
|
+
<a href="https://github.com/containers/podman" target="_blank" title="containers/podman">containers/podman</a>
|
|
902
898
|
</div>
|
|
903
899
|
<div class="sub-title followers">
|
|
904
900
|
|
|
905
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
906
|
-
<span style="background-color: #
|
|
901
|
+
<a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
|
|
902
|
+
<span style="background-color: #00ADD8;"></span>Go
|
|
907
903
|
</a>
|
|
908
904
|
|
|
909
905
|
<span class="star" title="Stargazers Count">
|
|
910
906
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
911
907
|
<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>
|
|
912
908
|
</svg>
|
|
913
|
-
<span>
|
|
909
|
+
<span>10555</span>
|
|
914
910
|
</span>
|
|
915
911
|
<span class="star" title="Repo Forked">
|
|
916
912
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
917
913
|
<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">
|
|
918
914
|
</path>
|
|
919
915
|
</svg>
|
|
920
|
-
<span>
|
|
916
|
+
<span>1080</span>
|
|
921
917
|
</span>
|
|
922
918
|
<span class="star">
|
|
923
919
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
924
920
|
<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>
|
|
925
921
|
</svg>
|
|
926
|
-
<span>
|
|
922
|
+
<span>1785 stars this month</span>
|
|
927
923
|
</span>
|
|
928
924
|
</div>
|
|
929
925
|
<div class="details">
|
|
930
|
-
|
|
926
|
+
Podman: A tool for managing OCI containers and pods.
|
|
931
927
|
</div>
|
|
932
928
|
</div>
|
|
933
929
|
</li>
|
|
@@ -936,32 +932,36 @@
|
|
|
936
932
|
<div class="info">
|
|
937
933
|
<div class="rank">
|
|
938
934
|
<span title="Ranking 23">23</span>
|
|
939
|
-
<a href="https://github.com/
|
|
935
|
+
<a href="https://github.com/babysor/MockingBird" target="_blank" title="babysor/MockingBird">babysor/MockingBird</a>
|
|
940
936
|
</div>
|
|
941
937
|
<div class="sub-title followers">
|
|
942
938
|
|
|
939
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
940
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
941
|
+
</a>
|
|
942
|
+
|
|
943
943
|
<span class="star" title="Stargazers Count">
|
|
944
944
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
945
945
|
<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
946
|
</svg>
|
|
947
|
-
<span>
|
|
947
|
+
<span>7579</span>
|
|
948
948
|
</span>
|
|
949
949
|
<span class="star" title="Repo Forked">
|
|
950
950
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
951
951
|
<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
952
|
</path>
|
|
953
953
|
</svg>
|
|
954
|
-
<span>
|
|
954
|
+
<span>737</span>
|
|
955
955
|
</span>
|
|
956
956
|
<span class="star">
|
|
957
957
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
958
958
|
<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
959
|
</svg>
|
|
960
|
-
<span>
|
|
960
|
+
<span>3822 stars this month</span>
|
|
961
961
|
</span>
|
|
962
962
|
</div>
|
|
963
963
|
<div class="details">
|
|
964
|
-
|
|
964
|
+
🚀AI拟声: 5秒内克隆您的声音并生成任意语音内容 Clone a voice in 5 seconds to generate arbitrary speech in real-time
|
|
965
965
|
</div>
|
|
966
966
|
</div>
|
|
967
967
|
</li>
|
|
@@ -970,70 +970,36 @@
|
|
|
970
970
|
<div class="info">
|
|
971
971
|
<div class="rank">
|
|
972
972
|
<span title="Ranking 24">24</span>
|
|
973
|
-
<a href="https://github.com/
|
|
973
|
+
<a href="https://github.com/vnpy/vnpy" target="_blank" title="vnpy/vnpy">vnpy/vnpy</a>
|
|
974
974
|
</div>
|
|
975
975
|
<div class="sub-title followers">
|
|
976
976
|
|
|
977
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
978
|
-
<span style="background-color: #
|
|
977
|
+
<a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
|
|
978
|
+
<span style="background-color: #f34b7d;"></span>C++
|
|
979
979
|
</a>
|
|
980
980
|
|
|
981
981
|
<span class="star" title="Stargazers Count">
|
|
982
982
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
983
983
|
<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
984
|
</svg>
|
|
985
|
-
<span>
|
|
986
|
-
</span>
|
|
987
|
-
<span class="star" title="Repo Forked">
|
|
988
|
-
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
989
|
-
<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
|
-
</path>
|
|
991
|
-
</svg>
|
|
992
|
-
<span>1161</span>
|
|
993
|
-
</span>
|
|
994
|
-
<span class="star">
|
|
995
|
-
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
996
|
-
<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
|
-
</svg>
|
|
998
|
-
<span>1104 stars this month</span>
|
|
999
|
-
</span>
|
|
1000
|
-
</div>
|
|
1001
|
-
<div class="details">
|
|
1002
|
-
Fig adds autocomplete to your terminal.
|
|
1003
|
-
</div>
|
|
1004
|
-
</div>
|
|
1005
|
-
</li>
|
|
1006
|
-
|
|
1007
|
-
<li>
|
|
1008
|
-
<div class="info">
|
|
1009
|
-
<div class="rank">
|
|
1010
|
-
<span title="Ranking 25">25</span>
|
|
1011
|
-
<a href="https://github.com/Tencent/secguide" target="_blank" title="Tencent/secguide">Tencent/secguide</a>
|
|
1012
|
-
</div>
|
|
1013
|
-
<div class="sub-title followers">
|
|
1014
|
-
|
|
1015
|
-
<span class="star" title="Stargazers Count">
|
|
1016
|
-
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
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>
|
|
1018
|
-
</svg>
|
|
1019
|
-
<span>8231</span>
|
|
985
|
+
<span>16417</span>
|
|
1020
986
|
</span>
|
|
1021
987
|
<span class="star" title="Repo Forked">
|
|
1022
988
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1023
989
|
<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">
|
|
1024
990
|
</path>
|
|
1025
991
|
</svg>
|
|
1026
|
-
<span>
|
|
992
|
+
<span>6683</span>
|
|
1027
993
|
</span>
|
|
1028
994
|
<span class="star">
|
|
1029
995
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1030
996
|
<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>
|
|
1031
997
|
</svg>
|
|
1032
|
-
<span>
|
|
998
|
+
<span>624 stars this month</span>
|
|
1033
999
|
</span>
|
|
1034
1000
|
</div>
|
|
1035
1001
|
<div class="details">
|
|
1036
|
-
|
|
1002
|
+
基于Python的开源量化交易平台开发框架
|
|
1037
1003
|
</div>
|
|
1038
1004
|
</div>
|
|
1039
1005
|
</li>
|
|
@@ -1054,7 +1020,7 @@
|
|
|
1054
1020
|
<img src="https://img.shields.io/npm/v/@wcj/github-rank.svg?label=unpkg">
|
|
1055
1021
|
</a>
|
|
1056
1022
|
</p>
|
|
1057
|
-
<div class="time">Last cache created on 2021/
|
|
1023
|
+
<div class="time">Last cache created on 2021/10/2 by Github API v3.</div>
|
|
1058
1024
|
Create by <a href="https://github.com/jaywcjlove" target="_blank">小弟调调™</a>.
|
|
1059
1025
|
</div>
|
|
1060
1026
|
</body>
|