From e4917626116160f2a246c0f5bbf15e5fccd98ce7 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Sun, 28 Jul 2019 21:33:20 +0100 Subject: - Added solution by Veesh Goldman. --- challenge-018/veesh-goldman/perl6/ch-1.p6 | 5 + stats/pwc-current.json | 255 ++++++++------- stats/pwc-language-breakdown-summary.json | 52 +-- stats/pwc-language-breakdown.json | 312 +++++++++--------- stats/pwc-leaders.json | 516 +++++++++++++++--------------- stats/pwc-summary-1-30.json | 40 +-- stats/pwc-summary-31-60.json | 102 +++--- stats/pwc-summary-61-90.json | 34 +- stats/pwc-summary-91-120.json | 34 +- stats/pwc-summary.json | 252 +++++++-------- 10 files changed, 811 insertions(+), 791 deletions(-) create mode 100644 challenge-018/veesh-goldman/perl6/ch-1.p6 diff --git a/challenge-018/veesh-goldman/perl6/ch-1.p6 b/challenge-018/veesh-goldman/perl6/ch-1.p6 new file mode 100644 index 0000000000..cd5e594d44 --- /dev/null +++ b/challenge-018/veesh-goldman/perl6/ch-1.p6 @@ -0,0 +1,5 @@ +#! /usr/bin/env perl6 + +sub MAIN ( *@strings where .elems > 1 ) { + @strings.map( { m:ex/.+/>>.Str } ).reduce( { $^a ∩ $^b } ).keys.max(*.chars).say +} diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 1b88bcb3f4..de1ab099b6 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,7 +1,22 @@ { + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "tooltip" : { + "followPointer" : 1, + "headerFormat" : "{series.name}
", + "pointFormat" : "{point.name}: {point.y:f}
" + }, + "title" : { + "text" : "Perl Weekly Challenge - 018" + }, + "chart" : { + "type" : "column" + }, "series" : [ { - "colorByPoint" : 1, "name" : "Perl Weekly Challenge - 018", "data" : [ { @@ -10,48 +25,48 @@ "name" : "Adam Russell" }, { - "name" : "Andrezgz", "drilldown" : "Andrezgz", - "y" : 2 + "y" : 2, + "name" : "Andrezgz" }, { + "y" : 3, "name" : "Arne Sommer", - "drilldown" : "Arne Sommer", - "y" : 3 + "drilldown" : "Arne Sommer" }, { - "y" : 4, "drilldown" : "Athanasius", - "name" : "Athanasius" + "name" : "Athanasius", + "y" : 4 }, { - "drilldown" : "Daniel Mantovani", + "name" : "Daniel Mantovani", "y" : 2, - "name" : "Daniel Mantovani" + "drilldown" : "Daniel Mantovani" }, { - "y" : 2, "drilldown" : "Duane Powell", + "y" : 2, "name" : "Duane Powell" }, { - "y" : 3, "drilldown" : "E. Choroba", + "y" : 3, "name" : "E. Choroba" }, { - "drilldown" : "Feng Chang", "y" : 2, - "name" : "Feng Chang" + "name" : "Feng Chang", + "drilldown" : "Feng Chang" }, { - "y" : 2, "drilldown" : "Francis Whittle", - "name" : "Francis Whittle" + "name" : "Francis Whittle", + "y" : 2 }, { - "y" : 2, "drilldown" : "Jaime Corchado", + "y" : 2, "name" : "Jaime Corchado" }, { @@ -60,49 +75,49 @@ "name" : "Joelle Maslak" }, { - "name" : "Kevin Colyer", "y" : 1, + "name" : "Kevin Colyer", "drilldown" : "Kevin Colyer" }, { + "name" : "Kian-Meng Ang", "y" : 1, - "drilldown" : "Kian-Meng Ang", - "name" : "Kian-Meng Ang" + "drilldown" : "Kian-Meng Ang" }, { - "drilldown" : "Laurent Rosenfeld", + "name" : "Laurent Rosenfeld", "y" : 6, - "name" : "Laurent Rosenfeld" + "drilldown" : "Laurent Rosenfeld" }, { - "y" : 2, "drilldown" : "Lubos Kolouch", - "name" : "Lubos Kolouch" + "name" : "Lubos Kolouch", + "y" : 2 }, { "drilldown" : "Mark Anderson", - "y" : 1, - "name" : "Mark Anderson" + "name" : "Mark Anderson", + "y" : 1 }, { - "y" : 1, "drilldown" : "Martin Barth", - "name" : "Martin Barth" + "name" : "Martin Barth", + "y" : 1 }, { - "drilldown" : "Noud", "y" : 2, - "name" : "Noud" + "name" : "Noud", + "drilldown" : "Noud" }, { - "y" : 1, "drilldown" : "Ozzy", - "name" : "Ozzy" + "name" : "Ozzy", + "y" : 1 }, { - "drilldown" : "Randy Lauen", + "name" : "Randy Lauen", "y" : 2, - "name" : "Randy Lauen" + "drilldown" : "Randy Lauen" }, { "name" : "Roger Bell West", @@ -110,31 +125,34 @@ "drilldown" : "Roger Bell West" }, { - "y" : 4, "drilldown" : "Ruben Westerberg", - "name" : "Ruben Westerberg" + "name" : "Ruben Westerberg", + "y" : 4 }, { + "name" : "Simon Proctor", "y" : 2, - "drilldown" : "Simon Proctor", - "name" : "Simon Proctor" + "drilldown" : "Simon Proctor" }, { "drilldown" : "Steven Wilson", "y" : 1, "name" : "Steven Wilson" + }, + { + "y" : 1, + "name" : "Veesh Goldman", + "drilldown" : "Veesh Goldman" } - ] + ], + "colorByPoint" : 1 } ], - "plotOptions" : { - "series" : { - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - }, - "borderWidth" : 0 - } + "subtitle" : { + "text" : "[Champions: 25] Last updated at 2019-07-28 20:32:59 GMT" + }, + "xAxis" : { + "type" : "category" }, "legend" : { "enabled" : 0 @@ -142,6 +160,7 @@ "drilldown" : { "series" : [ { + "name" : "Adam Russell", "id" : "Adam Russell", "data" : [ [ @@ -152,20 +171,21 @@ "Blog", 1 ] - ], - "name" : "Adam Russell" + ] }, { "id" : "Andrezgz", + "name" : "Andrezgz", "data" : [ [ "Perl 5", 2 ] - ], - "name" : "Andrezgz" + ] }, { + "id" : "Arne Sommer", + "name" : "Arne Sommer", "data" : [ [ "Perl 6", @@ -175,11 +195,11 @@ "Blog", 1 ] - ], - "name" : "Arne Sommer", - "id" : "Arne Sommer" + ] }, { + "id" : "Athanasius", + "name" : "Athanasius", "data" : [ [ "Perl 5", @@ -189,29 +209,27 @@ "Perl 6", 2 ] - ], - "name" : "Athanasius", - "id" : "Athanasius" + ] }, { - "id" : "Daniel Mantovani", "data" : [ [ "Perl 5", 2 ] ], + "id" : "Daniel Mantovani", "name" : "Daniel Mantovani" }, { - "name" : "Duane Powell", "data" : [ [ "Perl 5", 2 ] ], - "id" : "Duane Powell" + "id" : "Duane Powell", + "name" : "Duane Powell" }, { "id" : "E. Choroba", @@ -228,14 +246,14 @@ ] }, { - "id" : "Feng Chang", - "name" : "Feng Chang", "data" : [ [ "Perl 6", 2 ] - ] + ], + "id" : "Feng Chang", + "name" : "Feng Chang" }, { "data" : [ @@ -244,20 +262,22 @@ 2 ] ], - "name" : "Francis Whittle", - "id" : "Francis Whittle" + "id" : "Francis Whittle", + "name" : "Francis Whittle" }, { - "id" : "Jaime Corchado", - "name" : "Jaime Corchado", "data" : [ [ "Perl 5", 2 ] - ] + ], + "name" : "Jaime Corchado", + "id" : "Jaime Corchado" }, { + "name" : "Joelle Maslak", + "id" : "Joelle Maslak", "data" : [ [ "Perl 5", @@ -267,19 +287,17 @@ "Perl 6", 3 ] - ], - "name" : "Joelle Maslak", - "id" : "Joelle Maslak" + ] }, { - "id" : "Kevin Colyer", - "name" : "Kevin Colyer", "data" : [ [ "Perl 6", 1 ] - ] + ], + "id" : "Kevin Colyer", + "name" : "Kevin Colyer" }, { "data" : [ @@ -288,12 +306,12 @@ 1 ] ], - "name" : "Kian-Meng Ang", - "id" : "Kian-Meng Ang" + "id" : "Kian-Meng Ang", + "name" : "Kian-Meng Ang" }, { - "id" : "Laurent Rosenfeld", "name" : "Laurent Rosenfeld", + "id" : "Laurent Rosenfeld", "data" : [ [ "Perl 5", @@ -310,64 +328,64 @@ ] }, { - "id" : "Lubos Kolouch", - "name" : "Lubos Kolouch", "data" : [ [ "Perl 5", 2 ] - ] + ], + "id" : "Lubos Kolouch", + "name" : "Lubos Kolouch" }, { - "id" : "Mark Anderson", - "name" : "Mark Anderson", "data" : [ [ "Perl 5", 1 ] - ] + ], + "name" : "Mark Anderson", + "id" : "Mark Anderson" }, { + "name" : "Martin Barth", "id" : "Martin Barth", "data" : [ [ "Perl 6", 1 ] - ], - "name" : "Martin Barth" + ] }, { + "name" : "Noud", + "id" : "Noud", "data" : [ [ "Perl 6", 2 ] - ], - "name" : "Noud", - "id" : "Noud" + ] }, { - "id" : "Ozzy", - "name" : "Ozzy", "data" : [ [ "Perl 6", 1 ] - ] + ], + "name" : "Ozzy", + "id" : "Ozzy" }, { + "name" : "Randy Lauen", + "id" : "Randy Lauen", "data" : [ [ "Perl 6", 2 ] - ], - "name" : "Randy Lauen", - "id" : "Randy Lauen" + ] }, { "data" : [ @@ -380,11 +398,10 @@ 1 ] ], - "name" : "Roger Bell West", - "id" : "Roger Bell West" + "id" : "Roger Bell West", + "name" : "Roger Bell West" }, { - "name" : "Ruben Westerberg", "data" : [ [ "Perl 5", @@ -395,50 +412,48 @@ 2 ] ], + "name" : "Ruben Westerberg", "id" : "Ruben Westerberg" }, { - "id" : "Simon Proctor", - "name" : "Simon Proctor", "data" : [ [ "Perl 6", 2 ] - ] + ], + "id" : "Simon Proctor", + "name" : "Simon Proctor" }, { - "id" : "Steven Wilson", "name" : "Steven Wilson", + "id" : "Steven Wilson", "data" : [ [ "Perl 5", 1 ] ] + }, + { + "data" : [ + [ + "Perl 6", + 1 + ] + ], + "name" : "Veesh Goldman", + "id" : "Veesh Goldman" } ] }, - "chart" : { - "type" : "column" - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + } } - }, - "xAxis" : { - "type" : "category" - }, - "tooltip" : { - "headerFormat" : "{series.name}
", - "followPointer" : 1, - "pointFormat" : "{point.name}: {point.y:f}
" - }, - "subtitle" : { - "text" : "[Champions: 24] Last updated at 2019-07-28 11:07:40 GMT" - }, - "title" : { - "text" : "Perl Weekly Challenge - 018" } } diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 4eed023a5c..c50983b18b 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,9 +1,27 @@ { "yAxis" : { + "min" : 0, "title" : { "text" : null - }, - "min" : 0 + } + }, + "chart" : { + "type" : "column" + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions - 2019" }, "series" : [ { @@ -18,46 +36,28 @@ ], [ "Perl 6", - 435 + 436 ] ], "dataLabels" : { + "format" : "{point.y:.0f}", "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" }, - "format" : "{point.y:.0f}", - "enabled" : "true", - "rotation" : -90, "y" : 10, "align" : "right", - "color" : "#FFFFFF" + "enabled" : "true", + "color" : "#FFFFFF", + "rotation" : -90 }, "name" : "Contributions" } ], - "chart" : { - "type" : "column" - }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, "subtitle" : { - "text" : "Last updated at 2019-07-28 11:11:10 GMT" + "text" : "Last updated at 2019-07-28 20:33:08 GMT" }, "legend" : { "enabled" : "false" - }, - "xAxis" : { - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - }, - "type" : "category" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions - 2019" } } diff --git a/stats/pwc-language-breakdown.json b/stats/pwc-language-breakdown.json index be49db4de8..ad0f22ea96 100644 --- a/stats/pwc-language-breakdown.json +++ b/stats/pwc-language-breakdown.json @@ -1,113 +1,17 @@ { - "tooltip" : { - "pointFormat" : "Challenge {point.name}: {point.y:f}
", - "headerFormat" : "", - "followPointer" : "true" - }, - "chart" : { - "type" : "column" - }, - "series" : [ - { - "data" : [ - { - "drilldown" : "001", - "y" : 123, - "name" : "#001" - }, - { - "name" : "#002", - "drilldown" : "002", - "y" : 104 - }, - { - "name" : "#003", - "y" : 66, - "drilldown" : "003" - }, - { - "name" : "#004", - "drilldown" : "004", - "y" : 84 - }, - { - "name" : "#005", - "y" : 66, - "drilldown" : "005" - }, - { - "name" : "#006", - "drilldown" : "006", - "y" : 47 - }, - { - "name" : "#007", - "y" : 54, - "drilldown" : "007" - }, - { - "drilldown" : "008", - "y" : 67, - "name" : "#008" - }, - { - "name" : "#009", - "y" : 65, - "drilldown" : "009" - }, - { - "y" : 58, - "drilldown" : "010", - "name" : "#010" - }, - { - "drilldown" : "011", - "y" : 77, - "name" : "#011" - }, - { - "name" : "#012", - "y" : 81, - "drilldown" : "012" - }, - { - "y" : 74, - "drilldown" : "013", - "name" : "#013" - }, - { - "drilldown" : "014", - "y" : 94, - "name" : "#014" - }, - { - "name" : "#015", - "drilldown" : "015", - "y" : 90 - }, - { - "drilldown" : "016", - "y" : 64, - "name" : "#016" - }, - { - "y" : 77, - "drilldown" : "017", - "name" : "#017" - }, - { - "name" : "#018", - "drilldown" : "018", - "y" : 58 - } - ], - "name" : "Perl Weekly Challenge Languages", - "colorByPoint" : "true" + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + } } - ], + }, "drilldown" : { "series" : [ { + "name" : "001", "id" : "001", "data" : [ [ @@ -122,12 +26,9 @@ "Blog", 10 ] - ], - "name" : "001" + ] }, { - "id" : "002", - "name" : "002", "data" : [ [ "Perl 5", @@ -141,10 +42,13 @@ "Blog", 9 ] - ] + ], + "name" : "002", + "id" : "002" }, { "id" : "003", + "name" : "003", "data" : [ [ "Perl 5", @@ -158,8 +62,7 @@ "Blog", 8 ] - ], - "name" : "003" + ] }, { "data" : [ @@ -176,11 +79,10 @@ 9 ] ], - "name" : "004", - "id" : "004" + "id" : "004", + "name" : "004" }, { - "id" : "005", "data" : [ [ "Perl 5", @@ -195,7 +97,8 @@ 11 ] ], - "name" : "005" + "name" : "005", + "id" : "005" }, { "id" : "006", @@ -216,8 +119,8 @@ ] }, { - "id" : "007", "name" : "007", + "id" : "007", "data" : [ [ "Perl 5", @@ -252,6 +155,7 @@ "id" : "008" }, { + "id" : "009", "name" : "009", "data" : [ [ @@ -266,11 +170,9 @@ "Blog", 11 ] - ], - "id" : "009" + ] }, { - "id" : "010", "data" : [ [ "Perl 5", @@ -285,11 +187,10 @@ 9 ] ], + "id" : "010", "name" : "010" }, { - "id" : "011", - "name" : "011", "data" : [ [ "Perl 5", @@ -303,11 +204,11 @@ "Blog", 8 ] - ] + ], + "id" : "011", + "name" : "011" }, { - "id" : "012", - "name" : "012", "data" : [ [ "Perl 5", @@ -321,10 +222,11 @@ "Blog", 9 ] - ] + ], + "id" : "012", + "name" : "012" }, { - "name" : "013", "data" : [ [ "Perl 5", @@ -339,6 +241,7 @@ 11 ] ], + "name" : "013", "id" : "013" }, { @@ -356,12 +259,10 @@ 13 ] ], - "name" : "014", - "id" : "014" + "id" : "014", + "name" : "014" }, { - "id" : "015", - "name" : "015", "data" : [ [ "Perl 5", @@ -375,10 +276,13 @@ "Blog", 12 ] - ] + ], + "id" : "015", + "name" : "015" }, { "name" : "016", + "id" : "016", "data" : [ [ "Perl 5", @@ -392,12 +296,9 @@ "Blog", 10 ] - ], - "id" : "016" + ] }, { - "id" : "017", - "name" : "017", "data" : [ [ "Perl 5", @@ -411,9 +312,12 @@ "Blog", 10 ] - ] + ], + "id" : "017", + "name" : "017" }, { + "id" : "018", "name" : "018", "data" : [ [ @@ -422,41 +326,137 @@ ], [ "Perl 6", - 24 + 25 ], [ "Blog", 6 ] - ], - "id" : "018" + ] } ] }, + "series" : [ + { + "name" : "Perl Weekly Challenge Languages", + "data" : [ + { + "drilldown" : "001", + "name" : "#001", + "y" : 123 + }, + { + "drilldown" : "002", + "name" : "#002", + "y" : 104 + }, + { + "drilldown" : "003", + "name" : "#003", + "y" : 66 + }, + { + "name" : "#004", + "y" : 84, + "drilldown" : "004" + }, + { + "name" : "#005", + "y" : 66, + "drilldown" : "005" + }, + { + "drilldown" : "006", + "y" : 47, + "name" : "#006" + }, + { + "name" : "#007", + "y" : 54, + "drilldown" : "007" + }, + { + "drilldown" : "008", + "name" : "#008", + "y" : 67 + }, + { + "drilldown" : "009", + "name" : "#009", + "y" : 65 + }, + { + "y" : 58, + "name" : "#010", + "drilldown" : "010" + }, + { + "name" : "#011", + "y" : 77, + "drilldown" : "011" + }, + { + "drilldown" : "012", + "y" : 81, + "name" : "#012" + }, + { + "y" : 74, + "name" : "#013", + "drilldown" : "013" + }, + { + "name" : "#014", + "y" : 94, + "drilldown" : "014" + }, + { + "name" : "#015", + "y" : 90, + "drilldown" : "015" + }, + { + "drilldown" : "016", + "name" : "#016", + "y" : 64 + }, + { + "drilldown" : "017", + "name" : "#017", + "y" : 77 + }, + { + "drilldown" : "018", + "y" : 59, + "name" : "#018" + } + ], + "colorByPoint" : "true" + } + ], + "subtitle" : { + "text" : "Click the columns to drilldown the language breakdown. Last updated at 2019-07-28 20:33:08 GMT" + }, + "legend" : { + "enabled" : "false" + }, + "chart" : { + "type" : "column" + }, "yAxis" : { "title" : { "text" : "Total Solutions" } }, - "title" : { - "text" : "Perl Weekly Challenge Language" - }, "xAxis" : { "type" : "category" }, - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - } - } - }, - "legend" : { - "enabled" : "false" + "tooltip" : { + "pointFormat" : "Challenge {point.name}: {point.y:f}
", + "followPointer" : "true", + "headerFormat" : "" }, - "subtitle" : { - "text" : "Click the columns to drilldown the language breakdown. Last updated at 2019-07-28 11:11:10 GMT" + "title" : { + "text" : "Perl Weekly Challenge Language" } } diff --git a/stats/pwc-leaders.json b/stats/pwc-leaders.json index 5c9d5562b4..1ea32d4360 100644 --- a/stats/pwc-leaders.json +++ b/stats/pwc-leaders.json @@ -2,10 +2,16 @@ "title" : { "text" : "Perl Weekly Challenge Leaders (TOP 50)" }, + "chart" : { + "type" : "column" + }, + "xAxis" : { + "type" : "category" + }, "tooltip" : { - "pointFormat" : "{point.name}: {point.y:f}
", "headerFormat" : "", - "followPointer" : "true" + "followPointer" : "true", + "pointFormat" : "{point.name}: {point.y:f}
" }, "plotOptions" : { "series" : { @@ -16,9 +22,15 @@ "borderWidth" : 0 } }, + "yAxis" : { + "title" : { + "text" : "Total Score" + } + }, "series" : [ { "name" : "Perl Weekly Challenge Leaders", + "colorByPoint" : "true", "data" : [ { "drilldown" : "Joelle Maslak", @@ -32,98 +44,98 @@ }, { "name" : "#3: Jaldhar H. Vyas", - "y" : 142, - "drilldown" : "Jaldhar H. Vyas" + "drilldown" : "Jaldhar H. Vyas", + "y" : 142 }, { - "y" : 132, + "drilldown" : "Ruben Westerberg", "name" : "#4: Ruben Westerberg", - "drilldown" : "Ruben Westerberg" + "y" : 132 }, { "name" : "#5: Athanasius", - "y" : 114, - "drilldown" : "Athanasius" + "drilldown" : "Athanasius", + "y" : 114 }, { - "drilldown" : "Adam Russell", "name" : "#6: Adam Russell", + "drilldown" : "Adam Russell", "y" : 110 }, { - "drilldown" : "Arne Sommer", "y" : 100, + "drilldown" : "Arne Sommer", "name" : "#7: Arne Sommer" }, { - "drilldown" : "E. Choroba", "name" : "#8: E. Choroba", + "drilldown" : "E. Choroba", "y" : 84 }, { - "name" : "#9: Francis Whittle", "y" : 82, - "drilldown" : "Francis Whittle" + "drilldown" : "Francis Whittle", + "name" : "#9: Francis Whittle" }, { - "name" : "#10: Kian-Meng Ang", "y" : 80, - "drilldown" : "Kian-Meng Ang" + "drilldown" : "Kian-Meng Ang", + "name" : "#10: Kian-Meng Ang" }, { - "drilldown" : "Simon Proctor", "y" : 80, + "drilldown" : "Simon Proctor", "name" : "#11: Simon Proctor" }, { - "drilldown" : "Dave Jacoby", "name" : "#12: Dave Jacoby", + "drilldown" : "Dave Jacoby", "y" : 74 }, { - "name" : "#13: Andrezgz", "y" : 68, - "drilldown" : "Andrezgz" + "drilldown" : "Andrezgz", + "name" : "#13: Andrezgz" }, { - "drilldown" : "Feng Chang", + "y" : 64, "name" : "#14: Feng Chang", - "y" : 64 + "drilldown" : "Feng Chang" }, { - "name" : "#15: Gustavo Chaves", "y" : 64, - "drilldown" : "Gustavo Chaves" + "drilldown" : "Gustavo Chaves", + "name" : "#15: Gustavo Chaves" }, { "y" : 64, - "name" : "#16: Yozen Hernandez", - "drilldown" : "Yozen Hernandez" + "drilldown" : "Yozen Hernandez", + "name" : "#16: Yozen Hernandez" }, { "y" : 60, - "name" : "#17: Daniel Mantovani", - "drilldown" : "Daniel Mantovani" + "drilldown" : "Daniel Mantovani", + "name" : "#17: Daniel Mantovani" }, { + "drilldown" : "Duncan C. White", "name" : "#18: Duncan C. White", - "y" : 56, - "drilldown" : "Duncan C. White" + "y" : 56 }, { - "y" : 56, + "drilldown" : "Steven Wilson", "name" : "#19: Steven Wilson", - "drilldown" : "Steven Wilson" + "y" : 56 }, { - "y" : 48, + "drilldown" : "Jo Christian Oterhals", "name" : "#20: Jo Christian Oterhals", - "drilldown" : "Jo Christian Oterhals" + "y" : 48 }, { "drilldown" : "Dr James A. Smith", - "y" : 44, - "name" : "#21: Dr James A. Smith" + "name" : "#21: Dr James A. Smith", + "y" : 44 }, { "y" : 36, @@ -131,242 +143,223 @@ "drilldown" : "Ozzy" }, { - "name" : "#23: Guillermo Ramos", - "y" : 34, - "drilldown" : "Guillermo Ramos" + "drilldown" : "Veesh Goldman", + "name" : "#23: Veesh Goldman", + "y" : 36 }, { - "drilldown" : "Veesh Goldman", - "name" : "#24: Veesh Goldman", + "name" : "#24: Guillermo Ramos", + "drilldown" : "Guillermo Ramos", "y" : 34 }, { + "y" : 32, "drilldown" : "Mark Senn", - "name" : "#25: Mark Senn", - "y" : 32 + "name" : "#25: Mark Senn" }, { - "y" : 32, + "drilldown" : "Nick Logan", "name" : "#26: Nick Logan", - "drilldown" : "Nick Logan" + "y" : 32 }, { - "drilldown" : "Kevin Colyer", "y" : 30, + "drilldown" : "Kevin Colyer", "name" : "#27: Kevin Colyer" }, { "name" : "#28: Lars Balker", - "y" : 28, - "drilldown" : "Lars Balker" + "drilldown" : "Lars Balker", + "y" : 28 }, { - "drilldown" : "Lubos Kolouch", "y" : 26, + "drilldown" : "Lubos Kolouch", "name" : "#29: Lubos Kolouch" }, { "y" : 26, - "name" : "#30: Roger Bell West", - "drilldown" : "Roger Bell West" + "drilldown" : "Roger Bell West", + "name" : "#30: Roger Bell West" }, { + "y" : 24, "drilldown" : "Maxim Nechaev", - "name" : "#31: Maxim Nechaev", - "y" : 24 + "name" : "#31: Maxim Nechaev" }, { - "y" : 22, "name" : "#32: Alicia Bielsa", - "drilldown" : "Alicia Bielsa" + "drilldown" : "Alicia Bielsa", + "y" : 22 }, { - "name" : "#33: Doug Schrag", "y" : 20, - "drilldown" : "Doug Schrag" + "drilldown" : "Doug Schrag", + "name" : "#33: Doug Schrag" }, { "drilldown" : "Jaime Corchado", - "y" : 20, - "name" : "#34: Jaime Corchado" + "name" : "#34: Jaime Corchado", + "y" : 20 }, { - "name" : "#35: Noud", "y" : 20, + "name" : "#35: Noud", "drilldown" : "Noud" }, { + "y" : 18, "drilldown" : "Duane Powell", - "name" : "#36: Duane Powell", - "y" : 18 + "name" : "#36: Duane Powell" }, { - "y" : 18, "name" : "#37: Neil Bowers", - "drilldown" : "Neil Bowers" + "drilldown" : "Neil Bowers", + "y" : 18 }, { - "name" : "#38: Robert Gratza", "y" : 16, + "name" : "#38: Robert Gratza", "drilldown" : "Robert Gratza" }, { - "y" : 14, "name" : "#39: John Barrett", - "drilldown" : "John Barrett" + "drilldown" : "John Barrett", + "y" : 14 }, { "drilldown" : "Khalid", - "y" : 14, - "name" : "#40: Khalid" + "name" : "#40: Khalid", + "y" : 14 }, { - "drilldown" : "Aaron Sherman", + "y" : 12, "name" : "#41: Aaron Sherman", - "y" : 12 + "drilldown" : "Aaron Sherman" }, { - "name" : "#42: Donald Hunter", "y" : 12, + "name" : "#42: Donald Hunter", "drilldown" : "Donald Hunter" }, { "drilldown" : "Kivanc Yazan", - "y" : 12, - "name" : "#43: Kivanc Yazan" + "name" : "#43: Kivanc Yazan", + "y" : 12 }, { - "name" : "#44: Maxim Kolodyazhny", "y" : 12, + "name" : "#44: Maxim Kolodyazhny", "drilldown" : "Maxim Kolodyazhny" }, { - "drilldown" : "Philippe Bruhat", "y" : 12, - "name" : "#45: Philippe Bruhat" + "name" : "#45: Philippe Bruhat", + "drilldown" : "Philippe Bruhat" }, { - "name" : "#46: Sergio Iglesias", "y" : 12, + "name" : "#46: Sergio Iglesias", "drilldown" : "Sergio Iglesias" }, { "drilldown" : "Arpad Toth", - "y" : 10, - "name" : "#47: Arpad Toth" + "name" : "#47: Arpad Toth", + "y" : 10 }, { "drilldown" : "Pete Houston", - "y" : 10, - "name" : "#48: Pete Houston" + "name" : "#48: Pete Houston", + "y" : 10 }, { - "drilldown" : "Steve Rogerson", "y" : 10, - "name" : "#49: Steve Rogerson" + "name" : "#49: Steve Rogerson", + "drilldown" : "Steve Rogerson" }, { "y" : 10, - "name" : "#50: Walt Mankowski", - "drilldown" : "Walt Mankowski" + "drilldown" : "Walt Mankowski", + "name" : "#50: Walt Mankowski" } - ], - "colorByPoint" : "true" + ] } ], - "chart" : { - "type" : "column" - }, - "xAxis" : { - "type" : "category" - }, "legend" : { "enabled" : "false" }, - "yAxis" : { - "title" : { - "text" : "Total Score" - } - }, - "subtitle" : { - "text" : "Click the columns to drilldown the score breakdown. Last updated at 2019-07-28 11:11:08 GMT" - }, "drilldown" : { "series" : [ { + "name" : "Joelle Maslak", + "id" : "Joelle Maslak", "data" : [ [ - "Blog", - 4 + "Perl 5", + 46 ], [ "Perl 6", 46 ], [ - "Perl 5", - 46 + "Blog", + 4 ] - ], - "name" : "Joelle Maslak", - "id" : "Joelle Maslak" + ] }, { + "id" : "Laurent Rosenfeld", "data" : [ - [ - "Perl 5", - 36 - ], [ "Perl 6", 35 ], + [ + "Perl 5", + 36 + ], [ "Blog", 23 ] ], - "id" : "Laurent Rosenfeld", "name" : "Laurent Rosenfeld" }, { "id" : "Jaldhar H. Vyas", - "name" : "Jaldhar H. Vyas", "data" : [ [ "Perl 6", 33 ], - [ - "Blog", - 4 - ], [ "Perl 5", 34 + ], + [ + "Blog", + 4 ] - ] + ], + "name" : "Jaldhar H. Vyas" }, { - "id" : "Ruben Westerberg", "name" : "Ruben Westerberg", "data" : [ [ - "Perl 6", + "Perl 5", 33 ], [ - "Perl 5", + "Perl 6", 33 ] - ] + ], + "id" : "Ruben Westerberg" }, { "data" : [ - [ - "Perl 6", - 15 - ], [ "Blog", 3 @@ -374,13 +367,16 @@ [ "Perl 5", 39 + ], + [ + "Perl 6", + 15 ] ], - "name" : "Athanasius", - "id" : "Athanasius" + "id" : "Athanasius", + "name" : "Athanasius" }, { - "id" : "Adam Russell", "name" : "Adam Russell", "data" : [ [ @@ -391,9 +387,11 @@ "Perl 5", 37 ] - ] + ], + "id" : "Adam Russell" }, { + "name" : "Arne Sommer", "data" : [ [ "Perl 6", @@ -404,7 +402,6 @@ 17 ] ], - "name" : "Arne Sommer", "id" : "Arne Sommer" }, { @@ -418,39 +415,44 @@ 14 ] ], - "name" : "E. Choroba", - "id" : "E. Choroba" + "id" : "E. Choroba", + "name" : "E. Choroba" }, { + "name" : "Francis Whittle", "data" : [ - [ - "Blog", - 8 - ], [ "Perl 6", 33 + ], + [ + "Blog", + 8 ] ], - "id" : "Francis Whittle", - "name" : "Francis Whittle" + "id" : "Francis Whittle" }, { - "id" : "Kian-Meng Ang", - "name" : "Kian-Meng Ang", "data" : [ - [ - "Blog", - 11 - ], [ "Perl 5", 29 + ], + [ + "Blog", + 11 ] - ] + ], + "id" : "Kian-Meng Ang", + "name" : "Kian-Meng Ang" }, { + "name" : "Simon Proctor", "data" : [ + [ + "Blog", + 7 + ], [ "Perl 5", 4 @@ -458,23 +460,13 @@ [ "Perl 6", 29 - ], - [ - "Blog", - 7 ] ], - "name" : "Simon Proctor", "id" : "Simon Proctor" }, { - "name" : "Dave Jacoby", "id" : "Dave Jacoby", "data" : [ - [ - "Blog", - 15 - ], [ "Perl 6", 1 @@ -482,22 +474,26 @@ [ "Perl 5", 21 + ], + [ + "Blog", + 15 ] - ] + ], + "name" : "Dave Jacoby" }, { "name" : "Andrezgz", - "id" : "Andrezgz", "data" : [ [ "Perl 5", 34 ] - ] + ], + "id" : "Andrezgz" }, { "id" : "Feng Chang", - "name" : "Feng Chang", "data" : [ [ "Perl 5", @@ -507,11 +503,11 @@ "Perl 6", 17 ] - ] + ], + "name" : "Feng Chang" }, { "id" : "Gustavo Chaves", - "name" : "Gustavo Chaves", "data" : [ [ "Perl 5", @@ -521,25 +517,26 @@ "Blog", 4 ] - ] + ], + "name" : "Gustavo Chaves" }, { "data" : [ - [ - "Perl 5", - 20 - ], [ "Blog", 12 + ], + [ + "Perl 5", + 20 ] ], - "name" : "Yozen Hernandez", - "id" : "Yozen Hernandez" + "id" : "Yozen Hernandez", + "name" : "Yozen Hernandez" }, { - "id" : "Daniel Mantovani", "name" : "Daniel Mantovani", + "id" : "Daniel Mantovani", "data" : [ [ "Perl 5", @@ -548,18 +545,17 @@ ] }, { + "name" : "Duncan C. White", "data" : [ [ "Perl 5", 28 ] ], - "id" : "Duncan C. White", - "name" : "Duncan C. White" + "id" : "Duncan C. White" }, { "id" : "Steven Wilson", - "name" : "Steven Wilson", "data" : [ [ "Blog", @@ -569,11 +565,12 @@ "Perl 5", 25 ] - ] + ], + "name" : "Steven Wilson" }, { - "id" : "Jo Christian Oterhals", "name" : "Jo Christian Oterhals", + "id" : "Jo Christian Oterhals", "data" : [ [ "Perl 5", @@ -590,18 +587,18 @@ ] }, { - "id" : "Dr James A. Smith", "name" : "Dr James A. Smith", "data" : [ - [ - "Perl 5", - 12 - ], [ "Perl 6", 10 + ], + [ + "Perl 5", + 12 ] - ] + ], + "id" : "Dr James A. Smith" }, { "data" : [ @@ -610,54 +607,53 @@ 18 ] ], - "name" : "Ozzy", - "id" : "Ozzy" + "id" : "Ozzy", + "name" : "Ozzy" }, { - "id" : "Guillermo Ramos", - "name" : "Guillermo Ramos", + "name" : "Veesh Goldman", + "id" : "Veesh Goldman", "data" : [ + [ + "Blog", + 2 + ], + [ + "Perl 6", + 2 + ], [ "Perl 5", - 17 + 14 ] ] }, { + "name" : "Guillermo Ramos", "data" : [ [ "Perl 5", - 14 - ], - [ - "Blog", - 2 - ], - [ - "Perl 6", - 1 + 17 ] ], - "id" : "Veesh Goldman", - "name" : "Veesh Goldman" + "id" : "Guillermo Ramos" }, { + "name" : "Mark Senn", "data" : [ - [ - "Perl 6", - 12 - ], [ "Blog", 4 + ], + [ + "Perl 6", + 12 ] ], - "name" : "Mark Senn", "id" : "Mark Senn" }, { "id" : "Nick Logan", - "name" : "Nick Logan", "data" : [ [ "Perl 5", @@ -667,7 +663,8 @@ "Perl 6", 8 ] - ] + ], + "name" : "Nick Logan" }, { "data" : [ @@ -680,6 +677,7 @@ "name" : "Kevin Colyer" }, { + "name" : "Lars Balker", "data" : [ [ "Perl 5", @@ -690,41 +688,40 @@ 4 ] ], - "name" : "Lars Balker", "id" : "Lars Balker" }, { + "name" : "Lubos Kolouch", "data" : [ [ "Perl 5", 13 ] ], - "id" : "Lubos Kolouch", - "name" : "Lubos Kolouch" + "id" : "Lubos Kolouch" }, { + "id" : "Roger Bell West", "data" : [ - [ - "Blog", - 3 - ], [ "Perl 5", 10 + ], + [ + "Blog", + 3 ] ], - "id" : "Roger Bell West", "name" : "Roger Bell West" }, { + "id" : "Maxim Nechaev", "data" : [ [ "Perl 5", 12 ] ], - "id" : "Maxim Nechaev", "name" : "Maxim Nechaev" }, { @@ -738,38 +735,38 @@ "name" : "Alicia Bielsa" }, { - "id" : "Doug Schrag", - "name" : "Doug Schrag", "data" : [ [ "Perl 6", 10 ] - ] + ], + "id" : "Doug Schrag", + "name" : "Doug Schrag" }, { "id" : "Jaime Corchado", - "name" : "Jaime Corchado", "data" : [ [ "Perl 5", 10 ] - ] + ], + "name" : "Jaime Corchado" }, { + "name" : "Noud", + "id" : "Noud", "data" : [ [ "Perl 6", 10 ] - ], - "name" : "Noud", - "id" : "Noud" + ] }, { - "id" : "Duane Powell", "name" : "Duane Powell", + "id" : "Duane Powell", "data" : [ [ "Perl 5", @@ -779,7 +776,6 @@ }, { "name" : "Neil Bowers", - "id" : "Neil Bowers", "data" : [ [ "Perl 5", @@ -789,34 +785,40 @@ "Blog", 3 ] - ] + ], + "id" : "Neil Bowers" }, { - "id" : "Robert Gratza", - "name" : "Robert Gratza", "data" : [ - [ - "Perl 6", - 6 - ], [ "Perl 5", 2 + ], + [ + "Perl 6", + 6 ] - ] + ], + "id" : "Robert Gratza", + "name" : "Robert Gratza" }, { - "name" : "John Barrett", - "id" : "John Barrett", "data" : [ [ "Perl 5", 7 ] - ] + ], + "id" : "John Barrett", + "name" : "John Barrett" }, { + "name" : "Khalid", "data" : [ + [ + "Perl 6", + 2 + ], [ "Perl 5", 4 @@ -824,26 +826,22 @@ [ "Blog", 1 - ], - [ - "Perl 6", - 2 ] ], - "name" : "Khalid", "id" : "Khalid" }, { + "name" : "Aaron Sherman", + "id" : "Aaron Sherman", "data" : [ [ "Perl 6", 6 ] - ], - "name" : "Aaron Sherman", - "id" : "Aaron Sherman" + ] }, { + "id" : "Donald Hunter", "data" : [ [ "Perl 6", @@ -854,22 +852,21 @@ 3 ] ], - "name" : "Donald Hunter", - "id" : "Donald Hunter" + "name" : "Donald Hunter" }, { + "name" : "Kivanc Yazan", "data" : [ [ "Perl 5", 6 ] ], - "name" : "Kivanc Yazan", "id" : "Kivanc Yazan" }, { - "id" : "Maxim Kolodyazhny", "name" : "Maxim Kolodyazhny", + "id" : "Maxim Kolodyazhny", "data" : [ [ "Perl 5", @@ -878,16 +875,16 @@ ] }, { - "id" : "Philippe Bruhat", "name" : "Philippe Bruhat", + "id" : "Philippe Bruhat", "data" : [ - [ - "Blog", - 2 - ], [ "Perl 5", 4 + ], + [ + "Blog", + 2 ] ] }, @@ -902,26 +899,27 @@ "name" : "Sergio Iglesias" }, { + "id" : "Arpad Toth", "data" : [ [ "Perl 5", 5 ] ], - "id" : "Arpad Toth", "name" : "Arpad Toth" }, { + "name" : "Pete Houston", + "id" : "Pete Houston", "data" : [ [ "Perl 5", 5 ] - ], - "name" : "Pete Houston", - "id" : "Pete Houston" + ] }, { + "id" : "Steve Rogerson", "data" : [ [ "Perl 5", @@ -932,8 +930,7 @@ 2 ] ], - "name" : "Steve Rogerson", - "id" : "Steve Rogerson" + "name" : "Steve Rogerson" }, { "data" : [ @@ -946,5 +943,8 @@ "name" : "Walt Mankowski" } ] + }, + "subtitle" : { + "text" : "Click the columns to drilldown the score breakdown. Last updated at 2019-07-28 20:33:05 GMT" } } diff --git a/stats/pwc-summary-1-30.json b/stats/pwc-summary-1-30.json index 3425171361..fe7d811b04 100644 --- a/stats/pwc-summary-1-30.json +++ b/stats/pwc-summary-1-30.json @@ -1,21 +1,6 @@ { - "chart" : { - "type" : "column" - }, "subtitle" : { - "text" : "[Champions: 30] Last updated at 2019-07-28 11:07:41 GMT" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "{series.name}: {point.y}
" + "text" : "[Champions: 30] Last updated at 2019-07-28 20:33:00 GMT" }, "xAxis" : { "categories" : [ @@ -51,9 +36,13 @@ "Feng Chang" ] }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "series" : [ { - "name" : "Perl 5", "data" : [ 0, 2, @@ -85,7 +74,8 @@ 28, 2, 15 - ] + ], + "name" : "Perl 5" }, { "name" : "Perl 6", @@ -158,10 +148,20 @@ "name" : "Blog" } ], + "chart" : { + "type" : "column" + }, "yAxis" : { - "min" : 0, "title" : { "text" : "" - } + }, + "min" : 0 + }, + "title" : { + "text" : "Perl Weekly Challenge - 2019" + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "{series.name}: {point.y}
" } } diff --git a/stats/pwc-summary-31-60.json b/stats/pwc-summary-31-60.json index 4f63becf93..f2d24508cf 100644 --- a/stats/pwc-summary-31-60.json +++ b/stats/pwc-summary-31-60.json @@ -1,9 +1,49 @@ { + "xAxis" : { + "categories" : [ + "Finley", + "Francis Whittle", + "Fred Zinn", + "Freddie B", + "Guillermo Ramos", + "Gustavo Chaves", + "Jacques Guinnebault", + "Jaime Corchado", + "Jaldhar H. Vyas", + "Dr James A. Smith", + "Jeff", + "Jeremy Carman", + "Jim Bacon", + "JJ Merelo", + "Jo Christian Oterhals", + "Joe Tym", + "Joelle Maslak", + "John Barrett", + "Juan Caballero", + "Kevin Colyer", + "Khalid", + "Kian-Meng Ang", + "Kivanc Yazan", + "Lars Balker", + "Laurent Rosenfeld", + "Lubos Kolouch", + "Magnus Woldrich", + "Mano Chandar", + "Mark Anderson", + "Mark Senn" + ] + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "subtitle" : { - "text" : "[Champions: 30] Last updated at 2019-07-28 11:07:41 GMT" + "text" : "[Champions: 30] Last updated at 2019-07-28 20:33:00 GMT" }, - "chart" : { - "type" : "column" + "tooltip" : { + "shared" : 1, + "pointFormat" : "{series.name}: {point.y}
" }, "series" : [ { @@ -42,6 +82,7 @@ "name" : "Perl 5" }, { + "name" : "Perl 6", "data" : [ 4, 33, @@ -73,8 +114,7 @@ 0, 0, 12 - ], - "name" : "Perl 6" + ] }, { "data" : [ @@ -112,56 +152,16 @@ "name" : "Blog" } ], + "title" : { + "text" : "Perl Weekly Challenge - 2019" + }, "yAxis" : { + "min" : 0, "title" : { "text" : "" - }, - "min" : 0 - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" } }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" - }, - "tooltip" : { - "pointFormat" : "{series.name}: {point.y}
", - "shared" : 1 - }, - "xAxis" : { - "categories" : [ - "Finley", - "Francis Whittle", - "Fred Zinn", - "Freddie B", - "Guillermo Ramos", - "Gustavo Chaves", - "Jacques Guinnebault", - "Jaime Corchado", - "Jaldhar H. Vyas", - "Dr James A. Smith", - "Jeff", - "Jeremy Carman", - "Jim Bacon", - "JJ Merelo", - "Jo Christian Oterhals", - "Joe Tym", - "Joelle Maslak", - "John Barrett", - "Juan Caballero", - "Kevin Colyer", - "Khalid", - "Kian-Meng Ang", - "Kivanc Yazan", - "Lars Balker", - "Laurent Rosenfeld", - "Lubos Kolouch", - "Magnus Woldrich", - "Mano Chandar", - "Mark Anderson", - "Mark Senn" - ] + "chart" : { + "type" : "column" } } diff --git a/stats/pwc-summary-61-90.json b/stats/pwc-summary-61-90.json index dd385b546f..fef7795e44 100644 --- a/stats/pwc-summary-61-90.json +++ b/stats/pwc-summary-61-90.json @@ -1,6 +1,10 @@ { + "title" : { + "text" : "Perl Weekly Challenge - 2019" + }, "series" : [ { + "name" : "Perl 5", "data" : [ 0, 0, @@ -32,10 +36,10 @@ 6, 2, 0 - ], - "name" : "Perl 5" + ] }, { + "name" : "Perl 6", "data" : [ 2, 2, @@ -67,8 +71,7 @@ 0, 0, 0 - ], - "name" : "Perl 6" + ] }, { "data" : [ @@ -112,6 +115,16 @@ "text" : "" } }, + "chart" : { + "type" : "column" + }, + "tooltip" : { + "pointFormat" : "{series.name}: {point.y}
", + "shared" : 1 + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2019-07-28 20:33:00 GMT" + }, "xAxis" : { "categories" : [ "Martin Barth", @@ -146,22 +159,9 @@ "Shaun Pearce" ] }, - "tooltip" : { - "pointFormat" : "{series.name}: {point.y}
", - "shared" : 1 - }, "plotOptions" : { "column" : { "stacking" : "percent" } - }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2019-07-28 11:07:41 GMT" - }, - "chart" : { -