@wcj/github-rank 22.1.3 → 22.1.4
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 +18476 -18476
- package/dist/sifou-daily.json +71 -17
- package/dist/sifou-monthly.json +52 -52
- package/dist/sifou-weekly.json +99 -99
- package/dist/toutiao-30.json +47 -47
- package/dist/toutiao-7.json +80 -80
- package/dist/toutiao-90.json +1 -1
- package/dist/trending-daily.json +167 -167
- package/dist/trending-monthly.json +126 -126
- package/dist/trending-weekly.json +162 -162
- package/dist/users.china.json +1270 -1270
- package/dist/users.json +1819 -1819
- package/package.json +1 -1
- package/web/36kr.html +2 -2
- package/web/data/repos.json +18476 -18476
- package/web/data/sifou-daily.json +71 -17
- package/web/data/sifou-monthly.json +52 -52
- package/web/data/sifou-weekly.json +99 -99
- package/web/data/toutiao-30.json +47 -47
- package/web/data/toutiao-7.json +80 -80
- package/web/data/toutiao-90.json +1 -1
- package/web/data/trending-daily.json +167 -167
- package/web/data/trending-monthly.json +126 -126
- package/web/data/trending-weekly.json +162 -162
- package/web/data/users.china.json +1270 -1270
- package/web/data/users.json +1819 -1819
- package/web/index.html +984 -984
- package/web/repos.html +2509 -2509
- package/web/sifou-daily.html +183 -15
- package/web/sifou-monthly.html +80 -80
- package/web/sifou-weekly.html +124 -124
- package/web/toutiao-30.html +48 -48
- package/web/toutiao-7.html +70 -70
- package/web/toutiao-90.html +3 -3
- package/web/trending-monthly.html +125 -125
- package/web/trending-weekly.html +148 -144
- package/web/trending.html +149 -141
- package/web/users.china.html +627 -627
package/web/trending.html
CHANGED
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
|
|
103
103
|
|
|
104
104
|
</h1>
|
|
105
|
-
<div class="time">Last cache created on 2022/1/
|
|
105
|
+
<div class="time">Last cache created on 2022/1/4 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/coding-horror/basic-computer-games" target="_blank" title="coding-horror/basic-computer-games">coding-horror/basic-computer-games</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/javascript" title="Programming Language JavaScript">
|
|
132
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
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>2517</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>353</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>275 stars today</span>
|
|
153
153
|
</span>
|
|
154
154
|
</div>
|
|
155
155
|
<div class="details">
|
|
@@ -162,32 +162,32 @@
|
|
|
162
162
|
<div class="info">
|
|
163
163
|
<div class="rank">
|
|
164
164
|
<span title="Ranking 2">2</span>
|
|
165
|
-
<a href="https://github.com/
|
|
165
|
+
<a href="https://github.com/google/log4jscanner" target="_blank" title="google/log4jscanner">google/log4jscanner</a>
|
|
166
166
|
</div>
|
|
167
167
|
<div class="sub-title followers">
|
|
168
168
|
|
|
169
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
170
|
-
<span style="background-color: #
|
|
169
|
+
<a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
|
|
170
|
+
<span style="background-color: #00ADD8;"></span>Go
|
|
171
171
|
</a>
|
|
172
172
|
|
|
173
173
|
<span class="star" title="Stargazers Count">
|
|
174
174
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
175
175
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
176
176
|
</svg>
|
|
177
|
-
<span>
|
|
177
|
+
<span>1131</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>74</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>183 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/lapce/lapce" target="_blank" title="lapce/lapce">lapce/lapce</a>
|
|
204
204
|
</div>
|
|
205
205
|
<div class="sub-title followers">
|
|
206
206
|
|
|
207
|
+
<a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
|
|
208
|
+
<span style="background-color: #dea584;"></span>Rust
|
|
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>3268</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>56</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>218 stars today</span>
|
|
225
229
|
</span>
|
|
226
230
|
</div>
|
|
227
231
|
<div class="details">
|
|
@@ -234,32 +238,28 @@
|
|
|
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/dariubs/GoBooks" target="_blank" title="dariubs/GoBooks">dariubs/GoBooks</a>
|
|
238
242
|
</div>
|
|
239
243
|
<div class="sub-title followers">
|
|
240
244
|
|
|
241
|
-
<a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
|
|
242
|
-
<span style="background-color: #f34b7d;"></span>C++
|
|
243
|
-
</a>
|
|
244
|
-
|
|
245
245
|
<span class="star" title="Stargazers Count">
|
|
246
246
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
247
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>
|
|
248
248
|
</svg>
|
|
249
|
-
<span>
|
|
249
|
+
<span>11176</span>
|
|
250
250
|
</span>
|
|
251
251
|
<span class="star" title="Repo Forked">
|
|
252
252
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
253
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">
|
|
254
254
|
</path>
|
|
255
255
|
</svg>
|
|
256
|
-
<span>
|
|
256
|
+
<span>1584</span>
|
|
257
257
|
</span>
|
|
258
258
|
<span class="star">
|
|
259
259
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
260
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>
|
|
261
261
|
</svg>
|
|
262
|
-
<span>
|
|
262
|
+
<span>183 stars today</span>
|
|
263
263
|
</span>
|
|
264
264
|
</div>
|
|
265
265
|
<div class="details">
|
|
@@ -272,32 +272,32 @@
|
|
|
272
272
|
<div class="info">
|
|
273
273
|
<div class="rank">
|
|
274
274
|
<span title="Ranking 5">5</span>
|
|
275
|
-
<a href="https://github.com/
|
|
275
|
+
<a href="https://github.com/Rari-Capital/solmate" target="_blank" title="Rari-Capital/solmate">Rari-Capital/solmate</a>
|
|
276
276
|
</div>
|
|
277
277
|
<div class="sub-title followers">
|
|
278
278
|
|
|
279
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
280
|
-
<span style="background-color: #
|
|
279
|
+
<a class="language" target="_blank" href="https://github.com/topics/solidity" title="Programming Language Solidity">
|
|
280
|
+
<span style="background-color: #AA6746;"></span>Solidity
|
|
281
281
|
</a>
|
|
282
282
|
|
|
283
283
|
<span class="star" title="Stargazers Count">
|
|
284
284
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
285
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>
|
|
286
286
|
</svg>
|
|
287
|
-
<span>
|
|
287
|
+
<span>672</span>
|
|
288
288
|
</span>
|
|
289
289
|
<span class="star" title="Repo Forked">
|
|
290
290
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
291
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">
|
|
292
292
|
</path>
|
|
293
293
|
</svg>
|
|
294
|
-
<span>
|
|
294
|
+
<span>67</span>
|
|
295
295
|
</span>
|
|
296
296
|
<span class="star">
|
|
297
297
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
298
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>
|
|
299
299
|
</svg>
|
|
300
|
-
<span>
|
|
300
|
+
<span>71 stars today</span>
|
|
301
301
|
</span>
|
|
302
302
|
</div>
|
|
303
303
|
<div class="details">
|
|
@@ -310,28 +310,32 @@
|
|
|
310
310
|
<div class="info">
|
|
311
311
|
<div class="rank">
|
|
312
312
|
<span title="Ranking 6">6</span>
|
|
313
|
-
<a href="https://github.com/
|
|
313
|
+
<a href="https://github.com/trustwallet/assets" target="_blank" title="trustwallet/assets">trustwallet/assets</a>
|
|
314
314
|
</div>
|
|
315
315
|
<div class="sub-title followers">
|
|
316
316
|
|
|
317
|
+
<a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
|
|
318
|
+
<span style="background-color: #00ADD8;"></span>Go
|
|
319
|
+
</a>
|
|
320
|
+
|
|
317
321
|
<span class="star" title="Stargazers Count">
|
|
318
322
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
319
323
|
<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
324
|
</svg>
|
|
321
|
-
<span>
|
|
325
|
+
<span>1905</span>
|
|
322
326
|
</span>
|
|
323
327
|
<span class="star" title="Repo Forked">
|
|
324
328
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
325
329
|
<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
330
|
</path>
|
|
327
331
|
</svg>
|
|
328
|
-
<span>
|
|
332
|
+
<span>10225</span>
|
|
329
333
|
</span>
|
|
330
334
|
<span class="star">
|
|
331
335
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
332
336
|
<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
337
|
</svg>
|
|
334
|
-
<span>
|
|
338
|
+
<span>55 stars today</span>
|
|
335
339
|
</span>
|
|
336
340
|
</div>
|
|
337
341
|
<div class="details">
|
|
@@ -344,32 +348,32 @@
|
|
|
344
348
|
<div class="info">
|
|
345
349
|
<div class="rank">
|
|
346
350
|
<span title="Ranking 7">7</span>
|
|
347
|
-
<a href="https://github.com/
|
|
351
|
+
<a href="https://github.com/github/opensource.guide" target="_blank" title="github/opensource.guide">github/opensource.guide</a>
|
|
348
352
|
</div>
|
|
349
353
|
<div class="sub-title followers">
|
|
350
354
|
|
|
351
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
352
|
-
<span style="background-color: #
|
|
355
|
+
<a class="language" target="_blank" href="https://github.com/topics/html" title="Programming Language HTML">
|
|
356
|
+
<span style="background-color: #e34c26;"></span>HTML
|
|
353
357
|
</a>
|
|
354
358
|
|
|
355
359
|
<span class="star" title="Stargazers Count">
|
|
356
360
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
357
361
|
<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
362
|
</svg>
|
|
359
|
-
<span>
|
|
363
|
+
<span>9704</span>
|
|
360
364
|
</span>
|
|
361
365
|
<span class="star" title="Repo Forked">
|
|
362
366
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
363
367
|
<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
368
|
</path>
|
|
365
369
|
</svg>
|
|
366
|
-
<span>
|
|
370
|
+
<span>13066</span>
|
|
367
371
|
</span>
|
|
368
372
|
<span class="star">
|
|
369
373
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
370
374
|
<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
375
|
</svg>
|
|
372
|
-
<span>
|
|
376
|
+
<span>144 stars today</span>
|
|
373
377
|
</span>
|
|
374
378
|
</div>
|
|
375
379
|
<div class="details">
|
|
@@ -382,28 +386,32 @@
|
|
|
382
386
|
<div class="info">
|
|
383
387
|
<div class="rank">
|
|
384
388
|
<span title="Ranking 8">8</span>
|
|
385
|
-
<a href="https://github.com/
|
|
389
|
+
<a href="https://github.com/freeCodeCamp/freeCodeCamp" target="_blank" title="freeCodeCamp/freeCodeCamp">freeCodeCamp/freeCodeCamp</a>
|
|
386
390
|
</div>
|
|
387
391
|
<div class="sub-title followers">
|
|
388
392
|
|
|
393
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
394
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
395
|
+
</a>
|
|
396
|
+
|
|
389
397
|
<span class="star" title="Stargazers Count">
|
|
390
398
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
391
399
|
<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
400
|
</svg>
|
|
393
|
-
<span>
|
|
401
|
+
<span>338034</span>
|
|
394
402
|
</span>
|
|
395
403
|
<span class="star" title="Repo Forked">
|
|
396
404
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
397
405
|
<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
406
|
</path>
|
|
399
407
|
</svg>
|
|
400
|
-
<span>
|
|
408
|
+
<span>27634</span>
|
|
401
409
|
</span>
|
|
402
410
|
<span class="star">
|
|
403
411
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
404
412
|
<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
413
|
</svg>
|
|
406
|
-
<span>
|
|
414
|
+
<span>117 stars today</span>
|
|
407
415
|
</span>
|
|
408
416
|
</div>
|
|
409
417
|
<div class="details">
|
|
@@ -416,28 +424,32 @@
|
|
|
416
424
|
<div class="info">
|
|
417
425
|
<div class="rank">
|
|
418
426
|
<span title="Ranking 9">9</span>
|
|
419
|
-
<a href="https://github.com/
|
|
427
|
+
<a href="https://github.com/Bugswriter/notflix" target="_blank" title="Bugswriter/notflix">Bugswriter/notflix</a>
|
|
420
428
|
</div>
|
|
421
429
|
<div class="sub-title followers">
|
|
422
430
|
|
|
431
|
+
<a class="language" target="_blank" href="https://github.com/topics/shell" title="Programming Language Shell">
|
|
432
|
+
<span style="background-color: #89e051;"></span>Shell
|
|
433
|
+
</a>
|
|
434
|
+
|
|
423
435
|
<span class="star" title="Stargazers Count">
|
|
424
436
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
425
437
|
<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
438
|
</svg>
|
|
427
|
-
<span>
|
|
439
|
+
<span>684</span>
|
|
428
440
|
</span>
|
|
429
441
|
<span class="star" title="Repo Forked">
|
|
430
442
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
431
443
|
<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
444
|
</path>
|
|
433
445
|
</svg>
|
|
434
|
-
<span>
|
|
446
|
+
<span>66</span>
|
|
435
447
|
</span>
|
|
436
448
|
<span class="star">
|
|
437
449
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
438
450
|
<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
451
|
</svg>
|
|
440
|
-
<span>
|
|
452
|
+
<span>166 stars today</span>
|
|
441
453
|
</span>
|
|
442
454
|
</div>
|
|
443
455
|
<div class="details">
|
|
@@ -450,32 +462,32 @@
|
|
|
450
462
|
<div class="info">
|
|
451
463
|
<div class="rank">
|
|
452
464
|
<span title="Ranking 10">10</span>
|
|
453
|
-
<a href="https://github.com/
|
|
465
|
+
<a href="https://github.com/bkaradzic/bgfx" target="_blank" title="bkaradzic/bgfx">bkaradzic/bgfx</a>
|
|
454
466
|
</div>
|
|
455
467
|
<div class="sub-title followers">
|
|
456
468
|
|
|
457
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
458
|
-
<span style="background-color: #
|
|
469
|
+
<a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
|
|
470
|
+
<span style="background-color: #f34b7d;"></span>C++
|
|
459
471
|
</a>
|
|
460
472
|
|
|
461
473
|
<span class="star" title="Stargazers Count">
|
|
462
474
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
463
475
|
<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
476
|
</svg>
|
|
465
|
-
<span>
|
|
477
|
+
<span>10494</span>
|
|
466
478
|
</span>
|
|
467
479
|
<span class="star" title="Repo Forked">
|
|
468
480
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
469
481
|
<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
482
|
</path>
|
|
471
483
|
</svg>
|
|
472
|
-
<span>
|
|
484
|
+
<span>1551</span>
|
|
473
485
|
</span>
|
|
474
486
|
<span class="star">
|
|
475
487
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
476
488
|
<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
489
|
</svg>
|
|
478
|
-
<span>
|
|
490
|
+
<span>106 stars today</span>
|
|
479
491
|
</span>
|
|
480
492
|
</div>
|
|
481
493
|
<div class="details">
|
|
@@ -488,32 +500,32 @@
|
|
|
488
500
|
<div class="info">
|
|
489
501
|
<div class="rank">
|
|
490
502
|
<span title="Ranking 11">11</span>
|
|
491
|
-
<a href="https://github.com/
|
|
503
|
+
<a href="https://github.com/dwmkerr/hacker-laws" target="_blank" title="dwmkerr/hacker-laws">dwmkerr/hacker-laws</a>
|
|
492
504
|
</div>
|
|
493
505
|
<div class="sub-title followers">
|
|
494
506
|
|
|
495
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
496
|
-
<span style="background-color: #
|
|
507
|
+
<a class="language" target="_blank" href="https://github.com/topics/shell" title="Programming Language Shell">
|
|
508
|
+
<span style="background-color: #89e051;"></span>Shell
|
|
497
509
|
</a>
|
|
498
510
|
|
|
499
511
|
<span class="star" title="Stargazers Count">
|
|
500
512
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
501
513
|
<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
514
|
</svg>
|
|
503
|
-
<span>
|
|
515
|
+
<span>20618</span>
|
|
504
516
|
</span>
|
|
505
517
|
<span class="star" title="Repo Forked">
|
|
506
518
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
507
519
|
<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
520
|
</path>
|
|
509
521
|
</svg>
|
|
510
|
-
<span>
|
|
522
|
+
<span>1248</span>
|
|
511
523
|
</span>
|
|
512
524
|
<span class="star">
|
|
513
525
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
514
526
|
<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
527
|
</svg>
|
|
516
|
-
<span>
|
|
528
|
+
<span>713 stars today</span>
|
|
517
529
|
</span>
|
|
518
530
|
</div>
|
|
519
531
|
<div class="details">
|
|
@@ -526,32 +538,28 @@
|
|
|
526
538
|
<div class="info">
|
|
527
539
|
<div class="rank">
|
|
528
540
|
<span title="Ranking 12">12</span>
|
|
529
|
-
<a href="https://github.com/
|
|
541
|
+
<a href="https://github.com/sindresorhus/awesome" target="_blank" title="sindresorhus/awesome">sindresorhus/awesome</a>
|
|
530
542
|
</div>
|
|
531
543
|
<div class="sub-title followers">
|
|
532
544
|
|
|
533
|
-
<a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
|
|
534
|
-
<span style="background-color: #dea584;"></span>Rust
|
|
535
|
-
</a>
|
|
536
|
-
|
|
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>183207</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>22501</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>251 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/kunal-kushwaha/DSA-Bootcamp-Java" target="_blank" title="kunal-kushwaha/DSA-Bootcamp-Java">kunal-kushwaha/DSA-Bootcamp-Java</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/java" title="Programming Language Java">
|
|
580
|
+
<span style="background-color: #b07219;"></span>Java
|
|
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>5299</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>2889</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>203 stars today</span>
|
|
593
601
|
</span>
|
|
594
602
|
</div>
|
|
595
603
|
<div class="details">
|
|
@@ -602,32 +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/kivy/kivy" target="_blank" title="kivy/kivy">kivy/kivy</a>
|
|
606
614
|
</div>
|
|
607
615
|
<div class="sub-title followers">
|
|
608
616
|
|
|
609
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
610
|
-
<span style="background-color: #
|
|
617
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
618
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
611
619
|
</a>
|
|
612
620
|
|
|
613
621
|
<span class="star" title="Stargazers Count">
|
|
614
622
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
615
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>
|
|
616
624
|
</svg>
|
|
617
|
-
<span>
|
|
625
|
+
<span>13994</span>
|
|
618
626
|
</span>
|
|
619
627
|
<span class="star" title="Repo Forked">
|
|
620
628
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
621
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">
|
|
622
630
|
</path>
|
|
623
631
|
</svg>
|
|
624
|
-
<span>
|
|
632
|
+
<span>2830</span>
|
|
625
633
|
</span>
|
|
626
634
|
<span class="star">
|
|
627
635
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
628
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>
|
|
629
637
|
</svg>
|
|
630
|
-
<span>
|
|
638
|
+
<span>127 stars today</span>
|
|
631
639
|
</span>
|
|
632
640
|
</div>
|
|
633
641
|
<div class="details">
|
|
@@ -640,32 +648,32 @@
|
|
|
640
648
|
<div class="info">
|
|
641
649
|
<div class="rank">
|
|
642
650
|
<span title="Ranking 15">15</span>
|
|
643
|
-
<a href="https://github.com/
|
|
651
|
+
<a href="https://github.com/praydog/REFramework" target="_blank" title="praydog/REFramework">praydog/REFramework</a>
|
|
644
652
|
</div>
|
|
645
653
|
<div class="sub-title followers">
|
|
646
654
|
|
|
647
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
648
|
-
<span style="background-color: #
|
|
655
|
+
<a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
|
|
656
|
+
<span style="background-color: #f34b7d;"></span>C++
|
|
649
657
|
</a>
|
|
650
658
|
|
|
651
659
|
<span class="star" title="Stargazers Count">
|
|
652
660
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
653
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>
|
|
654
662
|
</svg>
|
|
655
|
-
<span>
|
|
663
|
+
<span>445</span>
|
|
656
664
|
</span>
|
|
657
665
|
<span class="star" title="Repo Forked">
|
|
658
666
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
659
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">
|
|
660
668
|
</path>
|
|
661
669
|
</svg>
|
|
662
|
-
<span>
|
|
670
|
+
<span>57</span>
|
|
663
671
|
</span>
|
|
664
672
|
<span class="star">
|
|
665
673
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
666
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>
|
|
667
675
|
</svg>
|
|
668
|
-
<span>
|
|
676
|
+
<span>63 stars today</span>
|
|
669
677
|
</span>
|
|
670
678
|
</div>
|
|
671
679
|
<div class="details">
|
|
@@ -678,32 +686,32 @@
|
|
|
678
686
|
<div class="info">
|
|
679
687
|
<div class="rank">
|
|
680
688
|
<span title="Ranking 16">16</span>
|
|
681
|
-
<a href="https://github.com/
|
|
689
|
+
<a href="https://github.com/Jackett/Jackett" target="_blank" title="Jackett/Jackett">Jackett/Jackett</a>
|
|
682
690
|
</div>
|
|
683
691
|
<div class="sub-title followers">
|
|
684
692
|
|
|
685
|
-
<a class="language" target="_blank" href="https://github.com/topics/c" title="Programming Language C">
|
|
686
|
-
<span style="background-color: #
|
|
693
|
+
<a class="language" target="_blank" href="https://github.com/topics/c#" title="Programming Language C#">
|
|
694
|
+
<span style="background-color: #178600;"></span>C#
|
|
687
695
|
</a>
|
|
688
696
|
|
|
689
697
|
<span class="star" title="Stargazers Count">
|
|
690
698
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
691
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>
|
|
692
700
|
</svg>
|
|
693
|
-
<span>
|
|
701
|
+
<span>6808</span>
|
|
694
702
|
</span>
|
|
695
703
|
<span class="star" title="Repo Forked">
|
|
696
704
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
697
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">
|
|
698
706
|
</path>
|
|
699
707
|
</svg>
|
|
700
|
-
<span>
|
|
708
|
+
<span>877</span>
|
|
701
709
|
</span>
|
|
702
710
|
<span class="star">
|
|
703
711
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
704
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>
|
|
705
713
|
</svg>
|
|
706
|
-
<span>
|
|
714
|
+
<span>45 stars today</span>
|
|
707
715
|
</span>
|
|
708
716
|
</div>
|
|
709
717
|
<div class="details">
|
|
@@ -716,32 +724,32 @@
|
|
|
716
724
|
<div class="info">
|
|
717
725
|
<div class="rank">
|
|
718
726
|
<span title="Ranking 17">17</span>
|
|
719
|
-
<a href="https://github.com/
|
|
727
|
+
<a href="https://github.com/sunflower-farmers/sunflower-farmers" target="_blank" title="sunflower-farmers/sunflower-farmers">sunflower-farmers/sunflower-farmers</a>
|
|
720
728
|
</div>
|
|
721
729
|
<div class="sub-title followers">
|
|
722
730
|
|
|
723
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
724
|
-
<span style="background-color: #
|
|
731
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
732
|
+
<span style="background-color: #2b7489;"></span>TypeScript
|
|
725
733
|
</a>
|
|
726
734
|
|
|
727
735
|
<span class="star" title="Stargazers Count">
|
|
728
736
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
729
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>
|
|
730
738
|
</svg>
|
|
731
|
-
<span>
|
|
739
|
+
<span>97</span>
|
|
732
740
|
</span>
|
|
733
741
|
<span class="star" title="Repo Forked">
|
|
734
742
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
735
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">
|
|
736
744
|
</path>
|
|
737
745
|
</svg>
|
|
738
|
-
<span>
|
|
746
|
+
<span>43</span>
|
|
739
747
|
</span>
|
|
740
748
|
<span class="star">
|
|
741
749
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
742
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>
|
|
743
751
|
</svg>
|
|
744
|
-
<span>
|
|
752
|
+
<span>49 stars today</span>
|
|
745
753
|
</span>
|
|
746
754
|
</div>
|
|
747
755
|
<div class="details">
|
|
@@ -754,32 +762,28 @@
|
|
|
754
762
|
<div class="info">
|
|
755
763
|
<div class="rank">
|
|
756
764
|
<span title="Ranking 18">18</span>
|
|
757
|
-
<a href="https://github.com/
|
|
765
|
+
<a href="https://github.com/kallaway/100-days-of-code" target="_blank" title="kallaway/100-days-of-code">kallaway/100-days-of-code</a>
|
|
758
766
|
</div>
|
|
759
767
|
<div class="sub-title followers">
|
|
760
768
|
|
|
761
|
-
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
762
|
-
<span style="background-color: #3572A5;"></span>Python
|
|
763
|
-
</a>
|
|
764
|
-
|
|
765
769
|
<span class="star" title="Stargazers Count">
|
|
766
770
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
767
771
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
768
772
|
</svg>
|
|
769
|
-
<span>
|
|
773
|
+
<span>5405</span>
|
|
770
774
|
</span>
|
|
771
775
|
<span class="star" title="Repo Forked">
|
|
772
776
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
773
777
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
774
778
|
</path>
|
|
775
779
|
</svg>
|
|
776
|
-
<span>
|
|
780
|
+
<span>10140</span>
|
|
777
781
|
</span>
|
|
778
782
|
<span class="star">
|
|
779
783
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
780
784
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
781
785
|
</svg>
|
|
782
|
-
<span>
|
|
786
|
+
<span>56 stars today</span>
|
|
783
787
|
</span>
|
|
784
788
|
</div>
|
|
785
789
|
<div class="details">
|
|
@@ -804,20 +808,20 @@
|
|
|
804
808
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
805
809
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
806
810
|
</svg>
|
|
807
|
-
<span>
|
|
811
|
+
<span>5282</span>
|
|
808
812
|
</span>
|
|
809
813
|
<span class="star" title="Repo Forked">
|
|
810
814
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
811
815
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
812
816
|
</path>
|
|
813
817
|
</svg>
|
|
814
|
-
<span>
|
|
818
|
+
<span>2162</span>
|
|
815
819
|
</span>
|
|
816
820
|
<span class="star">
|
|
817
821
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
818
822
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
819
823
|
</svg>
|
|
820
|
-
<span>
|
|
824
|
+
<span>119 stars today</span>
|
|
821
825
|
</span>
|
|
822
826
|
</div>
|
|
823
827
|
<div class="details">
|
|
@@ -830,7 +834,7 @@
|
|
|
830
834
|
<div class="info">
|
|
831
835
|
<div class="rank">
|
|
832
836
|
<span title="Ranking 20">20</span>
|
|
833
|
-
<a href="https://github.com/
|
|
837
|
+
<a href="https://github.com/adrianhajdin/project_web3.0" target="_blank" title="adrianhajdin/project_web3.0">adrianhajdin/project_web3.0</a>
|
|
834
838
|
</div>
|
|
835
839
|
<div class="sub-title followers">
|
|
836
840
|
|
|
@@ -842,20 +846,20 @@
|
|
|
842
846
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
843
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>
|
|
844
848
|
</svg>
|
|
845
|
-
<span>
|
|
849
|
+
<span>675</span>
|
|
846
850
|
</span>
|
|
847
851
|
<span class="star" title="Repo Forked">
|
|
848
852
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
849
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">
|
|
850
854
|
</path>
|
|
851
855
|
</svg>
|
|
852
|
-
<span>
|
|
856
|
+
<span>112</span>
|
|
853
857
|
</span>
|
|
854
858
|
<span class="star">
|
|
855
859
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
856
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>
|
|
857
861
|
</svg>
|
|
858
|
-
<span>
|
|
862
|
+
<span>121 stars today</span>
|
|
859
863
|
</span>
|
|
860
864
|
</div>
|
|
861
865
|
<div class="details">
|
|
@@ -868,32 +872,32 @@
|
|
|
868
872
|
<div class="info">
|
|
869
873
|
<div class="rank">
|
|
870
874
|
<span title="Ranking 21">21</span>
|
|
871
|
-
<a href="https://github.com/
|
|
875
|
+
<a href="https://github.com/iptv-org/iptv" target="_blank" title="iptv-org/iptv">iptv-org/iptv</a>
|
|
872
876
|
</div>
|
|
873
877
|
<div class="sub-title followers">
|
|
874
878
|
|
|
875
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
876
|
-
<span style="background-color: #
|
|
879
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
880
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
877
881
|
</a>
|
|
878
882
|
|
|
879
883
|
<span class="star" title="Stargazers Count">
|
|
880
884
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
881
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>
|
|
882
886
|
</svg>
|
|
883
|
-
<span>
|
|
887
|
+
<span>43965</span>
|
|
884
888
|
</span>
|
|
885
889
|
<span class="star" title="Repo Forked">
|
|
886
890
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
887
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">
|
|
888
892
|
</path>
|
|
889
893
|
</svg>
|
|
890
|
-
<span>
|
|
894
|
+
<span>4373</span>
|
|
891
895
|
</span>
|
|
892
896
|
<span class="star">
|
|
893
897
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
894
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>
|
|
895
899
|
</svg>
|
|
896
|
-
<span>
|
|
900
|
+
<span>113 stars today</span>
|
|
897
901
|
</span>
|
|
898
902
|
</div>
|
|
899
903
|
<div class="details">
|
|
@@ -906,7 +910,7 @@
|
|
|
906
910
|
<div class="info">
|
|
907
911
|
<div class="rank">
|
|
908
912
|
<span title="Ranking 22">22</span>
|
|
909
|
-
<a href="https://github.com/
|
|
913
|
+
<a href="https://github.com/mdecrevoisier/Windows-auditing-mindmap" target="_blank" title="mdecrevoisier/Windows-auditing-mindmap">mdecrevoisier/Windows-auditing-mindmap</a>
|
|
910
914
|
</div>
|
|
911
915
|
<div class="sub-title followers">
|
|
912
916
|
|
|
@@ -914,20 +918,20 @@
|
|
|
914
918
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
915
919
|
<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>
|
|
916
920
|
</svg>
|
|
917
|
-
<span>
|
|
921
|
+
<span>466</span>
|
|
918
922
|
</span>
|
|
919
923
|
<span class="star" title="Repo Forked">
|
|
920
924
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
921
925
|
<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">
|
|
922
926
|
</path>
|
|
923
927
|
</svg>
|
|
924
|
-
<span>
|
|
928
|
+
<span>91</span>
|
|
925
929
|
</span>
|
|
926
930
|
<span class="star">
|
|
927
931
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
928
932
|
<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>
|
|
929
933
|
</svg>
|
|
930
|
-
<span>
|
|
934
|
+
<span>34 stars today</span>
|
|
931
935
|
</span>
|
|
932
936
|
</div>
|
|
933
937
|
<div class="details">
|
|
@@ -940,28 +944,32 @@
|
|
|
940
944
|
<div class="info">
|
|
941
945
|
<div class="rank">
|
|
942
946
|
<span title="Ranking 23">23</span>
|
|
943
|
-
<a href="https://github.com/
|
|
947
|
+
<a href="https://github.com/danielyxie/bitburner" target="_blank" title="danielyxie/bitburner">danielyxie/bitburner</a>
|
|
944
948
|
</div>
|
|
945
949
|
<div class="sub-title followers">
|
|
946
950
|
|
|
951
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
952
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
953
|
+
</a>
|
|
954
|
+
|
|
947
955
|
<span class="star" title="Stargazers Count">
|
|
948
956
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
949
957
|
<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>
|
|
950
958
|
</svg>
|
|
951
|
-
<span>
|
|
959
|
+
<span>949</span>
|
|
952
960
|
</span>
|
|
953
961
|
<span class="star" title="Repo Forked">
|
|
954
962
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
955
963
|
<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">
|
|
956
964
|
</path>
|
|
957
965
|
</svg>
|
|
958
|
-
<span>
|
|
966
|
+
<span>295</span>
|
|
959
967
|
</span>
|
|
960
968
|
<span class="star">
|
|
961
969
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
962
970
|
<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>
|
|
963
971
|
</svg>
|
|
964
|
-
<span>
|
|
972
|
+
<span>53 stars today</span>
|
|
965
973
|
</span>
|
|
966
974
|
</div>
|
|
967
975
|
<div class="details">
|
|
@@ -974,32 +982,32 @@
|
|
|
974
982
|
<div class="info">
|
|
975
983
|
<div class="rank">
|
|
976
984
|
<span title="Ranking 24">24</span>
|
|
977
|
-
<a href="https://github.com/
|
|
985
|
+
<a href="https://github.com/nerdyrodent/VQGAN-CLIP" target="_blank" title="nerdyrodent/VQGAN-CLIP">nerdyrodent/VQGAN-CLIP</a>
|
|
978
986
|
</div>
|
|
979
987
|
<div class="sub-title followers">
|
|
980
988
|
|
|
981
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
982
|
-
<span style="background-color: #
|
|
989
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
990
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
983
991
|
</a>
|
|
984
992
|
|
|
985
993
|
<span class="star" title="Stargazers Count">
|
|
986
994
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
987
995
|
<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>
|
|
988
996
|
</svg>
|
|
989
|
-
<span>
|
|
997
|
+
<span>1299</span>
|
|
990
998
|
</span>
|
|
991
999
|
<span class="star" title="Repo Forked">
|
|
992
1000
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
993
1001
|
<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">
|
|
994
1002
|
</path>
|
|
995
1003
|
</svg>
|
|
996
|
-
<span>
|
|
1004
|
+
<span>210</span>
|
|
997
1005
|
</span>
|
|
998
1006
|
<span class="star">
|
|
999
1007
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1000
1008
|
<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>
|
|
1001
1009
|
</svg>
|
|
1002
|
-
<span>
|
|
1010
|
+
<span>32 stars today</span>
|
|
1003
1011
|
</span>
|
|
1004
1012
|
</div>
|
|
1005
1013
|
<div class="details">
|
|
@@ -1012,32 +1020,32 @@
|
|
|
1012
1020
|
<div class="info">
|
|
1013
1021
|
<div class="rank">
|
|
1014
1022
|
<span title="Ranking 25">25</span>
|
|
1015
|
-
<a href="https://github.com/
|
|
1023
|
+
<a href="https://github.com/yt-dlp/yt-dlp" target="_blank" title="yt-dlp/yt-dlp">yt-dlp/yt-dlp</a>
|
|
1016
1024
|
</div>
|
|
1017
1025
|
<div class="sub-title followers">
|
|
1018
1026
|
|
|
1019
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
1020
|
-
<span style="background-color: #
|
|
1027
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
1028
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
1021
1029
|
</a>
|
|
1022
1030
|
|
|
1023
1031
|
<span class="star" title="Stargazers Count">
|
|
1024
1032
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1025
1033
|
<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>
|
|
1026
1034
|
</svg>
|
|
1027
|
-
<span>
|
|
1035
|
+
<span>15450</span>
|
|
1028
1036
|
</span>
|
|
1029
1037
|
<span class="star" title="Repo Forked">
|
|
1030
1038
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1031
1039
|
<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">
|
|
1032
1040
|
</path>
|
|
1033
1041
|
</svg>
|
|
1034
|
-
<span>
|
|
1042
|
+
<span>1052</span>
|
|
1035
1043
|
</span>
|
|
1036
1044
|
<span class="star">
|
|
1037
1045
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1038
1046
|
<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>
|
|
1039
1047
|
</svg>
|
|
1040
|
-
<span>
|
|
1048
|
+
<span>258 stars today</span>
|
|
1041
1049
|
</span>
|
|
1042
1050
|
</div>
|
|
1043
1051
|
<div class="details">
|
|
@@ -1062,7 +1070,7 @@
|
|
|
1062
1070
|
<img src="https://img.shields.io/npm/v/@wcj/github-rank.svg?label=unpkg">
|
|
1063
1071
|
</a>
|
|
1064
1072
|
</div>
|
|
1065
|
-
<div class="time">Last cache created on 2022/1/
|
|
1073
|
+
<div class="time">Last cache created on 2022/1/4 by Github API v3.</div>
|
|
1066
1074
|
Create by <a href="https://github.com/jaywcjlove" target="_blank">小弟调调™</a>.
|
|
1067
1075
|
</div>
|
|
1068
1076
|
</body>
|