@wcj/github-rank 21.12.2 → 21.12.3
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 +20006 -20005
- package/dist/sifou-daily.json +62 -71
- package/dist/sifou-monthly.json +62 -62
- package/dist/sifou-weekly.json +113 -113
- package/dist/toutiao-30.json +40 -40
- package/dist/toutiao-7.json +98 -98
- package/dist/toutiao-90.json +50 -50
- package/dist/trending-daily.json +169 -169
- package/dist/trending-monthly.json +157 -157
- package/dist/trending-weekly.json +170 -170
- package/dist/users.china.json +1825 -1825
- package/dist/users.json +2196 -2196
- package/package.json +1 -1
- package/web/36kr.html +2 -2
- package/web/data/repos.json +20006 -20005
- package/web/data/sifou-daily.json +62 -71
- package/web/data/sifou-monthly.json +62 -62
- package/web/data/sifou-weekly.json +113 -113
- package/web/data/toutiao-30.json +40 -40
- package/web/data/toutiao-7.json +98 -98
- package/web/data/toutiao-90.json +50 -50
- package/web/data/trending-daily.json +169 -169
- package/web/data/trending-monthly.json +157 -157
- package/web/data/trending-weekly.json +170 -170
- package/web/data/users.china.json +1825 -1825
- package/web/data/users.json +2196 -2196
- package/web/index.html +1151 -1151
- package/web/repos.html +2678 -2674
- package/web/sifou-daily.html +53 -81
- package/web/sifou-monthly.html +115 -115
- package/web/sifou-weekly.html +111 -111
- package/web/toutiao-30.html +59 -59
- package/web/toutiao-7.html +90 -90
- package/web/toutiao-90.html +57 -57
- package/web/trending-monthly.html +137 -141
- package/web/trending-weekly.html +150 -150
- package/web/trending.html +154 -138
- package/web/users.china.html +957 -957
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/3 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/jesseduffield/lazygit" target="_blank" title="jesseduffield/lazygit">jesseduffield/lazygit</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/go" title="Programming Language Go">
|
|
132
|
+
<span style="background-color: #00ADD8;"></span>Go
|
|
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>23977</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>892</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>373 stars today</span>
|
|
153
153
|
</span>
|
|
154
154
|
</div>
|
|
155
155
|
<div class="details">
|
|
@@ -162,7 +162,7 @@
|
|
|
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/oxidecomputer/hubris" target="_blank" title="oxidecomputer/hubris">oxidecomputer/hubris</a>
|
|
166
166
|
</div>
|
|
167
167
|
<div class="sub-title followers">
|
|
168
168
|
|
|
@@ -174,20 +174,20 @@
|
|
|
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>1108</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>30</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>180 stars today</span>
|
|
191
191
|
</span>
|
|
192
192
|
</div>
|
|
193
193
|
<div class="details">
|
|
@@ -200,28 +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/supabase/supabase" target="_blank" title="supabase/supabase">supabase/supabase</a>
|
|
204
204
|
</div>
|
|
205
205
|
<div class="sub-title followers">
|
|
206
206
|
|
|
207
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
208
|
+
<span style="background-color: #2b7489;"></span>TypeScript
|
|
209
|
+
</a>
|
|
210
|
+
|
|
207
211
|
<span class="star" title="Stargazers Count">
|
|
208
212
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
209
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>
|
|
210
214
|
</svg>
|
|
211
|
-
<span>
|
|
215
|
+
<span>23678</span>
|
|
212
216
|
</span>
|
|
213
217
|
<span class="star" title="Repo Forked">
|
|
214
218
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
215
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">
|
|
216
220
|
</path>
|
|
217
221
|
</svg>
|
|
218
|
-
<span>
|
|
222
|
+
<span>1199</span>
|
|
219
223
|
</span>
|
|
220
224
|
<span class="star">
|
|
221
225
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
222
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>
|
|
223
227
|
</svg>
|
|
224
|
-
<span>
|
|
228
|
+
<span>308 stars today</span>
|
|
225
229
|
</span>
|
|
226
230
|
</div>
|
|
227
231
|
<div class="details">
|
|
@@ -234,7 +238,7 @@
|
|
|
234
238
|
<div class="info">
|
|
235
239
|
<div class="rank">
|
|
236
240
|
<span title="Ranking 4">4</span>
|
|
237
|
-
<a href="https://github.com/
|
|
241
|
+
<a href="https://github.com/0voice/learning_mind_map" target="_blank" title="0voice/learning_mind_map">0voice/learning_mind_map</a>
|
|
238
242
|
</div>
|
|
239
243
|
<div class="sub-title followers">
|
|
240
244
|
|
|
@@ -242,20 +246,20 @@
|
|
|
242
246
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
243
247
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
244
248
|
</svg>
|
|
245
|
-
<span>
|
|
249
|
+
<span>1457</span>
|
|
246
250
|
</span>
|
|
247
251
|
<span class="star" title="Repo Forked">
|
|
248
252
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
249
253
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
250
254
|
</path>
|
|
251
255
|
</svg>
|
|
252
|
-
<span>
|
|
256
|
+
<span>229</span>
|
|
253
257
|
</span>
|
|
254
258
|
<span class="star">
|
|
255
259
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
256
260
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
257
261
|
</svg>
|
|
258
|
-
<span>
|
|
262
|
+
<span>163 stars today</span>
|
|
259
263
|
</span>
|
|
260
264
|
</div>
|
|
261
265
|
<div class="details">
|
|
@@ -268,28 +272,32 @@
|
|
|
268
272
|
<div class="info">
|
|
269
273
|
<div class="rank">
|
|
270
274
|
<span title="Ranking 5">5</span>
|
|
271
|
-
<a href="https://github.com/
|
|
275
|
+
<a href="https://github.com/pengzhile/ja-netfilter" target="_blank" title="pengzhile/ja-netfilter">pengzhile/ja-netfilter</a>
|
|
272
276
|
</div>
|
|
273
277
|
<div class="sub-title followers">
|
|
274
278
|
|
|
279
|
+
<a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
|
|
280
|
+
<span style="background-color: #b07219;"></span>Java
|
|
281
|
+
</a>
|
|
282
|
+
|
|
275
283
|
<span class="star" title="Stargazers Count">
|
|
276
284
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
277
285
|
<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>
|
|
278
286
|
</svg>
|
|
279
|
-
<span>
|
|
287
|
+
<span>453</span>
|
|
280
288
|
</span>
|
|
281
289
|
<span class="star" title="Repo Forked">
|
|
282
290
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
283
291
|
<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">
|
|
284
292
|
</path>
|
|
285
293
|
</svg>
|
|
286
|
-
<span>
|
|
294
|
+
<span>102</span>
|
|
287
295
|
</span>
|
|
288
296
|
<span class="star">
|
|
289
297
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
290
298
|
<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>
|
|
291
299
|
</svg>
|
|
292
|
-
<span>
|
|
300
|
+
<span>153 stars today</span>
|
|
293
301
|
</span>
|
|
294
302
|
</div>
|
|
295
303
|
<div class="details">
|
|
@@ -302,7 +310,7 @@
|
|
|
302
310
|
<div class="info">
|
|
303
311
|
<div class="rank">
|
|
304
312
|
<span title="Ranking 6">6</span>
|
|
305
|
-
<a href="https://github.com/
|
|
313
|
+
<a href="https://github.com/sindresorhus/awesome" target="_blank" title="sindresorhus/awesome">sindresorhus/awesome</a>
|
|
306
314
|
</div>
|
|
307
315
|
<div class="sub-title followers">
|
|
308
316
|
|
|
@@ -310,20 +318,20 @@
|
|
|
310
318
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
311
319
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
312
320
|
</svg>
|
|
313
|
-
<span>
|
|
321
|
+
<span>178243</span>
|
|
314
322
|
</span>
|
|
315
323
|
<span class="star" title="Repo Forked">
|
|
316
324
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
317
325
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
318
326
|
</path>
|
|
319
327
|
</svg>
|
|
320
|
-
<span>
|
|
328
|
+
<span>22144</span>
|
|
321
329
|
</span>
|
|
322
330
|
<span class="star">
|
|
323
331
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
324
332
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
325
333
|
</svg>
|
|
326
|
-
<span>
|
|
334
|
+
<span>382 stars today</span>
|
|
327
335
|
</span>
|
|
328
336
|
</div>
|
|
329
337
|
<div class="details">
|
|
@@ -336,32 +344,32 @@
|
|
|
336
344
|
<div class="info">
|
|
337
345
|
<div class="rank">
|
|
338
346
|
<span title="Ranking 7">7</span>
|
|
339
|
-
<a href="https://github.com/
|
|
347
|
+
<a href="https://github.com/thunlp/WantWords" target="_blank" title="thunlp/WantWords">thunlp/WantWords</a>
|
|
340
348
|
</div>
|
|
341
349
|
<div class="sub-title followers">
|
|
342
350
|
|
|
343
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
344
|
-
<span style="background-color: #
|
|
351
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
352
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
345
353
|
</a>
|
|
346
354
|
|
|
347
355
|
<span class="star" title="Stargazers Count">
|
|
348
356
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
349
357
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
350
358
|
</svg>
|
|
351
|
-
<span>
|
|
359
|
+
<span>1448</span>
|
|
352
360
|
</span>
|
|
353
361
|
<span class="star" title="Repo Forked">
|
|
354
362
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
355
363
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
356
364
|
</path>
|
|
357
365
|
</svg>
|
|
358
|
-
<span>
|
|
366
|
+
<span>95</span>
|
|
359
367
|
</span>
|
|
360
368
|
<span class="star">
|
|
361
369
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
362
370
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
363
371
|
</svg>
|
|
364
|
-
<span>
|
|
372
|
+
<span>237 stars today</span>
|
|
365
373
|
</span>
|
|
366
374
|
</div>
|
|
367
375
|
<div class="details">
|
|
@@ -374,32 +382,32 @@
|
|
|
374
382
|
<div class="info">
|
|
375
383
|
<div class="rank">
|
|
376
384
|
<span title="Ranking 8">8</span>
|
|
377
|
-
<a href="https://github.com/
|
|
385
|
+
<a href="https://github.com/autonomousvision/projected_gan" target="_blank" title="autonomousvision/projected_gan">autonomousvision/projected_gan</a>
|
|
378
386
|
</div>
|
|
379
387
|
<div class="sub-title followers">
|
|
380
388
|
|
|
381
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
382
|
-
<span style="background-color: #
|
|
389
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
390
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
383
391
|
</a>
|
|
384
392
|
|
|
385
393
|
<span class="star" title="Stargazers Count">
|
|
386
394
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
387
395
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
388
396
|
</svg>
|
|
389
|
-
<span>
|
|
397
|
+
<span>281</span>
|
|
390
398
|
</span>
|
|
391
399
|
<span class="star" title="Repo Forked">
|
|
392
400
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
393
401
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
394
402
|
</path>
|
|
395
403
|
</svg>
|
|
396
|
-
<span>
|
|
404
|
+
<span>18</span>
|
|
397
405
|
</span>
|
|
398
406
|
<span class="star">
|
|
399
407
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
400
408
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
401
409
|
</svg>
|
|
402
|
-
<span>
|
|
410
|
+
<span>43 stars today</span>
|
|
403
411
|
</span>
|
|
404
412
|
</div>
|
|
405
413
|
<div class="details">
|
|
@@ -412,32 +420,32 @@
|
|
|
412
420
|
<div class="info">
|
|
413
421
|
<div class="rank">
|
|
414
422
|
<span title="Ranking 9">9</span>
|
|
415
|
-
<a href="https://github.com/
|
|
423
|
+
<a href="https://github.com/tonsky/FiraCode" target="_blank" title="tonsky/FiraCode">tonsky/FiraCode</a>
|
|
416
424
|
</div>
|
|
417
425
|
<div class="sub-title followers">
|
|
418
426
|
|
|
419
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
420
|
-
<span style="background-color: #
|
|
427
|
+
<a class="language" target="_blank" href="https://github.com/topics/clojure" title="Programming Language Clojure">
|
|
428
|
+
<span style="background-color: #db5855;"></span>Clojure
|
|
421
429
|
</a>
|
|
422
430
|
|
|
423
431
|
<span class="star" title="Stargazers Count">
|
|
424
432
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
425
433
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
426
434
|
</svg>
|
|
427
|
-
<span>
|
|
435
|
+
<span>60423</span>
|
|
428
436
|
</span>
|
|
429
437
|
<span class="star" title="Repo Forked">
|
|
430
438
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
431
439
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
432
440
|
</path>
|
|
433
441
|
</svg>
|
|
434
|
-
<span>
|
|
442
|
+
<span>2693</span>
|
|
435
443
|
</span>
|
|
436
444
|
<span class="star">
|
|
437
445
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
438
446
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
439
447
|
</svg>
|
|
440
|
-
<span>
|
|
448
|
+
<span>239 stars today</span>
|
|
441
449
|
</span>
|
|
442
450
|
</div>
|
|
443
451
|
<div class="details">
|
|
@@ -450,32 +458,32 @@
|
|
|
450
458
|
<div class="info">
|
|
451
459
|
<div class="rank">
|
|
452
460
|
<span title="Ranking 10">10</span>
|
|
453
|
-
<a href="https://github.com/
|
|
461
|
+
<a href="https://github.com/microsoft/PowerToys" target="_blank" title="microsoft/PowerToys">microsoft/PowerToys</a>
|
|
454
462
|
</div>
|
|
455
463
|
<div class="sub-title followers">
|
|
456
464
|
|
|
457
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
458
|
-
<span style="background-color: #
|
|
465
|
+
<a class="language" target="_blank" href="https://github.com/topics/c#" title="Programming Language C#">
|
|
466
|
+
<span style="background-color: #178600;"></span>C#
|
|
459
467
|
</a>
|
|
460
468
|
|
|
461
469
|
<span class="star" title="Stargazers Count">
|
|
462
470
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
463
471
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
464
472
|
</svg>
|
|
465
|
-
<span>
|
|
473
|
+
<span>64147</span>
|
|
466
474
|
</span>
|
|
467
475
|
<span class="star" title="Repo Forked">
|
|
468
476
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
469
477
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
470
478
|
</path>
|
|
471
479
|
</svg>
|
|
472
|
-
<span>
|
|
480
|
+
<span>3551</span>
|
|
473
481
|
</span>
|
|
474
482
|
<span class="star">
|
|
475
483
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
476
484
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
477
485
|
</svg>
|
|
478
|
-
<span>
|
|
486
|
+
<span>157 stars today</span>
|
|
479
487
|
</span>
|
|
480
488
|
</div>
|
|
481
489
|
<div class="details">
|
|
@@ -488,32 +496,32 @@
|
|
|
488
496
|
<div class="info">
|
|
489
497
|
<div class="rank">
|
|
490
498
|
<span title="Ranking 11">11</span>
|
|
491
|
-
<a href="https://github.com/
|
|
499
|
+
<a href="https://github.com/toniblyx/prowler" target="_blank" title="toniblyx/prowler">toniblyx/prowler</a>
|
|
492
500
|
</div>
|
|
493
501
|
<div class="sub-title followers">
|
|
494
502
|
|
|
495
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
496
|
-
<span style="background-color: #
|
|
503
|
+
<a class="language" target="_blank" href="https://github.com/topics/shell" title="Programming Language Shell">
|
|
504
|
+
<span style="background-color: #89e051;"></span>Shell
|
|
497
505
|
</a>
|
|
498
506
|
|
|
499
507
|
<span class="star" title="Stargazers Count">
|
|
500
508
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
501
509
|
<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>
|
|
502
510
|
</svg>
|
|
503
|
-
<span>
|
|
511
|
+
<span>4470</span>
|
|
504
512
|
</span>
|
|
505
513
|
<span class="star" title="Repo Forked">
|
|
506
514
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
507
515
|
<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">
|
|
508
516
|
</path>
|
|
509
517
|
</svg>
|
|
510
|
-
<span>
|
|
518
|
+
<span>794</span>
|
|
511
519
|
</span>
|
|
512
520
|
<span class="star">
|
|
513
521
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
514
522
|
<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>
|
|
515
523
|
</svg>
|
|
516
|
-
<span>
|
|
524
|
+
<span>61 stars today</span>
|
|
517
525
|
</span>
|
|
518
526
|
</div>
|
|
519
527
|
<div class="details">
|
|
@@ -526,32 +534,32 @@
|
|
|
526
534
|
<div class="info">
|
|
527
535
|
<div class="rank">
|
|
528
536
|
<span title="Ranking 12">12</span>
|
|
529
|
-
<a href="https://github.com/
|
|
537
|
+
<a href="https://github.com/Anarios/return-youtube-dislike" target="_blank" title="Anarios/return-youtube-dislike">Anarios/return-youtube-dislike</a>
|
|
530
538
|
</div>
|
|
531
539
|
<div class="sub-title followers">
|
|
532
540
|
|
|
533
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
534
|
-
<span style="background-color: #
|
|
541
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
542
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
535
543
|
</a>
|
|
536
544
|
|
|
537
545
|
<span class="star" title="Stargazers Count">
|
|
538
546
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
539
547
|
<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>
|
|
540
548
|
</svg>
|
|
541
|
-
<span>
|
|
549
|
+
<span>3985</span>
|
|
542
550
|
</span>
|
|
543
551
|
<span class="star" title="Repo Forked">
|
|
544
552
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
545
553
|
<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">
|
|
546
554
|
</path>
|
|
547
555
|
</svg>
|
|
548
|
-
<span>
|
|
556
|
+
<span>140</span>
|
|
549
557
|
</span>
|
|
550
558
|
<span class="star">
|
|
551
559
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
552
560
|
<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>
|
|
553
561
|
</svg>
|
|
554
|
-
<span>
|
|
562
|
+
<span>501 stars today</span>
|
|
555
563
|
</span>
|
|
556
564
|
</div>
|
|
557
565
|
<div class="details">
|
|
@@ -564,32 +572,32 @@
|
|
|
564
572
|
<div class="info">
|
|
565
573
|
<div class="rank">
|
|
566
574
|
<span title="Ranking 13">13</span>
|
|
567
|
-
<a href="https://github.com/
|
|
575
|
+
<a href="https://github.com/glixzzy/blooket-hack" target="_blank" title="glixzzy/blooket-hack">glixzzy/blooket-hack</a>
|
|
568
576
|
</div>
|
|
569
577
|
<div class="sub-title followers">
|
|
570
578
|
|
|
571
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
572
|
-
<span style="background-color: #
|
|
579
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
580
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
573
581
|
</a>
|
|
574
582
|
|
|
575
583
|
<span class="star" title="Stargazers Count">
|
|
576
584
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
577
585
|
<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>
|
|
578
586
|
</svg>
|
|
579
|
-
<span>
|
|
587
|
+
<span>202</span>
|
|
580
588
|
</span>
|
|
581
589
|
<span class="star" title="Repo Forked">
|
|
582
590
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
583
591
|
<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">
|
|
584
592
|
</path>
|
|
585
593
|
</svg>
|
|
586
|
-
<span>
|
|
594
|
+
<span>456</span>
|
|
587
595
|
</span>
|
|
588
596
|
<span class="star">
|
|
589
597
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
590
598
|
<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>
|
|
591
599
|
</svg>
|
|
592
|
-
<span>
|
|
600
|
+
<span>40 stars today</span>
|
|
593
601
|
</span>
|
|
594
602
|
</div>
|
|
595
603
|
<div class="details">
|
|
@@ -602,28 +610,32 @@
|
|
|
602
610
|
<div class="info">
|
|
603
611
|
<div class="rank">
|
|
604
612
|
<span title="Ranking 14">14</span>
|
|
605
|
-
<a href="https://github.com/
|
|
613
|
+
<a href="https://github.com/DrKLO/Telegram" target="_blank" title="DrKLO/Telegram">DrKLO/Telegram</a>
|
|
606
614
|
</div>
|
|
607
615
|
<div class="sub-title followers">
|
|
608
616
|
|
|
617
|
+
<a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
|
|
618
|
+
<span style="background-color: #b07219;"></span>Java
|
|
619
|
+
</a>
|
|
620
|
+
|
|
609
621
|
<span class="star" title="Stargazers Count">
|
|
610
622
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
611
623
|
<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>
|
|
612
624
|
</svg>
|
|
613
|
-
<span>
|
|
625
|
+
<span>18694</span>
|
|
614
626
|
</span>
|
|
615
627
|
<span class="star" title="Repo Forked">
|
|
616
628
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
617
629
|
<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">
|
|
618
630
|
</path>
|
|
619
631
|
</svg>
|
|
620
|
-
<span>
|
|
632
|
+
<span>6493</span>
|
|
621
633
|
</span>
|
|
622
634
|
<span class="star">
|
|
623
635
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
624
636
|
<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>
|
|
625
637
|
</svg>
|
|
626
|
-
<span>
|
|
638
|
+
<span>31 stars today</span>
|
|
627
639
|
</span>
|
|
628
640
|
</div>
|
|
629
641
|
<div class="details">
|
|
@@ -636,32 +648,32 @@
|
|
|
636
648
|
<div class="info">
|
|
637
649
|
<div class="rank">
|
|
638
650
|
<span title="Ranking 15">15</span>
|
|
639
|
-
<a href="https://github.com/
|
|
651
|
+
<a href="https://github.com/terraform-aws-modules/terraform-aws-eks" target="_blank" title="terraform-aws-modules/terraform-aws-eks">terraform-aws-modules/terraform-aws-eks</a>
|
|
640
652
|
</div>
|
|
641
653
|
<div class="sub-title followers">
|
|
642
654
|
|
|
643
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
644
|
-
<span style="background-color: #
|
|
655
|
+
<a class="language" target="_blank" href="https://github.com/topics/hcl" title="Programming Language HCL">
|
|
656
|
+
<span style="background-color: #ccc;"></span>HCL
|
|
645
657
|
</a>
|
|
646
658
|
|
|
647
659
|
<span class="star" title="Stargazers Count">
|
|
648
660
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
649
661
|
<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>
|
|
650
662
|
</svg>
|
|
651
|
-
<span>
|
|
663
|
+
<span>2390</span>
|
|
652
664
|
</span>
|
|
653
665
|
<span class="star" title="Repo Forked">
|
|
654
666
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
655
667
|
<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">
|
|
656
668
|
</path>
|
|
657
669
|
</svg>
|
|
658
|
-
<span>
|
|
670
|
+
<span>2068</span>
|
|
659
671
|
</span>
|
|
660
672
|
<span class="star">
|
|
661
673
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
662
674
|
<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>
|
|
663
675
|
</svg>
|
|
664
|
-
<span>
|
|
676
|
+
<span>26 stars today</span>
|
|
665
677
|
</span>
|
|
666
678
|
</div>
|
|
667
679
|
<div class="details">
|
|
@@ -674,32 +686,32 @@
|
|
|
674
686
|
<div class="info">
|
|
675
687
|
<div class="rank">
|
|
676
688
|
<span title="Ranking 16">16</span>
|
|
677
|
-
<a href="https://github.com/
|
|
689
|
+
<a href="https://github.com/bregman-arie/devops-resources" target="_blank" title="bregman-arie/devops-resources">bregman-arie/devops-resources</a>
|
|
678
690
|
</div>
|
|
679
691
|
<div class="sub-title followers">
|
|
680
692
|
|
|
681
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
682
|
-
<span style="background-color: #
|
|
693
|
+
<a class="language" target="_blank" href="https://github.com/topics/groovy" title="Programming Language Groovy">
|
|
694
|
+
<span style="background-color: #4298b8;"></span>Groovy
|
|
683
695
|
</a>
|
|
684
696
|
|
|
685
697
|
<span class="star" title="Stargazers Count">
|
|
686
698
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
687
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>
|
|
688
700
|
</svg>
|
|
689
|
-
<span>
|
|
701
|
+
<span>3579</span>
|
|
690
702
|
</span>
|
|
691
703
|
<span class="star" title="Repo Forked">
|
|
692
704
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
693
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">
|
|
694
706
|
</path>
|
|
695
707
|
</svg>
|
|
696
|
-
<span>
|
|
708
|
+
<span>711</span>
|
|
697
709
|
</span>
|
|
698
710
|
<span class="star">
|
|
699
711
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
700
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>
|
|
701
713
|
</svg>
|
|
702
|
-
<span>
|
|
714
|
+
<span>116 stars today</span>
|
|
703
715
|
</span>
|
|
704
716
|
</div>
|
|
705
717
|
<div class="details">
|
|
@@ -712,32 +724,32 @@
|
|
|
712
724
|
<div class="info">
|
|
713
725
|
<div class="rank">
|
|
714
726
|
<span title="Ranking 17">17</span>
|
|
715
|
-
<a href="https://github.com/
|
|
727
|
+
<a href="https://github.com/aws/karpenter" target="_blank" title="aws/karpenter">aws/karpenter</a>
|
|
716
728
|
</div>
|
|
717
729
|
<div class="sub-title followers">
|
|
718
730
|
|
|
719
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
720
|
-
<span style="background-color: #
|
|
731
|
+
<a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
|
|
732
|
+
<span style="background-color: #00ADD8;"></span>Go
|
|
721
733
|
</a>
|
|
722
734
|
|
|
723
735
|
<span class="star" title="Stargazers Count">
|
|
724
736
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
725
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>
|
|
726
738
|
</svg>
|
|
727
|
-
<span>
|
|
739
|
+
<span>1441</span>
|
|
728
740
|
</span>
|
|
729
741
|
<span class="star" title="Repo Forked">
|
|
730
742
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
731
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">
|
|
732
744
|
</path>
|
|
733
745
|
</svg>
|
|
734
|
-
<span>
|
|
746
|
+
<span>102</span>
|
|
735
747
|
</span>
|
|
736
748
|
<span class="star">
|
|
737
749
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
738
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>
|
|
739
751
|
</svg>
|
|
740
|
-
<span>
|
|
752
|
+
<span>170 stars today</span>
|
|
741
753
|
</span>
|
|
742
754
|
</div>
|
|
743
755
|
<div class="details">
|
|
@@ -750,28 +762,32 @@
|
|
|
750
762
|
<div class="info">
|
|
751
763
|
<div class="rank">
|
|
752
764
|
<span title="Ranking 18">18</span>
|
|
753
|
-
<a href="https://github.com/
|
|
765
|
+
<a href="https://github.com/oxidecomputer/humility" target="_blank" title="oxidecomputer/humility">oxidecomputer/humility</a>
|
|
754
766
|
</div>
|
|
755
767
|
<div class="sub-title followers">
|
|
756
768
|
|
|
769
|
+
<a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
|
|
770
|
+
<span style="background-color: #dea584;"></span>Rust
|
|
771
|
+
</a>
|
|
772
|
+
|
|
757
773
|
<span class="star" title="Stargazers Count">
|
|
758
774
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
759
775
|
<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
776
|
</svg>
|
|
761
|
-
<span>
|
|
777
|
+
<span>249</span>
|
|
762
778
|
</span>
|
|
763
779
|
<span class="star" title="Repo Forked">
|
|
764
780
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
765
781
|
<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
782
|
</path>
|
|
767
783
|
</svg>
|
|
768
|
-
<span>
|
|
784
|
+
<span>12</span>
|
|
769
785
|
</span>
|
|
770
786
|
<span class="star">
|
|
771
787
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
772
788
|
<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
789
|
</svg>
|
|
774
|
-
<span>
|
|
790
|
+
<span>50 stars today</span>
|
|
775
791
|
</span>
|
|
776
792
|
</div>
|
|
777
793
|
<div class="details">
|
|
@@ -784,32 +800,32 @@
|
|
|
784
800
|
<div class="info">
|
|
785
801
|
<div class="rank">
|
|
786
802
|
<span title="Ranking 19">19</span>
|
|
787
|
-
<a href="https://github.com/
|
|
803
|
+
<a href="https://github.com/google/go-containerregistry" target="_blank" title="google/go-containerregistry">google/go-containerregistry</a>
|
|
788
804
|
</div>
|
|
789
805
|
<div class="sub-title followers">
|
|
790
806
|
|
|
791
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
792
|
-
<span style="background-color: #
|
|
807
|
+
<a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
|
|
808
|
+
<span style="background-color: #00ADD8;"></span>Go
|
|
793
809
|
</a>
|
|
794
810
|
|
|
795
811
|
<span class="star" title="Stargazers Count">
|
|
796
812
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
797
813
|
<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
814
|
</svg>
|
|
799
|
-
<span>
|
|
815
|
+
<span>1425</span>
|
|
800
816
|
</span>
|
|
801
817
|
<span class="star" title="Repo Forked">
|
|
802
818
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
803
819
|
<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
820
|
</path>
|
|
805
821
|
</svg>
|
|
806
|
-
<span>
|
|
822
|
+
<span>278</span>
|
|
807
823
|
</span>
|
|
808
824
|
<span class="star">
|
|
809
825
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
810
826
|
<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
827
|
</svg>
|
|
812
|
-
<span>
|
|
828
|
+
<span>45 stars today</span>
|
|
813
829
|
</span>
|
|
814
830
|
</div>
|
|
815
831
|
<div class="details">
|
|
@@ -822,32 +838,28 @@
|
|
|
822
838
|
<div class="info">
|
|
823
839
|
<div class="rank">
|
|
824
840
|
<span title="Ranking 20">20</span>
|
|
825
|
-
<a href="https://github.com/
|
|
841
|
+
<a href="https://github.com/Liqunkit/LiqunKit_" target="_blank" title="Liqunkit/LiqunKit_">Liqunkit/LiqunKit_</a>
|
|
826
842
|
</div>
|
|
827
843
|
<div class="sub-title followers">
|
|
828
844
|
|
|
829
|
-
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
830
|
-
<span style="background-color: #3572A5;"></span>Python
|
|
831
|
-
</a>
|
|
832
|
-
|
|
833
845
|
<span class="star" title="Stargazers Count">
|
|
834
846
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
835
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>
|
|
836
848
|
</svg>
|
|
837
|
-
<span>
|
|
849
|
+
<span>284</span>
|
|
838
850
|
</span>
|
|
839
851
|
<span class="star" title="Repo Forked">
|
|
840
852
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
841
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">
|
|
842
854
|
</path>
|
|
843
855
|
</svg>
|
|
844
|
-
<span>
|
|
856
|
+
<span>41</span>
|
|
845
857
|
</span>
|
|
846
858
|
<span class="star">
|
|
847
859
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
848
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>
|
|
849
861
|
</svg>
|
|
850
|
-
<span>
|
|
862
|
+
<span>24 stars today</span>
|
|
851
863
|
</span>
|
|
852
864
|
</div>
|
|
853
865
|
<div class="details">
|
|
@@ -860,28 +872,32 @@
|
|
|
860
872
|
<div class="info">
|
|
861
873
|
<div class="rank">
|
|
862
874
|
<span title="Ranking 21">21</span>
|
|
863
|
-
<a href="https://github.com/
|
|
875
|
+
<a href="https://github.com/acmenlt/dynamic-threadpool" target="_blank" title="acmenlt/dynamic-threadpool">acmenlt/dynamic-threadpool</a>
|
|
864
876
|
</div>
|
|
865
877
|
<div class="sub-title followers">
|
|
866
878
|
|
|
879
|
+
<a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
|
|
880
|
+
<span style="background-color: #b07219;"></span>Java
|
|
881
|
+
</a>
|
|
882
|
+
|
|
867
883
|
<span class="star" title="Stargazers Count">
|
|
868
884
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
869
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>
|
|
870
886
|
</svg>
|
|
871
|
-
<span>
|
|
887
|
+
<span>818</span>
|
|
872
888
|
</span>
|
|
873
889
|
<span class="star" title="Repo Forked">
|
|
874
890
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
875
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">
|
|
876
892
|
</path>
|
|
877
893
|
</svg>
|
|
878
|
-
<span>
|
|
894
|
+
<span>125</span>
|
|
879
895
|
</span>
|
|
880
896
|
<span class="star">
|
|
881
897
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
882
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>
|
|
883
899
|
</svg>
|
|
884
|
-
<span>
|
|
900
|
+
<span>62 stars today</span>
|
|
885
901
|
</span>
|
|
886
902
|
</div>
|
|
887
903
|
<div class="details">
|
|
@@ -894,32 +910,32 @@
|
|
|
894
910
|
<div class="info">
|
|
895
911
|
<div class="rank">
|
|
896
912
|
<span title="Ranking 22">22</span>
|
|
897
|
-
<a href="https://github.com/
|
|
913
|
+
<a href="https://github.com/frankwxu/digital-forensics-lab" target="_blank" title="frankwxu/digital-forensics-lab">frankwxu/digital-forensics-lab</a>
|
|
898
914
|
</div>
|
|
899
915
|
<div class="sub-title followers">
|
|
900
916
|
|
|
901
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
902
|
-
<span style="background-color: #
|
|
917
|
+
<a class="language" target="_blank" href="https://github.com/topics/richtextformat" title="Programming Language RichTextFormat">
|
|
918
|
+
<span style="background-color: #ccc;"></span>RichTextFormat
|
|
903
919
|
</a>
|
|
904
920
|
|
|
905
921
|
<span class="star" title="Stargazers Count">
|
|
906
922
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
907
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>
|
|
908
924
|
</svg>
|
|
909
|
-
<span>
|
|
925
|
+
<span>312</span>
|
|
910
926
|
</span>
|
|
911
927
|
<span class="star" title="Repo Forked">
|
|
912
928
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
913
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">
|
|
914
930
|
</path>
|
|
915
931
|
</svg>
|
|
916
|
-
<span>
|
|
932
|
+
<span>67</span>
|
|
917
933
|
</span>
|
|
918
934
|
<span class="star">
|
|
919
935
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
920
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>
|
|
921
937
|
</svg>
|
|
922
|
-
<span>
|
|
938
|
+
<span>58 stars today</span>
|
|
923
939
|
</span>
|
|
924
940
|
</div>
|
|
925
941
|
<div class="details">
|
|
@@ -932,32 +948,32 @@
|
|
|
932
948
|
<div class="info">
|
|
933
949
|
<div class="rank">
|
|
934
950
|
<span title="Ranking 23">23</span>
|
|
935
|
-
<a href="https://github.com/
|
|
951
|
+
<a href="https://github.com/aws-ia/terraform-aws-control_tower_account_factory" target="_blank" title="aws-ia/terraform-aws-control_tower_account_factory">aws-ia/terraform-aws-control_tower_account_factory</a>
|
|
936
952
|
</div>
|
|
937
953
|
<div class="sub-title followers">
|
|
938
954
|
|
|
939
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
940
|
-
<span style="background-color: #
|
|
955
|
+
<a class="language" target="_blank" href="https://github.com/topics/hcl" title="Programming Language HCL">
|
|
956
|
+
<span style="background-color: #ccc;"></span>HCL
|
|
941
957
|
</a>
|
|
942
958
|
|
|
943
959
|
<span class="star" title="Stargazers Count">
|
|
944
960
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
945
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>
|
|
946
962
|
</svg>
|
|
947
|
-
<span>
|
|
963
|
+
<span>87</span>
|
|
948
964
|
</span>
|
|
949
965
|
<span class="star" title="Repo Forked">
|
|
950
966
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
951
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">
|
|
952
968
|
</path>
|
|
953
969
|
</svg>
|
|
954
|
-
<span>
|
|
970
|
+
<span>8</span>
|
|
955
971
|
</span>
|
|
956
972
|
<span class="star">
|
|
957
973
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
958
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>
|
|
959
975
|
</svg>
|
|
960
|
-
<span>
|
|
976
|
+
<span>16 stars today</span>
|
|
961
977
|
</span>
|
|
962
978
|
</div>
|
|
963
979
|
<div class="details">
|
|
@@ -970,32 +986,32 @@
|
|
|
970
986
|
<div class="info">
|
|
971
987
|
<div class="rank">
|
|
972
988
|
<span title="Ranking 24">24</span>
|
|
973
|
-
<a href="https://github.com/
|
|
989
|
+
<a href="https://github.com/getsentry/sentry-javascript" target="_blank" title="getsentry/sentry-javascript">getsentry/sentry-javascript</a>
|
|
974
990
|
</div>
|
|
975
991
|
<div class="sub-title followers">
|
|
976
992
|
|
|
977
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
978
|
-
<span style="background-color: #
|
|
993
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
994
|
+
<span style="background-color: #2b7489;"></span>TypeScript
|
|
979
995
|
</a>
|
|
980
996
|
|
|
981
997
|
<span class="star" title="Stargazers Count">
|
|
982
998
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
983
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>
|
|
984
1000
|
</svg>
|
|
985
|
-
<span>
|
|
1001
|
+
<span>5954</span>
|
|
986
1002
|
</span>
|
|
987
1003
|
<span class="star" title="Repo Forked">
|
|
988
1004
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
989
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">
|
|
990
1006
|
</path>
|
|
991
1007
|
</svg>
|
|
992
|
-
<span>
|
|
1008
|
+
<span>1143</span>
|
|
993
1009
|
</span>
|
|
994
1010
|
<span class="star">
|
|
995
1011
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
996
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>
|
|
997
1013
|
</svg>
|
|
998
|
-
<span>
|
|
1014
|
+
<span>33 stars today</span>
|
|
999
1015
|
</span>
|
|
1000
1016
|
</div>
|
|
1001
1017
|
<div class="details">
|
|
@@ -1008,32 +1024,32 @@
|
|
|
1008
1024
|
<div class="info">
|
|
1009
1025
|
<div class="rank">
|
|
1010
1026
|
<span title="Ranking 25">25</span>
|
|
1011
|
-
<a href="https://github.com/
|
|
1027
|
+
<a href="https://github.com/spf13/cobra" target="_blank" title="spf13/cobra">spf13/cobra</a>
|
|
1012
1028
|
</div>
|
|
1013
1029
|
<div class="sub-title followers">
|
|
1014
1030
|
|
|
1015
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
1016
|
-
<span style="background-color: #
|
|
1031
|
+
<a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
|
|
1032
|
+
<span style="background-color: #00ADD8;"></span>Go
|
|
1017
1033
|
</a>
|
|
1018
1034
|
|
|
1019
1035
|
<span class="star" title="Stargazers Count">
|
|
1020
1036
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1021
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>
|
|
1022
1038
|
</svg>
|
|
1023
|
-
<span>
|
|
1039
|
+
<span>24185</span>
|
|
1024
1040
|
</span>
|
|
1025
1041
|
<span class="star" title="Repo Forked">
|
|
1026
1042
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1027
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">
|
|
1028
1044
|
</path>
|
|
1029
1045
|
</svg>
|
|
1030
|
-
<span>
|
|
1046
|
+
<span>2096</span>
|
|
1031
1047
|
</span>
|
|
1032
1048
|
<span class="star">
|
|
1033
1049
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1034
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>
|
|
1035
1051
|
</svg>
|
|
1036
|
-
<span>
|
|
1052
|
+
<span>64 stars today</span>
|
|
1037
1053
|
</span>
|
|
1038
1054
|
</div>
|
|
1039
1055
|
<div class="details">
|
|
@@ -1058,7 +1074,7 @@
|
|
|
1058
1074
|
<img src="https://img.shields.io/npm/v/@wcj/github-rank.svg?label=unpkg">
|
|
1059
1075
|
</a>
|
|
1060
1076
|
</div>
|
|
1061
|
-
<div class="time">Last cache created on 2021/12/
|
|
1077
|
+
<div class="time">Last cache created on 2021/12/3 by Github API v3.</div>
|
|
1062
1078
|
Create by <a href="https://github.com/jaywcjlove" target="_blank">小弟调调™</a>.
|
|
1063
1079
|
</div>
|
|
1064
1080
|
</body>
|