aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohammad Sajid Anwar <mohammad.anwar@yahoo.com>2025-11-03 01:35:00 +0000
committerMohammad Sajid Anwar <mohammad.anwar@yahoo.com>2025-11-03 01:35:00 +0000
commit9a8cc48817cba04825ce76b2164d1b0f03f64b9a (patch)
tree79b41faf4b204c373e7da961c5aebf6bfda5ca33
parenteccc8c75f60fa3e980d17cd415f9e982e501ecc3 (diff)
downloadperlweeklychallenge-club-9a8cc48817cba04825ce76b2164d1b0f03f64b9a.tar.gz
perlweeklychallenge-club-9a8cc48817cba04825ce76b2164d1b0f03f64b9a.tar.bz2
perlweeklychallenge-club-9a8cc48817cba04825ce76b2164d1b0f03f64b9a.zip
- Added solutions by lexi.
- Added solutions by BarrOff.
-rw-r--r--guests.json1
-rw-r--r--stats/pwc-current.json17
-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.json6
-rw-r--r--stats/pwc-language-breakdown-summary.json4
-rw-r--r--stats/pwc-leaders.json6
-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.json2
-rw-r--r--stats/pwc-summary-271-300.json2
-rw-r--r--stats/pwc-summary-301-330.json2
-rw-r--r--stats/pwc-summary-31-60.json6
-rw-r--r--stats/pwc-summary-61-90.json2
-rw-r--r--stats/pwc-summary-91-120.json2
-rw-r--r--stats/pwc-summary.json4
-rw-r--r--stats/pwc-yearly-language-summary.json6
24 files changed, 49 insertions, 33 deletions
diff --git a/guests.json b/guests.json
index f27a00660d..eb66fce262 100644
--- a/guests.json
+++ b/guests.json
@@ -19,6 +19,7 @@
"mfoda" : "Mohammad Foda",
"michael-dicicco" : "Michael DiCicco",
"orestis-zekai" : "Orestis Zekai",
+ "orthoplex" : "lexi",
"pieviero" : "Tymoteusz Moryto",
"probablyfine" : "Alex Wilson",
"geekruthie" : "Ruth Holloway",
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index a14f95c2c6..e55f2c2439 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -69,6 +69,16 @@
{
"data" : [
[
+ "Raku",
+ 1
+ ]
+ ],
+ "id" : "BarrOff",
+ "name" : "BarrOff"
+ },
+ {
+ "data" : [
+ [
"Perl",
2
],
@@ -414,6 +424,11 @@
"y" : 4
},
{
+ "drilldown" : "BarrOff",
+ "name" : "BarrOff",
+ "y" : 1
+ },
+ {
"drilldown" : "Bob Lied",
"name" : "Bob Lied",
"y" : 3
@@ -538,7 +553,7 @@
}
],
"subtitle" : {
- "text" : "[Champions: 29] Last updated at 2025-11-02 13:48:38 GMT"
+ "text" : "[Champions: 30] Last updated at 2025-11-03 01:34:47 GMT"
},
"title" : {
"text" : "The Weekly Challenge - 345"
diff --git a/stats/pwc-language-breakdown-2019.json b/stats/pwc-language-breakdown-2019.json
index 1dc9bb5a95..d236a38bd6 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-11-02 13:48:38 GMT"
+ "text" : "Click the columns to drilldown the language breakdown. Last updated at 2025-11-03 01:34:47 GMT"
},
"title" : {
"text" : "The Weekly Challenge Language"
diff --git a/stats/pwc-language-breakdown-2020.json b/stats/pwc-language-breakdown-2020.json
index 3a5e3cfcd7..6f408d3eeb 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-11-02 13:48:38 GMT"
+ "text" : "Click the columns to drilldown the language breakdown. Last updated at 2025-11-03 01:34:47 GMT"
},
"title" : {
"text" : "The Weekly Challenge Language"
diff --git a/stats/pwc-language-breakdown-2021.json b/stats/pwc-language-breakdown-2021.json
index 91a1b7cfe5..3685b02868 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-11-02 13:48:38 GMT"
+ "text" : "Click the columns to drilldown the language breakdown. Last updated at 2025-11-03 01:34:47 GMT"
},
"title" : {
"text" : "The Weekly Challenge Language"
diff --git a/stats/pwc-language-breakdown-2022.json b/stats/pwc-language-breakdown-2022.json
index 2a8134f5b6..1589dd8dfe 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-11-02 13:48:38 GMT"
+ "text" : "Click the columns to drilldown the language breakdown. Last updated at 2025-11-03 01:34:47 GMT"
},
"title" : {
"text" : "The Weekly Challenge Language"
diff --git a/stats/pwc-language-breakdown-2023.json b/stats/pwc-language-breakdown-2023.json
index 18d1bc1f2d..1d431f30e9 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-11-02 13:48:38 GMT"
+ "text" : "Click the columns to drilldown the language breakdown. Last updated at 2025-11-03 01:34:47 GMT"
},
"title" : {
"text" : "The Weekly Challenge Language"
diff --git a/stats/pwc-language-breakdown-2024.json b/stats/pwc-language-breakdown-2024.json
index 62e6bed369..83738d479a 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-11-02 13:48:38 GMT"
+ "text" : "Click the columns to drilldown the language breakdown. Last updated at 2025-11-03 01:34:47 GMT"
},
"title" : {
"text" : "The Weekly Challenge Language"
diff --git a/stats/pwc-language-breakdown-2025.json b/stats/pwc-language-breakdown-2025.json
index a2ce34b584..c690ba62a5 100644
--- a/stats/pwc-language-breakdown-2025.json
+++ b/stats/pwc-language-breakdown-2025.json
@@ -12,7 +12,7 @@
],
[
"Raku",
- 21
+ 22
],
[
"Blog",
@@ -799,7 +799,7 @@
{
"drilldown" : "345",
"name" : "345",
- "y" : 81
+ "y" : 82
},
{
"drilldown" : "344",
@@ -1016,7 +1016,7 @@
}
],
"subtitle" : {
- "text" : "Click the columns to drilldown the language breakdown. Last updated at 2025-11-02 13:48:38 GMT"
+ "text" : "Click the columns to drilldown the language breakdown. Last updated at 2025-11-03 01:34:47 GMT"
},
"title" : {
"text" : "The Weekly Challenge Language"
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 889144f70e..d3ebb4c9ca 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -14,7 +14,7 @@
],
[
"Raku",
- 9865
+ 9866
],
[
"Blog",
@@ -37,7 +37,7 @@
}
],
"subtitle" : {
- "text" : "Last updated at 2025-11-02 13:48:38 GMT"
+ "text" : "Last updated at 2025-11-03 01:34:47 GMT"
},
"title" : {
"text" : "The Weekly Challenge Contributions [2019 - 2025]"
diff --git a/stats/pwc-leaders.json b/stats/pwc-leaders.json
index d01c422669..1a799ca218 100644
--- a/stats/pwc-leaders.json
+++ b/stats/pwc-leaders.json
@@ -660,7 +660,7 @@
],
[
"Raku",
- 191
+ 192
],
[
"Blog",
@@ -1007,7 +1007,7 @@
{
"drilldown" : "BarrOff",
"name" : "43: BarrOff",
- "y" : 484
+ "y" : 486
},
{
"drilldown" : "Stephen G. Lynn",
@@ -1049,7 +1049,7 @@
}
],
"subtitle" : {
- "text" : "Click the columns to drilldown the score breakdown. Last updated at 2025-11-02 13:48:38 GMT"
+ "text" : "Click the columns to drilldown the score breakdown. Last updated at 2025-11-03 01:34:47 GMT"
},
"title" : {
"text" : "Team Leaders (TOP 50)"
diff --git a/stats/pwc-summary-1-30.json b/stats/pwc-summary-1-30.json
index d48da79d0c..5129889d64 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-11-02 13:48:38 GMT"
+ "text" : "[Champions: 30] Last updated at 2025-11-03 01:34:47 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 61f28aafb1..019d012c89 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-11-02 13:48:38 GMT"
+ "text" : "[Champions: 30] Last updated at 2025-11-03 01:34:47 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 23c0528e3a..6c0b72045c 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-11-02 13:48:38 GMT"
+ "text" : "[Champions: 30] Last updated at 2025-11-03 01:34:47 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 c96af7aec0..e9019d9e70 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-11-02 13:48:38 GMT"
+ "text" : "[Champions: 30] Last updated at 2025-11-03 01:34:47 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 f312c9680c..91f45ab2af 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-11-02 13:48:38 GMT"
+ "text" : "[Champions: 30] Last updated at 2025-11-03 01:34:47 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 e7a176dffd..4f8bef210f 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-11-02 13:48:38 GMT"
+ "text" : "[Champions: 30] Last updated at 2025-11-03 01:34:47 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 78aeac20b0..da08933289 100644
--- a/stats/pwc-summary-271-300.json
+++ b/stats/pwc-summary-271-300.json
@@ -115,7 +115,7 @@
}
],
"subtitle" : {
- "text" : "[Champions: 30] Last updated at 2025-11-02 13:48:38 GMT"
+ "text" : "[Champions: 30] Last updated at 2025-11-03 01:34:47 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 b43430f6f0..85e458b9df 100644
--- a/stats/pwc-summary-301-330.json
+++ b/stats/pwc-summary-301-330.json
@@ -109,7 +109,7 @@
}
],
"subtitle" : {
- "text" : "[Champions: 28] Last updated at 2025-11-02 13:48:38 GMT"
+ "text" : "[Champions: 28] Last updated at 2025-11-03 01:34:47 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 4a323b5732..2f7a68478b 100644
--- a/stats/pwc-summary-31-60.json
+++ b/stats/pwc-summary-31-60.json
@@ -49,7 +49,7 @@
0,
0,
0,
- 191,
+ 192,
3,
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-11-02 13:48:38 GMT"
+ "text" : "[Champions: 30] Last updated at 2025-11-03 01:34:47 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 f28672e46e..f9a9d1331d 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-11-02 13:48:38 GMT"
+ "text" : "[Champions: 30] Last updated at 2025-11-03 01:34:47 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 4cc696b0ff..14eb8d47bb 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-11-02 13:48:38 GMT"
+ "text" : "[Champions: 30] Last updated at 2025-11-03 01:34:47 GMT"
},
"title" : {
"text" : "The Weekly Challenge [2019 - 2025]"
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json
index 91ab26398c..2c46732d46 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -377,7 +377,7 @@
0,
0,
0,
- 131,
+ 132,
2,
0,
0,
@@ -1009,7 +1009,7 @@
}
],
"subtitle" : {
- "text" : "[Champions: 328] Last updated at 2025-11-02 13:48:38 GMT"
+ "text" : "[Champions: 328] Last updated at 2025-11-03 01:34:47 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 1baef92cfc..558507a91d 100644
--- a/stats/pwc-yearly-language-summary.json
+++ b/stats/pwc-yearly-language-summary.json
@@ -12,7 +12,7 @@
],
[
"Raku",
- 989
+ 990
],
[
"Blog",
@@ -151,7 +151,7 @@
{
"drilldown" : "2025",
"name" : "2025",
- "y" : 3791
+ "y" : 3792
},
{
"drilldown" : "2024",
@@ -188,7 +188,7 @@
}
],
"subtitle" : {
- "text" : "Click the columns to drilldown the language breakdown. Last updated at 2025-11-02 13:48:38 GMT"
+ "text" : "Click the columns to drilldown the language breakdown. Last updated at 2025-11-03 01:34:47 GMT"
},
"title" : {
"text" : "The Weekly Challenge Language"