@wcj/github-rank 21.11.7 → 21.11.11
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 +36012 -36019
- package/dist/sifou-daily.json +154 -28
- package/dist/sifou-monthly.json +131 -131
- package/dist/sifou-weekly.json +175 -166
- package/dist/toutiao-30.json +72 -72
- package/dist/toutiao-7.json +149 -149
- package/dist/toutiao-90.json +57 -57
- package/dist/trending-daily.json +175 -175
- package/dist/trending-monthly.json +170 -170
- package/dist/trending-weekly.json +165 -165
- package/dist/users.china.json +3190 -3191
- package/dist/users.json +3795 -3796
- package/package.json +1 -1
- package/web/36kr.html +2 -2
- package/web/data/repos.json +36012 -36019
- package/web/data/sifou-daily.json +154 -28
- package/web/data/sifou-monthly.json +131 -131
- package/web/data/sifou-weekly.json +175 -166
- package/web/data/toutiao-30.json +72 -72
- package/web/data/toutiao-7.json +149 -149
- package/web/data/toutiao-90.json +57 -57
- package/web/data/trending-daily.json +175 -175
- package/web/data/trending-monthly.json +170 -170
- package/web/data/trending-weekly.json +165 -165
- package/web/data/users.china.json +3190 -3191
- package/web/data/users.json +3795 -3796
- package/web/index.html +1866 -1866
- package/web/repos.html +4344 -4344
- package/web/sifou-daily.html +416 -24
- package/web/sifou-monthly.html +130 -130
- package/web/sifou-weekly.html +169 -141
- package/web/toutiao-30.html +79 -79
- package/web/toutiao-7.html +99 -99
- package/web/toutiao-90.html +75 -75
- package/web/trending-monthly.html +147 -147
- package/web/trending-weekly.html +137 -149
- package/web/trending.html +150 -154
- package/web/users.china.html +1741 -1741
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/11/
|
|
105
|
+
<div class="time">Last cache created on 2021/11/11 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/PowerShell/PowerShell" target="_blank" title="PowerShell/PowerShell">PowerShell/PowerShell</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/c#" title="Programming Language C#">
|
|
132
|
+
<span style="background-color: #178600;"></span>C#
|
|
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>30495</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>4801</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>67 stars today</span>
|
|
153
153
|
</span>
|
|
154
154
|
</div>
|
|
155
155
|
<div class="details">
|
|
@@ -162,28 +162,32 @@
|
|
|
162
162
|
<div class="info">
|
|
163
163
|
<div class="rank">
|
|
164
164
|
<span title="Ranking 2">2</span>
|
|
165
|
-
<a href="https://github.com/
|
|
165
|
+
<a href="https://github.com/dotnet/core" target="_blank" title="dotnet/core">dotnet/core</a>
|
|
166
166
|
</div>
|
|
167
167
|
<div class="sub-title followers">
|
|
168
168
|
|
|
169
|
+
<a class="language" target="_blank" href="https://github.com/topics/shell" title="Programming Language Shell">
|
|
170
|
+
<span style="background-color: #89e051;"></span>Shell
|
|
171
|
+
</a>
|
|
172
|
+
|
|
169
173
|
<span class="star" title="Stargazers Count">
|
|
170
174
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
171
175
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
172
176
|
</svg>
|
|
173
|
-
<span>
|
|
177
|
+
<span>16514</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>4274</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>44 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/bryandlee/animegan2-pytorch" target="_blank" title="bryandlee/animegan2-pytorch">bryandlee/animegan2-pytorch</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/jupyternotebook" title="Programming Language JupyterNotebook">
|
|
208
|
+
<span style="background-color: #DA5B0B;"></span>JupyterNotebook
|
|
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>1087</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>108</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>214 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/dogecoin/dogecoin" target="_blank" title="dogecoin/dogecoin">dogecoin/dogecoin</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/c++" title="Programming Language C++">
|
|
246
|
+
<span style="background-color: #f34b7d;"></span>C++
|
|
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>13350</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>2361</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>36 stars today</span>
|
|
263
267
|
</span>
|
|
264
268
|
</div>
|
|
265
269
|
<div class="details">
|
|
@@ -272,32 +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/dotnet/csharplang" target="_blank" title="dotnet/csharplang">dotnet/csharplang</a>
|
|
276
280
|
</div>
|
|
277
281
|
<div class="sub-title followers">
|
|
278
282
|
|
|
279
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
280
|
-
<span style="background-color: #
|
|
283
|
+
<a class="language" target="_blank" href="https://github.com/topics/c#" title="Programming Language C#">
|
|
284
|
+
<span style="background-color: #178600;"></span>C#
|
|
281
285
|
</a>
|
|
282
286
|
|
|
283
287
|
<span class="star" title="Stargazers Count">
|
|
284
288
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
285
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>
|
|
286
290
|
</svg>
|
|
287
|
-
<span>
|
|
291
|
+
<span>7789</span>
|
|
288
292
|
</span>
|
|
289
293
|
<span class="star" title="Repo Forked">
|
|
290
294
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
291
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">
|
|
292
296
|
</path>
|
|
293
297
|
</svg>
|
|
294
|
-
<span>
|
|
298
|
+
<span>831</span>
|
|
295
299
|
</span>
|
|
296
300
|
<span class="star">
|
|
297
301
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
298
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>
|
|
299
303
|
</svg>
|
|
300
|
-
<span>
|
|
304
|
+
<span>21 stars today</span>
|
|
301
305
|
</span>
|
|
302
306
|
</div>
|
|
303
307
|
<div class="details">
|
|
@@ -310,28 +314,32 @@
|
|
|
310
314
|
<div class="info">
|
|
311
315
|
<div class="rank">
|
|
312
316
|
<span title="Ranking 6">6</span>
|
|
313
|
-
<a href="https://github.com/
|
|
317
|
+
<a href="https://github.com/Shopify/hydrogen" target="_blank" title="Shopify/hydrogen">Shopify/hydrogen</a>
|
|
314
318
|
</div>
|
|
315
319
|
<div class="sub-title followers">
|
|
316
320
|
|
|
321
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
322
|
+
<span style="background-color: #2b7489;"></span>TypeScript
|
|
323
|
+
</a>
|
|
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>1242</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>52</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>463 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/minio/minio" target="_blank" title="minio/minio">minio/minio</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/go" title="Programming Language Go">
|
|
360
|
+
<span style="background-color: #00ADD8;"></span>Go
|
|
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>30121</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>3393</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>152 stars today</span>
|
|
373
381
|
</span>
|
|
374
382
|
</div>
|
|
375
383
|
<div class="details">
|
|
@@ -382,32 +390,32 @@
|
|
|
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/NVIDIA/DeepLearningExamples" target="_blank" title="NVIDIA/DeepLearningExamples">NVIDIA/DeepLearningExamples</a>
|
|
386
394
|
</div>
|
|
387
395
|
<div class="sub-title followers">
|
|
388
396
|
|
|
389
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
390
|
-
<span style="background-color: #
|
|
397
|
+
<a class="language" target="_blank" href="https://github.com/topics/jupyternotebook" title="Programming Language JupyterNotebook">
|
|
398
|
+
<span style="background-color: #DA5B0B;"></span>JupyterNotebook
|
|
391
399
|
</a>
|
|
392
400
|
|
|
393
401
|
<span class="star" title="Stargazers Count">
|
|
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>6879</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>2007</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>75 stars today</span>
|
|
411
419
|
</span>
|
|
412
420
|
</div>
|
|
413
421
|
<div class="details">
|
|
@@ -420,32 +428,28 @@
|
|
|
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/salmer/CppDeveloperRoadmap" target="_blank" title="salmer/CppDeveloperRoadmap">salmer/CppDeveloperRoadmap</a>
|
|
424
432
|
</div>
|
|
425
433
|
<div class="sub-title followers">
|
|
426
434
|
|
|
427
|
-
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
428
|
-
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
429
|
-
</a>
|
|
430
|
-
|
|
431
435
|
<span class="star" title="Stargazers Count">
|
|
432
436
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
433
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>
|
|
434
438
|
</svg>
|
|
435
|
-
<span>
|
|
439
|
+
<span>402</span>
|
|
436
440
|
</span>
|
|
437
441
|
<span class="star" title="Repo Forked">
|
|
438
442
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
439
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">
|
|
440
444
|
</path>
|
|
441
445
|
</svg>
|
|
442
|
-
<span>
|
|
446
|
+
<span>20</span>
|
|
443
447
|
</span>
|
|
444
448
|
<span class="star">
|
|
445
449
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
446
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>
|
|
447
451
|
</svg>
|
|
448
|
-
<span>
|
|
452
|
+
<span>74 stars today</span>
|
|
449
453
|
</span>
|
|
450
454
|
</div>
|
|
451
455
|
<div class="details">
|
|
@@ -458,32 +462,32 @@
|
|
|
458
462
|
<div class="info">
|
|
459
463
|
<div class="rank">
|
|
460
464
|
<span title="Ranking 10">10</span>
|
|
461
|
-
<a href="https://github.com/
|
|
465
|
+
<a href="https://github.com/solana-labs/token-list" target="_blank" title="solana-labs/token-list">solana-labs/token-list</a>
|
|
462
466
|
</div>
|
|
463
467
|
<div class="sub-title followers">
|
|
464
468
|
|
|
465
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
466
|
-
<span style="background-color: #
|
|
469
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
470
|
+
<span style="background-color: #2b7489;"></span>TypeScript
|
|
467
471
|
</a>
|
|
468
472
|
|
|
469
473
|
<span class="star" title="Stargazers Count">
|
|
470
474
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
471
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>
|
|
472
476
|
</svg>
|
|
473
|
-
<span>
|
|
477
|
+
<span>355</span>
|
|
474
478
|
</span>
|
|
475
479
|
<span class="star" title="Repo Forked">
|
|
476
480
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
477
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">
|
|
478
482
|
</path>
|
|
479
483
|
</svg>
|
|
480
|
-
<span>
|
|
484
|
+
<span>1510</span>
|
|
481
485
|
</span>
|
|
482
486
|
<span class="star">
|
|
483
487
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
484
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>
|
|
485
489
|
</svg>
|
|
486
|
-
<span>
|
|
490
|
+
<span>26 stars today</span>
|
|
487
491
|
</span>
|
|
488
492
|
</div>
|
|
489
493
|
<div class="details">
|
|
@@ -496,32 +500,32 @@
|
|
|
496
500
|
<div class="info">
|
|
497
501
|
<div class="rank">
|
|
498
502
|
<span title="Ranking 11">11</span>
|
|
499
|
-
<a href="https://github.com/
|
|
503
|
+
<a href="https://github.com/lwch/natpass" target="_blank" title="lwch/natpass">lwch/natpass</a>
|
|
500
504
|
</div>
|
|
501
505
|
<div class="sub-title followers">
|
|
502
506
|
|
|
503
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
504
|
-
<span style="background-color: #
|
|
507
|
+
<a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
|
|
508
|
+
<span style="background-color: #00ADD8;"></span>Go
|
|
505
509
|
</a>
|
|
506
510
|
|
|
507
511
|
<span class="star" title="Stargazers Count">
|
|
508
512
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
509
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>
|
|
510
514
|
</svg>
|
|
511
|
-
<span>
|
|
515
|
+
<span>837</span>
|
|
512
516
|
</span>
|
|
513
517
|
<span class="star" title="Repo Forked">
|
|
514
518
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
515
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">
|
|
516
520
|
</path>
|
|
517
521
|
</svg>
|
|
518
|
-
<span>
|
|
522
|
+
<span>66</span>
|
|
519
523
|
</span>
|
|
520
524
|
<span class="star">
|
|
521
525
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
522
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>
|
|
523
527
|
</svg>
|
|
524
|
-
<span>
|
|
528
|
+
<span>190 stars today</span>
|
|
525
529
|
</span>
|
|
526
530
|
</div>
|
|
527
531
|
<div class="details">
|
|
@@ -534,28 +538,32 @@
|
|
|
534
538
|
<div class="info">
|
|
535
539
|
<div class="rank">
|
|
536
540
|
<span title="Ranking 12">12</span>
|
|
537
|
-
<a href="https://github.com/
|
|
541
|
+
<a href="https://github.com/Asabeneh/30-Days-Of-JavaScript" target="_blank" title="Asabeneh/30-Days-Of-JavaScript">Asabeneh/30-Days-Of-JavaScript</a>
|
|
538
542
|
</div>
|
|
539
543
|
<div class="sub-title followers">
|
|
540
544
|
|
|
545
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
546
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
547
|
+
</a>
|
|
548
|
+
|
|
541
549
|
<span class="star" title="Stargazers Count">
|
|
542
550
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
543
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>
|
|
544
552
|
</svg>
|
|
545
|
-
<span>
|
|
553
|
+
<span>10579</span>
|
|
546
554
|
</span>
|
|
547
555
|
<span class="star" title="Repo Forked">
|
|
548
556
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
549
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">
|
|
550
558
|
</path>
|
|
551
559
|
</svg>
|
|
552
|
-
<span>
|
|
560
|
+
<span>2323</span>
|
|
553
561
|
</span>
|
|
554
562
|
<span class="star">
|
|
555
563
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
556
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>
|
|
557
565
|
</svg>
|
|
558
|
-
<span>
|
|
566
|
+
<span>168 stars today</span>
|
|
559
567
|
</span>
|
|
560
568
|
</div>
|
|
561
569
|
<div class="details">
|
|
@@ -568,32 +576,32 @@
|
|
|
568
576
|
<div class="info">
|
|
569
577
|
<div class="rank">
|
|
570
578
|
<span title="Ranking 13">13</span>
|
|
571
|
-
<a href="https://github.com/
|
|
579
|
+
<a href="https://github.com/bregman-arie/devops-exercises" target="_blank" title="bregman-arie/devops-exercises">bregman-arie/devops-exercises</a>
|
|
572
580
|
</div>
|
|
573
581
|
<div class="sub-title followers">
|
|
574
582
|
|
|
575
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
576
|
-
<span style="background-color: #
|
|
583
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
584
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
577
585
|
</a>
|
|
578
586
|
|
|
579
587
|
<span class="star" title="Stargazers Count">
|
|
580
588
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
581
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>
|
|
582
590
|
</svg>
|
|
583
|
-
<span>
|
|
591
|
+
<span>18338</span>
|
|
584
592
|
</span>
|
|
585
593
|
<span class="star" title="Repo Forked">
|
|
586
594
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
587
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">
|
|
588
596
|
</path>
|
|
589
597
|
</svg>
|
|
590
|
-
<span>
|
|
598
|
+
<span>3599</span>
|
|
591
599
|
</span>
|
|
592
600
|
<span class="star">
|
|
593
601
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
594
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>
|
|
595
603
|
</svg>
|
|
596
|
-
<span>
|
|
604
|
+
<span>71 stars today</span>
|
|
597
605
|
</span>
|
|
598
606
|
</div>
|
|
599
607
|
<div class="details">
|
|
@@ -606,32 +614,28 @@
|
|
|
606
614
|
<div class="info">
|
|
607
615
|
<div class="rank">
|
|
608
616
|
<span title="Ranking 14">14</span>
|
|
609
|
-
<a href="https://github.com/
|
|
617
|
+
<a href="https://github.com/freefq/free" target="_blank" title="freefq/free">freefq/free</a>
|
|
610
618
|
</div>
|
|
611
619
|
<div class="sub-title followers">
|
|
612
620
|
|
|
613
|
-
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
614
|
-
<span style="background-color: #2b7489;"></span>TypeScript
|
|
615
|
-
</a>
|
|
616
|
-
|
|
617
621
|
<span class="star" title="Stargazers Count">
|
|
618
622
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
619
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>
|
|
620
624
|
</svg>
|
|
621
|
-
<span>
|
|
625
|
+
<span>15579</span>
|
|
622
626
|
</span>
|
|
623
627
|
<span class="star" title="Repo Forked">
|
|
624
628
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
625
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">
|
|
626
630
|
</path>
|
|
627
631
|
</svg>
|
|
628
|
-
<span>
|
|
632
|
+
<span>3585</span>
|
|
629
633
|
</span>
|
|
630
634
|
<span class="star">
|
|
631
635
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
632
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>
|
|
633
637
|
</svg>
|
|
634
|
-
<span>
|
|
638
|
+
<span>48 stars today</span>
|
|
635
639
|
</span>
|
|
636
640
|
</div>
|
|
637
641
|
<div class="details">
|
|
@@ -644,32 +648,28 @@
|
|
|
644
648
|
<div class="info">
|
|
645
649
|
<div class="rank">
|
|
646
650
|
<span title="Ranking 15">15</span>
|
|
647
|
-
<a href="https://github.com/
|
|
651
|
+
<a href="https://github.com/louisfb01/best_AI_papers_2021" target="_blank" title="louisfb01/best_AI_papers_2021">louisfb01/best_AI_papers_2021</a>
|
|
648
652
|
</div>
|
|
649
653
|
<div class="sub-title followers">
|
|
650
654
|
|
|
651
|
-
<a class="language" target="_blank" href="https://github.com/topics/vue" title="Programming Language Vue">
|
|
652
|
-
<span style="background-color: #41b883;"></span>Vue
|
|
653
|
-
</a>
|
|
654
|
-
|
|
655
655
|
<span class="star" title="Stargazers Count">
|
|
656
656
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
657
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>
|
|
658
658
|
</svg>
|
|
659
|
-
<span>
|
|
659
|
+
<span>738</span>
|
|
660
660
|
</span>
|
|
661
661
|
<span class="star" title="Repo Forked">
|
|
662
662
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
663
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">
|
|
664
664
|
</path>
|
|
665
665
|
</svg>
|
|
666
|
-
<span>
|
|
666
|
+
<span>39</span>
|
|
667
667
|
</span>
|
|
668
668
|
<span class="star">
|
|
669
669
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
670
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>
|
|
671
671
|
</svg>
|
|
672
|
-
<span>
|
|
672
|
+
<span>177 stars today</span>
|
|
673
673
|
</span>
|
|
674
674
|
</div>
|
|
675
675
|
<div class="details">
|
|
@@ -682,32 +682,32 @@
|
|
|
682
682
|
<div class="info">
|
|
683
683
|
<div class="rank">
|
|
684
684
|
<span title="Ranking 16">16</span>
|
|
685
|
-
<a href="https://github.com/
|
|
685
|
+
<a href="https://github.com/dotnet/roslyn" target="_blank" title="dotnet/roslyn">dotnet/roslyn</a>
|
|
686
686
|
</div>
|
|
687
687
|
<div class="sub-title followers">
|
|
688
688
|
|
|
689
|
-
<a class="language" target="_blank" href="https://github.com/topics/c
|
|
690
|
-
<span style="background-color: #
|
|
689
|
+
<a class="language" target="_blank" href="https://github.com/topics/c#" title="Programming Language C#">
|
|
690
|
+
<span style="background-color: #178600;"></span>C#
|
|
691
691
|
</a>
|
|
692
692
|
|
|
693
693
|
<span class="star" title="Stargazers Count">
|
|
694
694
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
695
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>
|
|
696
696
|
</svg>
|
|
697
|
-
<span>
|
|
697
|
+
<span>15139</span>
|
|
698
698
|
</span>
|
|
699
699
|
<span class="star" title="Repo Forked">
|
|
700
700
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
701
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">
|
|
702
702
|
</path>
|
|
703
703
|
</svg>
|
|
704
|
-
<span>
|
|
704
|
+
<span>3450</span>
|
|
705
705
|
</span>
|
|
706
706
|
<span class="star">
|
|
707
707
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
708
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>
|
|
709
709
|
</svg>
|
|
710
|
-
<span>
|
|
710
|
+
<span>20 stars today</span>
|
|
711
711
|
</span>
|
|
712
712
|
</div>
|
|
713
713
|
<div class="details">
|
|
@@ -720,32 +720,28 @@
|
|
|
720
720
|
<div class="info">
|
|
721
721
|
<div class="rank">
|
|
722
722
|
<span title="Ranking 17">17</span>
|
|
723
|
-
<a href="https://github.com/
|
|
723
|
+
<a href="https://github.com/dotnet/docs" target="_blank" title="dotnet/docs">dotnet/docs</a>
|
|
724
724
|
</div>
|
|
725
725
|
<div class="sub-title followers">
|
|
726
726
|
|
|
727
|
-
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
728
|
-
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
729
|
-
</a>
|
|
730
|
-
|
|
731
727
|
<span class="star" title="Stargazers Count">
|
|
732
728
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
733
729
|
<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>
|
|
734
730
|
</svg>
|
|
735
|
-
<span>
|
|
731
|
+
<span>2931</span>
|
|
736
732
|
</span>
|
|
737
733
|
<span class="star" title="Repo Forked">
|
|
738
734
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
739
735
|
<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">
|
|
740
736
|
</path>
|
|
741
737
|
</svg>
|
|
742
|
-
<span>
|
|
738
|
+
<span>4864</span>
|
|
743
739
|
</span>
|
|
744
740
|
<span class="star">
|
|
745
741
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
746
742
|
<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>
|
|
747
743
|
</svg>
|
|
748
|
-
<span>
|
|
744
|
+
<span>28 stars today</span>
|
|
749
745
|
</span>
|
|
750
746
|
</div>
|
|
751
747
|
<div class="details">
|
|
@@ -758,28 +754,32 @@
|
|
|
758
754
|
<div class="info">
|
|
759
755
|
<div class="rank">
|
|
760
756
|
<span title="Ranking 18">18</span>
|
|
761
|
-
<a href="https://github.com/
|
|
757
|
+
<a href="https://github.com/PHPOffice/PHPWord" target="_blank" title="PHPOffice/PHPWord">PHPOffice/PHPWord</a>
|
|
762
758
|
</div>
|
|
763
759
|
<div class="sub-title followers">
|
|
764
760
|
|
|
761
|
+
<a class="language" target="_blank" href="https://github.com/topics/php" title="Programming Language PHP">
|
|
762
|
+
<span style="background-color: #4F5D95;"></span>PHP
|
|
763
|
+
</a>
|
|
764
|
+
|
|
765
765
|
<span class="star" title="Stargazers Count">
|
|
766
766
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
767
767
|
<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
768
|
</svg>
|
|
769
|
-
<span>
|
|
769
|
+
<span>5873</span>
|
|
770
770
|
</span>
|
|
771
771
|
<span class="star" title="Repo Forked">
|
|
772
772
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
773
773
|
<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
774
|
</path>
|
|
775
775
|
</svg>
|
|
776
|
-
<span>
|
|
776
|
+
<span>2380</span>
|
|
777
777
|
</span>
|
|
778
778
|
<span class="star">
|
|
779
779
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
780
780
|
<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
781
|
</svg>
|
|
782
|
-
<span>
|
|
782
|
+
<span>14 stars today</span>
|
|
783
783
|
</span>
|
|
784
784
|
</div>
|
|
785
785
|
<div class="details">
|
|
@@ -792,32 +792,28 @@
|
|
|
792
792
|
<div class="info">
|
|
793
793
|
<div class="rank">
|
|
794
794
|
<span title="Ranking 19">19</span>
|
|
795
|
-
<a href="https://github.com/
|
|
795
|
+
<a href="https://github.com/smartcontractkit/full-blockchain-solidity-course-py" target="_blank" title="smartcontractkit/full-blockchain-solidity-course-py">smartcontractkit/full-blockchain-solidity-course-py</a>
|
|
796
796
|
</div>
|
|
797
797
|
<div class="sub-title followers">
|
|
798
798
|
|
|
799
|
-
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
800
|
-
<span style="background-color: #2b7489;"></span>TypeScript
|
|
801
|
-
</a>
|
|
802
|
-
|
|
803
799
|
<span class="star" title="Stargazers Count">
|
|
804
800
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
805
801
|
<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
802
|
</svg>
|
|
807
|
-
<span>
|
|
803
|
+
<span>3036</span>
|
|
808
804
|
</span>
|
|
809
805
|
<span class="star" title="Repo Forked">
|
|
810
806
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
811
807
|
<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
808
|
</path>
|
|
813
809
|
</svg>
|
|
814
|
-
<span>
|
|
810
|
+
<span>618</span>
|
|
815
811
|
</span>
|
|
816
812
|
<span class="star">
|
|
817
813
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
818
814
|
<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
815
|
</svg>
|
|
820
|
-
<span>
|
|
816
|
+
<span>49 stars today</span>
|
|
821
817
|
</span>
|
|
822
818
|
</div>
|
|
823
819
|
<div class="details">
|
|
@@ -830,32 +826,32 @@
|
|
|
830
826
|
<div class="info">
|
|
831
827
|
<div class="rank">
|
|
832
828
|
<span title="Ranking 20">20</span>
|
|
833
|
-
<a href="https://github.com/
|
|
829
|
+
<a href="https://github.com/Python-World/python-mini-projects" target="_blank" title="Python-World/python-mini-projects">Python-World/python-mini-projects</a>
|
|
834
830
|
</div>
|
|
835
831
|
<div class="sub-title followers">
|
|
836
832
|
|
|
837
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
838
|
-
<span style="background-color: #
|
|
833
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
834
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
839
835
|
</a>
|
|
840
836
|
|
|
841
837
|
<span class="star" title="Stargazers Count">
|
|
842
838
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
843
839
|
<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
840
|
</svg>
|
|
845
|
-
<span>
|
|
841
|
+
<span>6192</span>
|
|
846
842
|
</span>
|
|
847
843
|
<span class="star" title="Repo Forked">
|
|
848
844
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
849
845
|
<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
846
|
</path>
|
|
851
847
|
</svg>
|
|
852
|
-
<span>
|
|
848
|
+
<span>1716</span>
|
|
853
849
|
</span>
|
|
854
850
|
<span class="star">
|
|
855
851
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
856
852
|
<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
853
|
</svg>
|
|
858
|
-
<span>
|
|
854
|
+
<span>308 stars today</span>
|
|
859
855
|
</span>
|
|
860
856
|
</div>
|
|
861
857
|
<div class="details">
|
|
@@ -868,32 +864,32 @@
|
|
|
868
864
|
<div class="info">
|
|
869
865
|
<div class="rank">
|
|
870
866
|
<span title="Ranking 21">21</span>
|
|
871
|
-
<a href="https://github.com/
|
|
867
|
+
<a href="https://github.com/prestodb/presto" target="_blank" title="prestodb/presto">prestodb/presto</a>
|
|
872
868
|
</div>
|
|
873
869
|
<div class="sub-title followers">
|
|
874
870
|
|
|
875
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
876
|
-
<span style="background-color: #
|
|
871
|
+
<a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
|
|
872
|
+
<span style="background-color: #b07219;"></span>Java
|
|
877
873
|
</a>
|
|
878
874
|
|
|
879
875
|
<span class="star" title="Stargazers Count">
|
|
880
876
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
881
877
|
<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
878
|
</svg>
|
|
883
|
-
<span>
|
|
879
|
+
<span>12685</span>
|
|
884
880
|
</span>
|
|
885
881
|
<span class="star" title="Repo Forked">
|
|
886
882
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
887
883
|
<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
884
|
</path>
|
|
889
885
|
</svg>
|
|
890
|
-
<span>
|
|
886
|
+
<span>4349</span>
|
|
891
887
|
</span>
|
|
892
888
|
<span class="star">
|
|
893
889
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
894
890
|
<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
891
|
</svg>
|
|
896
|
-
<span>
|
|
892
|
+
<span>26 stars today</span>
|
|
897
893
|
</span>
|
|
898
894
|
</div>
|
|
899
895
|
<div class="details">
|
|
@@ -906,32 +902,32 @@
|
|
|
906
902
|
<div class="info">
|
|
907
903
|
<div class="rank">
|
|
908
904
|
<span title="Ranking 22">22</span>
|
|
909
|
-
<a href="https://github.com/
|
|
905
|
+
<a href="https://github.com/huggingface/datasets" target="_blank" title="huggingface/datasets">huggingface/datasets</a>
|
|
910
906
|
</div>
|
|
911
907
|
<div class="sub-title followers">
|
|
912
908
|
|
|
913
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
914
|
-
<span style="background-color: #
|
|
909
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
910
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
915
911
|
</a>
|
|
916
912
|
|
|
917
913
|
<span class="star" title="Stargazers Count">
|
|
918
914
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
919
915
|
<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>
|
|
920
916
|
</svg>
|
|
921
|
-
<span>
|
|
917
|
+
<span>10471</span>
|
|
922
918
|
</span>
|
|
923
919
|
<span class="star" title="Repo Forked">
|
|
924
920
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
925
921
|
<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">
|
|
926
922
|
</path>
|
|
927
923
|
</svg>
|
|
928
|
-
<span>
|
|
924
|
+
<span>1284</span>
|
|
929
925
|
</span>
|
|
930
926
|
<span class="star">
|
|
931
927
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
932
928
|
<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>
|
|
933
929
|
</svg>
|
|
934
|
-
<span>
|
|
930
|
+
<span>58 stars today</span>
|
|
935
931
|
</span>
|
|
936
932
|
</div>
|
|
937
933
|
<div class="details">
|
|
@@ -944,32 +940,32 @@
|
|
|
944
940
|
<div class="info">
|
|
945
941
|
<div class="rank">
|
|
946
942
|
<span title="Ranking 23">23</span>
|
|
947
|
-
<a href="https://github.com/
|
|
943
|
+
<a href="https://github.com/dotnet/maui" target="_blank" title="dotnet/maui">dotnet/maui</a>
|
|
948
944
|
</div>
|
|
949
945
|
<div class="sub-title followers">
|
|
950
946
|
|
|
951
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
952
|
-
<span style="background-color: #
|
|
947
|
+
<a class="language" target="_blank" href="https://github.com/topics/c#" title="Programming Language C#">
|
|
948
|
+
<span style="background-color: #178600;"></span>C#
|
|
953
949
|
</a>
|
|
954
950
|
|
|
955
951
|
<span class="star" title="Stargazers Count">
|
|
956
952
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
957
953
|
<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>
|
|
958
954
|
</svg>
|
|
959
|
-
<span>
|
|
955
|
+
<span>12284</span>
|
|
960
956
|
</span>
|
|
961
957
|
<span class="star" title="Repo Forked">
|
|
962
958
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
963
959
|
<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">
|
|
964
960
|
</path>
|
|
965
961
|
</svg>
|
|
966
|
-
<span>
|
|
962
|
+
<span>560</span>
|
|
967
963
|
</span>
|
|
968
964
|
<span class="star">
|
|
969
965
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
970
966
|
<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>
|
|
971
967
|
</svg>
|
|
972
|
-
<span>
|
|
968
|
+
<span>54 stars today</span>
|
|
973
969
|
</span>
|
|
974
970
|
</div>
|
|
975
971
|
<div class="details">
|
|
@@ -982,32 +978,32 @@
|
|
|
982
978
|
<div class="info">
|
|
983
979
|
<div class="rank">
|
|
984
980
|
<span title="Ranking 24">24</span>
|
|
985
|
-
<a href="https://github.com/
|
|
981
|
+
<a href="https://github.com/fonoster/fonoster" target="_blank" title="fonoster/fonoster">fonoster/fonoster</a>
|
|
986
982
|
</div>
|
|
987
983
|
<div class="sub-title followers">
|
|
988
984
|
|
|
989
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
990
|
-
<span style="background-color: #
|
|
985
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
986
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
991
987
|
</a>
|
|
992
988
|
|
|
993
989
|
<span class="star" title="Stargazers Count">
|
|
994
990
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
995
991
|
<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>
|
|
996
992
|
</svg>
|
|
997
|
-
<span>
|
|
993
|
+
<span>2912</span>
|
|
998
994
|
</span>
|
|
999
995
|
<span class="star" title="Repo Forked">
|
|
1000
996
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1001
997
|
<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">
|
|
1002
998
|
</path>
|
|
1003
999
|
</svg>
|
|
1004
|
-
<span>
|
|
1000
|
+
<span>101</span>
|
|
1005
1001
|
</span>
|
|
1006
1002
|
<span class="star">
|
|
1007
1003
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1008
1004
|
<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>
|
|
1009
1005
|
</svg>
|
|
1010
|
-
<span>
|
|
1006
|
+
<span>123 stars today</span>
|
|
1011
1007
|
</span>
|
|
1012
1008
|
</div>
|
|
1013
1009
|
<div class="details">
|
|
@@ -1020,32 +1016,32 @@
|
|
|
1020
1016
|
<div class="info">
|
|
1021
1017
|
<div class="rank">
|
|
1022
1018
|
<span title="Ranking 25">25</span>
|
|
1023
|
-
<a href="https://github.com/
|
|
1019
|
+
<a href="https://github.com/gradle/gradle" target="_blank" title="gradle/gradle">gradle/gradle</a>
|
|
1024
1020
|
</div>
|
|
1025
1021
|
<div class="sub-title followers">
|
|
1026
1022
|
|
|
1027
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
1028
|
-
<span style="background-color: #
|
|
1023
|
+
<a class="language" target="_blank" href="https://github.com/topics/groovy" title="Programming Language Groovy">
|
|
1024
|
+
<span style="background-color: #4298b8;"></span>Groovy
|
|
1029
1025
|
</a>
|
|
1030
1026
|
|
|
1031
1027
|
<span class="star" title="Stargazers Count">
|
|
1032
1028
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1033
1029
|
<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>
|
|
1034
1030
|
</svg>
|
|
1035
|
-
<span>
|
|
1031
|
+
<span>12654</span>
|
|
1036
1032
|
</span>
|
|
1037
1033
|
<span class="star" title="Repo Forked">
|
|
1038
1034
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1039
1035
|
<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">
|
|
1040
1036
|
</path>
|
|
1041
1037
|
</svg>
|
|
1042
|
-
<span>
|
|
1038
|
+
<span>3666</span>
|
|
1043
1039
|
</span>
|
|
1044
1040
|
<span class="star">
|
|
1045
1041
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1046
1042
|
<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>
|
|
1047
1043
|
</svg>
|
|
1048
|
-
<span>
|
|
1044
|
+
<span>41 stars today</span>
|
|
1049
1045
|
</span>
|
|
1050
1046
|
</div>
|
|
1051
1047
|
<div class="details">
|
|
@@ -1070,7 +1066,7 @@
|
|
|
1070
1066
|
<img src="https://img.shields.io/npm/v/@wcj/github-rank.svg?label=unpkg">
|
|
1071
1067
|
</a>
|
|
1072
1068
|
</div>
|
|
1073
|
-
<div class="time">Last cache created on 2021/11/
|
|
1069
|
+
<div class="time">Last cache created on 2021/11/11 by Github API v3.</div>
|
|
1074
1070
|
Create by <a href="https://github.com/jaywcjlove" target="_blank">小弟调调™</a>.
|
|
1075
1071
|
</div>
|
|
1076
1072
|
</body>
|