From a3300e38c96736d731829259bc97eef7770b89b1 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 1 Jul 2019 18:50:29 +0100 Subject: - Added solutions by Dave Jacoby. --- stats/pwc-current.json | 103 +++--- stats/pwc-language-breakdown-summary.json | 66 ++-- stats/pwc-language-breakdown.json | 258 +++++++-------- stats/pwc-leaders.json | 534 +++++++++++++++--------------- stats/pwc-summary-1-30.json | 108 +++--- stats/pwc-summary-31-60.json | 46 +-- stats/pwc-summary-61-90.json | 46 +-- stats/pwc-summary-91-120.json | 32 +- stats/pwc-summary.json | 256 +++++++------- 9 files changed, 734 insertions(+), 715 deletions(-) diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 6727f762be..ad2e7a562a 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,28 +1,56 @@ { + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "series" : [ + { + "data" : [ + { + "y" : 3, + "name" : "Dave Jacoby", + "drilldown" : "Dave Jacoby" + }, + { + "name" : "Roger Bell West", + "drilldown" : "Roger Bell West", + "y" : 2 + }, + { + "y" : 2, + "name" : "Walt Mankowski", + "drilldown" : "Walt Mankowski" + } + ], + "name" : "Perl Weekly Challenge - 015", + "colorByPoint" : 1 + } + ], "tooltip" : { "pointFormat" : "{point.name}: {point.y:f}
", "headerFormat" : "{series.name}
", "followPointer" : 1 }, - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - } - } - }, - "title" : { - "text" : "Perl Weekly Challenge - 015" - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } + "chart" : { + "type" : "column" }, "drilldown" : { "series" : [ + { + "id" : "Dave Jacoby", + "data" : [ + [ + "Perl 5", + 2 + ], + [ + "Blog", + 1 + ] + ], + "name" : "Dave Jacoby" + }, { "data" : [ [ @@ -34,45 +62,36 @@ "id" : "Roger Bell West" }, { + "name" : "Walt Mankowski", "data" : [ [ "Perl 5", 2 ] ], - "id" : "Walt Mankowski", - "name" : "Walt Mankowski" + "id" : "Walt Mankowski" } ] }, - "chart" : { - "type" : "column" + "xAxis" : { + "type" : "category" + }, + "subtitle" : { + "text" : "[Champions: 3] Last updated at 2019-07-01 17:50:16 GMT" }, - "series" : [ - { - "name" : "Perl Weekly Challenge - 015", - "colorByPoint" : 1, - "data" : [ - { - "name" : "Roger Bell West", - "y" : 2, - "drilldown" : "Roger Bell West" - }, - { - "drilldown" : "Walt Mankowski", - "y" : 2, - "name" : "Walt Mankowski" - } - ] - } - ], "legend" : { "enabled" : 0 }, - "subtitle" : { - "text" : "[Champions: 2] Last updated at 2019-07-01 17:47:16 GMT" + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + } + } }, - "xAxis" : { - "type" : "category" + "title" : { + "text" : "Perl Weekly Challenge - 015" } } diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index b321801445..e1b93b7359 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,63 +1,63 @@ { - "title" : { - "text" : "Perl Weekly Challenge Contributions - 2019" - }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, - "subtitle" : { - "text" : "Last updated at 2019-07-01 17:47:24 GMT" - }, "xAxis" : { + "type" : "category", "labels" : { "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" } - }, - "type" : "category" + } }, "legend" : { "enabled" : "false" }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions - 2019" }, "series" : [ { - "dataLabels" : { - "rotation" : -90, - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "format" : "{point.y:.0f}", - "align" : "right", - "enabled" : "true", - "y" : 10, - "color" : "#FFFFFF" - }, "data" : [ [ "Blog", - 131 + 132 ], [ "Perl 5", - 589 + 591 ], [ "Perl 6", 339 ] ], - "name" : "Contributions" + "name" : "Contributions", + "dataLabels" : { + "align" : "right", + "format" : "{point.y:.0f}", + "color" : "#FFFFFF", + "rotation" : -90, + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "enabled" : "true", + "y" : 10 + } } ], "chart" : { "type" : "column" + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, + "subtitle" : { + "text" : "Last updated at 2019-07-01 17:50:23 GMT" } } diff --git a/stats/pwc-language-breakdown.json b/stats/pwc-language-breakdown.json index 574905712d..6cbd7957f4 100644 --- a/stats/pwc-language-breakdown.json +++ b/stats/pwc-language-breakdown.json @@ -1,110 +1,13 @@ { - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - } - } + "title" : { + "text" : "Perl Weekly Challenge Language" }, - "series" : [ - { - "name" : "Perl Weekly Challenge Languages", - "colorByPoint" : "true", - "data" : [ - { - "drilldown" : "001", - "y" : 123, - "name" : "#001" - }, - { - "y" : 104, - "name" : "#002", - "drilldown" : "002" - }, - { - "drilldown" : "003", - "y" : 66, - "name" : "#003" - }, - { - "y" : 84, - "name" : "#004", - "drilldown" : "004" - }, - { - "y" : 66, - "name" : "#005", - "drilldown" : "005" - }, - { - "y" : 47, - "name" : "#006", - "drilldown" : "006" - }, - { - "name" : "#007", - "y" : 54, - "drilldown" : "007" - }, - { - "name" : "#008", - "y" : 67, - "drilldown" : "008" - }, - { - "drilldown" : "009", - "name" : "#009", - "y" : 62 - }, - { - "drilldown" : "010", - "y" : 58, - "name" : "#010" - }, - { - "drilldown" : "011", - "y" : 75, - "name" : "#011" - }, - { - "name" : "#012", - "y" : 81, - "drilldown" : "012" - }, - { - "drilldown" : "013", - "name" : "#013", - "y" : 74 - }, - { - "name" : "#014", - "y" : 94, - "drilldown" : "014" - }, - { - "y" : 4, - "name" : "#015", - "drilldown" : "015" - } - ] - } - ], - "chart" : { - "type" : "column" + "xAxis" : { + "type" : "category" }, "legend" : { "enabled" : "false" }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "xAxis" : { - "type" : "category" - }, "drilldown" : { "series" : [ { @@ -126,8 +29,8 @@ ] }, { - "id" : "002", "name" : "002", + "id" : "002", "data" : [ [ "Perl 5", @@ -144,8 +47,8 @@ ] }, { - "id" : "003", "name" : "003", + "id" : "003", "data" : [ [ "Perl 5", @@ -162,6 +65,7 @@ ] }, { + "id" : "004", "data" : [ [ "Perl 5", @@ -176,11 +80,9 @@ 9 ] ], - "id" : "004", "name" : "004" }, { - "name" : "005", "id" : "005", "data" : [ [ @@ -195,7 +97,8 @@ "Blog", 11 ] - ] + ], + "name" : "005" }, { "name" : "006", @@ -216,6 +119,7 @@ ] }, { + "id" : "007", "data" : [ [ "Perl 5", @@ -230,8 +134,7 @@ 8 ] ], - "name" : "007", - "id" : "007" + "name" : "007" }, { "data" : [ @@ -252,6 +155,7 @@ "name" : "008" }, { + "id" : "009", "data" : [ [ "Perl 5", @@ -266,10 +170,11 @@ 11 ] ], - "name" : "009", - "id" : "009" + "name" : "009" }, { + "name" : "010", + "id" : "010", "data" : [ [ "Perl 5", @@ -283,12 +188,9 @@ "Blog", 9 ] - ], - "name" : "010", - "id" : "010" + ] }, { - "name" : "011", "id" : "011", "data" : [ [ @@ -303,9 +205,11 @@ "Blog", 8 ] - ] + ], + "name" : "011" }, { + "id" : "012", "data" : [ [ "Perl 5", @@ -320,11 +224,9 @@ 9 ] ], - "id" : "012", "name" : "012" }, { - "id" : "013", "name" : "013", "data" : [ [ @@ -339,10 +241,10 @@ "Blog", 11 ] - ] + ], + "id" : "013" }, { - "id" : "014", "name" : "014", "data" : [ [ @@ -357,15 +259,15 @@ "Blog", 13 ] - ] + ], + "id" : "014" }, { - "name" : "015", "id" : "015", "data" : [ [ "Perl 5", - 4 + 6 ], [ "Perl 6", @@ -373,21 +275,119 @@ ], [ "Blog", - 0 + 1 ] - ] + ], + "name" : "015" } ] }, - "subtitle" : { - "text" : "Click the columns to drilldown the language breakdown. Last updated at 2019-07-01 17:47:24 GMT" - }, "tooltip" : { "headerFormat" : "", "followPointer" : "true", "pointFormat" : "Challenge {point.name}: {point.y:f}
" }, - "title" : { - "text" : "Perl Weekly Challenge Language" + "chart" : { + "type" : "column" + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "subtitle" : { + "text" : "Click the columns to drilldown the language breakdown. Last updated at 2019-07-01 17:50:23 GMT" + }, + "series" : [ + { + "colorByPoint" : "true", + "name" : "Perl Weekly Challenge Languages", + "data" : [ + { + "drilldown" : "001", + "y" : 123, + "name" : "#001" + }, + { + "drilldown" : "002", + "y" : 104, + "name" : "#002" + }, + { + "name" : "#003", + "drilldown" : "003", + "y" : 66 + }, + { + "name" : "#004", + "y" : 84, + "drilldown" : "004" + }, + { + "name" : "#005", + "drilldown" : "005", + "y" : 66 + }, + { + "y" : 47, + "drilldown" : "006", + "name" : "#006" + }, + { + "name" : "#007", + "y" : 54, + "drilldown" : "007" + }, + { + "y" : 67, + "drilldown" : "008", + "name" : "#008" + }, + { + "drilldown" : "009", + "y" : 62, + "name" : "#009" + }, + { + "name" : "#010", + "y" : 58, + "drilldown" : "010" + }, + { + "drilldown" : "011", + "y" : 75, + "name" : "#011" + }, + { + "name" : "#012", + "drilldown" : "012", + "y" : 81 + }, + { + "name" : "#013", + "y" : 74, + "drilldown" : "013" + }, + { + "name" : "#014", + "drilldown" : "014", + "y" : 94 + }, + { + "name" : "#015", + "y" : 7, + "drilldown" : "015" + } + ] + } + ], + "plotOptions" : { + "series" : { + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + }, + "borderWidth" : 0 + } } } diff --git a/stats/pwc-leaders.json b/stats/pwc-leaders.json index 3e3461a5b2..1afa645d1f 100644 --- a/stats/pwc-leaders.json +++ b/stats/pwc-leaders.json @@ -1,43 +1,54 @@ { - "chart" : { - "type" : "column" + "subtitle" : { + "text" : "Click the columns to drilldown the score breakdown. Last updated at 2019-07-01 17:50:20 GMT" }, "tooltip" : { - "headerFormat" : "", "pointFormat" : "{point.name}: {point.y:f}
", + "headerFormat" : "", "followPointer" : "true" }, + "legend" : { + "enabled" : "false" + }, + "xAxis" : { + "type" : "category" + }, + "chart" : { + "type" : "column" + }, "plotOptions" : { "series" : { "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 + "enabled" : 1, + "format" : "{point.y}" }, "borderWidth" : 0 } }, + "title" : { + "text" : "Perl Weekly Challenge Leaders (TOP 50)" + }, "drilldown" : { "series" : [ { - "name" : "Joelle Maslak", "data" : [ [ "Perl 6", 35 ], - [ - "Perl 5", - 35 - ], [ "Blog", 4 + ], + [ + "Perl 5", + 35 ] ], - "id" : "Joelle Maslak" + "id" : "Joelle Maslak", + "name" : "Joelle Maslak" }, { - "name" : "Laurent Rosenfeld", "data" : [ [ "Blog", @@ -52,55 +63,57 @@ 27 ] ], - "id" : "Laurent Rosenfeld" + "id" : "Laurent Rosenfeld", + "name" : "Laurent Rosenfeld" }, { - "id" : "Jaldhar H. Vyas", "data" : [ - [ - "Blog", - 2 - ], [ "Perl 6", 28 ], + [ + "Blog", + 2 + ], [ "Perl 5", 28 ] ], + "id" : "Jaldhar H. Vyas", "name" : "Jaldhar H. Vyas" }, { - "id" : "Ruben Westerberg", "data" : [ [ - "Perl 5", + "Perl 6", 25 ], [ - "Perl 6", + "Perl 5", 25 ] ], - "name" : "Ruben Westerberg" + "name" : "Ruben Westerberg", + "id" : "Ruben Westerberg" }, { - "id" : "Adam Russell", "data" : [ - [ - "Blog", - 14 - ], [ "Perl 5", 28 + ], + [ + "Blog", + 14 ] ], + "id" : "Adam Russell", "name" : "Adam Russell" }, { + "name" : "Arne Sommer", "id" : "Arne Sommer", "data" : [ [ @@ -111,10 +124,11 @@ "Perl 6", 25 ] - ], - "name" : "Arne Sommer" + ] }, { + "id" : "Athanasius", + "name" : "Athanasius", "data" : [ [ "Perl 6", @@ -128,11 +142,11 @@ "Blog", 2 ] - ], - "name" : "Athanasius", - "id" : "Athanasius" + ] }, { + "id" : "Kian-Meng Ang", + "name" : "Kian-Meng Ang", "data" : [ [ "Blog", @@ -142,27 +156,43 @@ "Perl 5", 24 ] - ], - "name" : "Kian-Meng Ang", - "id" : "Kian-Meng Ang" + ] }, { + "name" : "Simon Proctor", "id" : "Simon Proctor", "data" : [ [ "Perl 5", 4 ], + [ + "Blog", + 7 + ], [ "Perl 6", 24 - ], + ] + ] + }, + { + "data" : [ [ "Blog", - 7 + 14 + ], + [ + "Perl 5", + 17 + ], + [ + "Perl 6", + 1 ] ], - "name" : "Simon Proctor" + "name" : "Dave Jacoby", + "id" : "Dave Jacoby" }, { "id" : "Francis Whittle", @@ -193,49 +223,30 @@ ] }, { - "id" : "Dave Jacoby", + "name" : "Gustavo Chaves", + "id" : "Gustavo Chaves", "data" : [ [ "Perl 5", - 15 - ], - [ - "Perl 6", - 1 + 25 ], - [ - "Blog", - 13 - ] - ], - "name" : "Dave Jacoby" - }, - { - "data" : [ [ "Blog", 4 - ], - [ - "Perl 5", - 25 ] - ], - "name" : "Gustavo Chaves", - "id" : "Gustavo Chaves" + ] }, { - "name" : "Andrezgz", "data" : [ [ "Perl 5", 27 ] ], - "id" : "Andrezgz" + "id" : "Andrezgz", + "name" : "Andrezgz" }, { - "id" : "Jo Christian Oterhals", "data" : [ [ "Blog", @@ -250,20 +261,20 @@ 12 ] ], - "name" : "Jo Christian Oterhals" + "name" : "Jo Christian Oterhals", + "id" : "Jo Christian Oterhals" }, { - "name" : "Daniel Mantovani", "data" : [ [ "Perl 5", 22 ] ], - "id" : "Daniel Mantovani" + "id" : "Daniel Mantovani", + "name" : "Daniel Mantovani" }, { - "name" : "Dr James A. Smith", "data" : [ [ "Perl 6", @@ -274,20 +285,20 @@ 12 ] ], + "name" : "Dr James A. Smith", "id" : "Dr James A. Smith" }, { "id" : "Duncan C. White", + "name" : "Duncan C. White", "data" : [ [ "Perl 5", 22 ] - ], - "name" : "Duncan C. White" + ] }, { - "name" : "Yozen Hernandez", "data" : [ [ "Perl 5", @@ -298,37 +309,39 @@ 6 ] ], + "name" : "Yozen Hernandez", "id" : "Yozen Hernandez" }, { + "name" : "Steven Wilson", "id" : "Steven Wilson", "data" : [ - [ - "Blog", - 2 - ], [ "Perl 5", 17 + ], + [ + "Blog", + 2 ] - ], - "name" : "Steven Wilson" + ] }, { "data" : [ [ - "Perl 5", + "Perl 6", 9 ], [ - "Perl 6", + "Perl 5", 9 ] ], - "name" : "Feng Chang", - "id" : "Feng Chang" + "id" : "Feng Chang", + "name" : "Feng Chang" }, { + "id" : "Mark Senn", "name" : "Mark Senn", "data" : [ [ @@ -339,35 +352,35 @@ "Perl 6", 12 ] - ], - "id" : "Mark Senn" + ] }, { - "name" : "Nick Logan", "data" : [ [ - "Perl 6", + "Perl 5", 8 ], [ - "Perl 5", + "Perl 6", 8 ] ], + "name" : "Nick Logan", "id" : "Nick Logan" }, { + "id" : "Guillermo Ramos", + "name" : "Guillermo Ramos", "data" : [ [ "Perl 5", 14 ] - ], - "name" : "Guillermo Ramos", - "id" : "Guillermo Ramos" + ] }, { "name" : "Lars Balker", + "id" : "Lars Balker", "data" : [ [ "Perl 5", @@ -377,28 +390,27 @@ "Perl 6", 4 ] - ], - "id" : "Lars Balker" + ] }, { + "name" : "Ozzy", + "id" : "Ozzy", "data" : [ [ "Perl 6", 13 ] - ], - "name" : "Ozzy", - "id" : "Ozzy" + ] }, { - "id" : "Maxim Nechaev", - "name" : "Maxim Nechaev", "data" : [ [ "Perl 5", 12 ] - ] + ], + "name" : "Maxim Nechaev", + "id" : "Maxim Nechaev" }, { "id" : "Alicia Bielsa", @@ -411,63 +423,67 @@ ] }, { - "name" : "Doug Schrag", "data" : [ [ "Perl 6", 10 ] ], - "id" : "Doug Schrag" + "id" : "Doug Schrag", + "name" : "Doug Schrag" }, { - "id" : "Jaime Corchado", - "name" : "Jaime Corchado", "data" : [ [ "Perl 5", 8 ] - ] + ], + "name" : "Jaime Corchado", + "id" : "Jaime Corchado" }, { - "name" : "Kevin Colyer", "data" : [ [ "Perl 6", 8 ] ], - "id" : "Kevin Colyer" + "id" : "Kevin Colyer", + "name" : "Kevin Colyer" }, { + "name" : "Robert Gratza", "id" : "Robert Gratza", "data" : [ - [ - "Perl 6", - 6 - ], [ "Perl 5", 2 + ], + [ + "Perl 6", + 6 ] - ], - "name" : "Robert Gratza" + ] }, { "name" : "John Barrett", + "id" : "John Barrett", "data" : [ [ "Perl 5", 7 ] - ], - "id" : "John Barrett" + ] }, { "id" : "Khalid", "name" : "Khalid", "data" : [ + [ + "Perl 6", + 2 + ], [ "Blog", 1 @@ -475,50 +491,46 @@ [ "Perl 5", 4 - ], - [ - "Perl 6", - 2 ] ] }, { + "id" : "Neil Bowers", + "name" : "Neil Bowers", "data" : [ - [ - "Perl 5", - 5 - ], [ "Blog", 2 + ], + [ + "Perl 5", + 5 ] - ], - "name" : "Neil Bowers", - "id" : "Neil Bowers" + ] }, { - "id" : "Aaron Sherman", "data" : [ [ "Perl 6", 6 ] ], - "name" : "Aaron Sherman" + "name" : "Aaron Sherman", + "id" : "Aaron Sherman" }, { + "name" : "Donald Hunter", + "id" : "Donald Hunter", "data" : [ [ - "Perl 6", + "Blog", 3 ], [ - "Blog", + "Perl 6", 3 ] - ], - "name" : "Donald Hunter", - "id" : "Donald Hunter" + ] }, { "data" : [ @@ -537,144 +549,132 @@ 6 ] ], - "name" : "Maxim Kolodyazhny", - "id" : "Maxim Kolodyazhny" + "id" : "Maxim Kolodyazhny", + "name" : "Maxim Kolodyazhny" }, { + "name" : "Philippe Bruhat", + "id" : "Philippe Bruhat", "data" : [ - [ - "Blog", - 2 - ], [ "Perl 5", 4 + ], + [ + "Blog", + 2 ] - ], - "name" : "Philippe Bruhat", - "id" : "Philippe Bruhat" + ] }, { + "name" : "Sergio Iglesias", "id" : "Sergio Iglesias", "data" : [ [ "Perl 5", 6 ] - ], - "name" : "Sergio Iglesias" + ] }, { - "id" : "Arpad Toth", - "name" : "Arpad Toth", "data" : [ [ "Perl 5", 5 ] - ] + ], + "name" : "Arpad Toth", + "id" : "Arpad Toth" }, { "name" : "Lubos Kolouch", + "id" : "Lubos Kolouch", "data" : [ [ "Perl 5", 5 ] - ], - "id" : "Lubos Kolouch" + ] }, { + "id" : "Pete Houston", + "name" : "Pete Houston", "data" : [ [ "Perl 5", 5 ] - ], - "name" : "Pete Houston", - "id" : "Pete Houston" + ] }, { + "name" : "Steve Rogerson", "id" : "Steve Rogerson", "data" : [ - [ - "Perl 6", - 2 - ], [ "Perl 5", 3 + ], + [ + "Perl 6", + 2 ] - ], - "name" : "Steve Rogerson" + ] }, { - "id" : "Veesh Goldman", - "name" : "Veesh Goldman", "data" : [ [ "Perl 5", 5 ] - ] + ], + "id" : "Veesh Goldman", + "name" : "Veesh Goldman" }, { + "name" : "Walt Mankowski", + "id" : "Walt Mankowski", "data" : [ [ "Perl 5", 5 ] - ], - "name" : "Walt Mankowski", - "id" : "Walt Mankowski" + ] }, { - "id" : "Alex Daniel", - "name" : "Alex Daniel", "data" : [ [ "Perl 6", 4 ] - ] + ], + "name" : "Alex Daniel", + "id" : "Alex Daniel" }, { - "name" : "Bob Kleemann", "data" : [ [ "Perl 5", 4 ] ], - "id" : "Bob Kleemann" + "id" : "Bob Kleemann", + "name" : "Bob Kleemann" }, { + "id" : "Chenyf", + "name" : "Chenyf", "data" : [ [ "Perl 6", 4 ] - ], - "name" : "Chenyf", - "id" : "Chenyf" + ] } ] }, - "xAxis" : { - "type" : "category" - }, - "legend" : { - "enabled" : "false" - }, - "yAxis" : { - "title" : { - "text" : "Total Score" - } - }, "series" : [ { "colorByPoint" : "true", - "name" : "Perl Weekly Challenge Leaders", "data" : [ { "name" : "#1: Joelle Maslak", @@ -682,14 +682,14 @@ "y" : 148 }, { + "y" : 142, "name" : "#2: Laurent Rosenfeld", - "drilldown" : "Laurent Rosenfeld", - "y" : 142 + "drilldown" : "Laurent Rosenfeld" }, { + "y" : 116, "name" : "#3: Jaldhar H. Vyas", - "drilldown" : "Jaldhar H. Vyas", - "y" : 116 + "drilldown" : "Jaldhar H. Vyas" }, { "y" : 100, @@ -697,59 +697,59 @@ "drilldown" : "Ruben Westerberg" }, { - "y" : 84, "drilldown" : "Adam Russell", - "name" : "#5: Adam Russell" + "name" : "#5: Adam Russell", + "y" : 84 }, { - "y" : 76, "drilldown" : "Arne Sommer", - "name" : "#6: Arne Sommer" + "name" : "#6: Arne Sommer", + "y" : 76 }, { - "drilldown" : "Athanasius", "name" : "#7: Athanasius", + "drilldown" : "Athanasius", "y" : 76 }, { "y" : 70, - "name" : "#8: Kian-Meng Ang", - "drilldown" : "Kian-Meng Ang" + "drilldown" : "Kian-Meng Ang", + "name" : "#8: Kian-Meng Ang" }, { - "drilldown" : "Simon Proctor", + "y" : 70, "name" : "#9: Simon Proctor", - "y" : 70 + "drilldown" : "Simon Proctor" }, { - "name" : "#10: Francis Whittle", - "drilldown" : "Francis Whittle", - "y" : 62 + "y" : 64, + "name" : "#10: Dave Jacoby", + "drilldown" : "Dave Jacoby" }, { - "y" : 60, - "drilldown" : "E. Choroba", - "name" : "#11: E. Choroba" + "y" : 62, + "name" : "#11: Francis Whittle", + "drilldown" : "Francis Whittle" }, { - "drilldown" : "Dave Jacoby", - "name" : "#12: Dave Jacoby", - "y" : 58 + "name" : "#12: E. Choroba", + "drilldown" : "E. Choroba", + "y" : 60 }, { + "y" : 58, "name" : "#13: Gustavo Chaves", - "drilldown" : "Gustavo Chaves", - "y" : 58 + "drilldown" : "Gustavo Chaves" }, { - "name" : "#14: Andrezgz", "drilldown" : "Andrezgz", + "name" : "#14: Andrezgz", "y" : 54 }, { - "y" : 48, + "drilldown" : "Jo Christian Oterhals", "name" : "#15: Jo Christian Oterhals", - "drilldown" : "Jo Christian Oterhals" + "y" : 48 }, { "drilldown" : "Daniel Mantovani", @@ -757,29 +757,29 @@ "y" : 44 }, { - "y" : 44, "drilldown" : "Dr James A. Smith", - "name" : "#17: Dr James A. Smith" + "name" : "#17: Dr James A. Smith", + "y" : 44 }, { - "y" : 44, + "drilldown" : "Duncan C. White", "name" : "#18: Duncan C. White", - "drilldown" : "Duncan C. White" + "y" : 44 }, { "y" : 40, - "drilldown" : "Yozen Hernandez", - "name" : "#19: Yozen Hernandez" + "name" : "#19: Yozen Hernandez", + "drilldown" : "Yozen Hernandez" }, { - "name" : "#20: Steven Wilson", "drilldown" : "Steven Wilson", + "name" : "#20: Steven Wilson", "y" : 38 }, { - "y" : 36, + "name" : "#21: Feng Chang", "drilldown" : "Feng Chang", - "name" : "#21: Feng Chang" + "y" : 36 }, { "name" : "#22: Mark Senn", @@ -787,44 +787,44 @@ "y" : 32 }, { - "y" : 32, "drilldown" : "Nick Logan", - "name" : "#23: Nick Logan" + "name" : "#23: Nick Logan", + "y" : 32 }, { - "y" : 28, + "name" : "#24: Guillermo Ramos", "drilldown" : "Guillermo Ramos", - "name" : "#24: Guillermo Ramos" + "y" : 28 }, { "y" : 28, - "drilldown" : "Lars Balker", - "name" : "#25: Lars Balker" + "name" : "#25: Lars Balker", + "drilldown" : "Lars Balker" }, { - "name" : "#26: Ozzy", + "y" : 26, "drilldown" : "Ozzy", - "y" : 26 + "name" : "#26: Ozzy" }, { - "y" : 24, "drilldown" : "Maxim Nechaev", - "name" : "#27: Maxim Nechaev" + "name" : "#27: Maxim Nechaev", + "y" : 24 }, { - "drilldown" : "Alicia Bielsa", + "y" : 22, "name" : "#28: Alicia Bielsa", - "y" : 22 + "drilldown" : "Alicia Bielsa" }, { - "y" : 20, "name" : "#29: Doug Schrag", - "drilldown" : "Doug Schrag" + "drilldown" : "Doug Schrag", + "y" : 20 }, { - "drilldown" : "Jaime Corchado", + "y" : 16, "name" : "#30: Jaime Corchado", - "y" : 16 + "drilldown" : "Jaime Corchado" }, { "drilldown" : "Kevin Colyer", @@ -832,14 +832,14 @@ "y" : 16 }, { + "y" : 16, "drilldown" : "Robert Gratza", - "name" : "#32: Robert Gratza", - "y" : 16 + "name" : "#32: Robert Gratza" }, { - "name" : "#33: John Barrett", + "y" : 14, "drilldown" : "John Barrett", - "y" : 14 + "name" : "#33: John Barrett" }, { "name" : "#34: Khalid", @@ -847,24 +847,24 @@ "y" : 14 }, { - "y" : 14, + "drilldown" : "Neil Bowers", "name" : "#35: Neil Bowers", - "drilldown" : "Neil Bowers" + "y" : 14 }, { + "y" : 12, "name" : "#36: Aaron Sherman", - "drilldown" : "Aaron Sherman", - "y" : 12 + "drilldown" : "Aaron Sherman" }, { + "y" : 12, "drilldown" : "Donald Hunter", - "name" : "#37: Donald Hunter", - "y" : 12 + "name" : "#37: Donald Hunter" }, { - "drilldown" : "Kivanc Yazan", + "y" : 12, "name" : "#38: Kivanc Yazan", - "y" : 12 + "drilldown" : "Kivanc Yazan" }, { "drilldown" : "Maxim Kolodyazhny", @@ -877,62 +877,62 @@ "y" : 12 }, { - "y" : 12, "drilldown" : "Sergio Iglesias", - "name" : "#41: Sergio Iglesias" + "name" : "#41: Sergio Iglesias", + "y" : 12 }, { "y" : 10, - "name" : "#42: Arpad Toth", - "drilldown" : "Arpad Toth" + "drilldown" : "Arpad Toth", + "name" : "#42: Arpad Toth" }, { "y" : 10, - "drilldown" : "Lubos Kolouch", - "name" : "#43: Lubos Kolouch" + "name" : "#43: Lubos Kolouch", + "drilldown" : "Lubos Kolouch" }, { - "drilldown" : "Pete Houston", "name" : "#44: Pete Houston", + "drilldown" : "Pete Houston", "y" : 10 }, { - "name" : "#45: Steve Rogerson", "drilldown" : "Steve Rogerson", + "name" : "#45: Steve Rogerson", "y" : 10 }, { "y" : 10, - "name" : "#46: Veesh Goldman", - "drilldown" : "Veesh Goldman" + "drilldown" : "Veesh Goldman", + "name" : "#46: Veesh Goldman" }, { - "y" : 10, "name" : "#47: Walt Mankowski", - "drilldown" : "Walt Mankowski" + "drilldown" : "Walt Mankowski", + "y" : 10 }, { - "y" : 8, "drilldown" : "Alex Daniel", - "name" : "#48: Alex Daniel" + "name" : "#48: Alex Daniel", + "y" : 8 }, { - "y" : 8, "drilldown" : "Bob Kleemann", - "name" : "#49: Bob Kleemann" + "name" : "#49: Bob Kleemann", + "y" : 8 }, { - "name" : "#50: Chenyf", "drilldown" : "Chenyf", + "name" : "#50: Chenyf", "y" : 8 } - ] + ], + "name" : "Perl Weekly Challenge Leaders" } ], - "title" : { - "text" : "Perl Weekly Challenge Leaders (TOP 50)" - }, - "subtitle" : { - "text" : "Click the columns to drilldown the score breakdown. Last updated at 2019-07-01 17:47:19 GMT" + "yAxis" : { + "title" : { + "text" : "Total Score" + } } } diff --git a/stats/pwc-summary-1-30.json b/stats/pwc-summary-1-30.json index 438d180955..2a90f7638c 100644 --- a/stats/pwc-summary-1-30.json +++ b/stats/pwc-summary-1-30.json @@ -1,62 +1,28 @@ { - "xAxis" : { - "categories" : [ - "Aaron Sherman", - "Abigail", - "Adam Russell", - "Ailbhe Tweedie", - "Alex Daniel", - "Alexander Karelas", - "Alexey Melezhik", - "Alicia Bielsa", - "Andrezgz", - "Antonio Gamiz", - "Arne Sommer", - "Arpad Toth", - "Athanasius", - "Aubrey Quarcoo", - "Bill Palmer", - "Bob Kleemann", - "Clive Holloway", - "Daniel Mantovani", - "Daniel Mita", - "Dave Cross", - "Dave Jacoby", - "David Kayal", - "Denis Yurashku", - "Donald Hunter", - "Doug Schrag", - "Duane Powell", - "Duncan C. White", - "E. Choroba", - "Eddy HS", - "Feng Chang" - ] + "title" : { + "text" : "Perl Weekly Challenge - 2019" }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } + "tooltip" : { + "pointFormat" : "{series.name}: {point.y}
", + "shared" : 1 + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2019-07-01 17:50:16 GMT" }, "plotOptions" : { "column" : { "stacking" : "percent" } }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2019-07-01 17:47:16 GMT" - }, - "tooltip" : { - "pointFormat" : "{series.name}: {point.y}
", - "shared" : 1 + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 }, "chart" : { "type" : "column" }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" - }, "series" : [ { "data" : [ @@ -80,7 +46,7 @@ 22, 0, 2, - 15, + 17, 4, 0, 0, @@ -94,6 +60,7 @@ "name" : "Perl 5" }, { + "name" : "Perl 6", "data" : [ 6, 0, @@ -125,11 +92,9 @@ 0, 0, 9 - ], - "name" : "Perl 6" + ] }, { - "name" : "Blog", "data" : [ 0, 0, @@ -151,7 +116,7 @@ 0, 0, 1, - 13, + 14, 0, 0, 3, @@ -161,7 +126,42 @@ 10, 0, 0 - ] + ], + "name" : "Blog" } - ] + ], + "xAxis" : { + "categories" : [ + "Aaron Sherman", + "Abigail", + "Adam Russell", + "Ailbhe Tweedie", + "Alex Daniel", + "Alexander Karelas", + "Alexey Melezhik", + "Alicia Bielsa", + "Andrezgz", + "Antonio Gamiz", + "Arne Sommer", + "Arpad Toth", + "Athanasius", + "Aubrey Quarcoo", + "Bill Palmer", + "Bob Kleemann", + "Clive Holloway", + "Daniel Mantovani", + "Daniel Mita", + "Dave Cross", + "Dave Jacoby", + "David Kayal", + "Denis Yurashku", + "Donald Hunter", + "Doug Schrag", + "Duane Powell", + "Duncan C. White", + "E. Choroba", + "Eddy HS", + "Feng Chang" + ] + } } diff --git a/stats/pwc-summary-31-60.json b/stats/pwc-summary-31-60.json index 4e76f97742..e2ffe7c01f 100644 --- a/stats/pwc-summary-31-60.json +++ b/stats/pwc-summary-31-60.json @@ -1,10 +1,17 @@ { - "tooltip" : { - "pointFormat" : "{series.name}: {point.y}
", - "shared" : 1 + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2019-07-01 17:50:16 GMT" }, - "chart" : { - "type" : "column" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } }, "series" : [ { @@ -43,6 +50,7 @@ "name" : "Perl 5" }, { + "name" : "Perl 6", "data" : [ 4, 24, @@ -74,11 +82,9 @@ 0, 12, 1 - ], - "name" : "Perl 6" + ] }, { - "name" : "Blog", "data" : [ 0, 7, @@ -110,12 +116,10 @@ 0, 4, 0 - ] + ], + "name" : "Blog" } ], - "title" : { - "text" : "Perl Weekly Challenge - 2019" - }, "xAxis" : { "categories" : [ "Finley", @@ -150,18 +154,14 @@ "Martin Barth" ] }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } + "chart" : { + "type" : "column" }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "title" : { + "text" : "Perl Weekly Challenge - 2019" }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2019-07-01 17:47:16 GMT" + "tooltip" : { + "shared" : 1, + "pointFormat" : "{series.name}: {point.y}
" } } diff --git a/stats/pwc-summary-61-90.json b/stats/pwc-summary-61-90.json index b7e3fe92a0..b67b3d330e 100644 --- a/stats/pwc-summary-61-90.json +++ b/stats/pwc-summary-61-90.json @@ -2,8 +2,30 @@ "title" : { "text" : "Perl Weekly Challenge - 2019" }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "{series.name}: {point.y}
" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2019-07-01 17:50:16 GMT" + }, + "chart" : { + "type" : "column" + }, "series" : [ { + "name" : "Perl 5", "data" : [ 0, 4, @@ -35,8 +57,7 @@ 4, 4, 3 - ], - "name" : "Perl 5" + ] }, { "data" : [ @@ -109,27 +130,6 @@ "name" : "Blog" } ], - "chart" : { - "type" : "column" - }, - "tooltip" : { - "pointFormat" : "{series.name}: {point.y}
", - "shared" : 1 - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2019-07-01 17:47:16 GMT" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, "xAxis" : { "categories" : [ "Martin Mugeni", diff --git a/stats/pwc-summary-91-120.json b/stats/pwc-summary-91-120.json index 055ba8ec7d..8cce738cdb 100644 --- a/stats/pwc-summary-91-120.json +++ b/stats/pwc-summary-91-120.json @@ -1,13 +1,14 @@ { - "chart" : { - "type" : "column" - }, "tooltip" : { - "shared" : 1, - "pointFormat" : "{series.name}: {point.y}
" + "pointFormat" : "{series.name}: {point.y}
", + "shared" : 1 + }, + "title" : { + "text" : "Perl Weekly Challenge - 2019" }, "series" : [ { + "name" : "Perl 5", "data" : [ 0, 17, @@ -20,8 +21,7 @@ 1, 1, 14 - ], - "name" : "Perl 5" + ] }, { "data" : [ @@ -56,14 +56,8 @@ "name" : "Blog" } ], - "title" : { - "text" : "Perl Weekly Challenge - 2019" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 + "chart" : { + "type" : "column" }, "xAxis" : { "categories" : [ @@ -86,6 +80,12 @@ } }, "subtitle" : { - "text" : "[Champions: 11] Last updated at 2019-07-01 17:47:16 GMT" + "text" : "[Champions: 11] Last updated at 2019-07-01 17:50:16 GMT" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } } } diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 0949e6772e..07cfc78e86 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,7 +1,126 @@ { + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "title" : { + "text" : "Perl Weekly Challenge - 2019" + }, + "xAxis" : { + "categories" : [ + "Aaron Sherman", + "Abigail", + "Adam Russell", + "Ailbhe Tweedie", + "Alex Daniel", + "Alexander Karelas", + "Alexey Melezhik", + "Alicia Bielsa", + "Andrezgz", + "Antonio Gamiz", + "Arne Sommer", + "Arpad Toth", + "Athanasius", + "Aubrey Quarcoo", + "Bill Palmer", + "Bob Kleemann", + "Clive Holloway", + "Daniel Mantovani", + "Daniel Mita", + "Dave Cross", + "Dave Jacoby", + "David Kayal", + "Denis Yurashku", + "Donald Hunter", + "Doug Schrag", + "Duane Powell", + "Duncan C. White", + "E. Choroba", + "Eddy HS", + "Feng Chang", + "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 Senn", + "Martin Barth", + "Martin Mugeni", + "Matt Latusek", + "Matthew O. Persico", + "Maxim Kolodyazhny", + "Maxim Nechaev", + "Michael Schaap", + "Neil Bowers", + "Nick Logan", + "Nikhil Prasanna", + "Noud", + "Chenyf", + "Oleksii Tsvietnov", + "Ozzy", + "Pavel Jurca", + "Pavel Starikov", + "Pete Houston", + "Pete Sergeant", + "Philippe Bruhat", + "Prajith P", + "Robert Van Dam", + "Robert Gratza", + "Roger Bell West", + "Ruben Westerberg", + "Sean Meininger", + "Sergio Iglesias", + "Rakesh Kumar Shardiwal", + "Shaun Pearce", + "Simon Proctor", + "Simon Reinhardt", + "Steve Rogerson", + "Steven Lembark", + "Steven Wilson", + "Tiago Stock", + "Tim Smith", + "Tore Andersson", + "Luis F. Uceta", + "Veesh Goldman", + "Walt Mankowski", + "William Gilmore", + "Yary H", + "Yozen Hernandez" + ] + }, + "subtitle" : { + "text" : "[Champions: 101] Last updated at 2019-07-01 17:50:16 GMT" + }, + "tooltip" : { + "pointFormat" : "{series.name}: {point.y}
", + "shared" : 1 + }, "series" : [ { - "name" : "Perl 5", "data" : [ 0, 2, @@ -23,7 +142,7 @@ 22, 0, 2, - 15, + 17, 4, 0, 0, @@ -104,10 +223,10 @@ 1, 1, 14 - ] + ], + "name" : "Perl 5" }, { - "name" : "Perl 6", "data" : [ 6, 0, @@ -210,9 +329,11 @@ 0, 1, 0 - ] + ], + "name" : "Perl 6" }, { + "name" : "Blog", "data" : [ 0, 0, @@ -234,7 +355,7 @@ 0, 0, 1, - 13, + 14, 0, 0, 3, @@ -315,133 +436,12 @@ 0, 0, 6 - ], - "name" : "Blog" + ] } ], "chart" : { "type" : "column" }, - "subtitle" : { - "text" : "[Champions: 101] Last updated at 2019-07-01 17:47:16 GMT" - }, - "xAxis" : { - "categories" : [ - "Aaron Sherman", - "Abigail", - "Adam Russell", - "Ailbhe Tweedie", - "Alex Daniel", - "Alexander Karelas", - "Alexey Melezhik", - "Alicia Bielsa", - "Andrezgz", - "Antonio Gamiz", - "Arne Sommer", - "Arpad Toth", - "Athanasius", - "Aubrey Quarcoo", - "Bill Palmer", - "Bob Kleemann", - "Clive Holloway", - "Daniel Mantovani", - "Daniel Mita", - "Dave Cross", - "Dave Jacoby", - "David Kayal", - "Denis Yurashku", - "Donald Hunter", - "Doug Schrag", - "Duane Powell", - "Duncan C. White", - "E. Choroba", - "Eddy HS", - "Feng Chang", - "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 Senn", - "Martin Barth", - "Martin Mugeni", - "Matt Latusek", - "Matthew O. Persico", - "Maxim Kolodyazhny", - "Maxim Nechaev", - "Michael Schaap", - "Neil Bowers", - "Nick Logan", - "Nikhil Prasanna", - "Noud", - "Chenyf", - "Oleksii Tsvietnov", - "Ozzy", - "Pavel Jurca", - "Pavel Starikov", - "Pete Houston", - "Pete Sergeant", - "Philippe Bruhat", - "Prajith P", - "Robert Van Dam", - "Robert Gratza", - "Roger Bell West", - "Ruben Westerberg", - "Sean Meininger", - "Sergio Iglesias", - "Rakesh Kumar Shardiwal", - "Shaun Pearce", - "Simon Proctor", - "Simon Reinhardt", - "Steve Rogerson", - "Steven Lembark", - "Steven Wilson", - "Tiago Stock", - "Tim Smith", - "Tore Andersson", - "Luis F. Uceta", - "Veesh Goldman", - "Walt Mankowski", - "William Gilmore", - "Yary H", - "Yozen Hernandez" - ] - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "{series.name}: {point.y}
" - }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" - }, "yAxis" : { "title" : { "text" : "" -- cgit