@wcj/github-rank 22.7.4 → 22.7.7

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.
Files changed (41) hide show
  1. package/README.md +2 -3
  2. package/dist/36kr.json +5006 -1552
  3. package/dist/repos.json +35685 -35685
  4. package/dist/sifou-daily.json +6 -87
  5. package/dist/sifou-monthly.json +91 -91
  6. package/dist/sifou-weekly.json +155 -155
  7. package/dist/toutiao-30.json +77 -77
  8. package/dist/toutiao-7.json +128 -128
  9. package/dist/toutiao-90.json +65 -65
  10. package/dist/trending-daily.json +168 -168
  11. package/dist/trending-monthly.json +161 -161
  12. package/dist/trending-weekly.json +167 -167
  13. package/dist/users.china.json +2715 -2715
  14. package/dist/users.json +3833 -3834
  15. package/package.json +19 -18
  16. package/web/data/36kr.json +5006 -1552
  17. package/web/data/repos.json +35685 -35685
  18. package/web/data/sifou-daily.json +6 -87
  19. package/web/data/sifou-monthly.json +91 -91
  20. package/web/data/sifou-weekly.json +155 -155
  21. package/web/data/toutiao-30.json +77 -77
  22. package/web/data/toutiao-7.json +128 -128
  23. package/web/data/toutiao-90.json +65 -65
  24. package/web/data/trending-daily.json +168 -168
  25. package/web/data/trending-monthly.json +161 -161
  26. package/web/data/trending-weekly.json +167 -167
  27. package/web/data/users.china.json +2715 -2715
  28. package/web/data/users.json +3833 -3834
  29. package/web/index.html +2253 -2252
  30. package/web/repos.html +4337 -4334
  31. package/web/sifou-daily.html +15 -269
  32. package/web/sifou-monthly.html +119 -121
  33. package/web/sifou-weekly.html +144 -146
  34. package/web/toutiao-30.html +111 -111
  35. package/web/toutiao-7.html +101 -101
  36. package/web/toutiao-90.html +95 -95
  37. package/web/trending-monthly.html +160 -162
  38. package/web/trending-weekly.html +168 -162
  39. package/web/trending.html +176 -154
  40. package/web/users.china.html +1982 -1981
  41. package/web/36kr.html +0 -828
