@wcj/github-rank 21.10.1 → 21.10.2

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 (38) hide show
  1. package/dist/repos.json +16537 -15537
  2. package/dist/sifou-daily.json +17 -53
  3. package/dist/sifou-monthly.json +46 -46
  4. package/dist/sifou-weekly.json +119 -119
  5. package/dist/toutiao-30.json +43 -43
  6. package/dist/toutiao-7.json +73 -73
  7. package/dist/toutiao-90.json +13 -13
  8. package/dist/trending-daily.json +197 -197
  9. package/dist/trending-monthly.json +166 -166
  10. package/dist/trending-weekly.json +171 -171
  11. package/dist/users.china.json +662 -662
  12. package/dist/users.json +1837 -1837
  13. package/package.json +1 -1
  14. package/web/36kr.html +2 -2
  15. package/web/data/repos.json +16537 -15537
  16. package/web/data/sifou-daily.json +17 -53
  17. package/web/data/sifou-monthly.json +46 -46
  18. package/web/data/sifou-weekly.json +119 -119
  19. package/web/data/toutiao-30.json +43 -43
  20. package/web/data/toutiao-7.json +73 -73
  21. package/web/data/toutiao-90.json +13 -13
  22. package/web/data/trending-daily.json +197 -197
  23. package/web/data/trending-monthly.json +166 -166
  24. package/web/data/trending-weekly.json +171 -171
  25. package/web/data/users.china.json +662 -662
  26. package/web/data/users.json +1837 -1837
  27. package/web/index.html +994 -994
  28. package/web/repos.html +2203 -2203
  29. package/web/sifou-daily.html +16 -128
  30. package/web/sifou-monthly.html +52 -52
  31. package/web/sifou-weekly.html +134 -134
  32. package/web/toutiao-30.html +71 -71
  33. package/web/toutiao-7.html +88 -88
  34. package/web/toutiao-90.html +15 -15
  35. package/web/trending-monthly.html +166 -162
  36. package/web/trending-weekly.html +162 -158
  37. package/web/trending.html +174 -174
  38. package/web/users.china.html +400 -400
package/web/trending.html CHANGED
@@ -81,7 +81,7 @@
81
81
  </svg>
82
82
  </a>
83
83
  <h1 class="title"> GitHub Repositories Trending </h1>
84
- <div class="time">Last cache created on 2021/10/1 by Github API v3.</div>
84
+ <div class="time">Last cache created on 2021/10/2 by Github API v3.</div>
85
85
  <div class="tabs">
86
86
  <a class="" href="index.html">Users</a>
87
87
  <a class="" href="repos.html">Repos</a>
@@ -104,26 +104,22 @@
104
104
  <div class="info">
105
105
  <div class="rank">
106
106
  <span title="Ranking 1">1</span>
107
- <a href="https://github.com/withfig/autocomplete" target="_blank" title="withfig/autocomplete">withfig/autocomplete</a>
107
+ <a href="https://github.com/sindresorhus/awesome" target="_blank" title="sindresorhus/awesome">sindresorhus/awesome</a>
108
108
  </div>
109
109
  <div class="sub-title followers">
110
110
 
111
- <a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
112
- <span style="background-color: #2b7489;"></span>TypeScript
113
- </a>
114
-
115
111
  <span class="star" title="Stargazers Count">
116
112
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
117
113
  <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>
118
114
  </svg>
119
- <span>5895</span>
115
+ <span>170575</span>
120
116
  </span>
121
117
  <span class="star" title="Repo Forked">
122
118
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
123
119
  <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">
124
120
  </path>
125
121
  </svg>
126
- <span>1278</span>
122
+ <span>21727</span>
127
123
  </span>
128
124
  <span class="star">
129
125
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
@@ -133,7 +129,7 @@
133
129
  </span>
134
130
  </div>
135
131
  <div class="details">
136
- Fig adds autocomplete to your terminal.
132
+ 😎 Awesome lists about all kinds of interesting topics
137
133
  </div>
138
134
  </div>
139
135
  </li>
@@ -142,36 +138,36 @@
142
138
  <div class="info">
143
139
  <div class="rank">
144
140
  <span title="Ranking 2">2</span>
145
- <a href="https://github.com/jonataslaw/getx" target="_blank" title="jonataslaw/getx">jonataslaw/getx</a>
141
+ <a href="https://github.com/trekhleb/javascript-algorithms" target="_blank" title="trekhleb/javascript-algorithms">trekhleb/javascript-algorithms</a>
146
142
  </div>
147
143
  <div class="sub-title followers">
148
144
 
149
- <a class="language" target="_blank" href="https://github.com/topics/dart" title="Programming Language Dart">
150
- <span style="background-color: #00B4AB;"></span>Dart
145
+ <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
146
+ <span style="background-color: #f1e05a;"></span>JavaScript
151
147
  </a>
152
148
 
153
149
  <span class="star" title="Stargazers Count">
154
150
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
155
151
  <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>
156
152
  </svg>
157
- <span>4729</span>
153
+ <span>120947</span>
158
154
  </span>
159
155
  <span class="star" title="Repo Forked">
160
156
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
161
157
  <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">
162
158
  </path>
163
159
  </svg>
164
- <span>714</span>
160
+ <span>19871</span>
165
161
  </span>
166
162
  <span class="star">
167
163
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
168
164
  <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
165
  </svg>
170
- <span>80 stars today</span>
166
+ <span>248 stars today</span>
171
167
  </span>
172
168
  </div>
