@wcj/github-rank 21.12.17 → 21.12.21
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 +33448 -33446
- package/dist/sifou-daily.json +143 -62
- package/dist/sifou-monthly.json +110 -110
- package/dist/sifou-weekly.json +174 -174
- package/dist/toutiao-30.json +96 -96
- package/dist/toutiao-7.json +119 -119
- package/dist/toutiao-90.json +10 -10
- package/dist/trending-daily.json +169 -169
- package/dist/trending-monthly.json +159 -159
- package/dist/trending-weekly.json +165 -165
- package/dist/users.china.json +2634 -2635
- package/dist/users.json +3670 -3672
- package/package.json +1 -1
- package/web/36kr.html +2 -2
- package/web/data/repos.json +33448 -33446
- package/web/data/sifou-daily.json +143 -62
- package/web/data/sifou-monthly.json +110 -110
- package/web/data/sifou-weekly.json +174 -174
- package/web/data/toutiao-30.json +96 -96
- package/web/data/toutiao-7.json +119 -119
- package/web/data/toutiao-90.json +10 -10
- package/web/data/trending-daily.json +169 -169
- package/web/data/trending-monthly.json +159 -159
- package/web/data/trending-weekly.json +165 -165
- package/web/data/users.china.json +2634 -2635
- package/web/data/users.json +3670 -3672
- package/web/index.html +1843 -1843
- package/web/repos.html +4000 -4000
- package/web/sifou-daily.html +305 -53
- package/web/sifou-monthly.html +111 -111
- package/web/sifou-weekly.html +146 -146
- package/web/toutiao-30.html +120 -120
- package/web/toutiao-7.html +78 -78
- package/web/toutiao-90.html +12 -12
- package/web/trending-monthly.html +137 -141
- package/web/trending-weekly.html +145 -141
- package/web/trending.html +148 -144
- package/web/users.china.html +1432 -1432
package/web/trending.html
CHANGED
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
|
|
103
103
|
|
|
104
104
|
</h1>
|
|
105
|
-
<div class="time">Last cache created on 2021/12/
|
|
105
|
+
<div class="time">Last cache created on 2021/12/21 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,28 +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/LunarVim/Neovim-from-scratch" target="_blank" title="LunarVim/Neovim-from-scratch">LunarVim/Neovim-from-scratch</a>
|
|
128
128
|
</div>
|
|
129
129
|
<div class="sub-title followers">
|
|
130
130
|
|
|
131
|
+
<a class="language" target="_blank" href="https://github.com/topics/lua" title="Programming Language Lua">
|
|
132
|
+
<span style="background-color: #000080;"></span>Lua
|
|
133
|
+
</a>
|
|
134
|
+
|
|
131
135
|
<span class="star" title="Stargazers Count">
|
|
132
136
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
133
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>
|
|
134
138
|
</svg>
|
|
135
|
-
<span>
|
|
139
|
+
<span>489</span>
|
|
136
140
|
</span>
|
|
137
141
|
<span class="star" title="Repo Forked">
|
|
138
142
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
139
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">
|
|
140
144
|
</path>
|
|
141
145
|
</svg>
|
|
142
|
-
<span>
|
|
146
|
+
<span>39</span>
|
|
143
147
|
</span>
|
|
144
148
|
<span class="star">
|
|
145
149
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
146
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>
|
|
147
151
|
</svg>
|
|
148
|
-
<span>
|
|
152
|
+
<span>155 stars today</span>
|
|
149
153
|
</span>
|
|
150
154
|
</div>
|
|
151
155
|
<div class="details">
|
|
@@ -158,32 +162,32 @@
|
|
|
158
162
|
<div class="info">
|
|
159
163
|
<div class="rank">
|
|
160
164
|
<span title="Ranking 2">2</span>
|
|
161
|
-
<a href="https://github.com/
|
|
165
|
+
<a href="https://github.com/ethereum/EIPs" target="_blank" title="ethereum/EIPs">ethereum/EIPs</a>
|
|
162
166
|
</div>
|
|
163
167
|
<div class="sub-title followers">
|
|
164
168
|
|
|
165
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
166
|
-
<span style="background-color: #
|
|
169
|
+
<a class="language" target="_blank" href="https://github.com/topics/solidity" title="Programming Language Solidity">
|
|
170
|
+
<span style="background-color: #AA6746;"></span>Solidity
|
|
167
171
|
</a>
|
|
168
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>8233</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>3050</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>64 stars today</span>
|
|
187
191
|
</span>
|
|
188
192
|
</div>
|
|
189
193
|
<div class="details">
|
|
@@ -196,32 +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/yt-dlp/yt-dlp" target="_blank" title="yt-dlp/yt-dlp">yt-dlp/yt-dlp</a>
|
|
200
204
|
</div>
|
|
201
205
|
<div class="sub-title followers">
|
|
202
206
|
|
|
203
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
204
|
-
<span style="background-color: #
|
|
207
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
208
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
205
209
|
</a>
|
|
206
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>14029</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>906</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>282 stars today</span>
|
|
225
229
|
</span>
|
|
226
230
|
</div>
|
|
227
231
|
<div class="details">
|
|
@@ -234,32 +238,32 @@
|
|
|
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/Shopify/react-native-skia" target="_blank" title="Shopify/react-native-skia">Shopify/react-native-skia</a>
|
|
238
242
|
</div>
|
|
239
243
|
<div class="sub-title followers">
|
|
240
244
|
|
|
241
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
242
|
-
<span style="background-color: #
|
|
245
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
246
|
+
<span style="background-color: #2b7489;"></span>TypeScript
|
|
243
247
|
</a>
|
|
244
248
|
|
|
245
249
|
<span class="star" title="Stargazers Count">
|
|
246
250
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
247
251
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
248
252
|
</svg>
|
|
249
|
-
<span>
|
|
253
|
+
<span>1250</span>
|
|
250
254
|
</span>
|
|
251
255
|
<span class="star" title="Repo Forked">
|
|
252
256
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
253
257
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
254
258
|
</path>
|
|
255
259
|
</svg>
|
|
256
|
-
<span>
|
|
260
|
+
<span>46</span>
|
|
257
261
|
</span>
|
|
258
262
|
<span class="star">
|
|
259
263
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
260
264
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
261
265
|
</svg>
|
|
262
|
-
<span>
|
|
266
|
+
<span>340 stars today</span>
|
|
263
267
|
</span>
|
|
264
268
|
</div>
|
|
265
269
|
<div class="details">
|
|
@@ -272,28 +276,32 @@
|
|
|
272
276
|
<div class="info">
|
|
273
277
|
<div class="rank">
|
|
274
278
|
<span title="Ranking 5">5</span>
|
|
275
|
-
<a href="https://github.com/
|
|
279
|
+
<a href="https://github.com/MarlinFirmware/Marlin" target="_blank" title="MarlinFirmware/Marlin">MarlinFirmware/Marlin</a>
|
|
276
280
|
</div>
|
|
277
281
|
<div class="sub-title followers">
|
|
278
282
|
|
|
283
|
+
<a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
|
|
284
|
+
<span style="background-color: #f34b7d;"></span>C++
|
|
285
|
+
</a>
|
|
286
|
+
|
|
279
287
|
<span class="star" title="Stargazers Count">
|
|
280
288
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
281
289
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
282
290
|
</svg>
|
|
283
|
-
<span>
|
|
291
|
+
<span>12255</span>
|
|
284
292
|
</span>
|
|
285
293
|
<span class="star" title="Repo Forked">
|
|
286
294
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
287
295
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
288
296
|
</path>
|
|
289
297
|
</svg>
|
|
290
|
-
<span>
|
|
298
|
+
<span>15670</span>
|
|
291
299
|
</span>
|
|
292
300
|
<span class="star">
|
|
293
301
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
294
302
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
295
303
|
</svg>
|
|
296
|
-
<span>
|
|
304
|
+
<span>37 stars today</span>
|
|
297
305
|
</span>
|
|
298
306
|
</div>
|
|
299
307
|
<div class="details">
|
|
@@ -306,32 +314,32 @@
|
|
|
306
314
|
<div class="info">
|
|
307
315
|
<div class="rank">
|
|
308
316
|
<span title="Ranking 6">6</span>
|
|
309
|
-
<a href="https://github.com/
|
|
317
|
+
<a href="https://github.com/github/docs" target="_blank" title="github/docs">github/docs</a>
|
|
310
318
|
</div>
|
|
311
319
|
<div class="sub-title followers">
|
|
312
320
|
|
|
313
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
314
|
-
<span style="background-color: #
|
|
321
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
322
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
315
323
|
</a>
|
|
316
324
|
|
|
317
325
|
<span class="star" title="Stargazers Count">
|
|
318
326
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
319
327
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
320
328
|
</svg>
|
|
321
|
-
<span>
|
|
329
|
+
<span>7607</span>
|
|
322
330
|
</span>
|
|
323
331
|
<span class="star" title="Repo Forked">
|
|
324
332
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
325
333
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
326
334
|
</path>
|
|
327
335
|
</svg>
|
|
328
|
-
<span>
|
|
336
|
+
<span>35022</span>
|
|
329
337
|
</span>
|
|
330
338
|
<span class="star">
|
|
331
339
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
332
340
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
333
341
|
</svg>
|
|
334
|
-
<span>
|
|
342
|
+
<span>57 stars today</span>
|
|
335
343
|
</span>
|
|
336
344
|
</div>
|
|
337
345
|
<div class="details">
|
|
@@ -344,32 +352,32 @@
|
|
|
344
352
|
<div class="info">
|
|
345
353
|
<div class="rank">
|
|
346
354
|
<span title="Ranking 7">7</span>
|
|
347
|
-
<a href="https://github.com/
|
|
355
|
+
<a href="https://github.com/Revadike/epicgames-freebies-claimer" target="_blank" title="Revadike/epicgames-freebies-claimer">Revadike/epicgames-freebies-claimer</a>
|
|
348
356
|
</div>
|
|
349
357
|
<div class="sub-title followers">
|
|
350
358
|
|
|
351
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
352
|
-
<span style="background-color: #
|
|
359
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
360
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
353
361
|
</a>
|
|
354
362
|
|
|
355
363
|
<span class="star" title="Stargazers Count">
|
|
356
364
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
357
365
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
358
366
|
</svg>
|
|
359
|
-
<span>
|
|
367
|
+
<span>1413</span>
|
|
360
368
|
</span>
|
|
361
369
|
<span class="star" title="Repo Forked">
|
|
362
370
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
363
371
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
364
372
|
</path>
|
|
365
373
|
</svg>
|
|
366
|
-
<span>
|
|
374
|
+
<span>241</span>
|
|
367
375
|
</span>
|
|
368
376
|
<span class="star">
|
|
369
377
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
370
378
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
371
379
|
</svg>
|
|
372
|
-
<span>
|
|
380
|
+
<span>287 stars today</span>
|
|
373
381
|
</span>
|
|
374
382
|
</div>
|
|
375
383
|
<div class="details">
|
|
@@ -382,7 +390,7 @@
|
|
|
382
390
|
<div class="info">
|
|
383
391
|
<div class="rank">
|
|
384
392
|
<span title="Ranking 8">8</span>
|
|
385
|
-
<a href="https://github.com/
|
|
393
|
+
<a href="https://github.com/nolanlawson/fuite" target="_blank" title="nolanlawson/fuite">nolanlawson/fuite</a>
|
|
386
394
|
</div>
|
|
387
395
|
<div class="sub-title followers">
|
|
388
396
|
|
|
@@ -394,20 +402,20 @@
|
|
|
394
402
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
395
403
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
396
404
|
</svg>
|
|
397
|
-
<span>
|
|
405
|
+
<span>859</span>
|
|
398
406
|
</span>
|
|
399
407
|
<span class="star" title="Repo Forked">
|
|
400
408
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
401
409
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
402
410
|
</path>
|
|
403
411
|
</svg>
|
|
404
|
-
<span>
|
|
412
|
+
<span>15</span>
|
|
405
413
|
</span>
|
|
406
414
|
<span class="star">
|
|
407
415
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
408
416
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
409
417
|
</svg>
|
|
410
|
-
<span>
|
|
418
|
+
<span>380 stars today</span>
|
|
411
419
|
</span>
|
|
412
420
|
</div>
|
|
413
421
|
<div class="details">
|
|
@@ -420,28 +428,32 @@
|
|
|
420
428
|
<div class="info">
|
|
421
429
|
<div class="rank">
|
|
422
430
|
<span title="Ranking 9">9</span>
|
|
423
|
-
<a href="https://github.com/
|
|
431
|
+
<a href="https://github.com/danielyxie/bitburner" target="_blank" title="danielyxie/bitburner">danielyxie/bitburner</a>
|
|
424
432
|
</div>
|
|
425
433
|
<div class="sub-title followers">
|
|
426
434
|
|
|
435
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
436
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
437
|
+
</a>
|
|
438
|
+
|
|
427
439
|
<span class="star" title="Stargazers Count">
|
|
428
440
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
429
441
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
430
442
|
</svg>
|
|
431
|
-
<span>
|
|
443
|
+
<span>496</span>
|
|
432
444
|
</span>
|
|
433
445
|
<span class="star" title="Repo Forked">
|
|
434
446
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
435
447
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
436
448
|
</path>
|
|
437
449
|
</svg>
|
|
438
|
-
<span>
|
|
450
|
+
<span>174</span>
|
|
439
451
|
</span>
|
|
440
452
|
<span class="star">
|
|
441
453
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
442
454
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
443
455
|
</svg>
|
|
444
|
-
<span>
|
|
456
|
+
<span>108 stars today</span>
|
|
445
457
|
</span>
|
|
446
458
|
</div>
|
|
447
459
|
<div class="details">
|
|
@@ -454,28 +466,32 @@
|
|
|
454
466
|
<div class="info">
|
|
455
467
|
<div class="rank">
|
|
456
468
|
<span title="Ranking 10">10</span>
|
|
457
|
-
<a href="https://github.com/
|
|
469
|
+
<a href="https://github.com/xinntao/Real-ESRGAN" target="_blank" title="xinntao/Real-ESRGAN">xinntao/Real-ESRGAN</a>
|
|
458
470
|
</div>
|
|
459
471
|
<div class="sub-title followers">
|
|
460
472
|
|
|
473
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
474
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
475
|
+
</a>
|
|
476
|
+
|
|
461
477
|
<span class="star" title="Stargazers Count">
|
|
462
478
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
463
479
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
464
480
|
</svg>
|
|
465
|
-
<span>
|
|
481
|
+
<span>7840</span>
|
|
466
482
|
</span>
|
|
467
483
|
<span class="star" title="Repo Forked">
|
|
468
484
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
469
485
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
470
486
|
</path>
|
|
471
487
|
</svg>
|
|
472
|
-
<span>
|
|
488
|
+
<span>723</span>
|
|
473
489
|
</span>
|
|
474
490
|
<span class="star">
|
|
475
491
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
476
492
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
477
493
|
</svg>
|
|
478
|
-
<span>
|
|
494
|
+
<span>93 stars today</span>
|
|
479
495
|
</span>
|
|
480
496
|
</div>
|
|
481
497
|
<div class="details">
|
|
@@ -488,32 +504,28 @@
|
|
|
488
504
|
<div class="info">
|
|
489
505
|
<div class="rank">
|
|
490
506
|
<span title="Ranking 11">11</span>
|
|
491
|
-
<a href="https://github.com/
|
|
507
|
+
<a href="https://github.com/EbookFoundation/free-programming-books" target="_blank" title="EbookFoundation/free-programming-books">EbookFoundation/free-programming-books</a>
|
|
492
508
|
</div>
|
|
493
509
|
<div class="sub-title followers">
|
|
494
510
|
|
|
495
|
-
<a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
|
|
496
|
-
<span style="background-color: #f34b7d;"></span>C++
|
|
497
|
-
</a>
|
|
498
|
-
|
|
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>216333</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>46486</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>191 stars today</span>
|
|
517
529
|
</span>
|
|
518
530
|
</div>
|
|
519
531
|
<div class="details">
|
|
@@ -526,7 +538,7 @@
|
|
|
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/bottlesdevs/Bottles" target="_blank" title="bottlesdevs/Bottles">bottlesdevs/Bottles</a>
|
|
530
542
|
</div>
|
|
531
543
|
<div class="sub-title followers">
|
|
532
544
|
|
|
@@ -538,20 +550,20 @@
|
|
|
538
550
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
539
551
|
<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
552
|
</svg>
|
|
541
|
-
<span>
|
|
553
|
+
<span>1277</span>
|
|
542
554
|
</span>
|
|
543
555
|
<span class="star" title="Repo Forked">
|
|
544
556
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
545
557
|
<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
558
|
</path>
|
|
547
559
|
</svg>
|
|
548
|
-
<span>
|
|
560
|
+
<span>53</span>
|
|
549
561
|
</span>
|
|
550
562
|
<span class="star">
|
|
551
563
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
552
564
|
<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
565
|
</svg>
|
|
554
|
-
<span>
|
|
566
|
+
<span>348 stars today</span>
|
|
555
567
|
</span>
|
|
556
568
|
</div>
|
|
557
569
|
<div class="details">
|
|
@@ -564,32 +576,32 @@
|
|
|
564
576
|
<div class="info">
|
|
565
577
|
<div class="rank">
|
|
566
578
|
<span title="Ranking 13">13</span>
|
|
567
|
-
<a href="https://github.com/
|
|
579
|
+
<a href="https://github.com/qier222/YesPlayMusic" target="_blank" title="qier222/YesPlayMusic">qier222/YesPlayMusic</a>
|
|
568
580
|
</div>
|
|
569
581
|
<div class="sub-title followers">
|
|
570
582
|
|
|
571
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
572
|
-
<span style="background-color: #
|
|
583
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
584
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
573
585
|
</a>
|
|
574
586
|
|
|
575
587
|
<span class="star" title="Stargazers Count">
|
|
576
588
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
577
589
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
578
590
|
</svg>
|
|
579
|
-
<span>
|
|
591
|
+
<span>13084</span>
|
|
580
592
|
</span>
|
|
581
593
|
<span class="star" title="Repo Forked">
|
|
582
594
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
583
595
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
584
596
|
</path>
|
|
585
597
|
</svg>
|
|
586
|
-
<span>
|
|
598
|
+
<span>1792</span>
|
|
587
599
|
</span>
|
|
588
600
|
<span class="star">
|
|
589
601
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
590
602
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
591
603
|
</svg>
|
|
592
|
-
<span>
|
|
604
|
+
<span>73 stars today</span>
|
|
593
605
|
</span>
|
|
594
606
|
</div>
|
|
595
607
|
<div class="details">
|
|
@@ -602,32 +614,28 @@
|
|
|
602
614
|
<div class="info">
|
|
603
615
|
<div class="rank">
|
|
604
616
|
<span title="Ranking 14">14</span>
|
|
605
|
-
<a href="https://github.com/
|
|
617
|
+
<a href="https://github.com/ossu/data-science" target="_blank" title="ossu/data-science">ossu/data-science</a>
|
|
606
618
|
</div>
|
|
607
619
|
<div class="sub-title followers">
|
|
608
620
|
|
|
609
|
-
<a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
|
|
610
|
-
<span style="background-color: #00ADD8;"></span>Go
|
|
611
|
-
</a>
|
|
612
|
-
|
|
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>13351</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>2333</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>159 stars today</span>
|
|
631
639
|
</span>
|
|
632
640
|
</div>
|
|
633
641
|
<div class="details">
|
|
@@ -640,32 +648,28 @@
|
|
|
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/CollabCodeTech/backend-challenges" target="_blank" title="CollabCodeTech/backend-challenges">CollabCodeTech/backend-challenges</a>
|
|
644
652
|
</div>
|
|
645
653
|
<div class="sub-title followers">
|
|
646
654
|
|
|
647
|
-
<a class="language" target="_blank" href="https://github.com/topics/codeql" title="Programming Language CodeQL">
|
|
648
|
-
<span style="background-color: #140f46;"></span>CodeQL
|
|
649
|
-
</a>
|
|
650
|
-
|
|
651
655
|
<span class="star" title="Stargazers Count">
|
|
652
656
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
653
657
|
<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
658
|
</svg>
|
|
655
|
-
<span>
|
|
659
|
+
<span>2612</span>
|
|
656
660
|
</span>
|
|
657
661
|
<span class="star" title="Repo Forked">
|
|
658
662
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
659
663
|
<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
664
|
</path>
|
|
661
665
|
</svg>
|
|
662
|
-
<span>
|
|
666
|
+
<span>232</span>
|
|
663
667
|
</span>
|
|
664
668
|
<span class="star">
|
|
665
669
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
666
670
|
<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
671
|
</svg>
|
|
668
|
-
<span>
|
|
672
|
+
<span>227 stars today</span>
|
|
669
673
|
</span>
|
|
670
674
|
</div>
|
|
671
675
|
<div class="details">
|
|
@@ -678,32 +682,32 @@
|
|
|
678
682
|
<div class="info">
|
|
679
683
|
<div class="rank">
|
|
680
684
|
<span title="Ranking 16">16</span>
|
|
681
|
-
<a href="https://github.com/
|
|
685
|
+
<a href="https://github.com/signalapp/Signal-Android" target="_blank" title="signalapp/Signal-Android">signalapp/Signal-Android</a>
|
|
682
686
|
</div>
|
|
683
687
|
<div class="sub-title followers">
|
|
684
688
|
|
|
685
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
686
|
-
<span style="background-color: #
|
|
689
|
+
<a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
|
|
690
|
+
<span style="background-color: #b07219;"></span>Java
|
|
687
691
|
</a>
|
|
688
692
|
|
|
689
693
|
<span class="star" title="Stargazers Count">
|
|
690
694
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
691
695
|
<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
696
|
</svg>
|
|
693
|
-
<span>
|
|
697
|
+
<span>21677</span>
|
|
694
698
|
</span>
|
|
695
699
|
<span class="star" title="Repo Forked">
|
|
696
700
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
697
701
|
<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
702
|
</path>
|
|
699
703
|
</svg>
|
|
700
|
-
<span>
|
|
704
|
+
<span>5233</span>
|
|
701
705
|
</span>
|
|
702
706
|
<span class="star">
|
|
703
707
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
704
708
|
<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
709
|
</svg>
|
|
706
|
-
<span>
|
|
710
|
+
<span>23 stars today</span>
|
|
707
711
|
</span>
|
|
708
712
|
</div>
|
|
709
713
|
<div class="details">
|
|
@@ -716,7 +720,7 @@
|
|
|
716
720
|
<div class="info">
|
|
717
721
|
<div class="rank">
|
|
718
722
|
<span title="Ranking 17">17</span>
|
|
719
|
-
<a href="https://github.com/
|
|
723
|
+
<a href="https://github.com/wez/wezterm" target="_blank" title="wez/wezterm">wez/wezterm</a>
|
|
720
724
|
</div>
|
|
721
725
|
<div class="sub-title followers">
|
|
722
726
|
|
|
@@ -728,20 +732,20 @@
|
|
|
728
732
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
729
733
|
<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
734
|
</svg>
|
|
731
|
-
<span>
|
|
735
|
+
<span>2907</span>
|
|
732
736
|
</span>
|
|
733
737
|
<span class="star" title="Repo Forked">
|
|
734
738
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
735
739
|
<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
740
|
</path>
|
|
737
741
|
</svg>
|
|
738
|
-
<span>
|
|
742
|
+
<span>152</span>
|
|
739
743
|
</span>
|
|
740
744
|
<span class="star">
|
|
741
745
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
742
746
|
<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
747
|
</svg>
|
|
744
|
-
<span>
|
|
748
|
+
<span>69 stars today</span>
|
|
745
749
|
</span>
|
|
746
750
|
</div>
|
|
747
751
|
<div class="details">
|
|
@@ -754,32 +758,32 @@
|
|
|
754
758
|
<div class="info">
|
|
755
759
|
<div class="rank">
|
|
756
760
|
<span title="Ranking 18">18</span>
|
|
757
|
-
<a href="https://github.com/
|
|
761
|
+
<a href="https://github.com/Stephan-S/FS22_AutoDrive" target="_blank" title="Stephan-S/FS22_AutoDrive">Stephan-S/FS22_AutoDrive</a>
|
|
758
762
|
</div>
|
|
759
763
|
<div class="sub-title followers">
|
|
760
764
|
|
|
761
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
762
|
-
<span style="background-color: #
|
|
765
|
+
<a class="language" target="_blank" href="https://github.com/topics/lua" title="Programming Language Lua">
|
|
766
|
+
<span style="background-color: #000080;"></span>Lua
|
|
763
767
|
</a>
|
|
764
768
|
|
|
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>75</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>6</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>19 stars today</span>
|
|
783
787
|
</span>
|
|
784
788
|
</div>
|
|
785
789
|
<div class="details">
|
|
@@ -792,32 +796,32 @@
|
|
|
792
796
|
<div class="info">
|
|
793
797
|
<div class="rank">
|
|
794
798
|
<span title="Ranking 19">19</span>
|
|
795
|
-
<a href="https://github.com/
|
|
799
|
+
<a href="https://github.com/laurent22/joplin" target="_blank" title="laurent22/joplin">laurent22/joplin</a>
|
|
796
800
|
</div>
|
|
797
801
|
<div class="sub-title followers">
|
|
798
802
|
|
|
799
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
800
|
-
<span style="background-color: #
|
|
803
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
804
|
+
<span style="background-color: #2b7489;"></span>TypeScript
|
|
801
805
|
</a>
|
|
802
806
|
|
|
803
807
|
<span class="star" title="Stargazers Count">
|
|
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>27085</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>2981</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>117 stars today</span>
|
|
821
825
|
</span>
|
|
822
826
|
</div>
|
|
823
827
|
<div class="details">
|
|
@@ -830,28 +834,32 @@
|
|
|
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/521xueweihan/HelloGitHub" target="_blank" title="521xueweihan/HelloGitHub">521xueweihan/HelloGitHub</a>
|
|
834
838
|
</div>
|
|
835
839
|
<div class="sub-title followers">
|
|
836
840
|
|
|
841
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
842
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
843
|
+
</a>
|
|
844
|
+
|
|
837
845
|
<span class="star" title="Stargazers Count">
|
|
838
846
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
839
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>
|
|
840
848
|
</svg>
|
|
841
|
-
<span>
|
|
849
|
+
<span>49877</span>
|
|
842
850
|
</span>
|
|
843
851
|
<span class="star" title="Repo Forked">
|
|
844
852
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
845
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">
|
|
846
854
|
</path>
|
|
847
855
|
</svg>
|
|
848
|
-
<span>
|
|
856
|
+
<span>7201</span>
|
|
849
857
|
</span>
|
|
850
858
|
<span class="star">
|
|
851
859
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
852
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>
|
|
853
861
|
</svg>
|
|
854
|
-
<span>
|
|
862
|
+
<span>108 stars today</span>
|
|
855
863
|
</span>
|
|
856
864
|
</div>
|
|
857
865
|
<div class="details">
|
|
@@ -864,32 +872,32 @@
|
|
|
864
872
|
<div class="info">
|
|
865
873
|
<div class="rank">
|
|
866
874
|
<span title="Ranking 21">21</span>
|
|
867
|
-
<a href="https://github.com/
|
|
875
|
+
<a href="https://github.com/alacritty/alacritty" target="_blank" title="alacritty/alacritty">alacritty/alacritty</a>
|
|
868
876
|
</div>
|
|
869
877
|
<div class="sub-title followers">
|
|
870
878
|
|
|
871
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
872
|
-
<span style="background-color: #
|
|
879
|
+
<a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
|
|
880
|
+
<span style="background-color: #dea584;"></span>Rust
|
|
873
881
|
</a>
|
|
874
882
|
|
|
875
883
|
<span class="star" title="Stargazers Count">
|
|
876
884
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
877
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>
|
|
878
886
|
</svg>
|
|
879
|
-
<span>
|
|
887
|
+
<span>36389</span>
|
|
880
888
|
</span>
|
|
881
889
|
<span class="star" title="Repo Forked">
|
|
882
890
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
883
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">
|
|
884
892
|
</path>
|
|
885
893
|
</svg>
|
|
886
|
-
<span>
|
|
894
|
+
<span>2034</span>
|
|
887
895
|
</span>
|
|
888
896
|
<span class="star">
|
|
889
897
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
890
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>
|
|
891
899
|
</svg>
|
|
892
|
-
<span>
|
|
900
|
+
<span>110 stars today</span>
|
|
893
901
|
</span>
|
|
894
902
|
</div>
|
|
895
903
|
<div class="details">
|
|
@@ -902,32 +910,28 @@
|
|
|
902
910
|
<div class="info">
|
|
903
911
|
<div class="rank">
|
|
904
912
|
<span title="Ranking 22">22</span>
|
|
905
|
-
<a href="https://github.com/
|
|
913
|
+
<a href="https://github.com/ErikCH/DevYouTubeList" target="_blank" title="ErikCH/DevYouTubeList">ErikCH/DevYouTubeList</a>
|
|
906
914
|
</div>
|
|
907
915
|
<div class="sub-title followers">
|
|
908
916
|
|
|
909
|
-
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
910
|
-
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
911
|
-
</a>
|
|
912
|
-
|
|
913
917
|
<span class="star" title="Stargazers Count">
|
|
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>4108</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>611</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>110 stars today</span>
|
|
931
935
|
</span>
|
|
932
936
|
</div>
|
|
933
937
|
<div class="details">
|
|
@@ -940,32 +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/godotengine/godot" target="_blank" title="godotengine/godot">godotengine/godot</a>
|
|
944
948
|
</div>
|
|
945
949
|
<div class="sub-title followers">
|
|
946
950
|
|
|
947
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
948
|
-
<span style="background-color: #
|
|
951
|
+
<a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
|
|
952
|
+
<span style="background-color: #f34b7d;"></span>C++
|
|
949
953
|
</a>
|
|
950
954
|
|
|
951
955
|
<span class="star" title="Stargazers Count">
|
|
952
956
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
953
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>
|
|
954
958
|
</svg>
|
|
955
|
-
<span>
|
|
959
|
+
<span>44683</span>
|
|
956
960
|
</span>
|
|
957
961
|
<span class="star" title="Repo Forked">
|
|
958
962
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
959
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">
|
|
960
964
|
</path>
|
|
961
965
|
</svg>
|
|
962
|
-
<span>
|
|
966
|
+
<span>8066</span>
|
|
963
967
|
</span>
|
|
964
968
|
<span class="star">
|
|
965
969
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
966
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>
|
|
967
971
|
</svg>
|
|
968
|
-
<span>
|
|
972
|
+
<span>91 stars today</span>
|
|
969
973
|
</span>
|
|
970
974
|
</div>
|
|
971
975
|
<div class="details">
|
|
@@ -978,32 +982,32 @@
|
|
|
978
982
|
<div class="info">
|
|
979
983
|
<div class="rank">
|
|
980
984
|
<span title="Ranking 24">24</span>
|
|
981
|
-
<a href="https://github.com/
|
|
985
|
+
<a href="https://github.com/LianjiaTech/bruno" target="_blank" title="LianjiaTech/bruno">LianjiaTech/bruno</a>
|
|
982
986
|
</div>
|
|
983
987
|
<div class="sub-title followers">
|
|
984
988
|
|
|
985
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
986
|
-
<span style="background-color: #
|
|
989
|
+
<a class="language" target="_blank" href="https://github.com/topics/dart" title="Programming Language Dart">
|
|
990
|
+
<span style="background-color: #00B4AB;"></span>Dart
|
|
987
991
|
</a>
|
|
988
992
|
|
|
989
993
|
<span class="star" title="Stargazers Count">
|
|
990
994
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
991
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>
|
|
992
996
|
</svg>
|
|
993
|
-
<span>
|
|
997
|
+
<span>683</span>
|
|
994
998
|
</span>
|
|
995
999
|
<span class="star" title="Repo Forked">
|
|
996
1000
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
997
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">
|
|
998
1002
|
</path>
|
|
999
1003
|
</svg>
|
|
1000
|
-
<span>
|
|
1004
|
+
<span>115</span>
|
|
1001
1005
|
</span>
|
|
1002
1006
|
<span class="star">
|
|
1003
1007
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1004
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>
|
|
1005
1009
|
</svg>
|
|
1006
|
-
<span>
|
|
1010
|
+
<span>101 stars today</span>
|
|
1007
1011
|
</span>
|
|
1008
1012
|
</div>
|
|
1009
1013
|
<div class="details">
|
|
@@ -1016,32 +1020,32 @@
|
|
|
1016
1020
|
<div class="info">
|
|
1017
1021
|
<div class="rank">
|
|
1018
1022
|
<span title="Ranking 25">25</span>
|
|
1019
|
-
<a href="https://github.com/
|
|
1023
|
+
<a href="https://github.com/freqtrade/freqtrade" target="_blank" title="freqtrade/freqtrade">freqtrade/freqtrade</a>
|
|
1020
1024
|
</div>
|
|
1021
1025
|
<div class="sub-title followers">
|
|
1022
1026
|
|
|
1023
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
1024
|
-
<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
|
|
1025
1029
|
</a>
|
|
1026
1030
|
|
|
1027
1031
|
<span class="star" title="Stargazers Count">
|
|
1028
1032
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1029
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>
|
|
1030
1034
|
</svg>
|
|
1031
|
-
<span>
|
|
1035
|
+
<span>14293</span>
|
|
1032
1036
|
</span>
|
|
1033
1037
|
<span class="star" title="Repo Forked">
|
|
1034
1038
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1035
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">
|
|
1036
1040
|
</path>
|
|
1037
1041
|
</svg>
|
|
1038
|
-
<span>
|
|
1042
|
+
<span>3125</span>
|
|
1039
1043
|
</span>
|
|
1040
1044
|
<span class="star">
|
|
1041
1045
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1042
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>
|
|
1043
1047
|
</svg>
|
|
1044
|
-
<span>
|
|
1048
|
+
<span>174 stars today</span>
|
|
1045
1049
|
</span>
|
|
1046
1050
|
</div>
|
|
1047
1051
|
<div class="details">
|
|
@@ -1066,7 +1070,7 @@
|
|
|
1066
1070
|
<img src="https://img.shields.io/npm/v/@wcj/github-rank.svg?label=unpkg">
|
|
1067
1071
|
</a>
|
|
1068
1072
|
</div>
|
|
1069
|
-
<div class="time">Last cache created on 2021/12/
|
|
1073
|
+
<div class="time">Last cache created on 2021/12/21 by Github API v3.</div>
|
|
1070
1074
|
Create by <a href="https://github.com/jaywcjlove" target="_blank">小弟调调™</a>.
|
|
1071
1075
|
</div>
|
|
1072
1076
|
</body>
|