aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohammad Sajid Anwar <mohammad.anwar@yahoo.com>2025-09-14 23:45:36 +0100
committerMohammad Sajid Anwar <mohammad.anwar@yahoo.com>2025-09-14 23:45:36 +0100
commitaef13c84e4e6a5ad3580e03ad05118c900d69b91 (patch)
tree6754a23df3127c76f362b4df79d32cce2fe28ee4
parent3bc92b080e278e2376155fc87841420b972475e4 (diff)
downloadperlweeklychallenge-club-aef13c84e4e6a5ad3580e03ad05118c900d69b91.tar.gz
perlweeklychallenge-club-aef13c84e4e6a5ad3580e03ad05118c900d69b91.tar.bz2
perlweeklychallenge-club-aef13c84e4e6a5ad3580e03ad05118c900d69b91.zip
- Added solutions by Athanasius.
- Added solutions by Roger Bell_West. - Added solutions by Simon Green. - Added solutions by BarrOff. - Added solutions by HVukman. - Added solutions by Wanderdoc.
-rw-r--r--stats/pwc-current.json76
-rw-r--r--stats/pwc-language-breakdown-2019.json2
-rw-r--r--stats/pwc-language-breakdown-2020.json2
-rw-r--r--stats/pwc-language-breakdown-2021.json2
-rw-r--r--stats/pwc-language-breakdown-2022.json2
-rw-r--r--stats/pwc-language-breakdown-2023.json2
-rw-r--r--stats/pwc-language-breakdown-2024.json2
-rw-r--r--stats/pwc-language-breakdown-2025.json10
-rw-r--r--stats/pwc-language-breakdown-summary.json8
-rw-r--r--stats/pwc-leaders.json26
-rw-r--r--stats/pwc-summary-1-30.json2
-rw-r--r--stats/pwc-summary-121-150.json2
-rw-r--r--stats/pwc-summary-151-180.json2
-rw-r--r--stats/pwc-summary-181-210.json2
-rw-r--r--stats/pwc-summary-211-240.json2
-rw-r--r--stats/pwc-summary-241-270.json4
-rw-r--r--stats/pwc-summary-271-300.json6
-rw-r--r--stats/pwc-summary-301-330.json4
-rw-r--r--stats/pwc-summary-31-60.json8
-rw-r--r--stats/pwc-summary-61-90.json2
-rw-r--r--stats/pwc-summary-91-120.json2
-rw-r--r--stats/pwc-summary.json16
-rw-r--r--stats/pwc-yearly-language-summary.json10
23 files changed, 133 insertions, 61 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index 0f97c6f917..746e776030 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -56,6 +56,30 @@
"data" : [
[
"Perl",
+ 1
+ ],
+ [
+ "Raku",
+ 1
+ ]
+ ],
+ "id" : "Athanasius",
+ "name" : "Athanasius"
+ },
+ {
+ "data" : [
+ [
+ "Raku",
+ 2
+ ]
+ ],
+ "id" : "BarrOff",
+ "name" : "BarrOff"
+ },
+ {
+ "data" : [
+ [
+ "Perl",
2
],
[
@@ -247,6 +271,10 @@
[
"Raku",
2
+ ],
+ [
+ "Blog",
+ 1
]
],
"id" : "Roger Bell_West",
@@ -255,6 +283,20 @@
{
"data" : [
[
+ "Perl",
+ 2
+ ],
+ [
+ "Blog",
+ 1
+ ]
+ ],
+ "id" : "Simon Green",
+ "name" : "Simon Green"
+ },
+ {
+ "data" : [
+ [
"Raku",
2
]
@@ -303,6 +345,16 @@
],
"id" : "W. Luis Mochan",
"name" : "W. Luis Mochan"
+ },
+ {
+ "data" : [
+ [
+ "Perl",
+ 2
+ ]
+ ],
+ "id" : "Wanderdoc",
+ "name" : "Wanderdoc"
}
]
},
@@ -343,6 +395,16 @@
"y" : 3
},
{
+ "drilldown" : "Athanasius",
+ "name" : "Athanasius",
+ "y" : 2
+ },
+ {
+ "drilldown" : "BarrOff",
+ "name" : "BarrOff",
+ "y" : 2
+ },
+ {
"drilldown" : "Bob Lied",
"name" : "Bob Lied",
"y" : 3
@@ -420,7 +482,12 @@
{
"drilldown" : "Roger Bell_West",
"name" : "Roger Bell_West",
- "y" : 4
+ "y" : 5
+ },
+ {
+ "drilldown" : "Simon Green",
+ "name" : "Simon Green",
+ "y" : 3
},
{
"drilldown" : "Simon Proctor",
@@ -441,13 +508,18 @@
"drilldown" : "W. Luis Mochan",
"name" : "W. Luis Mochan",
"y" : 3
+ },
+ {
+ "drilldown" : "Wanderdoc",
+ "name" : "Wanderdoc",
+ "y" : 2
}
],
"name" : "The Weekly Challenge - 338"
}
],
"subtitle" : {
- "text" : "[Champions: 24] Last updated at 2025-09-14 10:04:51 GMT"
+ "text" : "[Champions: 28] Last updated at 2025-09-14 22:45:18 GMT"
},
"title" : {
"text" : "The Weekly Challenge - 338"
diff --git a/stats/pwc-language-breakdown-2019.json b/stats/pwc-language-breakdown-2019.json
index ee0d992eff..ce721d0c54 100644
--- a/stats/pwc-language-breakdown-2019.json
+++ b/stats/pwc-language-breakdown-2019.json
@@ -970,7 +970,7 @@
}
],
"subtitle" : {
- "text" : "Click the columns to drilldown the language breakdown. Last updated at 2025-09-14 10:04:51 GMT"
+ "text" : "Click the columns to drilldown the language breakdown. Last updated at 2025-09-14 22:45:18 GMT"
},
"title" : {
"text" : "The Weekly Challenge Language"
diff --git a/stats/pwc-language-breakdown-2020.json b/stats/pwc-language-breakdown-2020.json
index fb82ee0d40..056ca5de8b 100644
--- a/stats/pwc-language-breakdown-2020.json
+++ b/stats/pwc-language-breakdown-2020.json
@@ -1223,7 +1223,7 @@
}
],
"subtitle" : {
- "text" : "Click the columns to drilldown the language breakdown. Last updated at 2025-09-14 10:04:51 GMT"
+ "text" : "Click the columns to drilldown the language breakdown. Last updated at 2025-09-14 22:45:18 GMT"
},
"title" : {
"text" : "The Weekly Challenge Language"
diff --git a/stats/pwc-language-breakdown-2021.json b/stats/pwc-language-breakdown-2021.json
index 20c87fb5a0..35cdbf274a 100644
--- a/stats/pwc-language-breakdown-2021.json
+++ b/stats/pwc-language-breakdown-2021.json
@@ -1223,7 +1223,7 @@
}
],
"subtitle" : {
- "text" : "Click the columns to drilldown the language breakdown. Last updated at 2025-09-14 10:04:51 GMT"
+ "text" : "Click the columns to drilldown the language breakdown. Last updated at 2025-09-14 22:45:18 GMT"
},
"title" : {
"text" : "The Weekly Challenge Language"
diff --git a/stats/pwc-language-breakdown-2022.json b/stats/pwc-language-breakdown-2022.json
index ea475cf54f..0d6f658d8e 100644
--- a/stats/pwc-language-breakdown-2022.json
+++ b/stats/pwc-language-breakdown-2022.json
@@ -1223,7 +1223,7 @@
}
],
"subtitle" : {
- "text" : "Click the columns to drilldown the language breakdown. Last updated at 2025-09-14 10:04:51 GMT"
+ "text" : "Click the columns to drilldown the language breakdown. Last updated at 2025-09-14 22:45:18 GMT"
},
"title" : {
"text" : "The Weekly Challenge Language"
diff --git a/stats/pwc-language-breakdown-2023.json b/stats/pwc-language-breakdown-2023.json
index 15549016cc..3a6f541ffa 100644
--- a/stats/pwc-language-breakdown-2023.json
+++ b/stats/pwc-language-breakdown-2023.json
@@ -1200,7 +1200,7 @@
}
],
"subtitle" : {
- "text" : "Click the columns to drilldown the language breakdown. Last updated at 2025-09-14 10:04:51 GMT"
+ "text" : "Click the columns to drilldown the language breakdown. Last updated at 2025-09-14 22:45:18 GMT"
},
"title" : {
"text" : "The Weekly Challenge Language"
diff --git a/stats/pwc-language-breakdown-2024.json b/stats/pwc-language-breakdown-2024.json
index 562b122434..0e5b3d70b1 100644
--- a/stats/pwc-language-breakdown-2024.json
+++ b/stats/pwc-language-breakdown-2024.json
@@ -1246,7 +1246,7 @@
}
],
"subtitle" : {
- "text" : "Click the columns to drilldown the language breakdown. Last updated at 2025-09-14 10:04:51 GMT"
+ "text" : "Click the columns to drilldown the language breakdown. Last updated at 2025-09-14 22:45:18 GMT"
},
"title" : {
"text" : "The Weekly Challenge Language"
diff --git a/stats/pwc-language-breakdown-2025.json b/stats/pwc-language-breakdown-2025.json
index b0eb608c1a..6472279cee 100644
--- a/stats/pwc-language-breakdown-2025.json
+++ b/stats/pwc-language-breakdown-2025.json
@@ -8,15 +8,15 @@
"data" : [
[
"Perl",
- 40
+ 45
],
[
"Raku",
- 16
+ 19
],
[
"Blog",
- 12
+ 14
]
],
"id" : "338",
@@ -673,7 +673,7 @@
{
"drilldown" : "338",
"name" : "338",
- "y" : 68
+ "y" : 78
},
{
"drilldown" : "337",
@@ -855,7 +855,7 @@
}
],
"subtitle" : {
- "text" : "Click the columns to drilldown the language breakdown. Last updated at 2025-09-14 10:04:51 GMT"
+ "text" : "Click the columns to drilldown the language breakdown. Last updated at 2025-09-14 22:45:18 GMT"
},
"title" : {
"text" : "The Weekly Challenge Language"
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 054211f131..9cba623f32 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -10,15 +10,15 @@
"data" : [
[
"Perl",
- 17428
+ 17433
],
[
"Raku",
- 9689
+ 9692
],
[
"Blog",
- 6257
+ 6259
]
],
"dataLabels" : {
@@ -37,7 +37,7 @@
}
],
"subtitle" : {
- "text" : "Last updated at 2025-09-14 10:04:51 GMT"
+ "text" : "Last updated at 2025-09-14 22:45:18 GMT"
},
"title" : {
"text" : "The Weekly Challenge Contributions [2019 - 2025]"
diff --git a/stats/pwc-leaders.json b/stats/pwc-leaders.json
index 04a2b71958..3f944d869e 100644
--- a/stats/pwc-leaders.json
+++ b/stats/pwc-leaders.json
@@ -48,7 +48,7 @@
],
[
"Blog",
- 316
+ 317
]
],
"id" : "Roger Bell_West",
@@ -94,11 +94,11 @@
"data" : [
[
"Perl",
- 571
+ 572
],
[
"Raku",
- 532
+ 533
],
[
"Blog",
@@ -262,11 +262,11 @@
"data" : [
[
"Perl",
- 425
+ 427
],
[
"Blog",
- 209
+ 210
]
],
"id" : "Simon Green",
@@ -512,7 +512,7 @@
"data" : [
[
"Perl",
- 340
+ 342
],
[
"Blog",
@@ -678,7 +678,7 @@
],
[
"Raku",
- 183
+ 185
],
[
"Blog",
@@ -807,7 +807,7 @@
{
"drilldown" : "Roger Bell_West",
"name" : "3: Roger Bell_West",
- "y" : 3088
+ "y" : 3090
},
{
"drilldown" : "Laurent Rosenfeld",
@@ -822,7 +822,7 @@
{
"drilldown" : "Athanasius",
"name" : "6: Athanasius",
- "y" : 2214
+ "y" : 2218
},
{
"drilldown" : "Ulrich Rieke",
@@ -872,7 +872,7 @@
{
"drilldown" : "Simon Green",
"name" : "16: Simon Green",
- "y" : 1268
+ "y" : 1274
},
{
"drilldown" : "Peter Campbell Smith",
@@ -957,7 +957,7 @@
{
"drilldown" : "Wanderdoc",
"name" : "33: Wanderdoc",
- "y" : 684
+ "y" : 688
},
{
"drilldown" : "Bruce Gray",
@@ -1012,7 +1012,7 @@
{
"drilldown" : "BarrOff",
"name" : "44: BarrOff",
- "y" : 468
+ "y" : 472
},
{
"drilldown" : "Javier Luque",
@@ -1049,7 +1049,7 @@
}
],
"subtitle" : {
- "text" : "Click the columns to drilldown the score breakdown. Last updated at 2025-09-14 10:04:51 GMT"
+ "text" : "Click the columns to drilldown the score breakdown. Last updated at 2025-09-14 22:45:18 GMT"
},
"title" : {
"text" : "Team Leaders (TOP 50)"
diff --git a/stats/pwc-summary-1-30.json b/stats/pwc-summary-1-30.json
index c7ad10af95..f4c16d102f 100644
--- a/stats/pwc-summary-1-30.json
+++ b/stats/pwc-summary-1-30.json
@@ -115,7 +115,7 @@
}
],
"subtitle" : {
- "text" : "[Champions: 30] Last updated at 2025-09-14 10:04:51 GMT"
+ "text" : "[Champions: 30] Last updated at 2025-09-14 22:45:18 GMT"
},
"title" : {
"text" : "The Weekly Challenge [2019 - 2025]"
diff --git a/stats/pwc-summary-121-150.json b/stats/pwc-summary-121-150.json
index d99741fc65..a917f6c8f7 100644
--- a/stats/pwc-summary-121-150.json
+++ b/stats/pwc-summary-121-150.json
@@ -115,7 +115,7 @@
}
],
"subtitle" : {
- "text" : "[Champions: 30] Last updated at 2025-09-14 10:04:51 GMT"
+ "text" : "[Champions: 30] Last updated at 2025-09-14 22:45:18 GMT"
},
"title" : {
"text" : "The Weekly Challenge [2019 - 2025]"
diff --git a/stats/pwc-summary-151-180.json b/stats/pwc-summary-151-180.json
index 16f2337d1a..e9b097ce21 100644
--- a/stats/pwc-summary-151-180.json
+++ b/stats/pwc-summary-151-180.json
@@ -115,7 +115,7 @@
}
],
"subtitle" : {
- "text" : "[Champions: 30] Last updated at 2025-09-14 10:04:51 GMT"
+ "text" : "[Champions: 30] Last updated at 2025-09-14 22:45:18 GMT"
},
"title" : {
"text" : "The Weekly Challenge [2019 - 2025]"
diff --git a/stats/pwc-summary-181-210.json b/stats/pwc-summary-181-210.json
index 9b9bb767f5..f7c5eba3d7 100644
--- a/stats/pwc-summary-181-210.json
+++ b/stats/pwc-summary-181-210.json
@@ -115,7 +115,7 @@
}
],
"subtitle" : {
- "text" : "[Champions: 30] Last updated at 2025-09-14 10:04:51 GMT"
+ "text" : "[Champions: 30] Last updated at 2025-09-14 22:45:18 GMT"
},
"title" : {
"text" : "The Weekly Challenge [2019 - 2025]"
diff --git a/stats/pwc-summary-211-240.json b/stats/pwc-summary-211-240.json
index 911d679698..98e469385c 100644
--- a/stats/pwc-summary-211-240.json
+++ b/stats/pwc-summary-211-240.json
@@ -115,7 +115,7 @@
}
],
"subtitle" : {
- "text" : "[Champions: 30] Last updated at 2025-09-14 10:04:51 GMT"
+ "text" : "[Champions: 30] Last updated at 2025-09-14 22:45:18 GMT"
},
"title" : {
"text" : "The Weekly Challenge [2019 - 2025]"
diff --git a/stats/pwc-summary-241-270.json b/stats/pwc-summary-241-270.json
index 1c9abc350b..7de1e4dccc 100644
--- a/stats/pwc-summary-241-270.json
+++ b/stats/pwc-summary-241-270.json
@@ -104,7 +104,7 @@
7,
2,
0,
- 316,
+ 317,
0,
59,
1,
@@ -115,7 +115,7 @@
}
],
"subtitle" : {
- "text" : "[Champions: 30] Last updated at 2025-09-14 10:04:51 GMT"
+ "text" : "[Champions: 30] Last updated at 2025-09-14 22:45:18 GMT"
},
"title" : {
"text" : "The Weekly Challenge [2019 - 2025]"
diff --git a/stats/pwc-summary-271-300.json b/stats/pwc-summary-271-300.json
index 0f48822141..a91e022529 100644
--- a/stats/pwc-summary-271-300.json
+++ b/stats/pwc-summary-271-300.json
@@ -19,7 +19,7 @@
0,
22,
0,
- 425,
+ 427,
7,
5,
4,
@@ -89,7 +89,7 @@
0,
0,
3,
- 209,
+ 210,
0,
17,
0,
@@ -115,7 +115,7 @@
}
],
"subtitle" : {
- "text" : "[Champions: 30] Last updated at 2025-09-14 10:04:51 GMT"
+ "text" : "[Champions: 30] Last updated at 2025-09-14 22:45:18 GMT"
},
"title" : {
"text" : "The Weekly Challenge [2019 - 2025]"
diff --git a/stats/pwc-summary-301-330.json b/stats/pwc-summary-301-330.json
index 695425d093..1f494efa8f 100644
--- a/stats/pwc-summary-301-330.json
+++ b/stats/pwc-summary-301-330.json
@@ -30,7 +30,7 @@
4,
494,
87,
- 340,
+ 342,
1,
3,
3,
@@ -109,7 +109,7 @@
}
],
"subtitle" : {
- "text" : "[Champions: 28] Last updated at 2025-09-14 10:04:51 GMT"
+ "text" : "[Champions: 28] Last updated at 2025-09-14 22:45:18 GMT"
},
"title" : {
"text" : "The Weekly Challenge [2019 - 2025]"
diff --git a/stats/pwc-summary-31-60.json b/stats/pwc-summary-31-60.json
index 28afb697ae..3522324548 100644
--- a/stats/pwc-summary-31-60.json
+++ b/stats/pwc-summary-31-60.json
@@ -10,7 +10,7 @@
"series" : [
{
"data" : [
- 571,
+ 572,
0,
6,
45,
@@ -45,11 +45,11 @@
},
{
"data" : [
- 532,
+ 533,
0,
0,
0,
- 183,
+ 185,
3,
0,
0,
@@ -115,7 +115,7 @@
}
],
"subtitle" : {
- "text" : "[Champions: 30] Last updated at 2025-09-14 10:04:51 GMT"
+ "text" : "[Champions: 30] Last updated at 2025-09-14 22:45:18 GMT"
},
"title" : {
"text" : "The Weekly Challenge [2019 - 2025]"
diff --git a/stats/pwc-summary-61-90.json b/stats/pwc-summary-61-90.json
index da117192ad..2755c79d58 100644
--- a/stats/pwc-summary-61-90.json
+++ b/stats/pwc-summary-61-90.json
@@ -115,7 +115,7 @@
}
],
"subtitle" : {
- "text" : "[Champions: 30] Last updated at 2025-09-14 10:04:51 GMT"
+ "text" : "[Champions: 30] Last updated at 2025-09-14 22:45:18 GMT"
},
"title" : {
"text" : "The Weekly Challenge [2019 - 2025]"
diff --git a/stats/pwc-summary-91-120.json b/stats/pwc-summary-91-120.json
index 0c8332d491..0af7a2a86d 100644
--- a/stats/pwc-summary-91-120.json
+++ b/stats/pwc-summary-91-120.json
@@ -115,7 +115,7 @@
}
],
"subtitle" : {
- "text" : "[Champions: 30] Last updated at 2025-09-14 10:04:51 GMT"
+ "text" : "[Champions: 30] Last updated at 2025-09-14 22:45:18 GMT"
},
"title" : {
"text" : "The Weekly Challenge [2019 - 2025]"
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json
index c0b702a23b..71415d8c80 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -40,7 +40,7 @@
83,
6,
0,
- 304,
+ 305,
0,
4,
31,
@@ -289,7 +289,7 @@
0,
11,
0,
- 218,
+ 219,
5,
3,
2,
@@ -330,7 +330,7 @@
2,
247,
44,
- 180,
+ 181,
1,
3,
3,
@@ -373,11 +373,11 @@
337,
0,
12,
- 287,
+ 288,
0,
0,
0,
- 124,
+ 125,
2,
0,
0,
@@ -940,7 +940,7 @@
4,
1,
0,
- 316,
+ 317,
0,
37,
1,
@@ -955,7 +955,7 @@
0,
0,
2,
- 209,
+ 210,
0,
15,
0,
@@ -1009,7 +1009,7 @@
}
],
"subtitle" : {
- "text" : "[Champions: 328] Last updated at 2025-09-14 10:04:51 GMT"
+ "text" : "[Champions: 328] Last updated at 2025-09-14 22:45:18 GMT"
},
"title" : {
"text" : "The Weekly Challenge [2019 - 2025]"
diff --git a/stats/pwc-yearly-language-summary.json b/stats/pwc-yearly-language-summary.json
index fce2101927..6094914523 100644
--- a/stats/pwc-yearly-language-summary.json
+++ b/stats/pwc-yearly-language-summary.json
@@ -8,15 +8,15 @@
"data" : [
[
"Perl",
- 1657
+ 1662
],
[
"Raku",
- 819
+ 822
],
[
"Blog",
- 670
+ 672
]
],
"id" : "2025",
@@ -151,7 +151,7 @@
{
"drilldown" : "2025",
"name" : "2025",
- "y" : 3146
+ "y" : 3156
},
{
"drilldown" : "2024",
@@ -188,7 +188,7 @@
}
],
"subtitle" : {
- "text" : "Click the columns to drilldown the language breakdown. Last updated at 2025-09-14 10:04:51 GMT"
+ "text" : "Click the columns to drilldown the language breakdown. Last updated at 2025-09-14 22:45:18 GMT"
},
"title" : {
"text" : "The Weekly Challenge Language"