173
169
  <div class="details">
174
- Open screens/snackbars/dialogs/bottomSheets without context, manage states and inject dependencies easily with Get.
170
+ 📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
175
171
  </div>
176
172
  </div>
177
173
  </li>
@@ -180,36 +176,36 @@
180
176
  <div class="info">
181
177
  <div class="rank">
182
178
  <span title="Ranking 3">3</span>
183
- <a href="https://github.com/robertdavidgraham/masscan" target="_blank" title="robertdavidgraham/masscan">robertdavidgraham/masscan</a>
179
+ <a href="https://github.com/great-expectations/great_expectations" target="_blank" title="great-expectations/great_expectations">great-expectations/great_expectations</a>
184
180
  </div>
185
181
  <div class="sub-title followers">
186
182
 
187
- <a class="language" target="_blank" href="https://github.com/topics/c" title="Programming Language C">
188
- <span style="background-color: #555555;"></span>C
183
+ <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
184
+ <span style="background-color: #3572A5;"></span>Python
189
185
  </a>
190
186
 
191
187
  <span class="star" title="Stargazers Count">
192
188
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
193
189
  <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>
194
190
  </svg>
195
- <span>17382</span>
191
+ <span>5313</span>
196
192
  </span>
197
193
  <span class="star" title="Repo Forked">
198
194
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
199
195
  <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">
200
196
  </path>
201
197
  </svg>
202
- <span>2562</span>
198
+ <span>699</span>
203
199
  </span>
204
200
  <span class="star">
205
201
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
206
202
  <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
203
  </svg>
208
- <span>301 stars today</span>
204
+ <span>146 stars today</span>
209
205
  </span>
210
206
  </div>
211
207
  <div class="details">
212
- TCP port scanner, spews SYN packets asynchronously, scanning entire Internet in under 5 minutes.
208
+ Always know what to expect from your data.
213
209
  </div>
214
210
  </div>
215
211
  </li>
@@ -218,36 +214,36 @@
218
214
  <div class="info">
219
215
  <div class="rank">
220
216
  <span title="Ranking 4">4</span>
221
- <a href="https://github.com/jackfrued/Python-100-Days" target="_blank" title="jackfrued/Python-100-Days">jackfrued/Python-100-Days</a>
217
+ <a href="https://github.com/containers/youki" target="_blank" title="containers/youki">containers/youki</a>
222
218
  </div>
223
219
  <div class="sub-title followers">
224
220
 
225
- <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
226
- <span style="background-color: #3572A5;"></span>Python
221
+ <a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
222
+ <span style="background-color: #dea584;"></span>Rust
227
223
  </a>
228
224
 
229
225
  <span class="star" title="Stargazers Count">
230
226
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
231
227
  <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>
232
228
  </svg>
233
- <span>109032</span>
229
+ <span>2089</span>
234
230
  </span>
235
231
  <span class="star" title="Repo Forked">
236
232
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
237
233
  <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">
238
234
  </path>
239
235
  </svg>
240
- <span>42924</span>
236
+ <span>102</span>
241
237
  </span>
242
238
  <span class="star">
243
239
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
244
240
  <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
241
  </svg>
246
- <span>96 stars today</span>
242
+ <span>131 stars today</span>
247
243
  </span>
248
244
  </div>
249
245
  <div class="details">
250
- Python - 100天从新手到大师
246
+ A container runtime written in Rust
251
247
  </div>
252
248
  </div>
253
249
  </li>
@@ -256,32 +252,36 @@
256
252
  <div class="info">
257
253
  <div class="rank">
258
254
  <span title="Ranking 5">5</span>
259
- <a href="https://github.com/mithi/react-philosophies" target="_blank" title="mithi/react-philosophies">mithi/react-philosophies</a>
255
+ <a href="https://github.com/mgeeky/ShellcodeFluctuation" target="_blank" title="mgeeky/ShellcodeFluctuation">mgeeky/ShellcodeFluctuation</a>
260
256
  </div>
261
257
  <div class="sub-title followers">
262
258
 
259
+ <a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
260
+ <span style="background-color: #f34b7d;"></span>C++
261
+ </a>
262
+
263
263
  <span class="star" title="Stargazers Count">
264
264
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
265
265
  <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>
266
266
  </svg>
267
- <span>604</span>
267
+ <span>231</span>
268
268
  </span>
269
269
  <span class="star" title="Repo Forked">
270
270
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
271
271
  <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">
272
272
  </path>
273
273
  </svg>
274
- <span>25</span>
274
+ <span>36</span>
275
275
  </span>
276
276
  <span class="star">
277
277
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
278
278
  <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>
279
279
  </svg>
280
- <span>250 stars today</span>
280
+ <span>59 stars today</span>
281
281
  </span>
282
282
  </div>
283
283
  <div class="details">
284
- 🧘 Things I think about when I write React code 🧘
284
+ An advanced in-memory evasion technique fluctuating shellcode&#39;s memory protection between RW/NoAccess &amp; RX and then encrypting/decrypting its contents
285
285
  </div>
286
286
  </div>
287
287
  </li>
@@ -290,7 +290,7 @@
290
290
  <div class="info">
291
291
  <div class="rank">
292
292
  <span title="Ranking 6">6</span>
293
- <a href="https://github.com/pytorch/data" target="_blank" title="pytorch/data">pytorch/data</a>
293
+ <a href="https://github.com/willmcgugan/textual" target="_blank" title="willmcgugan/textual">willmcgugan/textual</a>
294
294
  </div>
