From c91c189ef04a8a2eaac6a21fe60bd2e1180881a3 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 29 Jul 2019 14:42:01 +0100 Subject: - Added solutios by Pete Houston. --- stats/pwc-current.json | 97 ++++--- stats/pwc-language-breakdown-summary.json | 46 +-- stats/pwc-language-breakdown.json | 178 ++++++------ stats/pwc-leaders.json | 452 +++++++++++++++--------------- stats/pwc-summary-1-30.json | 28 +- stats/pwc-summary-31-60.json | 44 +-- stats/pwc-summary-61-90.json | 106 +++---- stats/pwc-summary-91-120.json | 86 +++--- stats/pwc-summary.json | 252 ++++++++--------- 9 files changed, 652 insertions(+), 637 deletions(-) (limited to 'stats') diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 8ea10ba8d0..929436280e 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,78 +1,93 @@ { - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "plotOptions" : { - "series" : { - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - }, - "borderWidth" : 0 - } + "xAxis" : { + "type" : "category" }, - "tooltip" : { - "headerFormat" : "{series.name}
", - "followPointer" : 1, - "pointFormat" : "{point.name}: {point.y:f}
" + "chart" : { + "type" : "column" }, "series" : [ { - "name" : "Perl Weekly Challenge - 019", "colorByPoint" : 1, "data" : [ { + "y" : 2, "drilldown" : "Lubos Kolouch", - "name" : "Lubos Kolouch", - "y" : 2 + "name" : "Lubos Kolouch" }, { + "y" : 1, "drilldown" : "Mark Anderson", - "name" : "Mark Anderson", - "y" : 1 + "name" : "Mark Anderson" + }, + { + "name" : "Pete Houston", + "drilldown" : "Pete Houston", + "y" : 2 } - ] + ], + "name" : "Perl Weekly Challenge - 019" } ], + "tooltip" : { + "pointFormat" : "{point.name}: {point.y:f}
", + "followPointer" : 1, + "headerFormat" : "{series.name}
" + }, + "plotOptions" : { + "series" : { + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + }, + "borderWidth" : 0 + } + }, + "title" : { + "text" : "Perl Weekly Challenge - 019" + }, + "legend" : { + "enabled" : 0 + }, "drilldown" : { "series" : [ { + "id" : "Lubos Kolouch", + "name" : "Lubos Kolouch", "data" : [ [ "Perl 5", 2 ] - ], - "id" : "Lubos Kolouch", - "name" : "Lubos Kolouch" + ] }, { - "name" : "Mark Anderson", "id" : "Mark Anderson", "data" : [ [ "Perl 5", 1 ] - ] + ], + "name" : "Mark Anderson" + }, + { + "id" : "Pete Houston", + "data" : [ + [ + "Perl 5", + 2 + ] + ], + "name" : "Pete Houston" } ] }, - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "Perl Weekly Challenge - 019" - }, - "legend" : { - "enabled" : 0 - }, - "xAxis" : { - "type" : "category" - }, "subtitle" : { - "text" : "[Champions: 2] Last updated at 2019-07-29 13:36:45 GMT" + "text" : "[Champions: 3] Last updated at 2019-07-29 13:41:48 GMT" + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } } } diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 6588427f5f..30d65497cf 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,15 +1,16 @@ { "subtitle" : { - "text" : "Last updated at 2019-07-29 13:36:52 GMT" + "text" : "Last updated at 2019-07-29 13:41:54 GMT" }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, + "legend" : { + "enabled" : "false" }, "series" : [ { + "name" : "Contributions", "data" : [ [ "Blog", @@ -17,7 +18,7 @@ ], [ "Perl 5", - 752 + 754 ], [ "Perl 6", @@ -25,26 +26,31 @@ ] ], "dataLabels" : { - "rotation" : -90, - "format" : "{point.y:.0f}", - "enabled" : "true", + "align" : "right", "color" : "#FFFFFF", "y" : 10, - "align" : "right", + "enabled" : "true", "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" - } - }, - "name" : "Contributions" + }, + "rotation" : -90, + "format" : "{point.y:.0f}" + } } ], + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, + "chart" : { + "type" : "column" + }, "title" : { "text" : "Perl Weekly Challenge Contributions - 2019" }, - "legend" : { - "enabled" : "false" - }, "xAxis" : { "type" : "category", "labels" : { @@ -53,11 +59,5 @@ "fontFamily" : "Verdana, sans-serif" } } - }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, - "chart" : { - "type" : "column" } } diff --git a/stats/pwc-language-breakdown.json b/stats/pwc-language-breakdown.json index 8864da5a40..860030a5fa 100644 --- a/stats/pwc-language-breakdown.json +++ b/stats/pwc-language-breakdown.json @@ -1,17 +1,7 @@ { - "chart" : { - "type" : "column" - }, - "tooltip" : { - "headerFormat" : "", - "followPointer" : "true", - "pointFormat" : "Challenge {point.name}: {point.y:f}
" - }, "drilldown" : { "series" : [ { - "name" : "001", - "id" : "001", "data" : [ [ "Perl 5", @@ -25,11 +15,12 @@ "Blog", 10 ] - ] + ], + "name" : "001", + "id" : "001" }, { "id" : "002", - "name" : "002", "data" : [ [ "Perl 5", @@ -43,9 +34,11 @@ "Blog", 9 ] - ] + ], + "name" : "002" }, { + "name" : "003", "data" : [ [ "Perl 5", @@ -60,12 +53,10 @@ 8 ] ], - "id" : "003", - "name" : "003" + "id" : "003" }, { "name" : "004", - "id" : "004", "data" : [ [ "Perl 5", @@ -79,7 +70,8 @@ "Blog", 9 ] - ] + ], + "id" : "004" }, { "id" : "005", @@ -132,8 +124,8 @@ 8 ] ], - "id" : "007", - "name" : "007" + "name" : "007", + "id" : "007" }, { "data" : [ @@ -150,10 +142,11 @@ 9 ] ], - "id" : "008", - "name" : "008" + "name" : "008", + "id" : "008" }, { + "id" : "009", "data" : [ [ "Perl 5", @@ -168,8 +161,7 @@ 11 ] ], - "name" : "009", - "id" : "009" + "name" : "009" }, { "data" : [ @@ -186,10 +178,11 @@ 9 ] ], - "id" : "010", - "name" : "010" + "name" : "010", + "id" : "010" }, { + "id" : "011", "data" : [ [ "Perl 5", @@ -204,8 +197,7 @@ 8 ] ], - "name" : "011", - "id" : "011" + "name" : "011" }, { "data" : [ @@ -222,12 +214,10 @@ 9 ] ], - "id" : "012", - "name" : "012" + "name" : "012", + "id" : "012" }, { - "name" : "013", - "id" : "013", "data" : [ [ "Perl 5", @@ -241,11 +231,12 @@ "Blog", 11 ] - ] + ], + "name" : "013", + "id" : "013" }, { "id" : "014", - "name" : "014", "data" : [ [ "Perl 5", @@ -259,7 +250,8 @@ "Blog", 13 ] - ] + ], + "name" : "014" }, { "data" : [ @@ -280,6 +272,8 @@ "id" : "015" }, { + "id" : "016", + "name" : "016", "data" : [ [ "Perl 5", @@ -293,11 +287,10 @@ "Blog", 10 ] - ], - "id" : "016", - "name" : "016" + ] }, { + "name" : "017", "data" : [ [ "Perl 5", @@ -312,7 +305,6 @@ 10 ] ], - "name" : "017", "id" : "017" }, { @@ -335,11 +327,10 @@ }, { "name" : "019", - "id" : "019", "data" : [ [ "Perl 5", - 3 + 5 ], [ "Perl 6", @@ -349,32 +340,37 @@ "Blog", 0 ] - ] + ], + "id" : "019" } ] }, "xAxis" : { "type" : "category" }, + "title" : { + "text" : "Perl Weekly Challenge Language" + }, "plotOptions" : { "series" : { - "borderWidth" : 0, "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - } + "enabled" : 1, + "format" : "{point.y}" + }, + "borderWidth" : 0 } }, - "legend" : { - "enabled" : "false" + "chart" : { + "type" : "column" }, - "title" : { - "text" : "Perl Weekly Challenge Language" + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } }, "series" : [ { "name" : "Perl Weekly Challenge Languages", - "colorByPoint" : "true", "data" : [ { "name" : "#001", @@ -382,84 +378,84 @@ "y" : 123 }, { - "name" : "#002", "drilldown" : "002", + "name" : "#002", "y" : 104 }, { - "drilldown" : "003", "y" : 66, - "name" : "#003" + "name" : "#003", + "drilldown" : "003" }, { "name" : "#004", - "y" : 84, - "drilldown" : "004" + "drilldown" : "004", + "y" : 84 }, { "drilldown" : "005", - "y" : 66, - "name" : "#005" + "name" : "#005", + "y" : 66 }, { - "drilldown" : "006", "y" : 47, - "name" : "#006" + "name" : "#006", + "drilldown" : "006" }, { "name" : "#007", - "y" : 54, - "drilldown" : "007" + "drilldown" : "007", + "y" : 54 }, { + "y" : 67, "name" : "#008", - "drilldown" : "008", - "y" : 67 + "drilldown" : "008" }, { - "name" : "#009", + "y" : 65, "drilldown" : "009", - "y" : 65 + "name" : "#009" }, { - "y" : 58, "drilldown" : "010", - "name" : "#010" + "name" : "#010", + "y" : 58 }, { "drilldown" : "011", - "y" : 77, - "name" : "#011" + "name" : "#011", + "y" : 77 }, { - "name" : "#012", "y" : 81, - "drilldown" : "012" + "drilldown" : "012", + "name" : "#012" }, { "drilldown" : "013", - "y" : 74, - "name" : "#013" + "name" : "#013", + "y" : 74 }, { "drilldown" : "014", - "y" : 94, - "name" : "#014" + "name" : "#014", + "y" : 94 }, { - "name" : "#015", "y" : 90, - "drilldown" : "015" + "drilldown" : "015", + "name" : "#015" }, { + "drilldown" : "016", "name" : "#016", - "y" : 64, - "drilldown" : "016" + "y" : 64 }, { "drilldown" : "017", - "y" : 77, - "name" : "#017" + "name" : "#017", + "y" : 77 }, { "y" : 70, @@ -467,19 +463,23 @@ "name" : "#018" }, { + "name" : "#019", "drilldown" : "019", - "y" : 3, - "name" : "#019" + "y" : 5 } - ] + ], + "colorByPoint" : "true" } ], - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } + "legend" : { + "enabled" : "false" }, "subtitle" : { - "text" : "Click the columns to drilldown the language breakdown. Last updated at 2019-07-29 13:36:52 GMT" + "text" : "Click the columns to drilldown the language breakdown. Last updated at 2019-07-29 13:41:54 GMT" + }, + "tooltip" : { + "pointFormat" : "Challenge {point.name}: {point.y:f}
", + "followPointer" : "true", + "headerFormat" : "" } } diff --git a/stats/pwc-leaders.json b/stats/pwc-leaders.json index 17086391b7..4819c3dc63 100644 --- a/stats/pwc-leaders.json +++ b/stats/pwc-leaders.json @@ -1,54 +1,57 @@ { + "xAxis" : { + "type" : "category" + }, "subtitle" : { - "text" : "Click the columns to drilldown the score breakdown. Last updated at 2019-07-29 13:36:49 GMT" + "text" : "Click the columns to drilldown the score breakdown. Last updated at 2019-07-29 13:41:51 GMT" }, - "tooltip" : { - "followPointer" : "true", - "headerFormat" : "", - "pointFormat" : "{point.name}: {point.y:f}
" + "title" : { + "text" : "Perl Weekly Challenge Leaders (TOP 50)" }, "drilldown" : { "series" : [ { + "id" : "Joelle Maslak", "data" : [ - [ - "Blog", - 4 - ], [ "Perl 5", 46 ], + [ + "Blog", + 4 + ], [ "Perl 6", 46 ] ], - "id" : "Joelle Maslak", "name" : "Joelle Maslak" }, { "id" : "Laurent Rosenfeld", - "name" : "Laurent Rosenfeld", "data" : [ - [ - "Perl 5", - 36 - ], [ "Blog", 23 ], + [ + "Perl 5", + 36 + ], [ "Perl 6", 35 ] - ] + ], + "name" : "Laurent Rosenfeld" }, { - "name" : "Jaldhar H. Vyas", - "id" : "Jaldhar H. Vyas", "data" : [ + [ + "Perl 6", + 34 + ], [ "Blog", 4 @@ -56,14 +59,14 @@ [ "Perl 5", 35 - ], - [ - "Perl 6", - 34 ] - ] + ], + "name" : "Jaldhar H. Vyas", + "id" : "Jaldhar H. Vyas" }, { + "id" : "Ruben Westerberg", + "name" : "Ruben Westerberg", "data" : [ [ "Perl 6", @@ -73,9 +76,7 @@ "Perl 5", 33 ] - ], - "name" : "Ruben Westerberg", - "id" : "Ruben Westerberg" + ] }, { "id" : "Athanasius", @@ -96,6 +97,8 @@ ] }, { + "id" : "Adam Russell", + "name" : "Adam Russell", "data" : [ [ "Blog", @@ -105,12 +108,9 @@ "Perl 5", 37 ] - ], - "id" : "Adam Russell", - "name" : "Adam Russell" + ] }, { - "id" : "Arne Sommer", "name" : "Arne Sommer", "data" : [ [ @@ -121,21 +121,22 @@ "Blog", 17 ] - ] + ], + "id" : "Arne Sommer" }, { + "id" : "E. Choroba", + "name" : "E. Choroba", "data" : [ - [ - "Blog", - 15 - ], [ "Perl 5", 28 + ], + [ + "Blog", + 15 ] - ], - "name" : "E. Choroba", - "id" : "E. Choroba" + ] }, { "data" : [ @@ -148,11 +149,10 @@ 33 ] ], - "id" : "Francis Whittle", - "name" : "Francis Whittle" + "name" : "Francis Whittle", + "id" : "Francis Whittle" }, { - "name" : "Kian-Meng Ang", "id" : "Kian-Meng Ang", "data" : [ [ @@ -163,16 +163,12 @@ "Blog", 11 ] - ] + ], + "name" : "Kian-Meng Ang" }, { - "id" : "Simon Proctor", "name" : "Simon Proctor", "data" : [ - [ - "Perl 6", - 29 - ], [ "Blog", 7 @@ -180,12 +176,16 @@ [ "Perl 5", 4 + ], + [ + "Perl 6", + 29 ] - ] + ], + "id" : "Simon Proctor" }, { "name" : "Dave Jacoby", - "id" : "Dave Jacoby", "data" : [ [ "Perl 6", @@ -199,21 +199,22 @@ "Perl 5", 21 ] - ] + ], + "id" : "Dave Jacoby" }, { - "id" : "Yozen Hernandez", "name" : "Yozen Hernandez", "data" : [ - [ - "Perl 5", - 21 - ], [ "Blog", 14 + ], + [ + "Perl 5", + 21 ] - ] + ], + "id" : "Yozen Hernandez" }, { "data" : [ @@ -226,8 +227,6 @@ "id" : "Andrezgz" }, { - "name" : "Feng Chang", - "id" : "Feng Chang", "data" : [ [ "Perl 5", @@ -237,25 +236,27 @@ "Perl 6", 17 ] - ] + ], + "name" : "Feng Chang", + "id" : "Feng Chang" }, { "id" : "Gustavo Chaves", "name" : "Gustavo Chaves", "data" : [ - [ - "Blog", - 4 - ], [ "Perl 5", 28 + ], + [ + "Blog", + 4 ] ] }, { - "name" : "Daniel Mantovani", "id" : "Daniel Mantovani", + "name" : "Daniel Mantovani", "data" : [ [ "Perl 5", @@ -264,14 +265,14 @@ ] }, { + "id" : "Duncan C. White", "data" : [ [ "Perl 5", 30 ] ], - "name" : "Duncan C. White", - "id" : "Duncan C. White" + "name" : "Duncan C. White" }, { "data" : [ @@ -284,19 +285,19 @@ 25 ] ], - "id" : "Steven Wilson", - "name" : "Steven Wilson" + "name" : "Steven Wilson", + "id" : "Steven Wilson" }, { - "name" : "Jo Christian Oterhals", "id" : "Jo Christian Oterhals", + "name" : "Jo Christian Oterhals", "data" : [ [ - "Blog", + "Perl 5", 6 ], [ - "Perl 5", + "Blog", 6 ], [ @@ -307,7 +308,6 @@ }, { "name" : "Dr James A. Smith", - "id" : "Dr James A. Smith", "data" : [ [ "Perl 5", @@ -317,7 +317,8 @@ "Perl 6", 10 ] - ] + ], + "id" : "Dr James A. Smith" }, { "id" : "Mark Senn", @@ -334,44 +335,46 @@ ] }, { - "id" : "Ozzy", - "name" : "Ozzy", "data" : [ [ "Perl 6", 18 ] - ] + ], + "name" : "Ozzy", + "id" : "Ozzy" }, { - "id" : "Veesh Goldman", - "name" : "Veesh Goldman", "data" : [ [ "Perl 6", 2 ], - [ - "Perl 5", - 14 - ], [ "Blog", 2 + ], + [ + "Perl 5", + 14 ] - ] + ], + "name" : "Veesh Goldman", + "id" : "Veesh Goldman" }, { - "id" : "Guillermo Ramos", "name" : "Guillermo Ramos", "data" : [ [ "Perl 5", 17 ] - ] + ], + "id" : "Guillermo Ramos" }, { + "id" : "Nick Logan", + "name" : "Nick Logan", "data" : [ [ "Perl 5", @@ -381,19 +384,17 @@ "Perl 6", 8 ] - ], - "name" : "Nick Logan", - "id" : "Nick Logan" + ] }, { + "id" : "Kevin Colyer", + "name" : "Kevin Colyer", "data" : [ [ "Perl 6", 15 ] - ], - "name" : "Kevin Colyer", - "id" : "Kevin Colyer" + ] }, { "id" : "Lubos Kolouch", @@ -406,6 +407,7 @@ ] }, { + "name" : "Lars Balker", "data" : [ [ "Perl 6", @@ -416,32 +418,31 @@ 10 ] ], - "name" : "Lars Balker", "id" : "Lars Balker" }, { + "name" : "Roger Bell West", "data" : [ - [ - "Perl 5", - 10 - ], [ "Blog", 3 + ], + [ + "Perl 5", + 10 ] ], - "id" : "Roger Bell West", - "name" : "Roger Bell West" + "id" : "Roger Bell West" }, { + "id" : "Maxim Nechaev", + "name" : "Maxim Nechaev", "data" : [ [ "Perl 5", 12 ] - ], - "name" : "Maxim Nechaev", - "id" : "Maxim Nechaev" + ] }, { "data" : [ @@ -450,12 +451,12 @@ 11 ] ], - "id" : "Alicia Bielsa", - "name" : "Alicia Bielsa" + "name" : "Alicia Bielsa", + "id" : "Alicia Bielsa" }, { - "name" : "Doug Schrag", "id" : "Doug Schrag", + "name" : "Doug Schrag", "data" : [ [ "Perl 6", @@ -464,36 +465,37 @@ ] }, { + "name" : "Jaime Corchado", "data" : [ [ "Perl 5", 10 ] ], - "id" : "Jaime Corchado", - "name" : "Jaime Corchado" + "id" : "Jaime Corchado" }, { + "name" : "Noud", "data" : [ [ "Perl 6", 10 ] ], - "name" : "Noud", "id" : "Noud" }, { "id" : "Duane Powell", - "name" : "Duane Powell", "data" : [ [ "Perl 5", 9 ] - ] + ], + "name" : "Duane Powell" }, { + "name" : "Neil Bowers", "data" : [ [ "Blog", @@ -504,12 +506,10 @@ 6 ] ], - "id" : "Neil Bowers", - "name" : "Neil Bowers" + "id" : "Neil Bowers" }, { "id" : "Robert Gratza", - "name" : "Robert Gratza", "data" : [ [ "Perl 5", @@ -519,11 +519,12 @@ "Perl 6", 6 ] - ] + ], + "name" : "Robert Gratza" }, { - "name" : "John Barrett", "id" : "John Barrett", + "name" : "John Barrett", "data" : [ [ "Perl 5", @@ -533,21 +534,31 @@ }, { "name" : "Khalid", - "id" : "Khalid", "data" : [ [ "Perl 6", 2 ], + [ + "Perl 5", + 4 + ], [ "Blog", 1 - ], + ] + ], + "id" : "Khalid" + }, + { + "id" : "Pete Houston", + "data" : [ [ "Perl 5", - 4 + 7 ] - ] + ], + "name" : "Pete Houston" }, { "data" : [ @@ -561,7 +572,6 @@ }, { "name" : "Donald Hunter", - "id" : "Donald Hunter", "data" : [ [ "Perl 6", @@ -571,51 +581,52 @@ "Blog", 3 ] - ] + ], + "id" : "Donald Hunter" }, { "id" : "Kivanc Yazan", - "name" : "Kivanc Yazan", "data" : [ [ "Perl 5", 6 ] - ] + ], + "name" : "Kivanc Yazan" }, { "name" : "Maxim Kolodyazhny", - "id" : "Maxim Kolodyazhny", "data" : [ [ "Perl 5", 6 ] - ] + ], + "id" : "Maxim Kolodyazhny" }, { + "id" : "Philippe Bruhat", "data" : [ - [ - "Blog", - 2 - ], [ "Perl 5", 4 + ], + [ + "Blog", + 2 ] ], - "id" : "Philippe Bruhat", "name" : "Philippe Bruhat" }, { - "id" : "Sergio Iglesias", "name" : "Sergio Iglesias", "data" : [ [ "Perl 5", 6 ] - ] + ], + "id" : "Sergio Iglesias" }, { "data" : [ @@ -628,18 +639,6 @@ "id" : "Arpad Toth" }, { - "name" : "Pete Houston", - "id" : "Pete Houston", - "data" : [ - [ - "Perl 5", - 5 - ] - ] - }, - { - "id" : "Steve Rogerson", - "name" : "Steve Rogerson", "data" : [ [ "Perl 5", @@ -649,39 +648,39 @@ "Perl 6", 2 ] - ] + ], + "name" : "Steve Rogerson", + "id" : "Steve Rogerson" }, { + "name" : "Walt Mankowski", "data" : [ [ "Perl 5", 5 ] ], - "id" : "Walt Mankowski", - "name" : "Walt Mankowski" + "id" : "Walt Mankowski" } ] }, - "chart" : { - "type" : "column" - }, - "yAxis" : { - "title" : { - "text" : "Total Score" - } + "tooltip" : { + "followPointer" : "true", + "headerFormat" : "", + "pointFormat" : "{point.name}: {point.y:f}
" }, "plotOptions" : { "series" : { + "borderWidth" : 0, "dataLabels" : { "enabled" : 1, "format" : "{point.y}" - }, - "borderWidth" : 0 + } } }, "series" : [ { + "name" : "Perl Weekly Challenge Leaders", "data" : [ { "drilldown" : "Joelle Maslak", @@ -695,8 +694,8 @@ }, { "drilldown" : "Jaldhar H. Vyas", - "name" : "#3: Jaldhar H. Vyas", - "y" : 146 + "y" : 146, + "name" : "#3: Jaldhar H. Vyas" }, { "drilldown" : "Ruben Westerberg", @@ -709,19 +708,19 @@ "drilldown" : "Athanasius" }, { - "name" : "#6: Adam Russell", "y" : 110, + "name" : "#6: Adam Russell", "drilldown" : "Adam Russell" }, { "drilldown" : "Arne Sommer", - "name" : "#7: Arne Sommer", - "y" : 100 + "y" : 100, + "name" : "#7: Arne Sommer" }, { - "drilldown" : "E. Choroba", "y" : 86, - "name" : "#8: E. Choroba" + "name" : "#8: E. Choroba", + "drilldown" : "E. Choroba" }, { "drilldown" : "Francis Whittle", @@ -729,9 +728,9 @@ "name" : "#9: Francis Whittle" }, { - "drilldown" : "Kian-Meng Ang", + "y" : 80, "name" : "#10: Kian-Meng Ang", - "y" : 80 + "drilldown" : "Kian-Meng Ang" }, { "drilldown" : "Simon Proctor", @@ -739,14 +738,14 @@ "y" : 80 }, { + "drilldown" : "Dave Jacoby", "name" : "#12: Dave Jacoby", - "y" : 74, - "drilldown" : "Dave Jacoby" + "y" : 74 }, { + "drilldown" : "Yozen Hernandez", "y" : 70, - "name" : "#13: Yozen Hernandez", - "drilldown" : "Yozen Hernandez" + "name" : "#13: Yozen Hernandez" }, { "name" : "#14: Andrezgz", @@ -755,28 +754,28 @@ }, { "drilldown" : "Feng Chang", - "name" : "#15: Feng Chang", - "y" : 64 + "y" : 64, + "name" : "#15: Feng Chang" }, { - "drilldown" : "Gustavo Chaves", + "y" : 64, "name" : "#16: Gustavo Chaves", - "y" : 64 + "drilldown" : "Gustavo Chaves" }, { - "name" : "#17: Daniel Mantovani", "y" : 60, + "name" : "#17: Daniel Mantovani", "drilldown" : "Daniel Mantovani" }, { - "name" : "#18: Duncan C. White", "y" : 60, + "name" : "#18: Duncan C. White", "drilldown" : "Duncan C. White" }, { - "y" : 56, + "drilldown" : "Steven Wilson", "name" : "#19: Steven Wilson", - "drilldown" : "Steven Wilson" + "y" : 56 }, { "name" : "#20: Jo Christian Oterhals", @@ -789,19 +788,19 @@ "y" : 44 }, { - "name" : "#22: Mark Senn", "y" : 38, + "name" : "#22: Mark Senn", "drilldown" : "Mark Senn" }, { - "drilldown" : "Ozzy", + "y" : 36, "name" : "#23: Ozzy", - "y" : 36 + "drilldown" : "Ozzy" }, { - "name" : "#24: Veesh Goldman", + "drilldown" : "Veesh Goldman", "y" : 36, - "drilldown" : "Veesh Goldman" + "name" : "#24: Veesh Goldman" }, { "drilldown" : "Guillermo Ramos", @@ -810,8 +809,8 @@ }, { "drilldown" : "Nick Logan", - "name" : "#26: Nick Logan", - "y" : 32 + "y" : 32, + "name" : "#26: Nick Logan" }, { "name" : "#27: Kevin Colyer", @@ -824,14 +823,14 @@ "drilldown" : "Lubos Kolouch" }, { - "name" : "#29: Lars Balker", "y" : 28, + "name" : "#29: Lars Balker", "drilldown" : "Lars Balker" }, { - "drilldown" : "Roger Bell West", "y" : 26, - "name" : "#30: Roger Bell West" + "name" : "#30: Roger Bell West", + "drilldown" : "Roger Bell West" }, { "name" : "#31: Maxim Nechaev", @@ -839,8 +838,8 @@ "drilldown" : "Maxim Nechaev" }, { - "name" : "#32: Alicia Bielsa", "y" : 22, + "name" : "#32: Alicia Bielsa", "drilldown" : "Alicia Bielsa" }, { @@ -849,14 +848,14 @@ "name" : "#33: Doug Schrag" }, { + "drilldown" : "Jaime Corchado", "name" : "#34: Jaime Corchado", - "y" : 20, - "drilldown" : "Jaime Corchado" + "y" : 20 }, { "drilldown" : "Noud", - "y" : 20, - "name" : "#35: Noud" + "name" : "#35: Noud", + "y" : 20 }, { "y" : 18, @@ -865,8 +864,8 @@ }, { "drilldown" : "Neil Bowers", - "y" : 18, - "name" : "#37: Neil Bowers" + "name" : "#37: Neil Bowers", + "y" : 18 }, { "y" : 16, @@ -874,77 +873,78 @@ "drilldown" : "Robert Gratza" }, { - "drilldown" : "John Barrett", + "y" : 14, "name" : "#39: John Barrett", - "y" : 14 + "drilldown" : "John Barrett" }, { - "drilldown" : "Khalid", + "y" : 14, "name" : "#40: Khalid", - "y" : 14 + "drilldown" : "Khalid" + }, + { + "y" : 14, + "name" : "#41: Pete Houston", + "drilldown" : "Pete Houston" }, { - "name" : "#41: Aaron Sherman", + "drilldown" : "Aaron Sherman", "y" : 12, - "drilldown" : "Aaron Sherman" + "name" : "#42: Aaron Sherman" }, { - "name" : "#42: Donald Hunter", "y" : 12, + "name" : "#43: Donald Hunter", "drilldown" : "Donald Hunter" }, { "y" : 12, - "name" : "#43: Kivanc Yazan", + "name" : "#44: Kivanc Yazan", "drilldown" : "Kivanc Yazan" }, { - "name" : "#44: Maxim Kolodyazhny", + "name" : "#45: Maxim Kolodyazhny", "y" : 12, "drilldown" : "Maxim Kolodyazhny" }, { - "drilldown" : "Philippe Bruhat", + "name" : "#46: Philippe Bruhat", "y" : 12, - "name" : "#45: Philippe Bruhat" + "drilldown" : "Philippe Bruhat" }, { - "name" : "#46: Sergio Iglesias", - "y" : 12, - "drilldown" : "Sergio Iglesias" + "drilldown" : "Sergio Iglesias", + "name" : "#47: Sergio Iglesias", + "y" : 12 }, { - "y" : 10, - "name" : "#47: Arpad Toth", - "drilldown" : "Arpad Toth" + "drilldown" : "Arpad Toth", + "name" : "#48: Arpad Toth", + "y" : 10 }, { - "name" : "#48: Pete Houston", "y" : 10, - "drilldown" : "Pete Houston" - }, - { - "drilldown" : "Steve Rogerson", "name" : "#49: Steve Rogerson", - "y" : 10 + "drilldown" : "Steve Rogerson" }, { - "drilldown" : "Walt Mankowski", + "y" : 10, "name" : "#50: Walt Mankowski", - "y" : 10 + "drilldown" : "Walt Mankowski" } ], - "colorByPoint" : "true", - "name" : "Perl Weekly Challenge Leaders" + "colorByPoint" : "true" } ], - "legend" : { - "enabled" : "false" + "yAxis" : { + "title" : { + "text" : "Total Score" + } }, - "xAxis" : { - "type" : "category" + "chart" : { + "type" : "column" }, - "title" : { - "text" : "Perl Weekly Challenge Leaders (TOP 50)" + "legend" : { + "enabled" : "false" } } diff --git a/stats/pwc-summary-1-30.json b/stats/pwc-summary-1-30.json index f235ef9e25..0b949c6508 100644 --- a/stats/pwc-summary-1-30.json +++ b/stats/pwc-summary-1-30.json @@ -36,7 +36,6 @@ "name" : "Perl 5" }, { - "name" : "Perl 6", "data" : [ 6, 0, @@ -68,7 +67,8 @@ 0, 0, 17 - ] + ], + "name" : "Perl 6" }, { "name" : "Blog", @@ -106,9 +106,8 @@ ] } ], - "tooltip" : { - "pointFormat" : "{series.name}: {point.y}
", - "shared" : 1 + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2019-07-29 13:41:48 GMT" }, "xAxis" : { "categories" : [ @@ -144,24 +143,25 @@ "Feng Chang" ] }, + "title" : { + "text" : "Perl Weekly Challenge - 2019" + }, "plotOptions" : { "column" : { "stacking" : "percent" } }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" + "chart" : { + "type" : "column" }, "yAxis" : { - "min" : 0, "title" : { "text" : "" - } - }, - "chart" : { - "type" : "column" + }, + "min" : 0 }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2019-07-29 13:36:45 GMT" + "tooltip" : { + "pointFormat" : "{series.name}: {point.y}
", + "shared" : 1 } } diff --git a/stats/pwc-summary-31-60.json b/stats/pwc-summary-31-60.json index b3caaa481e..e580c9b50a 100644 --- a/stats/pwc-summary-31-60.json +++ b/stats/pwc-summary-31-60.json @@ -1,26 +1,20 @@ { - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2019-07-29 13:36:45 GMT" - }, "yAxis" : { "min" : 0, "title" : { "text" : "" } }, - "chart" : { - "type" : "column" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "tooltip" : { + "pointFormat" : "{series.name}: {point.y}
", + "shared" : 1 }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2019-07-29 13:41:48 GMT" }, "series" : [ { + "name" : "Perl 5", "data" : [ 0, 0, @@ -52,10 +46,10 @@ 0, 2, 0 - ], - "name" : "Perl 5" + ] }, { + "name" : "Perl 6", "data" : [ 4, 33, @@ -87,10 +81,10 @@ 0, 0, 14 - ], - "name" : "Perl 6" + ] }, { + "name" : "Blog", "data" : [ 0, 8, @@ -122,14 +116,9 @@ 0, 0, 5 - ], - "name" : "Blog" + ] } ], - "tooltip" : { - "pointFormat" : "{series.name}: {point.y}
", - "shared" : 1 - }, "xAxis" : { "categories" : [ "Finley", @@ -163,5 +152,16 @@ "Mark Anderson", "Mark Senn" ] + }, + "title" : { + "text" : "Perl Weekly Challenge - 2019" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "chart" : { + "type" : "column" } } diff --git a/stats/pwc-summary-61-90.json b/stats/pwc-summary-61-90.json index 6faa328ebe..f8a03f503d 100644 --- a/stats/pwc-summary-61-90.json +++ b/stats/pwc-summary-61-90.json @@ -1,27 +1,47 @@ { - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2019-07-29 13:36:45 GMT" - }, "yAxis" : { + "min" : 0, "title" : { "text" : "" - }, - "min" : 0 - }, - "chart" : { - "type" : "column" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" } }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" - }, "tooltip" : { - "shared" : 1, - "pointFormat" : "{series.name}: {point.y}
" + "pointFormat" : "{series.name}: {point.y}
", + "shared" : 1 + }, + "xAxis" : { + "categories" : [ + "Martin Barth", + "Martin Mugeni", + "Matt Latusek", + "Matthew O. Persico", + "Maxim Kolodyazhny", + "Maxim Nechaev", + "Michael Hamlin", + "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", + "Randy Lauen", + "Robert Van Dam", + "Robert Gratza", + "Roger Bell West", + "Ruben Westerberg", + "Sean Meininger", + "Sergio Iglesias", + "Rakesh Kumar Shardiwal", + "Shaun Pearce" + ] }, "series" : [ { @@ -43,7 +63,7 @@ 0, 3, 0, - 5, + 7, 0, 4, 2, @@ -60,7 +80,6 @@ "name" : "Perl 5" }, { - "name" : "Perl 6", "data" : [ 2, 2, @@ -92,7 +111,8 @@ 0, 0, 0 - ] + ], + "name" : "Perl 6" }, { "name" : "Blog", @@ -130,38 +150,18 @@ ] } ], - "xAxis" : { - "categories" : [ - "Martin Barth", - "Martin Mugeni", - "Matt Latusek", - "Matthew O. Persico", - "Maxim Kolodyazhny", - "Maxim Nechaev", - "Michael Hamlin", - "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", - "Randy Lauen", - "Robert Van Dam", - "Robert Gratza", - "Roger Bell West", - "Ruben Westerberg", - "Sean Meininger", - "Sergio Iglesias", - "Rakesh Kumar Shardiwal", - "Shaun Pearce" - ] + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2019-07-29 13:41:48 GMT" + }, + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "Perl Weekly Challenge - 2019" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } } } diff --git a/stats/pwc-summary-91-120.json b/stats/pwc-summary-91-120.json index 537a51ab25..c772523367 100644 --- a/stats/pwc-summary-91-120.json +++ b/stats/pwc-summary-91-120.json @@ -1,22 +1,27 @@ { - "xAxis" : { - "categories" : [ - "Simon Miner", - "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" - ] + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "{series.name}: {point.y}
" + }, + "title" : { + "text" : "Perl Weekly Challenge - 2019" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "[Champions: 15] Last updated at 2019-07-29 13:41:48 GMT" }, "series" : [ { @@ -40,6 +45,7 @@ "name" : "Perl 5" }, { + "name" : "Perl 6", "data" : [ 0, 29, @@ -56,8 +62,7 @@ 0, 1, 0 - ], - "name" : "Perl 6" + ] }, { "data" : [ @@ -80,28 +85,23 @@ "name" : "Blog" } ], - "tooltip" : { - "pointFormat" : "{series.name}: {point.y}
", - "shared" : 1 - }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "chart" : { - "type" : "column" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "subtitle" : { - "text" : "[Champions: 15] Last updated at 2019-07-29 13:36:45 GMT" + "xAxis" : { + "categories" : [ + "Simon Miner", + "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" + ] } } diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index c49b944cf4..8a65e5b57e 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,13 +1,118 @@ { - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 + "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 Anderson", + "Mark Senn", + "Martin Barth", + "Martin Mugeni", + "Matt Latusek", + "Matthew O. Persico", + "Maxim Kolodyazhny", + "Maxim Nechaev", + "Michael Hamlin", + "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", + "Randy Lauen", + "Robert Van Dam", + "Robert Gratza", + "Roger Bell West", + "Ruben Westerberg", + "Sean Meininger", + "Sergio Iglesias", + "Rakesh Kumar Shardiwal", + "Shaun Pearce", + "Simon Miner", + "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" + ] + }, + "chart" : { + "type" : "column" }, "series" : [ { - "name" : "Perl 5", "data" : [ 0, 2, @@ -86,7 +191,7 @@ 0, 3, 0, - 5, + 7, 0, 4, 2, @@ -114,7 +219,8 @@ 1, 1, 21 - ] + ], + "name" : "Perl 5" }, { "data" : [ @@ -227,7 +333,6 @@ "name" : "Perl 6" }, { - "name" : "Blog", "data" : [ 0, 0, @@ -334,134 +439,29 @@ 0, 0, 14 - ] + ], + "name" : "Blog" } ], "tooltip" : { - "pointFormat" : "{series.name}: {point.y}
", - "shared" : 1 + "shared" : 1, + "pointFormat" : "{series.name}: {point.y}
" }, "plotOptions" : { "column" : { "stacking" : "percent" } }, - "chart" : { - "type" : "column" + "title" : { + "text" : "Perl Weekly Challenge - 2019" }, "subtitle" : { - "text" : "[Champions: 105] Last updated at 2019-07-29 13:36:45 GMT" + "text" : "[Champions: 105] Last updated at 2019-07-29 13:41:48 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 Anderson", - "Mark Senn", - "Martin Barth", - "Martin Mugeni", - "Matt Latusek", - "Matthew O. Persico", - "Maxim Kolodyazhny", - "Maxim Nechaev", - "Michael Hamlin", - "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", - "Randy Lauen", - "Robert Van Dam", - "Robert Gratza", - "Roger Bell West", - "Ruben Westerberg", - "Sean Meininger", - "Sergio Iglesias", - "Rakesh Kumar Shardiwal", - "Shaun Pearce", - "Simon Miner", - "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" - ] - }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } } } -- cgit