diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-06-04 05:03:01 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-06-04 05:03:01 +0100 |
| commit | fb72656c0b4dac4fae14404bc9114c65081271a0 (patch) | |
| tree | b76350f0db97f1c37cd6c9c756663285989b7ce5 | |
| parent | 79132e559aad165401b8520a9a62ad2cc4fb84de (diff) | |
| download | perlweeklychallenge-club-fb72656c0b4dac4fae14404bc9114c65081271a0.tar.gz perlweeklychallenge-club-fb72656c0b4dac4fae14404bc9114c65081271a0.tar.bz2 perlweeklychallenge-club-fb72656c0b4dac4fae14404bc9114c65081271a0.zip | |
- Added solution by Khalid.
| -rw-r--r-- | stats/pwc-current.json | 168 | ||||
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 50 | ||||
| -rw-r--r-- | stats/pwc-language-breakdown.json | 132 | ||||
| -rw-r--r-- | stats/pwc-leaders.json | 804 | ||||
| -rw-r--r-- | stats/pwc-summary-1-30.json | 100 | ||||
| -rw-r--r-- | stats/pwc-summary-31-60.json | 122 | ||||
| -rw-r--r-- | stats/pwc-summary-61-90.json | 100 | ||||
| -rw-r--r-- | stats/pwc-summary.json | 50 |
8 files changed, 763 insertions, 763 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 52e7b5bfce..7ecbc208eb 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,85 +1,28 @@ { - "series" : [ - { - "colorByPoint" : 1, - "data" : [ - { - "name" : "Dave Jacoby", - "y" : 2, - "drilldown" : "Dave Jacoby" - }, - { - "drilldown" : "E. Choroba", - "y" : 2, - "name" : "E. Choroba" - }, - { - "name" : "Joelle Maslak", - "drilldown" : "Joelle Maslak", - "y" : 6 - }, - { - "name" : "Khalid", - "y" : 1, - "drilldown" : "Khalid" - }, - { - "name" : "Kivanc Yazan", - "y" : 2, - "drilldown" : "Kivanc Yazan" - }, - { - "drilldown" : "Pete Houston", - "y" : 1, - "name" : "Pete Houston" - }, - { - "name" : "Simon Proctor", - "y" : 2, - "drilldown" : "Simon Proctor" - }, - { - "drilldown" : "Steven Wilson", - "y" : 2, - "name" : "Steven Wilson" - } - ], - "name" : "Champions" - } - ], - "tooltip" : { - "pointerFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>", - "followPointer" : 1, - "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>" - }, - "chart" : { - "type" : "column" - }, "drilldown" : { "series" : [ { - "name" : "Dave Jacoby", "data" : [ [ "Perl 5", 2 ] ], - "id" : "Dave Jacoby" + "id" : "Dave Jacoby", + "name" : "Dave Jacoby" }, { + "name" : "E. Choroba", "data" : [ [ "Perl 5", 2 ] ], - "id" : "E. Choroba", - "name" : "E. Choroba" + "id" : "E. Choroba" }, { "name" : "Joelle Maslak", - "id" : "Joelle Maslak", "data" : [ [ "Perl 5", @@ -89,26 +32,27 @@ "Perl 6", 3 ] - ] + ], + "id" : "Joelle Maslak" }, { - "name" : "Khalid", "data" : [ [ "Perl 6", - 1 + 2 ] ], - "id" : "Khalid" + "id" : "Khalid", + "name" : "Khalid" }, { - "id" : "Kivanc Yazan", "data" : [ [ "Perl 5", 2 ] ], + "id" : "Kivanc Yazan", "name" : "Kivanc Yazan" }, { @@ -122,27 +66,94 @@ "id" : "Pete Houston" }, { - "name" : "Simon Proctor", "data" : [ [ "Perl 6", 2 ] ], - "id" : "Simon Proctor" + "id" : "Simon Proctor", + "name" : "Simon Proctor" }, { - "name" : "Steven Wilson", + "id" : "Steven Wilson", "data" : [ [ "Perl 5", 2 ] ], - "id" : "Steven Wilson" + "name" : "Steven Wilson" } ] }, + "xAxis" : { + "type" : "category" + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "tooltip" : { + "followPointer" : 1, + "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/>" + }, + "legend" : { + "enabled" : 0 + }, + "series" : [ + { + "name" : "Champions", + "colorByPoint" : 1, + "data" : [ + { + "drilldown" : "Dave Jacoby", + "name" : "Dave Jacoby", + "y" : 2 + }, + { + "drilldown" : "E. Choroba", + "y" : 2, + "name" : "E. Choroba" + }, + { + "drilldown" : "Joelle Maslak", + "y" : 6, + "name" : "Joelle Maslak" + }, + { + "drilldown" : "Khalid", + "y" : 2, + "name" : "Khalid" + }, + { + "y" : 2, + "name" : "Kivanc Yazan", + "drilldown" : "Kivanc Yazan" + }, + { + "y" : 1, + "name" : "Pete Houston", + "drilldown" : "Pete Houston" + }, + { + "drilldown" : "Simon Proctor", + "name" : "Simon Proctor", + "y" : 2 + }, + { + "drilldown" : "Steven Wilson", + "name" : "Steven Wilson", + "y" : 2 + } + ] + } + ], + "title" : { + "text" : "Perl Weekly Challenge - 011" + }, "plotOptions" : { "series" : { "borderWidth" : 0, @@ -152,21 +163,10 @@ } } }, - "title" : { - "text" : "Perl Weekly Challenge - 011" - }, "subtitle" : { - "text" : "[Champions: 8] Last updated at 2019-06-04 03:20:03 GMT" - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } + "text" : "[Champions: 8] Last updated at 2019-06-04 04:02:39 GMT" }, - "xAxis" : { - "type" : "category" - }, - "legend" : { - "enabled" : 0 + "chart" : { + "type" : "column" } } diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 7caacc5ddd..48bef2b852 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,33 +1,42 @@ { "yAxis" : { - "min" : 0, "title" : { "text" : null - } + }, + "min" : 0 + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" }, "title" : { "text" : "Perl Weekly Challenge Contributions - 2019" }, - "chart" : { - "type" : "column" - }, "subtitle" : { - "text" : "Last updated at 2019-06-04 03:20:47 GMT" + "text" : "Last updated at 2019-06-04 04:02:51 GMT" }, "xAxis" : { + "type" : "category", "labels" : { "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" } - }, - "type" : "category" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + } }, "series" : [ { + "dataLabels" : { + "format" : "{point.y:.0f}", + "enabled" : "true", + "color" : "#FFFFFF", + "align" : "right", + "y" : 10, + "rotation" : -90, + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + }, "data" : [ [ "Blog", @@ -39,24 +48,15 @@ ], [ "Perl 6", - 239 + 240 ] ], - "name" : "Contributions", - "dataLabels" : { - "y" : 10, - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "enabled" : "true", - "align" : "right", - "color" : "#FFFFFF", - "format" : "{point.y:.0f}", - "rotation" : -90 - } + "name" : "Contributions" } ], + "chart" : { + "type" : "column" + }, "legend" : { "enabled" : "false" } diff --git a/stats/pwc-language-breakdown.json b/stats/pwc-language-breakdown.json index 7a3466b700..96ebe9fcac 100644 --- a/stats/pwc-language-breakdown.json +++ b/stats/pwc-language-breakdown.json @@ -2,8 +2,6 @@ "drilldown" : { "series" : [ { - "id" : "001", - "name" : "001", "data" : [ [ "Perl 5", @@ -13,7 +11,9 @@ "Perl 6", 37 ] - ] + ], + "name" : "001", + "id" : "001" }, { "data" : [ @@ -30,6 +30,7 @@ "id" : "002" }, { + "name" : "003", "data" : [ [ "Perl 5", @@ -40,12 +41,11 @@ 26 ] ], - "id" : "003", - "name" : "003" + "id" : "003" }, { - "name" : "004", "id" : "004", + "name" : "004", "data" : [ [ "Perl 5", @@ -59,7 +59,6 @@ }, { "id" : "005", - "name" : "005", "data" : [ [ "Perl 5", @@ -69,9 +68,11 @@ "Perl 6", 22 ] - ] + ], + "name" : "005" }, { + "id" : "006", "data" : [ [ "Perl 5", @@ -82,11 +83,9 @@ 14 ] ], - "name" : "006", - "id" : "006" + "name" : "006" }, { - "name" : "007", "id" : "007", "data" : [ [ @@ -97,9 +96,12 @@ "Perl 6", 20 ] - ] + ], + "name" : "007" }, { + "id" : "008", + "name" : "008", "data" : [ [ "Perl 5", @@ -109,11 +111,10 @@ "Perl 6", 20 ] - ], - "id" : "008", - "name" : "008" + ] }, { + "id" : "009", "data" : [ [ "Perl 5", @@ -124,12 +125,9 @@ 18 ] ], - "id" : "009", "name" : "009" }, { - "name" : "010", - "id" : "010", "data" : [ [ "Perl 5", @@ -139,10 +137,11 @@ "Perl 6", 15 ] - ] + ], + "name" : "010", + "id" : "010" }, { - "name" : "011", "id" : "011", "data" : [ [ @@ -151,27 +150,43 @@ ], [ "Perl 6", - 6 + 7 ] - ] + ], + "name" : "011" } ] }, - "legend" : { - "enabled" : "false" - }, "plotOptions" : { "series" : { + "borderWidth" : 0, "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - }, - "borderWidth" : 0 + "enabled" : 1, + "format" : "{point.y}" + } + } + }, + "tooltip" : { + "followPointer" : "true", + "pointFormat" : "<span style=\"color:{point.color}\">{point.name}</span>: <b>{point.y:f}</b><br/>", + "headerFormat" : "<span style=\"font-size:11px\"></span>" + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" } }, + "legend" : { + "enabled" : "false" + }, + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "Click the columns to drilldown the language breakdown. Last updated at 2019-06-04 04:02:51 GMT" + }, "series" : [ { - "name" : "Perl Weekly Challenge Languages", "colorByPoint" : "true", "data" : [ { @@ -181,33 +196,33 @@ }, { "name" : "#002 [P5=63 P6=32]", - "y" : 95, - "drilldown" : "002" + "drilldown" : "002", + "y" : 95 }, { - "y" : 58, "drilldown" : "003", - "name" : "#003 [P5=32 P6=26]" + "name" : "#003 [P5=32 P6=26]", + "y" : 58 }, { + "drilldown" : "004", "name" : "#004 [P5=46 P6=29]", - "y" : 75, - "drilldown" : "004" + "y" : 75 }, { - "name" : "#005 [P5=33 P6=22]", + "y" : 55, "drilldown" : "005", - "y" : 55 + "name" : "#005 [P5=33 P6=22]" }, { + "name" : "#006 [P5=27 P6=14]", "drilldown" : "006", - "y" : 41, - "name" : "#006 [P5=27 P6=14]" + "y" : 41 }, { "y" : 46, - "drilldown" : "007", - "name" : "#007 [P5=26 P6=20]" + "name" : "#007 [P5=26 P6=20]", + "drilldown" : "007" }, { "name" : "#008 [P5=36 P6=20]", @@ -215,9 +230,9 @@ "y" : 56 }, { + "name" : "#009 [P5=33 P6=18]", "drilldown" : "009", - "y" : 51, - "name" : "#009 [P5=33 P6=18]" + "y" : 51 }, { "name" : "#010 [P5=30 P6=15]", @@ -225,33 +240,18 @@ "y" : 45 }, { - "drilldown" : "011", - "y" : 18, - "name" : "#011 [P5=12 P6=6]" + "y" : 19, + "name" : "#011 [P5=12 P6=7]", + "drilldown" : "011" } - ] + ], + "name" : "Perl Weekly Challenge Languages" } ], - "tooltip" : { - "headerFormat" : "<span style=\"font-size:11px\"></span>", - "pointFormat" : "<span style=\"color:{point.color}\">{point.name}</span>: <b>{point.y:f}</b><br/>", - "followPointer" : "true" - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "title" : { - "text" : "Perl Weekly Challenge Language" - }, - "subtitle" : { - "text" : "Click the columns to drilldown the language breakdown. Last updated at 2019-06-04 03:20:47 GMT" - }, "xAxis" : { "type" : "category" }, - "chart" : { - "type" : "column" + "title" : { + "text" : "Perl Weekly Challenge Language" } } diff --git a/stats/pwc-leaders.json b/stats/pwc-leaders.json index d1ae010cae..b161fb907a 100644 --- a/stats/pwc-leaders.json +++ b/stats/pwc-leaders.json @@ -1,329 +1,81 @@ { - "yAxis" : { - "title" : { - "text" : "Total Score" + "chart" : { + "type" : "column" + }, + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + } } }, - "xAxis" : { - "type" : "category" + "title" : { + "text" : "Perl Weekly Challenge Leaders (TOP 50)" }, - "subtitle" : { - "text" : "Click the columns to drilldown the score breakdown. Last updated at 2019-06-04 03:20:33 GMT" + "legend" : { + "enabled" : "false" }, - "chart" : { - "type" : "column" + "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" : [ - { - "colorByPoint" : "true", - "name" : "Perl Weekly Challenge Leaders", - "data" : [ - { - "y" : 110, - "name" : "#1: Joelle Maslak", - "drilldown" : "Joelle Maslak" - }, - { - "drilldown" : "Laurent Rosenfeld", - "name" : "#2: Laurent Rosenfeld", - "y" : 102 - }, - { - "name" : "#3: Jaldhar H. Vyas", - "y" : 80, - "drilldown" : "Jaldhar H. Vyas" - }, - { - "drilldown" : "Ruben Westerberg", - "name" : "#4: Ruben Westerberg", - "y" : 68 - }, - { - "drilldown" : "Adam Russell", - "y" : 60, - "name" : "#5: Adam Russell" - }, - { - "y" : 56, - "name" : "#6: Simon Proctor", - "drilldown" : "Simon Proctor" - }, - { - "name" : "#7: Arne Sommer", - "y" : 52, - "drilldown" : "Arne Sommer" - }, - { - "y" : 52, - "name" : "#8: Kian-Meng Ang", - "drilldown" : "Kian-Meng Ang" - }, - { - "y" : 44, - "name" : "#9: Dr James A. Smith", - "drilldown" : "Dr James A. Smith" - }, - { - "drilldown" : "Gustavo Chaves", - "y" : 42, - "name" : "#10: Gustavo Chaves" - }, - { - "y" : 42, - "name" : "#11: Jo Christian Oterhals", - "drilldown" : "Jo Christian Oterhals" - }, - { - "drilldown" : "Athanasius", - "name" : "#12: Athanasius", - "y" : 40 - }, - { - "drilldown" : "Francis Whittle", - "y" : 40, - "name" : "#13: Francis Whittle" - }, - { - "drilldown" : "Andrezgz", - "y" : 38, - "name" : "#14: Andrezgz" - }, - { - "y" : 38, - "name" : "#15: E. Choroba", - "drilldown" : "E. Choroba" - }, - { - "drilldown" : "Dave Jacoby", - "y" : 34, - "name" : "#16: Dave Jacoby" - }, - { - "drilldown" : "Nick Logan", - "y" : 32, - "name" : "#17: Nick Logan" - }, - { - "drilldown" : "Daniel Mantovani", - "name" : "#18: Daniel Mantovani", - "y" : 30 - }, - { - "drilldown" : "Lars Balker", - "y" : 28, - "name" : "#19: Lars Balker" - }, - { - "drilldown" : "Mark Senn", - "y" : 26, - "name" : "#20: Mark Senn" - }, - { - "drilldown" : "Doug Schrag", - "y" : 20, - "name" : "#21: Doug Schrag" - }, - { - "drilldown" : "Duncan C. White", - "name" : "#22: Duncan C. White", - "y" : 20 - }, - { - "drilldown" : "Guillermo Ramos", - "y" : 18, - "name" : "#23: Guillermo Ramos" - }, - { - "y" : 18, - "name" : "#24: Steven Wilson", - "drilldown" : "Steven Wilson" - }, - { - "drilldown" : "Robert Gratza", - "name" : "#25: Robert Gratza", - "y" : 16 - }, - { - "y" : 16, - "name" : "#26: Yozen Hernandez", - "drilldown" : "Yozen Hernandez" - }, - { - "drilldown" : "Alicia Bielsa", - "name" : "#27: Alicia Bielsa", - "y" : 14 - }, - { - "name" : "#28: John Barrett", - "y" : 14, - "drilldown" : "John Barrett" - }, - { - "y" : 14, - "name" : "#29: Maxim Nechaev", - "drilldown" : "Maxim Nechaev" - }, - { - "name" : "#30: Ozzy", - "y" : 14, - "drilldown" : "Ozzy" - }, - { - "drilldown" : "Khalid", - "name" : "#31: Khalid", - "y" : 12 - }, - { - "drilldown" : "Kivanc Yazan", - "y" : 12, - "name" : "#32: Kivanc Yazan" - }, - { - "drilldown" : "Maxim Kolodyazhny", - "y" : 12, - "name" : "#33: Maxim Kolodyazhny" - }, - { - "name" : "#34: Philippe Bruhat", - "y" : 12, - "drilldown" : "Philippe Bruhat" - }, - { - "name" : "#35: Sergio Iglesias", - "y" : 12, - "drilldown" : "Sergio Iglesias" - }, - { - "drilldown" : "Arpad Toth", - "y" : 10, - "name" : "#36: Arpad Toth" - }, - { - "y" : 10, - "name" : "#37: Steve Rogerson", - "drilldown" : "Steve Rogerson" - }, - { - "drilldown" : "Veesh Goldman", - "y" : 10, - "name" : "#38: Veesh Goldman" - }, - { - "name" : "#39: Alex Daniel", - "y" : 8, - "drilldown" : "Alex Daniel" - }, - { - "name" : "#40: Bob Kleemann", - "y" : 8, - "drilldown" : "Bob Kleemann" - }, - { - "drilldown" : "Chenyf", - "name" : "#41: Chenyf", - "y" : 8 - }, - { - "drilldown" : "David Kayal", - "name" : "#42: David Kayal", - "y" : 8 - }, - { - "drilldown" : "Finley", - "name" : "#43: Finley", - "y" : 8 - }, - { - "drilldown" : "Jaime Corchado", - "y" : 8, - "name" : "#44: Jaime Corchado" - }, - { - "y" : 8, - "name" : "#45: Luis F. Uceta", - "drilldown" : "Luis F. Uceta" - }, - { - "name" : "#46: Matt Latusek", - "y" : 8, - "drilldown" : "Matt Latusek" - }, - { - "drilldown" : "Neil Bowers", - "y" : 8, - "name" : "#47: Neil Bowers" - }, - { - "y" : 8, - "name" : "#48: Pete Houston", - "drilldown" : "Pete Houston" - }, - { - "y" : 8, - "name" : "#49: Simon Reinhardt", - "drilldown" : "Simon Reinhardt" - }, - { - "drilldown" : "Tim Smith", - "y" : 8, - "name" : "#50: Tim Smith" - } - ] - } - ], "drilldown" : { "series" : [ { + "name" : "Joelle Maslak", "data" : [ [ - "Perl 6", - 26 - ], - [ "Perl 5", 26 ], [ "Blog", 3 + ], + [ + "Perl 6", + 26 ] ], - "name" : "Joelle Maslak", "id" : "Joelle Maslak" }, { - "id" : "Laurent Rosenfeld", - "name" : "Laurent Rosenfeld", "data" : [ [ - "Perl 6", - 19 - ], - [ "Perl 5", 20 ], [ "Blog", 12 + ], + [ + "Perl 6", + 19 ] - ] + ], + "name" : "Laurent Rosenfeld", + "id" : "Laurent Rosenfeld" }, { "id" : "Jaldhar H. Vyas", "data" : [ [ - "Perl 5", + "Perl 6", 20 ], [ - "Perl 6", + "Perl 5", 20 ] ], "name" : "Jaldhar H. Vyas" }, { + "name" : "Ruben Westerberg", "data" : [ [ "Perl 5", @@ -334,7 +86,6 @@ 17 ] ], - "name" : "Ruben Westerberg", "id" : "Ruben Westerberg" }, { @@ -352,53 +103,52 @@ "id" : "Adam Russell" }, { - "name" : "Simon Proctor", + "id" : "Simon Proctor", "data" : [ [ + "Perl 6", + 18 + ], + [ "Blog", 6 ], [ "Perl 5", 4 - ], - [ - "Perl 6", - 18 ] ], - "id" : "Simon Proctor" + "name" : "Simon Proctor" }, { + "id" : "Arne Sommer", + "name" : "Arne Sommer", "data" : [ [ - "Perl 6", - 17 - ], - [ "Blog", 9 + ], + [ + "Perl 6", + 17 ] - ], - "name" : "Arne Sommer", - "id" : "Arne Sommer" + ] }, { - "id" : "Kian-Meng Ang", "data" : [ [ - "Blog", - 9 - ], - [ "Perl 5", 17 + ], + [ + "Blog", + 9 ] ], - "name" : "Kian-Meng Ang" + "name" : "Kian-Meng Ang", + "id" : "Kian-Meng Ang" }, { - "name" : "Dr James A. Smith", "data" : [ [ "Perl 6", @@ -409,10 +159,10 @@ 12 ] ], + "name" : "Dr James A. Smith", "id" : "Dr James A. Smith" }, { - "name" : "Gustavo Chaves", "data" : [ [ "Perl 5", @@ -423,6 +173,7 @@ 4 ] ], + "name" : "Gustavo Chaves", "id" : "Gustavo Chaves" }, { @@ -454,18 +205,18 @@ "id" : "Athanasius" }, { - "id" : "Francis Whittle", - "name" : "Francis Whittle", "data" : [ [ - "Perl 6", - 14 - ], - [ "Blog", 6 + ], + [ + "Perl 6", + 14 ] - ] + ], + "name" : "Francis Whittle", + "id" : "Francis Whittle" }, { "id" : "Andrezgz", @@ -478,7 +229,7 @@ ] }, { - "name" : "E. Choroba", + "id" : "E. Choroba", "data" : [ [ "Blog", @@ -489,10 +240,10 @@ 14 ] ], - "id" : "E. Choroba" + "name" : "E. Choroba" }, { - "id" : "Dave Jacoby", + "name" : "Dave Jacoby", "data" : [ [ "Perl 5", @@ -503,7 +254,7 @@ |