295
295
  <div class="sub-title followers">
296
296
 
@@ -302,24 +302,24 @@
302
302
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
303
303
  <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>
304
304
  </svg>
305
- <span>261</span>
305
+ <span>5248</span>
306
306
  </span>
307
307
  <span class="star" title="Repo Forked">
308
308
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
309
309
  <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">
310
310
  </path>
311
311
  </svg>
312
- <span>3</span>
312
+ <span>110</span>
313
313
  </span>
314
314
  <span class="star">
315
315
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
316
316
  <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>
317
317
  </svg>
318
- <span>81 stars today</span>
318
+ <span>222 stars today</span>
319
319
  </span>
320
320
  </div>
321
321
  <div class="details">
322
- A PyTorch repo for data loading and utilities to be shared by the PyTorch domain libraries.
322
+ Textual is a TUI (Text User Interface) framework for Python inspired by modern web development.
323
323
  </div>
324
324
  </div>
325
325
  </li>
@@ -328,36 +328,36 @@
328
328
  <div class="info">
329
329
  <div class="rank">
330
330
  <span title="Ranking 7">7</span>
331
- <a href="https://github.com/obsproject/obs-studio" target="_blank" title="obsproject/obs-studio">obsproject/obs-studio</a>
331
+ <a href="https://github.com/hashicorp/consul" target="_blank" title="hashicorp/consul">hashicorp/consul</a>
332
332
  </div>
333
333
  <div class="sub-title followers">
334
334
 
335
- <a class="language" target="_blank" href="https://github.com/topics/c" title="Programming Language C">
336
- <span style="background-color: #555555;"></span>C
335
+ <a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
336
+ <span style="background-color: #00ADD8;"></span>Go
337
337
  </a>
338
338
 
339
339
  <span class="star" title="Stargazers Count">
340
340
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
341
341
  <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>
342
342
  </svg>
343
- <span>31255</span>
343
+ <span>23257</span>
344
344
  </span>
345
345
  <span class="star" title="Repo Forked">
346
346
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
347
347
  <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">
348
348
  </path>
349
349
  </svg>
350
- <span>5195</span>
350
+ <span>3849</span>
351
351
  </span>
352
352
  <span class="star">
353
353
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
354
354
  <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>
355
355
  </svg>
356
- <span>185 stars today</span>
356
+ <span>64 stars today</span>
357
357
  </span>
358
358
  </div>
359
359
  <div class="details">
360
- OBS Studio - Free and open source software for live streaming and screen recording
360
+ Consul is a distributed, highly available, and data center aware solution to connect and configure applications across dynamic, distributed infrastructure.
361
361
  </div>
362
362
  </div>
363
363
  </li>
@@ -366,36 +366,36 @@
366
366
  <div class="info">
367
367
  <div class="rank">
368
368
  <span title="Ranking 8">8</span>
369
- <a href="https://github.com/appwrite/appwrite" target="_blank" title="appwrite/appwrite">appwrite/appwrite</a>
369
+ <a href="https://github.com/jonataslaw/getx" target="_blank" title="jonataslaw/getx">jonataslaw/getx</a>
370
370
  </div>
371
371
  <div class="sub-title followers">
372
372
 
373
- <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
374
- <span style="background-color: #f1e05a;"></span>JavaScript
373
+ <a class="language" target="_blank" href="https://github.com/topics/dart" title="Programming Language Dart">
374
+ <span style="background-color: #00B4AB;"></span>Dart
375
375
  </a>
376
376
 
377
377
  <span class="star" title="Stargazers Count">
378
378
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
379
379
  <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>
380
380
  </svg>
381
- <span>11906</span>
381
+ <span>4818</span>
382
382
  </span>
383
383
  <span class="star" title="Repo Forked">
384
384
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
385
385
  <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">
386
386
  </path>
387
387
  </svg>
388
- <span>885</span>
388
+ <span>716</span>
389
389
  </span>
390
390
  <span class="star">
391
391
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
392
392
  <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>
393
393
  </svg>
394
- <span>153 stars today</span>
394
+ <span>98 stars today</span>
395
395
  </span>
396
396
  </div>
397
397
  <div class="details">
398
- Appwrite is a secure end-to-end backend server for Web, Mobile, and Flutter developers that is packaged as a set of Docker containers for easy deployment 🚀
398
+ Open screens/snackbars/dialogs/bottomSheets without context, manage states and inject dependencies easily with Get.
399
399
  </div>
400
400
  </div>
401
401
  </li>
@@ -404,32 +404,36 @@
404
404
  <div class="info">
405
405
  <div class="rank">
406
406
  <span title="Ranking 9">9</span>
407
- <a href="https://github.com/laoshenkaopu/kkndme_tianya" target="_blank" title="laoshenkaopu/kkndme_tianya">laoshenkaopu/kkndme_tianya</a>
407
+ <a href="https://github.com/TheAlgorithms/Javascript" target="_blank" title="TheAlgorithms/Javascript">TheAlgorithms/Javascript</a>
408
408
  </div>
409
409
  <div class="sub-title followers">
410
410
 
411
+ <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
412
+ <span style="background-color: #f1e05a;"></span>JavaScript
413
+ </a>
414
+
411
415
  <span class="star" title="Stargazers Count">
412
416
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
413
417
  <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>
414
418
  </svg>
415
- <span>3766</span>
419
+ <span>14538</span>
416
420
  </span>
417
421
  <span class="star" title="Repo Forked">
