aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohammad Sajid Anwar <mohammad.anwar@yahoo.com>2025-05-25 20:59:48 +0100
committerMohammad Sajid Anwar <mohammad.anwar@yahoo.com>2025-05-25 20:59:48 +0100
commit3f03ab27ef32678ec79087427da50525ad38dc3b (patch)
tree0b84285e4d10545f90b65c24ba4033edf88c7d3d
parent999a7df862c4ec981bccdd339616a15a5a7559dc (diff)
downloadperlweeklychallenge-club-3f03ab27ef32678ec79087427da50525ad38dc3b.tar.gz
perlweeklychallenge-club-3f03ab27ef32678ec79087427da50525ad38dc3b.tar.bz2
perlweeklychallenge-club-3f03ab27ef32678ec79087427da50525ad38dc3b.zip
- Added solutions by Adam Russell.
- Added solutions by Athanasius. - Added solutions by Simon Green. - Added solutions by Peter Meszaros.
-rw-r--r--stats/pwc-current.json74
-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.json48
-rw-r--r--stats/pwc-summary-1-30.json6
-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.json4
-rw-r--r--stats/pwc-summary-241-270.json2
-rw-r--r--stats/pwc-summary-271-300.json6
-rw-r--r--stats/pwc-summary-301-330.json2
-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, 144 insertions, 72 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index b4526510a6..9aedb40826 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -15,6 +15,20 @@
1
]
],
+ "id" : "Adam Russell",
+ "name" : "Adam Russell"
+ },
+ {
+ "data" : [
+ [
+ "Perl",
+ 2
+ ],
+ [
+ "Blog",
+ 1
+ ]
+ ],
"id" : "Ali Moradi",
"name" : "Ali Moradi"
},
@@ -59,6 +73,20 @@
2
],
[
+ "Raku",
+ 2
+ ]
+ ],
+ "id" : "Athanasius",
+ "name" : "Athanasius"
+ },
+ {
+ "data" : [
+ [
+ "Perl",
+ 2
+ ],
+ [
"Blog",
1
]
@@ -205,6 +233,16 @@
[
"Perl",
2
+ ]
+ ],
+ "id" : "Peter Meszaros",
+ "name" : "Peter Meszaros"
+ },
+ {
+ "data" : [
+ [
+ "Perl",
+ 2
],
[
"Blog",
@@ -249,6 +287,20 @@
2
],
[
+ "Blog",
+ 1
+ ]
+ ],
+ "id" : "Simon Green",
+ "name" : "Simon Green"
+ },
+ {
+ "data" : [
+ [
+ "Perl",
+ 2
+ ],
+ [
"Raku",
2
]
@@ -309,6 +361,11 @@
"colorByPoint" : 1,
"data" : [
{
+ "drilldown" : "Adam Russell",
+ "name" : "Adam Russell",
+ "y" : 3
+ },
+ {
"drilldown" : "Ali Moradi",
"name" : "Ali Moradi",
"y" : 3
@@ -329,6 +386,11 @@
"y" : 3
},
{
+ "drilldown" : "Athanasius",
+ "name" : "Athanasius",
+ "y" : 4
+ },
+ {
"drilldown" : "Bob Lied",
"name" : "Bob Lied",
"y" : 3
@@ -389,6 +451,11 @@
"y" : 3
},
{
+ "drilldown" : "Peter Meszaros",
+ "name" : "Peter Meszaros",
+ "y" : 2
+ },
+ {
"drilldown" : "Robbie Hatley",
"name" : "Robbie Hatley",
"y" : 3
@@ -404,6 +471,11 @@
"y" : 5
},
{
+ "drilldown" : "Simon Green",
+ "name" : "Simon Green",
+ "y" : 3
+ },
+ {
"drilldown" : "Ulrich Rieke",
"name" : "Ulrich Rieke",
"y" : 4
@@ -428,7 +500,7 @@
}
],
"subtitle" : {
- "text" : "[Champions: 23] Last updated at 2025-05-25 09:12:17 GMT"
+ "text" : "[Champions: 27] Last updated at 2025-05-25 19:59:37 GMT"
},
"title" : {
"text" : "The Weekly Challenge - 322"
diff --git a/stats/pwc-language-breakdown-2019.json b/stats/pwc-language-breakdown-2019.json
index c2001f6d40..518a1e9169 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-05-25 09:12:17 GMT"
+ "text" : "Click the columns to drilldown the language breakdown. Last updated at 2025-05-25 19:59:37 GMT"
},
"title" : {
"text" : "The Weekly Challenge Language"
diff --git a/stats/pwc-language-breakdown-2020.json b/stats/pwc-language-breakdown-2020.json
index 784e16dbfa..659a0998e1 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-05-25 09:12:17 GMT"
+ "text" : "Click the columns to drilldown the language breakdown. Last updated at 2025-05-25 19:59:37 GMT"
},
"title" : {
"text" : "The Weekly Challenge Language"
diff --git a/stats/pwc-language-breakdown-2021.json b/stats/pwc-language-breakdown-2021.json
index 56095bfa71..710c04ea71 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-05-25 09:12:17 GMT"
+ "text" : "Click the columns to drilldown the language breakdown. Last updated at 2025-05-25 19:59:37 GMT"
},
"title" : {
"text" : "The Weekly Challenge Language"
diff --git a/stats/pwc-language-breakdown-2022.json b/stats/pwc-language-breakdown-2022.json
index b822478291..692f2cdf24 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-05-25 09:12:17 GMT"
+ "text" : "Click the columns to drilldown the language breakdown. Last updated at 2025-05-25 19:59:37 GMT"
},
"title" : {
"text" : "The Weekly Challenge Language"
diff --git a/stats/pwc-language-breakdown-2023.json b/stats/pwc-language-breakdown-2023.json
index 2b7c1caef6..a55d44393e 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-05-25 09:12:17 GMT"
+ "text" : "Click the columns to drilldown the language breakdown. Last updated at 2025-05-25 19:59:37 GMT"
},
"title" : {
"text" : "The Weekly Challenge Language"
diff --git a/stats/pwc-language-breakdown-2024.json b/stats/pwc-language-breakdown-2024.json
index e09602a21a..98951c8f1a 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-05-25 09:12:17 GMT"
+ "text" : "Click the columns to drilldown the language breakdown. Last updated at 2025-05-25 19:59:37 GMT"
},
"title" : {
"text" : "The Weekly Challenge Language"
diff --git a/stats/pwc-language-breakdown-2025.json b/stats/pwc-language-breakdown-2025.json
index 73117b7424..27a8687ba3 100644
--- a/stats/pwc-language-breakdown-2025.json
+++ b/stats/pwc-language-breakdown-2025.json
@@ -8,15 +8,15 @@
"data" : [
[
"Perl",
- 32
+ 40
],
[
"Raku",
- 20
+ 22
],
[
"Blog",
- 20
+ 22
]
],
"id" : "322",
@@ -385,7 +385,7 @@
{
"drilldown" : "322",
"name" : "322",
- "y" : 72
+ "y" : 84
},
{
"drilldown" : "321",
@@ -487,7 +487,7 @@
}
],
"subtitle" : {
- "text" : "Click the columns to drilldown the language breakdown. Last updated at 2025-05-25 09:12:17 GMT"
+ "text" : "Click the columns to drilldown the language breakdown. Last updated at 2025-05-25 19:59:37 GMT"
},
"title" : {
"text" : "The Weekly Challenge Language"
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 369dd55a89..1853644718 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -10,15 +10,15 @@
"data" : [
[
"Perl",
- 16658
+ 16666
],
[
"Raku",
- 9284
+ 9286
],
[
"Blog",
- 5910
+ 5912
]
],
"dataLabels" : {
@@ -37,7 +37,7 @@
}
],
"subtitle" : {
- "text" : "Last updated at 2025-05-25 09:12:17 GMT"
+ "text" : "Last updated at 2025-05-25 19:59:37 GMT"
},
"title" : {
"text" : "The Weekly Challenge Contributions [2019 - 2025]"
diff --git a/stats/pwc-leaders.json b/stats/pwc-leaders.json
index a8a614d696..f2b5fdfbae 100644
--- a/stats/pwc-leaders.json
+++ b/stats/pwc-leaders.json
@@ -94,11 +94,11 @@
"data" : [
[
"Perl",
- 542
+ 544
],
[
"Raku",
- 503
+ 505
],
[
"Blog",
@@ -176,37 +176,37 @@
"data" : [
[
"Perl",
- 462
+ 402
],
[
"Raku",
- 2
+ 9
],
[
"Blog",
- 231
+ 284
]
],
- "id" : "W. Luis Mochan",
- "name" : "W. Luis Mochan"
+ "id" : "Adam Russell",
+ "name" : "Adam Russell"
},
{
"data" : [
[
"Perl",
- 400
+ 462
],
[
"Raku",
- 9
+ 2
],
[
"Blog",
- 283
+ 231
]
],
- "id" : "Adam Russell",
- "name" : "Adam Russell"
+ "id" : "W. Luis Mochan",
+ "name" : "W. Luis Mochan"
},
{
"data" : [
@@ -272,11 +272,11 @@
"data" : [
[
"Perl",
- 395
+ 397
],
[
"Blog",
- 195
+ 196
]
],
"id" : "Simon Green",
@@ -646,7 +646,7 @@
"data" : [
[
"Perl",
- 244
+ 246
]
],
"id" : "Peter Meszaros",
@@ -822,7 +822,7 @@
{
"drilldown" : "Athanasius",
"name" : "6: Athanasius",
- "y" : 2098
+ "y" : 2106
},
{
"drilldown" : "Ulrich Rieke",
@@ -845,14 +845,14 @@
"y" : 1396
},
{
- "drilldown" : "W. Luis Mochan",
- "name" : "11: W. Luis Mochan",
+ "drilldown" : "Adam Russell",
+ "name" : "11: Adam Russell",
"y" : 1390
},
{
- "drilldown" : "Adam Russell",
- "name" : "12: Adam Russell",
- "y" : 1384
+ "drilldown" : "W. Luis Mochan",
+ "name" : "12: W. Luis Mochan",
+ "y" : 1390
},
{
"drilldown" : "E. Choroba",
@@ -877,7 +877,7 @@
{
"drilldown" : "Simon Green",
"name" : "17: Simon Green",
- "y" : 1180
+ "y" : 1186
},
{
"drilldown" : "Peter Campbell Smith",
@@ -1002,7 +1002,7 @@
{
"drilldown" : "Peter Meszaros",
"name" : "42: Peter Meszaros",
- "y" : 488
+ "y" : 492
},
{
"drilldown" : "Stephen G. Lynn",
@@ -1049,7 +1049,7 @@
}
],
"subtitle" : {
- "text" : "Click the columns to drilldown the score breakdown. Last updated at 2025-05-25 09:12:17 GMT"
+ "text" : "Click the columns to drilldown the score breakdown. Last updated at 2025-05-25 19:59:37 GMT"
},
"title" : {
"text" : "Team Leaders (TOP 50)"
diff --git a/stats/pwc-summary-1-30.json b/stats/pwc-summary-1-30.json
index dbec5780d6..e48bd0d4ae 100644
--- a/stats/pwc-summary-1-30.json
+++ b/stats/pwc-summary-1-30.json
@@ -16,7 +16,7 @@
0,
169,
3,
- 400,
+ 402,
2,
0,
3,
@@ -86,7 +86,7 @@
28,
118,
0,
- 283,
+ 284,
0,
0,
0,
@@ -115,7 +115,7 @@
}
],
"subtitle" : {
- "text" : "[Champions: 30] Last updated at 2025-05-25 09:12:17 GMT"
+ "text" : "[Champions: 30] Last updated at 2025-05-25 19:59:37 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 241ceaf745..97f0c46266 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-05-25 09:12:17 GMT"
+ "text" : "[Champions: 30] Last updated at 2025-05-25 19:59:37 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 f8b979ec53..9da2469ef5 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-05-25 09:12:17 GMT"
+ "text" : "[Champions: 30] Last updated at 2025-05-25 19:59:37 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 d7fdcf2c04..dd73cf71ca 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-05-25 09:12:17 GMT"
+ "text" : "[Champions: 30] Last updated at 2025-05-25 19:59:37 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 122f8bc4a7..435160fccd 100644
--- a/stats/pwc-summary-211-240.json
+++ b/stats/pwc-summary-211-240.json
@@ -25,7 +25,7 @@
0,
370,
1,
- 244,
+ 246,
10,
11,
7,
@@ -115,7 +115,7 @@
}
],
"subtitle" : {
- "text" : "[Champions: 30] Last updated at 2025-05-25 09:12:17 GMT"
+ "text" : "[Champions: 30] Last updated at 2025-05-25 19:59:37 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 9320e34055..2e885c19e8 100644
--- a/stats/pwc-summary-241-270.json
+++ b/stats/pwc-summary-241-270.json
@@ -115,7 +115,7 @@
}
],
"subtitle" : {
- "text" : "[Champions: 30] Last updated at 2025-05-25 09:12:17 GMT"
+ "text" : "[Champions: 30] Last updated at 2025-05-25 19:59:37 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 ddceccf94c..6cb1c64d94 100644
--- a/stats/pwc-summary-271-300.json
+++ b/stats/pwc-summary-271-300.json
@@ -16,7 +16,7 @@
0,
22,
0,
- 395,
+ 397,
7,
5,
4,
@@ -86,7 +86,7 @@
0,
0,
3,
- 195,
+ 196,
0,
12,
0,
@@ -115,7 +115,7 @@
}
],
"subtitle" : {
- "text" : "[Champions: 30] Last updated at 2025-05-25 09:12:17 GMT"
+ "text" : "[Champions: 30] Last updated at 2025-05-25 19:59:37 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 bbf2c23ca4..251d5eb332 100644
--- a/stats/pwc-summary-301-330.json
+++ b/stats/pwc-summary-301-330.json
@@ -97,7 +97,7 @@
}
],
"subtitle" : {
- "text" : "[Champions: 24] Last updated at 2025-05-25 09:12:17 GMT"
+ "text" : "[Champions: 24] Last updated at 2025-05-25 19:59:37 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 89f3bbbbb9..c1191dcf32 100644
--- a/stats/pwc-summary-31-60.json
+++ b/stats/pwc-summary-31-60.json
@@ -10,7 +10,7 @@
"series" : [
{
"data" : [
- 542,
+ 544,
0,
6,
45,
@@ -45,7 +45,7 @@
},
{
"data" : [
- 503,
+ 505,
0,
0,
0,
@@ -69,8 +69,8 @@
9,
0,
0,
- 17,
2,
+ 17,
0,
194,
0,
@@ -115,7 +115,7 @@
}
],
"subtitle" : {
- "text" : "[Champions: 30] Last updated at 2025-05-25 09:12:17 GMT"
+ "text" : "[Champions: 30] Last updated at 2025-05-25 19:59:37 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 618486729d..388bd785a2 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-05-25 09:12:17 GMT"
+ "text" : "[Champions: 30] Last updated at 2025-05-25 19:59:37 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 d2d604a189..4c825713fa 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-05-25 09:12:17 GMT"
+ "text" : "[Champions: 30] Last updated at 2025-05-25 19:59:37 GMT"
},
"title" : {
"text" : "The Weekly Challenge [2019 - 2025]"
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json
index fd2a9f1a2c..adc826690b 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -16,7 +16,7 @@
0,
85,
2,
- 207,
+ 208,
1,
0,
2,
@@ -40,7 +40,7 @@
83,
6,
0,
- 289,
+ 290,
0,
4,
31,
@@ -235,7 +235,7 @@
0,
188,
1,
- 122,
+ 123,
5,
10,
4,
@@ -286,7 +286,7 @@
0,
11,
0,
- 203,
+ 204,
5,
3,
2,
@@ -369,7 +369,7 @@
321,
0,
12,
- 272,
+ 273,
0,
0,
0,
@@ -674,7 +674,7 @@
28,
60,
0,
- 187,
+ 188,
0,
0,
0,
@@ -944,7 +944,7 @@
0,
0,
2,
- 195,
+ 196,
0,
10,
0,
@@ -997,7 +997,7 @@
}
],
"subtitle" : {
- "text" : "[Champions: 324] Last updated at 2025-05-25 09:12:17 GMT"
+ "text" : "[Champions: 324] Last updated at 2025-05-25 19:59:37 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 7e120d5001..b941b9a03f 100644
--- a/stats/pwc-yearly-language-summary.json
+++ b/stats/pwc-yearly-language-summary.json
@@ -8,15 +8,15 @@
"data" : [
[
"Perl",
- 891
+ 899
],
[
"Raku",
- 418
+ 420
],
[
"Blog",
- 337
+ 339
]
],
"id" : "2025",
@@ -151,7 +151,7 @@
{
"drilldown" : "2025",
"name" : "2025",
- "y" : 1646
+ "y" : 1658
},
{
"drilldown" : "2024",
@@ -188,7 +188,7 @@
}
],
"subtitle" : {
- "text" : "Click the columns to drilldown the language breakdown. Last updated at 2025-05-25 09:12:17 GMT"
+ "text" : "Click the columns to drilldown the language breakdown. Last updated at 2025-05-25 19:59:37 GMT"
},
"title" : {
"text" : "The Weekly Challenge Language"