@wcj/github-rank 21.9.30 → 21.10.1

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 +20264 -20264
  2. package/dist/sifou-daily.json +45 -27
  3. package/dist/sifou-monthly.json +41 -41
  4. package/dist/sifou-weekly.json +146 -146
  5. package/dist/toutiao-30.json +13 -13
  6. package/dist/toutiao-7.json +85 -85
  7. package/dist/toutiao-90.json +2 -2
  8. package/dist/trending-daily.json +192 -192
  9. package/dist/trending-monthly.json +169 -180
  10. package/dist/trending-weekly.json +164 -164
  11. package/dist/users.china.json +1348 -1348
  12. package/dist/users.json +1846 -1846
  13. package/package.json +1 -1
  14. package/web/36kr.html +2 -2
  15. package/web/data/repos.json +20264 -20264
  16. package/web/data/sifou-daily.json +45 -27
  17. package/web/data/sifou-monthly.json +41 -41
  18. package/web/data/sifou-weekly.json +146 -146
  19. package/web/data/toutiao-30.json +13 -13
  20. package/web/data/toutiao-7.json +85 -85
  21. package/web/data/toutiao-90.json +2 -2
  22. package/web/data/trending-daily.json +192 -192
  23. package/web/data/trending-monthly.json +169 -180
  24. package/web/data/trending-weekly.json +164 -164
  25. package/web/data/users.china.json +1348 -1348
  26. package/web/data/users.json +1846 -1846
  27. package/web/index.html +1014 -1014
  28. package/web/repos.html +2711 -2711
  29. package/web/sifou-daily.html +79 -23
  30. package/web/sifou-monthly.html +77 -77
  31. package/web/sifou-weekly.html +147 -147
  32. package/web/toutiao-30.html +15 -15
  33. package/web/toutiao-7.html +100 -100
  34. package/web/toutiao-90.html +4 -4
  35. package/web/trending-monthly.html +166 -204
  36. package/web/trending-weekly.html +158 -158
  37. package/web/trending.html +173 -169
  38. package/web/users.china.html +666 -666
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/9/30 by Github API v3.</div>
84
+ <div class="time">Last cache created on 2021/10/1 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,36 +104,36 @@
104
104
  <div class="info">
105
105
  <div class="rank">
106
106
  <span title="Ranking 1">1</span>
107
- <a href="https://github.com/babysor/MockingBird" target="_blank" title="babysor/MockingBird">babysor/MockingBird</a>
107
+ <a href="https://github.com/withfig/autocomplete" target="_blank" title="withfig/autocomplete">withfig/autocomplete</a>
108
108
  </div>
109
109
  <div class="sub-title followers">
110
110
 
111
- <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
112
- <span style="background-color: #f1e05a;"></span>JavaScript
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
113
  </a>
114
114
 
115
115
  <span class="star" title="Stargazers Count">
116
116
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
117
117
  <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
118
  </svg>
119
- <span>7172</span>
119
+ <span>5895</span>
120
120
  </span>
121
121
  <span class="star" title="Repo Forked">
122
122
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
123
123
  <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
124
  </path>
125
125
  </svg>
126
- <span>697</span>
126
+ <span>1278</span>
127
127
  </span>
128
128
  <span class="star">
129
129
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
130
130
  <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>
131
131
  </svg>
132
- <span>397 stars today</span>
132
+ <span>269 stars today</span>
133
133
  </span>
134
134
  </div>
135
135
  <div class="details">
136
- 🚀AI拟声: 5秒内克隆您的声音并生成任意语音内容 Clone a voice in 5 seconds to generate arbitrary speech in real-time
136
+ Fig adds autocomplete to your terminal.
137
137
  </div>
138
138
  </div>
139
139
  </li>
@@ -142,36 +142,36 @@
142
142
  <div class="info">
143
143
  <div class="rank">
144
144
  <span title="Ranking 2">2</span>
145
- <a href="https://github.com/robertdavidgraham/masscan" target="_blank" title="robertdavidgraham/masscan">robertdavidgraham/masscan</a>
145
+ <a href="https://github.com/jonataslaw/getx" target="_blank" title="jonataslaw/getx">jonataslaw/getx</a>
146
146
  </div>
147
147
  <div class="sub-title followers">
148
148
 
149
- <a class="language" target="_blank" href="https://github.com/topics/c" title="Programming Language C">
150
- <span style="background-color: #555555;"></span>C
149
+ <a class="language" target="_blank" href="https://github.com/topics/dart" title="Programming Language Dart">
150
+ <span style="background-color: #00B4AB;"></span>Dart
151
151
  </a>
152
152
 
153
153
  <span class="star" title="Stargazers Count">
154
154
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
155
155
  <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
156
  </svg>
157
- <span>17082</span>
157
+ <span>4729</span>
158
158
  </span>
159
159
  <span class="star" title="Repo Forked">
160
160
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
161
161
  <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
162
  </path>
163
163
  </svg>
164
- <span>2550</span>
164
+ <span>714</span>
165
165
  </span>
166
166
  <span class="star">
167
167
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
168
168
  <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
169
  </svg>
170
- <span>622 stars today</span>
170
+ <span>80 stars today</span>
171
171
  </span>
172
172
  </div>
173
173
  <div class="details">