418
422
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
419
423
  <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">
420
424
  </path>
421
425
  </svg>
422
- <span>763</span>
426
+ <span>2455</span>
423
427
  </span>
424
428
  <span class="star">
425
429
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
426
430
  <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>
427
431
  </svg>
428
- <span>61 stars today</span>
432
+ <span>125 stars today</span>
429
433
  </span>
430
434
  </div>
431
435
  <div class="details">
432
- 天涯 kkndme 神贴聊房价
436
+ A repository for All algorithms implemented in Javascript (for educational purposes only)
433
437
  </div>
434
438
  </div>
435
439
  </li>
@@ -438,36 +442,32 @@
438
442
  <div class="info">
439
443
  <div class="rank">
440
444
  <span title="Ranking 10">10</span>
441
- <a href="https://github.com/livewire/livewire" target="_blank" title="livewire/livewire">livewire/livewire</a>
445
+ <a href="https://github.com/danistefanovic/build-your-own-x" target="_blank" title="danistefanovic/build-your-own-x">danistefanovic/build-your-own-x</a>
442
446
  </div>
443
447
  <div class="sub-title followers">
444
448
 
445
- <a class="language" target="_blank" href="https://github.com/topics/blade" title="Programming Language Blade">
446
- <span style="background-color: #f7523f;"></span>Blade
447
- </a>
448
-
449
449
  <span class="star" title="Stargazers Count">
450
450
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
451
451
  <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>
452
452
  </svg>
453
- <span>13056</span>
453
+ <span>118724</span>
454
454
  </span>
455
455
  <span class="star" title="Repo Forked">
456
456
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
457
457
  <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">
458
458
  </path>
459
459
  </svg>
460
- <span>732</span>
460
+ <span>10704</span>
461
461
  </span>
462
462
  <span class="star">
463
463
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
464
464
  <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>
465
465
  </svg>
466
- <span>51 stars today</span>
466
+ <span>258 stars today</span>
467
467
  </span>
468
468
  </div>
469
469
  <div class="details">
470
- A full-stack framework for Laravel that takes the pain out of building dynamic UIs.
470
+ 🤓 Build your own (insert technology here)
471
471
  </div>
472
472
  </div>
473
473
  </li>
@@ -476,36 +476,36 @@
476
476
  <div class="info">
477
477
  <div class="rank">
478
478
  <span title="Ranking 11">11</span>
479
- <a href="https://github.com/kimlimjustin/xplorer" target="_blank" title="kimlimjustin/xplorer">kimlimjustin/xplorer</a>
479
+ <a href="https://github.com/ripienaar/free-for-dev" target="_blank" title="ripienaar/free-for-dev">ripienaar/free-for-dev</a>
480
480
  </div>
481
481
  <div class="sub-title followers">
482
482
 
483
- <a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
484
- <span style="background-color: #2b7489;"></span>TypeScript
483
+ <a class="language" target="_blank" href="https://github.com/topics/html" title="Programming Language HTML">
484
+ <span style="background-color: #e34c26;"></span>HTML
485
485
  </a>
486
486
 
487
487
  <span class="star" title="Stargazers Count">
488
488
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
489
489
  <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>
490
490
  </svg>
491
- <span>1280</span>
491
+ <span>49228</span>
492
492
  </span>
493
493
  <span class="star" title="Repo Forked">
494
494
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
495
495
  <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">
496
496
  </path>
497
497
  </svg>
498
- <span>81</span>
498
+ <span>5325</span>
499
499
  </span>
500
500
  <span class="star">
501
501
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
502
502
  <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>
503
503
  </svg>
504
- <span>249 stars today</span>
504
+ <span>162 stars today</span>
505
505
  </span>
506
506
  </div>
507
507
  <div class="details">
508
- Xplorer, a customizable, modern file manager
508
+ A list of SaaS, PaaS and IaaS offerings that have free tiers of interest to devops and infradev
509
509
  </div>
510
510
  </div>
511
511
  </li>
@@ -514,36 +514,32 @@
514
514
  <div class="info">
515
515
  <div class="rank">
516
516
  <span title="Ranking 12">12</span>
517
- <a href="https://github.com/strapi/strapi" target="_blank" title="strapi/strapi">strapi/strapi</a>
517
+ <a href="https://github.com/mithi/react-philosophies" target="_blank" title="mithi/react-philosophies">mithi/react-philosophies</a>
518
518
  </div>
519
519
  <div class="sub-title followers">
520
520
 
521
- <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
522
- <span style="background-color: #f1e05a;"></span>JavaScript
523
- </a>
524
-
525
521
  <span class="star" title="Stargazers Count">
526
522
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
527
523
  <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>
528
524
  </svg>
529
- <span>39940</span>
525
+ <span>952</span>
530
526
  </span>
531
527
  <span class="star" title="Repo Forked">
532
528
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
533
529
  <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">
534
530
  </path>
535
531
  </svg>
536
- <span>4818</span>
532
+ <span>36</span>
537
533
  </span>
538
534
  <span class="star">
539
535
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
540
536
  <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>
541
537
  </svg>
542
- <span>171 stars today</span>
538
+ <span>356 stars today</span>
543
539
  </span>
544
540
  </div>
545
541
  <div class="details">
546
- 🚀 Open source Node.js Headless CMS to easily build customisable APIs
542
+ 🧘 Things I think about when I write React code 🧘
547
543
  </div>
548
544
  </div>
549
545
  </li>
