From 81a7d6a7127666f03424ec37badd0f69af55766d Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Sat, 25 May 2019 10:25:57 +0100 Subject: - Added solution by Athanasius. --- stats/pwc-current.json | 135 ++++++----- stats/pwc-language-breakdown.json | 196 ++++++++-------- stats/pwc-leaders.json | 470 +++++++++++++++++++------------------- stats/pwc-summary-1-30.json | 34 +-- stats/pwc-summary-31-60.json | 110 ++++----- stats/pwc-summary-61-90.json | 100 ++++---- stats/pwc-summary.json | 208 ++++++++--------- 7 files changed, 634 insertions(+), 619 deletions(-) (limited to 'stats') diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 3466e9e77e..e46cc4c303 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,7 +1,4 @@ { - "chart" : { - "type" : "column" - }, "drilldown" : { "series" : [ { @@ -11,40 +8,52 @@ 2 ] ], - "name" : "Andrezgz", - "id" : "Andrezgz" + "id" : "Andrezgz", + "name" : "Andrezgz" + }, + { + "name" : "Athanasius", + "data" : [ + [ + "Perl 5", + 1 + ] + ], + "id" : "Athanasius" }, { "id" : "Daniel Mita", - "name" : "Daniel Mita", "data" : [ [ "Perl 6", 2 ] - ] + ], + "name" : "Daniel Mita" }, { + "name" : "Dave Jacoby", "data" : [ [ "Perl 5", 2 ] ], - "id" : "Dave Jacoby", - "name" : "Dave Jacoby" + "id" : "Dave Jacoby" }, { + "id" : "Gustavo Chaves", "data" : [ [ "Perl 5", 2 ] ], - "name" : "Gustavo Chaves", - "id" : "Gustavo Chaves" + "name" : "Gustavo Chaves" }, { + "name" : "Joelle Maslak", + "id" : "Joelle Maslak", "data" : [ [ "Perl 5", @@ -54,13 +63,9 @@ "Perl 6", 3 ] - ], - "name" : "Joelle Maslak", - "id" : "Joelle Maslak" + ] }, { - "id" : "Laurent Rosenfeld", - "name" : "Laurent Rosenfeld", "data" : [ [ "Perl 5", @@ -70,31 +75,33 @@ "Perl 6", 2 ] - ] + ], + "id" : "Laurent Rosenfeld", + "name" : "Laurent Rosenfeld" }, { + "id" : "Maxim Nechaev", "data" : [ [ "Perl 5", 2 ] ], - "name" : "Maxim Nechaev", - "id" : "Maxim Nechaev" + "name" : "Maxim Nechaev" }, { - "id" : "Simon Proctor", - "name" : "Simon Proctor", "data" : [ [ "Perl 6", 1 ] - ] + ], + "id" : "Simon Proctor", + "name" : "Simon Proctor" }, { - "id" : "Steven Wilson", "name" : "Steven Wilson", + "id" : "Steven Wilson", "data" : [ [ "Perl 5", @@ -103,84 +110,78 @@ ] }, { + "name" : "Yozen Hernandez", "data" : [ [ "Perl 5", 2 ] ], - "id" : "Yozen Hernandez", - "name" : "Yozen Hernandez" + "id" : "Yozen Hernandez" } ] }, - "subtitle" : { - "text" : "[Champions: 10] Last updated at 2019-05-25 03:44:59 GMT" - }, - "xAxis" : { - "type" : "category" - }, - "title" : { - "text" : "Perl Weekly Challenge - 009" - }, - "tooltip" : { - "followPointer" : 1, - "headerFormat" : "{series.name}
", - "pointerFormat" : "{point.name}: {point.y:f}
" - }, "plotOptions" : { "series" : { "borderWidth" : 0, "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 + "enabled" : 1, + "format" : "{point.y}" } } }, + "tooltip" : { + "followPointer" : 1, + "pointerFormat" : "{point.name}: {point.y:f}
", + "headerFormat" : "{series.name}
" + }, "series" : [ { - "colorByPoint" : 1, - "name" : "Champions", "data" : [ { - "drilldown" : "Andrezgz", "y" : 2, - "name" : "Andrezgz" + "name" : "Andrezgz", + "drilldown" : "Andrezgz" + }, + { + "name" : "Athanasius", + "y" : 1, + "drilldown" : "Athanasius" }, { - "drilldown" : "Daniel Mita", + "name" : "Daniel Mita", "y" : 2, - "name" : "Daniel Mita" + "drilldown" : "Daniel Mita" }, { + "drilldown" : "Dave Jacoby", "name" : "Dave Jacoby", - "y" : 2, - "drilldown" : "Dave Jacoby" + "y" : 2 }, { - "drilldown" : "Gustavo Chaves", "y" : 2, - "name" : "Gustavo Chaves" + "name" : "Gustavo Chaves", + "drilldown" : "Gustavo Chaves" }, { - "y" : 6, "drilldown" : "Joelle Maslak", + "y" : 6, "name" : "Joelle Maslak" }, { - "name" : "Laurent Rosenfeld", "drilldown" : "Laurent Rosenfeld", + "name" : "Laurent Rosenfeld", "y" : 4 }, { - "name" : "Maxim Nechaev", "drilldown" : "Maxim Nechaev", + "name" : "Maxim Nechaev", "y" : 2 }, { + "name" : "Simon Proctor", "y" : 1, - "drilldown" : "Simon Proctor", - "name" : "Simon Proctor" + "drilldown" : "Simon Proctor" }, { "drilldown" : "Steven Wilson", @@ -188,19 +189,33 @@ "name" : "Steven Wilson" }, { - "name" : "Yozen Hernandez", "drilldown" : "Yozen Hernandez", + "name" : "Yozen Hernandez", "y" : 2 } - ] + ], + "name" : "Champions", + "colorByPoint" : 1 } ], + "legend" : { + "enabled" : 0 + }, "yAxis" : { "title" : { "text" : "Total Solutions" } }, - "legend" : { - "enabled" : 0 + "subtitle" : { + "text" : "[Champions: 11] Last updated at 2019-05-25 09:24:00 GMT" + }, + "xAxis" : { + "type" : "category" + }, + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "Perl Weekly Challenge - 009" } } diff --git a/stats/pwc-language-breakdown.json b/stats/pwc-language-breakdown.json index 401f50ecf3..04ed927d72 100644 --- a/stats/pwc-language-breakdown.json +++ b/stats/pwc-language-breakdown.json @@ -1,64 +1,33 @@ { - "series" : [ - { - "name" : "Perl Weekly Challenge Languages", - "data" : [ - { - "drilldown" : "001", - "y" : 113, - "name" : "#001 [P5=76 P6=37]" - }, - { - "y" : 95, - "name" : "#002 [P5=63 P6=32]", - "drilldown" : "002" - }, - { - "drilldown" : "003", - "name" : "#003 [P5=32 P6=26]", - "y" : 58 - }, - { - "drilldown" : "004", - "y" : 75, - "name" : "#004 [P5=46 P6=29]" - }, - { - "drilldown" : "005", - "y" : 55, - "name" : "#005 [P5=33 P6=22]" - }, - { - "name" : "#006 [P5=27 P6=14]", - "y" : 41, - "drilldown" : "006" - }, - { - "name" : "#007 [P5=24 P6=20]", - "y" : 44, - "drilldown" : "007" - }, - { - "name" : "#008 [P5=34 P6=20]", - "y" : 54, - "drilldown" : "008" - }, - { - "name" : "#009 [P5=17 P6=8]", - "y" : 25, - "drilldown" : "009" - } - ], - "colorByPoint" : "true" - } - ], "plotOptions" : { "series" : { + "borderWidth" : 0, "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - }, - "borderWidth" : 0 + "enabled" : 1, + "format" : "{point.y}" + } + } + }, + "title" : { + "text" : "Perl Weekly Challenge Language" + }, + "legend" : { + "enabled" : "false" + }, + "xAxis" : { + "type" : "category" + }, + "subtitle" : { + "text" : "Click the columns to drilldown the language breakdown. Last updated at 2019-05-25 09:24:40 GMT" + }, + "tooltip" : { + "headerFormat" : "", + "followPointer" : "true", + "pointFormat" : "{point.name}: {point.y:f}
" + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" } }, "chart" : { @@ -67,6 +36,8 @@ "drilldown" : { "series" : [ { + "id" : "001", + "name" : "001", "data" : [ [ "Perl 5", @@ -76,12 +47,9 @@ "Perl 6", 37 ] - ], - "name" : "001", - "id" : "001" + ] }, { - "id" : "002", "data" : [ [ "Perl 5", @@ -92,6 +60,7 @@ 32 ] ], + "id" : "002", "name" : "002" }, { @@ -105,11 +74,12 @@ 26 ] ], - "name" : "003", - "id" : "003" + "id" : "003", + "name" : "003" }, { "name" : "004", + "id" : "004", "data" : [ [ "Perl 5", @@ -119,10 +89,11 @@ "Perl 6", 29 ] - ], - "id" : "004" + ] }, { + "id" : "005", + "name" : "005", "data" : [ [ "Perl 5", @@ -132,13 +103,9 @@ "Perl 6", 22 ] - ], - "name" : "005", - "id" : "005" + ] }, { - "id" : "006", - "name" : "006", "data" : [ [ "Perl 5", @@ -148,7 +115,9 @@ "Perl 6", 14 ] - ] + ], + "name" : "006", + "id" : "006" }, { "id" : "007", @@ -165,6 +134,8 @@ ] }, { + "id" : "008", + "name" : "008", "data" : [ [ "Perl 5", @@ -174,46 +145,75 @@ "Perl 6", 20 ] - ], - "name" : "008", - "id" : "008" + ] }, { - "name" : "009", "data" : [ [ "Perl 5", - 17 + 18 ], [ "Perl 6", 8 ] ], - "id" : "009" + "id" : "009", + "name" : "009" } ] }, - "xAxis" : { - "type" : "category" - }, - "title" : { - "text" : "Perl Weekly Challenge Language" - }, - "tooltip" : { - "followPointer" : "true", - "pointFormat" : "{point.name}: {point.y:f}
", - "headerFormat" : "" - }, - "legend" : { - "enabled" : "false" - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" + "series" : [ + { + "name" : "Perl Weekly Challenge Languages", + "data" : [ + { + "y" : 113, + "drilldown" : "001", + "name" : "#001 [P5=76 P6=37]" + }, + { + "name" : "#002 [P5=63 P6=32]", + "drilldown" : "002", + "y" : 95 + }, + { + "name" : "#003 [P5=32 P6=26]", + "drilldown" : "003", + "y" : 58 + }, + { + "name" : "#004 [P5=46 P6=29]", + "drilldown" : "004", + "y" : 75 + }, + { + "name" : "#005 [P5=33 P6=22]", + "y" : 55, + "drilldown" : "005" + }, + { + "drilldown" : "006", + "y" : 41, + "name" : "#006 [P5=27 P6=14]" + }, + { + "drilldown" : "007", + "y" : 44, + "name" : "#007 [P5=24 P6=20]" + }, + { + "name" : "#008 [P5=34 P6=20]", + "y" : 54, + "drilldown" : "008" + }, + { + "y" : 26, + "drilldown" : "009", + "name" : "#009 [P5=18 P6=8]" + } + ], + "colorByPoint" : "true" } - }, - "subtitle" : { - "text" : "Click the columns to drilldown the language breakdown. Last updated at 2019-05-25 03:45:42 GMT" - } + ] } diff --git a/stats/pwc-leaders.json b/stats/pwc-leaders.json index 1c2d9f5638..1b1ef4ed8d 100644 --- a/stats/pwc-leaders.json +++ b/stats/pwc-leaders.json @@ -1,7 +1,20 @@ { + "legend" : { + "enabled" : "false" + }, + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + } + } + }, "drilldown" : { "series" : [ { + "name" : "Laurent Rosenfeld", "data" : [ [ "Perl 5", @@ -16,15 +29,12 @@ 17 ] ], - "id" : "Laurent Rosenfeld", - "name" : "Laurent Rosenfeld" + "id" : "Laurent Rosenfeld" }, { - "name" : "Joelle Maslak", - "id" : "Joelle Maslak", "data" : [ [ - "Perl 6", + "Perl 5", 20 ], [ @@ -32,10 +42,12 @@ 2 ], [ - "Perl 5", + "Perl 6", 20 ] - ] + ], + "name" : "Joelle Maslak", + "id" : "Joelle Maslak" }, { "id" : "Jaldhar H. Vyas", @@ -52,26 +64,22 @@ "name" : "Jaldhar H. Vyas" }, { - "id" : "Ruben Westerberg", "data" : [ [ - "Perl 5", + "Perl 6", 14 ], [ - "Perl 6", + "Perl 5", 14 ] ], - "name" : "Ruben Westerberg" + "name" : "Ruben Westerberg", + "id" : "Ruben Westerberg" }, { - "id" : "Simon Proctor", + "name" : "Simon Proctor", "data" : [ - [ - "Blog", - 6 - ], [ "Perl 5", 4 @@ -79,27 +87,31 @@ [ "Perl 6", 15 + ], + [ + "Blog", + 6 ] ], - "name" : "Simon Proctor" + "id" : "Simon Proctor" }, { - "name" : "Adam Russell", "data" : [ - [ - "Blog", - 8 - ], [ "Perl 5", 16 + ], + [ + "Blog", + 8 ] ], + "name" : "Adam Russell", "id" : "Adam Russell" }, { - "name" : "Dr James A. Smith", "id" : "Dr James A. Smith", + "name" : "Dr James A. Smith", "data" : [ [ "Perl 5", @@ -112,32 +124,32 @@ ] }, { - "name" : "Kian-Meng Ang", "id" : "Kian-Meng Ang", + "name" : "Kian-Meng Ang", "data" : [ - [ - "Perl 5", - 14 - ], [ "Blog", 8 + ], + [ + "Perl 5", + 14 ] ] }, { "id" : "Arne Sommer", + "name" : "Arne Sommer", "data" : [ - [ - "Perl 6", - 14 - ], [ "Blog", 7 + ], + [ + "Perl 6", + 14 ] - ], - "name" : "Arne Sommer" + ] }, { "id" : "Jo Christian Oterhals", @@ -146,13 +158,13 @@ "Blog", 5 ], - [ - "Perl 5", - 6 - ], [ "Perl 6", 10 + ], + [ + "Perl 5", + 6 ] ], "name" : "Jo Christian Oterhals" @@ -160,13 +172,13 @@ { "name" : "Gustavo Chaves", "data" : [ - [ - "Blog", - 4 - ], [ "Perl 5", 15 + ], + [ + "Blog", + 4 ] ], "id" : "Gustavo Chaves" @@ -182,17 +194,16 @@ "id" : "Andrezgz" }, { + "id" : "Athanasius", "name" : "Athanasius", "data" : [ [ "Perl 5", - 16 + 17 ] - ], - "id" : "Athanasius" + ] }, { - "name" : "Nick Logan", "data" : [ [ "Perl 6", @@ -203,60 +214,61 @@ 8 ] ], + "name" : "Nick Logan", "id" : "Nick Logan" }, { - "name" : "Dave Jacoby", "id" : "Dave Jacoby", "data" : [ - [ - "Blog", - 8 - ], [ "Perl 5", 7 + ], + [ + "Blog", + 8 ] - ] + ], + "name" : "Dave Jacoby" }, { - "name" : "Francis Whittle", + "id" : "Francis Whittle", "data" : [ - [ - "Perl 6", - 10 - ], [ "Blog", 4 + ], + [ + "Perl 6", + 10 ] ], - "id" : "Francis Whittle" + "name" : "Francis Whittle" }, { - "name" : "Lars Balker", "id" : "Lars Balker", + "name" : "Lars Balker", "data" : [ - [ - "Perl 5", - 10 - ], [ "Perl 6", 4 + ], + [ + "Perl 5", + 10 ] ] }, { "id" : "Mark Senn", "data" : [ - [ - "Blog", - 3 - ], [ "Perl 6", 10 + ], + [ + "Blog", + 3 ] ], "name" : "Mark Senn" @@ -272,14 +284,14 @@ "id" : "Daniel Mantovani" }, { - "id" : "Doug Schrag", + "name" : "Doug Schrag", "data" : [ [ "Perl 6", 10 ] ], - "name" : "Doug Schrag" + "id" : "Doug Schrag" }, { "data" : [ @@ -288,10 +300,11 @@ 10 ] ], - "id" : "Duncan C. White", - "name" : "Duncan C. White" + "name" : "Duncan C. White", + "id" : "Duncan C. White" }, { + "name" : "Robert Gratza", "data" : [ [ "Perl 6", @@ -302,56 +315,55 @@ 2 ] ], - "id" : "Robert Gratza", - "name" : "Robert Gratza" + "id" : "Robert Gratza" }, { - "name" : "E. Choroba", "id" : "E. Choroba", + "name" : "E. Choroba", "data" : [ - [ - "Perl 5", - 4 - ], [ "Blog", 3 + ], + [ + "Perl 5", + 4 ] ] }, { - "id" : "John Barrett", + "name" : "John Barrett", "data" : [ [ "Perl 5", 7 ] ], - "name" : "John Barrett" + "id" : "John Barrett" }, { "name" : "Ozzy", - "id" : "Ozzy", "data" : [ [ "Perl 6", 7 ] - ] + ], + "id" : "Ozzy" }, { + "id" : "Alicia Bielsa", "data" : [ [ "Perl 5", 6 ] ], - "id" : "Alicia Bielsa", "name" : "Alicia Bielsa" }, { - "name" : "Maxim Kolodyazhny", "id" : "Maxim Kolodyazhny", + "name" : "Maxim Kolodyazhny", "data" : [ [ "Perl 5", @@ -360,18 +372,16 @@ ] }, { + "name" : "Maxim Nechaev", "data" : [ [ "Perl 5", 6 ] ], - "id" : "Maxim Nechaev", - "name" : "Maxim Nechaev" + "id" : "Maxim Nechaev" }, { - "name" : "Philippe Bruhat", - "id" : "Philippe Bruhat", "data" : [ [ "Blog", @@ -381,50 +391,51 @@ "Perl 5", 4 ] - ] + ], + "name" : "Philippe Bruhat", + "id" : "Philippe Bruhat" }, { + "id" : "Sergio Iglesias", "name" : "Sergio Iglesias", "data" : [ [ "Perl 5", 6 ] - ], - "id" : "Sergio Iglesias" + ] }, { - "name" : "Steven Wilson", + "id" : "Steven Wilson", "data" : [ [ "Perl 5", 6 ] ], - "id" : "Steven Wilson" + "name" : "Steven Wilson" }, { - "name" : "Arpad Toth", + "id" : "Arpad Toth", "data" : [ [ "Perl 5", 5 ] ], - "id" : "Arpad Toth" + "name" : "Arpad Toth" }, { - "name" : "Guillermo Ramos", "data" : [ [ "Perl 5", 5 ] ], + "name" : "Guillermo Ramos", "id" : "Guillermo Ramos" }, { - "id" : "Khalid", "data" : [ [ "Perl 5", @@ -435,11 +446,10 @@ 1 ] ], - "name" : "Khalid" + "name" : "Khalid", + "id" : "Khalid" }, { - "name" : "Steve Rogerson", - "id" : "Steve Rogerson", "data" : [ [ "Perl 5", @@ -449,101 +459,103 @@ "Perl 6", 2 ] - ] + ], + "name" : "Steve Rogerson", + "id" : "Steve Rogerson" }, { "name" : "Veesh Goldman", - "id" : "Veesh Goldman", "data" : [ [ "Perl 5", 5 ] - ] + ], + "id" : "Veesh Goldman" }, { - "name" : "Yozen Hernandez", "id" : "Yozen Hernandez", "data" : [ - [ - "Perl 5", - 4 - ], [ "Blog", 1 + ], + [ + "Perl 5", + 4 ] - ] + ], + "name" : "Yozen Hernandez" }, { + "id" : "Alex Daniel", "name" : "Alex Daniel", "data" : [ [ "Perl 6", 4 ] - ], - "id" : "Alex Daniel" + ] }, { - "id" : "Bob Kleemann", "data" : [ [ "Perl 5", 4 ] ], - "name" : "Bob Kleemann" + "name" : "Bob Kleemann", + "id" : "Bob Kleemann" }, { - "name" : "Chenyf", - "id" : "Chenyf", "data" : [ [ "Perl 6", 4 ] - ] + ], + "name" : "Chenyf", + "id" : "Chenyf" }, { - "id" : "David Kayal", "data" : [ [ "Perl 5", 4 ] ], - "name" : "David Kayal" + "name" : "David Kayal", + "id" : "David Kayal" }, { - "id" : "Finley", "data" : [ [ "Perl 6", 4 ] ], - "name" : "Finley" + "name" : "Finley", + "id" : "Finley" }, { - "name" : "Jaime Corchado", + "id" : "Jaime Corchado", "data" : [ [ "Perl 5", 4 ] ], - "id" : "Jaime Corchado" + "name" : "Jaime Corchado" }, { - "name" : "Luis F. Uceta", + "id" : "Luis F. Uceta", "data" : [ [ "Perl 6", 4 ] ], - "id" : "Luis F. Uceta" + "name" : "Luis F. Uceta" }, { "data" : [ @@ -552,28 +564,28 @@ 4 ] ], - "id" : "Matt Latusek", - "name" : "Matt Latusek" + "name" : "Matt Latusek", + "id" : "Matt Latusek" }, { - "name" : "Neil Bowers", "data" : [ [ "Perl 5", 4 ] ], + "name" : "Neil Bowers", "id" : "Neil Bowers" }, { - "name" : "Simon Reinhardt", "id" : "Simon Reinhardt", "data" : [ [ "Perl 5", 4 ] - ] + ], + "name" : "Simon Reinhardt" }, { "name" : "Tim Smith", @@ -586,18 +598,18 @@ "id" : "Tim Smith" }, { - "name" : "Ailbhe Tweedie", "id" : "Ailbhe Tweedie", "data" : [ [ "Perl 5", 3 ] - ] + ], + "name" : "Ailbhe Tweedie" }, { - "name" : "Dave Cross", "id" : "Dave Cross", + "name" : "Dave Cross", "data" : [ [ "Blog", @@ -611,34 +623,29 @@ } ] }, - "plotOptions" : { - "series" : { - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - }, - "borderWidth" : 0 - } + "title" : { + "text" : "Perl Weekly Challenge Leaders (TOP 50)" + }, + "xAxis" : { + "type" : "category" }, "series" : [ { - "name" : "Perl Weekly Challenge Leaders", - "colorByPoint" : "true", "data" : [ { - "name" : "#1: Laurent Rosenfeld", "drilldown" : "Laurent Rosenfeld", - "y" : 90 + "y" : 90, + "name" : "#1: Laurent Rosenfeld" }, { + "y" : 84, "name" : "#2: Joelle Maslak", - "drilldown" : "Joelle Maslak", - "y" : 84 + "drilldown" : "Joelle Maslak" }, { + "drilldown" : "Jaldhar H. Vyas", "name" : "#3: Jaldhar H. Vyas", - "y" : 64, - "drilldown" : "Jaldhar H. Vyas" + "y" : 64 }, { "drilldown" : "Ruben Westerberg", @@ -646,48 +653,48 @@ "name" : "#4: Ruben Westerberg" }, { - "y" : 50, "drilldown" : "Simon Proctor", + "y" : 50, "name" : "#5: Simon Proctor" }, { - "name" : "#6: Adam Russell", "drilldown" : "Adam Russell", - "y" : 48 + "y" : 48, + "name" : "#6: Adam Russell" }, { - "name" : "#7: Dr James A. Smith", + "drilldown" : "Dr James A. Smith", "y" : 44, - "drilldown" : "Dr James A. Smith" + "name" : "#7: Dr James A. Smith" }, { - "drilldown" : "Kian-Meng Ang", + "name" : "#8: Kian-Meng Ang", "y" : 44, - "name" : "#8: Kian-Meng Ang" + "drilldown" : "Kian-Meng Ang" }, { - "drilldown" : "Arne Sommer", + "name" : "#9: Arne Sommer", "y" : 42, - "name" : "#9: Arne Sommer" + "drilldown" : "Arne Sommer" }, { - "y" : 42, "drilldown" : "Jo Christian Oterhals", + "y" : 42, "name" : "#10: Jo Christian Oterhals" }, { - "y" : 38, "drilldown" : "Gustavo Chaves", + "y" : 38, "name" : "#11: Gustavo Chaves" }, { "name" : "#12: Andrezgz", - "drilldown" : "Andrezgz", - "y" : 34 + "y" : 34, + "drilldown" : "Andrezgz" }, { "name" : "#13: Athanasius", - "y" : 32, + "y" : 34, "drilldown" : "Athanasius" }, { @@ -696,29 +703,29 @@ "drilldown" : "Nick Logan" }, { - "name" : "#15: Dave Jacoby", "drilldown" : "Dave Jacoby", - "y" : 30 + "y" : 30, + "name" : "#15: Dave Jacoby" }, { - "name" : "#16: Francis Whittle", "drilldown" : "Francis Whittle", + "name" : "#16: Francis Whittle", "y" : 28 }, { - "name" : "#17: Lars Balker", "y" : 28, + "name" : "#17: Lars Balker", "drilldown" : "Lars Balker" }, { - "y" : 26, "drilldown" : "Mark Senn", - "name" : "#18: Mark Senn" + "name" : "#18: Mark Senn", + "y" : 26 }, { - "y" : 22, "drilldown" : "Daniel Mantovani", - "name" : "#19: Daniel Mantovani" + "name" : "#19: Daniel Mantovani", + "y" : 22 }, { "drilldown" : "Doug Schrag", @@ -726,98 +733,98 @@ "name" : "#20: Doug Schrag" }, { - "y" : 20, "drilldown" : "Duncan C. White", + "y" : 20, "name" : "#21: Duncan C. White" }, { "y" : 16, - "drilldown" : "Robert Gratza", - "name" : "#22: Robert Gratza" + "name" : "#22: Robert Gratza", + "drilldown" : "Robert Gratza" }, { "name" : "#23: E. Choroba", - "drilldown" : "E. Choroba", - "y" : 14 + "y" : 14, + "drilldown" : "E. Choroba" }, { "y" : 14, - "drilldown" : "John Barrett", - "name" : "#24: John Barrett" + "name" : "#24: John Barrett", + "drilldown" : "John Barrett" }, { + "name" : "#25: Ozzy", "y" : 14, - "drilldown" : "Ozzy", - "name" : "#25: Ozzy" + "drilldown" : "Ozzy" }, { + "name" : "#26: Alicia Bielsa", "y" : 12, - "drilldown" : "Alicia Bielsa", - "name" : "#26: Alicia Bielsa" + "drilldown" : "Alicia Bielsa" }, { "drilldown" : "Maxim Kolodyazhny", - "y" : 12, - "name" : "#27: Maxim Kolodyazhny" + "name" : "#27: Maxim Kolodyazhny", + "y" : 12 }, { "drilldown" : "Maxim Nechaev", - "y" : 12, - "name" : "#28: Maxim Nechaev" + "name" : "#28: Maxim Nechaev", + "y" : 12 }, { "drilldown" : "Philippe Bruhat", - "y" : 12, - "name" : "#29: Philippe Bruhat" + "name" : "#29: Philippe Bruhat", + "y" : 12 }, { "drilldown" : "Sergio Iglesias", - "y" : 12, - "name" : "#30: Sergio Iglesias" + "name" : "#30: Sergio Iglesias", + "y" : 12 }, { - "name" : "#31: Steven Wilson", "drilldown" : "Steven Wilson", - "y" : 12 + "y" : 12, + "name" : "#31: Steven Wilson" }, { "drilldown" : "Arpad Toth", - "y" : 10, - "name" : "#32: Arpad Toth" + "name" : "#32: Arpad Toth", + "y" : 10 }, { - "drilldown" : "Guillermo Ramos", + "name" : "#33: Guillermo Ramos", "y" : 10, - "name" : "#33: Guillermo Ramos" + "drilldown" : "Guillermo Ramos" }, { - "name" : "#34: Khalid", "drilldown" : "Khalid", + "name" : "#34: Khalid", "y" : 10 }, { - "y" : 10, "drilldown" : "Steve Rogerson", + "y" : 10, "name" : "#35: Steve Rogerson" }, { - "drilldown" : "Veesh Goldman", "y" : 10, - "name" : "#36: Veesh Goldman" + "name" : "#36: Veesh Goldman", + "drilldown" : "Veesh Goldman" }, { - "y" : 10, "drilldown" : "Yozen Hernandez", - "name" : "#37: Yozen Hernandez" + "name" : "#37: Yozen Hernandez", + "y" : 10 }, { "drilldown" : "Alex Daniel", - "y" : 8, - "name" : "#38: Alex Daniel" + "name" : "#38: Alex Daniel", + "y" : 8 }, { - "name" : "#39: Bob Kleemann", "y" : 8, + "name" : "#39: Bob Kleemann", "drilldown" : "Bob Kleemann" }, { @@ -826,79 +833,72 @@ "name" : "#40: Chenyf" }, { - "drilldown" : "David Kayal", "y" : 8, - "name" : "#41: David Kayal" + "name" : "#41: David Kayal", + "drilldown" : "David Kayal" }, { - "y" : 8, "drilldown" : "Finley", + "y" : 8, "name" : "#42: Finley" }, { - "name" : "#43: Jaime Corchado", + "drilldown" : "Jaime Corchado", "y" : 8, - "drilldown" : "Jaime Corchado" + "name" : "#43: Jaime Corchado" }, { "drilldown" : "Luis F. Uceta", - "y" : 8, - "name" : "#44: Luis F. Uceta" + "name" : "#44: Luis F. Uceta", + "y" : 8 }, { - "y" : 8, "drilldown" : "Matt Latusek", - "name" : "#45: Matt Latusek" + "name" : "#45: Matt Latusek", + "y" : 8 }, { - "y" : 8, "drilldown" : "Neil Bowers", + "y" : 8, "name" : "#46: Neil Bowers" }, { "name" : "#47: Simon Reinhardt", - "drilldown" : "Simon Reinhardt", - "y" : 8 + "y" : 8, + "drilldown" : "Simon Reinhardt" }, { - "name" : "#48: Tim Smith", "drilldown" : "Tim Smith", + "name" : "#48: Tim Smith", "y" : 8 }, { + "name" : "#49: Ailbhe Tweedie", "y" : 6, - "drilldown" : "Ailbhe Tweedie", - "name" : "#49: Ailbhe Tweedie" + "drilldown" : "Ailbhe Tweedie" }, { - "name" : "#50: Dave Cross", "y" : 6, + "name" : "#50: Dave Cross", "drilldown" : "Dave Cross" } - ] + ], + "colorByPoint" : "true", + "name" : "Perl Weekly Challenge Leaders" } ], - "tooltip" : { - "followPointer" : "true", - "pointFormat" : "{point.name}: {point.y:f}
", - "headerFormat" : "" - }, - "xAxis" : { - "type" : "category" - }, "subtitle" : { - "text" : "Click the columns to drilldown the score breakdown. Last updated at 2019-05-25 03:45:07 GMT" - }, - "legend" : { - "enabled" : "false" + "text" : "Click the columns to drilldown the score breakdown. Last updated at 2019-05-25 09:24:12 GMT" }, "yAxis" : { "title" : { "text" : "Total Score" } }, - "title" : { - "text" : "Perl Weekly Challenge Leaders (TOP 50)" + "tooltip" : { + "headerFormat" : "", + "pointFormat" : "{point.name}: {point.y:f}
", + "followPointer" : "true" }, "chart" : { "type" : "column" diff --git a/stats/pwc-summary-1-30.json b/stats/pwc-summary-1-30.json index 2680ee2aac..2f9bda5bbf 100644 --- a/stats/pwc-summary-1-30.json +++ b/stats/pwc-summary-1-30.json @@ -1,8 +1,9 @@ { - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2019-05-25 09:24:00 GMT" }, "xAxis" : { "categories" : [ @@ -38,25 +39,24 @@ "Freddie B" ] }, + "title" : { + "text" : "Perl Weekly Challenge - 2019" + }, "yAxis" : { - "min" : 0, "title" : { "text" : "" - } - }, - "chart" : { - "type" : "column" + }, + "min" : 0 }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, "tooltip" : { "shared" : 1, "pointFormat" : "{series.name}: {point.y}
" }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2019-05-25 03:44:59 GMT" - }, "series" : [ { "name" : "Perl 5", @@ -72,7 +72,7 @@ 0, 0, 5, - 16, + 17, 0, 0, 4, @@ -94,6 +94,7 @@ ] }, { + "name" : "Perl 6", "data" : [ 0, 0, @@ -125,8 +126,7 @@ 10, 0, 0 - ], - "name" : "Perl 6" + ] } ] } diff --git a/stats/pwc-summary-31-60.json b/stats/pwc-summary-31-60.json index b1ff0e3a30..aad5819aef 100644 --- a/stats/pwc-summary-31-60.json +++ b/stats/pwc-summary-31-60.json @@ -1,7 +1,58 @@ { + "chart" : { + "type" : "column" + }, + "xAxis" : { + "categories" : [ + "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", + "Joelle Maslak", + "John Barrett", + "Juan Caballero", + "Khalid", + "Kian-Meng Ang", + "Kivanc Yazan", + "Lars Balker", + "Laurent Rosenfeld", + "Magnus Woldrich", + "Mark Senn", + "Martin Mugeni", + "Matt Latusek", + "Maxim Kolodyazhny", + "Maxim Nechaev", + "Michael Schaap", + "Neil Bowers", + "Nick Logan", + "Chenyf", + "Oleksii Tsvietnov" + ] + }, "title" : { "text" : "Perl Weekly Challenge - 2019" }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2019-05-25 09:24:00 GMT" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, "series" : [ { "data" : [ @@ -39,7 +90,6 @@ "name" : "Perl 5" }, { - "name" : "Perl 6", "data" : [ 0, 0, @@ -71,62 +121,12 @@ 8, 4, 0 - ] + ], + "name" : "Perl 6" } ], - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2019-05-25 03:44:59 GMT" - }, "tooltip" : { - "shared" : 1, - "pointFormat" : "{series.name}: {point.y}
" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "xAxis" : { - "categories" : [ - "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", - "Joelle Maslak", - "John Barrett", - "Juan Caballero", - "Khalid", - "Kian-Meng Ang", - "Kivanc Yazan", - "Lars Balker", - "Laurent Rosenfeld", - "Magnus Woldrich", - "Mark Senn", - "Martin Mugeni", - "Matt Latusek", - "Maxim Kolodyazhny", - "Maxim Nechaev", - "Michael Schaap", - "Neil Bowers", - "Nick Logan", - "Chenyf", - "Oleksii Tsvietnov" - ] - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "chart" : { - "type" : "column" + "pointFormat" : "{series.name}: {point.y}
", + "shared" : 1 } } diff --git a/stats/pwc-summary-61-90.json b/stats/pwc-summary-61-90.json index 6a612c0206..62091cc667 100644 --- a/stats/pwc-summary-61-90.json +++ b/stats/pwc-summary-61-90.json @@ -1,14 +1,58 @@ { + "chart" : { + "type" : "column" + }, + "xAxis" : { + "categories" : [ + "Ozzy", + "Pavel Jurca", + "Pavel Starikov", + "Pete Houston", + "Pete Sergeant", + "Philippe Bruhat", + "Prajith P", + "Robert Gratza", + "Ruben Westerberg", + "Sean Meininger", + "Sergio Iglesias", + "Simon Proctor", + "Simon Reinhardt", + "Steve Rogerson", + "Steven Lembark", + "Steven Wilson", + "Tiago Stock", + "Tim Smith", + "Tore Andersson", + "Luis F. Uceta", + "Veesh Goldman", + "William Gilmore", + "Yary H", + "Yozen Hernandez" + ] + }, + "subtitle" : { + "text" : "[Champions: 24] Last updated at 2019-05-25 09:24:00 GMT" + }, "title" : { "text" : "Perl Weekly Challenge - 2019" }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "tooltip" : { - "shared" : 1, - "pointFormat" : "{series.name}: {point.y}
" + "pointFormat" : "{series.name}: {point.y}
", + "shared" : 1 }, "series" : [ { - "name" : "Perl 5", "data" : [ 0, 2, @@ -34,7 +78,8 @@ 1, 1, 4 - ] + ], + "name" : "Perl 5" }, { "name" : "Perl 6", @@ -65,50 +110,5 @@ 0 ] } - ], - "subtitle" : { - "text" : "[Champions: 24] Last updated at 2019-05-25 03:44:59 GMT" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "xAxis" : { - "categories" : [ - "Ozzy", - "Pavel Jurca", - "Pavel Starikov", - "Pete Houston", - "Pete Sergeant", - "Philippe Bruhat", - "Prajith P", - "Robert Gratza", - "Ruben Westerberg", - "Sean Meininger", - "Sergio Iglesias", - "Simon Proctor", - "Simon Reinhardt", - "Steve Rogerson", - "Steven Lembark", - "Steven Wilson", - "Tiago Stock", - "Tim Smith", - "Tore Andersson", - "Luis F. Uceta", - "Veesh Goldman", - "William Gilmore", - "Yary H", - "Yozen Hernandez" - ] - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "chart" : { - "type" : "column" - } + ] } diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index d029a973b2..78dbfc883f 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,9 +1,106 @@ { + "title" : { + "text" : "Perl Weekly Challenge - 2019" + }, + "chart" : { + "type" : "column" + }, + "xAxis" : { + "categories" : [ + "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", + "Doug Schrag", + "Duncan C. White", + "E. Choroba", + "Eddy HS", + "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", + "Joelle Maslak", + "John Barrett", + "Juan Caballero", + "Khalid", + "Kian-Meng Ang", + "Kivanc Yazan", + "Lars Balker", + "Laurent Rosenfeld", + "Magnus Woldrich", + "Mark Senn", + "Martin Mugeni", + "Matt Latusek", + "Maxim Kolodyazhny", + "Maxim Nechaev", + "Michael Schaap", + "Neil Bowers", + "Nick Logan", + "Chenyf", + "Oleksii Tsvietnov", + "Ozzy", + "Pavel Jurca", + "Pavel Starikov", + "Pete Houston", + "Pete Sergeant", + "Philippe Bruhat", + "Prajith P", + "Robert Gratza", + "Ruben Westerberg", + "Sean Meininger", + "Sergio Iglesias", + "Simon Proctor", + "Simon Reinhardt", + "Steve Rogerson", + "Steven Lembark", + "Steven Wilson", + "Tiago Stock", + "Tim Smith", + "Tore Andersson", + "Luis F. Uceta", + "Veesh Goldman", + "William Gilmore", + "Yary H", + "Yozen Hernandez" + ] + }, "yAxis" : { + "min" : 0, "title" : { "text" : "" - }, - "min" : 0 + } + }, + "subtitle" : { + "text" : "[Champions: 84] Last updated at 2019-05-25 09:24:00 GMT" }, "series" : [ { @@ -19,7 +116,7 @@ 0, 0, 5, - 16, + 17, 0, 0, 4, @@ -96,6 +193,7 @@ "name" : "Perl 5" }, { + "name" : "Perl 6", "data" : [ 0, 0, @@ -181,114 +279,16 @@ 0, 1, 0 - ], - "name" : "Perl 6" + ] } ], - "title" : { - "text" : "Perl Weekly Challenge - 2019" - }, "tooltip" : { - "shared" : 1, - "pointFormat" : "{series.name}: {point.y}
" + "pointFormat" : "{series.name}: {point.y}
", + "shared" : 1 }, "plotOptions" : { "column" : { "stacking" : "percent" } - }, - "xAxis" : { - "categories" : [ - "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", - "Doug Schrag", - "Duncan C. White", - "E. Choroba", - "Eddy HS", - "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", - "Joelle Maslak", - "John Barrett", - "Juan Caballero", - "Khalid", - "Kian-Meng Ang", - "Kivanc Yazan", - "Lars Balker", - "Laurent Rosenfeld", - "Magnus Woldrich", - "Mark Senn", - "Martin Mugeni", - "Matt Latusek", - "Maxim Kolodyazhny", - "Maxim Nechaev", - "Michael Schaap", - "Neil Bowers", - "Nick Logan", - "Chenyf", - "Oleksii Tsvietnov", - "Ozzy", - "Pavel Jurca", - "Pavel Starikov", - "Pete Houston", - "Pete Sergeant", - "Philippe Bruhat", - "Prajith P", - "Robert Gratza", - "Ruben Westerberg", - "Sean Meininger", - "Sergio Iglesias", - "Simon Proctor", - "Simon Reinhardt", - "Steve Rogerson", - "Steven Lembark", - "Steven Wilson", - "Tiago Stock", - "Tim Smith", - "Tore Andersson", - "Luis F. Uceta", - "Veesh Goldman", - "William Gilmore", - "Yary H", - "Yozen Hernandez" - ] - }, - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "[Champions: 84] Last updated at 2019-05-25 03:44:59 GMT" } } -- cgit