@wcj/github-rank 22.8.28 → 22.8.31

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 (37) hide show
  1. package/dist/repos.json +33310 -33292
  2. package/dist/sifou-daily.json +100 -10
  3. package/dist/sifou-monthly.json +74 -74
  4. package/dist/sifou-weekly.json +160 -160
  5. package/dist/toutiao-30.json +99 -99
  6. package/dist/toutiao-7.json +127 -127
  7. package/dist/toutiao-90.json +42 -42
  8. package/dist/trending-daily.json +166 -166
  9. package/dist/trending-monthly.json +167 -167
  10. package/dist/trending-weekly.json +169 -169
  11. package/dist/users.china.json +2333 -2333
  12. package/dist/users.json +4111 -4112
  13. package/package.json +1 -1
  14. package/web/data/repos.json +33310 -33292
  15. package/web/data/sifou-daily.json +100 -10
  16. package/web/data/sifou-monthly.json +74 -74
  17. package/web/data/sifou-weekly.json +160 -160
  18. package/web/data/toutiao-30.json +99 -99
  19. package/web/data/toutiao-7.json +127 -127
  20. package/web/data/toutiao-90.json +42 -42
  21. package/web/data/trending-daily.json +166 -166
  22. package/web/data/trending-monthly.json +167 -167
  23. package/web/data/trending-weekly.json +169 -169
  24. package/web/data/users.china.json +2333 -2333
  25. package/web/data/users.json +4111 -4112
  26. package/web/index.html +2022 -2022
  27. package/web/repos.html +4060 -4060
  28. package/web/sifou-daily.html +289 -9
  29. package/web/sifou-monthly.html +103 -103
  30. package/web/sifou-weekly.html +140 -140
  31. package/web/toutiao-30.html +103 -103
  32. package/web/toutiao-7.html +93 -93
  33. package/web/toutiao-90.html +57 -57
  34. package/web/trending-monthly.html +147 -147
  35. package/web/trending-weekly.html +149 -145
  36. package/web/trending.html +143 -143
  37. package/web/users.china.html +1180 -1180