@@ -552,36 +548,36 @@
552
548
  <div class="info">
553
549
  <div class="rank">
554
550
  <span title="Ranking 13">13</span>
555
- <a href="https://github.com/ascoders/weekly" target="_blank" title="ascoders/weekly">ascoders/weekly</a>
551
+ <a href="https://github.com/goplus/gop" target="_blank" title="goplus/gop">goplus/gop</a>
556
552
  </div>
557
553
  <div class="sub-title followers">
558
554
 
559
- <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
560
- <span style="background-color: #f1e05a;"></span>JavaScript
555
+ <a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
556
+ <span style="background-color: #00ADD8;"></span>Go
561
557
  </a>
562
558
 
563
559
  <span class="star" title="Stargazers Count">
564
560
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
565
561
  <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>
566
562
  </svg>
567
- <span>15468</span>
563
+ <span>5397</span>
568
564
  </span>
569
565
  <span class="star" title="Repo Forked">
570
566
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
571
567
  <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">
572
568
  </path>
573
569
  </svg>
574
- <span>1764</span>
570
+ <span>396</span>
575
571
  </span>
576
572
  <span class="star">
577
573
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
578
574
  <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>
579
575
  </svg>
580
- <span>98 stars today</span>
576
+ <span>85 stars today</span>
581
577
  </span>
582
578
  </div>
583
579
  <div class="details">
584
- 前端精读周刊。帮你理解最前沿、实用的技术。
580
+ GoPlus - The Go+ language for engineering, STEM education, and data science
585
581
  </div>
586
582
  </div>
587
583
  </li>
@@ -590,36 +586,32 @@
590
586
  <div class="info">
591
587
  <div class="rank">
592
588
  <span title="Ranking 14">14</span>
593
- <a href="https://github.com/qier222/YesPlayMusic" target="_blank" title="qier222/YesPlayMusic">qier222/YesPlayMusic</a>
589
+ <a href="https://github.com/florinpop17/app-ideas" target="_blank" title="florinpop17/app-ideas">florinpop17/app-ideas</a>
594
590
  </div>
595
591
  <div class="sub-title followers">
596
592
 
597
- <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
598
- <span style="background-color: #f1e05a;"></span>JavaScript
599
- </a>
600
-
601
593
  <span class="star" title="Stargazers Count">
602
594
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
603
595
  <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>
604
596
  </svg>
605
- <span>11292</span>
597
+ <span>44835</span>
606
598
  </span>
607
599
  <span class="star" title="Repo Forked">
608
600
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
609
601
  <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">
610
602
  </path>
611
603
  </svg>
612
- <span>1471</span>
604
+ <span>6215</span>
613
605
  </span>
614
606
  <span class="star">
615
607
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
616
608
  <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>
617
609
  </svg>
618
- <span>108 stars today</span>
610
+ <span>172 stars today</span>
619
611
  </span>
620
612
  </div>
621
613
  <div class="details">
622
- 高颜值的第三方网易云播放器,支持 Windows / macOS / Linux
614
+ A Collection of application ideas which can be used to improve your coding skills.
623
615
  </div>
624
616
  </div>
625
617
  </li>
@@ -628,32 +620,36 @@
628
620
  <div class="info">
629
621
  <div class="rank">
630
622
  <span title="Ranking 15">15</span>
631
- <a href="https://github.com/python-engineer/ml-study-plan" target="_blank" title="python-engineer/ml-study-plan">python-engineer/ml-study-plan</a>
623
+ <a href="https://github.com/microsoft/Data-Science-For-Beginners" target="_blank" title="microsoft/Data-Science-For-Beginners">microsoft/Data-Science-For-Beginners</a>
632
624
  </div>
633
625
  <div class="sub-title followers">
634
626
 
627
+ <a class="language" target="_blank" href="https://github.com/topics/jupyternotebook" title="Programming Language JupyterNotebook">
628
+ <span style="background-color: #DA5B0B;"></span>JupyterNotebook
629
+ </a>
630
+
635
631
  <span class="star" title="Stargazers Count">
636
632
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
637
633
  <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
634
  </svg>
639
- <span>1847</span>
635
+ <span>734</span>
640
636
  </span>
641
637
  <span class="star" title="Repo Forked">
642
638
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
643
639
  <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">
644
640
  </path>
645
641
  </svg>
646
- <span>222</span>
642
+ <span>106</span>
647
643
  </span>
648
644
  <span class="star">
649
645
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
650
646
  <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>
651
647
  </svg>
652
- <span>231 stars today</span>
648
+ <span>435 stars today</span>
653
649
  </span>
654
650
  </div>
655
651
  <div class="details">
656
- The Ultimate FREE Machine Learning Study Plan
652
+ 10 Weeks, 20 Lessons, Data Science for All!
657
653
  </div>
658
654
  </div>
659
655
  </li>
@@ -662,36 +658,36 @@
662
658
  <div class="info">
663
659
  <div class="rank">
664
660
  <span title="Ranking 16">16</span>
665
- <a href="https://github.com/appsmithorg/appsmith" target="_blank" title="appsmithorg/appsmith">appsmithorg/appsmith</a>
661
+ <a href="https://github.com/hashicorp/terraform" target="_blank" title="hashicorp/terraform">hashicorp/terraform</a>
666
662
  </div>
667
663
  <div class="sub-title followers">
668
664
 
669
- <a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
670
- <span style="background-color: #2b7489;"></span>TypeScript
665
+ <a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
666
+ <span style="background-color: #00ADD8;"></span>Go
671
667
  </a>
