@wcj/github-rank 21.12.22 → 21.12.23
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 +20157 -20161
- package/dist/sifou-daily.json +103 -202
- package/dist/sifou-monthly.json +59 -59
- package/dist/sifou-weekly.json +91 -91
- package/dist/toutiao-30.json +71 -71
- package/dist/toutiao-7.json +93 -93
- package/dist/toutiao-90.json +14 -14
- package/dist/trending-daily.json +169 -169
- package/dist/trending-monthly.json +147 -147
- package/dist/trending-weekly.json +155 -155
- package/dist/users.china.json +1269 -1269
- package/dist/users.json +1987 -1987
- package/package.json +1 -1
- package/web/36kr.html +2 -2
- package/web/data/repos.json +20157 -20161
- package/web/data/sifou-daily.json +103 -202
- package/web/data/sifou-monthly.json +59 -59
- package/web/data/sifou-weekly.json +91 -91
- package/web/data/toutiao-30.json +71 -71
- package/web/data/toutiao-7.json +93 -93
- package/web/data/toutiao-90.json +14 -14
- package/web/data/trending-daily.json +169 -169
- package/web/data/trending-monthly.json +147 -147
- package/web/data/trending-weekly.json +155 -155
- package/web/data/users.china.json +1269 -1269
- package/web/data/users.json +1987 -1987
- package/web/index.html +1078 -1078
- package/web/repos.html +2576 -2576
- package/web/sifou-daily.html +86 -394
- package/web/sifou-monthly.html +82 -82
- package/web/sifou-weekly.html +113 -113
- package/web/toutiao-30.html +95 -95
- package/web/toutiao-7.html +73 -73
- package/web/toutiao-90.html +56 -56
- package/web/trending-monthly.html +132 -132
- package/web/trending-weekly.html +137 -133
- package/web/trending.html +146 -146
- package/web/users.china.html +653 -653
package/web/trending.html
CHANGED
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
|
|
103
103
|
|
|
104
104
|
</h1>
|
|
105
|
-
<div class="time">Last cache created on 2021/12/
|
|
105
|
+
<div class="time">Last cache created on 2021/12/23 by Github API v3.</div>
|
|
106
106
|
<div class="tabs">
|
|
107
107
|
<a class="" href="index.html">Users</a>
|
|
108
108
|
<a class="" href="repos.html">Repos</a>
|
|
@@ -124,32 +124,32 @@
|
|
|
124
124
|
<div class="info">
|
|
125
125
|
<div class="rank">
|
|
126
126
|
<span title="Ranking 1">1</span>
|
|
127
|
-
<a href="https://github.com/
|
|
127
|
+
<a href="https://github.com/freqtrade/freqtrade" target="_blank" title="freqtrade/freqtrade">freqtrade/freqtrade</a>
|
|
128
128
|
</div>
|
|
129
129
|
<div class="sub-title followers">
|
|
130
130
|
|
|
131
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
132
|
-
<span style="background-color: #
|
|
131
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
132
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
133
133
|
</a>
|
|
134
134
|
|
|
135
135
|
<span class="star" title="Stargazers Count">
|
|
136
136
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
137
137
|
<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>
|
|
138
138
|
</svg>
|
|
139
|
-
<span>
|
|
139
|
+
<span>14583</span>
|
|
140
140
|
</span>
|
|
141
141
|
<span class="star" title="Repo Forked">
|
|
142
142
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
143
143
|
<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">
|
|
144
144
|
</path>
|
|
145
145
|
</svg>
|
|
146
|
-
<span>
|
|
146
|
+
<span>3154</span>
|
|
147
147
|
</span>
|
|
148
148
|
<span class="star">
|
|
149
149
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
150
150
|
<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>
|
|
151
151
|
</svg>
|
|
152
|
-
<span>
|
|
152
|
+
<span>183 stars today</span>
|
|
153
153
|
</span>
|
|
154
154
|
</div>
|
|
155
155
|
<div class="details">
|
|
@@ -162,32 +162,32 @@
|
|
|
162
162
|
<div class="info">
|
|
163
163
|
<div class="rank">
|
|
164
164
|
<span title="Ranking 2">2</span>
|
|
165
|
-
<a href="https://github.com/
|
|
165
|
+
<a href="https://github.com/codenotary/immudb" target="_blank" title="codenotary/immudb">codenotary/immudb</a>
|
|
166
166
|
</div>
|
|
167
167
|
<div class="sub-title followers">
|
|
168
168
|
|
|
169
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
170
|
-
<span style="background-color: #
|
|
169
|
+
<a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
|
|
170
|
+
<span style="background-color: #00ADD8;"></span>Go
|
|
171
171
|
</a>
|
|
172
172
|
|
|
173
173
|
<span class="star" title="Stargazers Count">
|
|
174
174
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
175
175
|
<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>
|
|
176
176
|
</svg>
|
|
177
|
-
<span>
|
|
177
|
+
<span>4792</span>
|
|
178
178
|
</span>
|
|
179
179
|
<span class="star" title="Repo Forked">
|
|
180
180
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
181
181
|
<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">
|
|
182
182
|
</path>
|
|
183
183
|
</svg>
|
|
184
|
-
<span>
|
|
184
|
+
<span>174</span>
|
|
185
185
|
</span>
|
|
186
186
|
<span class="star">
|
|
187
187
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
188
188
|
<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>
|
|
189
189
|
</svg>
|
|
190
|
-
<span>
|
|
190
|
+
<span>355 stars today</span>
|
|
191
191
|
</span>
|
|
192
192
|
</div>
|
|
193
193
|
<div class="details">
|
|
@@ -200,32 +200,32 @@
|
|
|
200
200
|
<div class="info">
|
|
201
201
|
<div class="rank">
|
|
202
202
|
<span title="Ranking 3">3</span>
|
|
203
|
-
<a href="https://github.com/
|
|
203
|
+
<a href="https://github.com/bytedance/btrace" target="_blank" title="bytedance/btrace">bytedance/btrace</a>
|
|
204
204
|
</div>
|
|
205
205
|
<div class="sub-title followers">
|
|
206
206
|
|
|
207
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
208
|
-
<span style="background-color: #
|
|
207
|
+
<a class="language" target="_blank" href="https://github.com/topics/kotlin" title="Programming Language Kotlin">
|
|
208
|
+
<span style="background-color: #A97BFF;"></span>Kotlin
|
|
209
209
|
</a>
|
|
210
210
|
|
|
211
211
|
<span class="star" title="Stargazers Count">
|
|
212
212
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
213
213
|
<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>
|
|
214
214
|
</svg>
|
|
215
|
-
<span>
|
|
215
|
+
<span>326</span>
|
|
216
216
|
</span>
|
|
217
217
|
<span class="star" title="Repo Forked">
|
|
218
218
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
219
219
|
<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">
|
|
220
220
|
</path>
|
|
221
221
|
</svg>
|
|
222
|
-
<span>
|
|
222
|
+
<span>40</span>
|
|
223
223
|
</span>
|
|
224
224
|
<span class="star">
|
|
225
225
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
226
226
|
<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>
|
|
227
227
|
</svg>
|
|
228
|
-
<span>
|
|
228
|
+
<span>61 stars today</span>
|
|
229
229
|
</span>
|
|
230
230
|
</div>
|
|
231
231
|
<div class="details">
|
|
@@ -238,32 +238,32 @@
|
|
|
238
238
|
<div class="info">
|
|
239
239
|
<div class="rank">
|
|
240
240
|
<span title="Ranking 4">4</span>
|
|
241
|
-
<a href="https://github.com/
|
|
241
|
+
<a href="https://github.com/ethereum/EIPs" target="_blank" title="ethereum/EIPs">ethereum/EIPs</a>
|
|
242
242
|
</div>
|
|
243
243
|
<div class="sub-title followers">
|
|
244
244
|
|
|
245
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
246
|
-
<span style="background-color: #
|
|
245
|
+
<a class="language" target="_blank" href="https://github.com/topics/solidity" title="Programming Language Solidity">
|
|
246
|
+
<span style="background-color: #AA6746;"></span>Solidity
|
|
247
247
|
</a>
|
|
248
248
|
|
|
249
249
|
<span class="star" title="Stargazers Count">
|
|
250
250
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
251
251
|
<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>
|
|
252
252
|
</svg>
|
|
253
|
-
<span>
|
|
253
|
+
<span>8328</span>
|
|
254
254
|
</span>
|
|
255
255
|
<span class="star" title="Repo Forked">
|
|
256
256
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
257
257
|
<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">
|
|
258
258
|
</path>
|
|
259
259
|
</svg>
|
|
260
|
-
<span>
|
|
260
|
+
<span>3064</span>
|
|
261
261
|
</span>
|
|
262
262
|
<span class="star">
|
|
263
263
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
264
264
|
<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>
|
|
265
265
|
</svg>
|
|
266
|
-
<span>
|
|
266
|
+
<span>54 stars today</span>
|
|
267
267
|
</span>
|
|
268
268
|
</div>
|
|
269
269
|
<div class="details">
|
|
@@ -276,32 +276,32 @@
|
|
|
276
276
|
<div class="info">
|
|
277
277
|
<div class="rank">
|
|
278
278
|
<span title="Ranking 5">5</span>
|
|
279
|
-
<a href="https://github.com/
|
|
279
|
+
<a href="https://github.com/google/googletest" target="_blank" title="google/googletest">google/googletest</a>
|
|
280
280
|
</div>
|
|
281
281
|
<div class="sub-title followers">
|
|
282
282
|
|
|
283
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
284
|
-
<span style="background-color: #
|
|
283
|
+
<a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
|
|
284
|
+
<span style="background-color: #f34b7d;"></span>C++
|
|
285
285
|
</a>
|
|
286
286
|
|
|
287
287
|
<span class="star" title="Stargazers Count">
|
|
288
288
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
289
289
|
<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>
|
|
290
290
|
</svg>
|
|
291
|
-
<span>
|
|
291
|
+
<span>24480</span>
|
|
292
292
|
</span>
|
|
293
293
|
<span class="star" title="Repo Forked">
|
|
294
294
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
295
295
|
<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">
|
|
296
296
|
</path>
|
|
297
297
|
</svg>
|
|
298
|
-
<span>
|
|
298
|
+
<span>8121</span>
|
|
299
299
|
</span>
|
|
300
300
|
<span class="star">
|
|
301
301
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
302
302
|
<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>
|
|
303
303
|
</svg>
|
|
304
|
-
<span>
|
|
304
|
+
<span>45 stars today</span>
|
|
305
305
|
</span>
|
|
306
306
|
</div>
|
|
307
307
|
<div class="details">
|
|
@@ -314,32 +314,32 @@
|
|
|
314
314
|
<div class="info">
|
|
315
315
|
<div class="rank">
|
|
316
316
|
<span title="Ranking 6">6</span>
|
|
317
|
-
<a href="https://github.com/
|
|
317
|
+
<a href="https://github.com/vitest-dev/vitest" target="_blank" title="vitest-dev/vitest">vitest-dev/vitest</a>
|
|
318
318
|
</div>
|
|
319
319
|
<div class="sub-title followers">
|
|
320
320
|
|
|
321
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
322
|
-
<span style="background-color: #
|
|
321
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
322
|
+
<span style="background-color: #2b7489;"></span>TypeScript
|
|
323
323
|
</a>
|
|
324
324
|
|
|
325
325
|
<span class="star" title="Stargazers Count">
|
|
326
326
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
327
327
|
<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>
|
|
328
328
|
</svg>
|
|
329
|
-
<span>
|
|
329
|
+
<span>1294</span>
|
|
330
330
|
</span>
|
|
331
331
|
<span class="star" title="Repo Forked">
|
|
332
332
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
333
333
|
<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">
|
|
334
334
|
</path>
|
|
335
335
|
</svg>
|
|
336
|
-
<span>
|
|
336
|
+
<span>26</span>
|
|
337
337
|
</span>
|
|
338
338
|
<span class="star">
|
|
339
339
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
340
340
|
<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>
|
|
341
341
|
</svg>
|
|
342
|
-
<span>
|
|
342
|
+
<span>330 stars today</span>
|
|
343
343
|
</span>
|
|
344
344
|
</div>
|
|
345
345
|
<div class="details">
|
|
@@ -352,32 +352,32 @@
|
|
|
352
352
|
<div class="info">
|
|
353
353
|
<div class="rank">
|
|
354
354
|
<span title="Ranking 7">7</span>
|
|
355
|
-
<a href="https://github.com/
|
|
355
|
+
<a href="https://github.com/EmbarkStudios/kajiya" target="_blank" title="EmbarkStudios/kajiya">EmbarkStudios/kajiya</a>
|
|
356
356
|
</div>
|
|
357
357
|
<div class="sub-title followers">
|
|
358
358
|
|
|
359
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
360
|
-
<span style="background-color: #
|
|
359
|
+
<a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
|
|
360
|
+
<span style="background-color: #dea584;"></span>Rust
|
|
361
361
|
</a>
|
|
362
362
|
|
|
363
363
|
<span class="star" title="Stargazers Count">
|
|
364
364
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
365
365
|
<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>
|
|
366
366
|
</svg>
|
|
367
|
-
<span>
|
|
367
|
+
<span>860</span>
|
|
368
368
|
</span>
|
|
369
369
|
<span class="star" title="Repo Forked">
|
|
370
370
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
371
371
|
<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">
|
|
372
372
|
</path>
|
|
373
373
|
</svg>
|
|
374
|
-
<span>
|
|
374
|
+
<span>10</span>
|
|
375
375
|
</span>
|
|
376
376
|
<span class="star">
|
|
377
377
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
378
378
|
<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>
|
|
379
379
|
</svg>
|
|
380
|
-
<span>
|
|
380
|
+
<span>178 stars today</span>
|
|
381
381
|
</span>
|
|
382
382
|
</div>
|
|
383
383
|
<div class="details">
|
|
@@ -390,32 +390,32 @@
|
|
|
390
390
|
<div class="info">
|
|
391
391
|
<div class="rank">
|
|
392
392
|
<span title="Ranking 8">8</span>
|
|
393
|
-
<a href="https://github.com/
|
|
393
|
+
<a href="https://github.com/RedisJSON/RedisJSON" target="_blank" title="RedisJSON/RedisJSON">RedisJSON/RedisJSON</a>
|
|
394
394
|
</div>
|
|
395
395
|
<div class="sub-title followers">
|
|
396
396
|
|
|
397
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
398
|
-
<span style="background-color: #
|
|
397
|
+
<a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
|
|
398
|
+
<span style="background-color: #dea584;"></span>Rust
|
|
399
399
|
</a>
|
|
400
400
|
|
|
401
401
|
<span class="star" title="Stargazers Count">
|
|
402
402
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
403
403
|
<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>
|
|
404
404
|
</svg>
|
|
405
|
-
<span>
|
|
405
|
+
<span>2444</span>
|
|
406
406
|
</span>
|
|
407
407
|
<span class="star" title="Repo Forked">
|
|
408
408
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
409
409
|
<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">
|
|
410
410
|
</path>
|
|
411
411
|
</svg>
|
|
412
|
-
<span>
|
|
412
|
+
<span>188</span>
|
|
413
413
|
</span>
|
|
414
414
|
<span class="star">
|
|
415
415
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
416
416
|
<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>
|
|
417
417
|
</svg>
|
|
418
|
-
<span>
|
|
418
|
+
<span>166 stars today</span>
|
|
419
419
|
</span>
|
|
420
420
|
</div>
|
|
421
421
|
<div class="details">
|
|
@@ -428,32 +428,32 @@
|
|
|
428
428
|
<div class="info">
|
|
429
429
|
<div class="rank">
|
|
430
430
|
<span title="Ranking 9">9</span>
|
|
431
|
-
<a href="https://github.com/
|
|
431
|
+
<a href="https://github.com/prisma/prisma" target="_blank" title="prisma/prisma">prisma/prisma</a>
|
|
432
432
|
</div>
|
|
433
433
|
<div class="sub-title followers">
|
|
434
434
|
|
|
435
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
436
|
-
<span style="background-color: #
|
|
435
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
436
|
+
<span style="background-color: #2b7489;"></span>TypeScript
|
|
437
437
|
</a>
|
|
438
438
|
|
|
439
439
|
<span class="star" title="Stargazers Count">
|
|
440
440
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
441
441
|
<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>
|
|
442
442
|
</svg>
|
|
443
|
-
<span>
|
|
443
|
+
<span>18350</span>
|
|
444
444
|
</span>
|
|
445
445
|
<span class="star" title="Repo Forked">
|
|
446
446
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
447
447
|
<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">
|
|
448
448
|
</path>
|
|
449
449
|
</svg>
|
|
450
|
-
<span>
|
|
450
|
+
<span>663</span>
|
|
451
451
|
</span>
|
|
452
452
|
<span class="star">
|
|
453
453
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
454
454
|
<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>
|
|
455
455
|
</svg>
|
|
456
|
-
<span>
|
|
456
|
+
<span>132 stars today</span>
|
|
457
457
|
</span>
|
|
458
458
|
</div>
|
|
459
459
|
<div class="details">
|
|
@@ -466,32 +466,32 @@
|
|
|
466
466
|
<div class="info">
|
|
467
467
|
<div class="rank">
|
|
468
468
|
<span title="Ranking 10">10</span>
|
|
469
|
-
<a href="https://github.com/
|
|
469
|
+
<a href="https://github.com/LunarVim/Neovim-from-scratch" target="_blank" title="LunarVim/Neovim-from-scratch">LunarVim/Neovim-from-scratch</a>
|
|
470
470
|
</div>
|
|
471
471
|
<div class="sub-title followers">
|
|
472
472
|
|
|
473
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
474
|
-
<span style="background-color: #
|
|
473
|
+
<a class="language" target="_blank" href="https://github.com/topics/lua" title="Programming Language Lua">
|
|
474
|
+
<span style="background-color: #000080;"></span>Lua
|
|
475
475
|
</a>
|
|
476
476
|
|
|
477
477
|
<span class="star" title="Stargazers Count">
|
|
478
478
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
479
479
|
<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>
|
|
480
480
|
</svg>
|
|
481
|
-
<span>
|
|
481
|
+
<span>660</span>
|
|
482
482
|
</span>
|
|
483
483
|
<span class="star" title="Repo Forked">
|
|
484
484
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
485
485
|
<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">
|
|
486
486
|
</path>
|
|
487
487
|
</svg>
|
|
488
|
-
<span>
|
|
488
|
+
<span>64</span>
|
|
489
489
|
</span>
|
|
490
490
|
<span class="star">
|
|
491
491
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
492
492
|
<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>
|
|
493
493
|
</svg>
|
|
494
|
-
<span>
|
|
494
|
+
<span>77 stars today</span>
|
|
495
495
|
</span>
|
|
496
496
|
</div>
|
|
497
497
|
<div class="details">
|
|
@@ -504,28 +504,32 @@
|
|
|
504
504
|
<div class="info">
|
|
505
505
|
<div class="rank">
|
|
506
506
|
<span title="Ranking 11">11</span>
|
|
507
|
-
<a href="https://github.com/
|
|
507
|
+
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts" target="_blank" title="kon9chunkit/GitHub-Chinese-Top-Charts">kon9chunkit/GitHub-Chinese-Top-Charts</a>
|
|
508
508
|
</div>
|
|
509
509
|
<div class="sub-title followers">
|
|
510
510
|
|
|
511
|
+
<a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
|
|
512
|
+
<span style="background-color: #b07219;"></span>Java
|
|
513
|
+
</a>
|
|
514
|
+
|
|
511
515
|
<span class="star" title="Stargazers Count">
|
|
512
516
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
513
517
|
<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>
|
|
514
518
|
</svg>
|
|
515
|
-
<span>
|
|
519
|
+
<span>42436</span>
|
|
516
520
|
</span>
|
|
517
521
|
<span class="star" title="Repo Forked">
|
|
518
522
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
519
523
|
<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">
|
|
520
524
|
</path>
|
|
521
525
|
</svg>
|
|
522
|
-
<span>
|
|
526
|
+
<span>6033</span>
|
|
523
527
|
</span>
|
|
524
528
|
<span class="star">
|
|
525
529
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
526
530
|
<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>
|
|
527
531
|
</svg>
|
|
528
|
-
<span>
|
|
532
|
+
<span>306 stars today</span>
|
|
529
533
|
</span>
|
|
530
534
|
</div>
|
|
531
535
|
<div class="details">
|
|
@@ -538,32 +542,32 @@
|
|
|
538
542
|
<div class="info">
|
|
539
543
|
<div class="rank">
|
|
540
544
|
<span title="Ranking 12">12</span>
|
|
541
|
-
<a href="https://github.com/
|
|
545
|
+
<a href="https://github.com/Vonng/ddia" target="_blank" title="Vonng/ddia">Vonng/ddia</a>
|
|
542
546
|
</div>
|
|
543
547
|
<div class="sub-title followers">
|
|
544
548
|
|
|
545
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
546
|
-
<span style="background-color: #
|
|
549
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
550
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
547
551
|
</a>
|
|
548
552
|
|
|
549
553
|
<span class="star" title="Stargazers Count">
|
|
550
554
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
551
555
|
<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>
|
|
552
556
|
</svg>
|
|
553
|
-
<span>
|
|
557
|
+
<span>10596</span>
|
|
554
558
|
</span>
|
|
555
559
|
<span class="star" title="Repo Forked">
|
|
556
560
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
557
561
|
<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">
|
|
558
562
|
</path>
|
|
559
563
|
</svg>
|
|
560
|
-
<span>
|
|
564
|
+
<span>2367</span>
|
|
561
565
|
</span>
|
|
562
566
|
<span class="star">
|
|
563
567
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
564
568
|
<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>
|
|
565
569
|
</svg>
|
|
566
|
-
<span>
|
|
570
|
+
<span>69 stars today</span>
|
|
567
571
|
</span>
|
|
568
572
|
</div>
|
|
569
573
|
<div class="details">
|
|
@@ -576,32 +580,28 @@
|
|
|
576
580
|
<div class="info">
|
|
577
581
|
<div class="rank">
|
|
578
582
|
<span title="Ranking 13">13</span>
|
|
579
|
-
<a href="https://github.com/
|
|
583
|
+
<a href="https://github.com/ossu/data-science" target="_blank" title="ossu/data-science">ossu/data-science</a>
|
|
580
584
|
</div>
|
|
581
585
|
<div class="sub-title followers">
|
|
582
586
|
|
|
583
|
-
<a class="language" target="_blank" href="https://github.com/topics/html" title="Programming Language HTML">
|
|
584
|
-
<span style="background-color: #e34c26;"></span>HTML
|
|
585
|
-
</a>
|
|
586
|
-
|
|
587
587
|
<span class="star" title="Stargazers Count">
|
|
588
588
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
589
589
|
<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>
|
|
590
590
|
</svg>
|
|
591
|
-
<span>
|
|
591
|
+
<span>13646</span>
|
|
592
592
|
</span>
|
|
593
593
|
<span class="star" title="Repo Forked">
|
|
594
594
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
595
595
|
<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">
|
|
596
596
|
</path>
|
|
597
597
|
</svg>
|
|
598
|
-
<span>
|
|
598
|
+
<span>2368</span>
|
|
599
599
|
</span>
|
|
600
600
|
<span class="star">
|
|
601
601
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
602
602
|
<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>
|
|
603
603
|
</svg>
|
|
604
|
-
<span>
|
|
604
|
+
<span>142 stars today</span>
|
|
605
605
|
</span>
|
|
606
606
|
</div>
|
|
607
607
|
<div class="details">
|
|
@@ -614,32 +614,32 @@
|
|
|
614
614
|
<div class="info">
|
|
615
615
|
<div class="rank">
|
|
616
616
|
<span title="Ranking 14">14</span>
|
|
617
|
-
<a href="https://github.com/
|
|
617
|
+
<a href="https://github.com/dabeaz/dataklasses" target="_blank" title="dabeaz/dataklasses">dabeaz/dataklasses</a>
|
|
618
618
|
</div>
|
|
619
619
|
<div class="sub-title followers">
|
|
620
620
|
|
|
621
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
622
|
-
<span style="background-color: #
|
|
621
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
622
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
623
623
|
</a>
|
|
624
624
|
|
|
625
625
|
<span class="star" title="Stargazers Count">
|
|
626
626
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
627
627
|
<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>
|
|
628
628
|
</svg>
|
|
629
|
-
<span>
|
|
629
|
+
<span>388</span>
|
|
630
630
|
</span>
|
|
631
631
|
<span class="star" title="Repo Forked">
|
|
632
632
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
633
633
|
<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">
|
|
634
634
|
</path>
|
|
635
635
|
</svg>
|
|
636
|
-
<span>
|
|
636
|
+
<span>15</span>
|
|
637
637
|
</span>
|
|
638
638
|
<span class="star">
|
|
639
639
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
640
640
|
<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>
|
|
641
641
|
</svg>
|
|
642
|
-
<span>
|
|
642
|
+
<span>94 stars today</span>
|
|
643
643
|
</span>
|
|
644
644
|
</div>
|
|
645
645
|
<div class="details">
|
|
@@ -652,32 +652,32 @@
|
|
|
652
652
|
<div class="info">
|
|
653
653
|
<div class="rank">
|
|
654
654
|
<span title="Ranking 15">15</span>
|
|
655
|
-
<a href="https://github.com/
|
|
655
|
+
<a href="https://github.com/microsoft/PowerToys" target="_blank" title="microsoft/PowerToys">microsoft/PowerToys</a>
|
|
656
656
|
</div>
|
|
657
657
|
<div class="sub-title followers">
|
|
658
658
|
|
|
659
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
660
|
-
<span style="background-color: #
|
|
659
|
+
<a class="language" target="_blank" href="https://github.com/topics/c#" title="Programming Language C#">
|
|
660
|
+
<span style="background-color: #178600;"></span>C#
|
|
661
661
|
</a>
|
|
662
662
|
|
|
663
663
|
<span class="star" title="Stargazers Count">
|
|
664
664
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
665
665
|
<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>
|
|
666
666
|
</svg>
|
|
667
|
-
<span>
|
|
667
|
+
<span>65234</span>
|
|
668
668
|
</span>
|
|
669
669
|
<span class="star" title="Repo Forked">
|
|
670
670
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
671
671
|
<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">
|
|
672
672
|
</path>
|
|
673
673
|
</svg>
|
|
674
|
-
<span>
|
|
674
|
+
<span>3636</span>
|
|
675
675
|
</span>
|
|
676
676
|
<span class="star">
|
|
677
677
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
678
678
|
<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>
|
|
679
679
|
</svg>
|
|
680
|
-
<span>
|
|
680
|
+
<span>115 stars today</span>
|
|
681
681
|
</span>
|
|
682
682
|
</div>
|
|
683
683
|
<div class="details">
|
|
@@ -690,32 +690,28 @@
|
|
|
690
690
|
<div class="info">
|
|
691
691
|
<div class="rank">
|
|
692
692
|
<span title="Ranking 16">16</span>
|
|
693
|
-
<a href="https://github.com/
|
|
693
|
+
<a href="https://github.com/ErikCH/DevYouTubeList" target="_blank" title="ErikCH/DevYouTubeList">ErikCH/DevYouTubeList</a>
|
|
694
694
|
</div>
|
|
695
695
|
<div class="sub-title followers">
|
|
696
696
|
|
|
697
|
-
<a class="language" target="_blank" href="https://github.com/topics/jupyternotebook" title="Programming Language JupyterNotebook">
|
|
698
|
-
<span style="background-color: #DA5B0B;"></span>JupyterNotebook
|
|
699
|
-
</a>
|
|
700
|
-
|
|
701
697
|
<span class="star" title="Stargazers Count">
|
|
702
698
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
703
699
|
<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>
|
|
704
700
|
</svg>
|
|
705
|
-
<span>
|
|
701
|
+
<span>4264</span>
|
|
706
702
|
</span>
|
|
707
703
|
<span class="star" title="Repo Forked">
|
|
708
704
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
709
705
|
<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">
|
|
710
706
|
</path>
|
|
711
707
|
</svg>
|
|
712
|
-
<span>
|
|
708
|
+
<span>618</span>
|
|
713
709
|
</span>
|
|
714
710
|
<span class="star">
|
|
715
711
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
716
712
|
<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>
|
|
717
713
|
</svg>
|
|
718
|
-
<span>
|
|
714
|
+
<span>75 stars today</span>
|
|
719
715
|
</span>
|
|
720
716
|
</div>
|
|
721
717
|
<div class="details">
|
|
@@ -728,32 +724,32 @@
|
|
|
728
724
|
<div class="info">
|
|
729
725
|
<div class="rank">
|
|
730
726
|
<span title="Ranking 17">17</span>
|
|
731
|
-
<a href="https://github.com/
|
|
727
|
+
<a href="https://github.com/Maelstromage/Log4jSherlock" target="_blank" title="Maelstromage/Log4jSherlock">Maelstromage/Log4jSherlock</a>
|
|
732
728
|
</div>
|
|
733
729
|
<div class="sub-title followers">
|
|
734
730
|
|
|
735
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
736
|
-
<span style="background-color: #
|
|
731
|
+
<a class="language" target="_blank" href="https://github.com/topics/powershell" title="Programming Language PowerShell">
|
|
732
|
+
<span style="background-color: #012456;"></span>PowerShell
|
|
737
733
|
</a>
|
|
738
734
|
|
|
739
735
|
<span class="star" title="Stargazers Count">
|
|
740
736
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
741
737
|
<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>
|
|
742
738
|
</svg>
|
|
743
|
-
<span>
|
|
739
|
+
<span>98</span>
|
|
744
740
|
</span>
|
|
745
741
|
<span class="star" title="Repo Forked">
|
|
746
742
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
747
743
|
<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">
|
|
748
744
|
</path>
|
|
749
745
|
</svg>
|
|
750
|
-
<span>
|
|
746
|
+
<span>13</span>
|
|
751
747
|
</span>
|
|
752
748
|
<span class="star">
|
|
753
749
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
754
750
|
<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>
|
|
755
751
|
</svg>
|
|
756
|
-
<span>
|
|
752
|
+
<span>17 stars today</span>
|
|
757
753
|
</span>
|
|
758
754
|
</div>
|
|
759
755
|
<div class="details">
|
|
@@ -766,32 +762,28 @@
|
|
|
766
762
|
<div class="info">
|
|
767
763
|
<div class="rank">
|
|
768
764
|
<span title="Ranking 18">18</span>
|
|
769
|
-
<a href="https://github.com/
|
|
765
|
+
<a href="https://github.com/EbookFoundation/free-programming-books" target="_blank" title="EbookFoundation/free-programming-books">EbookFoundation/free-programming-books</a>
|
|
770
766
|
</div>
|
|
771
767
|
<div class="sub-title followers">
|
|
772
768
|
|
|
773
|
-
<a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
|
|
774
|
-
<span style="background-color: #dea584;"></span>Rust
|
|
775
|
-
</a>
|
|
776
|
-
|
|
777
769
|
<span class="star" title="Stargazers Count">
|
|
778
770
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
779
771
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
780
772
|
</svg>
|
|
781
|
-
<span>
|
|
773
|
+
<span>216726</span>
|
|
782
774
|
</span>
|
|
783
775
|
<span class="star" title="Repo Forked">
|
|
784
776
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
785
777
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
786
778
|
</path>
|
|
787
779
|
</svg>
|
|
788
|
-
<span>
|
|
780
|
+
<span>46520</span>
|
|
789
781
|
</span>
|
|
790
782
|
<span class="star">
|
|
791
783
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
792
784
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
793
785
|
</svg>
|
|
794
|
-
<span>
|
|
786
|
+
<span>229 stars today</span>
|
|
795
787
|
</span>
|
|
796
788
|
</div>
|
|
797
789
|
<div class="details">
|
|
@@ -804,28 +796,32 @@
|
|
|
804
796
|
<div class="info">
|
|
805
797
|
<div class="rank">
|
|
806
798
|
<span title="Ranking 19">19</span>
|
|
807
|
-
<a href="https://github.com/
|
|
799
|
+
<a href="https://github.com/ziglang/zig" target="_blank" title="ziglang/zig">ziglang/zig</a>
|
|
808
800
|
</div>
|
|
809
801
|
<div class="sub-title followers">
|
|
810
802
|
|
|
803
|
+
<a class="language" target="_blank" href="https://github.com/topics/zig" title="Programming Language Zig">
|
|
804
|
+
<span style="background-color: #ec915c;"></span>Zig
|
|
805
|
+
</a>
|
|
806
|
+
|
|
811
807
|
<span class="star" title="Stargazers Count">
|
|
812
808
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
813
809
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
814
810
|
</svg>
|
|
815
|
-
<span>
|
|
811
|
+
<span>11698</span>
|
|
816
812
|
</span>
|
|
817
813
|
<span class="star" title="Repo Forked">
|
|
818
814
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
819
815
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
820
816
|
</path>
|
|
821
817
|
</svg>
|
|
822
|
-
<span>
|
|
818
|
+
<span>976</span>
|
|
823
819
|
</span>
|
|
824
820
|
<span class="star">
|
|
825
821
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
826
822
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
827
823
|
</svg>
|
|
828
|
-
<span>
|
|
824
|
+
<span>64 stars today</span>
|
|
829
825
|
</span>
|
|
830
826
|
</div>
|
|
831
827
|
<div class="details">
|
|
@@ -838,7 +834,7 @@
|
|
|
838
834
|
<div class="info">
|
|
839
835
|
<div class="rank">
|
|
840
836
|
<span title="Ranking 20">20</span>
|
|
841
|
-
<a href="https://github.com/
|
|
837
|
+
<a href="https://github.com/Rari-Capital/solmate" target="_blank" title="Rari-Capital/solmate">Rari-Capital/solmate</a>
|
|
842
838
|
</div>
|
|
843
839
|
<div class="sub-title followers">
|
|
844
840
|
|
|
@@ -850,20 +846,20 @@
|
|
|
850
846
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
851
847
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
852
848
|
</svg>
|
|
853
|
-
<span>
|
|
849
|
+
<span>432</span>
|
|
854
850
|
</span>
|
|
855
851
|
<span class="star" title="Repo Forked">
|
|
856
852
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
857
853
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
858
854
|
</path>
|
|
859
855
|
</svg>
|
|
860
|
-
<span>
|
|
856
|
+
<span>40</span>
|
|
861
857
|
</span>
|
|
862
858
|
<span class="star">
|
|
863
859
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
864
860
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
865
861
|
</svg>
|
|
866
|
-
<span>
|
|
862
|
+
<span>79 stars today</span>
|
|
867
863
|
</span>
|
|
868
864
|
</div>
|
|
869
865
|
<div class="details">
|
|
@@ -876,7 +872,7 @@
|
|
|
876
872
|
<div class="info">
|
|
877
873
|
<div class="rank">
|
|
878
874
|
<span title="Ranking 21">21</span>
|
|
879
|
-
<a href="https://github.com/
|
|
875
|
+
<a href="https://github.com/github/docs" target="_blank" title="github/docs">github/docs</a>
|
|
880
876
|
</div>
|
|
881
877
|
<div class="sub-title followers">
|
|
882
878
|
|
|
@@ -888,20 +884,20 @@
|
|
|
888
884
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
889
885
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
890
886
|
</svg>
|
|
891
|
-
<span>
|
|
887
|
+
<span>7728</span>
|
|
892
888
|
</span>
|
|
893
889
|
<span class="star" title="Repo Forked">
|
|
894
890
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
895
891
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
896
892
|
</path>
|
|
897
893
|
</svg>
|
|
898
|
-
<span>
|
|
894
|
+
<span>35258</span>
|
|
899
895
|
</span>
|
|
900
896
|
<span class="star">
|
|
901
897
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
902
898
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
903
899
|
</svg>
|
|
904
|
-
<span>
|
|
900
|
+
<span>72 stars today</span>
|
|
905
901
|
</span>
|
|
906
902
|
</div>
|
|
907
903
|
<div class="details">
|
|
@@ -914,32 +910,32 @@
|
|
|
914
910
|
<div class="info">
|
|
915
911
|
<div class="rank">
|
|
916
912
|
<span title="Ranking 22">22</span>
|
|
917
|
-
<a href="https://github.com/
|
|
913
|
+
<a href="https://github.com/discordjs/discord.js" target="_blank" title="discordjs/discord.js">discordjs/discord.js</a>
|
|
918
914
|
</div>
|
|
919
915
|
<div class="sub-title followers">
|
|
920
916
|
|
|
921
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
922
|
-
<span style="background-color: #
|
|
917
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
918
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
923
919
|
</a>
|
|
924
920
|
|
|
925
921
|
<span class="star" title="Stargazers Count">
|
|
926
922
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
927
923
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
928
924
|
</svg>
|
|
929
|
-
<span>
|
|
925
|
+
<span>16626</span>
|
|
930
926
|
</span>
|
|
931
927
|
<span class="star" title="Repo Forked">
|
|
932
928
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
933
929
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
934
930
|
</path>
|
|
935
931
|
</svg>
|
|
936
|
-
<span>
|
|
932
|
+
<span>3099</span>
|
|
937
933
|
</span>
|
|
938
934
|
<span class="star">
|
|
939
935
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
940
936
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
941
937
|
</svg>
|
|
942
|
-
<span>
|
|
938
|
+
<span>158 stars today</span>
|
|
943
939
|
</span>
|
|
944
940
|
</div>
|
|
945
941
|
<div class="details">
|
|
@@ -952,7 +948,7 @@
|
|
|
952
948
|
<div class="info">
|
|
953
949
|
<div class="rank">
|
|
954
950
|
<span title="Ranking 23">23</span>
|
|
955
|
-
<a href="https://github.com/
|
|
951
|
+
<a href="https://github.com/angular/angular-cli" target="_blank" title="angular/angular-cli">angular/angular-cli</a>
|
|
956
952
|
</div>
|
|
957
953
|
<div class="sub-title followers">
|
|
958
954
|
|
|
@@ -964,20 +960,20 @@
|
|
|
964
960
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
965
961
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
966
962
|
</svg>
|
|
967
|
-
<span>
|
|
963
|
+
<span>25132</span>
|
|
968
964
|
</span>
|
|
969
965
|
<span class="star" title="Repo Forked">
|
|
970
966
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
971
967
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
972
968
|
</path>
|
|
973
969
|
</svg>
|
|
974
|
-
<span>
|
|
970
|
+
<span>11965</span>
|
|
975
971
|
</span>
|
|
976
972
|
<span class="star">
|
|
977
973
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
978
974
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
979
975
|
</svg>
|
|
980
|
-
<span>
|
|
976
|
+
<span>27 stars today</span>
|
|
981
977
|
</span>
|
|
982
978
|
</div>
|
|
983
979
|
<div class="details">
|
|
@@ -990,28 +986,32 @@
|
|
|
990
986
|
<div class="info">
|
|
991
987
|
<div class="rank">
|
|
992
988
|
<span title="Ranking 24">24</span>
|
|
993
|
-
<a href="https://github.com/
|
|
989
|
+
<a href="https://github.com/apache/incubator-shenyu" target="_blank" title="apache/incubator-shenyu">apache/incubator-shenyu</a>
|
|
994
990
|
</div>
|
|
995
991
|
<div class="sub-title followers">
|
|
996
992
|
|
|
993
|
+
<a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
|
|
994
|
+
<span style="background-color: #b07219;"></span>Java
|
|
995
|
+
</a>
|
|
996
|
+
|
|
997
997
|
<span class="star" title="Stargazers Count">
|
|
998
998
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
999
999
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
1000
1000
|
</svg>
|
|
1001
|
-
<span>
|
|
1001
|
+
<span>5683</span>
|
|
1002
1002
|
</span>
|
|
1003
1003
|
<span class="star" title="Repo Forked">
|
|
1004
1004
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1005
1005
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
1006
1006
|
</path>
|
|
1007
1007
|
</svg>
|
|
1008
|
-
<span>
|
|
1008
|
+
<span>1982</span>
|
|
1009
1009
|
</span>
|
|
1010
1010
|
<span class="star">
|
|
1011
1011
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1012
1012
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
1013
1013
|
</svg>
|
|
1014
|
-
<span>
|
|
1014
|
+
<span>54 stars today</span>
|
|
1015
1015
|
</span>
|
|
1016
1016
|
</div>
|
|
1017
1017
|
<div class="details">
|
|
@@ -1024,32 +1024,32 @@
|
|
|
1024
1024
|
<div class="info">
|
|
1025
1025
|
<div class="rank">
|
|
1026
1026
|
<span title="Ranking 25">25</span>
|
|
1027
|
-
<a href="https://github.com/
|
|
1027
|
+
<a href="https://github.com/MicrosoftDocs/azure-docs" target="_blank" title="MicrosoftDocs/azure-docs">MicrosoftDocs/azure-docs</a>
|
|
1028
1028
|
</div>
|
|
1029
1029
|
<div class="sub-title followers">
|
|
1030
1030
|
|
|
1031
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
1032
|
-
<span style="background-color: #
|
|
1031
|
+
<a class="language" target="_blank" href="https://github.com/topics/powershell" title="Programming Language PowerShell">
|
|
1032
|
+
<span style="background-color: #012456;"></span>PowerShell
|
|
1033
1033
|
</a>
|
|
1034
1034
|
|
|
1035
1035
|
<span class="star" title="Stargazers Count">
|
|
1036
1036
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1037
1037
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
1038
1038
|
</svg>
|
|
1039
|
-
<span>
|
|
1039
|
+
<span>6288</span>
|
|
1040
1040
|
</span>
|
|
1041
1041
|
<span class="star" title="Repo Forked">
|
|
1042
1042
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1043
1043
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
1044
1044
|
</path>
|
|
1045
1045
|
</svg>
|
|
1046
|
-
<span>
|
|
1046
|
+
<span>14910</span>
|
|
1047
1047
|
</span>
|
|
1048
1048
|
<span class="star">
|
|
1049
1049
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1050
1050
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
1051
1051
|
</svg>
|
|
1052
|
-
<span>
|
|
1052
|
+
<span>27 stars today</span>
|
|
1053
1053
|
</span>
|
|
1054
1054
|
</div>
|
|
1055
1055
|
<div class="details">
|
|
@@ -1074,7 +1074,7 @@
|
|
|
1074
1074
|
<img src="https://img.shields.io/npm/v/@wcj/github-rank.svg?label=unpkg">
|
|
1075
1075
|
</a>
|
|
1076
1076
|
</div>
|
|
1077
|
-
<div class="time">Last cache created on 2021/12/
|
|
1077
|
+
<div class="time">Last cache created on 2021/12/23 by Github API v3.</div>
|
|
1078
1078
|
Create by <a href="https://github.com/jaywcjlove" target="_blank">小弟调调™</a>.
|
|
1079
1079
|
</div>
|
|
1080
1080
|
</body>
|