From 139e5f886bf93b64f3485acb4fadf8c7f3254456 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 29 Apr 2019 03:54:04 +0100 Subject: - Added solution in Perl5 by Joelle Maslak. --- stats/pwc-current.json | 64 ++--- stats/pwc-language-breakdown.json | 94 ++++---- stats/pwc-leaders.json | 474 +++++++++++++++++++------------------- stats/pwc-summary-1-30.json | 54 ++--- stats/pwc-summary-31-60.json | 84 +++---- stats/pwc-summary-61-90.json | 74 +++--- stats/pwc-summary.json | 210 ++++++++--------- 7 files changed, 529 insertions(+), 525 deletions(-) diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 3fb15e935d..76fa8116a3 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,63 +1,67 @@ { - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } + "title" : { + "text" : "Perl Weekly Challenge - 006" }, - "chart" : { - "type" : "column" + "subtitle" : { + "text" : "[Champions: 1] Last updated at 2019-04-29 02:53:50 GMT" }, "drilldown" : { "series" : [ { - "id" : "Joelle Maslak", - "name" : "Joelle Maslak", "data" : [ + [ + "Perl 5", + 1 + ], [ "Perl 6", 1 ] - ] + ], + "name" : "Joelle Maslak", + "id" : "Joelle Maslak" } ] }, + "tooltip" : { + "followPointer" : 1, + "headerFormat" : "{series.name}
", + "pointerFormat" : "{point.name}: {point.y:f}
" + }, + "legend" : { + "enabled" : 0 + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "chart" : { + "type" : "column" + }, "series" : [ { - "colorByPoint" : 1, "data" : [ { - "drilldown" : "Joelle Maslak", "name" : "Joelle Maslak", - "y" : 1 + "y" : 2, + "drilldown" : "Joelle Maslak" } ], + "colorByPoint" : 1, "name" : "Champions" } ], - "title" : { - "text" : "Perl Weekly Challenge - 006" - }, - "xAxis" : { - "type" : "category" - }, "plotOptions" : { "series" : { "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" + "format" : "{point.y}", + "enabled" : 1 }, "borderWidth" : 0 } }, - "tooltip" : { - "followPointer" : 1, - "pointerFormat" : "{point.name}: {point.y:f}
", - "headerFormat" : "{series.name}
" - }, - "subtitle" : { - "text" : "[Champions: 1] Last updated at 2019-04-29 02:44:27 GMT" - }, - "legend" : { - "enabled" : 0 + "xAxis" : { + "type" : "category" } } diff --git a/stats/pwc-language-breakdown.json b/stats/pwc-language-breakdown.json index a5e7f0cadb..766babcd17 100644 --- a/stats/pwc-language-breakdown.json +++ b/stats/pwc-language-breakdown.json @@ -2,26 +2,17 @@ "legend" : { "enabled" : "false" }, + "xAxis" : { + "type" : "category" + }, "yAxis" : { "title" : { "text" : "Total Solutions" } }, - "tooltip" : { - "pointFormat" : "{point.name}: {point.y:f}
", - "headerFormat" : "", - "followPointer" : "true" - }, - "subtitle" : { - "text" : "Click the columns to drilldown the language breakdown. Last updated at 2019-04-29 02:46:37 GMT" - }, - "chart" : { - "type" : "column" - }, "drilldown" : { "series" : [ { - "id" : "001", "data" : [ [ "Perl 5", @@ -32,10 +23,10 @@ 37 ] ], + "id" : "001", "name" : "001" }, { - "id" : "002", "data" : [ [ "Perl 5", @@ -46,6 +37,7 @@ 32 ] ], + "id" : "002", "name" : "002" }, { @@ -63,6 +55,7 @@ "name" : "003" }, { + "name" : "004", "id" : "004", "data" : [ [ @@ -73,10 +66,11 @@ "Perl 6", 29 ] - ], - "name" : "004" + ] }, { + "name" : "005", + "id" : "005", "data" : [ [ "Perl 5", @@ -86,57 +80,75 @@ "Perl 6", 22 ] - ], - "id" : "005", - "name" : "005" + ] }, { + "name" : "006", + "id" : "006", "data" : [ [ "Perl 5", - 0 + 1 ], [ "Perl 6", 1 ] - ], - "id" : "006", - "name" : "006" + ] } ] }, + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + } + } + }, + "tooltip" : { + "followPointer" : "true", + "pointFormat" : "{point.name}: {point.y:f}
", + "headerFormat" : "" + }, + "subtitle" : { + "text" : "Click the columns to drilldown the language breakdown. Last updated at 2019-04-29 02:53:58 GMT" + }, + "title" : { + "text" : "Perl Weekly Challenge Language" + }, "series" : [ { "data" : [ { - "drilldown" : "001", + "y" : 113, "name" : "#001 [P5=76 P6=37]", - "y" : 113 + "drilldown" : "001" }, { - "y" : 95, + "drilldown" : "002", "name" : "#002 [P5=63 P6=32]", - "drilldown" : "002" + "y" : 95 }, { - "drilldown" : "003", + "y" : 58, "name" : "#003 [P5=32 P6=26]", - "y" : 58 + "drilldown" : "003" }, { - "drilldown" : "004", "name" : "#004 [P5=46 P6=29]", + "drilldown" : "004", "y" : 75 }, { + "y" : 53, "drilldown" : "005", - "name" : "#005 [P5=31 P6=22]", - "y" : 53 + "name" : "#005 [P5=31 P6=22]" }, { - "y" : 1, - "name" : "#006 [P5=0 P6=1]", + "y" : 2, + "name" : "#006 [P5=1 P6=1]", "drilldown" : "006" } ], @@ -144,19 +156,7 @@ "colorByPoint" : "true" } ], - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - } - } - }, - "title" : { - "text" : "Perl Weekly Challenge Language" - }, - "xAxis" : { - "type" : "category" + "chart" : { + "type" : "column" } } diff --git a/stats/pwc-leaders.json b/stats/pwc-leaders.json index 9f5356fa02..03ba98c7bc 100644 --- a/stats/pwc-leaders.json +++ b/stats/pwc-leaders.json @@ -1,21 +1,9 @@ { - "title" : { - "text" : "Perl Weekly Challenge Leaders (TOP 50)" - }, "tooltip" : { "pointFormat" : "{point.name}: {point.y:f}
", "headerFormat" : "", "followPointer" : "true" }, - "xAxis" : { - "type" : "category" - }, - "subtitle" : { - "text" : "Click the columns to drilldown the score breakdown. Last updated at 2019-04-29 02:44:32 GMT" - }, - "legend" : { - "enabled" : "false" - }, "plotOptions" : { "series" : { "borderWidth" : 0, @@ -25,58 +13,51 @@ } } }, - "yAxis" : { - "title" : { - "text" : "Total Score" - } - }, - "chart" : { - "type" : "column" + "legend" : { + "enabled" : "false" }, "series" : [ { - "name" : "Perl Weekly Challenge Leaders", - "colorByPoint" : "true", "data" : [ { - "name" : "#1: Laurent Rosenfeld", "y" : 48, + "name" : "#1: Laurent Rosenfeld", "drilldown" : "Laurent Rosenfeld" }, { - "drilldown" : "Joelle Maslak", - "y" : 44, - "name" : "#2: Joelle Maslak" + "name" : "#2: Joelle Maslak", + "y" : 46, + "drilldown" : "Joelle Maslak" }, { - "drilldown" : "Jaldhar H. Vyas", "name" : "#3: Jaldhar H. Vyas", - "y" : 40 + "y" : 40, + "drilldown" : "Jaldhar H. Vyas" }, { + "drilldown" : "Dr James A. Smith", "y" : 36, - "name" : "#4: Dr James A. Smith", - "drilldown" : "Dr James A. Smith" + "name" : "#4: Dr James A. Smith" }, { + "drilldown" : "Jo Christian Oterhals", "name" : "#5: Jo Christian Oterhals", - "y" : 36, - "drilldown" : "Jo Christian Oterhals" + "y" : 36 }, { + "drilldown" : "Simon Proctor", "y" : 36, - "name" : "#6: Simon Proctor", - "drilldown" : "Simon Proctor" + "name" : "#6: Simon Proctor" }, { - "drilldown" : "Nick Logan", "name" : "#7: Nick Logan", - "y" : 32 + "y" : 32, + "drilldown" : "Nick Logan" }, { - "drilldown" : "Ruben Westerberg", + "y" : 32, "name" : "#8: Ruben Westerberg", - "y" : 32 + "drilldown" : "Ruben Westerberg" }, { "name" : "#9: Adam Russell", @@ -85,48 +66,48 @@ }, { "drilldown" : "Lars Balker", - "name" : "#10: Lars Balker", - "y" : 28 + "y" : 28, + "name" : "#10: Lars Balker" }, { "drilldown" : "Mark Senn", - "name" : "#11: Mark Senn", - "y" : 26 + "y" : 26, + "name" : "#11: Mark Senn" }, { + "drilldown" : "Arne Sommer", "y" : 24, - "name" : "#12: Arne Sommer", - "drilldown" : "Arne Sommer" + "name" : "#12: Arne Sommer" }, { - "drilldown" : "Kian-Meng Ang", "y" : 24, - "name" : "#13: Kian-Meng Ang" + "name" : "#13: Kian-Meng Ang", + "drilldown" : "Kian-Meng Ang" }, { - "drilldown" : "Gustavo Chaves", + "y" : 22, "name" : "#14: Gustavo Chaves", - "y" : 22 + "drilldown" : "Gustavo Chaves" }, { - "y" : 20, "name" : "#15: Andrezgz", + "y" : 20, "drilldown" : "Andrezgz" }, { "drilldown" : "Athanasius", - "name" : "#16: Athanasius", - "y" : 20 + "y" : 20, + "name" : "#16: Athanasius" }, { "drilldown" : "Doug Schrag", - "name" : "#17: Doug Schrag", - "y" : 20 + "y" : 20, + "name" : "#17: Doug Schrag" }, { + "drilldown" : "Francis Whittle", "y" : 18, - "name" : "#18: Francis Whittle", - "drilldown" : "Francis Whittle" + "name" : "#18: Francis Whittle" }, { "drilldown" : "Duncan C. White", @@ -134,39 +115,39 @@ "y" : 16 }, { - "drilldown" : "Robert Gratza", "y" : 16, - "name" : "#20: Robert Gratza" + "name" : "#20: Robert Gratza", + "drilldown" : "Robert Gratza" }, { - "drilldown" : "John Barrett", "y" : 14, - "name" : "#21: John Barrett" + "name" : "#21: John Barrett", + "drilldown" : "John Barrett" }, { "drilldown" : "Daniel Mantovani", - "name" : "#22: Daniel Mantovani", - "y" : 12 + "y" : 12, + "name" : "#22: Daniel Mantovani" }, { - "y" : 12, + "drilldown" : "Philippe Bruhat", "name" : "#23: Philippe Bruhat", - "drilldown" : "Philippe Bruhat" + "y" : 12 }, { - "drilldown" : "Sergio Iglesias", + "y" : 12, "name" : "#24: Sergio Iglesias", - "y" : 12 + "drilldown" : "Sergio Iglesias" }, { - "name" : "#25: Khalid", + "drilldown" : "Khalid", "y" : 10, - "drilldown" : "Khalid" + "name" : "#25: Khalid" }, { - "drilldown" : "Steve Rogerson", "y" : 10, - "name" : "#26: Steve Rogerson" + "name" : "#26: Steve Rogerson", + "drilldown" : "Steve Rogerson" }, { "y" : 10, @@ -174,33 +155,33 @@ "drilldown" : "Veesh Goldman" }, { - "drilldown" : "Alex Daniel", + "name" : "#28: Alex Daniel", "y" : 8, - "name" : "#28: Alex Daniel" + "drilldown" : "Alex Daniel" }, { - "drilldown" : "Arpad Toth", "name" : "#29: Arpad Toth", - "y" : 8 + "y" : 8, + "drilldown" : "Arpad Toth" }, { "drilldown" : "Bob Kleemann", - "name" : "#30: Bob Kleemann", - "y" : 8 + "y" : 8, + "name" : "#30: Bob Kleemann" }, { - "drilldown" : "Chenyf", "y" : 8, - "name" : "#31: Chenyf" + "name" : "#31: Chenyf", + "drilldown" : "Chenyf" }, { - "y" : 8, + "drilldown" : "David Kayal", "name" : "#32: David Kayal", - "drilldown" : "David Kayal" + "y" : 8 }, { - "y" : 8, "name" : "#33: Jaime Corchado", + "y" : 8, "drilldown" : "Jaime Corchado" }, { @@ -210,13 +191,13 @@ }, { "drilldown" : "Maxim Kolodyazhny", - "name" : "#35: Maxim Kolodyazhny", - "y" : 8 + "y" : 8, + "name" : "#35: Maxim Kolodyazhny" }, { + "drilldown" : "Ozzy", "y" : 8, - "name" : "#36: Ozzy", - "drilldown" : "Ozzy" + "name" : "#36: Ozzy" }, { "name" : "#37: Simon Reinhardt", @@ -229,19 +210,19 @@ "name" : "#38: Steven Wilson" }, { - "name" : "#39: Ailbhe Tweedie", "y" : 6, + "name" : "#39: Ailbhe Tweedie", "drilldown" : "Ailbhe Tweedie" }, { + "drilldown" : "Dave Cross", "name" : "#40: Dave Cross", - "y" : 6, - "drilldown" : "Dave Cross" + "y" : 6 }, { - "y" : 6, + "drilldown" : "Dave Jacoby", "name" : "#41: Dave Jacoby", - "drilldown" : "Dave Jacoby" + "y" : 6 }, { "name" : "#42: E. Choroba", @@ -249,125 +230,144 @@ "drilldown" : "E. Choroba" }, { - "y" : 6, + "drilldown" : "Freddie B", "name" : "#43: Freddie B", - "drilldown" : "Freddie B" + "y" : 6 }, { "drilldown" : "Jeremy Carman", - "name" : "#44: Jeremy Carman", - "y" : 6 + "y" : 6, + "name" : "#44: Jeremy Carman" }, { "drilldown" : "Kivanc Yazan", - "name" : "#45: Kivanc Yazan", - "y" : 6 + "y" : 6, + "name" : "#45: Kivanc Yazan" }, { + "drilldown" : "Neil Bowers", "y" : 6, - "name" : "#46: Neil Bowers", - "drilldown" : "Neil Bowers" + "name" : "#46: Neil Bowers" }, { - "name" : "#47: Pete Houston", "y" : 6, + "name" : "#47: Pete Houston", "drilldown" : "Pete Houston" }, { "drilldown" : "Sean Meininger", - "name" : "#48: Sean Meininger", - "y" : 6 + "y" : 6, + "name" : "#48: Sean Meininger" }, { - "drilldown" : "Abigail", "name" : "#49: Abigail", - "y" : 4 + "y" : 4, + "drilldown" : "Abigail" }, { - "drilldown" : "Alicia Bielsa", + "name" : "#50: Alicia Bielsa", "y" : 4, - "name" : "#50: Alicia Bielsa" + "drilldown" : "Alicia Bielsa" } - ] + ], + "name" : "Perl Weekly Challenge Leaders", + "colorByPoint" : "true" } ], + "yAxis" : { + "title" : { + "text" : "Total Score" + } + }, + "subtitle" : { + "text" : "Click the columns to drilldown the score breakdown. Last updated at 2019-04-29 02:53:56 GMT" + }, + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "Perl Weekly Challenge Leaders (TOP 50)" + }, + "xAxis" : { + "type" : "category" + }, "drilldown" : { "series" : [ { + "name" : "Laurent Rosenfeld", "data" : [ [ - "Perl 6", - 9 + "Perl 5", + 10 ], [ "Blog", 5 ], [ - "Perl 5", - 10 + "Perl 6", + 9 ] ], - "id" : "Laurent Rosenfeld", - "name" : "Laurent Rosenfeld" + "id" : "Laurent Rosenfeld" }, { + "name" : "Joelle Maslak", "data" : [ - [ - "Perl 5", - 10 - ], [ "Blog", 1 ], + [ + "Perl 5", + 11 + ], [ "Perl 6", 11 ] ], - "id" : "Joelle Maslak", - "name" : "Joelle Maslak" + "id" : "Joelle Maslak" }, { - "name" : "Jaldhar H. Vyas", + "id" : "Jaldhar H. Vyas", "data" : [ [ - "Perl 5", + "Perl 6", 10 ], [ - "Perl 6", + "Perl 5", 10 ] ], - "id" : "Jaldhar H. Vyas" + "name" : "Jaldhar H. Vyas" }, { - "name" : "Dr James A. Smith", "id" : "Dr James A. Smith", "data" : [ - [ - "Perl 6", - 8 - ], [ "Perl 5", 10 + ], + [ + "Perl 6", + 8 ] - ] + ], + "name" : "Dr James A. Smith" }, { "name" : "Jo Christian Oterhals", "data" : [ - [ - "Perl 5", - 6 - ], [ "Blog", 4 ], + [ + "Perl 5", + 6 + ], [ "Perl 6", 8 @@ -376,81 +376,80 @@ "id" : "Jo Christian Oterhals" }, { - "id" : "Simon Proctor", "data" : [ [ "Blog", 4 ], - [ - "Perl 6", - 10 - ], [ "Perl 5", 4 + ], + [ + "Perl 6", + 10 ] ], - "name" : "Simon Proctor" + "name" : "Simon Proctor", + "id" : "Simon Proctor" }, { + "name" : "Nick Logan", "data" : [ [ - "Perl 5", + "Perl 6", 8 ], [ - "Perl 6", + "Perl 5", 8 ] ], - "id" : "Nick Logan", - "name" : "Nick Logan" + "id" : "Nick Logan" }, { "id" : "Ruben Westerberg", + "name" : "Ruben Westerberg", "data" : [ [ - "Perl 5", + "Perl 6", 8 ], [ - "Perl 6", + "Perl 5", 8 ] - ], - "name" : "Ruben Westerberg" + ] }, { + "id" : "Adam Russell", + "name" : "Adam Russell", "data" : [ - [ - "Blog", - 5 - ], [ "Perl 5", 10 + ], + [ + "Blog", + 5 ] - ], - "id" : "Adam Russell", - "name" : "Adam Russell" + ] }, { "id" : "Lars Balker", + "name" : "Lars Balker", "data" : [ - [ - "Perl 6", - 4 - ], [ "Perl 5", 10 + ], + [ + "Perl 6", + 4 ] - ], - "name" : "Lars Balker" + ] }, { - "id" : "Mark Senn", "data" : [ [ "Blog", @@ -461,7 +460,8 @@ 10 ] ], - "name" : "Mark Senn" + "name" : "Mark Senn", + "id" : "Mark Senn" }, { "data" : [ @@ -474,8 +474,8 @@ 8 ] ], - "id" : "Arne Sommer", - "name" : "Arne Sommer" + "name" : "Arne Sommer", + "id" : "Arne Sommer" }, { "name" : "Kian-Meng Ang", @@ -492,6 +492,7 @@ "id" : "Kian-Meng Ang" }, { + "id" : "Gustavo Chaves", "data" : [ [ "Perl 5", @@ -502,7 +503,6 @@ 4 ] ], - "id" : "Gustavo Chaves", "name" : "Gustavo Chaves" }, { @@ -516,26 +516,27 @@ "name" : "Andrezgz" }, { - "name" : "Athanasius", + "id" : "Athanasius", "data" : [ [ "Perl 5", 10 ] ], - "id" : "Athanasius" + "name" : "Athanasius" }, { "id" : "Doug Schrag", + "name" : "Doug Schrag", "data" : [ [ "Perl 6", 10 ] - ], - "name" : "Doug Schrag" + ] }, { + "name" : "Francis Whittle", "data" : [ [ "Perl 6", @@ -546,8 +547,7 @@ 3 ] ], - "id" : "Francis Whittle", - "name" : "Francis Whittle" + "id" : "Francis Whittle" }, { "data" : [ @@ -556,8 +556,8 @@ 8 ] ], - "id" : "Duncan C. White", - "name" : "Duncan C. White" + "name" : "Duncan C. White", + "id" : "Duncan C. White" }, { "name" : "Robert Gratza", @@ -580,59 +580,60 @@ 7 ] ], - "id" : "John Barrett", - "name" : "John Barrett" + "name" : "John Barrett", + "id" : "John Barrett" }, { + "id" : "Daniel Mantovani", "data" : [ [ "Perl 5", 6 ] ], - "id" : "Daniel Mantovani", "name" : "Daniel Mantovani" }, { - "id" : "Philippe Bruhat", + "name" : "Philippe Bruhat", "data" : [ - [ - "Perl 5", - 4 - ], [ "Blog", 2 + ], + [ + "Perl 5", + 4 ] ], - "name" : "Philippe Bruhat" + "id" : "Philippe Bruhat" }, { "id" : "Sergio Iglesias", + "name" : "Sergio Iglesias", "data" : [ [ "Perl 5", 6 ] - ], - "name" : "Sergio Iglesias" + ] }, { - "name" : "Khalid", "id" : "Khalid", + "name" : "Khalid", "data" : [ - [ - "Perl 5", - 4 - ], [ "Blog", 1 + ], + [ + "Perl 5", + 4 ] ] }, { "id" : "Steve Rogerson", + "name" : "Steve Rogerson", "data" : [ [ "Perl 6", @@ -642,12 +643,11 @@ "Perl 5", 3 ] - ], - "name" : "Steve Rogerson" + ] }, { - "name" : "Veesh Goldman", "id" : "Veesh Goldman", + "name" : "Veesh Goldman", "data" : [ [ "Perl 5", @@ -656,58 +656,58 @@ ] }, { + "id" : "Alex Daniel", "name" : "Alex Daniel", "data" : [ [ "Perl 6", 4 ] - ], - "id" : "Alex Daniel" + ] }, { - "id" : "Arpad Toth", "data" : [ [ "Perl 5", 4 ] ], - "name" : "Arpad Toth" + "name" : "Arpad Toth", + "id" : "Arpad Toth" }, { - "name" : "Bob Kleemann", + "id" : "Bob Kleemann", "data" : [ [ "Perl 5", 4 ] ], - "id" : "Bob Kleemann" + "name" : "Bob Kleemann" }, { + "id" : "Chenyf", "name" : "Chenyf", "data" : [ [ "Perl 6", 4 ] - ], - "id" : "Chenyf" + ] }, { - "name" : "David Kayal", + "id" : "David Kayal", "data" : [ [ "Perl 5", 4 ] ], - "id" : "David Kayal" + "name" : "David Kayal" }, { - "name" : "Jaime Corchado", "id" : "Jaime Corchado", + "name" : "Jaime Corchado", "data" : [ [ "Perl 5", @@ -716,67 +716,66 @@ ] }, { - "id" : "Matt Latusek", + "name" : "Matt Latusek", "data" : [ [ "Perl 5", 4 ] ], - "name" : "Matt Latusek" + "id" : "Matt Latusek" }, { "name" : "Maxim Kolodyazhny", - "id" : "Maxim Kolodyazhny", "data" : [ [ "Perl 5", 4 ] - ] + ], + "id" : "Maxim Kolodyazhny" }, { - "name" : "Ozzy", "id" : "Ozzy", "data" : [ [ "Perl 6", 4 ] - ] + ], + "name" : "Ozzy" }, { - "name" : "Simon Reinhardt", "data" : [ [ "Perl 5", 4 ] ], + "name" : "Simon Reinhardt", "id" : "Simon Reinhardt" }, { "name" : "Steven Wilson", - "id" : "Steven Wilson", "data" : [ [ "Perl 5", 4 ] - ] + ], + "id" : "Steven Wilson" }, { "name" : "Ailbhe Tweedie", - "id" : "Ailbhe Tweedie", "data" : [ [ "Perl 5", 3 ] - ] + ], + "id" : "Ailbhe Tweedie" }, { - "name" : "Dave Cross", "id" : "Dave Cross", "data" : [ [ @@ -787,47 +786,49 @@ "Perl 5", 2 ] - ] + ], + "name" : "Dave Cross" }, { - "name" : "Dave Jacoby", "data" : [ - [ - "Blog", - 2 - ], [ "Perl 5", 1 + ], + [ + "Blog", + 2 ] ], + "name" : "Dave Jacoby", "id" : "Dave Jacoby" }, { - "id" : "E. Choroba", + "name" : "E. Choroba", "data" : [ - [ - "Perl 5", - 2 - ], [ "Blog", 1 + ], + [ + "Perl 5", + 2 ] ], - "name" : "E. Choroba" + "id" : "E. Choroba" }, { + "id" : "Freddie B", "name" : "Freddie B", "data" : [ [ "Perl 5", 3 ] - ], - "id" : "Freddie B" + ] }, { + "id" : "Jeremy Carman", "name" : "Jeremy Carman", "data" : [ [ @@ -838,18 +839,17 @@ "Perl 5", 2 ] - ], - "id" : "Jeremy Carman" + ] }, { - "id" : "Kivanc Yazan", "data" : [ [ "Perl 5", 3 ] ], - "name" : "Kivanc Yazan" + "name" : "Kivanc Yazan", + "id" : "Kivanc Yazan" }, { "id" : "Neil Bowers", @@ -862,24 +862,24 @@ "name" : "Neil Bowers" }, { - "name" : "Pete Houston", + "id" : "Pete Houston", "data" : [ [ "Perl 5", 3 ] ], - "id" : "Pete Houston" + "name" : "Pete Houston" }, { - "id" : "Sean Meininger", "data" : [ [ "Perl 6", 3 ] ], - "name" : "Sean Meininger" + "name" : "Sean Meininger", + "id" : "Sean Meininger" }, { "id" : "Abigail", @@ -892,14 +892,14 @@ "name" : "Abigail" }, { + "id" : "Alicia Bielsa", + "name" : "Alicia Bielsa", "data" : [ [ "Perl 5", 2 ] - ], - "id" : "Alicia Bielsa", - "name" : "Alicia Bielsa" + ] } ] } diff --git a/stats/pwc-summary-1-30.json b/stats/pwc-summary-1-30.json index 89f17c7eee..63b86e5248 100644 --- a/stats/pwc-summary-1-30.json +++ b/stats/pwc-summary-1-30.json @@ -1,7 +1,4 @@ { - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2019-04-29 02:44:27 GMT" - }, "xAxis" : { "categories" : [ "Abigail", @@ -36,9 +33,32 @@ "Gustavo Chaves" ] }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "title" : { + "text" : "Perl Weekly Challenge - 2019" + }, + "tooltip" : { + "pointFormat" : "{series.name}: {point.y}
", + "shared" : 1 + }, + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2019-04-29 02:53:50 GMT" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, "series" : [ { - "name" : "Perl 5", "data" : [ 2, 10, @@ -70,7 +90,8 @@ 3, 1, 7 - ] + ], + "name" : "Perl 5" }, { "name" : "Perl 6", @@ -107,26 +128,5 @@ 0 ] } - ], - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "chart" : { - "type" : "column" - }, - "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 40b939220b..388aec4a27 100644 --- a/stats/pwc-summary-31-60.json +++ b/stats/pwc-summary-31-60.json @@ -1,40 +1,12 @@ { - "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" - ] - }, "subtitle" : { - "text" : "[Champions: 30] Last updated at 2019-04-29 02:44:27 GMT" + "text" : "[Champions: 30] Last updated at 2019-04-29 02:53:50 GMT" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 }, "series" : [ { @@ -48,7 +20,7 @@ 1, 0, 6, - 10, + 11, 7, 2, 4, @@ -108,12 +80,6 @@ ] } ], - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, "title" : { "text" : "Perl Weekly Challenge - 2019" }, @@ -122,6 +88,40 @@ "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" + ] + }, "chart" : { "type" : "column" }, diff --git a/stats/pwc-summary-61-90.json b/stats/pwc-summary-61-90.json index 027fd400e2..246c099694 100644 --- a/stats/pwc-summary-61-90.json +++ b/stats/pwc-summary-61-90.json @@ -1,31 +1,12 @@ { - "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" - ] - }, - "subtitle" : { - "text" : "[Champions: 17] Last updated at 2019-04-29 02:44:27 GMT" + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } }, "series" : [ { - "name" : "Perl 5", "data" : [ 4, 2, @@ -44,7 +25,8 @@ 5, 1, 1 - ] + ], + "name" : "Perl 5" }, { "name" : "Perl 6", @@ -69,25 +51,43 @@ ] } ], + "subtitle" : { + "text" : "[Champions: 17] Last updated at 2019-04-29 02:53:50 GMT" + }, + "chart" : { + "type" : "column" + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "{series.name}: {point.y}
" + }, "title" : { "text" : "Perl Weekly Challenge - 2019" }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } + "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" } - }, - "chart" : { - "type" : "column" - }, - "tooltip" : { - "pointFormat" : "{series.name}: {point.y}
", - "shared" : 1 } } diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index a4abe8c1a3..3b157dfbbe 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,10 +1,108 @@ { "tooltip" : { - "shared" : 1, - "pointFormat" : "{series.name}: {point.y}
" + "pointFormat" : "{series.name}: {point.y}
", + "shared" : 1 + }, + "title" : { + "text" : "Perl Weekly Challenge - 2019" }, "subtitle" : { - "text" : "[Champions: 77] Last updated at 2019-04-29 02:44:27 GMT" + "text" : "[Champions: 77] Last updated at 2019-04-29 02:53:50 GMT" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "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" + ] + }, + "chart" : { + "type" : "column" }, "series" : [ { @@ -49,7 +147,7 @@ 1, 0, 6, - 10, + 11, 7, 2, 4, @@ -90,7 +188,6 @@ ] }, { - "name" : "Perl 6", "data" : [ 0, 0, @@ -169,105 +266,8 @@ 0, 0, 1 - ] + ], + "name" : "Perl 6" } - ], - "title" : { - "text" : "Perl Weekly Challenge - 2019" - }, - "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" - ] - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "chart" : { - "type" : "column" - } + ] } -- cgit