@@ -75,22 +75,6 @@
75
75
  .list li > div.info a:hover i { color: #333; }
76
76
  .list li div.sub-title { color: var(--color-theme-text); margin: 4px 0 0 0; }
77
77
  .list li div.avatar { padding-right: 10px; }
78
-
79
- .list li a.language,
80
- .list li span.star { height: 18px; background: var(--color-neutral-muted); display: inline-block; padding: 2px 4px; border-radius: 3px; }
81
-
82
-
83
- .list .select { }
84
- .list .select .active { color: var(--color-theme-text); font-weight: bold; border-bottom: 1px dotted var(--color-border);}
85
-
86
-
87
- .list li div.followers { font-size: 12px; color: var(--color-fg-muted); white-space:nowrap; padding-top: 2px; border-radius: 3px; }
88
- .list li div.followers a { color: var(--color-fg-muted); }
89
- .list li div.followers * { vertical-align: middle; }
90
- .list li div.followers svg { vertical-align: text-top; display: inline-block; fill: #9E9E9E; width: 14px; height: 14px; }
91
-
92
-
93
-
94
78
  @keyframes octocat-wave {
95
79
  0%,100%{-webkit-transform:rotate(0); transform:rotate(0);}
96
80
  20%,60%{-webkit-transform:rotate(-25deg); transform:rotate(-25deg);}
@@ -100,6 +84,27 @@
100
84
  .title { padding-top: 16px; font-size: 21px; }
101
85
  }
102
86
  </style>
87
+
88
+ <style>
89
+ .list li a.language,
90
+ .list li span.star { height: 18px; background: var(--color-neutral-muted); display: inline-block; padding: 2px 4px; border-radius: 3px; }
91
+ </style>
92
+
93
+
94
+ <style>
95
+ .list .select .active { color: var(--color-theme-text); font-weight: bold; border-bottom: 1px dotted var(--color-border);}
96
+ </style>
97
+
98
+
99
+ <style>
100
+ .list li div.followers { font-size: 12px; color: var(--color-fg-muted); white-space:nowrap; padding-top: 2px; border-radius: 3px; }
101
+ .list li div.followers a { color: var(--color-fg-muted); }
102
+ .list li div.followers * { vertical-align: middle; }
103
+ .list li div.followers svg { vertical-align: text-top; display: inline-block; fill: #9E9E9E; width: 14px; height: 14px; }
104
+ </style>
105
+
106
+
107
+
103
108
  <script src="https://unpkg.com/@wcj/dark-mode"></script>
104
109
  </head>
105
110
  <body>
@@ -122,16 +127,14 @@
122
127
 
123
128
 
124
129
 
125
-
126
130
  </h1>
127
- <div class="time">Last cache created on 2022/7/4 by
131
+ <div class="time">Last cache created on 2022/7/7 by
128
132
 
129
133
 
130
134
 
131
135
  <a href="https://github.com/trending">Github Trending</a>
132
136
 
133
137
 
134
-
135
138
  .
136
139
  </div>
137
140
  <div class="tabs">
@@ -140,7 +143,6 @@
140
143
  <a class="active" href="trending.html">Trending</a>
141
144
  <a class="" href="sifou-daily.html">Sifou</a>
142
145
  <a class="" href="toutiao-7.html">开发头条</a>
143
- <a class="" href="36kr.html">36Kr</a>
144
146
  </div>
145
147
  <ul class="list repos trending">
146
148
  <li class="rank-title">
@@ -167,20 +169,20 @@
167
169
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
168
170
  <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>
169
171
  </svg>
170
- <span>10941</span>
172
+ <span>11163</span>
171
173
  </span>
172
174
  <span class="star" title="Repo Forked">
173
175
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
174
176
  <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">
175
177
  </path>
176
178
  </svg>
177
- <span>757</span>
179
+ <span>771</span>
178
180
  </span>
179
181
  <span class="star">
180
182
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
181
183
  <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>
182
184
  </svg>
183
- <span>9102 stars this month</span>
185
+ <span>8428 stars this month</span>
184
186
  </span>
185
187
  </div>
186
188
  <div class="details">
@@ -205,20 +207,20 @@
205
207
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
206
208
  <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>
207
209
  </svg>
208
- <span>23942</span>
210
+ <span>24090</span>
209
211
  </span>
210
212
  <span class="star" title="Repo Forked">
211
213
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
212
214
  <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">
213
215
  </path>
214
216
  </svg>
215
- <span>1446</span>
217
+ <span>1461</span>
216
218
  </span>
217
219
  <span class="star">
218
220
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
219
221
  <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>
220
222
  </svg>
221
- <span>5562 stars this month</span>
223
+ <span>5699 stars this month</span>
222
224
  </span>
223
225
  </div>
224
226
  <div class="details">
@@ -231,32 +233,32 @@
231
233
  <div class="info">
232
234
  <div class="rank">
233
235
  <span title="Ranking 3">3</span>
234
- <a href="https://github.com/bradtraversy/50projects50days" target="_blank" title="bradtraversy/50projects50days">bradtraversy/50projects50days</a>
236
+ <a href="https://github.com/openai/DALL-E" target="_blank" title="openai/DALL-E">openai/DALL-E</a>
235
237
  </div>
236
238
  <div class="sub-title followers">
237
239
 
238
- <a class="language" target="_blank" href="https://github.com/topics/css" title="Programming Language CSS">
239
- <span style="background-color: #563d7c;"></span>CSS
240
+ <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
241
+ <span style="background-color: #3572A5;"></span>Python
240
242
  </a>
241
243
 
242
244
  <span class="star" title="Stargazers Count">
243
245
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
244
246
  <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>
245
247
  </svg>
246
- <span>18085</span>
248
+ <span>7658</span>
247
249
  </span>
248
250
  <span class="star" title="Repo Forked">
249
251
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
250
252
  <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">
251
253
  </path>
252
254
  </svg>
253
- <span>4939</span>
255
+ <span>1358</span>
254
256
  </span>
255
257
  <span class="star">
256
258
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
257
259
  <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>
258
260
  </svg>
259
- <span>4163 stars this month</span>
261
+ <span>1627 stars this month</span>
260
262
  </span>
261
263
  </div>
262
264
  <div class="details">
@@ -281,20 +283,20 @@
281
283
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
282
284
  <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>
283
285
  </svg>
284
- <span>3017</span>
286
+ <span>3151</span>
285
287
  </span>
286
288
  <span class="star" title="Repo Forked">
287
289
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
288
290
  <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">
289
291
  </path>
290
292
  </svg>
291
- <span>698</span>
293
+ <span>731</span>
292
294
  </span>
293
295
  <span class="star">
294
296
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
295
297
  <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>
296
298
  </svg>
297
- <span>1998 stars this month</span>
299
+ <span>1556 stars this month</span>
298
300
  </span>
299
301
  </div>
300
302
  <div class="details">
@@ -307,7 +309,7 @@
307
309
  <div class="info">
308
310
  <div class="rank">
309
311
  <span title="Ranking 5">5</span>
310
- <a href="https://github.com/siyuan-note/siyuan" target="_blank" title="siyuan-note/siyuan">siyuan-note/siyuan</a>
312
+ <a href="https://github.com/alan2207/bulletproof-react" target="_blank" title="alan2207/bulletproof-react">alan2207/bulletproof-react</a>
311
313
  </div>
312
314
  <div class="sub-title followers">
313
315
 
@@ -319,20 +321,20 @@
319
321
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
320
322
  <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>
321
323
  </svg>
322
- <span>6061</span>
324
+ <span>11827</span>
323
325
  </span>
324
326
  <span class="star" title="Repo Forked">
325
327
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
326
328
  <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">
327
329
  </path>
328
330
  </svg>
329
- <span>427</span>
331
+ <span>851</span>
330
332
  </span>
331
333
  <span class="star">
332
334
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
333
335
  <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>
334
336
  </svg>
335
- <span>2069 stars this month</span>
337
+ <span>1494 stars this month</span>
336
338
  </span>
337
339
  </div>
338
340
  <div class="details">
@@ -345,32 +347,32 @@
345
347
  <div class="info">
346
348
  <div class="rank">
347
349
  <span title="Ranking 6">6</span>
348
- <a href="https://github.com/digitalocean/nginxconfig.io" target="_blank" title="digitalocean/nginxconfig.io">digitalocean/nginxconfig.io</a>
350
+ <a href="https://github.com/siyuan-note/siyuan" target="_blank" title="siyuan-note/siyuan">siyuan-note/siyuan</a>
349
351
  </div>
350
352
  <div class="sub-title followers">
351
353
 
352
- <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
353
- <span style="background-color: #f1e05a;"></span>JavaScript
354
+ <a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
355
+ <span style="background-color: #3178c6;"></span>TypeScript
354
356
  </a>
355
357
 
356
358
  <span class="star" title="Stargazers Count">
357
359
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
358
360
  <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>
359
361
  </svg>
360
- <span>21893</span>
362
+ <span>6134</span>
361
363
  </span>
362
364
  <span class="star" title="Repo Forked">
363
365
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
364
366
  <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">
365
367
  </path>
366
368
  </svg>
367
- <span>1498</span>
369
+ <span>434</span>
368
370
  </span>
369
371
  <span class="star">
370
372
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
371
373
  <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>
372
374
  </svg>
373
- <span>3625 stars this month</span>
375
+ <span>2102 stars this month</span>
374
376
  </span>
375
377
  </div>
376
378
  <div class="details">
@@ -383,32 +385,32 @@
383
385
  <div class="info">
384
386
  <div class="rank">
385
387
  <span title="Ranking 7">7</span>
386
- <a href="https://github.com/openai/DALL-E" target="_blank" title="openai/DALL-E">openai/DALL-E</a>
388
+ <a href="https://github.com/wailsapp/wails" target="_blank" title="wailsapp/wails">wailsapp/wails</a>
387
389
  </div>
388
390
  <div class="sub-title followers">
389
391
 
390
- <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
391
- <span style="background-color: #3572A5;"></span>Python
392
+ <a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
393
+ <span style="background-color: #00ADD8;"></span>Go
392
394
  </a>
393
395
 
394
396
  <span class="star" title="Stargazers Count">
395
397
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
396
398
  <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>
397
399
  </svg>
398
- <span>7598</span>
400
+ <span>8255</span>
399
401
  </span>
400
402
  <span class="star" title="Repo Forked">
401
403
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
402
404
  <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">
403
405
  </path>
404
406
  </svg>
405
- <span>1354</span>
407
+ <span>422</span>
406
408
  </span>
407
409
  <span class="star">
408
410
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
409
411
  <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>
410
412
  </svg>
411
- <span>1638 stars this month</span>
413
+ <span>1711 stars this month</span>
412
414
  </span>
413
415
  </div>
414
416
  <div class="details">
@@ -421,32 +423,32 @@
421
423
  <div class="info">
422
424
  <div class="rank">
423
425
  <span title="Ranking 8">8</span>
424
- <a href="https://github.com/mxgmn/MarkovJunior" target="_blank" title="mxgmn/MarkovJunior">mxgmn/MarkovJunior</a>
426
+ <a href="https://github.com/google/jax" target="_blank" title="google/jax">google/jax</a>
425
427
  </div>
426
428
  <div class="sub-title followers">
427
429
 
428
- <a class="language" target="_blank" href="https://github.com/topics/c#" title="Programming Language C#">
429
- <span style="background-color: #178600;"></span>C#
430
+ <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
431
+ <span style="background-color: #3572A5;"></span>Python
430
432
  </a>
431
433
 
432
434
  <span class="star" title="Stargazers Count">
433
435
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
434
436
  <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>
435
437
  </svg>
436
- <span>4369</span>
438
+ <span>19260</span>
437
439
  </span>
438
440
  <span class="star" title="Repo Forked">
439
441
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
440
442
  <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">
441
443
  </path>
442
444
  </svg>
443
- <span>187</span>
445
+ <span>1760</span>
444
446
  </span>
445
447
  <span class="star">
446
448
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
447
449
  <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>
448
450
  </svg>
449
- <span>2432 stars this month</span>
451
+ <span>1640 stars this month</span>
450
452
  </span>
451
453
  </div>
452
454
  <div class="details">
@@ -459,32 +461,32 @@
459
461
  <div class="info">
460
462
  <div class="rank">
461
463
  <span title="Ranking 9">9</span>
462
- <a href="https://github.com/doocs/source-code-hunter" target="_blank" title="doocs/source-code-hunter">doocs/source-code-hunter</a>
464
+ <a href="https://github.com/hyprwm/Hyprland" target="_blank" title="hyprwm/Hyprland">hyprwm/Hyprland</a>
463
465
  </div>
464
466
  <div class="sub-title followers">
465
467
 
466
- <a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
467
- <span style="background-color: #b07219;"></span>Java
468
+ <a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
469
+ <span style="background-color: #f34b7d;"></span>C++
468
470
  </a>
469
471
 
470
472
  <span class="star" title="Stargazers Count">
471
473
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
472
474
  <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>
473
475
  </svg>
474
- <span>10414</span>
476
+ <span>1864</span>
475
477
  </span>
476
478
  <span class="star" title="Repo Forked">
477
479
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
478
480
  <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">
479
481
  </path>
480
482
  </svg>
481
- <span>1999</span>
483
+ <span>60</span>
482
484
  </span>
483
485
  <span class="star">
484
486
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
485
487
  <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>
486
488
  </svg>
487
- <span>1736 stars this month</span>
489
+ <span>1085 stars this month</span>
488
490
  </span>
489
491
  </div>
490
492
  <div class="details">
@@ -497,32 +499,32 @@
497
499
  <div class="info">
498
500
  <div class="rank">
499
501
  <span title="Ranking 10">10</span>
500
- <a href="https://github.com/hyprwm/Hyprland" target="_blank" title="hyprwm/Hyprland">hyprwm/Hyprland</a>
502
+ <a href="https://github.com/digitalocean/nginxconfig.io" target="_blank" title="digitalocean/nginxconfig.io">digitalocean/nginxconfig.io</a>
501
503
  </div>
502
504
  <div class="sub-title followers">
503
505
 
504
- <a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
505
- <span style="background-color: #f34b7d;"></span>C++
506
+ <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
507
+ <span style="background-color: #f1e05a;"></span>JavaScript
506
508
  </a>
507
509
 
508
510
  <span class="star" title="Stargazers Count">
509
511
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
510
512
  <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>
511
513
  </svg>
512
- <span>1800</span>
514
+ <span>21992</span>
513
515
  </span>
514
516
  <span class="star" title="Repo Forked">
515
517
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
516
518
  <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">
517
519
  </path>
518
520
  </svg>
519
- <span>58</span>
521
+ <span>1500</span>
520
522
  </span>
521
523
  <span class="star">
522
524
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
523
525
  <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>
524
526
  </svg>
525
- <span>1029 stars this month</span>
527
+ <span>3657 stars this month</span>
526
528
  </span>
527
529
  </div>
528
530
  <div class="details">
@@ -535,32 +537,32 @@
535
537
  <div class="info">
536
538
  <div class="rank">
537
539
  <span title="Ranking 11">11</span>
538
- <a href="https://github.com/google/jax" target="_blank" title="google/jax">google/jax</a>
540
+ <a href="https://github.com/ory/kratos" target="_blank" title="ory/kratos">ory/kratos</a>
539
541
  </div>
540
542
  <div class="sub-title followers">
541
543
 
542
- <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
543
- <span style="background-color: #3572A5;"></span>Python
544
+ <a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
545
+ <span style="background-color: #00ADD8;"></span>Go
544
546
  </a>
545
547
 
546
548
  <span class="star" title="Stargazers Count">
547
549
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
548
550
  <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>
549
551
  </svg>
550
- <span>19180</span>
552
+ <span>7167</span>
551
553
  </span>
552
554
  <span class="star" title="Repo Forked">
553
555
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
554
556
  <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">
555
557
  </path>
556
558
  </svg>
557
- <span>1755</span>
559
+ <span>610</span>
558
560
  </span>
559
561
  <span class="star">
560
562
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
561
563
  <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>
562
564
  </svg>
563
- <span>1591 stars this month</span>
565
+ <span>1594 stars this month</span>
564
566
  </span>
565
567
  </div>
566
568
  <div class="details">
@@ -573,32 +575,32 @@
573
575
  <div class="info">
574
576
  <div class="rank">
575
577
  <span title="Ranking 12">12</span>
576
- <a href="https://github.com/facebook/folly" target="_blank" title="facebook/folly">facebook/folly</a>
578
+ <a href="https://github.com/bradtraversy/50projects50days" target="_blank" title="bradtraversy/50projects50days">bradtraversy/50projects50days</a>
577
579
  </div>
578
580
  <div class="sub-title followers">
579
581
 
580
- <a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
581
- <span style="background-color: #f34b7d;"></span>C++
582
+ <a class="language" target="_blank" href="https://github.com/topics/css" title="Programming Language CSS">
583
+ <span style="background-color: #563d7c;"></span>CSS
582
584
  </a>
583
585
 
584
586
  <span class="star" title="Stargazers Count">
585
587
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
586
588
  <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>
587
589
  </svg>
588
- <span>22455</span>
590
+ <span>18231</span>
589
591
  </span>
590
592
  <span class="star" title="Repo Forked">
591
593
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
592
594
  <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">
593
595
  </path>
594
596
  </svg>
595
- <span>4712</span>
597
+ <span>4980</span>
596
598
  </span>
597
599
  <span class="star">
598
600
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
599
601
  <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>
600
602
  </svg>
601
- <span>567 stars this month</span>
603
+ <span>3115 stars this month</span>
602
604
  </span>
603
605
  </div>
604
606
  <div class="details">
@@ -611,32 +613,32 @@
611
613
  <div class="info">
612
614
  <div class="rank">
613
615
  <span title="Ranking 13">13</span>
614
- <a href="https://github.com/ory/kratos" target="_blank" title="ory/kratos">ory/kratos</a>
616
+ <a href="https://github.com/facebook/folly" target="_blank" title="facebook/folly">facebook/folly</a>
615
617
  </div>
616
618
  <div class="sub-title followers">
617
619
 
618
- <a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
619
- <span style="background-color: #00ADD8;"></span>Go
620
+ <a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
621
+ <span style="background-color: #f34b7d;"></span>C++
620
622
  </a>
621
623
 
622
624
  <span class="star" title="Stargazers Count">
623
625
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
624
626
  <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
627
  </svg>
626
- <span>7130</span>
628
+ <span>22498</span>
627
629
  </span>
628
630
  <span class="star" title="Repo Forked">
629
631
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
630
632
  <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">
631
633
  </path>
632
634
  </svg>
633
- <span>602</span>
635
+ <span>4720</span>
634
636
  </span>
635
637
  <span class="star">
636
638
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
637
639
  <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>
638
640
  </svg>
639
- <span>1567 stars this month</span>
641
+ <span>605 stars this month</span>
640
642
  </span>
641
643
  </div>
642
644
  <div class="details">
@@ -649,32 +651,32 @@
649
651
  <div class="info">
650
652
  <div class="rank">
651
653
  <span title="Ranking 14">14</span>
652
- <a href="https://github.com/Lissy93/dashy" target="_blank" title="Lissy93/dashy">Lissy93/dashy</a>
654
+ <a href="https://github.com/doocs/source-code-hunter" target="_blank" title="doocs/source-code-hunter">doocs/source-code-hunter</a>
653
655
  </div>
654
656
  <div class="sub-title followers">
655
657
 
656
- <a class="language" target="_blank" href="https://github.com/topics/vue" title="Programming Language Vue">
657
- <span style="background-color: #41b883;"></span>Vue
658
+ <a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
659
+ <span style="background-color: #b07219;"></span>Java
658
660
  </a>
659
661
 
660
662
  <span class="star" title="Stargazers Count">
661
663
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
662
664
  <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>
663
665
  </svg>
664
- <span>6471</span>
666
+ <span>10503</span>
665
667
  </span>
666
668
  <span class="star" title="Repo Forked">
667
669
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
668
670
  <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">
669
671
  </path>
670
672
  </svg>
671
- <span>367</span>
673
+ <span>2010</span>
672
674
  </span>
673
675
  <span class="star">
674
676
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
675
677
  <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>
676
678
  </svg>
677
- <span>3603 stars this month</span>
679
+ <span>1563 stars this month</span>
678
680
  </span>
679
681
  </div>
680
682
  <div class="details">
@@ -687,28 +689,32 @@
687
689
  <div class="info">
688
690
  <div class="rank">
689
691
  <span title="Ranking 15">15</span>
690
- <a href="https://github.com/smartcontractkit/full-blockchain-solidity-course-js" target="_blank" title="smartcontractkit/full-blockchain-solidity-course-js">smartcontractkit/full-blockchain-solidity-course-js</a>
692
+ <a href="https://github.com/google/zx" target="_blank" title="google/zx">google/zx</a>
691
693
  </div>
692
694
  <div class="sub-title followers">
693
695
 
696
+ <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
697
+ <span style="background-color: #f1e05a;"></span>JavaScript
698
+ </a>
699
+
694
700
  <span class="star" title="Stargazers Count">
695
701
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
696
702
  <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
703
  </svg>
698
- <span>3073</span>
704
+ <span>32896</span>
699
705
  </span>
700
706
  <span class="star" title="Repo Forked">
701
707
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
702
708
  <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">
703
709
  </path>
704
710
  </svg>
705
- <span>592</span>
711
+ <span>748</span>
706
712
  </span>
707
713
  <span class="star">
708
714
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
709
715
  <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>
710
716
  </svg>
711
- <span>1183 stars this month</span>
717
+ <span>1467 stars this month</span>
712
718
  </span>
713
719
  </div>
714
720
  <div class="details">
@@ -721,32 +727,32 @@
721
727
  <div class="info">
722
728
  <div class="rank">
723
729
  <span title="Ranking 16">16</span>
724
- <a href="https://github.com/alan2207/bulletproof-react" target="_blank" title="alan2207/bulletproof-react">alan2207/bulletproof-react</a>
730
+ <a href="https://github.com/ToolJet/ToolJet" target="_blank" title="ToolJet/ToolJet">ToolJet/ToolJet</a>
725
731
  </div>
726
732
  <div class="sub-title followers">
727
733
 
728
- <a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
729
- <span style="background-color: #3178c6;"></span>TypeScript
734
+ <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
735
+ <span style="background-color: #f1e05a;"></span>JavaScript
730
736
  </a>
731
737
 
732
738
  <span class="star" title="Stargazers Count">
733
739
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
734
740
  <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
741
  </svg>
736
- <span>11740</span>
742
+ <span>12164</span>
737
743
  </span>
738
744
  <span class="star" title="Repo Forked">
739
745
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
740
746
  <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">
741
747
  </path>
742
748
  </svg>
743
- <span>846</span>
749
+ <span>977</span>
744
750
  </span>
745
751
  <span class="star">
746
752
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
747
753
  <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>
748
754
  </svg>
749
- <span>1436 stars this month</span>
755
+ <span>1944 stars this month</span>
750
756
  </span>
751
757
  </div>
752
758
  <div class="details">
@@ -759,32 +765,32 @@
759
765
  <div class="info">
760
766
  <div class="rank">
761
767
  <span title="Ranking 17">17</span>
762
- <a href="https://github.com/iperov/DeepFaceLive" target="_blank" title="iperov/DeepFaceLive">iperov/DeepFaceLive</a>
768
+ <a href="https://github.com/delta-io/delta" target="_blank" title="delta-io/delta">delta-io/delta</a>
763
769
  </div>
764
770
  <div class="sub-title followers">
765
771
 
766
- <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
767
- <span style="background-color: #3572A5;"></span>Python
772
+ <a class="language" target="_blank" href="https://github.com/topics/scala" title="Programming Language Scala">
773
+ <span style="background-color: #c22d40;"></span>Scala
768
774
  </a>
769
775
 
770
776
  <span class="star" title="Stargazers Count">
771
777
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
772
778
  <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
779
  </svg>
774
- <span>6552</span>
780
+ <span>4873</span>
775
781
  </span>
776
782
  <span class="star" title="Repo Forked">
777
783
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
778
784
  <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">
779
785
  </path>
780
786
  </svg>
781
- <span>895</span>
787
+ <span>1101</span>
782
788
  </span>
783
789
  <span class="star">
784
790
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
785
791
  <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>
786
792
  </svg>
787
- <span>1887 stars this month</span>
793
+ <span>477 stars this month</span>
788
794
  </span>
789
795
  </div>
790
796
  <div class="details">
@@ -797,32 +803,32 @@
797
803
  <div class="info">
798
804
  <div class="rank">
799
805
  <span title="Ranking 18">18</span>
800
- <a href="https://github.com/wailsapp/wails" target="_blank" title="wailsapp/wails">wailsapp/wails</a>
806
+ <a href="https://github.com/tauri-apps/tauri" target="_blank" title="tauri-apps/tauri">tauri-apps/tauri</a>
801
807
  </div>
802
808
  <div class="sub-title followers">
803
809
 
804
- <a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
805
- <span style="background-color: #00ADD8;"></span>Go
810
+ <a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
811
+ <span style="background-color: #dea584;"></span>Rust
806
812
  </a>
807
813
 
808
814
  <span class="star" title="Stargazers Count">
809
815
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
810
816
  <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
817
  </svg>
812
- <span>8140</span>
818
+ <span>45936</span>
813
819
  </span>
814
820
  <span class="star" title="Repo Forked">
815
821
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
816
822
  <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">
817
823
  </path>
818
824
  </svg>
819
- <span>420</span>
825
+ <span>1145</span>
820
826
  </span>
821
827
  <span class="star">
822
828
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
823
829
  <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>
824
830
  </svg>
825
- <span>1611 stars this month</span>
831
+ <span>4184 stars this month</span>
826
832
  </span>
827
833
  </div>
828
834
  <div class="details">
@@ -835,32 +841,32 @@
835
841
  <div class="info">
836
842
  <div class="rank">
837
843
  <span title="Ranking 19">19</span>
838
- <a href="https://github.com/ToolJet/ToolJet" target="_blank" title="ToolJet/ToolJet">ToolJet/ToolJet</a>
844
+ <a href="https://github.com/VSCodium/vscodium" target="_blank" title="VSCodium/vscodium">VSCodium/vscodium</a>
839
845
  </div>
840
846
  <div class="sub-title followers">
841
847
 
842
- <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
843
- <span style="background-color: #f1e05a;"></span>JavaScript
848
+ <a class="language" target="_blank" href="https://github.com/topics/shell" title="Programming Language Shell">
849
+ <span style="background-color: #89e051;"></span>Shell
844
850
  </a>
845
851
 
846
852
  <span class="star" title="Stargazers Count">
847
853
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
848
854
  <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
855
  </svg>
850
- <span>12094</span>
856
+ <span>16978</span>
851
857
  </span>
852
858
  <span class="star" title="Repo Forked">
853
859
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
854
860
  <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">
855
861
  </path>
856
862
  </svg>
857
- <span>969</span>
863
+ <span>720</span>
858
864
  </span>
859
865
  <span class="star">
860
866
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
861
867
  <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>
862
868
  </svg>
863
- <span>1890 stars this month</span>
869
+ <span>898 stars this month</span>
864
870
  </span>
865
871
  </div>
866
872
  <div class="details">
@@ -873,32 +879,28 @@
873
879
  <div class="info">
874
880
  <div class="rank">
875
881
  <span title="Ranking 20">20</span>
876
- <a href="https://github.com/VSCodium/vscodium" target="_blank" title="VSCodium/vscodium">VSCodium/vscodium</a>
882
+ <a href="https://github.com/qianguyihao/Web" target="_blank" title="qianguyihao/Web">qianguyihao/Web</a>
877
883
  </div>
878
884
  <div class="sub-title followers">
879
885
 
880
- <a class="language" target="_blank" href="https://github.com/topics/shell" title="Programming Language Shell">
881
- <span style="background-color: #89e051;"></span>Shell
882
- </a>
883
-
884
886
  <span class="star" title="Stargazers Count">
885
887
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
886
888
  <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
889
  </svg>
888
- <span>16932</span>
890
+ <span>20731</span>
889
891
  </span>
890
892
  <span class="star" title="Repo Forked">
891
893
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
892
894
  <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">
893
895
  </path>
894
896
  </svg>
895
- <span>716</span>
897
+ <span>5498</span>
896
898
  </span>
897
899
  <span class="star">
898
900
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
899
901
  <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>
900
902
  </svg>
901
- <span>904 stars this month</span>
903
+ <span>1070 stars this month</span>
902
904
  </span>
903
905
  </div>
904
906
  <div class="details">
@@ -911,32 +913,28 @@
911
913
  <div class="info">
912
914
  <div class="rank">
913
915
  <span title="Ranking 21">21</span>
914
- <a href="https://github.com/bregman-arie/devops-exercises" target="_blank" title="bregman-arie/devops-exercises">bregman-arie/devops-exercises</a>
916
+ <a href="https://github.com/Ebazhanov/linkedin-skill-assessments-quizzes" target="_blank" title="Ebazhanov/linkedin-skill-assessments-quizzes">Ebazhanov/linkedin-skill-assessments-quizzes</a>
915
917
  </div>
916
918
  <div class="sub-title followers">
917
919
 
918
- <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
919
- <span style="background-color: #3572A5;"></span>Python
920
- </a>
921
-
922
920
  <span class="star" title="Stargazers Count">
923
921
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
924
922
  <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
923
  </svg>
926
- <span>27470</span>
924
+ <span>15993</span>
927
925
  </span>
928
926
  <span class="star" title="Repo Forked">
929
927
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
930
928
  <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">
931
929
  </path>
932
930
  </svg>
933
- <span>5741</span>
931
+ <span>8761</span>
934
932
  </span>
935
933
  <span class="star">
936
934
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
937
935
  <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>
938
936
  </svg>
939
- <span>2500 stars this month</span>
937
+ <span>1051 stars this month</span>
940
938
  </span>
941
939
  </div>
942
940
  <div class="details">
@@ -949,32 +947,28 @@
949
947
  <div class="info">
950
948
  <div class="rank">
951
949
  <span title="Ranking 22">22</span>
952
- <a href="https://github.com/google/zx" target="_blank" title="google/zx">google/zx</a>
950
+ <a href="https://github.com/smartcontractkit/full-blockchain-solidity-course-js" target="_blank" title="smartcontractkit/full-blockchain-solidity-course-js">smartcontractkit/full-blockchain-solidity-course-js</a>
953
951
  </div>
954
952
  <div class="sub-title followers">
955
953
 
956
- <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
957
- <span style="background-color: #f1e05a;"></span>JavaScript
958
- </a>
959
-
960
954
  <span class="star" title="Stargazers Count">
961
955
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
962
956
  <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
957
  </svg>
964
- <span>32749</span>
958
+ <span>3182</span>
965
959
  </span>
966
960
  <span class="star" title="Repo Forked">
967
961
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
968
962
  <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">
969
963
  </path>
970
964
  </svg>
971
- <span>744</span>
965
+ <span>621</span>
972
966
  </span>
973
967
  <span class="star">
974
968
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
975
969
  <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>
976
970
  </svg>
977
- <span>1351 stars this month</span>
971
+ <span>1126 stars this month</span>
978
972
  </span>
979
973
  </div>
980
974
  <div class="details">
@@ -987,32 +981,28 @@
987
981
  <div class="info">
988
982
  <div class="rank">
989
983
  <span title="Ranking 23">23</span>
990
- <a href="https://github.com/wazuh/wazuh" target="_blank" title="wazuh/wazuh">wazuh/wazuh</a>
984
+ <a href="https://github.com/youngyangyang04/leetcode-master" target="_blank" title="youngyangyang04/leetcode-master">youngyangyang04/leetcode-master</a>
991
985
  </div>
992
986
  <div class="sub-title followers">
993
987
 
994
- <a class="language" target="_blank" href="https://github.com/topics/c" title="Programming Language C">
995
- <span style="background-color: #555555;"></span>C
996
- </a>
997
-
998
988
  <span class="star" title="Stargazers Count">
999
989
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
1000
990
  <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
991
  </svg>
1002
- <span>4447</span>
992
+ <span>29120</span>
1003
993
  </span>
1004
994
  <span class="star" title="Repo Forked">
1005
995
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
1006
996
  <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">
1007
997
  </path>
1008
998
  </svg>
1009
- <span>796</span>
999
+ <span>7460</span>
1010
1000
  </span>
1011
1001
  <span class="star">
1012
1002
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
1013
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>
1014
1004
  </svg>
1015
- <span>769 stars this month</span>
1005
+ <span>1929 stars this month</span>
1016
1006
  </span>
1017
1007
  </div>
1018
1008
  <div class="details">
@@ -1025,28 +1015,32 @@
1025
1015
  <div class="info">
1026
1016
  <div class="rank">
1027
1017
  <span title="Ranking 24">24</span>
1028
- <a href="https://github.com/qianguyihao/Web" target="_blank" title="qianguyihao/Web">qianguyihao/Web</a>
1018
+ <a href="https://github.com/bregman-arie/devops-exercises" target="_blank" title="bregman-arie/devops-exercises">bregman-arie/devops-exercises</a>
1029
1019
  </div>
1030
1020
  <div class="sub-title followers">
1031
1021
 
1022
+ <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
1023
+ <span style="background-color: #3572A5;"></span>Python
1024
+ </a>
1025
+
1032
1026
  <span class="star" title="Stargazers Count">
1033
1027
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
1034
1028
  <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
1029
  </svg>
1036
- <span>20509</span>
1030
+ <span>27621</span>
1037
1031
  </span>
1038
1032
  <span class="star" title="Repo Forked">
1039
1033
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
1040
1034
  <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">
1041
1035
  </path>
1042
1036
  </svg>
1043
- <span>5462</span>
1037
+ <span>5780</span>
1044
1038
  </span>
1045
1039
  <span class="star">
1046
1040
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
1047
1041
  <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>
1048
1042
  </svg>
1049
- <span>854 stars this month</span>
1043
+ <span>2502 stars this month</span>
1050
1044
  </span>
1051
1045
  </div>
1052
1046
  <div class="details">
@@ -1059,28 +1053,32 @@
1059
1053
  <div class="info">
1060
1054
  <div class="rank">
1061
1055
  <span title="Ranking 25">25</span>
1062
- <a href="https://github.com/youngyangyang04/leetcode-master" target="_blank" title="youngyangyang04/leetcode-master">youngyangyang04/leetcode-master</a>
1056
+ <a href="https://github.com/jina-ai/dalle-flow" target="_blank" title="jina-ai/dalle-flow">jina-ai/dalle-flow</a>
1063
1057
  </div>
1064
1058
  <div class="sub-title followers">
1065
1059
 
1060
+ <a class="language" target="_blank" href="https://github.com/topics/jupyternotebook" title="Programming Language JupyterNotebook">
1061
+ <span style="background-color: #DA5B0B;"></span>JupyterNotebook
1062
+ </a>
1063
+
1066
1064
  <span class="star" title="Stargazers Count">
1067
1065
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
1068
1066
  <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>
1069
1067
  </svg>
1070
- <span>28997</span>
1068
+ <span>2003</span>
1071
1069
  </span>
1072
1070
  <span class="star" title="Repo Forked">
1073
1071
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
1074
1072
  <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">
1075
1073
  </path>
1076
1074
  </svg>
1077
- <span>7429</span>
1075
+ <span>108</span>
1078
1076
  </span>
1079
1077
  <span class="star">
1080
1078
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
1081
1079
  <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>
1082
1080
  </svg>
1083
- <span>1880 stars this month</span>
1081
+ <span>1324 stars this month</span>
1084
1082
  </span>
1085
1083
  </div>
1086
1084
  <div class="details">
@@ -1105,7 +1103,7 @@
1105
1103
  <img src="https://img.shields.io/npm/v/@wcj/github-rank.svg?label=unpkg">
1106
1104
  </a>
1107
1105
  </div>
1108
- <div class="time">Last cache created on 2022/7/4 by Github API v3.</div>
1106
+ <div class="time">Last cache created on 2022/7/7 by Github API v3.</div>
1109
1107
  Create by <a href="https://github.com/jaywcjlove" target="_blank">小弟调调™</a>.
1110
1108
  </div>
1111
1109
  </body>