@wcj/github-rank 21.11.29 → 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 +36499 -36500
- package/dist/sifou-daily.json +91 -10
- package/dist/sifou-monthly.json +85 -85
- package/dist/sifou-weekly.json +173 -173
- package/dist/toutiao-30.json +86 -86
- package/dist/toutiao-7.json +146 -146
- package/dist/toutiao-90.json +80 -80
- package/dist/trending-daily.json +175 -175
- package/dist/trending-monthly.json +158 -158
- package/dist/trending-weekly.json +173 -173
- package/dist/users.china.json +3741 -3742
- package/dist/users.json +3963 -3963
- package/package.json +1 -1
- package/web/36kr.html +2 -2
- package/web/data/repos.json +36499 -36500
- package/web/data/sifou-daily.json +91 -10
- package/web/data/sifou-monthly.json +85 -85
- package/web/data/sifou-weekly.json +173 -173
- package/web/data/toutiao-30.json +86 -86
- package/web/data/toutiao-7.json +146 -146
- package/web/data/toutiao-90.json +80 -80
- package/web/data/trending-daily.json +175 -175
- package/web/data/trending-monthly.json +158 -158
- package/web/data/trending-weekly.json +173 -173
- package/web/data/users.china.json +3741 -3742
- package/web/data/users.json +3963 -3963
- package/web/index.html +2025 -2025
- package/web/repos.html +4364 -4360
- package/web/sifou-daily.html +261 -9
- package/web/sifou-monthly.html +102 -102
- package/web/sifou-weekly.html +145 -145
- package/web/toutiao-30.html +116 -116
- package/web/toutiao-7.html +99 -99
- package/web/toutiao-90.html +78 -78
- package/web/trending-monthly.html +135 -139
- package/web/trending-weekly.html +146 -154
- package/web/trending.html +168 -136
- package/web/users.china.html +1853 -1853
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/
|
|
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,28 +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/oxidecomputer/hubris" target="_blank" title="oxidecomputer/hubris">oxidecomputer/hubris</a>
|
|
166
166
|
</div>
|
|
167
167
|
<div class="sub-title followers">
|
|
168
168
|
|
|
169
|
+
<a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
|
|
170
|
+
<span style="background-color: #dea584;"></span>Rust
|
|
171
|
+
</a>
|
|
172
|
+
|
|
169
173
|
<span class="star" title="Stargazers Count">
|
|
170
174
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
171
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>
|
|
172
176
|
</svg>
|
|
173
|
-
<span>
|
|
177
|
+
<span>1108</span>
|
|
174
178
|
</span>
|
|
175
179
|
<span class="star" title="Repo Forked">
|
|
176
180
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
177
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">
|
|
178
182
|
</path>
|
|
179
183
|
</svg>
|
|
180
|
-
<span>
|
|
184
|
+
<span>30</span>
|
|
181
185
|
</span>
|
|
182
186
|
<span class="star">
|
|
183
187
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
184
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>
|
|
185
189
|
</svg>
|
|
186
|
-
<span>
|
|
190
|
+
<span>180 stars today</span>
|
|
187
191
|
</span>
|
|
188
192
|
</div>
|
|
189
193
|
<div class="details">
|
|
@@ -196,28 +200,32 @@
|
|
|
196
200
|
<div class="info">
|
|
197
201
|
<div class="rank">
|
|
198
202
|
<span title="Ranking 3">3</span>
|
|
199
|
-
<a href="https://github.com/
|
|
203
|
+
<a href="https://github.com/supabase/supabase" target="_blank" title="supabase/supabase">supabase/supabase</a>
|
|
200
204
|
</div>
|
|
201
205
|
<div class="sub-title followers">
|
|
202
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
|
+
|
|
203
211
|
<span class="star" title="Stargazers Count">
|
|
204
212
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
205
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>
|
|
206
214
|
</svg>
|
|
207
|
-
<span>
|
|
215
|
+
<span>23678</span>
|
|
208
216
|
</span>
|
|
209
217
|
<span class="star" title="Repo Forked">
|
|
210
218
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
211
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">
|
|
212
220
|
</path>
|
|
213
221
|
</svg>
|
|
214
|
-
<span>
|
|
222
|
+
<span>1199</span>
|
|
215
223
|
</span>
|
|
216
224
|
<span class="star">
|
|
217
225
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
218
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>
|
|
219
227
|
</svg>
|
|
220
|
-
<span>
|
|
228
|
+
<span>308 stars today</span>
|
|
221
229
|
</span>
|
|
222
230
|
</div>
|
|
223
231
|
<div class="details">
|
|
@@ -230,32 +238,28 @@
|
|
|
230
238
|
<div class="info">
|
|
231
239
|
<div class="rank">
|
|
232
240
|
<span title="Ranking 4">4</span>
|
|
233
|
-
<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>
|
|
234
242
|
</div>
|
|
235
243
|
<div class="sub-title followers">
|
|
236
244
|
|
|
237
|
-
<a class="language" target="_blank" href="https://github.com/topics/shell" title="Programming Language Shell">
|
|
238
|
-
<span style="background-color: #89e051;"></span>Shell
|
|
239
|
-
</a>
|
|
240
|
-
|
|
241
245
|
<span class="star" title="Stargazers Count">
|
|
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,32 +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
|
|
|
275
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
276
|
-
<span style="background-color: #
|
|
279
|
+
<a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
|
|
280
|
+
<span style="background-color: #b07219;"></span>Java
|
|
277
281
|
</a>
|
|
278
282
|
|
|
279
283
|
<span class="star" title="Stargazers Count">
|
|
280
284
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
281
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>
|
|
282
286
|
</svg>
|
|
283
|
-
<span>
|
|
287
|
+
<span>453</span>
|
|
284
288
|
</span>
|
|
285
289
|
<span class="star" title="Repo Forked">
|
|
286
290
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
287
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">
|
|
288
292
|
</path>
|
|
289
293
|
</svg>
|
|
290
|
-
<span>
|
|
294
|
+
<span>102</span>
|
|
291
295
|
</span>
|
|
292
296
|
<span class="star">
|
|
293
297
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
294
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>
|
|
295
299
|
</svg>
|
|
296
|
-
<span>
|
|
300
|
+
<span>153 stars today</span>
|
|
297
301
|
</span>
|
|
298
302
|
</div>
|
|
299
303
|
<div class="details">
|
|
@@ -306,32 +310,28 @@
|
|
|
306
310
|
<div class="info">
|
|
307
311
|
<div class="rank">
|
|
308
312
|
<span title="Ranking 6">6</span>
|
|
309
|
-
<a href="https://github.com/
|
|
313
|
+
<a href="https://github.com/sindresorhus/awesome" target="_blank" title="sindresorhus/awesome">sindresorhus/awesome</a>
|
|
310
314
|
</div>
|
|
311
315
|
<div class="sub-title followers">
|
|
312
316
|
|
|
313
|
-
<a class="language" target="_blank" href="https://github.com/topics/jupyternotebook" title="Programming Language JupyterNotebook">
|
|
314
|
-
<span style="background-color: #DA5B0B;"></span>JupyterNotebook
|
|
315
|
-
</a>
|
|
316
|
-
|
|
317
317
|
<span class="star" title="Stargazers Count">
|
|
318
318
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
319
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>
|
|
320
320
|
</svg>
|
|
321
|
-
<span>
|
|
321
|
+
<span>178243</span>
|
|
322
322
|
</span>
|
|
323
323
|
<span class="star" title="Repo Forked">
|
|
324
324
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
325
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">
|
|
326
326
|
</path>
|
|
327
327
|
</svg>
|
|
328
|
-
<span>
|
|
328
|
+
<span>22144</span>
|
|
329
329
|
</span>
|
|
330
330
|
<span class="star">
|
|
331
331
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
332
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>
|
|
333
333
|
</svg>
|
|
334
|
-
<span>
|
|
334
|
+
<span>382 stars today</span>
|
|
335
335
|
</span>
|
|
336
336
|
</div>
|
|
337
337
|
<div class="details">
|
|
@@ -344,32 +344,32 @@
|
|
|
344
344
|
<div class="info">
|
|
345
345
|
<div class="rank">
|
|
346
346
|
<span title="Ranking 7">7</span>
|
|
347
|
-
<a href="https://github.com/
|
|
347
|
+
<a href="https://github.com/thunlp/WantWords" target="_blank" title="thunlp/WantWords">thunlp/WantWords</a>
|
|
348
348
|
</div>
|
|
349
349
|
<div class="sub-title followers">
|
|
350
350
|
|
|
351
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
352
|
-
<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
|
|
353
353
|
</a>
|
|
354
354
|
|
|
355
355
|
<span class="star" title="Stargazers Count">
|
|
356
356
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
357
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>
|
|
358
358
|
</svg>
|
|
359
|
-
<span>
|
|
359
|
+
<span>1448</span>
|
|
360
360
|
</span>
|
|
361
361
|
<span class="star" title="Repo Forked">
|
|
362
362
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
363
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">
|
|
364
364
|
</path>
|
|
365
365
|
</svg>
|
|
366
|
-
<span>
|
|
366
|
+
<span>95</span>
|
|
367
367
|
</span>
|
|
368
368
|
<span class="star">
|
|
369
369
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
370
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>
|
|
371
371
|
</svg>
|
|
372
|
-
<span>
|
|
372
|
+
<span>237 stars today</span>
|
|
373
373
|
</span>
|
|
374
374
|
</div>
|
|
375
375
|
<div class="details">
|
|
@@ -382,28 +382,32 @@
|
|
|
382
382
|
<div class="info">
|
|
383
383
|
<div class="rank">
|
|
384
384
|
<span title="Ranking 8">8</span>
|
|
385
|
-
<a href="https://github.com/
|
|
385
|
+
<a href="https://github.com/autonomousvision/projected_gan" target="_blank" title="autonomousvision/projected_gan">autonomousvision/projected_gan</a>
|
|
386
386
|
</div>
|
|
387
387
|
<div class="sub-title followers">
|
|
388
388
|
|
|
389
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
390
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
391
|
+
</a>
|
|
392
|
+
|
|
389
393
|
<span class="star" title="Stargazers Count">
|
|
390
394
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
391
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>
|
|
392
396
|
</svg>
|
|
393
|
-
<span>
|
|
397
|
+
<span>281</span>
|
|
394
398
|
</span>
|
|
395
399
|
<span class="star" title="Repo Forked">
|
|
396
400
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
397
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">
|
|
398
402
|
</path>
|
|
399
403
|
</svg>
|
|
400
|
-
<span>
|
|
404
|
+
<span>18</span>
|
|
401
405
|
</span>
|
|
402
406
|
<span class="star">
|
|
403
407
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
404
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>
|
|
405
409
|
</svg>
|
|
406
|
-
<span>
|
|
410
|
+
<span>43 stars today</span>
|
|
407
411
|
</span>
|
|
408
412
|
</div>
|
|
409
413
|
<div class="details">
|
|
@@ -416,32 +420,32 @@
|
|
|
416
420
|
<div class="info">
|
|
417
421
|
<div class="rank">
|
|
418
422
|
<span title="Ranking 9">9</span>
|
|
419
|
-
<a href="https://github.com/
|
|
423
|
+
<a href="https://github.com/tonsky/FiraCode" target="_blank" title="tonsky/FiraCode">tonsky/FiraCode</a>
|
|
420
424
|
</div>
|
|
421
425
|
<div class="sub-title followers">
|
|
422
426
|
|
|
423
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
424
|
-
<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
|
|
425
429
|
</a>
|
|
426
430
|
|
|
427
431
|
<span class="star" title="Stargazers Count">
|
|
428
432
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
429
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>
|
|
430
434
|
</svg>
|
|
431
|
-
<span>
|
|
435
|
+
<span>60423</span>
|
|
432
436
|
</span>
|
|
433
437
|
<span class="star" title="Repo Forked">
|
|
434
438
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
435
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">
|
|
436
440
|
</path>
|
|
437
441
|
</svg>
|
|
438
|
-
<span>
|
|
442
|
+
<span>2693</span>
|
|
439
443
|
</span>
|
|
440
444
|
<span class="star">
|
|
441
445
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
442
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>
|
|
443
447
|
</svg>
|
|
444
|
-
<span>
|
|
448
|
+
<span>239 stars today</span>
|
|
445
449
|
</span>
|
|
446
450
|
</div>
|
|
447
451
|
<div class="details">
|
|
@@ -454,28 +458,32 @@
|
|
|
454
458
|
<div class="info">
|
|
455
459
|
<div class="rank">
|
|
456
460
|
<span title="Ranking 10">10</span>
|
|
457
|
-
<a href="https://github.com/
|
|
461
|
+
<a href="https://github.com/microsoft/PowerToys" target="_blank" title="microsoft/PowerToys">microsoft/PowerToys</a>
|
|
458
462
|
</div>
|
|
459
463
|
<div class="sub-title followers">
|
|
460
464
|
|
|
465
|
+
<a class="language" target="_blank" href="https://github.com/topics/c#" title="Programming Language C#">
|
|
466
|
+
<span style="background-color: #178600;"></span>C#
|
|
467
|
+
</a>
|
|
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,28 +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
|
|
|
541
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
542
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
543
|
+
</a>
|
|
544
|
+
|
|
533
545
|
<span class="star" title="Stargazers Count">
|
|
534
546
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
535
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>
|
|
536
548
|
</svg>
|
|
537
|
-
<span>
|
|
549
|
+
<span>3985</span>
|
|
538
550
|
</span>
|
|
539
551
|
<span class="star" title="Repo Forked">
|
|
540
552
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
541
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">
|
|
542
554
|
</path>
|
|
543
555
|
</svg>
|
|
544
|
-
<span>
|
|
556
|
+
<span>140</span>
|
|
545
557
|
</span>
|
|
546
558
|
<span class="star">
|
|
547
559
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
548
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>
|
|
549
561
|
</svg>
|
|
550
|
-
<span>
|
|
562
|
+
<span>501 stars today</span>
|
|
551
563
|
</span>
|
|
552
564
|
</div>
|
|
553
565
|
<div class="details">
|
|
@@ -560,32 +572,32 @@
|
|
|
560
572
|
<div class="info">
|
|
561
573
|
<div class="rank">
|
|
562
574
|
<span title="Ranking 13">13</span>
|
|
563
|
-
<a href="https://github.com/
|
|
575
|
+
<a href="https://github.com/glixzzy/blooket-hack" target="_blank" title="glixzzy/blooket-hack">glixzzy/blooket-hack</a>
|
|
564
576
|
</div>
|
|
565
577
|
<div class="sub-title followers">
|
|
566
578
|
|
|
567
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
568
|
-
<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
|
|
569
581
|
</a>
|
|
570
582
|
|
|
571
583
|
<span class="star" title="Stargazers Count">
|
|
572
584
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
573
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>
|
|
574
586
|
</svg>
|
|
575
|
-
<span>
|
|
587
|
+
<span>202</span>
|
|
576
588
|
</span>
|
|
577
589
|
<span class="star" title="Repo Forked">
|
|
578
590
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
579
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">
|
|
580
592
|
</path>
|
|
581
593
|
</svg>
|
|
582
|
-
<span>
|
|
594
|
+
<span>456</span>
|
|
583
595
|
</span>
|
|
584
596
|
<span class="star">
|
|
585
597
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
586
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>
|
|
587
599
|
</svg>
|
|
588
|
-
<span>
|
|
600
|
+
<span>40 stars today</span>
|
|
589
601
|
</span>
|
|
590
602
|
</div>
|
|
591
603
|
<div class="details">
|
|
@@ -598,28 +610,32 @@
|
|
|
598
610
|
<div class="info">
|
|
599
611
|
<div class="rank">
|
|
600
612
|
<span title="Ranking 14">14</span>
|
|
601
|
-
<a href="https://github.com/
|
|
613
|
+
<a href="https://github.com/DrKLO/Telegram" target="_blank" title="DrKLO/Telegram">DrKLO/Telegram</a>
|
|
602
614
|
</div>
|
|
603
615
|
<div class="sub-title followers">
|
|
604
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
|
+
|
|
605
621
|
<span class="star" title="Stargazers Count">
|
|
606
622
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
607
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>
|
|
608
624
|
</svg>
|
|
609
|
-
<span>
|
|
625
|
+
<span>18694</span>
|
|
610
626
|
</span>
|
|
611
627
|
<span class="star" title="Repo Forked">
|
|
612
628
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
613
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">
|
|
614
630
|
</path>
|
|
615
631
|
</svg>
|
|
616
|
-
<span>
|
|
632
|
+
<span>6493</span>
|
|
617
633
|
</span>
|
|
618
634
|
<span class="star">
|
|
619
635
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
620
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>
|
|
621
637
|
</svg>
|
|
622
|
-
<span>
|
|
638
|
+
<span>31 stars today</span>
|
|
623
639
|
</span>
|
|
624
640
|
</div>
|
|
625
641
|
<div class="details">
|
|
@@ -632,28 +648,32 @@
|
|
|
632
648
|
<div class="info">
|
|
633
649
|
<div class="rank">
|
|
634
650
|
<span title="Ranking 15">15</span>
|
|
635
|
-
<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>
|
|
636
652
|
</div>
|
|
637
653
|
<div class="sub-title followers">
|
|
638
654
|
|
|
655
|
+
<a class="language" target="_blank" href="https://github.com/topics/hcl" title="Programming Language HCL">
|
|
656
|
+
<span style="background-color: #ccc;"></span>HCL
|
|
657
|
+
</a>
|
|
658
|
+
|
|
639
659
|
<span class="star" title="Stargazers Count">
|
|
640
660
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
641
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>
|
|
642
662
|
</svg>
|
|
643
|
-
<span>
|
|
663
|
+
<span>2390</span>
|
|
644
664
|
</span>
|
|
645
665
|
<span class="star" title="Repo Forked">
|
|
646
666
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
647
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">
|
|
648
668
|
</path>
|
|
649
669
|
</svg>
|
|
650
|
-
<span>
|
|
670
|
+
<span>2068</span>
|
|
651
671
|
</span>
|
|
652
672
|
<span class="star">
|
|
653
673
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
654
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>
|
|
655
675
|
</svg>
|
|
656
|
-
<span>
|
|
676
|
+
<span>26 stars today</span>
|
|
657
677
|
</span>
|
|
658
678
|
</div>
|
|
659
679
|
<div class="details">
|
|
@@ -666,32 +686,32 @@
|
|
|
666
686
|
<div class="info">
|
|
667
687
|
<div class="rank">
|
|
668
688
|
<span title="Ranking 16">16</span>
|
|
669
|
-
<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>
|
|
670
690
|
</div>
|
|
671
691
|
<div class="sub-title followers">
|
|
672
692
|
|
|
673
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
674
|
-
<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
|
|
675
695
|
</a>
|
|
676
696
|
|
|
677
697
|
<span class="star" title="Stargazers Count">
|
|
678
698
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
679
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>
|
|
680
700
|
</svg>
|
|
681
|
-
<span>
|
|
701
|
+
<span>3579</span>
|
|
682
702
|
</span>
|
|
683
703
|
<span class="star" title="Repo Forked">
|
|
684
704
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
685
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">
|
|
686
706
|
</path>
|
|
687
707
|
</svg>
|
|
688
|
-
<span>
|
|
708
|
+
<span>711</span>
|
|
689
709
|
</span>
|
|
690
710
|
<span class="star">
|
|
691
711
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
692
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>
|
|
693
713
|
</svg>
|
|
694
|
-
<span>
|
|
714
|
+
<span>116 stars today</span>
|
|
695
715
|
</span>
|
|
696
716
|
</div>
|
|
697
717
|
<div class="details">
|
|
@@ -704,28 +724,32 @@
|
|
|
704
724
|
<div class="info">
|
|
705
725
|
<div class="rank">
|
|
706
726
|
<span title="Ranking 17">17</span>
|
|
707
|
-
<a href="https://github.com/
|
|
727
|
+
<a href="https://github.com/aws/karpenter" target="_blank" title="aws/karpenter">aws/karpenter</a>
|
|
708
728
|
</div>
|
|
709
729
|
<div class="sub-title followers">
|
|
710
730
|
|
|
731
|
+
<a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
|
|
732
|
+
<span style="background-color: #00ADD8;"></span>Go
|
|
733
|
+
</a>
|
|
734
|
+
|
|
711
735
|
<span class="star" title="Stargazers Count">
|
|
712
736
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
713
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>
|
|
714
738
|
</svg>
|
|
715
|
-
<span>
|
|
739
|
+
<span>1441</span>
|
|
716
740
|
</span>
|
|
717
741
|
<span class="star" title="Repo Forked">
|
|
718
742
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
719
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">
|
|
720
744
|
</path>
|
|
721
745
|
</svg>
|
|
722
|
-
<span>
|
|
746
|
+
<span>102</span>
|
|
723
747
|
</span>
|
|
724
748
|
<span class="star">
|
|
725
749
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
726
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>
|
|
727
751
|
</svg>
|
|
728
|
-
<span>
|
|
752
|
+
<span>170 stars today</span>
|
|
729
753
|
</span>
|
|
730
754
|
</div>
|
|
731
755
|
<div class="details">
|
|
@@ -738,28 +762,32 @@
|
|
|
738
762
|
<div class="info">
|
|
739
763
|
<div class="rank">
|
|
740
764
|
<span title="Ranking 18">18</span>
|
|
741
|
-
<a href="https://github.com/
|
|
765
|
+
<a href="https://github.com/oxidecomputer/humility" target="_blank" title="oxidecomputer/humility">oxidecomputer/humility</a>
|
|
742
766
|
</div>
|
|
743
767
|
<div class="sub-title followers">
|
|
744
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
|
+
|
|
745
773
|
<span class="star" title="Stargazers Count">
|
|
746
774
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
747
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>
|
|
748
776
|
</svg>
|
|
749
|
-
<span>
|
|
777
|
+
<span>249</span>
|
|
750
778
|
</span>
|
|
751
779
|
<span class="star" title="Repo Forked">
|
|
752
780
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
753
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">
|
|
754
782
|
</path>
|
|
755
783
|
</svg>
|
|
756
|
-
<span>
|
|
784
|
+
<span>12</span>
|
|
757
785
|
</span>
|
|
758
786
|
<span class="star">
|
|
759
787
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
760
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>
|
|
761
789
|
</svg>
|
|
762
|
-
<span>
|
|
790
|
+
<span>50 stars today</span>
|
|
763
791
|
</span>
|
|
764
792
|
</div>
|
|
765
793
|
<div class="details">
|
|
@@ -772,32 +800,32 @@
|
|
|
772
800
|
<div class="info">
|
|
773
801
|
<div class="rank">
|
|
774
802
|
<span title="Ranking 19">19</span>
|
|
775
|
-
<a href="https://github.com/
|
|
803
|
+
<a href="https://github.com/google/go-containerregistry" target="_blank" title="google/go-containerregistry">google/go-containerregistry</a>
|
|
776
804
|
</div>
|
|
777
805
|
<div class="sub-title followers">
|
|
778
806
|
|
|
779
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
780
|
-
<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
|
|
781
809
|
</a>
|
|
782
810
|
|
|
783
811
|
<span class="star" title="Stargazers Count">
|
|
784
812
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
785
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>
|
|
786
814
|
</svg>
|
|
787
|
-
<span>
|
|
815
|
+
<span>1425</span>
|
|
788
816
|
</span>
|
|
789
817
|
<span class="star" title="Repo Forked">
|
|
790
818
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
791
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">
|
|
792
820
|
</path>
|
|
793
821
|
</svg>
|
|
794
|
-
<span>
|
|
822
|
+
<span>278</span>
|
|
795
823
|
</span>
|
|
796
824
|
<span class="star">
|
|
797
825
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
798
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>
|
|
799
827
|
</svg>
|
|
800
|
-
<span>
|
|
828
|
+
<span>45 stars today</span>
|
|
801
829
|
</span>
|
|
802
830
|
</div>
|
|
803
831
|
<div class="details">
|
|
@@ -810,32 +838,28 @@
|
|
|
810
838
|
<div class="info">
|
|
811
839
|
<div class="rank">
|
|
812
840
|
<span title="Ranking 20">20</span>
|
|
813
|
-
<a href="https://github.com/
|
|
841
|
+
<a href="https://github.com/Liqunkit/LiqunKit_" target="_blank" title="Liqunkit/LiqunKit_">Liqunkit/LiqunKit_</a>
|
|
814
842
|
</div>
|
|
815
843
|
<div class="sub-title followers">
|
|
816
844
|
|
|
817
|
-
<a class="language" target="_blank" href="https://github.com/topics/lua" title="Programming Language Lua">
|
|
818
|
-
<span style="background-color: #000080;"></span>Lua
|
|
819
|
-
</a>
|
|
820
|
-
|
|
821
845
|
<span class="star" title="Stargazers Count">
|
|
822
846
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
823
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>
|
|
824
848
|
</svg>
|
|
825
|
-
<span>
|
|
849
|
+
<span>284</span>
|
|
826
850
|
</span>
|
|
827
851
|
<span class="star" title="Repo Forked">
|
|
828
852
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
829
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">
|
|
830
854
|
</path>
|
|
831
855
|
</svg>
|
|
832
|
-
<span>
|
|
856
|
+
<span>41</span>
|
|
833
857
|
</span>
|
|
834
858
|
<span class="star">
|
|
835
859
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
836
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>
|
|
837
861
|
</svg>
|
|
838
|
-
<span>
|
|
862
|
+
<span>24 stars today</span>
|
|
839
863
|
</span>
|
|
840
864
|
</div>
|
|
841
865
|
<div class="details">
|
|
@@ -848,32 +872,32 @@
|
|
|
848
872
|
<div class="info">
|
|
849
873
|
<div class="rank">
|
|
850
874
|
<span title="Ranking 21">21</span>
|
|
851
|
-
<a href="https://github.com/
|
|
875
|
+
<a href="https://github.com/acmenlt/dynamic-threadpool" target="_blank" title="acmenlt/dynamic-threadpool">acmenlt/dynamic-threadpool</a>
|
|
852
876
|
</div>
|
|
853
877
|
<div class="sub-title followers">
|
|
854
878
|
|
|
855
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
856
|
-
<span style="background-color: #
|
|
879
|
+
<a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
|
|
880
|
+
<span style="background-color: #b07219;"></span>Java
|
|
857
881
|
</a>
|
|
858
882
|
|
|
859
883
|
<span class="star" title="Stargazers Count">
|
|
860
884
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
861
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>
|
|
862
886
|
</svg>
|
|
863
|
-
<span>
|
|
887
|
+
<span>818</span>
|
|
864
888
|
</span>
|
|
865
889
|
<span class="star" title="Repo Forked">
|
|
866
890
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
867
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">
|
|
868
892
|
</path>
|
|
869
893
|
</svg>
|
|
870
|
-
<span>
|
|
894
|
+
<span>125</span>
|
|
871
895
|
</span>
|
|
872
896
|
<span class="star">
|
|
873
897
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
874
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>
|
|
875
899
|
</svg>
|
|
876
|
-
<span>
|
|
900
|
+
<span>62 stars today</span>
|
|
877
901
|
</span>
|
|
878
902
|
</div>
|
|
879
903
|
<div class="details">
|
|
@@ -886,28 +910,32 @@
|
|
|
886
910
|
<div class="info">
|
|
887
911
|
<div class="rank">
|
|
888
912
|
<span title="Ranking 22">22</span>
|
|
889
|
-
<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>
|
|
890
914
|
</div>
|
|
891
915
|
<div class="sub-title followers">
|
|
892
916
|
|
|
917
|
+
<a class="language" target="_blank" href="https://github.com/topics/richtextformat" title="Programming Language RichTextFormat">
|
|
918
|
+
<span style="background-color: #ccc;"></span>RichTextFormat
|
|
919
|
+
</a>
|
|
920
|
+
|
|
893
921
|
<span class="star" title="Stargazers Count">
|
|
894
922
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
895
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>
|
|
896
924
|
</svg>
|
|
897
|
-
<span>
|
|
925
|
+
<span>312</span>
|
|
898
926
|
</span>
|
|
899
927
|
<span class="star" title="Repo Forked">
|
|
900
928
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
901
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">
|
|
902
930
|
</path>
|
|
903
931
|
</svg>
|
|
904
|
-
<span>
|
|
932
|
+
<span>67</span>
|
|
905
933
|
</span>
|
|
906
934
|
<span class="star">
|
|
907
935
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
908
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>
|
|
909
937
|
</svg>
|
|
910
|
-
<span>
|
|
938
|
+
<span>58 stars today</span>
|
|
911
939
|
</span>
|
|
912
940
|
</div>
|
|
913
941
|
<div class="details">
|
|
@@ -920,32 +948,32 @@
|
|
|
920
948
|
<div class="info">
|
|
921
949
|
<div class="rank">
|
|
922
950
|
<span title="Ranking 23">23</span>
|
|
923
|
-
<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>
|
|
924
952
|
</div>
|
|
925
953
|
<div class="sub-title followers">
|
|
926
954
|
|
|
927
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
928
|
-
<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
|
|
929
957
|
</a>
|
|
930
958
|
|
|
931
959
|
<span class="star" title="Stargazers Count">
|
|
932
960
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
933
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>
|
|
934
962
|
</svg>
|
|
935
|
-
<span>
|
|
963
|
+
<span>87</span>
|
|
936
964
|
</span>
|
|
937
965
|
<span class="star" title="Repo Forked">
|
|
938
966
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
939
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">
|
|
940
968
|
</path>
|
|
941
969
|
</svg>
|
|
942
|
-
<span>
|
|
970
|
+
<span>8</span>
|
|
943
971
|
</span>
|
|
944
972
|
<span class="star">
|
|
945
973
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
946
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>
|
|
947
975
|
</svg>
|
|
948
|
-
<span>
|
|
976
|
+
<span>16 stars today</span>
|
|
949
977
|
</span>
|
|
950
978
|
</div>
|
|
951
979
|
<div class="details">
|
|
@@ -958,28 +986,32 @@
|
|
|
958
986
|
<div class="info">
|
|
959
987
|
<div class="rank">
|
|
960
988
|
<span title="Ranking 24">24</span>
|
|
961
|
-
<a href="https://github.com/
|
|
989
|
+
<a href="https://github.com/getsentry/sentry-javascript" target="_blank" title="getsentry/sentry-javascript">getsentry/sentry-javascript</a>
|
|
962
990
|
</div>
|
|
963
991
|
<div class="sub-title followers">
|
|
964
992
|
|
|
993
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
994
|
+
<span style="background-color: #2b7489;"></span>TypeScript
|
|
995
|
+
</a>
|
|
996
|
+
|
|
965
997
|
<span class="star" title="Stargazers Count">
|
|
966
998
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
967
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>
|
|
968
1000
|
</svg>
|
|
969
|
-
<span>
|
|
1001
|
+
<span>5954</span>
|
|
970
1002
|
</span>
|
|
971
1003
|
<span class="star" title="Repo Forked">
|
|
972
1004
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
973
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">
|
|
974
1006
|
</path>
|
|
975
1007
|
</svg>
|
|
976
|
-
<span>
|
|
1008
|
+
<span>1143</span>
|
|
977
1009
|
</span>
|
|
978
1010
|
<span class="star">
|
|
979
1011
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
980
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>
|
|
981
1013
|
</svg>
|
|
982
|
-
<span>
|
|
1014
|
+
<span>33 stars today</span>
|
|
983
1015
|
</span>
|
|
984
1016
|
</div>
|
|
985
1017
|
<div class="details">
|
|
@@ -992,32 +1024,32 @@
|
|
|
992
1024
|
<div class="info">
|
|
993
1025
|
<div class="rank">
|
|
994
1026
|
<span title="Ranking 25">25</span>
|
|
995
|
-
<a href="https://github.com/
|
|
1027
|
+
<a href="https://github.com/spf13/cobra" target="_blank" title="spf13/cobra">spf13/cobra</a>
|
|
996
1028
|
</div>
|
|
997
1029
|
<div class="sub-title followers">
|
|
998
1030
|
|
|
999
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
1000
|
-
<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
|
|
1001
1033
|
</a>
|
|
1002
1034
|
|
|
1003
1035
|
<span class="star" title="Stargazers Count">
|
|
1004
1036
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1005
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>
|
|
1006
1038
|
</svg>
|
|
1007
|
-
<span>
|
|
1039
|
+
<span>24185</span>
|
|
1008
1040
|
</span>
|
|
1009
1041
|
<span class="star" title="Repo Forked">
|
|
1010
1042
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1011
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">
|
|
1012
1044
|
</path>
|
|
1013
1045
|
</svg>
|
|
1014
|
-
<span>
|
|
1046
|
+
<span>2096</span>
|
|
1015
1047
|
</span>
|
|
1016
1048
|
<span class="star">
|
|
1017
1049
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1018
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>
|
|
1019
1051
|
</svg>
|
|
1020
|
-
<span>
|
|
1052
|
+
<span>64 stars today</span>
|
|
1021
1053
|
</span>
|
|
1022
1054
|
</div>
|
|
1023
1055
|
<div class="details">
|
|
@@ -1042,7 +1074,7 @@
|
|
|
1042
1074
|
<img src="https://img.shields.io/npm/v/@wcj/github-rank.svg?label=unpkg">
|
|
1043
1075
|
</a>
|
|
1044
1076
|
</div>
|
|
1045
|
-
<div class="time">Last cache created on 2021/
|
|
1077
|
+
<div class="time">Last cache created on 2021/12/3 by Github API v3.</div>
|
|
1046
1078
|
Create by <a href="https://github.com/jaywcjlove" target="_blank">小弟调调™</a>.
|
|
1047
1079
|
</div>
|
|
1048
1080
|
</body>
|