diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-08-17 06:08:14 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-08-17 06:08:14 +0100 |
| commit | ec5563f624bec6c302622c020496644d28d0b26f (patch) | |
| tree | 8da66a3cba3d9fafb52d4a1ebedc22c200d52875 | |
| parent | 67c36567b9824e66cc48c1e945cc84f09f2f7cb4 (diff) | |
| download | perlweeklychallenge-club-ec5563f624bec6c302622c020496644d28d0b26f.tar.gz perlweeklychallenge-club-ec5563f624bec6c302622c020496644d28d0b26f.tar.bz2 perlweeklychallenge-club-ec5563f624bec6c302622c020496644d28d0b26f.zip | |
- Added solutions by Andrezgz.
| -rw-r--r-- | stats/pwc-current.json | 159 | ||||
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 48 | ||||
| -rw-r--r-- | stats/pwc-language-breakdown.json | 200 | ||||
| -rw-r--r-- | stats/pwc-leaders.json | 498 | ||||
| -rw-r--r-- | stats/pwc-summary-1-30.json | 98 | ||||
| -rw-r--r-- | stats/pwc-summary-31-60.json | 38 | ||||
| -rw-r--r-- | stats/pwc-summary-61-90.json | 38 | ||||
| -rw-r--r-- | stats/pwc-summary-91-120.json | 48 | ||||
| -rw-r--r-- | stats/pwc-summary.json | 252 |
9 files changed, 697 insertions, 682 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 60078c5b04..32cf7cd7e5 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,82 +1,41 @@ { "tooltip" : { - "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>", "followPointer" : 1, + "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>", "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>" }, - "chart" : { - "type" : "column" - }, - "legend" : { - "enabled" : 0 - }, "yAxis" : { "title" : { "text" : "Total Solutions" } }, - "series" : [ - { - "colorByPoint" : 1, - "data" : [ - { - "name" : "Dave Cross", - "y" : 2, - "drilldown" : "Dave Cross" - }, - { - "name" : "Dave Jacoby", - "y" : 2, - "drilldown" : "Dave Jacoby" - }, - { - "name" : "Duane Powell", - "y" : 2, - "drilldown" : "Duane Powell" - }, - { - "drilldown" : "E. Choroba", - "y" : 2, - "name" : "E. Choroba" - }, - { - "drilldown" : "Laurent Rosenfeld", - "name" : "Laurent Rosenfeld", - "y" : 5 - }, - { - "drilldown" : "Roger Bell West", - "y" : 4, - "name" : "Roger Bell West" - }, - { - "drilldown" : "Simon Proctor", - "y" : 1, - "name" : "Simon Proctor" - }, - { - "drilldown" : "Steven Wilson", - "y" : 1, - "name" : "Steven Wilson" - } - ], - "name" : "Perl Weekly Challenge - 021" - } - ], "xAxis" : { "type" : "category" }, + "subtitle" : { + "text" : "[Champions: 9] Last updated at 2019-08-17 05:07:46 GMT" + }, "drilldown" : { "series" : [ { - "name" : "Dave Cross", - "id" : "Dave Cross", + "name" : "Andrezgz", "data" : [ [ "Perl 5", 2 ] - ] + ], + "id" : "Andrezgz" + }, + { + "data" : [ + [ + "Perl 5", + 2 + ] + ], + "id" : "Dave Cross", + "name" : "Dave Cross" }, { "id" : "Dave Jacoby", @@ -93,27 +52,28 @@ "name" : "Dave Jacoby" }, { - "name" : "Duane Powell", + "id" : "Duane Powell", "data" : [ [ "Perl 5", 2 ] ], - "id" : "Duane Powell" + "name" : "Duane Powell" }, { + "id" : "E. Choroba", "data" : [ [ "Perl 5", 2 ] ], - "id" : "E. Choroba", "name" : "E. Choroba" }, { "name" : "Laurent Rosenfeld", + "id" : "Laurent Rosenfeld", "data" : [ [ "Perl 5", @@ -127,10 +87,11 @@ "Blog", 1 ] - ], - "id" : "Laurent Rosenfeld" + ] }, { + "name" : "Roger Bell West", + "id" : "Roger Bell West", "data" : [ [ "Perl 5", @@ -144,29 +105,27 @@ "Blog", 1 ] - ], - "id" : "Roger Bell West", - "name" : "Roger Bell West" + ] }, { "name" : "Simon Proctor", + "id" : "Simon Proctor", "data" : [ [ "Perl 6", 1 ] - ], - "id" : "Simon Proctor" + ] }, { - "id" : "Steven Wilson", + "name" : "Steven Wilson", "data" : [ [ "Perl 5", 1 ] ], - "name" : "Steven Wilson" + "id" : "Steven Wilson" } ] }, @@ -179,10 +138,66 @@ "borderWidth" : 0 } }, + "chart" : { + "type" : "column" + }, "title" : { "text" : "Perl Weekly Challenge - 021" }, - "subtitle" : { - "text" : "[Champions: 8] Last updated at 2019-08-16 10:32:35 GMT" + "series" : [ + { + "name" : "Perl Weekly Challenge - 021", + "data" : [ + { + "name" : "Andrezgz", + "y" : 2, + "drilldown" : "Andrezgz" + }, + { + "drilldown" : "Dave Cross", + "name" : "Dave Cross", + "y" : 2 + }, + { + "y" : 2, + "name" : "Dave Jacoby", + "drilldown" : "Dave Jacoby" + }, + { + "drilldown" : "Duane Powell", + "y" : 2, + "name" : "Duane Powell" + }, + { + "drilldown" : "E. Choroba", + "name" : "E. Choroba", + "y" : 2 + }, + { + "drilldown" : "Laurent Rosenfeld", + "name" : "Laurent Rosenfeld", + "y" : 5 + }, + { + "drilldown" : "Roger Bell West", + "y" : 4, + "name" : "Roger Bell West" + }, + { + "y" : 1, + "name" : "Simon Proctor", + "drilldown" : "Simon Proctor" + }, + { + "drilldown" : "Steven Wilson", + "y" : 1, + "name" : "Steven Wilson" + } + ], + "colorByPoint" : 1 + } + ], + "legend" : { + "enabled" : 0 } } diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 3ada4ef64f..17edc211e7 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,39 +1,21 @@ { - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, "subtitle" : { - "text" : "Last updated at 2019-08-16 10:34:01 GMT" + "text" : "Last updated at 2019-08-17 05:08:04 GMT" }, "title" : { "text" : "Perl Weekly Challenge Contributions - 2019" }, "xAxis" : { + "type" : "category", "labels" : { "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" } - }, - "type" : "category" - }, - "chart" : { - "type" : "column" + } }, "series" : [ { - "dataLabels" : { - "color" : "#FFFFFF", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "rotation" : -90, - "enabled" : "true", - "format" : "{point.y:.0f}", - "align" : "right", - "y" : 10 - }, "data" : [ [ "Blog", @@ -41,23 +23,41 @@ ], [ "Perl 5", - 860 + 862 ], [ "Perl 6", 508 ] ], + "dataLabels" : { + "y" : 10, + "enabled" : "true", + "align" : "right", + "rotation" : -90, + "format" : "{point.y:.0f}", + "color" : "#FFFFFF", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + }, "name" : "Contributions" } ], "yAxis" : { + "min" : 0, "title" : { "text" : null - }, - "min" : 0 + } }, "legend" : { "enabled" : "false" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "chart" : { + "type" : "column" } } diff --git a/stats/pwc-language-breakdown.json b/stats/pwc-language-breakdown.json index 126802417e..2fafdb9a98 100644 --- a/stats/pwc-language-breakdown.json +++ b/stats/pwc-language-breakdown.json @@ -1,13 +1,13 @@ { - "tooltip" : { - "followPointer" : "true", - "headerFormat" : "<span style=\"font-size:11px\"></span>", - "pointFormat" : "<span style=\"color:{point.color}\">Challenge {point.name}</span>: <b>{point.y:f}</b><br/>" + "chart" : { + "type" : "column" + }, + "legend" : { + "enabled" : "false" }, "drilldown" : { "series" : [ { - "name" : "001", "data" : [ [ "Perl 5", @@ -22,9 +22,12 @@ 10 ] ], - "id" : "001" + "id" : "001", + "name" : "001" }, { + "name" : "002", + "id" : "002", "data" : [ [ "Perl 5", @@ -38,11 +41,10 @@ "Blog", 9 ] - ], - "id" : "002", - "name" : "002" + ] }, { + "id" : "003", "name" : "003", "data" : [ [ @@ -57,8 +59,7 @@ "Blog", 8 ] - ], - "id" : "003" + ] }, { "data" : [ @@ -75,11 +76,10 @@ 9 ] ], - "id" : "004", - "name" : "004" + "name" : "004", + "id" : "004" }, { - "name" : "005", "data" : [ [ "Perl 5", @@ -94,7 +94,8 @@ 11 ] ], - "id" : "005" + "id" : "005", + "name" : "005" }, { "name" : "006", @@ -133,8 +134,8 @@ "name" : "007" }, { - "name" : "008", "id" : "008", + "name" : "008", "data" : [ [ "Perl 5", @@ -151,6 +152,8 @@ ] }, { + "id" : "009", + "name" : "009", "data" : [ [ "Perl 5", @@ -164,11 +167,11 @@ "Blog", 11 ] - ], - "id" : "009", - "name" : "009" + ] }, { + "name" : "010", + "id" : "010", "data" : [ [ "Perl 5", @@ -182,12 +185,11 @@ "Blog", 9 ] - ], - "id" : "010", - "name" : "010" + ] }, { "id" : "011", + "name" : "011", "data" : [ [ "Perl 5", @@ -201,10 +203,10 @@ "Blog", 8 ] - ], - "name" : "011" + ] }, { + "id" : "012", "name" : "012", "data" : [ [ @@ -219,12 +221,9 @@ "Blog", 9 ] - ], - "id" : "012" + ] }, { - "name" : "013", - "id" : "013", "data" : [ [ "Perl 5", @@ -238,11 +237,11 @@ "Blog", 11 ] - ] + ], + "name" : "013", + "id" : "013" }, { - "name" : "014", - "id" : "014", "data" : [ [ "Perl 5", @@ -256,7 +255,9 @@ "Blog", 13 ] - ] + ], + "name" : "014", + "id" : "014" }, { "data" : [ @@ -273,8 +274,8 @@ 12 ] ], - "id" : "015", - "name" : "015" + "name" : "015", + "id" : "015" }, { "data" : [ @@ -291,8 +292,8 @@ 10 ] ], - "id" : "016", - "name" : "016" + "name" : "016", + "id" : "016" }, { "name" : "017", @@ -313,7 +314,6 @@ ] }, { - "name" : "018", "data" : [ [ "Perl 5", @@ -328,10 +328,10 @@ 11 ] ], + "name" : "018", "id" : "018" }, { - "name" : "019", "data" : [ [ "Perl 5", @@ -346,9 +346,12 @@ 10 ] ], + "name" : "019", "id" : "019" }, { + "id" : "020", + "name" : "020", "data" : [ [ "Perl 5", @@ -362,16 +365,15 @@ "Blog", 9 ] - ], - "id" : "020", - "name" : "020" + ] }, { "id" : "021", + "name" : "021", "data" : [ [ "Perl 5", - 12 + 14 ], [ "Perl 6", @@ -381,85 +383,70 @@ "Blog", 3 ] - ], - "name" : "021" + ] } ] }, - "subtitle" : { - "text" : "Click the columns to drilldown the language breakdown. Last updated at 2019-08-16 10:34:01 GMT" - }, - "plotOptions" : { - "series" : { - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - }, - "borderWidth" : 0 - } + "tooltip" : { + "followPointer" : "true", + "pointFormat" : "<span style=\"color:{point.color}\">Challenge {point.name}</span>: <b>{point.y:f}</b><br/>", + "headerFormat" : "<span style=\"font-size:11px\"></span>" }, "xAxis" : { "type" : "category" }, - "title" : { - "text" : "Perl Weekly Challenge Language" - }, - "chart" : { - "type" : "column" - }, "series" : [ { - "colorByPoint" : "true", "data" : [ { + "y" : 123, "drilldown" : "001", - "name" : "#001", - "y" : 123 + "name" : "#001" }, { - "name" : "#002", "drilldown" : "002", + "name" : "#002", "y" : 104 }, { - "name" : "#003", + "y" : 66, "drilldown" : "003", - "y" : 66 + "name" : "#003" }, { "y" : 84, - "drilldown" : "004", - "name" : "#004" + "name" : "#004", + "drilldown" : "004" }, { - "drilldown" : "005", "name" : "#005", + "drilldown" : "005", "y" : 66 }, { - "y" : 47, + "drilldown" : "006", "name" : "#006", - "drilldown" : "006" + "y" : 47 }, { + "y" : 54, "name" : "#007", - "drilldown" : "007", - "y" : 54 + "drilldown" : "007" }, { + "y" : 67, "drilldown" : "008", - "name" : "#008", - "y" : 67 + "name" : "#008" }, { - "name" : "#009", + "y" : 65, "drilldown" : "009", - "y" : 65 + "name" : "#009" }, { - "y" : 58, "drilldown" : "010", - "name" : "#010" + "name" : "#010", + "y" : 58 }, { "drilldown" : "011", @@ -467,9 +454,9 @@ "y" : 77 }, { - "y" : 81, + "name" : "#012", "drilldown" : "012", - "name" : "#012" + "y" : 81 }, { "y" : 74, @@ -477,55 +464,68 @@ "drilldown" : "013" }, { - "name" : "#014", + "y" : 94, "drilldown" : "014", - "y" : 94 + "name" : "#014" }, { - "y" : 90, + "drilldown" : "015", "name" : "#015", - "drilldown" : "015" + "y" : 90 }, { - "name" : "#016", + "y" : 64, "drilldown" : "016", - "y" : 64 + "name" : "#016" }, { - "y" : 77, "name" : "#017", - "drilldown" : "017" + "drilldown" : "017", + "y" : 77 }, { - "y" : 73, + "drilldown" : "018", "name" : "#018", - "drilldown" : "018" + "y" : 73 }, { + "y" : 92, "name" : "#019", - "drilldown" : "019", - "y" : 92 + "drilldown" : "019" }, { - "y" : 89, + "drilldown" : "020", "name" : "#020", - "drilldown" : "020" + "y" : 89 }, { "name" : "#021", "drilldown" : "021", - "y" : 19 + "y" : 21 } ], - "name" : "Perl Weekly Challenge Languages" + "name" : "Perl Weekly Challenge Languages", + "colorByPoint" : "true" } ], + "plotOptions" : { + "series" : { + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + }, + "borderWidth" : 0 + } + }, "yAxis" : { "title" : { "text" : "Total Solutions" } }, - "legend" : { - "enabled" : "false" + "title" : { + "text" : "Perl Weekly Challenge Language" + }, + "subtitle" : { + "text" : "Click the columns to drilldown the language breakdown. Last updated at 2019-08-17 05:08:04 GMT" } } diff --git a/stats/pwc-leaders.json b/stats/pwc-leaders.json index e24a850eb9..4a4a505bd7 100644 --- a/stats/pwc-leaders.json +++ b/stats/pwc-leaders.json @@ -1,82 +1,76 @@ { - "plotOptions" : { - "series" : { - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - }, - "borderWidth" : 0 - } + "xAxis" : { + "type" : "category" }, "drilldown" : { "series" : [ { + "name" : "Laurent Rosenfeld", "data" : [ [ - "Perl 5", - 42 - ], - [ "Blog", 26 ], [ "Perl 6", 41 + ], + [ + "Perl 5", + 42 ] ], - "id" : "Laurent Rosenfeld", - "name" : "Laurent Rosenfeld" + "id" : "Laurent Rosenfeld" }, { - "name" : "Joelle Maslak", "id" : "Joelle Maslak", + "name" : "Joelle Maslak", "data" : [ [ - "Perl 5", - 52 + "Blog", + 4 ], [ "Perl 6", 52 ], [ - "Blog", - 4 + "Perl 5", + 52 ] ] }, { "id" : "Jaldhar H. Vyas", + "name" : "Jaldhar H. Vyas", "data" : [ [ - "Perl 5", - 40 - ], - [ "Blog", 7 ], [ + "Perl 5", + 40 + ], + [ "Perl 6", 39 ] - ], - "name" : "Jaldhar H. Vyas" + ] }, { - "name" : "Ruben Westerberg", + "id" : "Ruben Westerberg", "data" : [ [ - "Perl 6", + "Perl 5", 37 ], [ - "Perl 5", + "Perl 6", 37 ] ], - "id" : "Ruben Westerberg" + "name" : "Ruben Westerberg" }, { "name" : "Athanasius", @@ -98,24 +92,24 @@ }, { "id" : "Adam Russell", + "name" : "Adam Russell", "data" : [ [ + "Perl 5", + 41 + ], + [ "Perl 6", 2 ], [ "Blog", 20 - ], - [ - "Perl 5", - 41 ] - ], - "name" : "Adam Russell" + ] }, { - "id" : "Arne Sommer", + "name" : "Arne Sommer", "data" : [ [ "Perl 6", @@ -126,10 +120,9 @@ 19 ] ], - "name" : "Arne Sommer" + "id" : "Arne Sommer" }, { - "id" : "E. Choroba", "data" : [ [ "Blog", @@ -140,10 +133,11 @@ 34 ] ], - "name" : "E. Choroba" + "name" : "E. Choroba", + "id" : "E. Choroba" }, { - "id" : "Francis Whittle", + "name" : "Francis Whittle", "data" : [ [ "Perl 6", @@ -154,10 +148,9 @@ 9 ] ], - "name" : "Francis Whittle" + "id" : "Francis Whittle" }, { - "id" : "Dave Jacoby", "data" : [ [ "Perl 5", @@ -172,39 +165,50 @@ 18 ] ], - "name" : "Dave Jacoby" + "name" : "Dave Jacoby", + "id" : "Dave Jacoby" }, { "name" : "Simon Proctor", "data" : [ [ + "Perl 5", + 4 + ], + [ "Perl 6", 34 ], [ "Blog", 7 - ], - [ - "Perl 5", - 4 ] ], "id" : "Simon Proctor" }, { - "name" : "Kian-Meng Ang", - "id" : "Kian-Meng Ang", "data" : [ [ + "Perl 5", + 33 + ], + [ "Blog", 11 - ], + ] + ], + "name" : "Kian-Meng Ang", + "id" : "Kian-Meng Ang" + }, + { + "data" : [ [ "Perl 5", - 33 + 40 ] - ] + ], + "name" : "Andrezgz", + "id" : "Andrezgz" }, { "id" : "Feng Chang", @@ -221,26 +225,16 @@ "name" : "Feng Chang" }, { - "name" : "Andrezgz", - "id" : "Andrezgz", + "id" : "Gustavo Chaves", + "name" : "Gustavo Chaves", "data" : [ [ "Perl 5", - 38 - ] - ] - }, - { - "name" : "Gustavo Chaves", - "id" : "Gustavo Chaves", - "data" : [ + 32 + ], [ "Blog", 4 - ], - [ - "Perl 5", - 32 ] ] }, @@ -255,32 +249,30 @@ 14 ] ], - "id" : "Yozen Hernandez", - "name" : "Yozen Hernandez" + "name" : "Yozen Hernandez", + "id" : "Yozen Hernandez" }, { "name" : "Daniel Mantovani", - "id" : "Daniel Mantovani", "data" : [ [ "Perl 5", 34 ] - ] + ], + "id" : "Daniel Mantovani" }, { "name" : "Duncan C. White", - "id" : "Duncan C. White", "data" : [ [ "Perl 5", 34 ] - ] + ], + "id" : "Duncan C. White" }, { - "name" : "Steven Wilson", - "id" : "Steven Wilson", "data" : [ [ "Blog", @@ -290,47 +282,47 @@ "Perl 5", 31 ] - ] + ], + "name" : "Steven Wilson", + "id" : "Steven Wilson" }, { "data" : [ [ - "Blog", - 7 - ], - [ "Perl 6", 15 ], [ "Perl 5", 6 + ], + [ + "Blog", + 7 ] ], - "id" : "Jo Christian Oterhals", - "name" : "Jo Christian Oterhals" + "name" : "Jo Christian Oterhals", + "id" : "Jo Christian Oterhals" }, { - "name" : "Roger Bell West", + "id" : "Roger Bell West", "data" : [ [ - "Perl 5", - 16 - ], - [ "Blog", 5 ], [ + "Pe |