174
- TCP port scanner, spews SYN packets asynchronously, scanning entire Internet in under 5 minutes.
174
+ Open screens/snackbars/dialogs/bottomSheets without context, manage states and inject dependencies easily with Get.
175
175
  </div>
176
176
  </div>
177
177
  </li>
@@ -180,36 +180,36 @@
180
180
  <div class="info">
181
181
  <div class="rank">
182
182
  <span title="Ranking 3">3</span>
183
- <a href="https://github.com/Sairyss/domain-driven-hexagon" target="_blank" title="Sairyss/domain-driven-hexagon">Sairyss/domain-driven-hexagon</a>
183
+ <a href="https://github.com/robertdavidgraham/masscan" target="_blank" title="robertdavidgraham/masscan">robertdavidgraham/masscan</a>
184
184
  </div>
185
185
  <div class="sub-title followers">
186
186
 
187
- <a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
188
- <span style="background-color: #2b7489;"></span>TypeScript
187
+ <a class="language" target="_blank" href="https://github.com/topics/c" title="Programming Language C">
188
+ <span style="background-color: #555555;"></span>C
189
189
  </a>
190
190
 
191
191
  <span class="star" title="Stargazers Count">
192
192
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
193
193
  <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
194
  </svg>
195
- <span>3441</span>
195
+ <span>17382</span>
196
196
  </span>
197
197
  <span class="star" title="Repo Forked">
198
198
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
199
199
  <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
200
  </path>
201
201
  </svg>
202
- <span>243</span>
202
+ <span>2562</span>
203
203
  </span>
204
204
  <span class="star">
205
205
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
206
206
  <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
207
  </svg>
208
- <span>223 stars today</span>
208
+ <span>301 stars today</span>
209
209
  </span>
210
210
  </div>
211
211
  <div class="details">
212
- Guide on Domain-Driven Design, Hexagonal architecture, best practices etc.
212
+ TCP port scanner, spews SYN packets asynchronously, scanning entire Internet in under 5 minutes.
213
213
  </div>
214
214
  </div>
215
215
  </li>
@@ -218,32 +218,36 @@
218
218
  <div class="info">
219
219
  <div class="rank">
220
220
  <span title="Ranking 4">4</span>
221
- <a href="https://github.com/python-engineer/ml-study-plan" target="_blank" title="python-engineer/ml-study-plan">python-engineer/ml-study-plan</a>
221
+ <a href="https://github.com/jackfrued/Python-100-Days" target="_blank" title="jackfrued/Python-100-Days">jackfrued/Python-100-Days</a>
222
222
  </div>
223
223
  <div class="sub-title followers">
224
224
 
225
+ <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
226
+ <span style="background-color: #3572A5;"></span>Python
227
+ </a>
228
+
225
229
  <span class="star" title="Stargazers Count">
226
230
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
227
231
  <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>
228
232
  </svg>
229
- <span>1617</span>
233
+ <span>109032</span>
230
234
  </span>
231
235
  <span class="star" title="Repo Forked">
232
236
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
233
237
  <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">
234
238
  </path>
235
239
  </svg>
236
- <span>206</span>
240
+ <span>42924</span>
237
241
  </span>
238
242
  <span class="star">
239
243
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
240
244
  <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>
241
245
  </svg>
242
- <span>299 stars today</span>
246
+ <span>96 stars today</span>
243
247
  </span>
244
248
  </div>
245
249
  <div class="details">
246
- The Ultimate FREE Machine Learning Study Plan
250
+ Python - 100天从新手到大师
247
251
  </div>
248
252
  </div>
249
253
  </li>
@@ -252,7 +256,7 @@
252
256
  <div class="info">
253
257
  <div class="rank">
254
258
  <span title="Ranking 5">5</span>
255
- <a href="https://github.com/Developer-Y/cs-video-courses" target="_blank" title="Developer-Y/cs-video-courses">Developer-Y/cs-video-courses</a>
259
+ <a href="https://github.com/mithi/react-philosophies" target="_blank" title="mithi/react-philosophies">mithi/react-philosophies</a>
256
260
  </div>
257
261
  <div class="sub-title followers">
258
262
 
@@ -260,24 +264,24 @@
260
264
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
261
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>
262
266
  </svg>
263
- <span>24844</span>
267
+ <span>604</span>
264
268
  </span>
265
269
  <span class="star" title="Repo Forked">
266
270
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
267
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">
268
272
  </path>
269
273
  </svg>
270
- <span>3411</span>
274
+ <span>25</span>
271
275
  </span>
272
276
  <span class="star">
273
277
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
274
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>
275
279
  </svg>
276
- <span>145 stars today</span>
280
+ <span>250 stars today</span>
277
281
  </span>
278
282
  </div>
279
283
  <div class="details">
280
- List of Computer Science courses with video lectures.
284
+ 🧘 Things I think about when I write React code 🧘
281
285
  </div>
282
286
  </div>
283
287
  </li>
@@ -286,32 +290,36 @@
286
290
  <div class="info">
287
291
  <div class="rank">
288
292
  <span title="Ranking 6">6</span>
289
- <a href="https://github.com/freefq/free" target="_blank" title="freefq/free">freefq/free</a>
293
+ <a href="https://github.com/pytorch/data" target="_blank" title="pytorch/data">pytorch/data</a>
290
294
  </div>
291
295
  <div class="sub-title followers">
292
296
 