672
668
 
673
669
  <span class="star" title="Stargazers Count">
674
670
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
675
671
  <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
672
  </svg>
677
- <span>5870</span>
673
+ <span>29249</span>
678
674
  </span>
679
675
  <span class="star" title="Repo Forked">
680
676
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
681
677
  <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">
682
678
  </path>
683
679
  </svg>
684
- <span>550</span>
680
+ <span>6952</span>
685
681
  </span>
686
682
  <span class="star">
687
683
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
688
684
  <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>
689
685
  </svg>
690
- <span>231 stars today</span>
686
+ <span>122 stars today</span>
691
687
  </span>
692
688
  </div>
693
689
  <div class="details">
694
- Build completely custom admin panels and internal tools. Use 30+ react components to build pages without HTML/CSS.
690
+ Terraform enables you to safely and predictably create, change, and improve infrastructure. It is an open source tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.
695
691
  </div>
696
692
  </div>
697
693
  </li>
@@ -700,36 +696,36 @@
700
696
  <div class="info">
701
697
  <div class="rank">
702
698
  <span title="Ranking 17">17</span>
703
- <a href="https://github.com/monicahq/monica" target="_blank" title="monicahq/monica">monicahq/monica</a>
699
+ <a href="https://github.com/flipped-aurora/gin-vue-admin" target="_blank" title="flipped-aurora/gin-vue-admin">flipped-aurora/gin-vue-admin</a>
704
700
  </div>
705
701
  <div class="sub-title followers">
706
702
 
707
- <a class="language" target="_blank" href="https://github.com/topics/php" title="Programming Language PHP">
708
- <span style="background-color: #4F5D95;"></span>PHP
703
+ <a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
704
+ <span style="background-color: #00ADD8;"></span>Go
709
705
  </a>
710
706
 
711
707
  <span class="star" title="Stargazers Count">
712
708
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
713
709
  <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>
714
710
  </svg>
715
- <span>13729</span>
711
+ <span>9699</span>
716
712
  </span>
717
713
  <span class="star" title="Repo Forked">
718
714
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
719
715
  <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">
720
716
  </path>
721
717
  </svg>
722
- <span>1521</span>
718
+ <span>2732</span>
723
719
  </span>
724
720
  <span class="star">
725
721
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
726
722
  <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>
727
723
  </svg>
728
- <span>368 stars today</span>
724
+ <span>38 stars today</span>
729
725
  </span>
730
726
  </div>
731
727
  <div class="details">
732
- Personal CRM. Remember everything about your friends, family and business relationships.
728
+ 基于vite+vue3+gin搭建的开发基础平台,集成jwt鉴权,权限管理,动态路由,分页封装,多点登录拦截,资源权限,上传下载,代码生成器,表单生成器等开发必备功能,五分钟一套CURD前后端代码,欢迎issue和pr~
733
729
  </div>
734
730
  </div>
735
731
  </li>
@@ -738,32 +734,36 @@
738
734
  <div class="info">
739
735
  <div class="rank">
740
736
  <span title="Ranking 18">18</span>
741
- <a href="https://github.com/MunGell/awesome-for-beginners" target="_blank" title="MunGell/awesome-for-beginners">MunGell/awesome-for-beginners</a>
737
+ <a href="https://github.com/tsoding/porth" target="_blank" title="tsoding/porth">tsoding/porth</a>
742
738
  </div>
743
739
  <div class="sub-title followers">
744
740
 
741
+ <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
742
+ <span style="background-color: #3572A5;"></span>Python
743
+ </a>
744
+
745
745
  <span class="star" title="Stargazers Count">
746
746
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
747
747
  <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
748
  </svg>
749
- <span>35127</span>
749
+ <span>351</span>
750
750
  </span>
751
751
  <span class="star" title="Repo Forked">
752
752
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
753
753
  <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">
754
754
  </path>
755
755
  </svg>
756
- <span>5124</span>
756
+ <span>34</span>
757
757
  </span>
758
758
  <span class="star">
759
759
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
760
760
  <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>
761
761
  </svg>
762
- <span>128 stars today</span>
762
+ <span>48 stars today</span>
763
763
  </span>
764
764
  </div>
765
765
  <div class="details">
766
- A list of awesome beginners-friendly projects.
766
+ It&#39;s like Forth but in Python
767
767
  </div>
768
768
  </div>
769
769
  </li>
@@ -772,36 +772,32 @@
772
772
  <div class="info">
773
773
  <div class="rank">
774
774
  <span title="Ranking 19">19</span>
775
- <a href="https://github.com/docker/compose" target="_blank" title="docker/compose">docker/compose</a>
775
+ <a href="https://github.com/freefq/free" target="_blank" title="freefq/free">freefq/free</a>
776
776
  </div>
777
777
  <div class="sub-title followers">
778
778
 
779
- <a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
780
- <span style="background-color: #00ADD8;"></span>Go
781
- </a>
782
-
783
779
  <span class="star" title="Stargazers Count">
784
780
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
785
781
  <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
782
  </svg>
787
- <span>23584</span>
783
+ <span>14048</span>
788
784
  </span>
789
785
  <span class="star" title="Repo Forked">
790
786
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
791
787
  <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">
792
788
  </path>
793
789
  </svg>
794
- <span>3956</span>
790
+ <span>3283</span>
795
791
  </span>
796
792
  <span class="star">
797
793
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
798
794
  <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>
799
795
  </svg>
