diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-05-07 13:17:00 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-05-07 13:17:00 +0100 |
| commit | 4ca08b3248d4de0f0992a7d26dc7182911adf048 (patch) | |
| tree | a240b62aaba5244a2b686dad30c39ae5a65a86cc /stats | |
| parent | 4fb79e995fce5e5f529785b22dd512a0e41876cb (diff) | |
| download | perlweeklychallenge-club-4ca08b3248d4de0f0992a7d26dc7182911adf048.tar.gz perlweeklychallenge-club-4ca08b3248d4de0f0992a7d26dc7182911adf048.tar.bz2 perlweeklychallenge-club-4ca08b3248d4de0f0992a7d26dc7182911adf048.zip | |
- Added solutions by Scimon Proctor.
Diffstat (limited to 'stats')
| -rw-r--r-- | stats/pwc-current.json | 75 | ||||
| -rw-r--r-- | stats/pwc-language-breakdown.json | 164 | ||||
| -rw-r--r-- | stats/pwc-leaders.json | 832 | ||||
| -rw-r--r-- | stats/pwc-summary-1-30.json | 102 | ||||
| -rw-r--r-- | stats/pwc-summary-31-60.json | 44 | ||||
| -rw-r--r-- | stats/pwc-summary-61-90.json | 36 | ||||
| -rw-r--r-- | stats/pwc-summary.json | 212 |
7 files changed, 740 insertions, 725 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 20c591bbb2..416285344a 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,9 +1,41 @@ { + "subtitle" : { + "text" : "[Champions: 2] Last updated at 2019-05-07 12:16:29 GMT" + }, + "legend" : { + "enabled" : 0 + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "title" : { + "text" : "Perl Weekly Challenge - 007" + }, + "tooltip" : { + "followPointer" : 1, + "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>", + "pointerFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>" + }, + "xAxis" : { + "type" : "category" + }, "drilldown" : { "series" : [ { "name" : "Ozzy", - "id" : "Ozzy", + "data" : [ + [ + "Perl 6", + 1 + ] + ], + "id" : "Ozzy" + }, + { + "id" : "Simon Proctor", + "name" : "Simon Proctor", "data" : [ [ "Perl 6", @@ -13,51 +45,34 @@ } ] }, - "title" : { - "text" : "Perl Weekly Challenge - 007" - }, - "subtitle" : { - "text" : "[Champions: 1] Last updated at 2019-05-07 10:49:30 GMT" - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } + "chart" : { + "type" : "column" }, "plotOptions" : { "series" : { "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" + "format" : "{point.y}", + "enabled" : 1 }, "borderWidth" : 0 } }, - "chart" : { - "type" : "column" - }, "series" : [ { - "name" : "Champions", "colorByPoint" : 1, "data" : [ { "name" : "Ozzy", "drilldown" : "Ozzy", "y" : 1 + }, + { + "drilldown" : "Simon Proctor", + "name" : "Simon Proctor", + "y" : 1 } - ] + ], + "name" : "Champions" } - ], - "tooltip" : { - "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>", - "pointerFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>", - "followPointer" : 1 - }, - "legend" : { - "enabled" : 0 - }, - "xAxis" : { - "type" : "category" - } + ] } diff --git a/stats/pwc-language-breakdown.json b/stats/pwc-language-breakdown.json index ec9f164352..e41c60a1fc 100644 --- a/stats/pwc-language-breakdown.json +++ b/stats/pwc-language-breakdown.json @@ -1,27 +1,78 @@ { - "yAxis" : { - "title" : { - "text" : "Total Solutions" + "title" : { + "text" : "Perl Weekly Challenge Language" + }, + "series" : [ + { + "name" : "Perl Weekly Challenge Languages", + "data" : [ + { + "y" : 113, + "name" : "#001 [P5=76 P6=37]", + "drilldown" : "001" + }, + { + "drilldown" : "002", + "y" : 95, + "name" : "#002 [P5=63 P6=32]" + }, + { + "drilldown" : "003", + "name" : "#003 [P5=32 P6=26]", + "y" : 58 + }, + { + "drilldown" : "004", + "name" : "#004 [P5=46 P6=29]", + "y" : 75 + }, + { + "drilldown" : "005", + "name" : "#005 [P5=33 P6=22]", + "y" : 55 + }, + { + "y" : 41, + "name" : "#006 [P5=27 P6=14]", + "drilldown" : "006" + }, + { + "name" : "#007 [P5=0 P6=2]", + "y" : 2, + "drilldown" : "007" + } + ], + "colorByPoint" : "true" + } + ], + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + } } }, "tooltip" : { - "pointFormat" : "<span style=\"color:{point.color}\">{point.name}</span>: <b>{point.y:f}</b><br/>", + "headerFormat" : "<span style=\"font-size:11px\"></span>", "followPointer" : "true", - "headerFormat" : "<span style=\"font-size:11px\"></span>" + "pointFormat" : "<span style=\"color:{point.color}\">{point.name}</span>: <b>{point.y:f}</b><br/>" }, - "plotOptions" : { - "series" : { - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - }, - "borderWidth" : 0 + "chart" : { + "type" : "column" + }, + "xAxis" : { + "type" : "category" + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" } }, "drilldown" : { "series" : [ { - "id" : "001", "name" : "001", "data" : [ [ @@ -32,10 +83,10 @@ "Perl 6", 37 ] - ] + ], + "id" : "001" }, { - "id" : "002", "name" : "002", "data" : [ [ @@ -46,9 +97,11 @@ "Perl 6", 32 ] - ] + ], + "id" : "002" }, { + "id" : "003", "data" : [ [ "Perl 5", @@ -59,10 +112,11 @@ 26 ] ], - "id" : "003", "name" : "003" }, { + "name" : "004", + "id" : "004", "data" : [ [ "Perl 5", @@ -72,11 +126,10 @@ "Perl 6", 29 ] - ], - "name" : "004", - "id" : "004" + ] }, { + "id" : "005", "data" : [ [ "Perl 5", @@ -87,10 +140,11 @@ 22 ] ], - "name" : "005", - "id" : "005" + "name" : "005" }, { + "name" : "006", + "id" : "006", "data" : [ [ "Perl 5", @@ -100,12 +154,9 @@ "Perl 6", 14 ] - ], - "id" : "006", - "name" : "006" + ] }, { - "name" : "007", "id" : "007", "data" : [ [ @@ -114,68 +165,17 @@ ], [ "Perl 6", - 1 + 2 ] - ] + ], + "name" : "007" } ] }, - "subtitle" : { - "text" : "Click the columns to drilldown the language breakdown. Last updated at 2019-05-07 10:49:38 GMT" - }, - "chart" : { - "type" : "column" - }, - "xAxis" : { - "type" : "category" - }, "legend" : { "enabled" : "false" }, - "series" : [ - { - "data" : [ - { - "y" : 113, - "drilldown" : "001", - "name" : "#001 [P5=76 P6=37]" - }, - { - "y" : 95, - "drilldown" : "002", - "name" : "#002 [P5=63 P6=32]" - }, - { - "y" : 58, - "drilldown" : "003", - "name" : "#003 [P5=32 P6=26]" - }, - { - "y" : 75, - "drilldown" : "004", - "name" : "#004 [P5=46 P6=29]" - }, - { - "y" : 55, - "name" : "#005 [P5=33 P6=22]", - "drilldown" : "005" - }, - { - "y" : 41, - "name" : "#006 [P5=27 P6=14]", - "drilldown" : "006" - }, - { - "y" : 1, - "name" : "#007 [P5=0 P6=1]", - "drilldown" : "007" - } - ], - "colorByPoint" : "true", - "name" : "Perl Weekly Challenge Languages" - } - ], - "title" : { - "text" : "Perl Weekly Challenge Language" + "subtitle" : { + "text" : "Click the columns to drilldown the language breakdown. Last updated at 2019-05-07 12:16:40 GMT" } } diff --git a/stats/pwc-leaders.json b/stats/pwc-leaders.json index 797920bf1c..92af667106 100644 --- a/stats/pwc-leaders.json +++ b/stats/pwc-leaders.json @@ -1,333 +1,49 @@ { "tooltip" : { + "headerFormat" : "<span style=\"font-size:11px\"></span>", "followPointer" : "true", - "pointFormat" : "<span style=\"color:{point.color}\">{point.name}</span>: <b>{point.y:f}</b><br/>", - "headerFormat" : "<span style=\"font-size:11px\"></span>" - }, - "plotOptions" : { - "series" : { - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - }, - "borderWidth" : 0 - } - }, - "series" : [ - { - "colorByPoint" : "true", - "data" : [ - { - "drilldown" : "Laurent Rosenfeld", - "name" : "#1: Laurent Rosenfeld", - "y" : 60 - }, - { - "y" : 50, - "name" : "#2: Joelle Maslak", - "drilldown" : "Joelle Maslak" - }, - { - "y" : 48, - "drilldown" : "Jaldhar H. Vyas", - "name" : "#3: Jaldhar H. Vyas" - }, - { - "y" : 40, - "drilldown" : "Ruben Westerberg", - "name" : "#4: Ruben Westerberg" - }, - { - "y" : 40, - "name" : "#5: Simon Proctor", - "drilldown" : "Simon Proctor" - }, - { - "drilldown" : "Adam Russell", - "name" : "#6: Adam Russell", - "y" : 36 - }, - { - "drilldown" : "Dr James A. Smith", - "name" : "#7: Dr James A. Smith", - "y" : 36 - }, - { - "y" : 36, - "drilldown" : "Jo Christian Oterhals", - "name" : "#8: Jo Christian Oterhals" - }, - { - "y" : 32, - "drilldown" : "Kian-Meng Ang", - "name" : "#9: Kian-Meng Ang" - }, - { - "y" : 32, - "drilldown" : "Nick Logan", - "name" : "#10: Nick Logan" - }, - { - "y" : 30, - "name" : "#11: Arne Sommer", - "drilldown" : "Arne Sommer" - }, - { - "y" : 28, - "name" : "#12: Lars Balker", - "drilldown" : "Lars Balker" - }, - { - "name" : "#13: Gustavo Chaves", - "drilldown" : "Gustavo Chaves", - "y" : 26 - }, - { - "y" : 26, - "drilldown" : "Mark Senn", - "name" : "#14: Mark Senn" - }, - { - "y" : 24, - "drilldown" : "Andrezgz", - "name" : "#15: Andrezgz" - }, - { - "name" : "#16: Athanasius", - "drilldown" : "Athanasius", - "y" : 24 - }, - { - "name" : "#17: Doug Schrag", - "drilldown" : "Doug Schrag", - "y" : 20 - }, - { - "y" : 20, - "drilldown" : "Duncan C. White", - "name" : "#18: Duncan C. White" - }, - { - "drilldown" : "Francis Whittle", - "name" : "#19: Francis Whittle", - "y" : 18 - }, - { - "y" : 16, - "drilldown" : "Robert Gratza", - "name" : "#20: Robert Gratza" - }, - { - "y" : 14, - "drilldown" : "Daniel Mantovani", - "name" : "#21: Daniel Mantovani" - }, - { - "y" : 14, - "name" : "#22: John Barrett", - "drilldown" : "John Barrett" - }, - { - "drilldown" : "E. Choroba", - "name" : "#23: E. Choroba", - "y" : 12 - }, - { - "drilldown" : "Maxim Kolodyazhny", - "name" : "#24: Maxim Kolodyazhny", - "y" : 12 - }, - { - "name" : "#25: Ozzy", - "drilldown" : "Ozzy", - "y" : 12 - }, - { - "name" : "#26: Philippe Bruhat", - "drilldown" : "Philippe Bruhat", - "y" : 12 - }, - { - "name" : "#27: Sergio Iglesias", - "drilldown" : "Sergio Iglesias", - "y" : 12 - }, - { - "y" : 10, - "name" : "#28: Arpad Toth", - "drilldown" : "Arpad Toth" - }, - { - "y" : 10, - "drilldown" : "Khalid", - "name" : "#29: Khalid" - }, - { - "y" : 10, - "drilldown" : "Steve Rogerson", - "name" : "#30: Steve Rogerson" - }, - { - "y" : 10, - "drilldown" : "Veesh Goldman", - "name" : "#31: Veesh Goldman" - }, - { - "y" : 8, - "drilldown" : "Alex Daniel", - "name" : "#32: Alex Daniel" - }, - { - "drilldown" : "Bob Kleemann", - "name" : "#33: Bob Kleemann", - "y" : 8 - }, - { - "name" : "#34: Chenyf", - "drilldown" : "Chenyf", - "y" : 8 - }, - { - "y" : 8, - "drilldown" : "David Kayal", - "name" : "#35: David Kayal" - }, - { - "y" : 8, - "drilldown" : "Jaime Corchado", - "name" : "#36: Jaime Corchado" - }, - { - "name" : "#37: Matt Latusek", - "drilldown" : "Matt Latusek", - "y" : 8 - }, - { - "drilldown" : "Simon Reinhardt", - "name" : "#38: Simon Reinhardt", - "y" : 8 - }, - { - "y" : 8, - "drilldown" : "Steven Wilson", - "name" : "#39: Steven Wilson" - }, - { - "drilldown" : "Tim Smith", - "name" : "#40: Tim Smith", - "y" : 8 - }, - { - "y" : 6, - "drilldown" : "Ailbhe Tweedie", - "name" : "#41: Ailbhe Tweedie" - }, - { - "y" : 6, - "drilldown" : "Alicia Bielsa", - "name" : "#42: Alicia Bielsa" - }, - { - "y" : 6, - "name" : "#43: Dave Cross", - "drilldown" : "Dave Cross" - }, - { - "name" : "#44: Dave Jacoby", - "drilldown" : "Dave Jacoby", - "y" : 6 - }, - { - "name" : "#45: Freddie B", - "drilldown" : "Freddie B", - "y" : 6 - }, - { - "y" : 6, - "drilldown" : "Jeremy Carman", - "name" : "#46: Jeremy Carman" - }, - { - "drilldown" : "Kivanc Yazan", - "name" : "#47: Kivanc Yazan", - "y" : 6 - }, - { - "y" : 6, - "name" : "#48: Neil Bowers", - "drilldown" : "Neil Bowers" - }, - { - "y" : 6, - "name" : "#49: Pete Houston", - "drilldown" : "Pete Houston" - }, - { - "drilldown" : "Sean Meininger", - "name" : "#50: Sean Meininger", - "y" : 6 - } - ], - "name" : "Perl Weekly Challenge Leaders" - } - ], - "title" : { - "text" : "Perl Weekly Challenge Leaders (TOP 50)" - }, - "xAxis" : { - "type" : "category" - }, - "chart" : { - "type" : "column" + "pointFormat" : "<span style=\"color:{point.color}\">{point.name}</span>: <b>{point.y:f}</b><br/>" }, "subtitle" : { - "text" : "Click the columns to drilldown the score breakdown. Last updated at 2019-05-07 10:49:35 GMT" - }, - "legend" : { - "enabled" : "false" - }, - "yAxis" : { - "title" : { - "text" : "Total Score" - } + "text" : "Click the columns to drilldown the score breakdown. Last updated at 2019-05-07 12:16:36 GMT" }, "drilldown" : { "series" : [ { - "id" : "Laurent Rosenfeld", + "name" : "Laurent Rosenfeld", "data" : [ [ - "Blog", - 7 + "Perl 5", + 12 ], [ "Perl 6", 11 ], [ - "Perl 5", - 12 + "Blog", + 7 ] ], - "name" : "Laurent Rosenfeld" + "id" : "Laurent Rosenfeld" }, { "data" : [ [ - "Perl 5", - 12 - ], - [ "Blog", 1 ], [ "Perl 6", 12 + ], + [ + "Perl 5", + 12 ] ], - "name" : "Joelle Maslak", - "id" : "Joelle Maslak" + "id" : "Joelle Maslak", + "name" : "Joelle Maslak" }, { "name" : "Jaldhar H. Vyas", @@ -344,36 +60,36 @@ "id" : "Jaldhar H. Vyas" }, { - "id" : "Ruben Westerberg", - "name" : "Ruben Westerberg", + "id" : "Simon Proctor", "data" : [ [ "Perl 5", - 10 + 4 + ], + [ + "Blog", + 5 ], [ "Perl 6", - 10 + 12 ] - ] + ], + "name" : "Simon Proctor" }, { + "name" : "Ruben Westerberg", + "id" : "Ruben Westerberg", "data" : [ [ "Perl 6", - 11 - ], - [ - "Blog", - 5 + 10 ], [ "Perl 5", - 4 + 10 ] - ], - "name" : "Simon Proctor", - "id" : "Simon Proctor" + ] }, { "id" : "Adam Russell", @@ -400,11 +116,11 @@ 10 ] ], - "name" : "Dr James A. Smith", - "id" : "Dr James A. Smith" + "id" : "Dr James A. Smith", + "name" : "Dr James A. Smith" }, { - "name" : "Jo Christian Oterhals", + "id" : "Jo Christian Oterhals", "data" : [ [ "Perl 5", @@ -419,52 +135,51 @@ 4 ] ], - "id" : "Jo Christian Oterhals" + "name" : "Jo Christian Oterhals" }, { + "name" : "Kian-Meng Ang", "id" : "Kian-Meng Ang", "data" : [ [ - "Perl 5", - 11 - ], - [ "Blog", 5 + ], + [ + "Perl 5", + 11 ] - ], - "name" : "Kian-Meng Ang" + ] }, { - "id" : "Nick Logan", "name" : "Nick Logan", "data" : [ [ - "Perl 6", + "Perl 5", 8 ], [ - "Perl 5", + "Perl 6", 8 ] - ] + ], + "id" : "Nick Logan" }, { "id" : "Arne Sommer", - "name" : "Arne Sommer", "data" : [ [ - "Blog", - 5 - ], - [ "Perl 6", 10 + ], + [ + "Blog", + 5 ] - ] + ], + "name" : "Arne Sommer" }, { - "id" : "Lars Balker", "data" : [ [ "Perl 5", @@ -475,9 +190,11 @@ 4 ] ], + "id" : "Lars Balker", "name" : "Lars Balker" }, { + "id" : "Gustavo Chaves", "data" : [ [ "Blog", @@ -488,65 +205,65 @@ 9 ] ], - "name" : "Gustavo Chaves", - "id" : "Gustavo Chaves" + "name" : "Gustavo Chaves" }, { "name" : "Mark Senn", "data" : [ [ - "Blog", - 3 - ], - [ "Perl 6", 10 + ], + [ + "Blog", + 3 ] ], "id" : "Mark Senn" }, { - "id" : "Andrezgz", + "name" : "Andrezgz", "data" : [ [ "Perl 5", 12 ] ], - "name" : "Andrezgz" + "id" : "Andrezgz" }, { - "id" : "Athanasius", - "name" : "Athanasius", "data" : [ [ "Perl 5", 12 ] - ] + ], + "id" : "Athanasius", + "name" : "Athanasius" }, { - "name" : "Doug Schrag", "data" : [ [ "Perl 6", 10 ] ], - "id" : "Doug Schrag" + "id" : "Doug Schrag", + "name" : "Doug Schrag" }, { "id" : "Duncan C. White", - "name" : "Duncan C. White", "data" : [ [ "Perl 5", 10 ] - ] + ], + "name" : "Duncan C. White" }, { "name" : "Francis Whittle", + "id" : "Francis Whittle", "data" : [ [ "Blog", @@ -556,11 +273,9 @@ "Perl 6", 6 ] - ], - "id" : "Francis Whittle" + ] }, { - "id" : "Robert Gratza", "name" : "Robert Gratza", "data" : [ [ @@ -571,30 +286,30 @@ "Perl 6", 6 ] - ] + ], + "id" : "Robert Gratza" }, { "id" : "Daniel Mantovani", - "name" : "Daniel Mantovani", "data" : [ [ "Perl 5", 7 ] - ] + ], + "name" : "Daniel Mantovani" }, { + "name" : "John Barrett", "id" : "John Barrett", "data" : [ [ "Perl 5", 7 ] - ], - "name" : "John Barrett" + ] }, { - "name" : "E. Choroba", "data" : [ [ "Perl 5", @@ -605,31 +320,32 @@ 2 ] ], - "id" : "E. Choroba" + "id" : "E. Choroba", + "name" : "E. Choroba" }, { + "id" : "Maxim Kolodyazhny", "data" : [ [ "Perl 5", 6 ] ], - "name" : "Maxim Kolodyazhny", - "id" : "Maxim Kolodyazhny" + "name" : "Maxim Kolodyazhny" }, { - "id" : "Ozzy", + "name" : "Ozzy", "data" : [ [ "Perl 6", 6 ] ], - "name" : "Ozzy" + "id" : "Ozzy" }, { - "id" : "Philippe Bruhat", "name" : "Philippe Bruhat", + "id" : "Philippe Bruhat", "data" : [ [ "Blog", @@ -642,41 +358,41 @@ ] }, { - "name" : "Sergio Iglesias", "data" : [ [ "Perl 5", 6 ] ], - "id" : "Sergio Iglesias" + "id" : "Sergio Iglesias", + "name" : "Sergio Iglesias" }, { - "id" : "Arpad Toth", + "name" : "Arpad Toth", "data" : [ [ "Perl 5", 5 ] ], - "name" : "Arpad Toth" + "id" : "Arpad Toth" }, { + "name" : "Khalid", "data" : [ [ - "Blog", - 1 - ], - [ "Perl 5", 4 + ], + [ + "Blog", + 1 ] ], - "name" : "Khalid", "id" : "Khalid" }, { - "name" : "Steve Rogerson", + "id" : "Steve Rogerson", "data" : [ [ "Perl 6", @@ -687,143 +403,145 @@ 3 ] ], - "id" : "Steve Rogerson" + "name" : "Steve Rogerson" }, { + "name" : "Veesh Goldman", "data" : [ [ "Perl 5", 5 ] ], - "name" : "Veesh Goldman", "id" : "Veesh Goldman" }, { + "name" : "Alex Daniel", + "id" : "Alex Daniel", "data" : [ [ "Perl 6", 4 ] - ], - "name" : "Alex Daniel", - "id" : "Alex Daniel" + ] }, { + "id" : "Bob Kleemann", "data" : [ [ "Perl 5", 4 ] ], - "name" : "Bob Kleemann", - "id" : "Bob Kleemann" + "name" : "Bob Kleemann" }, { - "id" : "Chenyf", "data" : [ [ "Perl 6", 4 ] ], + "id" : "Chenyf", "name" : "Chenyf" }, { - "name" : "David Kayal", "data" : [ [ "Perl 5", 4 ] ], - "id" : "David Kayal" + "id" : "David Kayal", + "name" : "David Kayal" }, { - "name" : "Jaime Corchado", |