@@ -2,7 +2,7 @@
2
2
  {
3
3
  "title": "3000帧动画图解MySQL为什么需要binlog、redo log和undo log",
4
4
  "description": "全文建立在MySQL的存储引擎为InnoDB的基础上先看一条SQL如何入库的:这是一条很简单的更新SQL,从MySQL服务端接收到SQL到落盘,先后经过了MySQL Server层...",
5
- "votes": "207",
5
+ "votes": "208",
6
6
  "url": "/k/b0g4460",
7
7
  "avatar": "https://img.toutiao.io/subject/8e12ef64799649acbfd936883ef16c3c/thumb",
8
8
  "avatarAlt": "服务架构及中台 - 独家号",
@@ -32,7 +32,7 @@
32
32
  {
33
33
  "title": "全网最全的权限系统设计方案(图解)",
34
34
  "description": "",
35
- "votes": "134",
35
+ "votes": "136",
36
36
  "url": "/k/lozkmee",
37
37
  "avatar": "https://img.toutiao.io/subject/8e12ef64799649acbfd936883ef16c3c/thumb",
38
38
  "avatarAlt": "服务架构及中台 - 独家号",
@@ -79,6 +79,16 @@
79
79
  "subjectName": "服务架构及中台",
80
80
  "homeUrl": "/subjects/26578"
81
81
  },
82
+ {
83
+ "title": "聊聊 13 种锁的实现方式",
84
+ "description": "大家好,我是Tom哥。最近有很多小伙伴给我留言,分布式系统时代,线程并发,资源抢占,\"锁\" 慢慢变得很重要。那么常见的锁都有哪些?今天Tom哥就和大家简单聊聊这个话题1、悲观锁正如...",
85
+ "votes": "99",
86
+ "url": "/k/wcwg3fn",
87
+ "avatar": "https://img.toutiao.io/subject/e62c1664abed48848efc89141ae64112/thumb",
88
+ "avatarAlt": "微观技术 - 独家号",
89
+ "subjectName": "微观技术",
90
+ "homeUrl": "/subjects/348507"
91
+ },
82
92
  {
83
93
  "title": "聊聊Java中代码优化的30个小技巧",
84
94
  "description": "大家好,我是苏三,又跟大家见面了。前言我之前写过两篇关于优化相关的问题:《聊聊sql优化的15个小技巧》和《聊聊接口性能优化的11个小技巧》,发表之后,在全网受到广大网友的好评。阅...",
@@ -99,16 +109,6 @@
99
109
  "subjectName": "浪客用react,java全栈",
100
110
  "homeUrl": "/subjects/132403"
101
111
  },
102
- {
103
- "title": "架构师成长路线图",
104
- "description": "成长为软件架构师不是一件容易的事,这篇文章列举了架构师需要学习的技术储备,给出了成为软件架构师的路线图,帮助有志于在架构领域成长的同学可以明确学习的方向。原文:Master Pla...",
105
- "votes": "90",
106
- "url": "/k/27b6p2e",
107
- "avatar": "https://img.toutiao.io/user/af19eb53bb164e47a25e3b1ef00f965e/thumb",
108
- "avatarAlt": "DeepNoMind - 独家号",
109
- "subjectName": "DeepNoMind",
110
- "homeUrl": "/subjects/460290"
111
- },
112
112
  {
113
113
  "title": "高并发,你真的理解透彻了吗?",
114
114
  "description": "",
@@ -119,16 +119,6 @@
119
119
  "subjectName": "浪客用react,java全栈",
120
120
  "homeUrl": "/subjects/132403"
121
121
  },
122
- {
123
- "title": "聊聊 13 种锁的实现方式",
124
- "description": "大家好,我是Tom哥。最近有很多小伙伴给我留言,分布式系统时代,线程并发,资源抢占,\"锁\" 慢慢变得很重要。那么常见的锁都有哪些?今天Tom哥就和大家简单聊聊这个话题1、悲观锁正如...",
125
- "votes": "92",
126
- "url": "/k/wcwg3fn",
127
- "avatar": "https://img.toutiao.io/subject/e62c1664abed48848efc89141ae64112/thumb",
128
- "avatarAlt": "微观技术 - 独家号",
129
- "subjectName": "微观技术",
130
- "homeUrl": "/subjects/348507"
131
- },
132
122
  {
133
123
  "title": "花了一周,我总结了120个数据分析指标与术语。",
134
124
  "description": "",
@@ -139,6 +129,16 @@
139
129
  "subjectName": "进击的程序猿",
140
130
  "homeUrl": "/subjects/24912"
141
131
  },
132
+ {
133
+ "title": "微服务接口设计原则",
134
+ "description": "本文结合自身后台开发经验,从高可用、高性能、易维护和低风险(安全)角度出发,尝试总结业界常见微服务接口设计原则,帮助大家设计出优秀的微服务。1.前言微服务是一种系统架构风格,是 S...",
135
+ "votes": "91",
136
+ "url": "/k/4hjv10p",
137
+ "avatar": "https://img.toutiao.io/subject/cc2d501408fd455d9b841cb6c8d95a6c/thumb",
138
+ "avatarAlt": "ASCE1885 - 独家号",
139
+ "subjectName": "ASCE1885",
140
+ "homeUrl": "/subjects/4829"
141
+ },
142
142
  {
143
143
  "title": "京东面试:MQ 消息丢失、重复、积压问题,如何解决?",
144
144
  "description": "",
@@ -179,16 +179,6 @@
179
179
  "subjectName": "苏三说技术",
180
180
  "homeUrl": "/subjects/453205"
181
181
  },
182
- {
183
- "title": "微服务接口设计原则",
184
- "description": "本文结合自身后台开发经验,从高可用、高性能、易维护和低风险(安全)角度出发,尝试总结业界常见微服务接口设计原则,帮助大家设计出优秀的微服务。1.前言微服务是一种系统架构风格,是 S...",
185
- "votes": "87",
186
- "url": "/k/4hjv10p",
187
- "avatar": "https://img.toutiao.io/subject/cc2d501408fd455d9b841cb6c8d95a6c/thumb",
188
- "avatarAlt": "ASCE1885 - 独家号",
189
- "subjectName": "ASCE1885",
190
- "homeUrl": "/subjects/4829"
191
- },
192
182
  {
193
183
  "title": "团队管理|如何提高技术Leader的思考技巧?",
194
184
  "description": "",
@@ -209,16 +199,6 @@
209
199
  "subjectName": "Bloomingroses",
210
200
  "homeUrl": "/subjects/98777"
211
201
  },
212
- {
213
- "title": "如何写出一篇好的技术方案?",
214
- "description": "",
215
- "votes": "78",
216
- "url": "/k/gl2cth8",
217
- "avatar": "https://img.toutiao.io/subject/ae2b74c589814b769c1bebad92c2fb9a/thumb",
218
- "avatarAlt": "架构之美 - 独家号",
219
- "subjectName": "架构之美",
220
- "homeUrl": "/subjects/42200"
221
- },
222
202
  {
223
203
  "title": "总监的烦恼:技术丢了怎么办?",
224
204
  "description": "原创不易,求分享、求一键三连前段时间有个粉丝与我讨论了一个问题:小钗,我半年前从技术经理升职到了技术总监,但这段时间的工作很恼火:一大半时间要去开各种产品会,还有一些时间要去处理团...",
@@ -248,5 +228,25 @@
248
228
  "avatarAlt": "测试之路 - 独家号",
249
229
  "subjectName": "测试之路",
250
230
  "homeUrl": "/subjects/205186"
231
+ },
232
+ {
233
+ "title": "连流量染色都没有,你说要搞微服务?",
234
+ "description": "",
235
+ "votes": "69",
236
+ "url": "/k/9k1wfc7",
237
+ "avatar": "https://img.toutiao.io/subject/8e12ef64799649acbfd936883ef16c3c/thumb",
238
+ "avatarAlt": "服务架构及中台 - 独家号",
239
+ "subjectName": "服务架构及中台",
240
+ "homeUrl": "/subjects/26578"
241
+ },
242
+ {
243
+ "title": "Java线上CPU内存冲高问题排查步骤",
244
+ "description": "作者:茂茂的小破号链接:https://www.jianshu.com/p/801ecfb441131 引言作为一名从事Java开发快一年的程序员,在线上经常碰到某个模块的Pod发...",
245
+ "votes": "66",
246
+ "url": "/k/t9sj17s",
247
+ "avatar": "https://img.toutiao.io/subject/ca32be3cbe13422a9fc08989bf5378d9/thumb",
248
+ "avatarAlt": "文不落 - 独家号",
249
+ "subjectName": "文不落",
250
+ "homeUrl": "/subjects/113701"
251
251
  }
252
252
  ]