297
+ <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
298
+ <span style="background-color: #3572A5;"></span>Python
299
+ </a>
300
+
293
301
  <span class="star" title="Stargazers Count">
294
302
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
295
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>
296
304
  </svg>
297
- <span>13835</span>
305
+ <span>261</span>
298
306
  </span>
299
307
  <span class="star" title="Repo Forked">
300
308
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
301
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">
302
310
  </path>
303
311
  </svg>
304
- <span>3265</span>
312
+ <span>3</span>
305
313
  </span>
306
314
  <span class="star">
307
315
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
308
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>
309
317
  </svg>
310
- <span>87 stars today</span>
318
+ <span>81 stars today</span>
311
319
  </span>
312
320
  </div>
313
321
  <div class="details">
314
- 翻墙、免费翻墙、免费科学上网、免费节点、免费梯子、免费ss/v2ray/trojan节点、蓝灯、谷歌商店、翻墙梯子
322
+ A PyTorch repo for data loading and utilities to be shared by the PyTorch domain libraries.
315
323
  </div>
316
324
  </div>
317
325
  </li>
@@ -320,36 +328,36 @@
320
328
  <div class="info">
321
329
  <div class="rank">
322
330
  <span title="Ranking 7">7</span>
323
- <a href="https://github.com/flipped-aurora/gin-vue-admin" target="_blank" title="flipped-aurora/gin-vue-admin">flipped-aurora/gin-vue-admin</a>
331
+ <a href="https://github.com/obsproject/obs-studio" target="_blank" title="obsproject/obs-studio">obsproject/obs-studio</a>
324
332
  </div>
325
333
  <div class="sub-title followers">
326
334
 
327
- <a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
328
- <span style="background-color: #00ADD8;"></span>Go
335
+ <a class="language" target="_blank" href="https://github.com/topics/c" title="Programming Language C">
336
+ <span style="background-color: #555555;"></span>C
329
337
  </a>
330
338
 
331
339
  <span class="star" title="Stargazers Count">
332
340
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
333
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>
334
342
  </svg>
335
- <span>9588</span>
343
+ <span>31255</span>
336
344
  </span>
337
345
  <span class="star" title="Repo Forked">
338
346
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
339
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">
340
348
  </path>
341
349
  </svg>
342
- <span>2720</span>
350
+ <span>5195</span>
343
351
  </span>
344
352
  <span class="star">
345
353
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
346
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>
347
355
  </svg>
348
- <span>55 stars today</span>
356
+ <span>185 stars today</span>
349
357
  </span>
350
358
  </div>
351
359
  <div class="details">
352
- 基于vite+vue3+gin搭建的开发基础平台,集成jwt鉴权,权限管理,动态路由,分页封装,多点登录拦截,资源权限,上传下载,代码生成器,表单生成器等开发必备功能,五分钟一套CURD前后端代码,欢迎issue和pr~
360
+ OBS Studio - Free and open source software for live streaming and screen recording
353
361
  </div>
354
362
  </div>
355
363
  </li>
@@ -358,32 +366,36 @@
358
366
  <div class="info">
359
367
  <div class="rank">
360
368
  <span title="Ranking 8">8</span>
361
- <a href="https://github.com/github/india" target="_blank" title="github/india">github/india</a>
369
+ <a href="https://github.com/appwrite/appwrite" target="_blank" title="appwrite/appwrite">appwrite/appwrite</a>
362
370
  </div>
363
371
  <div class="sub-title followers">
364
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
375
+ </a>
376
+
365
377
  <span class="star" title="Stargazers Count">
366
378
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
367
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>
368
380
  </svg>
369
- <span>770</span>
381
+ <span>11906</span>
370
382
  </span>
371
383
  <span class="star" title="Repo Forked">
372
384
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
373
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">
374
386
  </path>
375
387
  </svg>
376
- <span>51</span>
388
+ <span>885</span>
377
389
  </span>
378
390
  <span class="star">
379
391
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
380
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>
381
393
  </svg>
382
- <span>96 stars today</span>
394
+ <span>153 stars today</span>
383
395
  </span>
384
396
  </div>
385
397
  <div class="details">
386
- GitHub resources and information for the developer community in India
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 🚀
387
399
  </div>
388
400
  </div>
389
401
  </li>
@@ -392,36 +404,32 @@
392
404
  <div class="info">
393
405
  <div class="rank">
394
406
  <span title="Ranking 9">9</span>
395
- <a href="https://github.com/KilledByAPixel/LittleJS" target="_blank" title="KilledByAPixel/LittleJS">KilledByAPixel/LittleJS</a>
407
+ <a href="https://github.com/laoshenkaopu/kkndme_tianya" target="_blank" title="laoshenkaopu/kkndme_tianya">laoshenkaopu/kkndme_tianya</a>
396
408
  </div>
397
409
  <div class="sub-title followers">
398
410
 
399
- <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
400
- <span style="background-color: #f1e05a;"></span>JavaScript
401
- </a>
402
-
403
411
  <span class="star" title="Stargazers Count">
404
412
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
405
413
  <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>
406
414
  </svg>
407
- <span>364</span>
415
+ <span>3766</span>
408
416
  </span>
409
417
  <span class="star" title="Repo Forked">
410
418
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
411
419
  <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">
412
420
  </path>
413
421
  </svg>
414
- <span>15</span>
422
+ <span>763</span>
415
423
  </span>
416
424
  <span class="star">
