diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-04-22 20:50:14 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-04-22 20:50:14 +0100 |
| commit | ef12b6bb075c198fb775acf5d2dc04e25cf9c283 (patch) | |
| tree | a41dbc8ac591126520b152b19ee7186a6503875b | |
| parent | e06416290b265e8a8f1fac20264b757f0f2a020c (diff) | |
| download | perlweeklychallenge-club-ef12b6bb075c198fb775acf5d2dc04e25cf9c283.tar.gz perlweeklychallenge-club-ef12b6bb075c198fb775acf5d2dc04e25cf9c283.tar.bz2 perlweeklychallenge-club-ef12b6bb075c198fb775acf5d2dc04e25cf9c283.zip | |
- Added solutions by Gustavo Chaves.
| -rw-r--r-- | stats/pwc-current.json | 81 | ||||
| -rw-r--r-- | stats/pwc-leaders.json | 376 | ||||
| -rw-r--r-- | stats/pwc-summary-1-30.json | 102 | ||||
| -rw-r--r-- | stats/pwc-summary-31-60.json | 38 | ||||
| -rw-r--r-- | stats/pwc-summary-61-90.json | 76 | ||||
| -rw-r--r-- | stats/pwc-summary.json | 208 |
6 files changed, 448 insertions, 433 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 17242ea0b0..b1b8b642e0 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,72 +1,82 @@ { - "title" : { - "text" : "Perl Weekly Challenge - 005" - }, - "subtitle" : { - "text" : "[Champions: 2] Last updated at 2019-04-22 13:12:43 GMT" - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } + "chart" : { + "type" : "column" }, "drilldown" : { "series" : [ { - "id" : "Francis Whittle", - "name" : "Francis Whittle", "data" : [ [ "Perl 6", 2 ] - ] + ], + "name" : "Francis Whittle", + "id" : "Francis Whittle" + }, + { + "id" : "Gustavo Chaves", + "data" : [ + [ + "Perl 5", + 2 + ] + ], + "name" : "Gustavo Chaves" }, { - "id" : "Robert Gratza", "data" : [ [ "Perl 6", 2 ] ], - "name" : "Robert Gratza" + "name" : "Robert Gratza", + "id" : "Robert Gratza" } ] }, - "chart" : { - "type" : "column" - }, - "tooltip" : { - "pointerFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>", - "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>", - "followPointer" : 1 + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + } + } }, "series" : [ { "name" : "Champions", "data" : [ { + "y" : 2, "name" : "Francis Whittle", - "drilldown" : "Francis Whittle", - "y" : 2 + "drilldown" : "Francis Whittle" }, { - "name" : "Robert Gratza", + "y" : 2, + "name" : "Gustavo Chaves", + "drilldown" : "Gustavo Chaves" + }, + { + "y" : 2, "drilldown" : "Robert Gratza", - "y" : 2 + "name" : "Robert Gratza" } ], "colorByPoint" : 1 } ], - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - } + "title" : { + "text" : "Perl Weekly Challenge - 005" + }, + "subtitle" : { + "text" : "[Champions: 3] Last updated at 2019-04-22 19:49:33 GMT" + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" } }, "legend" : { @@ -74,5 +84,10 @@ }, "xAxis" : { "type" : "category" + }, + "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 } } diff --git a/stats/pwc-leaders.json b/stats/pwc-leaders.json index 8b08492203..b51cac4cc4 100644 --- a/stats/pwc-leaders.json +++ b/stats/pwc-leaders.json @@ -1,11 +1,8 @@ { - "chart" : { - "type" : "column" - }, - "yAxis" : { - "title" : { - "text" : "Total Score" - } + "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/>" }, "series" : [ { @@ -13,14 +10,14 @@ "name" : "Perl Weekly Challenge Leaders", "data" : [ { - "y" : 38, "name" : "#1: Laurent Rosenfeld", + "y" : 38, "drilldown" : "Laurent Rosenfeld" }, { - "y" : 32, "drilldown" : "Dr James A. Smith", - "name" : "#2: Dr James A. Smith" + "name" : "#2: Dr James A. Smith", + "y" : 32 }, { "y" : 32, @@ -28,119 +25,119 @@ "drilldown" : "Jaldhar H. Vyas" }, { - "name" : "#4: Joelle Maslak", "drilldown" : "Joelle Maslak", - "y" : 32 + "y" : 32, + "name" : "#4: Joelle Maslak" }, { - "y" : 32, + "drilldown" : "Nick Logan", "name" : "#5: Nick Logan", - "drilldown" : "Nick Logan" + "y" : 32 }, { - "y" : 30, "name" : "#6: Jo Christian Oterhals", + "y" : 30, "drilldown" : "Jo Christian Oterhals" }, { + "drilldown" : "Simon Proctor", "y" : 30, - "name" : "#7: Simon Proctor", - "drilldown" : "Simon Proctor" + "name" : "#7: Simon Proctor" }, { + "drilldown" : "Adam Russell", "y" : 24, - "name" : "#8: Adam Russell", - "drilldown" : "Adam Russell" + "name" : "#8: Adam Russell" }, { - "y" : 24, "drilldown" : "Lars Balker", - "name" : "#9: Lars Balker" + "name" : "#9: Lars Balker", + "y" : 24 }, { - "name" : "#10: Ruben Westerberg", "drilldown" : "Ruben Westerberg", + "name" : "#10: Ruben Westerberg", "y" : 24 }, { + "name" : "#11: Kian-Meng Ang", "y" : 22, - "drilldown" : "Kian-Meng Ang", - "name" : "#11: Kian-Meng Ang" + "drilldown" : "Kian-Meng Ang" + }, + { + "name" : "#12: Gustavo Chaves", + "y" : 20, + "drilldown" : "Gustavo Chaves" }, { - "name" : "#12: Mark Senn", "drilldown" : "Mark Senn", + "name" : "#13: Mark Senn", "y" : 20 }, { - "y" : 18, "drilldown" : "Arne Sommer", - "name" : "#13: Arne Sommer" + "name" : "#14: Arne Sommer", + "y" : 18 }, { - "name" : "#14: Francis Whittle", "drilldown" : "Francis Whittle", - "y" : 18 + "y" : 18, + "name" : "#15: Francis Whittle" }, { + "drilldown" : "Andrezgz", "y" : 16, - "name" : "#15: Andrezgz", - "drilldown" : "Andrezgz" + "name" : "#16: Andrezgz" }, { "y" : 16, - "name" : "#16: Athanasius", + "name" : "#17: Athanasius", "drilldown" : "Athanasius" }, { - "name" : "#17: Doug Schrag", "drilldown" : "Doug Schrag", - "y" : 16 - }, - { "y" : 16, - "drilldown" : "Gustavo Chaves", - "name" : "#18: Gustavo Chaves" + "name" : "#18: Doug Schrag" }, { - "drilldown" : "Robert Gratza", "name" : "#19: Robert Gratza", - "y" : 16 + "y" : 16, + "drilldown" : "Robert Gratza" }, { - "y" : 12, "drilldown" : "Duncan C. White", - "name" : "#20: Duncan C. White" + "name" : "#20: Duncan C. White", + "y" : 12 }, { - "drilldown" : "Philippe Bruhat", "name" : "#21: Philippe Bruhat", - "y" : 12 + "y" : 12, + "drilldown" : "Philippe Bruhat" }, { - "drilldown" : "Sergio Iglesias", + "y" : 12, "name" : "#22: Sergio Iglesias", - "y" : 12 + "drilldown" : "Sergio Iglesias" }, { - "y" : 10, + "drilldown" : "John Barrett", "name" : "#23: John Barrett", - "drilldown" : "John Barrett" + "y" : 10 }, { - "y" : 10, + "drilldown" : "Khalid", "name" : "#24: Khalid", - "drilldown" : "Khalid" + "y" : 10 }, { - "y" : 10, + "drilldown" : "Steve Rogerson", "name" : "#25: Steve Rogerson", - "drilldown" : "Steve Rogerson" + "y" : 10 }, { + "drilldown" : "Veesh Goldman", "y" : 10, - "name" : "#26: Veesh Goldman", - "drilldown" : "Veesh Goldman" + "name" : "#26: Veesh Goldman" }, { "y" : 8, @@ -148,69 +145,69 @@ "drilldown" : "Alex Daniel" }, { - "drilldown" : "Arpad Toth", "name" : "#28: Arpad Toth", - "y" : 8 + "y" : 8, + "drilldown" : "Arpad Toth" }, { - "drilldown" : "Bob Kleemann", + "y" : 8, "name" : "#29: Bob Kleemann", - "y" : 8 + "drilldown" : "Bob Kleemann" }, { - "name" : "#30: Chenyf", "drilldown" : "Chenyf", + "name" : "#30: Chenyf", "y" : 8 }, { + "y" : 8, "name" : "#31: Daniel Mantovani", - "drilldown" : "Daniel Mantovani", - "y" : 8 + "drilldown" : "Daniel Mantovani" }, { - "drilldown" : "David Kayal", "name" : "#32: David Kayal", - "y" : 8 + "y" : 8, + "drilldown" : "David Kayal" }, { + "drilldown" : "Matt Latusek", "y" : 8, - "name" : "#33: Matt Latusek", - "drilldown" : "Matt Latusek" + "name" : "#33: Matt Latusek" }, { + "y" : 8, "name" : "#34: Maxim Kolodyazhny", - "drilldown" : "Maxim Kolodyazhny", - "y" : 8 + "drilldown" : "Maxim Kolodyazhny" }, { "name" : "#35: Ozzy", - "drilldown" : "Ozzy", - "y" : 8 + "y" : 8, + "drilldown" : "Ozzy" }, { - "name" : "#36: Simon Reinhardt", "drilldown" : "Simon Reinhardt", + "name" : "#36: Simon Reinhardt", "y" : 8 }, { + "y" : 8, "name" : "#37: Steven Wilson", - "drilldown" : "Steven Wilson", - "y" : 8 + "drilldown" : "Steven Wilson" }, { "drilldown" : "Ailbhe Tweedie", - "name" : "#38: Ailbhe Tweedie", - "y" : 6 + "y" : 6, + "name" : "#38: Ailbhe Tweedie" }, { - "y" : 6, "drilldown" : "Dave Cross", + "y" : 6, "name" : "#39: Dave Cross" }, { + "drilldown" : "Dave Jacoby", "y" : 6, - "name" : "#40: Dave Jacoby", - "drilldown" : "Dave Jacoby" + "name" : "#40: Dave Jacoby" } ] } @@ -218,39 +215,34 @@ "xAxis" : { "type" : "category" }, - "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/>" - }, "drilldown" : { "series" : [ { + "name" : "Laurent Rosenfeld", "data" : [ [ + "Blog", + 4 + ], + [ "Perl 6", 7 ], [ "Perl 5", 8 - ], - [ - "Blog", - 4 ] ], - "name" : "Laurent Rosenfeld", "id" : "Laurent Rosenfeld" }, { "data" : [ [ - "Perl 6", + "Perl 5", 8 ], [ - "Perl 5", + "Perl 6", 8 ] ], @@ -268,12 +260,11 @@ 8 ] ], - "name" : "Jaldhar H. Vyas", - "id" : "Jaldhar H. Vyas" + "id" : "Jaldhar H. Vyas", + "name" : "Jaldhar H. Vyas" }, { "name" : "Joelle Maslak", - "id" : "Joelle Maslak", "data" : [ [ "Perl 5", @@ -283,24 +274,24 @@ "Perl 6", 8 ] - ] + ], + "id" : "Joelle Maslak" }, { + "id" : "Nick Logan", "data" : [ [ - "Perl 6", + "Perl 5", 8 ], [ - "Perl 5", + "Perl 6", 8 ] ], - "name" : "Nick Logan", - "id" : "Nick Logan" + "name" : "Nick Logan" }, { - "id" : "Jo Christian Oterhals", "name" : "Jo Christian Oterhals", "data" : [ [ @@ -308,26 +299,27 @@ 3 ], [ - "Perl 5", + "Perl 6", 6 ], [ - "Perl 6", + "Perl 5", 6 ] - ] + ], + "id" : "Jo Christian Oterhals" }, { "data" : [ [ - "Perl 6", - 8 - ], - [ "Blog", 3 ], [ + "Perl 6", + 8 + ], + [ "Perl 5", 4 ] @@ -336,8 +328,8 @@ "name" : "Simon Proctor" }, { - "id" : "Adam Russell", "name" : "Adam Russell", + "id" : "Adam Russell", "data" : [ [ "Blog", @@ -350,8 +342,8 @@ ] }, { - "id" : "Lars Balker", "name" : "Lars Balker", + "id" : "Lars Balker", "data" : [ [ "Perl 5", @@ -364,6 +356,7 @@ ] }, { + "id" : "Ruben Westerberg", "data" : [ [ "Perl 5", @@ -374,22 +367,35 @@ 6 ] ], - "id" : "Ruben Westerberg", "name" : "Ruben Westerberg" }, { "id" : "Kian-Meng Ang", - "name" : "Kian-Meng Ang", "data" : [ [ + "Blog", + 3 + ], + [ "Perl 5", 8 + ] + ], + "name" : "Kian-Meng Ang" + }, + { + "data" : [ + [ + "Perl 5", + 7 ], [ "Blog", 3 ] - ] + ], + "id" : "Gustavo Chaves", + "name" : "Gustavo Chaves" }, { "data" : [ @@ -408,100 +414,87 @@ { "data" : [ [ - "Blog", - 3 - ], - [ "Perl 6", 6 + ], + [ + "Blog", + 3 ] ], - "name" : "Arne Sommer", - "id" : "Arne Sommer" + "id" : "Arne Sommer", + "name" : "Arne Sommer" }, { - "id" : "Francis Whittle", "name" : "Francis Whittle", + "id" : "Francis Whittle", "data" : [ [ - "Perl 6", - 6 - ], - [ "Blog", 3 + ], + [ + "Perl 6", + 6 ] ] }, { + "name" : "Andrezgz", + "id" : "Andrezgz", "data" : [ [ "Perl 5", 8 ] - ], - "id" : "Andrezgz", - "name" : "Andrezgz" + ] }, { + "id" : "Athanasius", "data" : [ [ "Perl 5", 8 ] ], - "id" : "Athanasius", "name" : "Athanasius" }, { "name" : "Doug Schrag", - "id" : "Doug Schrag", "data" : [ [ "Perl 6", 8 ] - ] + ], + "id" : "Doug Schrag" }, { + "name" : "Robert Gratza", "data" : [ [ "Perl 5", - 5 + 2 ], [ - "Blog", - 3 - ] - ], - "name" : "Gustavo Chaves", - "id" : "Gustavo Chaves" - }, - { - "id" : "Robert Gratza", - "name" : "Robert Gratza", - "data" : [ - [ "Perl 6", 6 - ], - [ - "Perl 5", - 2 ] - ] + ], + "id" : "Robert Gratza" }, { + "name" : "Duncan C. White", + "id" : "Duncan C. White", "data" : [ [ "Perl 5", 6 ] - ], - "id" : "Duncan C. White", - "name" : "Duncan C. White" + ] }, { + "name" : "Philippe Bruhat", "data" : [ [ "Blog", @@ -512,7 +505,6 @@ 4 ] ], - "name" : "Philippe Bruhat", "id" : "Philippe Bruhat" }, { @@ -522,34 +514,35 @@ 6 ] ], - "name" : "Sergio Iglesias", - "id" : "Sergio Iglesias" + "id" : "Sergio Iglesias", + "name" : "Sergio Iglesias" }, { + "id" : "John Barrett", "data" : [ [ "Perl 5", 5 ] ], - "id" : "John Barrett", "name" : "John Barrett" }, { - "id" : "Khalid", "name" : "Khalid", + "id" : "Khalid", "data" : [ [ - "Blog", - 1 - ], - [ "Perl 5", 4 + ], + [ + "Blog", + 1 ] ] }, { + "id" : "Steve Rogerson", "data" : [ [ "Perl 6", @@ -560,7 +553,6 @@ 3 ] ], - "id" : "Steve Rogerson", "name" : "Steve Rogerson" }, { @@ -574,13 +566,13 @@ "name" : "Veesh Goldman" }, { + "name" : "Alex Daniel", "data" : [ [ "Perl 6", 4 ] ], - "name" : "Alex Daniel", "id" : "Alex Daniel" }, { @@ -594,44 +586,44 @@ ] }, { - "id" : "Bob Kleemann", "name" : "Bob Kleemann", "data" : [ [ "Perl 5", 4 ] - ] + ], + "id" : "Bob Kleemann" }, { "id" : "Chenyf", - "name" : "Chenyf", "data" : [ [ "Perl 6", 4 ] - ] + ], + "name" : "Chenyf" }, { + "name" : "Daniel Mantovani", "data" : [ [ "Perl 5", 4 ] ], - "id" : "Daniel Mantovani", - "name" : "Daniel Mantovani" + "id" : "Daniel Mantovani" }, { - "name" : "David Kayal", "id" : "David Kayal", "data" : [ [ "Perl 5", 4 ] - ] + ], + "name" : "David Kayal" }, { "name" : "Matt Latusek", @@ -644,53 +636,53 @@ ] }, { - "name" : "Maxim Kolodyazhny", "id" : "Maxim Kolodyazhny", "data" : [ [ "Perl 5", 4 ] - ] + ], + "name" : "Maxim Kolodyazhny" }, { + "name" : "Ozzy", + "id" : "Ozzy", "data" : [ [ "Perl 6", 4 ] - ], - "id" : "Ozzy", - "name" : "Ozzy" + ] }, { - "id" : "Simon Reinhardt", - "name" : "Simon Reinhardt", "data" : [ [ "Perl 5", 4 ] - ] + ], + "id" : "Simon Reinhardt", + "name" : "Simon Reinhardt" }, { "name" : "Steven Wilson", - "id" : "Steven Wilson", "data" : [ [ "Perl 5", 4 ] - ] + ], + "id" : "Steven Wilson" }, { + "name" : "Ailbhe Tweedie", "data" : [ [ "Perl 5", 3 ] ], - "name" : "Ailbhe Tweedie", "id" : "Ailbhe Tweedie" }, { @@ -709,23 +701,34 @@ }, { "name" : "Dave Jacoby", - "id" : "Dave Jacoby", "data" : [ [ - "Perl 5", - 1 - ], - [ "Blog", 2 + ], + [ + "Perl 5", + 1 ] - ] + ], + "id" : "Dave Jacoby" } ] }, + "yAxis" : { + "title" : { + "text" : "Total Score" + } + }, + "chart" : { + "type" : "column" + }, "legend" : { "enabled" : "false" }, + "title" : { + "text" : "Perl Weekly Challenge Leaders (TOP 40)" + }, "plotOptions" : { "series" : { "borderWidth" : 0, @@ -736,9 +739,6 @@ } }, "subtitle" : { - "text" : "Click the columns to drilldown the score breakdown. Last updated at 2019-04-22 13:13:04 GMT" - }, - "title" : { - "text" : "Perl Weekly Challenge Leaders (TOP 40)" + "text" : "Click the columns to drilldown the score breakdown. Last updated at 2019-04-22 19:49:55 GMT" } } diff --git a/stats/pwc-summary-1-30.json b/stats/pwc-summary-1-30.json index 1f285cef76..079262d628 100644 --- a/stats/pwc-summary-1-30.json +++ b/stats/pwc-summary-1-30.json @@ -1,8 +1,54 @@ { + "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", + "Eddy HS", + "Finley", + "Francis Whittle", + "Fred Zinn", + "Freddie B", + "Gustavo Chaves", + "Jacques Guinnebault", + "Jaime Corchado" + ] + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, "tooltip" : { "shared" : 1, "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, + "chart" : { + "type" : "column" + }, "series" : [ { "name" : "Perl 5", @@ -34,13 +80,12 @@ 0, 2, 3, - 5, + 7, 0, 2 ] }, { - "name" : "Perl 6", "data" : [ 0, 0, @@ -72,61 +117,16 @@ 0, 0, 0 - ] + ], + "name" : "Perl 6" } ], - "title" : { - "text" : "Perl Weekly Challenge - 2019" + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2019-04-22 19:49:33 GMT" }, "plotOptions" : { "column" : { "stacking" : "percent" } - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2019-04-22 13:12:44 GMT" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "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", - "Dave Cross", - "Dave Jacoby", - "David Kayal", - "Doug Schrag", - "Duncan C. White", - "Eddy HS", - "Finley", - "Francis Whittle", - "Fred Zinn", - "Freddie B", - "Gustavo Chaves", - "Jacques Guinnebault", - "Jaime Corchado" - ] } } diff --git a/stats/pwc-summary-31-60.json b/stats/pwc-summary-31-60.json index 25b34c0b2e..492d94402d 100644 --- a/stats/pwc-summary-31-60.json +++ b/stats/pwc-summary-31-60.json @@ -1,14 +1,6 @@ { - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2019-04-22 13:12:44 GMT" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" + "chart" : { + "type" : "column" }, "series" : [ { @@ -86,6 +78,23 @@ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", "shared" : 1 }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "subtitle" : { + |
