diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-08-07 23:14:58 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-08-07 23:14:58 +0100 |
| commit | 201f0efb74efe1ad527beaca31e320b1fb67b735 (patch) | |
| tree | 457846981374f47c49f9a07011eb25a953e69f3c | |
| parent | f8931d4304d0ac4e7371ca50a6e5dcb1cafabaae (diff) | |
| download | perlweeklychallenge-club-201f0efb74efe1ad527beaca31e320b1fb67b735.tar.gz perlweeklychallenge-club-201f0efb74efe1ad527beaca31e320b1fb67b735.tar.bz2 perlweeklychallenge-club-201f0efb74efe1ad527beaca31e320b1fb67b735.zip | |
- Added solutions by Lubos Kolouch.
| -rw-r--r-- | stats/pwc-current.json | 225 | ||||
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 48 | ||||
| -rw-r--r-- | stats/pwc-language-breakdown.json | 344 | ||||
| -rw-r--r-- | stats/pwc-leaders.json | 514 | ||||
| -rw-r--r-- | stats/pwc-summary-1-30.json | 110 | ||||
| -rw-r--r-- | stats/pwc-summary-31-60.json | 110 | ||||
| -rw-r--r-- | stats/pwc-summary-61-90.json | 106 | ||||
| -rw-r--r-- | stats/pwc-summary-91-120.json | 40 | ||||
| -rw-r--r-- | stats/pwc-summary.json | 56 |
9 files changed, 784 insertions, 769 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index c823872468..912fc1539b 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,104 +1,17 @@ { - "tooltip" : { - "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>", - "followPointer" : 1, - "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>" - }, - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - } - } - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "subtitle" : { - "text" : "[Champions: 10] Last updated at 2019-08-07 22:11:06 GMT" - }, - "title" : { - "text" : "Perl Weekly Challenge - 020" - }, - "series" : [ - { - "data" : [ - { - "drilldown" : "Andrezgz", - "name" : "Andrezgz", - "y" : 2 - }, - { - "drilldown" : "Dave Jacoby", - "y" : 3, - "name" : "Dave Jacoby" - }, - { - "drilldown" : "Duane Powell", - "name" : "Duane Powell", - "y" : 2 - }, - { - "y" : 2, - "drilldown" : "E. Choroba", - "name" : "E. Choroba" - }, - { - "drilldown" : "Kevin Colyer", - "y" : 2, - "name" : "Kevin Colyer" - }, - { - "drilldown" : "Mark Anderson", - "name" : "Mark Anderson", - "y" : 2 - }, - { - "drilldown" : "Ozzy", - "y" : 1, - "name" : "Ozzy" - }, - { - "drilldown" : "Pete Houston", - "y" : 1, - "name" : "Pete Houston" - }, - { - "drilldown" : "Roger Bell West", - "y" : 4, - "name" : "Roger Bell West" - }, - { - "name" : "Simon Proctor", - "drilldown" : "Simon Proctor", - "y" : 2 - } - ], - "name" : "Perl Weekly Challenge - 020", - "colorByPoint" : 1 - } - ], - "xAxis" : { - "type" : "category" - }, "drilldown" : { "series" : [ { - "name" : "Andrezgz", + "id" : "Andrezgz", "data" : [ [ "Perl 5", 2 ] ], - "id" : "Andrezgz" + "name" : "Andrezgz" }, { - "id" : "Dave Jacoby", "name" : "Dave Jacoby", "data" : [ [ @@ -109,21 +22,22 @@ "Blog", 1 ] - ] + ], + "id" : "Dave Jacoby" }, { "name" : "Duane Powell", + "id" : "Duane Powell", "data" : [ [ "Perl 5", 2 ] - ], - "id" : "Duane Powell" + ] }, { - "id" : "E. Choroba", "name" : "E. Choroba", + "id" : "E. Choroba", "data" : [ [ "Perl 5", @@ -133,37 +47,47 @@ }, { "name" : "Kevin Colyer", + "id" : "Kevin Colyer", "data" : [ [ "Perl 6", 2 ] + ] + }, + { + "data" : [ + [ + "Perl 5", + 2 + ] ], - "id" : "Kevin Colyer" + "id" : "Lubos Kolouch", + "name" : "Lubos Kolouch" }, { - "id" : "Mark Anderson", - "name" : "Mark Anderson", "data" : [ [ "Perl 5", 2 ] - ] + ], + "id" : "Mark Anderson", + "name" : "Mark Anderson" }, { - "id" : "Ozzy", "name" : "Ozzy", "data" : [ [ "Perl 6", 1 ] - ] + ], + "id" : "Ozzy" }, { - "id" : "Pete Houston", "name" : "Pete Houston", + "id" : "Pete Houston", "data" : [ [ "Perl 5", @@ -172,6 +96,8 @@ ] }, { + "name" : "Roger Bell West", + "id" : "Roger Bell West", "data" : [ [ "Perl 5", @@ -181,26 +107,115 @@ "Perl 6", 2 ] - ], - "name" : "Roger Bell West", - "id" : "Roger Bell West" + ] }, { + "name" : "Simon Proctor", "id" : "Simon Proctor", "data" : [ [ "Perl 6", 2 ] - ], - "name" : "Simon Proctor" + ] } ] }, + "tooltip" : { + "pointFormat" : "<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/>" + }, + "subtitle" : { + "text" : "[Champions: 11] Last updated at 2019-08-07 22:14:42 GMT" + }, "legend" : { "enabled" : 0 }, + "series" : [ + { + "colorByPoint" : 1, + "name" : "Perl Weekly Challenge - 020", + "data" : [ + { + "drilldown" : "Andrezgz", + "name" : "Andrezgz", + "y" : 2 + }, + { + "drilldown" : "Dave Jacoby", + "name" : "Dave Jacoby", + "y" : 3 + }, + { + "drilldown" : "Duane Powell", + "y" : 2, + "name" : "Duane Powell" + }, + { + "drilldown" : "E. Choroba", + "y" : 2, + "name" : "E. Choroba" + }, + { + "drilldown" : "Kevin Colyer", + "name" : "Kevin Colyer", + "y" : 2 + }, + { + "drilldown" : "Lubos Kolouch", + "y" : 2, + "name" : "Lubos Kolouch" + }, + { + "drilldown" : "Mark Anderson", + "name" : "Mark Anderson", + "y" : 2 + }, + { + "drilldown" : "Ozzy", + "y" : 1, + "name" : "Ozzy" + }, + { + "y" : 1, + "name" : "Pete Houston", + "drilldown" : "Pete Houston" + }, + { + "y" : 4, + "name" : "Roger Bell West", + "drilldown" : "Roger Bell West" + }, + { + "drilldown" : "Simon Proctor", + "name" : "Simon Proctor", + "y" : 2 + } + ] + } + ], "chart" : { "type" : "column" + }, + "title" : { + "text" : "Perl Weekly Challenge - 020" + }, + "plotOptions" : { + "series" : { + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + }, + "borderWidth" : 0 + } + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "xAxis" : { + "type" : "category" } } diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index aa88153763..3b583e99d7 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,40 +1,40 @@ { + "chart" : { + "type" : "column" + }, "xAxis" : { + "type" : "category", "labels" : { "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" } - }, - "type" : "category" + } }, "yAxis" : { - "min" : 0, "title" : { "text" : null - } - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "min" : 0 }, - "legend" : { - "enabled" : "false" + "subtitle" : { + "text" : "Last updated at 2019-08-07 22:14:49 GMT" }, "series" : [ { + "name" : "Contributions", "dataLabels" : { "rotation" : -90, - "y" : 10, - "align" : "right", - "enabled" : "true", - "color" : "#FFFFFF", - "format" : "{point.y:.0f}", "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" - } + }, + "enabled" : "true", + "color" : "#FFFFFF", + "align" : "right", + "y" : 10, + "format" : "{point.y:.0f}" }, - "name" : "Contributions", "data" : [ [ "Blog", @@ -42,7 +42,7 @@ ], [ "Perl 5", - 816 + 818 ], [ "Perl 6", @@ -51,13 +51,13 @@ ] } ], - "subtitle" : { - "text" : "Last updated at 2019-08-07 22:11:19 GMT" - }, - "chart" : { - "type" : "column" + "legend" : { + "enabled" : "false" }, "title" : { "text" : "Perl Weekly Challenge Contributions - 2019" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" } } diff --git a/stats/pwc-language-breakdown.json b/stats/pwc-language-breakdown.json index 0e28dc1834..36dda0834b 100644 --- a/stats/pwc-language-breakdown.json +++ b/stats/pwc-language-breakdown.json @@ -1,151 +1,17 @@ { - "tooltip" : { - "headerFormat" : "<span style=\"font-size:11px\"></span>", - "pointFormat" : "<span style=\"color:{point.color}\">Challenge {point.name}</span>: <b>{point.y:f}</b><br/>", - "followPointer" : "true" - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "xAxis" : { - "type" : "category" - }, - "plotOptions" : { - "series" : { - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - }, - "borderWidth" : 0 - } - }, "title" : { "text" : "Perl Weekly Challenge Language" }, - "chart" : { - "type" : "column" - }, - "series" : [ - { - "data" : [ - { - "name" : "#001", - "y" : 123, - "drilldown" : "001" - }, - { - "drilldown" : "002", - "name" : "#002", - "y" : 104 - }, - { - "y" : 66, - "name" : "#003", - "drilldown" : "003" - }, - { - "name" : "#004", - "y" : 84, - "drilldown" : "004" - }, - { - "name" : "#005", - "y" : 66, - "drilldown" : "005" - }, - { - "drilldown" : "006", - "y" : 47, - "name" : "#006" - }, - { - "y" : 54, - "name" : "#007", - "drilldown" : "007" - }, - { - "drilldown" : "008", - "y" : 67, - "name" : "#008" - }, - { - "name" : "#009", - "y" : 65, - "drilldown" : "009" - }, - { - "drilldown" : "010", - "y" : 58, - "name" : "#010" - }, - { - "y" : 77, - "name" : "#011", - "drilldown" : "011" - }, - { - "drilldown" : "012", - "name" : "#012", - "y" : 81 - }, - { - "y" : 74, - "name" : "#013", - "drilldown" : "013" - }, - { - "y" : 94, - "name" : "#014", - "drilldown" : "014" - }, - { - "name" : "#015", - "y" : 90, - "drilldown" : "015" - }, - { - "drilldown" : "016", - "y" : 64, - "name" : "#016" - }, - { - "name" : "#017", - "y" : 77, - "drilldown" : "017" - }, - { - "y" : 73, - "name" : "#018", - "drilldown" : "018" - }, - { - "drilldown" : "019", - "y" : 92, - "name" : "#019" - }, - { - "drilldown" : "020", - "name" : "#020", - "y" : 22 - } - ], - "name" : "Perl Weekly Challenge Languages", - "colorByPoint" : "true" - } - ], - "subtitle" : { - "text" : "Click the columns to drilldown the language breakdown. Last updated at 2019-08-07 22:11:19 GMT" - }, - "legend" : { - "enabled" : "false" + "tooltip" : { + "headerFormat" : "<span style=\"font-size:11px\"></span>", + "followPointer" : "true", + "pointFormat" : "<span style=\"color:{point.color}\">Challenge {point.name}</span>: <b>{point.y:f}</b><br/>" }, "drilldown" : { "series" : [ { - "name" : "001", "id" : "001", + "name" : "001", "data" : [ [ "Perl 5", @@ -162,8 +28,6 @@ ] }, { - "id" : "002", - "name" : "002", "data" : [ [ "Perl 5", @@ -177,7 +41,9 @@ "Blog", 9 ] - ] + ], + "name" : "002", + "id" : "002" }, { "data" : [ @@ -194,12 +60,12 @@ 8 ] ], - "name" : "003", - "id" : "003" + "id" : "003", + "name" : "003" }, { - "id" : "004", "name" : "004", + "id" : "004", "data" : [ [ "Perl 5", @@ -234,8 +100,6 @@ ] }, { - "name" : "006", - "id" : "006", "data" : [ [ "Perl 5", @@ -249,11 +113,13 @@ "Blog", 6 ] - ] + ], + "id" : "006", + "name" : "006" }, { - "name" : "007", "id" : "007", + "name" : "007", "data" : [ [ "Perl 5", @@ -270,8 +136,8 @@ ] }, { - "name" : "008", "id" : "008", + "name" : "008", "data" : [ [ "Perl 5", @@ -288,6 +154,8 @@ ] }, { + "name" : "009", + "id" : "009", "data" : [ [ "Perl 5", @@ -301,13 +169,11 @@ "Blog", 11 ] - ], - "id" : "009", - "name" : "009" + ] }, { - "name" : "010", "id" : "010", + "name" : "010", "data" : [ [ "Perl 5", @@ -324,8 +190,6 @@ ] }, { - "id" : "011", - "name" : "011", "data" : [ [ "Perl 5", @@ -339,7 +203,9 @@ "Blog", 8 ] - ] + ], + "name" : "011", + "id" : "011" }, { "data" : [ @@ -356,8 +222,8 @@ 9 ] ], - "id" : "012", - "name" : "012" + "name" : "012", + "id" : "012" }, { "id" : "013", @@ -378,8 +244,8 @@ ] }, { - "name" : "014", "id" : "014", + "name" : "014", "data" : [ [ "Perl 5", @@ -396,8 +262,8 @@ ] }, { - "name" : "015", "id" : "015", + "name" : "015", "data" : [ [ "Perl 5", @@ -414,8 +280,8 @@ ] }, { - "name" : "016", "id" : "016", + "name" : "016", "data" : [ [ "Perl 5", @@ -432,8 +298,6 @@ ] }, { - "id" : "017", - "name" : "017", "data" : [ [ "Perl 5", @@ -447,9 +311,13 @@ "Blog", 10 ] - ] + ], + "id" : "017", + "name" : "017" }, { + "name" : "018", + "id" : "018", "data" : [ [ "Perl 5", @@ -463,9 +331,7 @@ "Blog", 11 ] - ], - "name" : "018", - "id" : "018" + ] }, { "id" : "019", @@ -486,10 +352,12 @@ ] }, { + "name" : "020", + "id" : "020", "data" : [ [ "Perl 5", - 14 + 16 ], [ "Perl 6", @@ -499,10 +367,142 @@ "Blog", 1 ] - ], - "name" : "020", - "id" : "020" + ] } ] + }, + "legend" : { + "enabled" : "false" + }, + "plotOptions" : { + "series" : { + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + }, + "borderWidth" : 0 + } + }, + "series" : [ + { + "data" : [ + { + "y" : 123, + "drilldown" : "001", + "name" : "#001" + }, + { + "name" : "#002", + "drilldown" : "002", + "y" : 104 + }, + { + "drilldown" : "003", + "y" : 66, + "name" : "#003" + }, + { + "drilldown" : "004", + "name" : "#004", + "y" : 84 + }, + { + "name" : "#005", + "drilldown" : "005", + "y" : 66 + }, + { + "y" : 47, + "drilldown" : "006", + "name" : "#006" + }, + { + "y" : 54, + "drilldown" : "007", + "name" : "#007" + }, + { + "y" : 67, + "drilldown" : "008", + "name" : "#008" + }, + { + "name" : "#009", + "drilldown" : "009", + "y" : 65 + }, + { + "drilldown" : "010", + "y" : 58, + "name" : "#010" + }, + { + "drilldown" : "011", + "name" : "#011", + "y" : 77 + }, + { + "y" : 81, + "drilldown" : "012", + "name" : "#012" + }, + { + "drilldown" : "013", + "y" : 74, + "name" : "#013" + }, + { + "y" : 94, + "drilldown" : "014", + "name" : "#014" + }, + { + "drilldown" : "015", + "name" : "#015", + "y" : 90 + }, + { + "name" : "#016", + "drilldown" : "016", + "y" : 64 + }, + { + "name" : "#017", + "drilldown" : "017", + "y" : 77 + }, + { + "drilldown" : "018", + "name" : "#018", + "y" : 73 + }, + { + "drilldown" : "019", + "name" : "#019", + "y" : 92 + }, + { + "name" : "#020", + "drilldown" : "020", + "y" : 24 + } + ], + "colorByPoint" : "true", + "name" : "Perl Weekly Challenge Languages" + } + ], + "subtitle" : { + "text" : "Click the columns to drilldown the language breakdown. Last updated at 2019-08-07 22:14:49 GMT" + }, + "xAxis" : { + "type" : "category" + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "chart" : { + "type" : "column" } } diff --git a/stats/pwc-leaders.json b/stats/pwc-leaders.json index 3d433ed45a..1ceaee5dad 100644 --- a/stats/pwc-leaders.json +++ b/stats/pwc-leaders.json @@ -1,44 +1,27 @@ { - "subtitle" : { - "text" : "Click the columns to drilldown the score breakdown. Last updated at 2019-08-07 22:11:16 GMT" - }, - "yAxis" : { - "title" : { - "text" : "Total Score" - } - }, - "title" : { - "text" : "Perl Weekly Challenge Leaders (TOP 50)" - }, - "chart" : { - "type" : "column" - }, - "legend" : { - "enabled" : "false" - }, - "xAxis" : { - "type" : "category" - }, "tooltip" : { - "pointFormat" : "<span style=\"color:{point.color}\">{point.name}</span>: <b>{point.y:f}</b><br/>", "followPointer" : "true", + "pointFormat" : "<span style=\"color:{point.color}\">{point.name}</span>: <b>{point.y:f}</b><br/>", "headerFormat" : "<span style=\"font-size:11px\"></span>" }, + "subtitle" : { + "text" : "Click the columns to drilldown the score breakdown. Last updated at 2019-08-07 22:14:46 GMT" + }, "drilldown" : { "series" : [ { "data" : [ [ - "Perl 6", - 49 - ], - [ "Blog", 4 ], [ "Perl 5", 49 + ], + [ + "Perl 6", + 49 ] ], "name" : "Joelle Maslak", @@ -49,38 +32,39 @@ "name" : "Laurent Rosenfeld", "data" : [ [ + "Perl 5", + 38 + ], + [ "Perl 6", 37 ], [ "Blog", 24 - ], - [ - "Perl 5", - 38 ] ] }, { - "id" : "Jaldhar H. Vyas", "name" : "Jaldhar H. Vyas", "data" : [ [ + "Perl 6", + 37 + ], + [ "Blog", 6 ], [ "Perl 5", 38 - ], - [ - "Perl 6", - 37 ] - ] + ], + "id" : "Jaldhar H. Vyas" }, { + "name" : "Ruben Westerberg", "data" : [ [ "Perl 6", @@ -91,10 +75,10 @@ 35 ] ], - "name" : "Ruben Westerberg", "id" : "Ruben Westerberg" }, { + "id" : "Athanasius", "name" : "Athanasius", "data" : [ [ @@ -102,18 +86,16 @@ 17 ], [ - "Perl 5", - 41 - ], - [ "Blog", 3 + ], + [ + "Perl 5", + 41 ] - ], - "id" : "Athanasius" + ] }, { - "id" : "Adam Russell", "name" : "Adam Russell", "data" : [ [ @@ -124,11 +106,11 @@ "Blog", 19 ] - ] + ], + "id" : "Adam Russell" }, { "id" : "Arne Sommer", - "name" : "Arne Sommer", "data" : [ [ "Blog", @@ -138,95 +120,96 @@ "Perl 6", 35 ] - ] + ], + "name" : "Arne Sommer" }, { - "name" : "E. Choroba", + "id" : "E. Choroba", "data" : [ [ - "Perl 5", - 32 - ], - [ "Blog", 16 + ], + [ + "Perl 5", + 32 ] ], - "id" : "E. Choroba" + "name" : "E. Choroba" }, { "id" : "Francis Whittle", "data" : [ [ - "Blog", - 9 - ], - [ "Perl 6", 35 + ], + [ + "Blog", + 9 ] ], "name" : "Francis Whittle" }, { - "name" : "Simon Proctor", + "id" : "Simon Proctor", "data" : [ [ + "Perl 5", + 4 + ], + [ "Perl 6", 33 ], [ "Blog", 7 - ], - [ - "Perl 5", - 4 ] ], - "id" : "Simon Proctor" + "name" : "Simon Proctor" }, { + "id" : "Dave Jacoby", "name" : "Dave Jacoby", "data" : [ [ + "Perl 5", + 25 + ], + [ "Perl 6", 1 ], [ "Blog", 17 - ], - [ - "Perl 5", - 25 |