417
425
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
418
426
  <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>
419
427
  </svg>
420
- <span>186 stars today</span>
428
+ <span>61 stars today</span>
421
429
  </span>
422
430
  </div>
423
431
  <div class="details">
424
- The Tiny JavaScript Game Engine That Can! 🚂
432
+ 天涯 kkndme 神贴聊房价
425
433
  </div>
426
434
  </div>
427
435
  </li>
@@ -430,36 +438,36 @@
430
438
  <div class="info">
431
439
  <div class="rank">
432
440
  <span title="Ranking 10">10</span>
433
- <a href="https://github.com/YunaiV/ruoyi-vue-pro" target="_blank" title="YunaiV/ruoyi-vue-pro">YunaiV/ruoyi-vue-pro</a>
441
+ <a href="https://github.com/livewire/livewire" target="_blank" title="livewire/livewire">livewire/livewire</a>
434
442
  </div>
435
443
  <div class="sub-title followers">
436
444
 
437
- <a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
438
- <span style="background-color: #b07219;"></span>Java
445
+ <a class="language" target="_blank" href="https://github.com/topics/blade" title="Programming Language Blade">
446
+ <span style="background-color: #f7523f;"></span>Blade
439
447
  </a>
440
448
 
441
449
  <span class="star" title="Stargazers Count">
442
450
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
443
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>
444
452
  </svg>
445
- <span>1283</span>
453
+ <span>13056</span>
446
454
  </span>
447
455
  <span class="star" title="Repo Forked">
448
456
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
449
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">
450
458
  </path>
451
459
  </svg>
452
- <span>406</span>
460
+ <span>732</span>
453
461
  </span>
454
462
  <span class="star">
455
463
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
456
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>
457
465
  </svg>
458
- <span>64 stars today</span>
466
+ <span>51 stars today</span>
459
467
  </span>
460
468
  </div>
461
469
  <div class="details">
462
- 基于SpringBoot,Spring Security,JWT,Vue &amp; Element 的前后端分离权限管理系统
470
+ A full-stack framework for Laravel that takes the pain out of building dynamic UIs.
463
471
  </div>
464
472
  </div>
465
473
  </li>
@@ -468,7 +476,7 @@
468
476
  <div class="info">
469
477
  <div class="rank">
470
478
  <span title="Ranking 11">11</span>
471
- <a href="https://github.com/withfig/autocomplete" target="_blank" title="withfig/autocomplete">withfig/autocomplete</a>
479
+ <a href="https://github.com/kimlimjustin/xplorer" target="_blank" title="kimlimjustin/xplorer">kimlimjustin/xplorer</a>
472
480
  </div>
473
481
  <div class="sub-title followers">
474
482
 
@@ -480,24 +488,24 @@
480
488
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
481
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>
482
490
  </svg>
483
- <span>5631</span>
491
+ <span>1280</span>
484
492
  </span>
485
493
  <span class="star" title="Repo Forked">
486
494
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
487
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">
488
496
  </path>
489
497
  </svg>
490
- <span>1227</span>
498
+ <span>81</span>
491
499
  </span>
492
500
  <span class="star">
493
501
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
494
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>
495
503
  </svg>
496
- <span>139 stars today</span>
504
+ <span>249 stars today</span>
497
505
  </span>
498
506
  </div>
499
507
  <div class="details">
500
- Fig adds autocomplete to your terminal.
508
+ Xplorer, a customizable, modern file manager
501
509
  </div>
502
510
  </div>
503
511
  </li>
@@ -506,36 +514,36 @@
506
514
  <div class="info">
507
515
  <div class="rank">
508
516
  <span title="Ranking 12">12</span>
509
- <a href="https://github.com/SteamTools-Team/SteamTools" target="_blank" title="SteamTools-Team/SteamTools">SteamTools-Team/SteamTools</a>
517
+ <a href="https://github.com/strapi/strapi" target="_blank" title="strapi/strapi">strapi/strapi</a>
510
518
  </div>
511
519
  <div class="sub-title followers">
512
520
 
513
- <a class="language" target="_blank" href="https://github.com/topics/c#" title="Programming Language C#">
514
- <span style="background-color: #178600;"></span>C#
521
+ <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
522
+ <span style="background-color: #f1e05a;"></span>JavaScript
515
523
  </a>
516
524
 
517
525
  <span class="star" title="Stargazers Count">
518
526
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
519
527
  <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>
520
528
  </svg>
521
- <span>3832</span>
529
+ <span>39940</span>
522
530
  </span>
523
531
  <span class="star" title="Repo Forked">
524
532
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
525
533
  <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">
526
534
  </path>
527
535
  </svg>
528
- <span>233</span>
536
+ <span>4818</span>
529
537
  </span>
530
538
  <span class="star">
531
539
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
532
540
  <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>
533
541
  </svg>
534
- <span>94 stars today</span>
542
+ <span>171 stars today</span>
535
543
  </span>
536
544
  </div>
537
545
  <div class="details">
538
- 🛠「Steam++」是一个包含多种Steam工具功能的工具箱。
546
+ 🚀 Open source Node.js Headless CMS to easily build customisable APIs
539
547
  </div>
540
548
  </div>
541
549
  </li>
@@ -544,32 +552,36 @@
544
552
  <div class="info">
545
553
  <div class="rank">
546
554
  <span title="Ranking 13">13</span>