800
- <span>91 stars today</span>
796
+ <span>55 stars today</span>
801
797
  </span>
802
798
  </div>
803
799
  <div class="details">
804
- Define and run multi-container applications with Docker
800
+ 翻墙、免费翻墙、免费科学上网、免费节点、免费梯子、免费ss/v2ray/trojan节点、蓝灯、谷歌商店、翻墙梯子
805
801
  </div>
806
802
  </div>
807
803
  </li>
@@ -810,36 +806,36 @@
810
806
  <div class="info">
811
807
  <div class="rank">
812
808
  <span title="Ranking 20">20</span>
813
- <a href="https://github.com/tsoding/porth" target="_blank" title="tsoding/porth">tsoding/porth</a>
809
+ <a href="https://github.com/monicahq/monica" target="_blank" title="monicahq/monica">monicahq/monica</a>
814
810
  </div>
815
811
  <div class="sub-title followers">
816
812
 
817
- <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
818
- <span style="background-color: #3572A5;"></span>Python
813
+ <a class="language" target="_blank" href="https://github.com/topics/php" title="Programming Language PHP">
814
+ <span style="background-color: #4F5D95;"></span>PHP
819
815
  </a>
820
816
 
821
817
  <span class="star" title="Stargazers Count">
822
818
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
823
819
  <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
820
  </svg>
825
- <span>303</span>
821
+ <span>14109</span>
826
822
  </span>
827
823
  <span class="star" title="Repo Forked">
828
824
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
829
825
  <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">
830
826
  </path>
831
827
  </svg>
832
- <span>31</span>
828
+ <span>1528</span>
833
829
  </span>
834
830
  <span class="star">
835
831
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
836
832
  <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>
837
833
  </svg>
838
- <span>58 stars today</span>
834
+ <span>401 stars today</span>
839
835
  </span>
840
836
  </div>
841
837
  <div class="details">
842
- It&#39;s like Forth but in Python
838
+ Personal CRM. Remember everything about your friends, family and business relationships.
843
839
  </div>
844
840
  </div>
845
841
  </li>
@@ -848,36 +844,36 @@
848
844
  <div class="info">
849
845
  <div class="rank">
850
846
  <span title="Ranking 21">21</span>
851
- <a href="https://github.com/knative/serving" target="_blank" title="knative/serving">knative/serving</a>
847
+ <a href="https://github.com/ryanmcdermott/clean-code-javascript" target="_blank" title="ryanmcdermott/clean-code-javascript">ryanmcdermott/clean-code-javascript</a>
852
848
  </div>
853
849
  <div class="sub-title followers">
854
850
 
855
- <a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
856
- <span style="background-color: #00ADD8;"></span>Go
851
+ <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
852
+ <span style="background-color: #f1e05a;"></span>JavaScript
857
853
  </a>
858
854
 
859
855
  <span class="star" title="Stargazers Count">
860
856
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
861
857
  <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
858
  </svg>
863
- <span>4045</span>
859
+ <span>57421</span>
864
860
  </span>
865
861
  <span class="star" title="Repo Forked">
866
862
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
867
863
  <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">
868
864
  </path>
869
865
  </svg>
870
- <span>832</span>
866
+ <span>7289</span>
871
867
  </span>
872
868
  <span class="star">
873
869
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
874
870
  <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>
875
871
  </svg>
876
- <span>55 stars today</span>
872
+ <span>162 stars today</span>
877
873
  </span>
878
874
  </div>
879
875
  <div class="details">
880
- Kubernetes-based, scale-to-zero, request-driven compute
876
+ 🛁 Clean Code concepts adapted for JavaScript
881
877
  </div>
882
878
  </div>
883
879
  </li>
@@ -886,36 +882,36 @@
886
882
  <div class="info">
887
883
  <div class="rank">
888
884
  <span title="Ranking 22">22</span>
889
- <a href="https://github.com/knadh/listmonk" target="_blank" title="knadh/listmonk">knadh/listmonk</a>
885
+ <a href="https://github.com/microsoft/PowerToys" target="_blank" title="microsoft/PowerToys">microsoft/PowerToys</a>
890
886
  </div>
891
887
  <div class="sub-title followers">
892
888
 
893
- <a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
894
- <span style="background-color: #00ADD8;"></span>Go
889
+ <a class="language" target="_blank" href="https://github.com/topics/c#" title="Programming Language C#">
890
+ <span style="background-color: #178600;"></span>C#
895
891
  </a>
896
892
 
897
893
  <span class="star" title="Stargazers Count">
898
894
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
899
895
  <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
896
  </svg>
901
- <span>6473</span>
897
+ <span>61061</span>
902
898
  </span>
903
899
  <span class="star" title="Repo Forked">
904
900
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
905
901
  <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">
906
902
  </path>
907
903
  </svg>
908
- <span>444</span>
904
+ <span>3368</span>
909
905
  </span>
910
906
  <span class="star">
911
907
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
912
908
  <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>
913
909
  </svg>
914
- <span>174 stars today</span>
910
+ <span>107 stars today</span>
915
911
  </span>
916
912
  </div>
917
913
  <div class="details">
918
- High performance, self-hosted, newsletter and mailing list manager with a modern dashboard. Single binary app.
914
+ Windows system utilities to maximize productivity
919
915
  </div>
920
916
  </div>
921
917
  </li>
@@ -924,32 +920,36 @@
924
920
  <div class="info">
925
921
  <div class="rank">
926
922
  <span title="Ranking 23">23</span>