@@ -1,277 +1,277 @@
1
1
  [
2
2
  {
3
- "full_name": "total-typescript/beginners-typescript-tutorial",
3
+ "full_name": "AykutSarac/jsoncrack.com",
4
4
  "language": "TypeScript",
5
5
  "color": "#3178c6",
6
6
  "description": "",
7
- "forked": "110",
8
- "stargazers_count": 1982,
9
- "todayStar": "758 stars today",
10
- "html_url": "https://github.com/total-typescript/beginners-typescript-tutorial",
7
+ "forked": "307",
8
+ "stargazers_count": 7004,
9
+ "todayStar": "606 stars today",
10
+ "html_url": "https://github.com/AykutSarac/jsoncrack.com",
11
11
  "rank": 1
12
12
  },
13
13
  {
14
- "full_name": "doocs/leetcode",
15
- "language": "Java",
16
- "color": "#b07219",
14
+ "full_name": "hunar4321/life_code",
15
+ "language": "C++",
16
+ "color": "#f34b7d",
17
17
  "description": "",
18
- "forked": "3046",
19
- "stargazers_count": 16160,
20
- "todayStar": "156 stars today",
21
- "html_url": "https://github.com/doocs/leetcode",
18
+ "forked": "84",
19
+ "stargazers_count": 810,
20
+ "todayStar": "266 stars today",
21
+ "html_url": "https://github.com/hunar4321/life_code",
22
22
  "rank": 2
23
23
  },
24
24
  {
25
- "full_name": "google/guava",
26
- "language": "Java",
27
- "color": "#b07219",
25
+ "full_name": "bes-dev/stable_diffusion.openvino",
26
+ "language": "Python",
27
+ "color": "#3572A5",
28
28
  "description": "",
29
- "forked": "10111",
30
- "stargazers_count": 45507,
31
- "todayStar": "25 stars today",
32
- "html_url": "https://github.com/google/guava",
29
+ "forked": "43",
30
+ "stargazers_count": 393,
31
+ "todayStar": "274 stars today",
32
+ "html_url": "https://github.com/bes-dev/stable_diffusion.openvino",
33
33
  "rank": 3
34
34
  },
35
35
  {
36
- "full_name": "runsidekick/sidekick",
37
- "language": "Java",
38
- "color": "#b07219",
36
+ "full_name": "upscayl/upscayl",
37
+ "language": "JavaScript",
38
+ "color": "#f1e05a",
39
39
  "description": "",
40
- "forked": "27",
41
- "stargazers_count": 701,
42
- "todayStar": "151 stars today",
43
- "html_url": "https://github.com/runsidekick/sidekick",
40
+ "forked": "54",
41
+ "stargazers_count": 3393,
42
+ "todayStar": "822 stars today",
43
+ "html_url": "https://github.com/upscayl/upscayl",
44
44
  "rank": 4
45
45
  },
46
46
  {
47
- "full_name": "microsoft/TypeScript",
48
- "language": "TypeScript",
49
- "color": "#3178c6",
47
+ "full_name": "AUTOMATIC1111/stable-diffusion-webui",
48
+ "language": "Python",
49
+ "color": "#3572A5",
50
50
  "description": "",
51
- "forked": "10890",
52
- "stargazers_count": 83618,
53
- "todayStar": "55 stars today",
54
- "html_url": "https://github.com/microsoft/TypeScript",
51
+ "forked": "31",
52
+ "stargazers_count": 419,
53
+ "todayStar": "118 stars today",
54
+ "html_url": "https://github.com/AUTOMATIC1111/stable-diffusion-webui",
55
55
  "rank": 5
56
56
  },
57
57
  {
58
- "full_name": "t3l3machus/hoaxshell",
58
+ "full_name": "iperov/DeepFaceLab",
59
59
  "language": "Python",
60
60
  "color": "#3572A5",
61
61
  "description": "",
62
- "forked": "91",
63
- "stargazers_count": 603,
64
- "todayStar": "109 stars today",
65
- "html_url": "https://github.com/t3l3machus/hoaxshell",
62
+ "forked": "7839",
63
+ "stargazers_count": 34674,
64
+ "todayStar": "143 stars today",
65
+ "html_url": "https://github.com/iperov/DeepFaceLab",
66
66
  "rank": 6
67
67
  },
68
68
  {
69
- "full_name": "ascoders/weekly",
70
- "language": "JavaScript",
71
- "color": "#f1e05a",
69
+ "full_name": "microsoft/ML-For-Beginners",
70
+ "language": "JupyterNotebook",
71
+ "color": "#DA5B0B",
72
72
  "description": "",
73
- "forked": "2504",
74
- "stargazers_count": 20945,
75
- "todayStar": "42 stars today",
76
- "html_url": "https://github.com/ascoders/weekly",
73
+ "forked": "8114",
74
+ "stargazers_count": 40606,
75
+ "todayStar": "108 stars today",
76
+ "html_url": "https://github.com/microsoft/ML-For-Beginners",
77
77
  "rank": 7
78
78
  },
79
79
  {
80
- "full_name": "cemu-project/Cemu",
81
- "language": "C++",
82
- "color": "#f34b7d",
80
+ "full_name": "ripienaar/free-for-dev",
81
+ "language": "HTML",
82
+ "color": "#e34c26",
83
83
  "description": "",
84
- "forked": "104",
85
- "stargazers_count": 2130,
86
- "todayStar": "264 stars today",
87
- "html_url": "https://github.com/cemu-project/Cemu",
84
+ "forked": "6465",
85
+ "stargazers_count": 58699,
86
+ "todayStar": "414 stars today",
87
+ "html_url": "https://github.com/ripienaar/free-for-dev",
88
88
  "rank": 8
89
89
  },
90
90
  {
91
- "full_name": "pocketbase/pocketbase",
92
- "language": "Go",
93
- "color": "#00ADD8",
91
+ "full_name": "ainfosec/FISSURE",
92
+ "language": "HTML",
93
+ "color": "#e34c26",
94
94
  "description": "",
95
- "forked": "290",
96
- "stargazers_count": 9036,
97
- "todayStar": "224 stars today",
98
- "html_url": "https://github.com/pocketbase/pocketbase",
95
+ "forked": "26",
96
+ "stargazers_count": 870,
97
+ "todayStar": "188 stars today",
98
+ "html_url": "https://github.com/ainfosec/FISSURE",
99
99
  "rank": 9
100
100
  },
101
101
  {
102
- "full_name": "milvus-io/milvus",
103
- "language": "Go",
104
- "color": "#00ADD8",
102
+ "full_name": "cwi-reset/edicao-04-level-1",
103
+ "language": "",
104
+ "color": "",
105
105
  "description": "",
106
- "forked": "1665",
107
- "stargazers_count": 11953,
108
- "todayStar": "110 stars today",
109
- "html_url": "https://github.com/milvus-io/milvus",
106
+ "forked": "15",
107
+ "stargazers_count": 80,
108
+ "todayStar": "31 stars today",
109
+ "html_url": "https://github.com/cwi-reset/edicao-04-level-1",
110
110
  "rank": 10
111
111
  },
112
112
  {
113
- "full_name": "itorr/sakana",
114
- "language": "JavaScript",
115
- "color": "#f1e05a",
113
+ "full_name": "hlky/stable-diffusion-webui",
114
+ "language": "Python",
115
+ "color": "#3572A5",
116
116
  "description": "",
117
- "forked": "67",
118
- "stargazers_count": 844,
119
- "todayStar": "151 stars today",
120
- "html_url": "https://github.com/itorr/sakana",
117
+ "forked": "103",
118
+ "stargazers_count": 984,
119
+ "todayStar": "153 stars today",
120
+ "html_url": "https://github.com/hlky/stable-diffusion-webui",
121
121
  "rank": 11
122
122
  },
123
123
  {
124
- "full_name": "rxrw/daily_morning",
125
- "language": "Python",
126
- "color": "#3572A5",
124
+ "full_name": "divkit/divkit",
125
+ "language": "Swift",
126
+ "color": "#F05138",
127
127
  "description": "",
128
- "forked": "4980",
129
- "stargazers_count": 2231,
130
- "todayStar": "704 stars today",
131
- "html_url": "https://github.com/rxrw/daily_morning",
128
+ "forked": "48",
129
+ "stargazers_count": 1113,
130
+ "todayStar": "215 stars today",
131
+ "html_url": "https://github.com/divkit/divkit",
132
132
  "rank": 12
133
133
  },
134
134
  {
135
- "full_name": "influxdata/telegraf",
136
- "language": "Go",
137
- "color": "#00ADD8",
135
+ "full_name": "total-typescript/beginners-typescript-tutorial",
136
+ "language": "TypeScript",
137
+ "color": "#3178c6",
138
138
  "description": "",
139
- "forked": "4990",
140
- "stargazers_count": 11892,
141
- "todayStar": "23 stars today",
142
- "html_url": "https://github.com/influxdata/telegraf",
139
+ "forked": "207",
140
+ "stargazers_count": 3485,
141
+ "todayStar": "438 stars today",
142
+ "html_url": "https://github.com/total-typescript/beginners-typescript-tutorial",
143
143
  "rank": 13
144
144
  },
145
145
  {
146
- "full_name": "The-Run-Philosophy-Organization/run",
147
- "language": "",
148
- "color": "",
146
+ "full_name": "ihciah/shadow-tls",
147
+ "language": "Rust",
148
+ "color": "#dea584",
149
149
  "description": "",
150
- "forked": "1573",
151
- "stargazers_count": 19923,
152
- "todayStar": "93 stars today",
153
- "html_url": "https://github.com/The-Run-Philosophy-Organization/run",
150
+ "forked": "101",
151
+ "stargazers_count": 719,
152
+ "todayStar": "75 stars today",
153
+ "html_url": "https://github.com/ihciah/shadow-tls",
154
154
  "rank": 14
155
155
  },
156
156
  {
157
- "full_name": "chokcoco/iCSS",
158
- "language": "CSS",
159
- "color": "#563d7c",
157
+ "full_name": "IceWhaleTech/CasaOS",
158
+ "language": "Go",
159
+ "color": "#00ADD8",
160
160
  "description": "",
161
- "forked": "1430",
162
- "stargazers_count": 13376,
163
- "todayStar": "24 stars today",
164
- "html_url": "https://github.com/chokcoco/iCSS",
161
+ "forked": "350",
162
+ "stargazers_count": 5073,
163
+ "todayStar": "129 stars today",
164
+ "html_url": "https://github.com/IceWhaleTech/CasaOS",
165
165
  "rank": 15
166
166
  },
167
167
  {
168
- "full_name": "authzed/spicedb",
169
- "language": "Go",
170
- "color": "#00ADD8",
168
+ "full_name": "heartexlabs/label-studio",
169
+ "language": "Python",
170
+ "color": "#3572A5",
171
171
  "description": "",
172
- "forked": "130",
173
- "stargazers_count": 2630,
174
- "todayStar": "66 stars today",
175
- "html_url": "https://github.com/authzed/spicedb",
172
+ "forked": "1189",
173
+ "stargazers_count": 10289,
174
+ "todayStar": "65 stars today",
175
+ "html_url": "https://github.com/heartexlabs/label-studio",
176
176
  "rank": 16
177
177
  },
178
178
  {
179
- "full_name": "imthenachoman/How-To-Secure-A-Linux-Server",
180
- "language": "",
181
- "color": "",
179
+ "full_name": "TencentARC/GFPGAN",
180
+ "language": "Python",
181
+ "color": "#3572A5",
182
182
  "description": "",
183
- "forked": "842",
184
- "stargazers_count": 12837,
185
- "todayStar": "164 stars today",
186
- "html_url": "https://github.com/imthenachoman/How-To-Secure-A-Linux-Server",
183
+ "forked": "3243",
184
+ "stargazers_count": 21622,
185
+ "todayStar": "60 stars today",
186
+ "html_url": "https://github.com/TencentARC/GFPGAN",
187
187
  "rank": 17
188
188
  },
189
189
  {
190
- "full_name": "ethereum/EIPs",
191
- "language": "Solidity",
192
- "color": "#AA6746",
190
+ "full_name": "Azure/azure-rest-api-specs",
191
+ "language": "TypeScript",
192
+ "color": "#3178c6",
193
193
  "description": "",
194
- "forked": "3775",
195
- "stargazers_count": 10278,
194
+ "forked": "3873",
195
+ "stargazers_count": 1702,
196
196
  "todayStar": "18 stars today",
197
- "html_url": "https://github.com/ethereum/EIPs",
197
+ "html_url": "https://github.com/Azure/azure-rest-api-specs",
198
198
  "rank": 18
199
199
  },
200
200
  {
201
- "full_name": "facebook/react-native",
201
+ "full_name": "troyeguo/koodo-reader",
202
202
  "language": "JavaScript",
203
203
  "color": "#f1e05a",
204
204
  "description": "",
205
- "forked": "22365",
206
- "stargazers_count": 104512,
207
- "todayStar": "56 stars today",
208
- "html_url": "https://github.com/facebook/react-native",
205
+ "forked": "602",
206
+ "stargazers_count": 6626,
207
+ "todayStar": "102 stars today",
208
+ "html_url": "https://github.com/troyeguo/koodo-reader",
209
209
  "rank": 19
210
210
  },
211
211
  {
212
- "full_name": "hunar4321/life_code",
213
- "language": "C++",
214
- "color": "#f34b7d",
212
+ "full_name": "runsidekick/sidekick",
213
+ "language": "Java",
214
+ "color": "#b07219",
215
215
  "description": "",
216
- "forked": "13",
217
- "stargazers_count": 165,
218
- "todayStar": "58 stars today",
219
- "html_url": "https://github.com/hunar4321/life_code",
216
+ "forked": "41",
217
+ "stargazers_count": 1148,
218
+ "todayStar": "181 stars today",
219
+ "html_url": "https://github.com/runsidekick/sidekick",
220
220
  "rank": 20
221
221
  },
222
222
  {
223
- "full_name": "teivah/100-go-mistakes",
224
- "language": "Go",
225
- "color": "#00ADD8",
223
+ "full_name": "ange-yaghi/engine-sim",
224
+ "language": "C++",
225
+ "color": "#f34b7d",
226
226
  "description": "",
227
- "forked": "96",
228
- "stargazers_count": 1619,
229
- "todayStar": "175 stars today",
230
- "html_url": "https://github.com/teivah/100-go-mistakes",
227
+ "forked": "436",
228
+ "stargazers_count": 4362,
229
+ "todayStar": "178 stars today",
230
+ "html_url": "https://github.com/ange-yaghi/engine-sim",
231
231
  "rank": 21
232
232
  },
233
233
  {
234
- "full_name": "apify/crawlee",
235
- "language": "TypeScript",
236
- "color": "#3178c6",
234
+ "full_name": "codecrafters-io/build-your-own-x",
235
+ "language": "",
236
+ "color": "",
237
237
  "description": "",
238
- "forked": "279",
239
- "stargazers_count": 5368,
240
- "todayStar": "400 stars today",
241
- "html_url": "https://github.com/apify/crawlee",
238
+ "forked": "15279",
239
+ "stargazers_count": 163082,
240
+ "todayStar": "221 stars today",
241
+ "html_url": "https://github.com/codecrafters-io/build-your-own-x",
242
242
  "rank": 22
243
243
  },
244
244
  {
245
- "full_name": "google-research/multinerf",
245
+ "full_name": "khast3x/Redcloud",
246
246
  "language": "Python",
247
247
  "color": "#3572A5",
248
248
  "description": "",
249
- "forked": "125",
250
- "stargazers_count": 1762,
251
- "todayStar": "97 stars today",
252
- "html_url": "https://github.com/google-research/multinerf",
249
+ "forked": "182",
250
+ "stargazers_count": 923,
251
+ "todayStar": "50 stars today",
252
+ "html_url": "https://github.com/khast3x/Redcloud",
253
253
  "rank": 23
254
254
  },
255
255
  {
256
- "full_name": "zachgoll/fullstack-roadmap-series",
257
- "language": "JavaScript",
258
- "color": "#f1e05a",
256
+ "full_name": "thoughtbot/dotfiles",
257
+ "language": "Shell",
258
+ "color": "#89e051",
259
259
  "description": "",
260
- "forked": "46",
261
- "stargazers_count": 359,
262
- "todayStar": "50 stars today",
263
- "html_url": "https://github.com/zachgoll/fullstack-roadmap-series",
260
+ "forked": "1847",
261
+ "stargazers_count": 7295,
262
+ "todayStar": "30 stars today",
263
+ "html_url": "https://github.com/thoughtbot/dotfiles",
264
264
  "rank": 24
265
265
  },
266
266
  {
267
- "full_name": "benphelps/homepage",
268
- "language": "JavaScript",
269
- "color": "#f1e05a",
267
+ "full_name": "tiangolo/sqlmodel",
268
+ "language": "Python",
269
+ "color": "#3572A5",
270
270
  "description": "",
271
- "forked": "7",
272
- "stargazers_count": 219,
273
- "todayStar": "48 stars today",
274
- "html_url": "https://github.com/benphelps/homepage",
271
+ "forked": "351",
272
+ "stargazers_count": 8139,
273
+ "todayStar": "73 stars today",
274
+ "html_url": "https://github.com/tiangolo/sqlmodel",
275
275
  "rank": 25
276
276
  }
277
277
  ]