547
- <a href="https://github.com/Kaustubh-Natuskar/companies-to-apply" target="_blank" title="Kaustubh-Natuskar/companies-to-apply">Kaustubh-Natuskar/companies-to-apply</a>
555
+ <a href="https://github.com/ascoders/weekly" target="_blank" title="ascoders/weekly">ascoders/weekly</a>
548
556
  </div>
549
557
  <div class="sub-title followers">
550
558
 
559
+ <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
560
+ <span style="background-color: #f1e05a;"></span>JavaScript
561
+ </a>
562
+
551
563
  <span class="star" title="Stargazers Count">
552
564
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
553
565
  <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>
554
566
  </svg>
555
- <span>692</span>
567
+ <span>15468</span>
556
568
  </span>
557
569
  <span class="star" title="Repo Forked">
558
570
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
559
571
  <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">
560
572
  </path>
561
573
  </svg>
562
- <span>109</span>
574
+ <span>1764</span>
563
575
  </span>
564
576
  <span class="star">
565
577
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
566
578
  <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>
567
579
  </svg>
568
- <span>137 stars today</span>
580
+ <span>98 stars today</span>
569
581
  </span>
570
582
  </div>
571
583
  <div class="details">
572
- this repository contains opportunities for you to apply to more than 150 product base companies(NOT JUST FAANG ) &amp; good start-up&#39;s
584
+ 前端精读周刊。帮你理解最前沿、实用的技术。
573
585
  </div>
574
586
  </div>
575
587
  </li>
@@ -578,32 +590,36 @@
578
590
  <div class="info">
579
591
  <div class="rank">
580
592
  <span title="Ranking 14">14</span>
581
- <a href="https://github.com/trimstray/the-book-of-secret-knowledge" target="_blank" title="trimstray/the-book-of-secret-knowledge">trimstray/the-book-of-secret-knowledge</a>
593
+ <a href="https://github.com/qier222/YesPlayMusic" target="_blank" title="qier222/YesPlayMusic">qier222/YesPlayMusic</a>
582
594
  </div>
583
595
  <div class="sub-title followers">
584
596
 
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
+
585
601
  <span class="star" title="Stargazers Count">
586
602
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
587
603
  <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>
588
604
  </svg>
589
- <span>49559</span>
605
+ <span>11292</span>
590
606
  </span>
591
607
  <span class="star" title="Repo Forked">
592
608
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
593
609
  <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">
594
610
  </path>
595
611
  </svg>
596
- <span>5194</span>
612
+ <span>1471</span>
597
613
  </span>
598
614
  <span class="star">
599
615
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
600
616
  <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>
601
617
  </svg>
602
- <span>243 stars today</span>
618
+ <span>108 stars today</span>
603
619
  </span>
604
620
  </div>
605
621
  <div class="details">
606
- A collection of inspiring lists, manuals, cheatsheets, blogs, hacks, one-liners, cli/web tools and more.
622
+ 高颜值的第三方网易云播放器,支持 Windows / macOS / Linux
607
623
  </div>
608
624
  </div>
609
625
  </li>
@@ -612,36 +628,32 @@
612
628
  <div class="info">
613
629
  <div class="rank">
614
630
  <span title="Ranking 15">15</span>
615
- <a href="https://github.com/Nyandwi/machine_learning_complete" target="_blank" title="Nyandwi/machine_learning_complete">Nyandwi/machine_learning_complete</a>
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>
616
632
  </div>
617
633
  <div class="sub-title followers">
618
634
 
619
- <a class="language" target="_blank" href="https://github.com/topics/jupyternotebook" title="Programming Language JupyterNotebook">
620
- <span style="background-color: #DA5B0B;"></span>JupyterNotebook
621
- </a>
622
-
623
635
  <span class="star" title="Stargazers Count">
624
636
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
625
637
  <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>
626
638
  </svg>
627
- <span>1240</span>
639
+ <span>1847</span>
628
640
  </span>
629
641
  <span class="star" title="Repo Forked">
630
642
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
631
643
  <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">
632
644
  </path>
633
645
  </svg>
634
- <span>115</span>
646
+ <span>222</span>
635
647
  </span>
636
648
  <span class="star">
637
649
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
638
650
  <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>
639
651
  </svg>
640
- <span>539 stars today</span>
652
+ <span>231 stars today</span>
641
653
  </span>
642
654
  </div>
643
655
  <div class="details">
644
- A comprehensive repository containing 30+ notebooks on learning machine learning!
656
+ The Ultimate FREE Machine Learning Study Plan
645
657
  </div>
646
658
  </div>
647
659
  </li>
@@ -650,36 +662,36 @@
650
662
  <div class="info">
651
663
  <div class="rank">
652
664
  <span title="Ranking 16">16</span>
653
- <a href="https://github.com/chithakumar13/FUT-Auto-Buyer" target="_blank" title="chithakumar13/FUT-Auto-Buyer">chithakumar13/FUT-Auto-Buyer</a>
665
+ <a href="https://github.com/appsmithorg/appsmith" target="_blank" title="appsmithorg/appsmith">appsmithorg/appsmith</a>
654
666
  </div>
655
667
  <div class="sub-title followers">
656
668
 
657
- <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
658
- <span style="background-color: #f1e05a;"></span>JavaScript
669
+ <a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
670
+ <span style="background-color: #2b7489;"></span>TypeScript
659
671
  </a>
