From e13ec6b435490da7ea3b8bee5041a219b4ded85f Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Thu, 2 May 2019 10:53:37 +0100 Subject: - Added solutions by Maxim Kolodyazhny. --- stats/pwc-current.json | 169 ++++---- stats/pwc-language-breakdown.json | 98 ++--- stats/pwc-leaders.json | 850 +++++++++++++++++++------------------- stats/pwc-summary-1-30.json | 102 ++--- stats/pwc-summary-31-60.json | 92 ++--- stats/pwc-summary-61-90.json | 68 +-- stats/pwc-summary.json | 202 ++++----- 7 files changed, 798 insertions(+), 783 deletions(-) diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 2c5fc28ba5..e1555f8308 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,75 +1,15 @@ { - "title" : { - "text" : "Perl Weekly Challenge - 006" - }, - "legend" : { - "enabled" : 0 - }, - "series" : [ - { - "colorByPoint" : 1, - "name" : "Champions", - "data" : [ - { - "name" : "Alicia Bielsa", - "y" : 1, - "drilldown" : "Alicia Bielsa" - }, - { - "y" : 2, - "name" : "Andrezgz", - "drilldown" : "Andrezgz" - }, - { - "drilldown" : "Athanasius", - "name" : "Athanasius", - "y" : 2 - }, - { - "drilldown" : "Gustavo Chaves", - "y" : 2, - "name" : "Gustavo Chaves" - }, - { - "drilldown" : "Joelle Maslak", - "name" : "Joelle Maslak", - "y" : 4 - }, - { - "drilldown" : "Simon Proctor", - "y" : 1, - "name" : "Simon Proctor" - }, - { - "drilldown" : "Tim Smith", - "name" : "Tim Smith", - "y" : 2 - } - ] - } - ], - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "chart" : { - "type" : "column" - }, - "xAxis" : { - "type" : "category" - }, "drilldown" : { "series" : [ { - "id" : "Alicia Bielsa", - "name" : "Alicia Bielsa", "data" : [ [ "Perl 5", 1 ] - ] + ], + "name" : "Alicia Bielsa", + "id" : "Alicia Bielsa" }, { "data" : [ @@ -93,16 +33,15 @@ }, { "id" : "Gustavo Chaves", + "name" : "Gustavo Chaves", "data" : [ [ "Perl 5", 2 ] - ], - "name" : "Gustavo Chaves" + ] }, { - "id" : "Joelle Maslak", "data" : [ [ "Perl 5", @@ -113,45 +52,121 @@ 2 ] ], + "id" : "Joelle Maslak", "name" : "Joelle Maslak" }, { - "name" : "Simon Proctor", + "data" : [ + [ + "Perl 5", + 1 + ] + ], + "id" : "Maxim Kolodyazhny", + "name" : "Maxim Kolodyazhny" + }, + { "data" : [ [ "Perl 6", 1 ] ], - "id" : "Simon Proctor" + "id" : "Simon Proctor", + "name" : "Simon Proctor" }, { "name" : "Tim Smith", + "id" : "Tim Smith", "data" : [ [ "Perl 6", 2 ] - ], - "id" : "Tim Smith" + ] } ] }, + "xAxis" : { + "type" : "category" + }, + "series" : [ + { + "data" : [ + { + "y" : 1, + "name" : "Alicia Bielsa", + "drilldown" : "Alicia Bielsa" + }, + { + "y" : 2, + "name" : "Andrezgz", + "drilldown" : "Andrezgz" + }, + { + "y" : 2, + "name" : "Athanasius", + "drilldown" : "Athanasius" + }, + { + "name" : "Gustavo Chaves", + "y" : 2, + "drilldown" : "Gustavo Chaves" + }, + { + "drilldown" : "Joelle Maslak", + "name" : "Joelle Maslak", + "y" : 4 + }, + { + "name" : "Maxim Kolodyazhny", + "y" : 1, + "drilldown" : "Maxim Kolodyazhny" + }, + { + "name" : "Simon Proctor", + "y" : 1, + "drilldown" : "Simon Proctor" + }, + { + "name" : "Tim Smith", + "y" : 2, + "drilldown" : "Tim Smith" + } + ], + "colorByPoint" : 1, + "name" : "Champions" + } + ], + "legend" : { + "enabled" : 0 + }, + "title" : { + "text" : "Perl Weekly Challenge - 006" + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, "tooltip" : { - "headerFormat" : "{series.name}
", + "pointerFormat" : "{point.name}: {point.y:f}
", "followPointer" : 1, - "pointerFormat" : "{point.name}: {point.y:f}
" + "headerFormat" : "{series.name}
" + }, + "subtitle" : { + "text" : "[Champions: 8] Last updated at 2019-05-02 09:52:35 GMT" + }, + "chart" : { + "type" : "column" }, "plotOptions" : { "series" : { "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 + "enabled" : 1, + "format" : "{point.y}" }, "borderWidth" : 0 } - }, - "subtitle" : { - "text" : "[Champions: 7] Last updated at 2019-05-01 15:12:47 GMT" } } diff --git a/stats/pwc-language-breakdown.json b/stats/pwc-language-breakdown.json index fc31bd9517..42bb23798e 100644 --- a/stats/pwc-language-breakdown.json +++ b/stats/pwc-language-breakdown.json @@ -1,39 +1,40 @@ { - "title" : { - "text" : "Perl Weekly Challenge Language" - }, "plotOptions" : { "series" : { + "borderWidth" : 0, "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - }, - "borderWidth" : 0 + "format" : "{point.y}", + "enabled" : 1 + } + } + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" } }, "series" : [ { - "colorByPoint" : "true", "data" : [ { - "name" : "#001 [P5=76 P6=37]", + "y" : 113, "drilldown" : "001", - "y" : 113 + "name" : "#001 [P5=76 P6=37]" }, { "name" : "#002 [P5=63 P6=32]", - "drilldown" : "002", - "y" : 95 + "y" : 95, + "drilldown" : "002" }, { - "y" : 58, + "name" : "#003 [P5=32 P6=26]", "drilldown" : "003", - "name" : "#003 [P5=32 P6=26]" + "y" : 58 }, { "name" : "#004 [P5=46 P6=29]", - "y" : 75, - "drilldown" : "004" + "drilldown" : "004", + "y" : 75 }, { "name" : "#005 [P5=31 P6=22]", @@ -41,34 +42,29 @@ "drilldown" : "005" }, { - "name" : "#006 [P5=9 P6=5]", - "drilldown" : "006", - "y" : 14 + "name" : "#006 [P5=10 P6=5]", + "y" : 15, + "drilldown" : "006" } ], + "colorByPoint" : "true", "name" : "Perl Weekly Challenge Languages" } ], - "subtitle" : { - "text" : "Click the columns to drilldown the language breakdown. Last updated at 2019-05-01 15:12:51 GMT" - }, "xAxis" : { "type" : "category" }, - "legend" : { - "enabled" : "false" - }, "chart" : { "type" : "column" }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } + "subtitle" : { + "text" : "Click the columns to drilldown the language breakdown. Last updated at 2019-05-02 09:52:46 GMT" }, "drilldown" : { "series" : [ { + "id" : "001", + "name" : "001", "data" : [ [ "Perl 5", @@ -78,13 +74,9 @@ "Perl 6", 37 ] - ], - "id" : "001", - "name" : "001" + ] }, { - "id" : "002", - "name" : "002", "data" : [ [ "Perl 5", @@ -94,9 +86,13 @@ "Perl 6", 32 ] - ] + ], + "name" : "002", + "id" : "002" }, { + "name" : "003", + "id" : "003", "data" : [ [ "Perl 5", @@ -106,11 +102,11 @@ "Perl 6", 26 ] - ], - "id" : "003", - "name" : "003" + ] }, { + "name" : "004", + "id" : "004", "data" : [ [ "Perl 5", @@ -120,11 +116,11 @@ "Perl 6", 29 ] - ], - "id" : "004", - "name" : "004" + ] }, { + "id" : "005", + "name" : "005", "data" : [ [ "Perl 5", @@ -134,29 +130,33 @@ "Perl 6", 22 ] - ], - "id" : "005", - "name" : "005" + ] }, { "data" : [ [ "Perl 5", - 9 + 10 ], [ "Perl 6", 5 ] ], - "id" : "006", - "name" : "006" + "name" : "006", + "id" : "006" } ] }, "tooltip" : { + "followPointer" : "true", "pointFormat" : "{point.name}: {point.y:f}
", - "headerFormat" : "", - "followPointer" : "true" + "headerFormat" : "" + }, + "legend" : { + "enabled" : "false" + }, + "title" : { + "text" : "Perl Weekly Challenge Language" } } diff --git a/stats/pwc-leaders.json b/stats/pwc-leaders.json index 9f5424d364..cdb0976a6e 100644 --- a/stats/pwc-leaders.json +++ b/stats/pwc-leaders.json @@ -1,273 +1,14 @@ { - "title" : { - "text" : "Perl Weekly Challenge Leaders (TOP 50)" - }, - "subtitle" : { - "text" : "Click the columns to drilldown the score breakdown. Last updated at 2019-05-01 15:12:49 GMT" - }, - "series" : [ - { - "colorByPoint" : "true", - "name" : "Perl Weekly Challenge Leaders", - "data" : [ - { - "drilldown" : "Joelle Maslak", - "y" : 50, - "name" : "#1: Joelle Maslak" - }, - { - "drilldown" : "Laurent Rosenfeld", - "name" : "#2: Laurent Rosenfeld", - "y" : 48 - }, - { - "y" : 40, - "name" : "#3: Jaldhar H. Vyas", - "drilldown" : "Jaldhar H. Vyas" - }, - { - "drilldown" : "Simon Proctor", - "y" : 38, - "name" : "#4: Simon Proctor" - }, - { - "y" : 36, - "name" : "#5: Dr James A. Smith", - "drilldown" : "Dr James A. Smith" - }, - { - "drilldown" : "Jo Christian Oterhals", - "y" : 36, - "name" : "#6: Jo Christian Oterhals" - }, - { - "y" : 32, - "name" : "#7: Nick Logan", - "drilldown" : "Nick Logan" - }, - { - "drilldown" : "Ruben Westerberg", - "y" : 32, - "name" : "#8: Ruben Westerberg" - }, - { - "name" : "#9: Adam Russell", - "y" : 30, - "drilldown" : "Adam Russell" - }, - { - "drilldown" : "Lars Balker", - "y" : 28, - "name" : "#10: Lars Balker" - }, - { - "drilldown" : "Gustavo Chaves", - "name" : "#11: Gustavo Chaves", - "y" : 26 - }, - { - "drilldown" : "Mark Senn", - "y" : 26, - "name" : "#12: Mark Senn" - }, - { - "name" : "#13: Andrezgz", - "y" : 24, - "drilldown" : "Andrezgz" - }, - { - "drilldown" : "Arne Sommer", - "y" : 24, - "name" : "#14: Arne Sommer" - }, - { - "y" : 24, - "name" : "#15: Athanasius", - "drilldown" : "Athanasius" - }, - { - "y" : 24, - "name" : "#16: Kian-Meng Ang", - "drilldown" : "Kian-Meng Ang" - }, - { - "name" : "#17: Doug Schrag", - "y" : 20, - "drilldown" : "Doug Schrag" - }, - { - "name" : "#18: Francis Whittle", - "y" : 18, - "drilldown" : "Francis Whittle" - }, - { - "drilldown" : "Duncan C. White", - "y" : 16, - "name" : "#19: Duncan C. White" - }, - { - "y" : 16, - "name" : "#20: Robert Gratza", - "drilldown" : "Robert Gratza" - }, - { - "name" : "#21: John Barrett", - "y" : 14, - "drilldown" : "John Barrett" - }, - { - "drilldown" : "Daniel Mantovani", - "y" : 12, - "name" : "#22: Daniel Mantovani" - }, - { - "name" : "#23: Philippe Bruhat", - "y" : 12, - "drilldown" : "Philippe Bruhat" - }, - { - "y" : 12, - "name" : "#24: Sergio Iglesias", - "drilldown" : "Sergio Iglesias" - }, - { - "drilldown" : "Khalid", - "name" : "#25: Khalid", - "y" : 10 - }, - { - "drilldown" : "Steve Rogerson", - "y" : 10, - "name" : "#26: Steve Rogerson" - }, - { - "y" : 10, - "name" : "#27: Veesh Goldman", - "drilldown" : "Veesh Goldman" - }, - { - "y" : 8, - "name" : "#28: Alex Daniel", - "drilldown" : "Alex Daniel" - }, - { - "name" : "#29: Arpad Toth", - "y" : 8, - "drilldown" : "Arpad Toth" - }, - { - "name" : "#30: Bob Kleemann", - "y" : 8, - "drilldown" : "Bob Kleemann" - }, - { - "name" : "#31: Chenyf", - "y" : 8, - "drilldown" : "Chenyf" - }, - { - "drilldown" : "David Kayal", - "name" : "#32: David Kayal", - "y" : 8 - }, - { - "drilldown" : "Jaime Corchado", - "name" : "#33: Jaime Corchado", - "y" : 8 - }, - { - "name" : "#34: Matt Latusek", - "y" : 8, - "drilldown" : "Matt Latusek" - }, - { - "name" : "#35: Maxim Kolodyazhny", - "y" : 8, - "drilldown" : "Maxim Kolodyazhny" - }, - { - "drilldown" : "Ozzy", - "y" : 8, - "name" : "#36: Ozzy" - }, - { - "y" : 8, - "name" : "#37: Simon Reinhardt", - "drilldown" : "Simon Reinhardt" - }, - { - "y" : 8, - "name" : "#38: Steven Wilson", - "drilldown" : "Steven Wilson" - }, - { - "y" : 8, - "name" : "#39: Tim Smith", - "drilldown" : "Tim Smith" - }, - { - "y" : 6, - "name" : "#40: Ailbhe Tweedie", - "drilldown" : "Ailbhe Tweedie" - }, - { - "name" : "#41: Alicia Bielsa", - "y" : 6, - "drilldown" : "Alicia Bielsa" - }, - { - "drilldown" : "Dave Cross", - "y" : 6, - "name" : "#42: Dave Cross" - }, - { - "y" : 6, - "name" : "#43: Dave Jacoby", - "drilldown" : "Dave Jacoby" - }, - { - "drilldown" : "E. Choroba", - "name" : "#44: E. Choroba", - "y" : 6 - }, - { - "drilldown" : "Freddie B", - "name" : "#45: Freddie B", - "y" : 6 - }, - { - "name" : "#46: Jeremy Carman", - "y" : 6, - "drilldown" : "Jeremy Carman" - }, - { - "drilldown" : "Kivanc Yazan", - "y" : 6, - "name" : "#47: Kivanc Yazan" - }, - { - "drilldown" : "Neil Bowers", - "name" : "#48: Neil Bowers", - "y" : 6 - }, - { - "drilldown" : "Pete Houston", - "y" : 6, - "name" : "#49: Pete Houston" - }, - { - "y" : 6, - "name" : "#50: Sean Meininger", - "drilldown" : "Sean Meininger" - } - ] - } - ], "drilldown" : { "series" : [ { + "id" : "Joelle Maslak", "name" : "Joelle Maslak", "data" : [ + [ + "Perl 6", + 12 + ], [ "Perl 5", 12 @@ -275,13 +16,8 @@ [ "Blog", 1 - ], - [ - "Perl 6", - 12 ] - ], - "id" : "Joelle Maslak" + ] }, { "data" : [ @@ -302,6 +38,7 @@ "name" : "Laurent Rosenfeld" }, { + "name" : "Jaldhar H. Vyas", "id" : "Jaldhar H. Vyas", "data" : [ [ @@ -312,15 +49,12 @@ "Perl 6", 10 ] - ], - "name" : "Jaldhar H. Vyas" + ] }, { + "id" : "Simon Proctor", + "name" : "Simon Proctor", "data" : [ - [ - "Blog", - 4 - ], [ "Perl 6", 11 @@ -328,45 +62,46 @@ [ "Perl 5", 4 + ], + [ + "Blog", + 4 ] - ], - "id" : "Simon Proctor", - "name" : "Simon Proctor" + ] }, { + "id" : "Dr James A. Smith", "name" : "Dr James A. Smith", "data" : [ - [ - "Perl 6", - 8 - ], [ "Perl 5", 10 + ], + [ + "Perl 6", + 8 ] - ], - "id" : "Dr James A. Smith" + ] }, { - "name" : "Jo Christian Oterhals", - "id" : "Jo Christian Oterhals", "data" : [ [ "Blog", 4 ], - [ - "Perl 6", - 8 - ], [ "Perl 5", 6 + ], + [ + "Perl 6", + 8 ] - ] + ], + "id" : "Jo Christian Oterhals", + "name" : "Jo Christian Oterhals" }, { - "name" : "Nick Logan", "data" : [ [ "Perl 6", @@ -377,10 +112,10 @@ 8 ] ], + "name" : "Nick Logan", "id" : "Nick Logan" }, { - "name" : "Ruben Westerberg", "data" : [ [ "Perl 5", @@ -391,10 +126,10 @@ 8 ] ], - "id" : "Ruben Westerberg" + "id" : "Ruben Westerberg", + "name" : "Ruben Westerberg" }, { - "id" : "Adam Russell", "data" : [ [ "Perl 5", @@ -405,10 +140,12 @@ 5 ] ], - "name" : "Adam Russell" + "name" : "Adam Russell", + "id" : "Adam Russell" }, { "id" : "Lars Balker", + "name" : "Lars Balker", "data" : [ [ "Perl 6", @@ -418,83 +155,82 @@ "Perl 5", 10 ] - ], - "name" : "Lars Balker" + ] }, { - "name" : "Gustavo Chaves", "id" : "Gustavo Chaves", + "name" : "Gustavo Chaves", "data" : [ - [ - "Blog", - 4 - ], [ "Perl 5", 9 + ], + [ + "Blog", + 4 ] ] }, { + "id" : "Mark Senn", + "name" : "Mark Senn", "data" : [ - [ - "Blog", - 3 - ], [ "Perl 6", 10 + ], + [ + "Blog", + 3 ] - ], - "id" : "Mark Senn", - "name" : "Mark Senn" + ] }, { - "name" : "Andrezgz", - "id" : "Andrezgz", "data" : [ [ "Perl 5", 12 ] - ] + ], + "name" : "Andrezgz", + "id" : "Andrezgz" }, { "name" : "Arne Sommer", + "id" : "Arne Sommer", "data" : [ - [ - "Blog", - 4 - ], [ "Perl 6", 8 + ], + [ + "Blog", + 4 ] - ], - "id" : "Arne Sommer" + ] }, { - "name" : "Athanasius", "data" : [ [ "Perl 5", 12 ] ], + "name" : "Athanasius", "id" : "Athanasius" }, { - "name" : "Kian-Meng Ang", "data" : [ - [ - "Perl 5", - 8 - ], [ "Blog", 4 + ], + [ + "Perl 5", + 8 ] ], + "name" : "Kian-Meng Ang", "id" : "Kian-Meng Ang" }, { @@ -504,11 +240,10 @@ 10 ] ], - "id" : "Doug Schrag", - "name" : "Doug Schrag" + "name" : "Doug Schrag", + "id" : "Doug Schrag" }, { - "id" : "Francis Whittle", "data" : [ [ "Blog", @@ -519,79 +254,78 @@ 6 ] ], + "id" : "Francis Whittle", "name" : "Francis Whittle" }, { "name" : "Duncan C. White", + "id" : "Duncan C. White", "data" : [ [ "Perl 5", 8 ] - ], - "id" : "Duncan C. White" + ] }, { + "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 ] - ] + ], + "name" : "John Barrett", + "id" : "John Barrett" }, { "id" : "Daniel Mantovani", + "name" : "Daniel Mantovani", "data" : [ [ "Perl 5", 6 ] - ], - "name" : "Daniel Mantovani" + ] }, { - "name" : "Philippe Bruhat", - "id" : "Philippe Bruhat", "data" : [ - [ - "Perl 5", - 4 - ], [ "Blog", 2 + ], + [ + "Perl 5", + 4 ] - ] + ], + "name" : "Philippe Bruhat", + "id" : "Philippe Bruhat" }, { - "id" : "Sergio Iglesias", "data" : [ [ "Perl 5", 6 ] ], + "id" : "Sergio Iglesias", "name" : "Sergio Iglesias" }, { - "name" : "Khalid", - "id" : "Khalid", "data" : [ [ "Blog", @@ -601,41 +335,53 @@ "Perl 5", 4 ] - ] + ], + "name" : "Khalid", + "id" : "Khalid" }, { - "name" : "Steve Rogerson", + "name" : "Maxim Kolodyazhny", + "id" : "Maxim Kolodyazhny", "data" : [ [ "Perl 5", - 3 - ], + 5 + ] + ] + }, + { + "name" : "Steve Rogerson", + "id" : "Steve Rogerson", + "data" : [ [ "Perl 6", 2 + ], + [ + "Perl 5", + 3 ] - ], - "id" : "Steve Rogerson" + ] }, { + "name" : "Veesh Goldman", "id" : "Veesh Goldman", "data" : [ [ "Perl 5", 5 ] - ], - "name" : "Veesh Goldman" + ] }, { + "id" : "Alex Daniel", "name" : "Alex Daniel", "data" : [ [ "Perl 6", 4 ] - ], - "id" : "Alex Daniel" + ] }, { "name" : "Arpad Toth", @@ -648,74 +394,64 @@ ] }, { + "name" : "Bob Kleemann", + "id" : "Bob Kleemann", "data" : [ [ - "Perl 5", - 4 - ] - ], - "id" : "Bob Kleemann", - "name" : "Bob Kleemann" - }, - { - "name" : "Chenyf", - "data" : [ - [ - "Perl 6", + "Perl 5", 4 ] - ], - "id" : "Chenyf" + ] }, { - "id" : "David Kayal", + "name" : "Chenyf", + "id" : "Chenyf", "data" : [ [ - "Perl 5", + "Perl 6", 4 ] - ], - "name" : "David Kayal" + ] }, { - "id" : "Jaime Corchado", "data" : [ [ "Perl 5", 4 ] ], - "name" : "Jaime Corchado" + "name" : "David Kayal", + "id" : "David Kayal" }, { - "name" : "Matt Latusek", "data" : [ [ "Perl 5", 4 ] ], - "id" : "Matt Latusek" + "name" : "Jaime Corchado", + "id" : "Jaime Corchado" }, { - "name" : "Maxim Kolodyazhny", - "id" : "Maxim Kolodyazhny", "data" : [ [ "Perl 5", 4 ] - ] + ], + "id" : "Matt Latusek", + "name" : "Matt Latusek" }, { + "name" : "Ozzy", + "id" : "Ozzy", "data" : [ [ "Perl 6", 4 ] - ], - "id" : "Ozzy", - "name" : "Ozzy" + ] }, { "name" : "Simon Reinhardt", @@ -728,47 +464,48 @@ ] }, { - "name" : "Steven Wilson", - "id" : "Steven Wilson", "data" : [ [ "Perl 5", 4 ] - ] + ], + "name" : "Steven Wilson", + "id" : "Steven Wilson" }, { + "id" : "Tim Smith", + "name" : "Tim Smith", "data" : [ [ "Perl 6", 4 ] - ], - "id" : "Tim Smith", - "name" : "Tim Smith" + ] }, { - "id" : "Ailbhe Tweedie", "data" : [ [ "Perl 5", 3 ] ], - "name" : "Ailbhe Tweedie" + "name" : "Ailbhe Tweedie", + "id" : "Ailbhe Tweedie" }, { "name" : "Alicia Bielsa", + "id" : "Alicia Bielsa", "data" : [ [ "Perl 5", 3 ] - ], - "id" : "Alicia Bielsa" + ] }, { "name" : "Dave Cross", + "id" : "Dave Cross", "data" : [ [ "Perl 5", @@ -778,11 +515,11 @@ "Blog", 1 ] - ], - "id" : "Dave Cross" + ] }, { "name" : "Dave Jacoby", + "id" : "Dave Jacoby", "data" : [ [ "Blog", @@ -792,32 +529,31 @@ "Perl 5", 1 ] - ], - "id" : "Dave Jacoby" + ] }, { - "name" : "E. Choroba", "id" : "E. Choroba", + "name" : "E. Choroba", "data" : [ - [ - "Perl 5", - 2 - ], [ "Blog", 1 + ], + [ + "Perl 5", + 2 ] ] }, { - "id" : "Freddie B", "data" : [ [ "Perl 5", 3 ] ], - "name" : "Freddie B" + "name" : "Freddie B", + "id" : "Freddie B" }, { "name" : "Jeremy Carman", @@ -834,8 +570,8 @@ ] }, { - "name" : "Kivanc Yazan", "id" : "Kivanc Yazan", + "name" : "Kivanc Yazan", "data" : [ [ "Perl 5", @@ -844,49 +580,315 @@ ] }, { - "name" : "Neil Bowers", "data" : [ [ "Perl 5", 3 ] ], + "name" : "Neil Bowers", "id" : "Neil Bowers" }, { "id" : "Pete Houston", + "name" : "Pete Houston", "data" : [ [ "Perl 5", 3 ] - ], - "name" : "Pete Houston" + ] }, { "id" : "Sean Meininger", + "name" : "Sean Meininger", "data" : [ [ "Perl 6", 3 ] - ], - "name" : "Sean Meininger" + ] } ] }, "chart" : { "type" : "column" }, + "legend" : { + "enabled" : "false" + }, "plotOptions" : { "series" : { "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" + "format" : "{point.y}", + "enabled" : 1 }, "borderWidth" : 0 } }, + "tooltip" : { + "followPointer" : "true", + "headerFormat" : "", + "pointFormat" : "{point.name}: {point.y:f}
" + }, + "series" : [ + { + "name" : "Perl Weekly Challenge Leaders", + "colorByPoint" : "true", + "data" : [ + { + "drilldown" : "Joelle Maslak", + "name" : "#1: Joelle Maslak", + "y" : 50 + }, + { + "y" : 48, + "drilldown" : "Laurent Rosenfeld", + "name" : "#2: Laurent Rosenfeld" + }, + { + "y" : 40, + "drilldown" : "Jaldhar H. Vyas", + "name" : "#3: Jaldhar H. Vyas" + }, + { + "y" : 38, + "name" : "#4: Simon Proctor", + "drilldown" : "Simon Proctor" + }, + { + "drilldown" : "Dr James A. Smith", + "name" : "#5: Dr James A. Smith", + "y" : 36 + }, + { + "y" : 36, + "name" : "#6: Jo Christian Oterhals", + "drilldown" : "Jo Christian Oterhals" + }, + { + "y" : 32, + "name" : "#7: Nick Logan", + "drilldown" : "Nick Logan" + }, + { + "y" : 32, + "drilldown" : "Ruben Westerberg", + "name" : "#8: Ruben Westerberg" + }, + { + "y" : 30, + "name" : "#9: Adam Russell", + "drilldown" : "Adam Russell" + }, + { + "y" : 28, + "drilldown" : "Lars Balker", + "name" : "#10: Lars Balker" + }, + { + "y" : 26, + "drilldown" : "Gustavo Chaves", + "name" : "#11: Gustavo Chaves" + }, + { + "y" : 26, + "name" : "#12: Mark Senn", + "drilldown" : "Mark Senn" + }, + { + "name" : "#13: Andrezgz", + "drilldown" : "Andrezgz", + "y" : 24 + }, + { + "y" : 24, + "drilldown" : "Arne Sommer", + "name" : "#14: Arne Sommer" + }, + { + "drilldown" : "Athanasius", + "name" : "#15: Athanasius", + "y" : 24 + }, + { + "drilldown" : "Kian-Meng Ang", + "name" : "#16: Kian-Meng Ang", + "y" : 24 + }, + { + "name" : "#17: Doug Schrag", + "drilldown" : "Doug Schrag", + "y" : 20 + }, + { + "name" : "#18: Francis Whittle", + "drilldown" : "Francis Whittle", + "y" : 18 + }, + { + "name" : "#19: Duncan C. White", + "drilldown" : "Duncan C. White", + "y" : 16 + }, + { + "y" : 16, + "name" : "#20: Robert Gratza", + "drilldown" : "Robert Gratza" + }, + { + "y" : 14, + "drilldown" : "John Barrett", + "name" : "#21: John Barrett" + }, + { + "name" : "#22: Daniel Mantovani", + "drilldown" : "Daniel Mantovani", + "y" : 12 + }, + { + "drilldown" : "Philippe Bruhat", + "name" : "#23: Philippe Bruhat", + "y" : 12 + }, + { + "drilldown" : "Sergio Iglesias", + "name" : "#24: Sergio Iglesias", + "y" : 12 + }, + { + "drilldown" : "Khalid", + "name" : "#25: Khalid", + "y" : 10 + }, + { + "drilldown" : "Maxim Kolodyazhny", + "name" : "#26: Maxim Kolodyazhny", + "y" : 10 + }, + { + "y" : 10, + "drilldown" : "Steve Rogerson", + "name" : "#27: Steve Rogerson" + }, + { + "y" : 10, + "drilldown" : "Veesh Goldman", + "name" : "#28: Veesh Goldman" + }, + { + "name" : "#29: Alex Daniel", + "drilldown" : "Alex Daniel", + "y" : 8 + }, + { + "name" : "#30: Arpad Toth", + "drilldown" : "Arpad Toth", + "y" : 8 + }, + { + "name" : "#31: Bob Kleemann", + "drilldown" : "Bob Kleemann", + "y" : 8 + }, + { + "y" : 8, + "name" : "#32: Chenyf", + "drilldown" : "Chenyf" + }, + { + "y" : 8, + "name" : "#33: David Kayal", + "drilldown" : "David Kayal" + }, + { + "y" : 8, + "drilldown" : "Jaime Corchado", + "name" : "#34: Jaime Corchado" + }, + { + "drilldown" : "Matt Latusek", + "name" : "#35: Matt Latusek", + "y" : 8 + }, + { + "y" : 8, + "name" : "#36: Ozzy", + "drilldown" : "Ozzy" + }, + { + "y" : 8, + "drilldown" : "Simon Reinhardt", + "name" : "#37: Simon Reinhardt" + }, + { + "y" : 8, + "drilldown" : "Steven Wilson", + "name" : "#38: Steven Wilson" + }, + { + "name" : "#39: Tim Smith", + "drilldown" : "Tim Smith", + "y" : 8 + }, + { + "y" : 6, + "name" : "#40: Ailbhe Tweedie", + "drilldown" : "Ailbhe Tweedie" + }, + { + "y" : 6, + "name" : "#41: Alicia Bielsa", + "drilldown" : "Alicia Bielsa" + }, + { + "y" : 6, + "drilldown" : "Dave Cross", + "name" : "#42: Dave Cross" + }, + { + "y" : 6, + "drilldown" : "Dave Jacoby", + "name" : "#43: Dave Jacoby" + }, + { + "y" : 6, + "name" : "#44: E. Choroba", + "drilldown" : "E. Choroba" + }, + { + "y" : 6, + "drilldown" : "Freddie B", + "name" : "#45: Freddie B" + }, + { + "y" : 6, + "name" : "#46: Jeremy Carman", + "drilldown" : "Jeremy Carman" + }, + { + "name" : "#47: Kivanc Yazan", + "drilldown" : "Kivanc Yazan", + "y" : 6 + }, + { + "drilldown" : "Neil Bowers", + "name" : "#48: Neil Bowers", + "y" : 6 + }, + { + "y" : 6, + "drilldown" : "Pete Houston", + "name" : "#49: Pete Houston" + }, + { + "name" : "#50: Sean Meininger", + "drilldown" : "Sean Meininger", + "y" : 6 + } + ] + } + ], "xAxis" : { "type" : "category" }, @@ -895,12 +897,10 @@ "text" : "Total Score" } }, - "legend" : { - "enabled" : "false" + "subtitle" : { + "text" : "Click the columns to drilldown the score breakdown. Last updated at 2019-05-02 09:52:43 GMT" }, - "tooltip" : { - "pointFormat" : "{point.name}: {point.y:f}
", - "followPointer" : "true", - "headerFormat" : "" + "title" : { + "text" : "Perl Weekly Challenge Leaders (TOP 50)" } } diff --git a/stats/pwc-summary-1-30.json b/stats/pwc-summary-1-30.json index 32398f875c..cac751188d 100644 --- a/stats/pwc-summary-1-30.json +++ b/stats/pwc-summary-1-30.json @@ -1,7 +1,55 @@ { + "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", + "Dave Cross", + "Dave Jacoby", + "David Kayal", + "Doug Schrag", + "Duncan C. White", + "E. Choroba", + "Eddy HS", + "Finley", + "Francis Whittle", + "Fred Zinn", + "Freddie B", + "Guillermo Ramos", + "Gustavo Chaves" + ] + }, + "tooltip" : { + "pointFormat" : "{series.name}: {point.y}
", + "shared" : 1 + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2019-05-02 09:52:36 GMT" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "chart" : { + "type" : "column" + }, "series" : [ { - "name" : "Perl 5", "data" : [ 2, 10, @@ -33,7 +81,8 @@ 3, 1, 9 - ] + ], + "name" : "Perl 5" }, { "data" : [ @@ -79,54 +128,5 @@ "text" : "" }, "min" : 0 - }, - "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", - "Dave Cross", - "Dave Jacoby", - "David Kayal", - "Doug Schrag", - "Duncan C. White", - "E. Choroba", - "Eddy HS", - "Finley", - "Francis Whittle", - "Fred Zinn", - "Freddie B", - "Guillermo Ramos", - "Gustavo Chaves" - ] - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "{series.name}: {point.y}
" - }, - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2019-05-01 15:12:47 GMT" } } diff --git a/stats/pwc-summary-31-60.json b/stats/pwc-summary-31-60.json index 25ae2d9a91..9833d15ebb 100644 --- a/stats/pwc-summary-31-60.json +++ b/stats/pwc-summary-31-60.json @@ -1,46 +1,18 @@ { + "tooltip" : { + "shared" : 1, + "pointFormat" : "{series.name}: {point.y}
" + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2019-05-02 09:52:36 GMT" + }, "plotOptions" : { "column" : { "stacking" : "percent" } }, - "xAxis" : { - "categories" : [ - "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", - "Michael Schaap", - "Neil Bowers", - "Nick Logan", - "Chenyf", - "Oleksii Tsvietnov", - "Ozzy", - "Pavel Jurca", - "Pete Houston" - ] - }, - "tooltip" : { - "pointFormat" : "{series.name}: {point.y}
", - "shared" : 1 + "chart" : { + "type" : "column" }, "series" : [ { @@ -66,7 +38,7 @@ 0, 0, 4, - 4, + 5, 0, 3, 8, @@ -79,6 +51,7 @@ "name" : "Perl 5" }, { + "name" : "Perl 6", "data" : [ 0, 0, @@ -110,10 +83,43 @@ 4, 0, 0 - ], - "name" : "Perl 6" + ] } ], + "xAxis" : { + "categories" : [ + "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", + "Michael Schaap", + "Neil Bowers", + "Nick Logan", + "Chenyf", + "Oleksii Tsvietnov", + "Ozzy", + "Pavel Jurca", + "Pete Houston" + ] + }, "title" : { "text" : "Perl Weekly Challenge - 2019" }, @@ -122,11 +128,5 @@ "title" : { "text" : "" } - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2019-05-01 15:12:47 GMT" - }, - "chart" : { - "type" : "column" } } diff --git a/stats/pwc-summary-61-90.json b/stats/pwc-summary-61-90.json index b730134ae5..8d90a838d5 100644 --- a/stats/pwc-summary-61-90.json +++ b/stats/pwc-summary-61-90.json @@ -1,35 +1,6 @@ { - "chart" : { - "type" : "column" - }, "subtitle" : { - "text" : "[Champions: 17] Last updated at 2019-05-01 15:12:47 GMT" - }, - "xAxis" : { - "categories" : [ - "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", - "Veesh Goldman", - "William Gilmore", - "Yary H" - ] - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "text" : "[Champions: 17] Last updated at 2019-05-02 09:52:36 GMT" }, "tooltip" : { "shared" : 1, @@ -59,6 +30,7 @@ ] }, { + "name" : "Perl 6", "data" : [ 0, 0, @@ -77,17 +49,45 @@ 0, 0, 1 - ], - "name" : "Perl 6" + ] } ], + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "chart" : { + "type" : "column" + }, + "xAxis" : { + "categories" : [ + "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", + "Veesh Goldman", + "William Gilmore", + "Yary H" + ] + }, "title" : { "text" : "Perl Weekly Challenge - 2019" }, "yAxis" : { - "min" : 0, "title" : { "text" : "" - } + }, + "min" : 0 } } diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 3a5317ef90..9bb6d21b20 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,7 +1,101 @@ { + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "[Champions: 77] Last updated at 2019-05-02 09:52:35 GMT" + }, + "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", + "Dave Cross", + "Dave Jacoby", + "David Kayal", + "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", + "Michael Schaap", + "Neil Bowers", + "Nick Logan", + "Chenyf", + "Oleksii Tsvietnov", + "Ozzy", + "Pavel Jurca", + "Pete Houston", + "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", + "Veesh Goldman", + "William Gilmore", + "Yary H" + ] + }, + "title" : { + "text" : "Perl Weekly Challenge - 2019" + }, "series" : [ { - "name" : "Perl 5", "data" : [ 2, 10, @@ -54,7 +148,7 @@ 0, 0, 4, - 4, + 5, 0, 3, 8, @@ -80,7 +174,8 @@ 5, 1, 1 - ] + ], + "name" : "Perl 5" }, { "data" : [ @@ -165,109 +260,14 @@ "name" : "Perl 6" } ], - "title" : { - "text" : "Perl Weekly Challenge - 2019" - }, - "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", - "Dave Cross", - "Dave Jacoby", - "David Kayal", - "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", - "Michael Schaap", - "Neil Bowers", - "Nick Logan", - "Chenyf", - "Oleksii Tsvietnov", - "Ozzy", - "Pavel Jurca", - "Pete Houston", - "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", - "Veesh Goldman", - "William Gilmore", - "Yary H" - ] - }, - "chart" : { - "type" : "column" + "tooltip" : { + "pointFormat" : "{series.name}: {point.y}
", + "shared" : 1 }, "yAxis" : { "title" : { "text" : "" }, "min" : 0 - }, - "subtitle" : { - "text" : "[Champions: 77] Last updated at 2019-05-01 15:12:47 GMT" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "tooltip" : { - "pointFormat" : "{series.name}: {point.y}
", - "shared" : 1 } } -- cgit