diff options
16 files changed, 1148 insertions, 1129 deletions
diff --git a/challenge-054/roger-bell-west/perl5/ch-1.pl b/challenge-054/roger-bell-west/perl/ch-1.pl index 0ffa36208e..0ffa36208e 100755 --- a/challenge-054/roger-bell-west/perl5/ch-1.pl +++ b/challenge-054/roger-bell-west/perl/ch-1.pl diff --git a/challenge-054/roger-bell-west/perl5/ch-2.pl b/challenge-054/roger-bell-west/perl/ch-2.pl index 652ff808d9..652ff808d9 100755 --- a/challenge-054/roger-bell-west/perl5/ch-2.pl +++ b/challenge-054/roger-bell-west/perl/ch-2.pl diff --git a/challenge-054/roger-bell-west/perl5/ch-2a.pl b/challenge-054/roger-bell-west/perl/ch-2a.pl index d0d70103cc..d0d70103cc 100755 --- a/challenge-054/roger-bell-west/perl5/ch-2a.pl +++ b/challenge-054/roger-bell-west/perl/ch-2a.pl diff --git a/challenge-054/roger-bell-west/perl6/ch-1.p6 b/challenge-054/roger-bell-west/raku/ch-1.p6 index c415f5c47a..c415f5c47a 100755 --- a/challenge-054/roger-bell-west/perl6/ch-1.p6 +++ b/challenge-054/roger-bell-west/raku/ch-1.p6 diff --git a/challenge-054/roger-bell-west/perl6/ch-2.p6 b/challenge-054/roger-bell-west/raku/ch-2.p6 index b895017e0e..b895017e0e 100755 --- a/challenge-054/roger-bell-west/perl6/ch-2.p6 +++ b/challenge-054/roger-bell-west/raku/ch-2.p6 diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 77f1ad1760..17f1b4fc82 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,58 +1,4 @@ { - "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/>" - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "chart" : { - "type" : "column" - }, - "plotOptions" : { - "series" : { - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - }, - "borderWidth" : 0 - } - }, - "series" : [ - { - "data" : [ - { - "drilldown" : "Luca Ferrari", - "y" : 2, - "name" : "Luca Ferrari" - }, - { - "y" : 2, - "name" : "Simon Proctor", - "drilldown" : "Simon Proctor" - }, - { - "drilldown" : "Yet Ebreo", - "name" : "Yet Ebreo", - "y" : 2 - } - ], - "name" : "Perl Weekly Challenge - 054", - "colorByPoint" : 1 - } - ], - "xAxis" : { - "type" : "category" - }, - "subtitle" : { - "text" : "[Champions: 3] Last updated at 2020-03-30 19:18:10 GMT" - }, - "title" : { - "text" : "Perl Weekly Challenge - 054" - }, "legend" : { "enabled" : 0 }, @@ -69,6 +15,20 @@ "id" : "Luca Ferrari" }, { + "data" : [ + [ + "Perl", + 2 + ], + [ + "Raku", + 2 + ] + ], + "name" : "Roger Bell West", + "id" : "Roger Bell West" + }, + { "id" : "Simon Proctor", "name" : "Simon Proctor", "data" : [ @@ -89,5 +49,64 @@ "name" : "Yet Ebreo" } ] + }, + "xAxis" : { + "type" : "category" + }, + "chart" : { + "type" : "column" + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + } + } + }, + "series" : [ + { + "name" : "Perl Weekly Challenge - 054", + "colorByPoint" : 1, + "data" : [ + { + "name" : "Luca Ferrari", + "y" : 2, + "drilldown" : "Luca Ferrari" + }, + { + "name" : "Roger Bell West", + "drilldown" : "Roger Bell West", + "y" : 4 + }, + { + "y" : 2, + "drilldown" : "Simon Proctor", + "name" : "Simon Proctor" + }, + { + "name" : "Yet Ebreo", + "y" : 2, + "drilldown" : "Yet Ebreo" + } + ] + } + ], + "subtitle" : { + "text" : "[Champions: 4] Last updated at 2020-03-30 19:27:48 GMT" + }, + "tooltip" : { + "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>", + "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>", + "followPointer" : 1 + }, + "title" : { + "text" : "Perl Weekly Challenge - 054" } } diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index f3ea3bc27f..51ffdf6dd7 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,45 +1,24 @@ { - "legend" : { - "enabled" : "false" - }, - "chart" : { - "type" : "column" - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, "title" : { "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, - "xAxis" : { - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - }, - "type" : "category" - }, "series" : [ { "name" : "Contributions", "dataLabels" : { + "format" : "{point.y:.0f}", "y" : 10, - "rotation" : -90, + "color" : "#FFFFFF", "enabled" : "true", - "align" : "right", - "format" : "{point.y:.0f}", "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" }, - "color" : "#FFFFFF" + "align" : "right", + "rotation" : -90 }, "data" : [ [ @@ -48,16 +27,37 @@ ], [ "Perl", - 2253 + 2255 ], [ "Raku", - 1394 + 1396 ] ] } ], "subtitle" : { - "text" : "Last updated at 2020-03-30 19:18:10 GMT" + "text" : "Last updated at 2020-03-30 19:27:48 GMT" + }, + "chart" : { + "type" : "column" + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } + }, + "legend" : { + "enabled" : "false" } } diff --git a/stats/pwc-language-breakdown.json b/stats/pwc-language-breakdown.json index 61cb585bff..71c2a43da2 100644 --- a/stats/pwc-language-breakdown.json +++ b/stats/pwc-language-breakdown.json @@ -1,318 +1,18 @@ { - "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>" - }, - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - } - } - }, - "chart" : { - "type" : "column" - }, "yAxis" : { "title" : { "text" : "Total Solutions" } }, - "subtitle" : { - "text" : "Click the columns to drilldown the language breakdown. Last updated at 2020-03-30 19:18:10 GMT" + "chart" : { + "type" : "column" }, - "series" : [ - { - "colorByPoint" : "true", - "name" : "Perl Weekly Challenge Languages", - "data" : [ - { - "drilldown" : "001", - "y" : 140, - "name" : "#001" - }, - { - "drilldown" : "002", - "y" : 109, - "name" : "#002" - }, - { - "drilldown" : "003", - "y" : 71, - "name" : "#003" - }, - { - "y" : 91, - "name" : "#004", - "drilldown" : "004" - }, - { - "name" : "#005", - "y" : 71, - "drilldown" : "005" - }, - { - "drilldown" : "006", - "y" : 52, - "name" : "#006" - }, - { - "y" : 58, - "name" : "#007", - "drilldown" : "007" - }, - { - "drilldown" : "008", - "name" : "#008", - "y" : 70 - }, - { - "y" : 68, - "name" : "#009", - "drilldown" : "009" - }, - { - "name" : "#010", - "y" : 60, - "drilldown" : "010" - }, - { - "name" : "#011", - "y" : 79, - "drilldown" : "011" - }, - { - "name" : "#012", - "y" : 83, - "drilldown" : "012" - }, - { - "y" : 76, - "name" : "#013", - "drilldown" : "013" - }, - { - "y" : 96, - "name" : "#014", - "drilldown" : "014" - }, - { - "name" : "#015", - "y" : 93, - "drilldown" : "015" - }, - { - "drilldown" : "016", - "name" : "#016", - "y" : 66 - }, - { - "drilldown" : "017", - "name" : "#017", - "y" : 79 - }, - { - "name" : "#018", - "y" : 76, - "drilldown" : "018" - }, - { - "drilldown" : "019", - "name" : "#019", - "y" : 97 - }, - { - "drilldown" : "020", - "y" : 95, - "name" : "#020" - }, - { - "y" : 67, - "name" : "#021", - "drilldown" : "021" - }, - { - "y" : 63, - "name" : "#022", - "drilldown" : "022" - }, - { - "drilldown" : "023", - "name" : "#023", - "y" : 91 - }, - { - "name" : "#024", - "y" : 70, - "drilldown" : "024" - }, - { - "drilldown" : "025", - "y" : 55, - "name" : "#025" - }, - { - "drilldown" : "026", - "name" : "#026", - "y" : 70 - }, - { - "y" : 58, - "name" : "#027", - "drilldown" : "027" - }, - { - "drilldown" : "028", - "y" : 78, - "name" : "#028" - }, - { - "drilldown" : "029", - "name" : "#029", - "y" : 77 - }, - { - "name" : "#030", - "y" : 115, - "drilldown" : "030" - }, - { - "drilldown" : "031", - "y" : 87, - "name" : "#031" - }, - { - "name" : "#032", - "y" : 92, - "drilldown" : "032" - }, - { - "drilldown" : "033", - "name" : "#033", - "y" : 108 - }, - { - "y" : 62, - "name" : "#034", - "drilldown" : "034" - }, - { - "drilldown" : "035", - "y" : 62, - "name" : "#035" - }, - { - "name" : "#036", - "y" : 66, - "drilldown" : "036" - }, - { - "y" : 63, - "name" : "#037", - "drilldown" : "037" - }, - { - "drilldown" : "038", - "y" : 65, - "name" : "#038" - }, - { - "drilldown" : "039", - "y" : 60, - "name" : "#039" - }, - { - "drilldown" : "040", - "y" : 66, - "name" : "#040" - }, - { - "y" : 69, - "name" : "#041", - "drilldown" : "041" - }, - { - "drilldown" : "042", - "name" : "#042", - "y" : 88 - }, - { - "drilldown" : "043", - "name" : "#043", - "y" : 65 - }, - { - "drilldown" : "044", - "y" : 81, - "name" : "#044" - }, - { - "drilldown" : "045", - "y" : 94, - "name" : "#045" - }, - { - "y" : 83, - "name" : "#046", - "drilldown" : "046" - }, - { - "drilldown" : "047", - "name" : "#047", - "y" : 81 - }, - { - "y" : 106, - "name" : "#048", - "drilldown" : "048" - }, - { - "y" : 85, - "name" : "#049", - "drilldown" : "049" - }, - { - "y" : 96, - "name" : "#050", - "drilldown" : "050" - }, - { - "drilldown" : "051", - "name" : "#051", - "y" : 86 - }, - { - "drilldown" : "052", - "name" : "#052", - "y" : 88 - }, - { - "name" : "#053", - "y" : 97, - "drilldown" : "053" - }, - { - "name" : "#054", - "y" : 6, - "drilldown" : "054" - } - ] - } - ], "xAxis" : { "type" : "category" }, - "title" : { - "text" : "Perl Weekly Challenge Language" - }, "drilldown" : { "series" : [ { - "name" : "001", - "id" : "001", "data" : [ [ "Perl", @@ -326,7 +26,9 @@ "Blog", 11 ] - ] + ], + "name" : "001", + "id" : "001" }, { "name" : "002", @@ -365,8 +67,6 @@ "id" : "003" }, { - "id" : "004", - "name" : "004", "data" : [ [ "Perl", @@ -380,11 +80,11 @@ "Blog", 10 ] - ] + ], + "name" : "004", + "id" : "004" }, { - "name" : "005", - "id" : "005", "data" : [ [ "Perl", @@ -398,9 +98,13 @@ "Blog", 12 ] - ] + ], + "name" : "005", + "id" : "005" }, { + "id" : "006", + "name" : "006", "data" : [ [ "Perl", @@ -414,13 +118,9 @@ "Blog", 7 ] - ], - "id" : "006", - "name" : "006" + ] }, { - "id" : "007", - "name" : "007", "data" : [ [ "Perl", @@ -434,11 +134,13 @@ "Blog", 10 ] - ] + ], + "name" : "007", + "id" : "007" }, { - "name" : "008", "id" : "008", + "name" : "008", "data" : [ [ "Perl", @@ -455,6 +157,8 @@ ] }, { + "id" : "009", + "name" : "009", "data" : [ [ "Perl", @@ -468,9 +172,7 @@ "Blog", 13 ] - ], - "name" : "009", - "id" : "009" + ] }, { "data" : [ @@ -487,10 +189,12 @@ 11 ] ], - "name" : "010", - "id" : "010" + "id" : "010", + "name" : "010" }, { + "name" : "011", + "id" : "011", "data" : [ [ "Perl", @@ -504,11 +208,11 @@ "Blog", 10 ] - ], - "id" : "011", - "name" : "011" + ] }, { + "name" : "012", + "id" : "012", "data" : [ [ "Perl", @@ -522,9 +226,7 @@ "Blog", 11 ] - ], - "id" : "012", - "name" : "012" + ] }, { "name" : "013", @@ -563,6 +265,8 @@ ] }, { + "id" : "015", + "name" : "015", "data" : [ [ "Perl", @@ -576,9 +280,7 @@ "Blog", 15 ] - ], - "name" : "015", - "id" : "015" + ] }, { "name" : "016", @@ -617,8 +319,6 @@ "name" : "017" }, { - "id" : "018", - "name" : "018", "data" : [ [ "Perl", @@ -632,9 +332,13 @@ "Blog", 14 ] - ] + ], + "id" : "018", + "name" : "018" }, { + "name" : "019", + "id" : "019", "data" : [ [ "Perl", @@ -648,11 +352,11 @@ "Blog", 13 ] - ], - "name" : "019", - "id" : "019" + ] }, { + "id" : "020", + "name" : "020", "data" : [ [ "Perl", @@ -666,11 +370,11 @@ "Blog", 13 ] - ], - "id" : "020", - "name" : "020" + ] }, { + "id" : "021", + "name" : "021", "data" : [ [ "Perl", @@ -684,9 +388,7 @@ "Blog", 10 ] - ], - "name" : "021", - "id" : "021" + ] }, { "data" : [ @@ -707,6 +409,8 @@ "name" : "022" }, { + "id" : "023", + "name" : "023", "data" : [ [ "Perl", @@ -720,13 +424,9 @@ "Blog", 12 ] - ], - "id" : "023", - "name" : "023" + ] }, { - "id" : "024", - "name" : "024", "data" : [ [ "Perl", @@ -740,7 +440,9 @@ "Blog", 11 ] - ] + ], + "name" : "024", + "id" : "024" }, { "data" : [ @@ -761,8 +463,8 @@ "id" : "025" }, { - "id" : "026", "name" : "026", + "id" : "026", "data" : [ [ "Perl", @@ -793,12 +495,12 @@ 9 ] ], - "id" : "027", - "name" : "027" + "name" : "027", + "id" : "027" }, { - "name" : "028", "id" : "028", + "name" : "028", "data" : [ [ "Perl", @@ -815,6 +517,8 @@ ] }, { + "name" : "029", + "id" : "029", "data" : [ [ "Perl", @@ -828,13 +532,9 @@ "Blog", 12 ] - ], - "name" : "029", - "id" : "029" + ] }, { - "id" : "030", - "name" : "030", "data" : [ [ "Perl", @@ -848,9 +548,13 @@ "Blog", 10 ] - ] + ], + "name" : "030", + "id" : "030" }, { + "id" : "031", + "name" : "031", "data" : [ [ "Perl", @@ -864,9 +568,7 @@ "Blog", 9 ] - ], - "name" : "031", - "id" : "031" + ] }, { "data" : [ @@ -887,8 +589,8 @@ "id" : "032" }, { - "id" : "033", "name" : "033", + "id" : "033", "data" : [ [ "Perl", @@ -937,12 +639,12 @@ 9 ] ], - "name" : "035", - "id" : "035" + "id" : "035", + "name" : "035" }, { - "id" : "036", "name" : "036", + "id" : "036", "data" : [ [ "Perl", @@ -959,6 +661,8 @@ ] }, { + "name" : "037", + "id" : "037", "data" : [ [ "Perl", @@ -972,9 +676,7 @@ "Blog", 9 ] - ], - "name" : "037", - "id" : "037" + ] }, { "id" : "038", @@ -1031,6 +733,8 @@ ] }, { + "id" : "041", + "name" : "041", "data" : [ [ "Perl", @@ -1044,11 +748,11 @@ "Blog", 8 ] - ], - "name" : "041", - "id" : "041" + ] }, { + "id" : "042", + "name" : "042", "data" : [ [ "Perl", @@ -1062,11 +766,11 @@ "Blog", 11 ] - ], - "id" : "042", - "name" : "042" + ] }, { + "id" : "043", + "name" : "043", "data" : [ [ "Perl", @@ -1080,9 +784,7 @@ "Blog", 10 ] - ], - "name" : "043", - "id" : "043" + ] }, { "name" : "044", @@ -1103,6 +805,8 @@ ] }, { + "name" : "045", + "id" : "045", "data" : [ [ "Perl", @@ -1116,9 +820,7 @@ "Blog", 11 ] - ], - "id" : "045", - "name" : "045" + ] }, { "data" : [ @@ -1139,8 +841,8 @@ "name" : "046" }, { - "name" : "047", "id" : "047", + "name" : "047", "data" : [ [ "Perl", @@ -1157,8 +859,8 @@ ] }, { - "name" : "048", "id" : "048", + "name" : "048", "data" : [ [ "Perl", @@ -1175,8 +877,6 @@ ] }, { - "id" : "049", - "name" : "049", "data" : [ [ "Perl", @@ -1190,7 +890,9 @@ "Blog", 12 ] - ] + ], + "name" : "049", + "id" : "049" }, { "id" : "050", @@ -1211,6 +913,8 @@ ] }, { + "id" : "051", + "name" : "051", "data" : [ [ "Perl", @@ -1224,13 +928,11 @@ "Blog", 10 ] - ], - "id" : "051", - "name" : "051" + ] }, { - "name" : "052", "id" : "052", + "name" : "052", "data" : [ [ "Perl", @@ -1247,8 +949,6 @@ ] }, { - "id" : "053", - "name" : "053", "data" : [ [ "Perl", @@ -1262,29 +962,329 @@ "Blog", 14 ] - ] + ], + "name" : "053", + |