660
672
 
661
673
  <span class="star" title="Stargazers Count">
662
674
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
663
675
  <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>
664
676
  </svg>
665
- <span>126</span>
677
+ <span>5870</span>
666
678
  </span>
667
679
  <span class="star" title="Repo Forked">
668
680
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
669
681
  <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">
670
682
  </path>
671
683
  </svg>
672
- <span>21</span>
684
+ <span>550</span>
673
685
  </span>
674
686
  <span class="star">
675
687
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
676
688
  <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>
677
689
  </svg>
678
- <span>30 stars today</span>
690
+ <span>231 stars today</span>
679
691
  </span>
680
692
  </div>
681
693
  <div class="details">
682
- Fifa UT AutoBuyer / Snipping Bot for fifa ultimate team web app with captcha solver
694
+ Build completely custom admin panels and internal tools. Use 30+ react components to build pages without HTML/CSS.
683
695
  </div>
684
696
  </div>
685
697
  </li>
@@ -688,36 +700,36 @@
688
700
  <div class="info">
689
701
  <div class="rank">
690
702
  <span title="Ranking 17">17</span>
691
- <a href="https://github.com/speedyg0nz/MagInkCal" target="_blank" title="speedyg0nz/MagInkCal">speedyg0nz/MagInkCal</a>
703
+ <a href="https://github.com/monicahq/monica" target="_blank" title="monicahq/monica">monicahq/monica</a>
692
704
  </div>
693
705
  <div class="sub-title followers">
694
706
 
695
- <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
696
- <span style="background-color: #3572A5;"></span>Python
707
+ <a class="language" target="_blank" href="https://github.com/topics/php" title="Programming Language PHP">
708
+ <span style="background-color: #4F5D95;"></span>PHP
697
709
  </a>
698
710
 
699
711
  <span class="star" title="Stargazers Count">
700
712
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
701
713
  <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>
702
714
  </svg>
703
- <span>361</span>
715
+ <span>13729</span>
704
716
  </span>
705
717
  <span class="star" title="Repo Forked">
706
718
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
707
719
  <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">
708
720
  </path>
709
721
  </svg>
710
- <span>9</span>
722
+ <span>1521</span>
711
723
  </span>
712
724
  <span class="star">
713
725
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
714
726
  <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>
715
727
  </svg>
716
- <span>91 stars today</span>
728
+ <span>368 stars today</span>
717
729
  </span>
718
730
  </div>
719
731
  <div class="details">
720
- E-Ink Magic Calendar that automatically syncs to Google Calendar and runs off a battery powered Raspberry Pi Zero
732
+ Personal CRM. Remember everything about your friends, family and business relationships.
721
733
  </div>
722
734
  </div>
723
735
  </li>
@@ -726,36 +738,32 @@
726
738
  <div class="info">
727
739
  <div class="rank">
728
740
  <span title="Ranking 18">18</span>
729
- <a href="https://github.com/hashicorp/consul" target="_blank" title="hashicorp/consul">hashicorp/consul</a>
741
+ <a href="https://github.com/MunGell/awesome-for-beginners" target="_blank" title="MunGell/awesome-for-beginners">MunGell/awesome-for-beginners</a>
730
742
  </div>
731
743
  <div class="sub-title followers">
732
744
 
733
- <a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
734
- <span style="background-color: #00ADD8;"></span>Go
735
- </a>
736
-
737
745
  <span class="star" title="Stargazers Count">
738
746
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
739
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>
740
748
  </svg>
741
- <span>23080</span>
749
+ <span>35127</span>
742
750
  </span>
743
751
  <span class="star" title="Repo Forked">
744
752
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
745
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">
746
754
  </path>
747
755
  </svg>
748
- <span>3845</span>
756
+ <span>5124</span>
749
757
  </span>
750
758
  <span class="star">
751
759
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
752
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>
753
761
  </svg>
754
- <span>150 stars today</span>
762
+ <span>128 stars today</span>
755
763
  </span>
756
764
  </div>
757
765
  <div class="details">
758
- Consul is a distributed, highly available, and data center aware solution to connect and configure applications across dynamic, distributed infrastructure.
766
+ A list of awesome beginners-friendly projects.
759
767
  </div>
760
768
  </div>
761
769
  </li>
@@ -764,36 +772,36 @@
764
772
  <div class="info">
765
773
  <div class="rank">
766
774
  <span title="Ranking 19">19</span>
767
- <a href="https://github.com/mgeeky/ThreadStackSpoofer" target="_blank" title="mgeeky/ThreadStackSpoofer">mgeeky/ThreadStackSpoofer</a>
775
+ <a href="https://github.com/docker/compose" target="_blank" title="docker/compose">docker/compose</a>
768
776
  </div>
769
777
  <div class="sub-title followers">
770
778
 
771
- <a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
772
- <span style="background-color: #f34b7d;"></span>C++
779
+ <a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
780
+ <span style="background-color: #00ADD8;"></span>Go
773
781
  </a>
774
782
 
775
783
  <span class="star" title="Stargazers Count">
776
784
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
777
785
  <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>
778
786
  </svg>
779
- <span>308</span>
787
+ <span>23584</span>
780
788
  </span>
781
789
  <span class="star" title="Repo Forked">
782
790
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
783
791
  <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">
784
792
  </path>
