@wcj/github-rank 21.11.9 → 21.11.13
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 +36904 -36915
- package/dist/sifou-daily.json +48 -66
- package/dist/sifou-monthly.json +136 -136
- package/dist/sifou-weekly.json +169 -169
- package/dist/toutiao-30.json +70 -70
- package/dist/toutiao-7.json +154 -154
- package/dist/toutiao-90.json +56 -56
- package/dist/trending-daily.json +169 -169
- package/dist/trending-monthly.json +167 -167
- package/dist/trending-weekly.json +171 -171
- package/dist/users.china.json +3027 -3028
- package/dist/users.json +3669 -3669
- package/package.json +1 -1
- package/web/36kr.html +2 -2
- package/web/data/repos.json +36904 -36915
- package/web/data/sifou-daily.json +48 -66
- package/web/data/sifou-monthly.json +136 -136
- package/web/data/sifou-weekly.json +169 -169
- package/web/data/toutiao-30.json +70 -70
- package/web/data/toutiao-7.json +154 -154
- package/web/data/toutiao-90.json +56 -56
- package/web/data/trending-daily.json +169 -169
- package/web/data/trending-monthly.json +167 -167
- package/web/data/trending-weekly.json +171 -171
- package/web/data/users.china.json +3027 -3028
- package/web/data/users.json +3669 -3669
- package/web/index.html +1892 -1892
- package/web/repos.html +4324 -4320
- package/web/sifou-daily.html +41 -97
- package/web/sifou-monthly.html +136 -136
- package/web/sifou-weekly.html +142 -142
- package/web/toutiao-30.html +107 -107
- package/web/toutiao-7.html +93 -93
- package/web/toutiao-90.html +77 -77
- package/web/trending-monthly.html +145 -145
- package/web/trending-weekly.html +152 -144
- package/web/trending.html +146 -146
- package/web/users.china.html +1653 -1653
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/13 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/dotnet/csharplang" target="_blank" title="dotnet/csharplang">dotnet/csharplang</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>7903</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>836</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>63 stars today</span>
|
|
153
153
|
</span>
|
|
154
154
|
</div>
|
|
155
155
|
<div class="details">
|
|
@@ -162,32 +162,32 @@
|
|
|
162
162
|
<div class="info">
|
|
163
163
|
<div class="rank">
|
|
164
164
|
<span title="Ranking 2">2</span>
|
|
165
|
-
<a href="https://github.com/
|
|
165
|
+
<a href="https://github.com/dotnet/maui" target="_blank" title="dotnet/maui">dotnet/maui</a>
|
|
166
166
|
</div>
|
|
167
167
|
<div class="sub-title followers">
|
|
168
168
|
|
|
169
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
170
|
-
<span style="background-color: #
|
|
169
|
+
<a class="language" target="_blank" href="https://github.com/topics/c#" title="Programming Language C#">
|
|
170
|
+
<span style="background-color: #178600;"></span>C#
|
|
171
171
|
</a>
|
|
172
172
|
|
|
173
173
|
<span class="star" title="Stargazers Count">
|
|
174
174
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
175
175
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
176
176
|
</svg>
|
|
177
|
-
<span>
|
|
177
|
+
<span>12477</span>
|
|
178
178
|
</span>
|
|
179
179
|
<span class="star" title="Repo Forked">
|
|
180
180
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
181
181
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
182
182
|
</path>
|
|
183
183
|
</svg>
|
|
184
|
-
<span>
|
|
184
|
+
<span>576</span>
|
|
185
185
|
</span>
|
|
186
186
|
<span class="star">
|
|
187
187
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
188
188
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
189
189
|
</svg>
|
|
190
|
-
<span>
|
|
190
|
+
<span>116 stars today</span>
|
|
191
191
|
</span>
|
|
192
192
|
</div>
|
|
193
193
|
<div class="details">
|
|
@@ -200,32 +200,32 @@
|
|
|
200
200
|
<div class="info">
|
|
201
201
|
<div class="rank">
|
|
202
202
|
<span title="Ranking 3">3</span>
|
|
203
|
-
<a href="https://github.com/
|
|
203
|
+
<a href="https://github.com/PowerShell/PowerShell" target="_blank" title="PowerShell/PowerShell">PowerShell/PowerShell</a>
|
|
204
204
|
</div>
|
|
205
205
|
<div class="sub-title followers">
|
|
206
206
|
|
|
207
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
208
|
-
<span style="background-color: #
|
|
207
|
+
<a class="language" target="_blank" href="https://github.com/topics/c#" title="Programming Language C#">
|
|
208
|
+
<span style="background-color: #178600;"></span>C#
|
|
209
209
|
</a>
|
|
210
210
|
|
|
211
211
|
<span class="star" title="Stargazers Count">
|
|
212
212
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
213
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>
|
|
214
214
|
</svg>
|
|
215
|
-
<span>
|
|
215
|
+
<span>30719</span>
|
|
216
216
|
</span>
|
|
217
217
|
<span class="star" title="Repo Forked">
|
|
218
218
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
219
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">
|
|
220
220
|
</path>
|
|
221
221
|
</svg>
|
|
222
|
-
<span>
|
|
222
|
+
<span>4820</span>
|
|
223
223
|
</span>
|
|
224
224
|
<span class="star">
|
|
225
225
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
226
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>
|
|
227
227
|
</svg>
|
|
228
|
-
<span>
|
|
228
|
+
<span>111 stars today</span>
|
|
229
229
|
</span>
|
|
230
230
|
</div>
|
|
231
231
|
<div class="details">
|
|
@@ -238,32 +238,32 @@
|
|
|
238
238
|
<div class="info">
|
|
239
239
|
<div class="rank">
|
|
240
240
|
<span title="Ranking 4">4</span>
|
|
241
|
-
<a href="https://github.com/
|
|
241
|
+
<a href="https://github.com/Python-World/python-mini-projects" target="_blank" title="Python-World/python-mini-projects">Python-World/python-mini-projects</a>
|
|
242
242
|
</div>
|
|
243
243
|
<div class="sub-title followers">
|
|
244
244
|
|
|
245
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
246
|
-
<span style="background-color: #
|
|
245
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
246
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
247
247
|
</a>
|
|
248
248
|
|
|
249
249
|
<span class="star" title="Stargazers Count">
|
|
250
250
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
251
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>
|
|
252
252
|
</svg>
|
|
253
|
-
<span>
|
|
253
|
+
<span>7018</span>
|
|
254
254
|
</span>
|
|
255
255
|
<span class="star" title="Repo Forked">
|
|
256
256
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
257
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">
|
|
258
258
|
</path>
|
|
259
259
|
</svg>
|
|
260
|
-
<span>
|
|
260
|
+
<span>1874</span>
|
|
261
261
|
</span>
|
|
262
262
|
<span class="star">
|
|
263
263
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
264
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>
|
|
265
265
|
</svg>
|
|
266
|
-
<span>
|
|
266
|
+
<span>517 stars today</span>
|
|
267
267
|
</span>
|
|
268
268
|
</div>
|
|
269
269
|
<div class="details">
|
|
@@ -276,32 +276,32 @@
|
|
|
276
276
|
<div class="info">
|
|
277
277
|
<div class="rank">
|
|
278
278
|
<span title="Ranking 5">5</span>
|
|
279
|
-
<a href="https://github.com/
|
|
279
|
+
<a href="https://github.com/nocodb/nocodb" target="_blank" title="nocodb/nocodb">nocodb/nocodb</a>
|
|
280
280
|
</div>
|
|
281
281
|
<div class="sub-title followers">
|
|
282
282
|
|
|
283
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
284
|
-
<span style="background-color: #
|
|
283
|
+
<a class="language" target="_blank" href="https://github.com/topics/vue" title="Programming Language Vue">
|
|
284
|
+
<span style="background-color: #41b883;"></span>Vue
|
|
285
285
|
</a>
|
|
286
286
|
|
|
287
287
|
<span class="star" title="Stargazers Count">
|
|
288
288
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
289
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>
|
|
290
290
|
</svg>
|
|
291
|
-
<span>
|
|
291
|
+
<span>19594</span>
|
|
292
292
|
</span>
|
|
293
293
|
<span class="star" title="Repo Forked">
|
|
294
294
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
295
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">
|
|
296
296
|
</path>
|
|
297
297
|
</svg>
|
|
298
|
-
<span>
|
|
298
|
+
<span>1131</span>
|
|
299
299
|
</span>
|
|
300
300
|
<span class="star">
|
|
301
301
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
302
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>
|
|
303
303
|
</svg>
|
|
304
|
-
<span>
|
|
304
|
+
<span>137 stars today</span>
|
|
305
305
|
</span>
|
|
306
306
|
</div>
|
|
307
307
|
<div class="details">
|
|
@@ -314,32 +314,32 @@
|
|
|
314
314
|
<div class="info">
|
|
315
315
|
<div class="rank">
|
|
316
316
|
<span title="Ranking 6">6</span>
|
|
317
|
-
<a href="https://github.com/
|
|
317
|
+
<a href="https://github.com/puppeteer/puppeteer" target="_blank" title="puppeteer/puppeteer">puppeteer/puppeteer</a>
|
|
318
318
|
</div>
|
|
319
319
|
<div class="sub-title followers">
|
|
320
320
|
|
|
321
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
322
|
-
<span style="background-color: #
|
|
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
323
|
</a>
|
|
324
324
|
|
|
325
325
|
<span class="star" title="Stargazers Count">
|
|
326
326
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
327
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>
|
|
328
328
|
</svg>
|
|
329
|
-
<span>
|
|
329
|
+
<span>74511</span>
|
|
330
330
|
</span>
|
|
331
331
|
<span class="star" title="Repo Forked">
|
|
332
332
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
333
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">
|
|
334
334
|
</path>
|
|
335
335
|
</svg>
|
|
336
|
-
<span>
|
|
336
|
+
<span>7859</span>
|
|
337
337
|
</span>
|
|
338
338
|
<span class="star">
|
|
339
339
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
340
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>
|
|
341
341
|
</svg>
|
|
342
|
-
<span>
|
|
342
|
+
<span>67 stars today</span>
|
|
343
343
|
</span>
|
|
344
344
|
</div>
|
|
345
345
|
<div class="details">
|
|
@@ -352,32 +352,32 @@
|
|
|
352
352
|
<div class="info">
|
|
353
353
|
<div class="rank">
|
|
354
354
|
<span title="Ranking 7">7</span>
|
|
355
|
-
<a href="https://github.com/
|
|
355
|
+
<a href="https://github.com/bregman-arie/devops-exercises" target="_blank" title="bregman-arie/devops-exercises">bregman-arie/devops-exercises</a>
|
|
356
356
|
</div>
|
|
357
357
|
<div class="sub-title followers">
|
|
358
358
|
|
|
359
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
360
|
-
<span style="background-color: #
|
|
359
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
360
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
361
361
|
</a>
|
|
362
362
|
|
|
363
363
|
<span class="star" title="Stargazers Count">
|
|
364
364
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
365
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>
|
|
366
366
|
</svg>
|
|
367
|
-
<span>
|
|
367
|
+
<span>18785</span>
|
|
368
368
|
</span>
|
|
369
369
|
<span class="star" title="Repo Forked">
|
|
370
370
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
371
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">
|
|
372
372
|
</path>
|
|
373
373
|
</svg>
|
|
374
|
-
<span>
|
|
374
|
+
<span>3720</span>
|
|
375
375
|
</span>
|
|
376
376
|
<span class="star">
|
|
377
377
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
378
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>
|
|
379
379
|
</svg>
|
|
380
|
-
<span>
|
|
380
|
+
<span>181 stars today</span>
|
|
381
381
|
</span>
|
|
382
382
|
</div>
|
|
383
383
|
<div class="details">
|
|
@@ -390,32 +390,32 @@
|
|
|
390
390
|
<div class="info">
|
|
391
391
|
<div class="rank">
|
|
392
392
|
<span title="Ranking 8">8</span>
|
|
393
|
-
<a href="https://github.com/
|
|
393
|
+
<a href="https://github.com/WyvernTKC/cpuminer-gr-avx2" target="_blank" title="WyvernTKC/cpuminer-gr-avx2">WyvernTKC/cpuminer-gr-avx2</a>
|
|
394
394
|
</div>
|
|
395
395
|
<div class="sub-title followers">
|
|
396
396
|
|
|
397
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
398
|
-
<span style="background-color: #
|
|
397
|
+
<a class="language" target="_blank" href="https://github.com/topics/c" title="Programming Language C">
|
|
398
|
+
<span style="background-color: #555555;"></span>C
|
|
399
399
|
</a>
|
|
400
400
|
|
|
401
401
|
<span class="star" title="Stargazers Count">
|
|
402
402
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
403
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>
|
|
404
404
|
</svg>
|
|
405
|
-
<span>
|
|
405
|
+
<span>123</span>
|
|
406
406
|
</span>
|
|
407
407
|
<span class="star" title="Repo Forked">
|
|
408
408
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
409
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">
|
|
410
410
|
</path>
|
|
411
411
|
</svg>
|
|
412
|
-
<span>
|
|
412
|
+
<span>66</span>
|
|
413
413
|
</span>
|
|
414
414
|
<span class="star">
|
|
415
415
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
416
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>
|
|
417
417
|
</svg>
|
|
418
|
-
<span>
|
|
418
|
+
<span>20 stars today</span>
|
|
419
419
|
</span>
|
|
420
420
|
</div>
|
|
421
421
|
<div class="details">
|
|
@@ -428,32 +428,32 @@
|
|
|
428
428
|
<div class="info">
|
|
429
429
|
<div class="rank">
|
|
430
430
|
<span title="Ranking 9">9</span>
|
|
431
|
-
<a href="https://github.com/
|
|
431
|
+
<a href="https://github.com/bregman-arie/devops-resources" target="_blank" title="bregman-arie/devops-resources">bregman-arie/devops-resources</a>
|
|
432
432
|
</div>
|
|
433
433
|
<div class="sub-title followers">
|
|
434
434
|
|
|
435
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
436
|
-
<span style="background-color: #
|
|
435
|
+
<a class="language" target="_blank" href="https://github.com/topics/groovy" title="Programming Language Groovy">
|
|
436
|
+
<span style="background-color: #4298b8;"></span>Groovy
|
|
437
437
|
</a>
|
|
438
438
|
|
|
439
439
|
<span class="star" title="Stargazers Count">
|
|
440
440
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
441
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>
|
|
442
442
|
</svg>
|
|
443
|
-
<span>
|
|
443
|
+
<span>3225</span>
|
|
444
444
|
</span>
|
|
445
445
|
<span class="star" title="Repo Forked">
|
|
446
446
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
447
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">
|
|
448
448
|
</path>
|
|
449
449
|
</svg>
|
|
450
|
-
<span>
|
|
450
|
+
<span>649</span>
|
|
451
451
|
</span>
|
|
452
452
|
<span class="star">
|
|
453
453
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
454
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>
|
|
455
455
|
</svg>
|
|
456
|
-
<span>
|
|
456
|
+
<span>133 stars today</span>
|
|
457
457
|
</span>
|
|
458
458
|
</div>
|
|
459
459
|
<div class="details">
|
|
@@ -466,28 +466,32 @@
|
|
|
466
466
|
<div class="info">
|
|
467
467
|
<div class="rank">
|
|
468
468
|
<span title="Ranking 10">10</span>
|
|
469
|
-
<a href="https://github.com/
|
|
469
|
+
<a href="https://github.com/lwch/natpass" target="_blank" title="lwch/natpass">lwch/natpass</a>
|
|
470
470
|
</div>
|
|
471
471
|
<div class="sub-title followers">
|
|
472
472
|
|
|
473
|
+
<a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
|
|
474
|
+
<span style="background-color: #00ADD8;"></span>Go
|
|
475
|
+
</a>
|
|
476
|
+
|
|
473
477
|
<span class="star" title="Stargazers Count">
|
|
474
478
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
475
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>
|
|
476
480
|
</svg>
|
|
477
|
-
<span>
|
|
481
|
+
<span>1003</span>
|
|
478
482
|
</span>
|
|
479
483
|
<span class="star" title="Repo Forked">
|
|
480
484
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
481
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">
|
|
482
486
|
</path>
|
|
483
487
|
</svg>
|
|
484
|
-
<span>
|
|
488
|
+
<span>87</span>
|
|
485
489
|
</span>
|
|
486
490
|
<span class="star">
|
|
487
491
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
488
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>
|
|
489
493
|
</svg>
|
|
490
|
-
<span>
|
|
494
|
+
<span>54 stars today</span>
|
|
491
495
|
</span>
|
|
492
496
|
</div>
|
|
493
497
|
<div class="details">
|
|
@@ -500,32 +504,32 @@
|
|
|
500
504
|
<div class="info">
|
|
501
505
|
<div class="rank">
|
|
502
506
|
<span title="Ranking 11">11</span>
|
|
503
|
-
<a href="https://github.com/
|
|
507
|
+
<a href="https://github.com/sunym1993/flash-linux0.11-talk" target="_blank" title="sunym1993/flash-linux0.11-talk">sunym1993/flash-linux0.11-talk</a>
|
|
504
508
|
</div>
|
|
505
509
|
<div class="sub-title followers">
|
|
506
510
|
|
|
507
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
508
|
-
<span style="background-color: #
|
|
511
|
+
<a class="language" target="_blank" href="https://github.com/topics/c" title="Programming Language C">
|
|
512
|
+
<span style="background-color: #555555;"></span>C
|
|
509
513
|
</a>
|
|
510
514
|
|
|
511
515
|
<span class="star" title="Stargazers Count">
|
|
512
516
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
513
517
|
<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>
|
|
514
518
|
</svg>
|
|
515
|
-
<span>
|
|
519
|
+
<span>187</span>
|
|
516
520
|
</span>
|
|
517
521
|
<span class="star" title="Repo Forked">
|
|
518
522
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
519
523
|
<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">
|
|
520
524
|
</path>
|
|
521
525
|
</svg>
|
|
522
|
-
<span>
|
|
526
|
+
<span>29</span>
|
|
523
527
|
</span>
|
|
524
528
|
<span class="star">
|
|
525
529
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
526
530
|
<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>
|
|
527
531
|
</svg>
|
|
528
|
-
<span>
|
|
532
|
+
<span>55 stars today</span>
|
|
529
533
|
</span>
|
|
530
534
|
</div>
|
|
531
535
|
<div class="details">
|
|
@@ -538,32 +542,32 @@
|
|
|
538
542
|
<div class="info">
|
|
539
543
|
<div class="rank">
|
|
540
544
|
<span title="Ranking 12">12</span>
|
|
541
|
-
<a href="https://github.com/
|
|
545
|
+
<a href="https://github.com/fonoster/fonoster" target="_blank" title="fonoster/fonoster">fonoster/fonoster</a>
|
|
542
546
|
</div>
|
|
543
547
|
<div class="sub-title followers">
|
|
544
548
|
|
|
545
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
546
|
-
<span style="background-color: #
|
|
549
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
550
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
547
551
|
</a>
|
|
548
552
|
|
|
549
553
|
<span class="star" title="Stargazers Count">
|
|
550
554
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
551
555
|
<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>
|
|
552
556
|
</svg>
|
|
553
|
-
<span>
|
|
557
|
+
<span>3460</span>
|
|
554
558
|
</span>
|
|
555
559
|
<span class="star" title="Repo Forked">
|
|
556
560
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
557
561
|
<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">
|
|
558
562
|
</path>
|
|
559
563
|
</svg>
|
|
560
|
-
<span>
|
|
564
|
+
<span>111</span>
|
|
561
565
|
</span>
|
|
562
566
|
<span class="star">
|
|
563
567
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
564
568
|
<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>
|
|
565
569
|
</svg>
|
|
566
|
-
<span>
|
|
570
|
+
<span>231 stars today</span>
|
|
567
571
|
</span>
|
|
568
572
|
</div>
|
|
569
573
|
<div class="details">
|
|
@@ -576,7 +580,7 @@
|
|
|
576
580
|
<div class="info">
|
|
577
581
|
<div class="rank">
|
|
578
582
|
<span title="Ranking 13">13</span>
|
|
579
|
-
<a href="https://github.com/
|
|
583
|
+
<a href="https://github.com/dotnetcore/FastGithub" target="_blank" title="dotnetcore/FastGithub">dotnetcore/FastGithub</a>
|
|
580
584
|
</div>
|
|
581
585
|
<div class="sub-title followers">
|
|
582
586
|
|
|
@@ -588,20 +592,20 @@
|
|
|
588
592
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
589
593
|
<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>
|
|
590
594
|
</svg>
|
|
591
|
-
<span>
|
|
595
|
+
<span>2817</span>
|
|
592
596
|
</span>
|
|
593
597
|
<span class="star" title="Repo Forked">
|
|
594
598
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
595
599
|
<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">
|
|
596
600
|
</path>
|
|
597
601
|
</svg>
|
|
598
|
-
<span>
|
|
602
|
+
<span>347</span>
|
|
599
603
|
</span>
|
|
600
604
|
<span class="star">
|
|
601
605
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
602
606
|
<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>
|
|
603
607
|
</svg>
|
|
604
|
-
<span>
|
|
608
|
+
<span>92 stars today</span>
|
|
605
609
|
</span>
|
|
606
610
|
</div>
|
|
607
611
|
<div class="details">
|
|
@@ -614,32 +618,32 @@
|
|
|
614
618
|
<div class="info">
|
|
615
619
|
<div class="rank">
|
|
616
620
|
<span title="Ranking 14">14</span>
|
|
617
|
-
<a href="https://github.com/
|
|
621
|
+
<a href="https://github.com/elastic/elasticsearch" target="_blank" title="elastic/elasticsearch">elastic/elasticsearch</a>
|
|
618
622
|
</div>
|
|
619
623
|
<div class="sub-title followers">
|
|
620
624
|
|
|
621
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
622
|
-
<span style="background-color: #
|
|
625
|
+
<a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
|
|
626
|
+
<span style="background-color: #b07219;"></span>Java
|
|
623
627
|
</a>
|
|
624
628
|
|
|
625
629
|
<span class="star" title="Stargazers Count">
|
|
626
630
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
627
631
|
<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>
|
|
628
632
|
</svg>
|
|
629
|
-
<span>
|
|
633
|
+
<span>57182</span>
|
|
630
634
|
</span>
|
|
631
635
|
<span class="star" title="Repo Forked">
|
|
632
636
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
633
637
|
<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">
|
|
634
638
|
</path>
|
|
635
639
|
</svg>
|
|
636
|
-
<span>
|
|
640
|
+
<span>20805</span>
|
|
637
641
|
</span>
|
|
638
642
|
<span class="star">
|
|
639
643
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
640
644
|
<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>
|
|
641
645
|
</svg>
|
|
642
|
-
<span>
|
|
646
|
+
<span>59 stars today</span>
|
|
643
647
|
</span>
|
|
644
648
|
</div>
|
|
645
649
|
<div class="details">
|
|
@@ -652,32 +656,32 @@
|
|
|
652
656
|
<div class="info">
|
|
653
657
|
<div class="rank">
|
|
654
658
|
<span title="Ranking 15">15</span>
|
|
655
|
-
<a href="https://github.com/
|
|
659
|
+
<a href="https://github.com/mrdoob/three.js" target="_blank" title="mrdoob/three.js">mrdoob/three.js</a>
|
|
656
660
|
</div>
|
|
657
661
|
<div class="sub-title followers">
|
|
658
662
|
|
|
659
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
660
|
-
<span style="background-color: #
|
|
663
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
664
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
661
665
|
</a>
|
|
662
666
|
|
|
663
667
|
<span class="star" title="Stargazers Count">
|
|
664
668
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
665
669
|
<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>
|
|
666
670
|
</svg>
|
|
667
|
-
<span>
|
|
671
|
+
<span>75734</span>
|
|
668
672
|
</span>
|
|
669
673
|
<span class="star" title="Repo Forked">
|
|
670
674
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
671
675
|
<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">
|
|
672
676
|
</path>
|
|
673
677
|
</svg>
|
|
674
|
-
<span>
|
|
678
|
+
<span>29576</span>
|
|
675
679
|
</span>
|
|
676
680
|
<span class="star">
|
|
677
681
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
678
682
|
<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>
|
|
679
683
|
</svg>
|
|
680
|
-
<span>
|
|
684
|
+
<span>127 stars today</span>
|
|
681
685
|
</span>
|
|
682
686
|
</div>
|
|
683
687
|
<div class="details">
|
|
@@ -690,32 +694,28 @@
|
|
|
690
694
|
<div class="info">
|
|
691
695
|
<div class="rank">
|
|
692
696
|
<span title="Ranking 16">16</span>
|
|
693
|
-
<a href="https://github.com/
|
|
697
|
+
<a href="https://github.com/trimstray/the-book-of-secret-knowledge" target="_blank" title="trimstray/the-book-of-secret-knowledge">trimstray/the-book-of-secret-knowledge</a>
|
|
694
698
|
</div>
|
|
695
699
|
<div class="sub-title followers">
|
|
696
700
|
|
|
697
|
-
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
698
|
-
<span style="background-color: #3572A5;"></span>Python
|
|
699
|
-
</a>
|
|
700
|
-
|
|
701
701
|
<span class="star" title="Stargazers Count">
|
|
702
702
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
703
703
|
<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>
|
|
704
704
|
</svg>
|
|
705
|
-
<span>
|
|
705
|
+
<span>52472</span>
|
|
706
706
|
</span>
|
|
707
707
|
<span class="star" title="Repo Forked">
|
|
708
708
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
709
709
|
<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">
|
|
710
710
|
</path>
|
|
711
711
|
</svg>
|
|
712
|
-
<span>
|
|
712
|
+
<span>5355</span>
|
|
713
713
|
</span>
|
|
714
714
|
<span class="star">
|
|
715
715
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
716
716
|
<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>
|
|
717
717
|
</svg>
|
|
718
|
-
<span>
|
|
718
|
+
<span>238 stars today</span>
|
|
719
719
|
</span>
|
|
720
720
|
</div>
|
|
721
721
|
<div class="details">
|
|
@@ -728,28 +728,32 @@
|
|
|
728
728
|
<div class="info">
|
|
729
729
|
<div class="rank">
|
|
730
730
|
<span title="Ranking 17">17</span>
|
|
731
|
-
<a href="https://github.com/
|
|
731
|
+
<a href="https://github.com/PyTorchLightning/pytorch-lightning" target="_blank" title="PyTorchLightning/pytorch-lightning">PyTorchLightning/pytorch-lightning</a>
|
|
732
732
|
</div>
|
|
733
733
|
<div class="sub-title followers">
|
|
734
734
|
|
|
735
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
736
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
737
|
+
</a>
|
|
738
|
+
|
|
735
739
|
<span class="star" title="Stargazers Count">
|
|
736
740
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
737
741
|
<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>
|
|
738
742
|
</svg>
|
|
739
|
-
<span>
|
|
743
|
+
<span>16108</span>
|
|
740
744
|
</span>
|
|
741
745
|
<span class="star" title="Repo Forked">
|
|
742
746
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
743
747
|
<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">
|
|
744
748
|
</path>
|
|
745
749
|
</svg>
|
|
746
|
-
<span>
|
|
750
|
+
<span>1972</span>
|
|
747
751
|
</span>
|
|
748
752
|
<span class="star">
|
|
749
753
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
750
754
|
<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>
|
|
751
755
|
</svg>
|
|
752
|
-
<span>
|
|
756
|
+
<span>92 stars today</span>
|
|
753
757
|
</span>
|
|
754
758
|
</div>
|
|
755
759
|
<div class="details">
|
|
@@ -762,32 +766,32 @@
|
|
|
762
766
|
<div class="info">
|
|
763
767
|
<div class="rank">
|
|
764
768
|
<span title="Ranking 18">18</span>
|
|
765
|
-
<a href="https://github.com/
|
|
769
|
+
<a href="https://github.com/prestodb/presto" target="_blank" title="prestodb/presto">prestodb/presto</a>
|
|
766
770
|
</div>
|
|
767
771
|
<div class="sub-title followers">
|
|
768
772
|
|
|
769
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
770
|
-
<span style="background-color: #
|
|
773
|
+
<a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
|
|
774
|
+
<span style="background-color: #b07219;"></span>Java
|
|
771
775
|
</a>
|
|
772
776
|
|
|
773
777
|
<span class="star" title="Stargazers Count">
|
|
774
778
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
775
779
|
<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>
|
|
776
780
|
</svg>
|
|
777
|
-
<span>
|
|
781
|
+
<span>12779</span>
|
|
778
782
|
</span>
|
|
779
783
|
<span class="star" title="Repo Forked">
|
|
780
784
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
781
785
|
<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">
|
|
782
786
|
</path>
|
|
783
787
|
</svg>
|
|
784
|
-
<span>
|
|
788
|
+
<span>4352</span>
|
|
785
789
|
</span>
|
|
786
790
|
<span class="star">
|
|
787
791
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
788
792
|
<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>
|
|
789
793
|
</svg>
|
|
790
|
-
<span>
|
|
794
|
+
<span>27 stars today</span>
|
|
791
795
|
</span>
|
|
792
796
|
</div>
|
|
793
797
|
<div class="details">
|
|
@@ -800,32 +804,32 @@
|
|
|
800
804
|
<div class="info">
|
|
801
805
|
<div class="rank">
|
|
802
806
|
<span title="Ranking 19">19</span>
|
|
803
|
-
<a href="https://github.com/
|
|
807
|
+
<a href="https://github.com/soulmachine/machine-learning-cheat-sheet" target="_blank" title="soulmachine/machine-learning-cheat-sheet">soulmachine/machine-learning-cheat-sheet</a>
|
|
804
808
|
</div>
|
|
805
809
|
<div class="sub-title followers">
|
|
806
810
|
|
|
807
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
808
|
-
<span style="background-color: #
|
|
811
|
+
<a class="language" target="_blank" href="https://github.com/topics/tex" title="Programming Language TeX">
|
|
812
|
+
<span style="background-color: #3D6117;"></span>TeX
|
|
809
813
|
</a>
|
|
810
814
|
|
|
811
815
|
<span class="star" title="Stargazers Count">
|
|
812
816
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
813
817
|
<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>
|
|
814
818
|
</svg>
|
|
815
|
-
<span>
|
|
819
|
+
<span>4795</span>
|
|
816
820
|
</span>
|
|
817
821
|
<span class="star" title="Repo Forked">
|
|
818
822
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
819
823
|
<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">
|
|
820
824
|
</path>
|
|
821
825
|
</svg>
|
|
822
|
-
<span>
|
|
826
|
+
<span>975</span>
|
|
823
827
|
</span>
|
|
824
828
|
<span class="star">
|
|
825
829
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
826
830
|
<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>
|
|
827
831
|
</svg>
|
|
828
|
-
<span>
|
|
832
|
+
<span>211 stars today</span>
|
|
829
833
|
</span>
|
|
830
834
|
</div>
|
|
831
835
|
<div class="details">
|
|
@@ -838,32 +842,28 @@
|
|
|
838
842
|
<div class="info">
|
|
839
843
|
<div class="rank">
|
|
840
844
|
<span title="Ranking 20">20</span>
|
|
841
|
-
<a href="https://github.com/
|
|
845
|
+
<a href="https://github.com/stong/infosec-resources" target="_blank" title="stong/infosec-resources">stong/infosec-resources</a>
|
|
842
846
|
</div>
|
|
843
847
|
<div class="sub-title followers">
|
|
844
848
|
|
|
845
|
-
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
846
|
-
<span style="background-color: #3572A5;"></span>Python
|
|
847
|
-
</a>
|
|
848
|
-
|
|
849
849
|
<span class="star" title="Stargazers Count">
|
|
850
850
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
851
851
|
<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>
|
|
852
852
|
</svg>
|
|
853
|
-
<span>
|
|
853
|
+
<span>402</span>
|
|
854
854
|
</span>
|
|
855
855
|
<span class="star" title="Repo Forked">
|
|
856
856
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
857
857
|
<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">
|
|
858
858
|
</path>
|
|
859
859
|
</svg>
|
|
860
|
-
<span>
|
|
860
|
+
<span>29</span>
|
|
861
861
|
</span>
|
|
862
862
|
<span class="star">
|
|
863
863
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
864
864
|
<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>
|
|
865
865
|
</svg>
|
|
866
|
-
<span>
|
|
866
|
+
<span>72 stars today</span>
|
|
867
867
|
</span>
|
|
868
868
|
</div>
|
|
869
869
|
<div class="details">
|
|
@@ -876,7 +876,7 @@
|
|
|
876
876
|
<div class="info">
|
|
877
877
|
<div class="rank">
|
|
878
878
|
<span title="Ranking 21">21</span>
|
|
879
|
-
<a href="https://github.com/
|
|
879
|
+
<a href="https://github.com/sirupsen/logrus" target="_blank" title="sirupsen/logrus">sirupsen/logrus</a>
|
|
880
880
|
</div>
|
|
881
881
|
<div class="sub-title followers">
|
|
882
882
|
|
|
@@ -888,20 +888,20 @@
|
|
|
888
888
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
889
889
|
<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>
|
|
890
890
|
</svg>
|
|
891
|
-
<span>
|
|
891
|
+
<span>19142</span>
|
|
892
892
|
</span>
|
|
893
893
|
<span class="star" title="Repo Forked">
|
|
894
894
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
895
895
|
<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">
|
|
896
896
|
</path>
|
|
897
897
|
</svg>
|
|
898
|
-
<span>
|
|
898
|
+
<span>2035</span>
|
|
899
899
|
</span>
|
|
900
900
|
<span class="star">
|
|
901
901
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
902
902
|
<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>
|
|
903
903
|
</svg>
|
|
904
|
-
<span>
|
|
904
|
+
<span>41 stars today</span>
|
|
905
905
|
</span>
|
|
906
906
|
</div>
|
|
907
907
|
<div class="details">
|
|
@@ -914,32 +914,32 @@
|
|
|
914
914
|
<div class="info">
|
|
915
915
|
<div class="rank">
|
|
916
916
|
<span title="Ranking 22">22</span>
|
|
917
|
-
<a href="https://github.com/
|
|
917
|
+
<a href="https://github.com/protocolbuffers/protobuf" target="_blank" title="protocolbuffers/protobuf">protocolbuffers/protobuf</a>
|
|
918
918
|
</div>
|
|
919
919
|
<div class="sub-title followers">
|
|
920
920
|
|
|
921
|
-
<a class="language" target="_blank" href="https://github.com/topics/c" title="Programming Language C">
|
|
922
|
-
<span style="background-color: #
|
|
921
|
+
<a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
|
|
922
|
+
<span style="background-color: #f34b7d;"></span>C++
|
|
923
923
|
</a>
|
|
924
924
|
|
|
925
925
|
<span class="star" title="Stargazers Count">
|
|
926
926
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
927
927
|
<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>
|
|
928
928
|
</svg>
|
|
929
|
-
<span>
|
|
929
|
+
<span>51636</span>
|
|
930
930
|
</span>
|
|
931
931
|
<span class="star" title="Repo Forked">
|
|
932
932
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
933
933
|
<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">
|
|
934
934
|
</path>
|
|
935
935
|
</svg>
|
|
936
|
-
<span>
|
|
936
|
+
<span>13415</span>
|
|
937
937
|
</span>
|
|
938
938
|
<span class="star">
|
|
939
939
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
940
940
|
<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>
|
|
941
941
|
</svg>
|
|
942
|
-
<span>
|
|
942
|
+
<span>26 stars today</span>
|
|
943
943
|
</span>
|
|
944
944
|
</div>
|
|
945
945
|
<div class="details">
|
|
@@ -952,32 +952,32 @@
|
|
|
952
952
|
<div class="info">
|
|
953
953
|
<div class="rank">
|
|
954
954
|
<span title="Ranking 23">23</span>
|
|
955
|
-
<a href="https://github.com/
|
|
955
|
+
<a href="https://github.com/huggingface/datasets" target="_blank" title="huggingface/datasets">huggingface/datasets</a>
|
|
956
956
|
</div>
|
|
957
957
|
<div class="sub-title followers">
|
|
958
958
|
|
|
959
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
960
|
-
<span style="background-color: #
|
|
959
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
960
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
961
961
|
</a>
|
|
962
962
|
|
|
963
963
|
<span class="star" title="Stargazers Count">
|
|
964
964
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
965
965
|
<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>
|
|
966
966
|
</svg>
|
|
967
|
-
<span>
|
|
967
|
+
<span>10915</span>
|
|
968
968
|
</span>
|
|
969
969
|
<span class="star" title="Repo Forked">
|
|
970
970
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
971
971
|
<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">
|
|
972
972
|
</path>
|
|
973
973
|
</svg>
|
|
974
|
-
<span>
|
|
974
|
+
<span>1294</span>
|
|
975
975
|
</span>
|
|
976
976
|
<span class="star">
|
|
977
977
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
978
978
|
<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>
|
|
979
979
|
</svg>
|
|
980
|
-
<span>
|
|
980
|
+
<span>230 stars today</span>
|
|
981
981
|
</span>
|
|
982
982
|
</div>
|
|
983
983
|
<div class="details">
|
|
@@ -990,32 +990,32 @@
|
|
|
990
990
|
<div class="info">
|
|
991
991
|
<div class="rank">
|
|
992
992
|
<span title="Ranking 24">24</span>
|
|
993
|
-
<a href="https://github.com/
|
|
993
|
+
<a href="https://github.com/RicoSuter/NSwag" target="_blank" title="RicoSuter/NSwag">RicoSuter/NSwag</a>
|
|
994
994
|
</div>
|
|
995
995
|
<div class="sub-title followers">
|
|
996
996
|
|
|
997
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
998
|
-
<span style="background-color: #
|
|
997
|
+
<a class="language" target="_blank" href="https://github.com/topics/c#" title="Programming Language C#">
|
|
998
|
+
<span style="background-color: #178600;"></span>C#
|
|
999
999
|
</a>
|
|
1000
1000
|
|
|
1001
1001
|
<span class="star" title="Stargazers Count">
|
|
1002
1002
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1003
1003
|
<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>
|
|
1004
1004
|
</svg>
|
|
1005
|
-
<span>
|
|
1005
|
+
<span>4725</span>
|
|
1006
1006
|
</span>
|
|
1007
1007
|
<span class="star" title="Repo Forked">
|
|
1008
1008
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1009
1009
|
<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">
|
|
1010
1010
|
</path>
|
|
1011
1011
|
</svg>
|
|
1012
|
-
<span>
|
|
1012
|
+
<span>905</span>
|
|
1013
1013
|
</span>
|
|
1014
1014
|
<span class="star">
|
|
1015
1015
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1016
1016
|
<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>
|
|
1017
1017
|
</svg>
|
|
1018
|
-
<span>
|
|
1018
|
+
<span>26 stars today</span>
|
|
1019
1019
|
</span>
|
|
1020
1020
|
</div>
|
|
1021
1021
|
<div class="details">
|
|
@@ -1028,7 +1028,7 @@
|
|
|
1028
1028
|
<div class="info">
|
|
1029
1029
|
<div class="rank">
|
|
1030
1030
|
<span title="Ranking 25">25</span>
|
|
1031
|
-
<a href="https://github.com/
|
|
1031
|
+
<a href="https://github.com/dair-ai/ML-YouTube-Courses" target="_blank" title="dair-ai/ML-YouTube-Courses">dair-ai/ML-YouTube-Courses</a>
|
|
1032
1032
|
</div>
|
|
1033
1033
|
<div class="sub-title followers">
|
|
1034
1034
|
|
|
@@ -1036,20 +1036,20 @@
|
|
|
1036
1036
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1037
1037
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
1038
1038
|
</svg>
|
|
1039
|
-
<span>
|
|
1039
|
+
<span>2611</span>
|
|
1040
1040
|
</span>
|
|
1041
1041
|
<span class="star" title="Repo Forked">
|
|
1042
1042
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1043
1043
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
1044
1044
|
</path>
|
|
1045
1045
|
</svg>
|
|
1046
|
-
<span>
|
|
1046
|
+
<span>263</span>
|
|
1047
1047
|
</span>
|
|
1048
1048
|
<span class="star">
|
|
1049
1049
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1050
1050
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
1051
1051
|
</svg>
|
|
1052
|
-
<span>
|
|
1052
|
+
<span>214 stars today</span>
|
|
1053
1053
|
</span>
|
|
1054
1054
|
</div>
|
|
1055
1055
|
<div class="details">
|
|
@@ -1074,7 +1074,7 @@
|
|
|
1074
1074
|
<img src="https://img.shields.io/npm/v/@wcj/github-rank.svg?label=unpkg">
|
|
1075
1075
|
</a>
|
|
1076
1076
|
</div>
|
|
1077
|
-
<div class="time">Last cache created on 2021/11/
|
|
1077
|
+
<div class="time">Last cache created on 2021/11/13 by Github API v3.</div>
|
|
1078
1078
|
Create by <a href="https://github.com/jaywcjlove" target="_blank">小弟调调™</a>.
|
|
1079
1079
|
</div>
|
|
1080
1080
|
</body>
|