aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-03-15 22:35:51 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-03-15 22:35:51 +0000
commitdd6e2ccfe1868422848c867cef3292a265a89899 (patch)
tree70234e3a2b61a51434b8e1efca485f418bafe171
parent0ac003047a9c2e6e3e8e249aa0be916215756154 (diff)
downloadperlweeklychallenge-club-dd6e2ccfe1868422848c867cef3292a265a89899.tar.gz
perlweeklychallenge-club-dd6e2ccfe1868422848c867cef3292a265a89899.tar.bz2
perlweeklychallenge-club-dd6e2ccfe1868422848c867cef3292a265a89899.zip
- Added solutions by James Smith.
-rw-r--r--stats/pwc-current.json101
-rw-r--r--stats/pwc-language-breakdown-summary.json76
-rw-r--r--stats/pwc-language-breakdown.json1010
-rw-r--r--stats/pwc-leaders.json390
-rw-r--r--stats/pwc-summary-1-30.json42
-rw-r--r--stats/pwc-summary-121-150.json106
-rw-r--r--stats/pwc-summary-151-180.json42
-rw-r--r--stats/pwc-summary-181-210.json112
-rw-r--r--stats/pwc-summary-211-240.json114
-rw-r--r--stats/pwc-summary-241-270.json34
-rw-r--r--stats/pwc-summary-31-60.json106
-rw-r--r--stats/pwc-summary-61-90.json120
-rw-r--r--stats/pwc-summary-91-120.json36
-rw-r--r--stats/pwc-summary.json48
14 files changed, 1178 insertions, 1159 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index 4a7d29ec6b..c8b459933a 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,19 +1,45 @@
{
- "subtitle" : {
- "text" : "[Champions: 1] Last updated at 2022-03-15 22:23:45 GMT"
- },
- "chart" : {
- "type" : "column"
- },
- "title" : {
- "text" : "The Weekly Challenge - 156"
- },
- "xAxis" : {
- "type" : "category"
+ "tooltip" : {
+ "followPointer" : 1,
+ "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>",
+ "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>"
},
+ "series" : [
+ {
+ "data" : [
+ {
+ "y" : 3,
+ "name" : "James Smith",
+ "drilldown" : "James Smith"
+ },
+ {
+ "name" : "Roger Bell_West",
+ "drilldown" : "Roger Bell_West",
+ "y" : 4
+ }
+ ],
+ "name" : "The Weekly Challenge - 156",
+ "colorByPoint" : 1
+ }
+ ],
"drilldown" : {
"series" : [
{
+ "name" : "James Smith",
+ "data" : [
+ [
+ "Perl",
+ 2
+ ],
+ [
+ "Blog",
+ 1
+ ]
+ ],
+ "id" : "James Smith"
+ },
+ {
+ "name" : "Roger Bell_West",
"data" : [
[
"Perl",
@@ -24,44 +50,37 @@
2
]
],
- "id" : "Roger Bell_West",
- "name" : "Roger Bell_West"
+ "id" : "Roger Bell_West"
}
]
},
- "plotOptions" : {
- "series" : {
- "dataLabels" : {
- "format" : "{point.y}",
- "enabled" : 1
- },
- "borderWidth" : 0
- }
- },
- "series" : [
- {
- "data" : [
- {
- "name" : "Roger Bell_West",
- "drilldown" : "Roger Bell_West",
- "y" : 4
- }
- ],
- "name" : "The Weekly Challenge - 156",
- "colorByPoint" : 1
- }
- ],
- "legend" : {
- "enabled" : 0
+ "subtitle" : {
+ "text" : "[Champions: 2] Last updated at 2022-03-15 22:34:10 GMT"
},
"yAxis" : {
"title" : {
"text" : "Total Solutions"
}
},
- "tooltip" : {
- "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>",
- "followPointer" : 1,
- "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>"
+ "xAxis" : {
+ "type" : "category"
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "legend" : {
+ "enabled" : 0
+ },
+ "title" : {
+ "text" : "The Weekly Challenge - 156"
+ },
+ "plotOptions" : {
+ "series" : {
+ "borderWidth" : 0,
+ "dataLabels" : {
+ "format" : "{point.y}",
+ "enabled" : 1
+ }
+ }
}
}
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index e5810d18dc..7a47e298d7 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,63 +1,63 @@
{
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ }
},
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
+ "chart" : {
+ "type" : "column"
},
"legend" : {
"enabled" : "false"
},
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2022]"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
"series" : [
{
+ "name" : "Contributions",
+ "dataLabels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "enabled" : "true",
+ "y" : 10,
+ "color" : "#FFFFFF",
+ "align" : "right",
+ "rotation" : -90,
+ "format" : "{point.y:.0f}"
+ },
"data" : [
[
"Blog",
- 2347
+ 2348
],
[
"Perl",
- 7474
+ 7476
],
[
"Raku",
4493
]
- ],
- "name" : "Contributions",
- "dataLabels" : {
- "enabled" : "true",
- "rotation" : -90,
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
- "color" : "#FFFFFF",
- "y" : 10,
- "format" : "{point.y:.0f}",
- "align" : "right"
- }
+ ]
}
],
- "chart" : {
- "type" : "column"
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
},
"subtitle" : {
- "text" : "Last updated at 2022-03-15 22:23:45 GMT"
- },
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2022]"
- },
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- }
+ "text" : "Last updated at 2022-03-15 22:34:10 GMT"
}
}
diff --git a/stats/pwc-language-breakdown.json b/stats/pwc-language-breakdown.json
index ec2ad395a3..da62dda6c2 100644
--- a/stats/pwc-language-breakdown.json
+++ b/stats/pwc-language-breakdown.json
@@ -1,34 +1,11 @@
{
- "yAxis" : {
- "title" : {
- "text" : "Total Solutions"
- }
- },
- "legend" : {
- "enabled" : "false"
- },
- "tooltip" : {
- "pointFormat" : "<span style=\"color:{point.color}\">Challenge {point.name}</span>: <b>{point.y:f}</b><br/>",
- "followPointer" : "true",
- "headerFormat" : "<span style=\"font-size:11px\"></span>"
- },
- "chart" : {
- "type" : "column"
- },
"subtitle" : {
- "text" : "Click the columns to drilldown the language breakdown. Last updated at 2022-03-15 22:23:45 GMT"
- },
- "title" : {
- "text" : "The Weekly Challenge Language"
- },
- "xAxis" : {
- "type" : "category"
+ "text" : "Click the columns to drilldown the language breakdown. Last updated at 2022-03-15 22:34:10 GMT"
},
"drilldown" : {
"series" : [
{
"name" : "001",
- "id" : "001",
"data" : [
[
"Perl",
@@ -42,7 +19,8 @@
"Blog",
11
]
- ]
+ ],
+ "id" : "001"
},
{
"data" : [
@@ -59,8 +37,8 @@
10
]
],
- "id" : "002",
- "name" : "002"
+ "name" : "002",
+ "id" : "002"
},
{
"name" : "003",
@@ -81,6 +59,7 @@
"id" : "003"
},
{
+ "name" : "004",
"data" : [
[
"Perl",
@@ -95,11 +74,10 @@
10
]
],
- "id" : "004",
- "name" : "004"
+ "id" : "004"
},
{
- "id" : "005",
+ "name" : "005",
"data" : [
[
"Perl",
@@ -114,9 +92,10 @@
12
]
],
- "name" : "005"
+ "id" : "005"
},
{
+ "id" : "006",
"name" : "006",
"data" : [
[
@@ -131,10 +110,10 @@
"Blog",
7
]
- ],
- "id" : "006"
+ ]
},
{
+ "name" : "007",
"data" : [
[
"Perl",
@@ -149,10 +128,10 @@
10
]
],
- "id" : "007",
- "name" : "007"
+ "id" : "007"
},
{
+ "name" : "008",
"data" : [
[
"Perl",
@@ -167,11 +146,10 @@
12
]
],
- "id" : "008",
- "name" : "008"
+ "id" : "008"
},
{
- "name" : "009",
+ "id" : "009",
"data" : [
[
"Perl",
@@ -186,10 +164,10 @@
13
]
],
- "id" : "009"
+ "name" : "009"
},
{
- "id" : "010",
+ "name" : "010",
"data" : [
[
"Perl",
@@ -204,10 +182,9 @@
11
]
],
- "name" : "010"
+ "id" : "010"
},
{
- "name" : "011",
"id" : "011",
"data" : [
[
@@ -222,10 +199,10 @@
"Blog",
10
]
- ]
+ ],
+ "name" : "011"
},
{
- "name" : "012",
"id" : "012",
"data" : [
[
@@ -240,10 +217,10 @@
"Blog",
11
]
- ]
+ ],
+ "name" : "012"
},
{
- "name" : "013",
"id" : "013",
"data" : [
[
@@ -258,10 +235,10 @@
"Blog",
13
]
- ]
+ ],
+ "name" : "013"
},
{
- "name" : "014",
"data" : [
[
"Perl",
@@ -276,9 +253,11 @@
15
]
],
+ "name" : "014",
"id" : "014"
},
{
+ "name" : "015",
"data" : [
[
"Perl",
@@ -293,12 +272,9 @@
15
]
],
- "id" : "015",
- "name" : "015"
+ "id" : "015"
},
{
- "name" : "016",
- "id" : "016",
"data" : [
[
"Perl",
@@ -312,10 +288,13 @@
"Blog",
12
]
- ]
+ ],
+ "name" : "016",
+ "id" : "016"
},
{
"id" : "017",
+ "name" : "017",
"data" : [
[
"Perl",
@@ -329,11 +308,10 @@
"Blog",
12
]
- ],
- "name" : "017"
+ ]
},
{
- "id" : "018",
+ "name" : "018",
"data" : [
[
"Perl",
@@ -348,7 +326,7 @@
14
]
],
- "name" : "018"
+ "id" : "018"
},
{
"name" : "019",
@@ -369,7 +347,7 @@
"id" : "019"
},
{
- "name" : "020",
+ "id" : "020",
"data" : [
[
"Perl",
@@ -384,9 +362,10 @@
13
]
],
- "id" : "020"
+ "name" : "020"
},
{
+ "id" : "021",
"name" : "021",
"data" : [
[
@@ -401,10 +380,11 @@
"Blog",
10
]
- ],
- "id" : "021"
+ ]
},
{
+ "id" : "022",
+ "name" : "022",
"data" : [
[
"Perl",
@@ -418,12 +398,10 @@
"Blog",
10
]
- ],
- "id" : "022",
- "name" : "022"
+ ]
},
{
- "id" : "023",
+ "name" : "023",
"data" : [
[
"Perl",
@@ -438,9 +416,10 @@
12
]
],
- "name" : "023"
+ "id" : "023"
},
{
+ "id" : "024",
"data" : [
[
"Perl",
@@ -455,11 +434,10 @@
11
]
],
- "id" : "024",
"name" : "024"
},
{
- "id" : "025",
+ "name" : "025",
"data" : [
[
"Perl",
@@ -474,7 +452,7 @@
12
]
],
- "name" : "025"
+ "id" : "025"
},
{
"name" : "026",
@@ -495,7 +473,6 @@
"id" : "026"
},
{
- "name" : "027",
"id" : "027",
"data" : [
[
@@ -510,10 +487,12 @@
"Blog",
9
]
- ]
+ ],
+ "name" : "027"
},
{
"id" : "028",
+ "name" : "028",
"data" : [
[
"Perl",
@@ -527,11 +506,10 @@
"Blog",
9
]
- ],
- "name" : "028"
+ ]
},
{
- "name" : "029",
+ "id" : "029",
"data" : [
[
"Perl",
@@ -546,7 +524,7 @@
12
]
],
- "id" : "029"
+ "name" : "029"
},
{
"data" : [
@@ -563,11 +541,11 @@
10
]
],
- "id" : "030",
- "name" : "030"
+ "name" : "030",
+ "id" : "030"
},
{
- "name" : "031",
+ "id" : "031",
"data" : [
[
"Perl",
@@ -582,10 +560,9 @@
9
]
],
- "id" : "031"
+ "name" : "031"
},
{
- "id" : "032",
"data" : [
[
"Perl",
@@ -600,9 +577,11 @@
10
]
],
- "name" : "032"
+ "name" : "032",
+ "id" : "032"
},
{
+ "id" : "033",
"data" : [
[
"Perl",
@@ -617,11 +596,9 @@
10
]
],
- "id" : "033",
"name" : "033"
},
{
- "name" : "034",
"id" : "034",
"data" : [
[
@@ -636,10 +613,11 @@
"Blog",
11
]
- ]
+ ],
+ "name" : "034"
},
{
- "name" : "035",
+ "id" : "035",
"data" : [
[
"Perl",
@@ -654,11 +632,9 @@
9
]
],
- "id" : "035"
+ "name" : "035"
},
{
- "name" : "036",
- "id" : "036",
"data" : [
[
"Perl",
@@ -672,10 +648,12 @@
"Blog",
11
]
- ]
+ ],
+ "name" : "036",
+ "id" : "036"
},
{
- "name" : "037",
+ "id" : "037",
"data" : [
[
"Perl",
@@ -690,9 +668,10 @@
9
]
],
- "id" : "037"
+ "name" : "037"
},
{
+ "name" : "038",
"data" : [
[
"Perl",
@@ -707,8 +686,7 @@
12
]
],
- "id" : "038",
- "name" : "038"
+ "id" : "038"
},
{
"name" : "039",
@@ -729,6 +707,7 @@
"id" : "039"
},
{
+ "id" : "040",
"data" : [
[
"Perl",
@@ -743,7 +722,6 @@
10
]
],
- "id" : "040",
"name" : "040"
},
{
@@ -761,10 +739,11 @@
9
]
],
- "id" : "041",
- "name" : "041"
+ "name" : "041",
+ "id" : "041"
},
{
+ "id" : "042",
"data" : [
[
"Perl",
@@ -779,12 +758,11 @@
11
]
],
- "id" : "042",
"name" : "042"
},
{
- "name" : "043",
"id" : "043",
+ "name" : "043",
"data" : [
[
"Perl",
@@ -801,6 +779,7 @@
]
},
{
+ "id" : "044",
"data" : [
[
"Perl",
@@ -815,11 +794,10 @@
11
]
],
- "id" : "044",
"name" : "044"
},
{
- "id" : "045",
+ "name" : "045",
"data" : [
[
"Perl",
@@ -834,11 +812,10 @@
11
]
],
- "name" : "045"
+ "id" : "045"
},
{
"name" : "046",
- "id" : "046",
"data" : [
[
"Perl",
@@ -852,7 +829,8 @@
"Blog",
10
]
- ]
+ ],
+ "id" : "046"
},
{
"data" : [
@@ -869,8 +847,8 @@
10
]
],
- "id" : "047",
- "name" : "047"
+ "name" : "047",
+ "id" : "047"
},
{
"name" : "048",
@@ -891,7 +869,7 @@
"id" : "048"
},
{
- "id" : "049",
+ "name" : "049",
"data" : [
[
"Perl",
@@ -906,9 +884,10 @@
12
]
],
- "name" : "049"
+ "id" : "049"
},
{
+ "id" : "050",
"name" : "050",
"data" : [
[
@@ -923,10 +902,11 @@
"Blog",
12
]
- ],
- "id" : "050"
+ ]
},
{
+ "id" : "051",
+ "name" : "051",
"data" : [
[
"Perl",
@@ -940,12 +920,9 @@
"Blog",
11
]
- ],
- "id" : "051",
- "name" : "051"
+ ]
},
{
- "name" : "052",
"id" : "052",
"data" : [
[
@@ -960,11 +937,12 @@
"Blog",
14
]
- ]
+ ],
+ "name" : "052"
},
{
- "name" : "053",
"id" : "053",
+ "name" : "053",
"data" : [
[
"Perl",
@@ -981,6 +959,7 @@
]
},
{
+ "id" : "054",
"name" : "054",
"data" : [
[
@@ -995,11 +974,9 @@
"Blog",
18
]
- ],
- "id" : "054"
+ ]
},
{
- "name" : "055",
"data" : [
[
"Perl",
@@ -1014,10 +991,11 @@
14
]
],
+ "name" : "055",
"id" : "055"
},
{
- "id" : "056",
+ "name" : "056",
"data" : [
[
"Perl",
@@ -1032,10 +1010,9 @@
16
]
],
- "name" : "056"
+ "id" : "056"
},
{
- "id" : "057",
"data" : [
[
"Perl",
@@ -1050,9 +1027,11 @@
15
]
],
- "name" : "057"
+ "name" : "057",
+ "id" : "057"
},
{
+ "id" : "058",
"name" : "058",
"data" : [
[
@@ -1067,8 +1046,7 @@
"Blog",
13
]
- ],
- "id" : "058"
+ ]
},
{
"data" : [
@@ -1085,10 +1063,11 @@
16
]
],
- "id" : "059",
- "name" : "059"
+ "name" : "059",
+ "id" : "059"
},
{
+ "name" : "060",
"data" : [
[
"Perl",
@@ -1103,8 +1082,7 @@
16
]
],
- "id" : "060",
- "name" : "060"
+ "id" : "060"
},
{
"data" : [
@@ -1121,11 +1099,11 @@
14
]
],
- "id" : "061",
- "name" : "061"
+ "name" : "061",
+ "id" : "061"
},
{
- "id" : "062",
+ "name" : "062",
"data" : [
[
"Perl",
@@ -1140,9 +1118,10 @@
11
]
],
- "name" : "062"
+ "id" : "062"
},
{
+ "id" : "063",
"name" : "063",
"data" : [
[
@@ -1157,12 +1136,10 @@
"Blog",
13
]
- ],
- "id" : "063"
+ ]
},
{
"name" : "064",
- "id" : "064",
"data" : [
[
"Perl",
@@ -1176,9 +1153,11 @@
"Blog",
16
]
- ]
+ ],
+ "id" : "064"
},
{
+ "id" : "065",
"name" : "065",
"data" : [
[
@@ -1193,11 +1172,9 @@
"Blog",
15
]
- ],
- "id" : "065"
+ ]
},
{
- "name" : "066",
"id" : "066",
"data" : [
[
@@ -1212,9 +1189,11 @@
"Blog",
14
]
- ]
+ ],
+ "name" : "066"
},
{
+ "id" : "067",
"name" : "067",
"data" : [
[
@@ -1229,10 +1208,10 @@
"Blog",
18
]
- ],
- "id" : "067"
+ ]
},
{
+ "name" : "068",
"data" : [
[
"Perl",
@@ -1247,10 +1226,10 @@
13
]
],
- "id" : "068",
- "name" : "068"
+ "id" : "068"
},
{
+ "id" : "069",
"name" : "069",
"data" : [
[
@@ -1265,12 +1244,9 @@
"Blog",
16
]
- ],
- "id" : "069"
+ ]
},
{
- "name" : "070",
- "id" : "070",
"data" : [
[
"Perl",
@@ -1284,9 +1260,12 @@
"Blog",
17
]
- ]
+ ],
+ "name" : "070",
+ "id" : "070"
},
{
+ "name" : "071",
"data" : [
[
"Perl",
@@ -1301,11 +1280,9 @@
15
]
],
- "id" : "071",
- "name" : "071"
+ "id" : "071"
},
{
- "id" : "072",
"data" : [
[
"Perl",
@@ -1320,7 +1297,8 @@
19
]
],
- "name" : "072"
+ "name" : "072",
+ "id" : "072"
},
{
"data" : [
@@ -1337,12 +1315,11 @@
17
]
],
- "id" : "073",
- "name" : "073"
+ "name" : "073",
+ "id" : "073"
},
{
"name" : "074",
- "id" : "074",
"data" : [
[
"Perl",
@@ -1356,7 +1333,8 @@
"Blog",
20
]
- ]
+ ],
+ "id" : "074"