785
793
  </svg>
786
- <span>44</span>
794
+ <span>3956</span>
787
795
  </span>
788
796
  <span class="star">
789
797
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
790
798
  <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>
791
799
  </svg>
792
- <span>61 stars today</span>
800
+ <span>91 stars today</span>
793
801
  </span>
794
802
  </div>
795
803
  <div class="details">
796
- Thread Stack Spoofing - PoC for an advanced In-Memory evasion technique allowing to better hide injected shellcode&#39;s memory allocation from scanners and analysts.
804
+ Define and run multi-container applications with Docker
797
805
  </div>
798
806
  </div>
799
807
  </li>
@@ -802,36 +810,36 @@
802
810
  <div class="info">
803
811
  <div class="rank">
804
812
  <span title="Ranking 20">20</span>
805
- <a href="https://github.com/Lux-AI-Challenge/Lux-Design-2021" target="_blank" title="Lux-AI-Challenge/Lux-Design-2021">Lux-AI-Challenge/Lux-Design-2021</a>
813
+ <a href="https://github.com/tsoding/porth" target="_blank" title="tsoding/porth">tsoding/porth</a>
806
814
  </div>
807
815
  <div class="sub-title followers">
808
816
 
809
- <a class="language" target="_blank" href="https://github.com/topics/jupyternotebook" title="Programming Language JupyterNotebook">
810
- <span style="background-color: #DA5B0B;"></span>JupyterNotebook
817
+ <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
818
+ <span style="background-color: #3572A5;"></span>Python
811
819
  </a>
812
820
 
813
821
  <span class="star" title="Stargazers Count">
814
822
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
815
823
  <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>
816
824
  </svg>
817
- <span>640</span>
825
+ <span>303</span>
818
826
  </span>
819
827
  <span class="star" title="Repo Forked">
820
828
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
821
829
  <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">
822
830
  </path>
823
831
  </svg>
824
- <span>95</span>
832
+ <span>31</span>
825
833
  </span>
826
834
  <span class="star">
827
835
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
828
836
  <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>
829
837
  </svg>
830
- <span>29 stars today</span>
838
+ <span>58 stars today</span>
831
839
  </span>
832
840
  </div>
833
841
  <div class="details">
834
- Home to the design and engine of the @Lux-AI-Challenge Season 1, hosted on @Kaggle
842
+ It&#39;s like Forth but in Python
835
843
  </div>
836
844
  </div>
837
845
  </li>
@@ -840,36 +848,36 @@
840
848
  <div class="info">
841
849
  <div class="rank">
842
850
  <span title="Ranking 21">21</span>
843
- <a href="https://github.com/laravel/laravel" target="_blank" title="laravel/laravel">laravel/laravel</a>
851
+ <a href="https://github.com/knative/serving" target="_blank" title="knative/serving">knative/serving</a>
844
852
  </div>
845
853
  <div class="sub-title followers">
846
854
 
847
- <a class="language" target="_blank" href="https://github.com/topics/php" title="Programming Language PHP">
848
- <span style="background-color: #4F5D95;"></span>PHP
855
+ <a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
856
+ <span style="background-color: #00ADD8;"></span>Go
849
857
  </a>
850
858
 
851
859
  <span class="star" title="Stargazers Count">
852
860
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
853
861
  <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>
854
862
  </svg>
855
- <span>66763</span>
863
+ <span>4045</span>
856
864
  </span>
857
865
  <span class="star" title="Repo Forked">
858
866
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
859
867
  <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">
860
868
  </path>
861
869
  </svg>
862
- <span>21561</span>
870
+ <span>832</span>
863
871
  </span>
864
872
  <span class="star">
865
873
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
866
874
  <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>
867
875
  </svg>
868
- <span>80 stars today</span>
876
+ <span>55 stars today</span>
869
877
  </span>
870
878
  </div>
871
879
  <div class="details">
872
- A PHP framework for web artisans.
880
+ Kubernetes-based, scale-to-zero, request-driven compute
873
881
  </div>
874
882
  </div>
875
883
  </li>
@@ -878,36 +886,36 @@
878
886
  <div class="info">
879
887
  <div class="rank">
880
888
  <span title="Ranking 22">22</span>
881
- <a href="https://github.com/tsoding/porth" target="_blank" title="tsoding/porth">tsoding/porth</a>
889
+ <a href="https://github.com/knadh/listmonk" target="_blank" title="knadh/listmonk">knadh/listmonk</a>
882
890
  </div>
883
891
  <div class="sub-title followers">
884
892
 
885
- <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
886
- <span style="background-color: #3572A5;"></span>Python
893
+ <a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
894
+ <span style="background-color: #00ADD8;"></span>Go
887
895
  </a>
888
896
 
889
897
  <span class="star" title="Stargazers Count">
890
898
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
891
899
  <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>
892
900
  </svg>
893
- <span>248</span>
901
+ <span>6473</span>
894
902
  </span>
895
903
  <span class="star" title="Repo Forked">
896
904
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
897
905
  <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">
898
906
  </path>
899
907
  </svg>
900
- <span>25</span>
908
+ <span>444</span>
901
909
  </span>
902
910
  <span class="star">
903
911
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
904
912
  <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>
905
913
  </svg>
906
- <span>72 stars today</span>
914
+ <span>174 stars today</span>
907
915
  </span>
908
916
  </div>