927
- <a href="https://github.com/abdumostafa/awesome-in-arabic" target="_blank" title="abdumostafa/awesome-in-arabic">abdumostafa/awesome-in-arabic</a>
923
+ <a href="https://github.com/jina-ai/jina" target="_blank" title="jina-ai/jina">jina-ai/jina</a>
928
924
  </div>
929
925
  <div class="sub-title followers">
930
926
 
927
+ <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
928
+ <span style="background-color: #3572A5;"></span>Python
929
+ </a>
930
+
931
931
  <span class="star" title="Stargazers Count">
932
932
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
933
933
  <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>
934
934
  </svg>
935
- <span>365</span>
935
+ <span>11259</span>
936
936
  </span>
937
937
  <span class="star" title="Repo Forked">
938
938
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
939
939
  <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">
940
940
  </path>
941
941
  </svg>
942
- <span>68</span>
942
+ <span>1251</span>
943
943
  </span>
944
944
  <span class="star">
945
945
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
946
946
  <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>
947
947
  </svg>
948
- <span>29 stars today</span>
948
+ <span>130 stars today</span>
949
949
  </span>
950
950
  </div>
951
951
  <div class="details">
952
- A collection of awesome developer accounts (Twitter, Facebook,...) 👨‍💻 that enrich Arabic content, podcasts, articles, Youtube channels and Some advises and guidelines.
952
+ Cloud-native neural search framework for 𝙖𝙣𝙮 kind of data
953
953
  </div>
954
954
  </div>
955
955
  </li>
@@ -958,36 +958,36 @@
958
958
  <div class="info">
959
959
  <div class="rank">
960
960
  <span title="Ranking 24">24</span>
961
- <a href="https://github.com/marcel-dempers/docker-development-youtube-series" target="_blank" title="marcel-dempers/docker-development-youtube-series">marcel-dempers/docker-development-youtube-series</a>
961
+ <a href="https://github.com/eclipse/mosquitto" target="_blank" title="eclipse/mosquitto">eclipse/mosquitto</a>
962
962
  </div>
963
963
  <div class="sub-title followers">
964
964
 
965
- <a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
966
- <span style="background-color: #00ADD8;"></span>Go
965
+ <a class="language" target="_blank" href="https://github.com/topics/c" title="Programming Language C">
966
+ <span style="background-color: #555555;"></span>C
967
967
  </a>
968
968
 
969
969
  <span class="star" title="Stargazers Count">
970
970
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
971
971
  <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>
972
972
  </svg>
973
- <span>1678</span>
973
+ <span>5455</span>
974
974
  </span>
975
975
  <span class="star" title="Repo Forked">
976
976
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
977
977
  <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">
978
978
  </path>
979
979
  </svg>
980
- <span>1442</span>
980
+ <span>1733</span>
981
981
  </span>
982
982
  <span class="star">
983
983
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
984
984
  <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>
985
985
  </svg>
986
- <span>91 stars today</span>
986
+ <span>148 stars today</span>
987
987
  </span>
988
988
  </div>
989
989
  <div class="details">
990
-
990
+ Eclipse Mosquitto - An open source MQTT broker
991
991
  </div>
992
992
  </div>
993
993
  </li>
@@ -996,36 +996,36 @@
996
996
  <div class="info">
997
997
  <div class="rank">
998
998
  <span title="Ranking 25">25</span>
999
- <a href="https://github.com/great-expectations/great_expectations" target="_blank" title="great-expectations/great_expectations">great-expectations/great_expectations</a>
999
+ <a href="https://github.com/swagger-api/swagger-ui" target="_blank" title="swagger-api/swagger-ui">swagger-api/swagger-ui</a>
1000
1000
  </div>
1001
1001
  <div class="sub-title followers">
1002
1002
 
1003
- <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
1004
- <span style="background-color: #3572A5;"></span>Python
1003
+ <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
1004
+ <span style="background-color: #f1e05a;"></span>JavaScript
1005
1005
  </a>
1006
1006
 
1007
1007
  <span class="star" title="Stargazers Count">
1008
1008
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
1009
1009
  <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>
1010
1010
  </svg>
1011
- <span>5166</span>
1011
+ <span>20842</span>
1012
1012
  </span>
1013
1013
  <span class="star" title="Repo Forked">
1014
1014
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
1015
1015
  <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">
1016
1016
  </path>
1017
1017
  </svg>
1018
- <span>690</span>
1018
+ <span>8055</span>
1019
1019
  </span>
1020
1020
  <span class="star">
1021
1021
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
1022
1022
  <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>
1023
1023
  </svg>
1024
- <span>89 stars today</span>
1024
+ <span>92 stars today</span>
1025
1025
  </span>
1026
1026
  </div>
1027
1027
  <div class="details">
1028
- Always know what to expect from your data.
1028
+ Swagger UI is a collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API.
1029
1029
  </div>
1030
1030
  </div>
1031
1031
  </li>
@@ -1046,7 +1046,7 @@
1046
1046
  <img src="https://img.shields.io/npm/v/@wcj/github-rank.svg?label=unpkg">
1047
1047
  </a>
1048
1048
  </p>
1049
- <div class="time">Last cache created on 2021/10/1 by Github API v3.</div>
1049
+ <div class="time">Last cache created on 2021/10/2 by Github API v3.</div>
1050
1050
  Create by <a href="https://github.com/jaywcjlove" target="_blank">小弟调调™</a>.
1051
1051
  </div>
1052
1052
  </body>