@wcj/github-rank 21.11.3 → 21.11.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/repos.json +20077 -20078
- package/dist/sifou-daily.json +35 -98
- package/dist/sifou-monthly.json +68 -68
- package/dist/sifou-weekly.json +117 -135
- package/dist/toutiao-30.json +65 -65
- package/dist/toutiao-7.json +95 -95
- package/dist/toutiao-90.json +9 -9
- package/dist/trending-daily.json +169 -169
- package/dist/trending-monthly.json +148 -148
- package/dist/trending-weekly.json +171 -171
- package/dist/users.china.json +1487 -1487
- package/dist/users.json +1900 -1900
- package/package.json +1 -1
- package/web/36kr.html +2 -2
- package/web/data/repos.json +20077 -20078
- package/web/data/sifou-daily.json +35 -98
- package/web/data/sifou-monthly.json +68 -68
- package/web/data/sifou-weekly.json +117 -135
- package/web/data/toutiao-30.json +65 -65
- package/web/data/toutiao-7.json +95 -95
- package/web/data/toutiao-90.json +9 -9
- package/web/data/trending-daily.json +169 -169
- package/web/data/trending-monthly.json +148 -148
- package/web/data/trending-weekly.json +171 -171
- package/web/data/users.china.json +1487 -1487
- package/web/data/users.json +1900 -1900
- package/web/index.html +1032 -1032
- package/web/repos.html +2551 -2551
- package/web/sifou-daily.html +31 -227
- package/web/sifou-monthly.html +78 -78
- package/web/sifou-weekly.html +111 -167
- package/web/toutiao-30.html +65 -65
- package/web/toutiao-7.html +98 -98
- package/web/toutiao-90.html +11 -11
- package/web/trending-monthly.html +143 -139
- package/web/trending-weekly.html +148 -148
- package/web/trending.html +152 -140
- package/web/users.china.html +793 -793
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/4 by Github API v3.</div>
|
|
106
106
|
<div class="tabs">
|
|
107
107
|
<a class="" href="index.html">Users</a>
|
|
108
108
|
<a class="" href="repos.html">Repos</a>
|
|
@@ -124,32 +124,32 @@
|
|
|
124
124
|
<div class="info">
|
|
125
125
|
<div class="rank">
|
|
126
126
|
<span title="Ranking 1">1</span>
|
|
127
|
-
<a href="https://github.com/
|
|
127
|
+
<a href="https://github.com/darglein/ADOP" target="_blank" title="darglein/ADOP">darglein/ADOP</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: #f34b7d;"></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>830</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>61</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>79 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/CyC2018/CS-Notes" target="_blank" title="CyC2018/CS-Notes">CyC2018/CS-Notes</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/java" title="Programming Language Java">
|
|
170
|
+
<span style="background-color: #b07219;"></span>Java
|
|
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>141094</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>45095</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>101 stars today</span>
|
|
191
191
|
</span>
|
|
192
192
|
</div>
|
|
193
193
|
<div class="details">
|
|
@@ -200,28 +200,32 @@
|
|
|
200
200
|
<div class="info">
|
|
201
201
|
<div class="rank">
|
|
202
202
|
<span title="Ranking 3">3</span>
|
|
203
|
-
<a href="https://github.com/
|
|
203
|
+
<a href="https://github.com/OpenIMSDK/Open-IM-Server" target="_blank" title="OpenIMSDK/Open-IM-Server">OpenIMSDK/Open-IM-Server</a>
|
|
204
204
|
</div>
|
|
205
205
|
<div class="sub-title followers">
|
|
206
206
|
|
|
207
|
+
<a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
|
|
208
|
+
<span style="background-color: #00ADD8;"></span>Go
|
|
209
|
+
</a>
|
|
210
|
+
|
|
207
211
|
<span class="star" title="Stargazers Count">
|
|
208
212
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
209
213
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
210
214
|
</svg>
|
|
211
|
-
<span>
|
|
215
|
+
<span>3192</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>430</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>430 stars today</span>
|
|
225
229
|
</span>
|
|
226
230
|
</div>
|
|
227
231
|
<div class="details">
|
|
@@ -234,28 +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/apple/swift-markdown" target="_blank" title="apple/swift-markdown">apple/swift-markdown</a>
|
|
238
242
|
</div>
|
|
239
243
|
<div class="sub-title followers">
|
|
240
244
|
|
|
245
|
+
<a class="language" target="_blank" href="https://github.com/topics/swift" title="Programming Language Swift">
|
|
246
|
+
<span style="background-color: #F05138;"></span>Swift
|
|
247
|
+
</a>
|
|
248
|
+
|
|
241
249
|
<span class="star" title="Stargazers Count">
|
|
242
250
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
243
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>
|
|
244
252
|
</svg>
|
|
245
|
-
<span>
|
|
253
|
+
<span>1219</span>
|
|
246
254
|
</span>
|
|
247
255
|
<span class="star" title="Repo Forked">
|
|
248
256
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
249
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">
|
|
250
258
|
</path>
|
|
251
259
|
</svg>
|
|
252
|
-
<span>
|
|
260
|
+
<span>32</span>
|
|
253
261
|
</span>
|
|
254
262
|
<span class="star">
|
|
255
263
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
256
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>
|
|
257
265
|
</svg>
|
|
258
|
-
<span>
|
|
266
|
+
<span>81 stars today</span>
|
|
259
267
|
</span>
|
|
260
268
|
</div>
|
|
261
269
|
<div class="details">
|
|
@@ -268,32 +276,32 @@
|
|
|
268
276
|
<div class="info">
|
|
269
277
|
<div class="rank">
|
|
270
278
|
<span title="Ranking 5">5</span>
|
|
271
|
-
<a href="https://github.com/
|
|
279
|
+
<a href="https://github.com/ethereum-boilerplate/ethereum-boilerplate" target="_blank" title="ethereum-boilerplate/ethereum-boilerplate">ethereum-boilerplate/ethereum-boilerplate</a>
|
|
272
280
|
</div>
|
|
273
281
|
<div class="sub-title followers">
|
|
274
282
|
|
|
275
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
276
|
-
<span style="background-color: #
|
|
283
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
284
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
277
285
|
</a>
|
|
278
286
|
|
|
279
287
|
<span class="star" title="Stargazers Count">
|
|
280
288
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
281
289
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
282
290
|
</svg>
|
|
283
|
-
<span>
|
|
291
|
+
<span>385</span>
|
|
284
292
|
</span>
|
|
285
293
|
<span class="star" title="Repo Forked">
|
|
286
294
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
287
295
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
288
296
|
</path>
|
|
289
297
|
</svg>
|
|
290
|
-
<span>
|
|
298
|
+
<span>84</span>
|
|
291
299
|
</span>
|
|
292
300
|
<span class="star">
|
|
293
301
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
294
302
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
295
303
|
</svg>
|
|
296
|
-
<span>
|
|
304
|
+
<span>145 stars today</span>
|
|
297
305
|
</span>
|
|
298
306
|
</div>
|
|
299
307
|
<div class="details">
|
|
@@ -306,32 +314,32 @@
|
|
|
306
314
|
<div class="info">
|
|
307
315
|
<div class="rank">
|
|
308
316
|
<span title="Ranking 6">6</span>
|
|
309
|
-
<a href="https://github.com/
|
|
317
|
+
<a href="https://github.com/nickboucher/trojan-source" target="_blank" title="nickboucher/trojan-source">nickboucher/trojan-source</a>
|
|
310
318
|
</div>
|
|
311
319
|
<div class="sub-title followers">
|
|
312
320
|
|
|
313
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
314
|
-
<span style="background-color: #
|
|
321
|
+
<a class="language" target="_blank" href="https://github.com/topics/scss" title="Programming Language SCSS">
|
|
322
|
+
<span style="background-color: #c6538c;"></span>SCSS
|
|
315
323
|
</a>
|
|
316
324
|
|
|
317
325
|
<span class="star" title="Stargazers Count">
|
|
318
326
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
319
327
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
320
328
|
</svg>
|
|
321
|
-
<span>
|
|
329
|
+
<span>570</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>193</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>164 stars today</span>
|
|
335
343
|
</span>
|
|
336
344
|
</div>
|
|
337
345
|
<div class="details">
|
|
@@ -344,7 +352,7 @@
|
|
|
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/fireship-io/node-crypto-examples" target="_blank" title="fireship-io/node-crypto-examples">fireship-io/node-crypto-examples</a>
|
|
348
356
|
</div>
|
|
349
357
|
<div class="sub-title followers">
|
|
350
358
|
|
|
@@ -356,20 +364,20 @@
|
|
|
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>125</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>71</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>59 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/microsoft/Data-Science-For-Beginners" target="_blank" title="microsoft/Data-Science-For-Beginners">microsoft/Data-Science-For-Beginners</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>5785</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>781</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>386 stars today</span>
|
|
411
419
|
</span>
|
|
412
420
|
</div>
|
|
413
421
|
<div class="details">
|
|
@@ -420,28 +428,32 @@
|
|
|
420
428
|
<div class="info">
|
|
421
429
|
<div class="rank">
|
|
422
430
|
<span title="Ranking 9">9</span>
|
|
423
|
-
<a href="https://github.com/
|
|
431
|
+
<a href="https://github.com/microsoft/ML-For-Beginners" target="_blank" title="microsoft/ML-For-Beginners">microsoft/ML-For-Beginners</a>
|
|
424
432
|
</div>
|
|
425
433
|
<div class="sub-title followers">
|
|
426
434
|
|
|
435
|
+
<a class="language" target="_blank" href="https://github.com/topics/jupyternotebook" title="Programming Language JupyterNotebook">
|
|
436
|
+
<span style="background-color: #DA5B0B;"></span>JupyterNotebook
|
|
437
|
+
</a>
|
|
438
|
+
|
|
427
439
|
<span class="star" title="Stargazers Count">
|
|
428
440
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
429
441
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
430
442
|
</svg>
|
|
431
|
-
<span>
|
|
443
|
+
<span>24092</span>
|
|
432
444
|
</span>
|
|
433
445
|
<span class="star" title="Repo Forked">
|
|
434
446
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
435
447
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
436
448
|
</path>
|
|
437
449
|
</svg>
|
|
438
|
-
<span>
|
|
450
|
+
<span>5031</span>
|
|
439
451
|
</span>
|
|
440
452
|
<span class="star">
|
|
441
453
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
442
454
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
443
455
|
</svg>
|
|
444
|
-
<span>
|
|
456
|
+
<span>306 stars today</span>
|
|
445
457
|
</span>
|
|
446
458
|
</div>
|
|
447
459
|
<div class="details">
|
|
@@ -454,32 +466,32 @@
|
|
|
454
466
|
<div class="info">
|
|
455
467
|
<div class="rank">
|
|
456
468
|
<span title="Ranking 10">10</span>
|
|
457
|
-
<a href="https://github.com/
|
|
469
|
+
<a href="https://github.com/Tencent/PatrickStar" target="_blank" title="Tencent/PatrickStar">Tencent/PatrickStar</a>
|
|
458
470
|
</div>
|
|
459
471
|
<div class="sub-title followers">
|
|
460
472
|
|
|
461
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
462
|
-
<span style="background-color: #
|
|
473
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
474
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
463
475
|
</a>
|
|
464
476
|
|
|
465
477
|
<span class="star" title="Stargazers Count">
|
|
466
478
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
467
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>
|
|
468
480
|
</svg>
|
|
469
|
-
<span>
|
|
481
|
+
<span>275</span>
|
|
470
482
|
</span>
|
|
471
483
|
<span class="star" title="Repo Forked">
|
|
472
484
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
473
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">
|
|
474
486
|
</path>
|
|
475
487
|
</svg>
|
|
476
|
-
<span>
|
|
488
|
+
<span>27</span>
|
|
477
489
|
</span>
|
|
478
490
|
<span class="star">
|
|
479
491
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
480
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>
|
|
481
493
|
</svg>
|
|
482
|
-
<span>
|
|
494
|
+
<span>74 stars today</span>
|
|
483
495
|
</span>
|
|
484
496
|
</div>
|
|
485
497
|
<div class="details">
|
|
@@ -492,32 +504,32 @@
|
|
|
492
504
|
<div class="info">
|
|
493
505
|
<div class="rank">
|
|
494
506
|
<span title="Ranking 11">11</span>
|
|
495
|
-
<a href="https://github.com/
|
|
507
|
+
<a href="https://github.com/Koenkk/zigbee2mqtt" target="_blank" title="Koenkk/zigbee2mqtt">Koenkk/zigbee2mqtt</a>
|
|
496
508
|
</div>
|
|
497
509
|
<div class="sub-title followers">
|
|
498
510
|
|
|
499
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
500
|
-
<span style="background-color: #
|
|
511
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
512
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
501
513
|
</a>
|
|
502
514
|
|
|
503
515
|
<span class="star" title="Stargazers Count">
|
|
504
516
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
505
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>
|
|
506
518
|
</svg>
|
|
507
|
-
<span>
|
|
519
|
+
<span>6809</span>
|
|
508
520
|
</span>
|
|
509
521
|
<span class="star" title="Repo Forked">
|
|
510
522
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
511
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">
|
|
512
524
|
</path>
|
|
513
525
|
</svg>
|
|
514
|
-
<span>
|
|
526
|
+
<span>1122</span>
|
|
515
527
|
</span>
|
|
516
528
|
<span class="star">
|
|
517
529
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
518
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>
|
|
519
531
|
</svg>
|
|
520
|
-
<span>
|
|
532
|
+
<span>90 stars today</span>
|
|
521
533
|
</span>
|
|
522
534
|
</div>
|
|
523
535
|
<div class="details">
|
|
@@ -530,32 +542,32 @@
|
|
|
530
542
|
<div class="info">
|
|
531
543
|
<div class="rank">
|
|
532
544
|
<span title="Ranking 12">12</span>
|
|
533
|
-
<a href="https://github.com/
|
|
545
|
+
<a href="https://github.com/notifirehq/notifire" target="_blank" title="notifirehq/notifire">notifirehq/notifire</a>
|
|
534
546
|
</div>
|
|
535
547
|
<div class="sub-title followers">
|
|
536
548
|
|
|
537
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
538
|
-
<span style="background-color: #
|
|
549
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
550
|
+
<span style="background-color: #2b7489;"></span>TypeScript
|
|
539
551
|
</a>
|
|
540
552
|
|
|
541
553
|
<span class="star" title="Stargazers Count">
|
|
542
554
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
543
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>
|
|
544
556
|
</svg>
|
|
545
|
-
<span>
|
|
557
|
+
<span>2064</span>
|
|
546
558
|
</span>
|
|
547
559
|
<span class="star" title="Repo Forked">
|
|
548
560
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
549
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">
|
|
550
562
|
</path>
|
|
551
563
|
</svg>
|
|
552
|
-
<span>
|
|
564
|
+
<span>73</span>
|
|
553
565
|
</span>
|
|
554
566
|
<span class="star">
|
|
555
567
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
556
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>
|
|
557
569
|
</svg>
|
|
558
|
-
<span>
|
|
570
|
+
<span>269 stars today</span>
|
|
559
571
|
</span>
|
|
560
572
|
</div>
|
|
561
573
|
<div class="details">
|
|
@@ -568,28 +580,32 @@
|
|
|
568
580
|
<div class="info">
|
|
569
581
|
<div class="rank">
|
|
570
582
|
<span title="Ranking 13">13</span>
|
|
571
|
-
<a href="https://github.com/
|
|
583
|
+
<a href="https://github.com/nunomaduro/larastan" target="_blank" title="nunomaduro/larastan">nunomaduro/larastan</a>
|
|
572
584
|
</div>
|
|
573
585
|
<div class="sub-title followers">
|
|
574
586
|
|
|
587
|
+
<a class="language" target="_blank" href="https://github.com/topics/php" title="Programming Language PHP">
|
|
588
|
+
<span style="background-color: #4F5D95;"></span>PHP
|
|
589
|
+
</a>
|
|
590
|
+
|
|
575
591
|
<span class="star" title="Stargazers Count">
|
|
576
592
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
577
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>
|
|
578
594
|
</svg>
|
|
579
|
-
<span>
|
|
595
|
+
<span>3265</span>
|
|
580
596
|
</span>
|
|
581
597
|
<span class="star" title="Repo Forked">
|
|
582
598
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
583
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">
|
|
584
600
|
</path>
|
|
585
601
|
</svg>
|
|
586
|
-
<span>
|
|
602
|
+
<span>227</span>
|
|
587
603
|
</span>
|
|
588
604
|
<span class="star">
|
|
589
605
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
590
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>
|
|
591
607
|
</svg>
|
|
592
|
-
<span>
|
|
608
|
+
<span>66 stars today</span>
|
|
593
609
|
</span>
|
|
594
610
|
</div>
|
|
595
611
|
<div class="details">
|
|
@@ -602,28 +618,32 @@
|
|
|
602
618
|
<div class="info">
|
|
603
619
|
<div class="rank">
|
|
604
620
|
<span title="Ranking 14">14</span>
|
|
605
|
-
<a href="https://github.com/
|
|
621
|
+
<a href="https://github.com/donnemartin/system-design-primer" target="_blank" title="donnemartin/system-design-primer">donnemartin/system-design-primer</a>
|
|
606
622
|
</div>
|
|
607
623
|
<div class="sub-title followers">
|
|
608
624
|
|
|
625
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
626
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
627
|
+
</a>
|
|
628
|
+
|
|
609
629
|
<span class="star" title="Stargazers Count">
|
|
610
630
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
611
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>
|
|
612
632
|
</svg>
|
|
613
|
-
<span>
|
|
633
|
+
<span>148706</span>
|
|
614
634
|
</span>
|
|
615
635
|
<span class="star" title="Repo Forked">
|
|
616
636
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
617
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">
|
|
618
638
|
</path>
|
|
619
639
|
</svg>
|
|
620
|
-
<span>
|
|
640
|
+
<span>27468</span>
|
|
621
641
|
</span>
|
|
622
642
|
<span class="star">
|
|
623
643
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
624
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>
|
|
625
645
|
</svg>
|
|
626
|
-
<span>
|
|
646
|
+
<span>317 stars today</span>
|
|
627
647
|
</span>
|
|
628
648
|
</div>
|
|
629
649
|
<div class="details">
|
|
@@ -636,7 +656,7 @@
|
|
|
636
656
|
<div class="info">
|
|
637
657
|
<div class="rank">
|
|
638
658
|
<span title="Ranking 15">15</span>
|
|
639
|
-
<a href="https://github.com/
|
|
659
|
+
<a href="https://github.com/WorkerLivesMatter/WorkingTime" target="_blank" title="WorkerLivesMatter/WorkingTime">WorkerLivesMatter/WorkingTime</a>
|
|
640
660
|
</div>
|
|
641
661
|
<div class="sub-title followers">
|
|
642
662
|
|
|
@@ -644,20 +664,20 @@
|
|
|
644
664
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
645
665
|
<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>
|
|
646
666
|
</svg>
|
|
647
|
-
<span>
|
|
667
|
+
<span>13950</span>
|
|
648
668
|
</span>
|
|
649
669
|
<span class="star" title="Repo Forked">
|
|
650
670
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
651
671
|
<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">
|
|
652
672
|
</path>
|
|
653
673
|
</svg>
|
|
654
|
-
<span>
|
|
674
|
+
<span>1494</span>
|
|
655
675
|
</span>
|
|
656
676
|
<span class="star">
|
|
657
677
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
658
678
|
<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>
|
|
659
679
|
</svg>
|
|
660
|
-
<span>
|
|
680
|
+
<span>170 stars today</span>
|
|
661
681
|
</span>
|
|
662
682
|
</div>
|
|
663
683
|
<div class="details">
|
|
@@ -670,32 +690,32 @@
|
|
|
670
690
|
<div class="info">
|
|
671
691
|
<div class="rank">
|
|
672
692
|
<span title="Ranking 16">16</span>
|
|
673
|
-
<a href="https://github.com/
|
|
693
|
+
<a href="https://github.com/tokio-rs/axum" target="_blank" title="tokio-rs/axum">tokio-rs/axum</a>
|
|
674
694
|
</div>
|
|
675
695
|
<div class="sub-title followers">
|
|
676
696
|
|
|
677
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
678
|
-
<span style="background-color: #
|
|
697
|
+
<a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
|
|
698
|
+
<span style="background-color: #dea584;"></span>Rust
|
|
679
699
|
</a>
|
|
680
700
|
|
|
681
701
|
<span class="star" title="Stargazers Count">
|
|
682
702
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
683
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>
|
|
684
704
|
</svg>
|
|
685
|
-
<span>
|
|
705
|
+
<span>2345</span>
|
|
686
706
|
</span>
|
|
687
707
|
<span class="star" title="Repo Forked">
|
|
688
708
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
689
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">
|
|
690
710
|
</path>
|
|
691
711
|
</svg>
|
|
692
|
-
<span>
|
|
712
|
+
<span>130</span>
|
|
693
713
|
</span>
|
|
694
714
|
<span class="star">
|
|
695
715
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
696
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>
|
|
697
717
|
</svg>
|
|
698
|
-
<span>
|
|
718
|
+
<span>97 stars today</span>
|
|
699
719
|
</span>
|
|
700
720
|
</div>
|
|
701
721
|
<div class="details">
|
|
@@ -708,7 +728,7 @@
|
|
|
708
728
|
<div class="info">
|
|
709
729
|
<div class="rank">
|
|
710
730
|
<span title="Ranking 17">17</span>
|
|
711
|
-
<a href="https://github.com/
|
|
731
|
+
<a href="https://github.com/github/docs" target="_blank" title="github/docs">github/docs</a>
|
|
712
732
|
</div>
|
|
713
733
|
<div class="sub-title followers">
|
|
714
734
|
|
|
@@ -720,20 +740,20 @@
|
|
|
720
740
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
721
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>
|
|
722
742
|
</svg>
|
|
723
|
-
<span>
|
|
743
|
+
<span>6890</span>
|
|
724
744
|
</span>
|
|
725
745
|
<span class="star" title="Repo Forked">
|
|
726
746
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
727
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">
|
|
728
748
|
</path>
|
|
729
749
|
</svg>
|
|
730
|
-
<span>
|
|
750
|
+
<span>29812</span>
|
|
731
751
|
</span>
|
|
732
752
|
<span class="star">
|
|
733
753
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
734
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>
|
|
735
755
|
</svg>
|
|
736
|
-
<span>
|
|
756
|
+
<span>49 stars today</span>
|
|
737
757
|
</span>
|
|
738
758
|
</div>
|
|
739
759
|
<div class="details">
|
|
@@ -746,32 +766,28 @@
|
|
|
746
766
|
<div class="info">
|
|
747
767
|
<div class="rank">
|
|
748
768
|
<span title="Ranking 18">18</span>
|
|
749
|
-
<a href="https://github.com/
|
|
769
|
+
<a href="https://github.com/justjavac/free-programming-books-zh_CN" target="_blank" title="justjavac/free-programming-books-zh_CN">justjavac/free-programming-books-zh_CN</a>
|
|
750
770
|
</div>
|
|
751
771
|
<div class="sub-title followers">
|
|
752
772
|
|
|
753
|
-
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
754
|
-
<span style="background-color: #3572A5;"></span>Python
|
|
755
|
-
</a>
|
|
756
|
-
|
|
757
773
|
<span class="star" title="Stargazers Count">
|
|
758
774
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
759
775
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
760
776
|
</svg>
|
|
761
|
-
<span>
|
|
777
|
+
<span>83929</span>
|
|
762
778
|
</span>
|
|
763
779
|
<span class="star" title="Repo Forked">
|
|
764
780
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
765
781
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
766
782
|
</path>
|
|
767
783
|
</svg>
|
|
768
|
-
<span>
|
|
784
|
+
<span>24187</span>
|
|
769
785
|
</span>
|
|
770
786
|
<span class="star">
|
|
771
787
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
772
788
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
773
789
|
</svg>
|
|
774
|
-
<span>
|
|
790
|
+
<span>104 stars today</span>
|
|
775
791
|
</span>
|
|
776
792
|
</div>
|
|
777
793
|
<div class="details">
|
|
@@ -784,32 +800,32 @@
|
|
|
784
800
|
<div class="info">
|
|
785
801
|
<div class="rank">
|
|
786
802
|
<span title="Ranking 19">19</span>
|
|
787
|
-
<a href="https://github.com/
|
|
803
|
+
<a href="https://github.com/home-assistant/core" target="_blank" title="home-assistant/core">home-assistant/core</a>
|
|
788
804
|
</div>
|
|
789
805
|
<div class="sub-title followers">
|
|
790
806
|
|
|
791
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
792
|
-
<span style="background-color: #
|
|
807
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
808
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
793
809
|
</a>
|
|
794
810
|
|
|
795
811
|
<span class="star" title="Stargazers Count">
|
|
796
812
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
797
813
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
798
814
|
</svg>
|
|
799
|
-
<span>
|
|
815
|
+
<span>47169</span>
|
|
800
816
|
</span>
|
|
801
817
|
<span class="star" title="Repo Forked">
|
|
802
818
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
803
819
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
804
820
|
</path>
|
|
805
821
|
</svg>
|
|
806
|
-
<span>
|
|
822
|
+
<span>15595</span>
|
|
807
823
|
</span>
|
|
808
824
|
<span class="star">
|
|
809
825
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
810
826
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
811
827
|
</svg>
|
|
812
|
-
<span>
|
|
828
|
+
<span>139 stars today</span>
|
|
813
829
|
</span>
|
|
814
830
|
</div>
|
|
815
831
|
<div class="details">
|
|
@@ -822,32 +838,32 @@
|
|
|
822
838
|
<div class="info">
|
|
823
839
|
<div class="rank">
|
|
824
840
|
<span title="Ranking 20">20</span>
|
|
825
|
-
<a href="https://github.com/
|
|
841
|
+
<a href="https://github.com/adiwajshing/Baileys" target="_blank" title="adiwajshing/Baileys">adiwajshing/Baileys</a>
|
|
826
842
|
</div>
|
|
827
843
|
<div class="sub-title followers">
|
|
828
844
|
|
|
829
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
830
|
-
<span style="background-color: #
|
|
845
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
846
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
831
847
|
</a>
|
|
832
848
|
|
|
833
849
|
<span class="star" title="Stargazers Count">
|
|
834
850
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
835
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>
|
|
836
852
|
</svg>
|
|
837
|
-
<span>
|
|
853
|
+
<span>1635</span>
|
|
838
854
|
</span>
|
|
839
855
|
<span class="star" title="Repo Forked">
|
|
840
856
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
841
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">
|
|
842
858
|
</path>
|
|
843
859
|
</svg>
|
|
844
|
-
<span>
|
|
860
|
+
<span>419</span>
|
|
845
861
|
</span>
|
|
846
862
|
<span class="star">
|
|
847
863
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
848
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>
|
|
849
865
|
</svg>
|
|
850
|
-
<span>
|
|
866
|
+
<span>37 stars today</span>
|
|
851
867
|
</span>
|
|
852
868
|
</div>
|
|
853
869
|
<div class="details">
|
|
@@ -860,32 +876,28 @@
|
|
|
860
876
|
<div class="info">
|
|
861
877
|
<div class="rank">
|
|
862
878
|
<span title="Ranking 21">21</span>
|
|
863
|
-
<a href="https://github.com/
|
|
879
|
+
<a href="https://github.com/LaravelDaily/laravel-tips" target="_blank" title="LaravelDaily/laravel-tips">LaravelDaily/laravel-tips</a>
|
|
864
880
|
</div>
|
|
865
881
|
<div class="sub-title followers">
|
|
866
882
|
|
|
867
|
-
<a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
|
|
868
|
-
<span style="background-color: #f34b7d;"></span>C++
|
|
869
|
-
</a>
|
|
870
|
-
|
|
871
883
|
<span class="star" title="Stargazers Count">
|
|
872
884
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
873
885
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
874
886
|
</svg>
|
|
875
|
-
<span>
|
|
887
|
+
<span>3146</span>
|
|
876
888
|
</span>
|
|
877
889
|
<span class="star" title="Repo Forked">
|
|
878
890
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
879
891
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
880
892
|
</path>
|
|
881
893
|
</svg>
|
|
882
|
-
<span>
|
|
894
|
+
<span>633</span>
|
|
883
895
|
</span>
|
|
884
896
|
<span class="star">
|
|
885
897
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
886
898
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
887
899
|
</svg>
|
|
888
|
-
<span>
|
|
900
|
+
<span>49 stars today</span>
|
|
889
901
|
</span>
|
|
890
902
|
</div>
|
|
891
903
|
<div class="details">
|
|
@@ -898,32 +910,28 @@
|
|
|
898
910
|
<div class="info">
|
|
899
911
|
<div class="rank">
|
|
900
912
|
<span title="Ranking 22">22</span>
|
|
901
|
-
<a href="https://github.com/
|
|
913
|
+
<a href="https://github.com/ruanyf/weekly" target="_blank" title="ruanyf/weekly">ruanyf/weekly</a>
|
|
902
914
|
</div>
|
|
903
915
|
<div class="sub-title followers">
|
|
904
916
|
|
|
905
|
-
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
906
|
-
<span style="background-color: #3572A5;"></span>Python
|
|
907
|
-
</a>
|
|
908
|
-
|
|
909
917
|
<span class="star" title="Stargazers Count">
|
|
910
918
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
911
919
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
912
920
|
</svg>
|
|
913
|
-
<span>
|
|
921
|
+
<span>19001</span>
|
|
914
922
|
</span>
|
|
915
923
|
<span class="star" title="Repo Forked">
|
|
916
924
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
917
925
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
918
926
|
</path>
|
|
919
927
|
</svg>
|
|
920
|
-
<span>
|
|
928
|
+
<span>1468</span>
|
|
921
929
|
</span>
|
|
922
930
|
<span class="star">
|
|
923
931
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
924
932
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
925
933
|
</svg>
|
|
926
|
-
<span>
|
|
934
|
+
<span>161 stars today</span>
|
|
927
935
|
</span>
|
|
928
936
|
</div>
|
|
929
937
|
<div class="details">
|
|
@@ -936,32 +944,32 @@
|
|
|
936
944
|
<div class="info">
|
|
937
945
|
<div class="rank">
|
|
938
946
|
<span title="Ranking 23">23</span>
|
|
939
|
-
<a href="https://github.com/
|
|
947
|
+
<a href="https://github.com/NixOS/nix" target="_blank" title="NixOS/nix">NixOS/nix</a>
|
|
940
948
|
</div>
|
|
941
949
|
<div class="sub-title followers">
|
|
942
950
|
|
|
943
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
944
|
-
<span style="background-color: #
|
|
951
|
+
<a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
|
|
952
|
+
<span style="background-color: #f34b7d;"></span>C++
|
|
945
953
|
</a>
|
|
946
954
|
|
|
947
955
|
<span class="star" title="Stargazers Count">
|
|
948
956
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
949
957
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
950
958
|
</svg>
|
|
951
|
-
<span>
|
|
959
|
+
<span>5022</span>
|
|
952
960
|
</span>
|
|
953
961
|
<span class="star" title="Repo Forked">
|
|
954
962
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
955
963
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
956
964
|
</path>
|
|
957
965
|
</svg>
|
|
958
|
-
<span>
|
|
966
|
+
<span>801</span>
|
|
959
967
|
</span>
|
|
960
968
|
<span class="star">
|
|
961
969
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
962
970
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
963
971
|
</svg>
|
|
964
|
-
<span>
|
|
972
|
+
<span>91 stars today</span>
|
|
965
973
|
</span>
|
|
966
974
|
</div>
|
|
967
975
|
<div class="details">
|
|
@@ -974,32 +982,32 @@
|
|
|
974
982
|
<div class="info">
|
|
975
983
|
<div class="rank">
|
|
976
984
|
<span title="Ranking 24">24</span>
|
|
977
|
-
<a href="https://github.com/
|
|
985
|
+
<a href="https://github.com/smiek2121/scripts" target="_blank" title="smiek2121/scripts">smiek2121/scripts</a>
|
|
978
986
|
</div>
|
|
979
987
|
<div class="sub-title followers">
|
|
980
988
|
|
|
981
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
982
|
-
<span style="background-color: #
|
|
989
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
990
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
983
991
|
</a>
|
|
984
992
|
|
|
985
993
|
<span class="star" title="Stargazers Count">
|
|
986
994
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
987
995
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
988
996
|
</svg>
|
|
989
|
-
<span>
|
|
997
|
+
<span>130</span>
|
|
990
998
|
</span>
|
|
991
999
|
<span class="star" title="Repo Forked">
|
|
992
1000
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
993
1001
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
994
1002
|
</path>
|
|
995
1003
|
</svg>
|
|
996
|
-
<span>
|
|
1004
|
+
<span>37</span>
|
|
997
1005
|
</span>
|
|
998
1006
|
<span class="star">
|
|
999
1007
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1000
1008
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
1001
1009
|
</svg>
|
|
1002
|
-
<span>
|
|
1010
|
+
<span>22 stars today</span>
|
|
1003
1011
|
</span>
|
|
1004
1012
|
</div>
|
|
1005
1013
|
<div class="details">
|
|
@@ -1012,28 +1020,32 @@
|
|
|
1012
1020
|
<div class="info">
|
|
1013
1021
|
<div class="rank">
|
|
1014
1022
|
<span title="Ranking 25">25</span>
|
|
1015
|
-
<a href="https://github.com/
|
|
1023
|
+
<a href="https://github.com/questdb/questdb" target="_blank" title="questdb/questdb">questdb/questdb</a>
|
|
1016
1024
|
</div>
|
|
1017
1025
|
<div class="sub-title followers">
|
|
1018
1026
|
|
|
1027
|
+
<a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
|
|
1028
|
+
<span style="background-color: #b07219;"></span>Java
|
|
1029
|
+
</a>
|
|
1030
|
+
|
|
1019
1031
|
<span class="star" title="Stargazers Count">
|
|
1020
1032
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1021
1033
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
1022
1034
|
</svg>
|
|
1023
|
-
<span>
|
|
1035
|
+
<span>5363</span>
|
|
1024
1036
|
</span>
|
|
1025
1037
|
<span class="star" title="Repo Forked">
|
|
1026
1038
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1027
1039
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
1028
1040
|
</path>
|
|
1029
1041
|
</svg>
|
|
1030
|
-
<span>
|
|
1042
|
+
<span>287</span>
|
|
1031
1043
|
</span>
|
|
1032
1044
|
<span class="star">
|
|
1033
1045
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1034
1046
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
1035
1047
|
</svg>
|
|
1036
|
-
<span>
|
|
1048
|
+
<span>250 stars today</span>
|
|
1037
1049
|
</span>
|
|
1038
1050
|
</div>
|
|
1039
1051
|
<div class="details">
|
|
@@ -1058,7 +1070,7 @@
|
|
|
1058
1070
|
<img src="https://img.shields.io/npm/v/@wcj/github-rank.svg?label=unpkg">
|
|
1059
1071
|
</a>
|
|
1060
1072
|
</div>
|
|
1061
|
-
<div class="time">Last cache created on 2021/11/
|
|
1073
|
+
<div class="time">Last cache created on 2021/11/4 by Github API v3.</div>
|
|
1062
1074
|
Create by <a href="https://github.com/jaywcjlove" target="_blank">小弟调调™</a>.
|
|
1063
1075
|
</div>
|
|
1064
1076
|
</body>
|