909
917
  <div class="details">
910
- It&#39;s like Forth but in Python
918
+ High performance, self-hosted, newsletter and mailing list manager with a modern dashboard. Single binary app.
911
919
  </div>
912
920
  </div>
913
921
  </li>
@@ -916,36 +924,32 @@
916
924
  <div class="info">
917
925
  <div class="rank">
918
926
  <span title="Ranking 23">23</span>
919
- <a href="https://github.com/Moya/Moya" target="_blank" title="Moya/Moya">Moya/Moya</a>
927
+ <a href="https://github.com/abdumostafa/awesome-in-arabic" target="_blank" title="abdumostafa/awesome-in-arabic">abdumostafa/awesome-in-arabic</a>
920
928
  </div>
921
929
  <div class="sub-title followers">
922
930
 
923
- <a class="language" target="_blank" href="https://github.com/topics/swift" title="Programming Language Swift">
924
- <span style="background-color: #F05138;"></span>Swift
925
- </a>
926
-
927
931
  <span class="star" title="Stargazers Count">
928
932
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
929
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>
930
934
  </svg>
931
- <span>13425</span>
935
+ <span>365</span>
932
936
  </span>
933
937
  <span class="star" title="Repo Forked">
934
938
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
935
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">
936
940
  </path>
937
941
  </svg>
938
- <span>1753</span>
942
+ <span>68</span>
939
943
  </span>
940
944
  <span class="star">
941
945
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
942
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>
943
947
  </svg>
944
- <span>40 stars today</span>
948
+ <span>29 stars today</span>
945
949
  </span>
946
950
  </div>
947
951
  <div class="details">
948
- Network abstraction layer written in Swift.
952
+ A collection of awesome developer accounts (Twitter, Facebook,...) 👨‍💻 that enrich Arabic content, podcasts, articles, Youtube channels and Some advises and guidelines.
949
953
  </div>
950
954
  </div>
951
955
  </li>
@@ -954,7 +958,7 @@
954
958
  <div class="info">
955
959
  <div class="rank">
956
960
  <span title="Ranking 24">24</span>
957
- <a href="https://github.com/tanc7/EXOCET-AV-Evasion" target="_blank" title="tanc7/EXOCET-AV-Evasion">tanc7/EXOCET-AV-Evasion</a>
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>
958
962
  </div>
959
963
  <div class="sub-title followers">
960
964
 
@@ -966,24 +970,24 @@
966
970
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
967
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>
968
972
  </svg>
969
- <span>242</span>
973
+ <span>1678</span>
970
974
  </span>
971
975
  <span class="star" title="Repo Forked">
972
976
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
973
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">
974
978
  </path>
975
979
  </svg>
976
- <span>40</span>
980
+ <span>1442</span>
977
981
  </span>
978
982
  <span class="star">
979
983
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
980
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>
981
985
  </svg>
982
- <span>81 stars today</span>
986
+ <span>91 stars today</span>
983
987
  </span>
984
988
  </div>
985
989
  <div class="details">
986
- EXOCET - AV-evading, undetectable, payload delivery tool
990
+
987
991
  </div>
988
992
  </div>
989
993
  </li>
@@ -992,36 +996,36 @@
992
996
  <div class="info">
993
997
  <div class="rank">
994
998
  <span title="Ranking 25">25</span>
995
- <a href="https://github.com/spring-projects/spring-boot" target="_blank" title="spring-projects/spring-boot">spring-projects/spring-boot</a>
999
+ <a href="https://github.com/great-expectations/great_expectations" target="_blank" title="great-expectations/great_expectations">great-expectations/great_expectations</a>
996
1000
  </div>
997
1001
  <div class="sub-title followers">
998
1002
 
999
- <a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
1000
- <span style="background-color: #b07219;"></span>Java
1003
+ <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
1004
+ <span style="background-color: #3572A5;"></span>Python
1001
1005
  </a>
1002
1006
 
1003
1007
  <span class="star" title="Stargazers Count">
1004
1008
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
1005
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>
1006
1010
  </svg>
1007
- <span>57447</span>
1011
+ <span>5166</span>
1008
1012
  </span>
1009
1013
  <span class="star" title="Repo Forked">
1010
1014
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
1011
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">
1012
1016
  </path>
1013
1017
  </svg>
1014
- <span>34664</span>
1018
+ <span>690</span>
1015
1019
  </span>
1016
1020
  <span class="star">
1017
1021
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
1018
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>
1019
1023
  </svg>
1020
- <span>64 stars today</span>
1024
+ <span>89 stars today</span>
1021
1025
  </span>
1022
1026
  </div>
1023
1027
  <div class="details">
1024
- Spring Boot
1028
+ Always know what to expect from your data.
1025
1029
  </div>
1026
1030
  </div>
1027
1031
  </li>
@@ -1042,7 +1046,7 @@
1042
1046
  <img src="https://img.shields.io/npm/v/@wcj/github-rank.svg?label=unpkg">
1043
1047
  </a>
1044
1048
  </p>
1045
- <div class="time">Last cache created on 2021/9/30 by Github API v3.</div>
1049
+ <div class="time">Last cache created on 2021/10/1 by Github API v3.</div>
1046
1050
  Create by <a href="https://github.com/jaywcjlove" target="_blank">小弟调调™</a>.
1047
1051
  </div>
1048
1052
  </body>