diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-06-18 11:08:30 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-06-18 11:08:30 +0100 |
| commit | ca65e1ece57dbec7588865abfb56effdd5a0d649 (patch) | |
| tree | eeb6942b4f89977f288cf6b303a3a2683449db97 /stats | |
| parent | df6044c6983fad2e8c3812376923f6708e626165 (diff) | |
| download | perlweeklychallenge-club-ca65e1ece57dbec7588865abfb56effdd5a0d649.tar.gz perlweeklychallenge-club-ca65e1ece57dbec7588865abfb56effdd5a0d649.tar.bz2 perlweeklychallenge-club-ca65e1ece57dbec7588865abfb56effdd5a0d649.zip | |
- Added solutions by Gustavo Chaves.
Diffstat (limited to 'stats')
| -rw-r--r-- | stats/pwc-current.json | 119 | ||||
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 54 | ||||
| -rw-r--r-- | stats/pwc-language-breakdown.json | 154 | ||||
| -rw-r--r-- | stats/pwc-leaders.json | 494 | ||||
| -rw-r--r-- | stats/pwc-summary-1-30.json | 46 | ||||
| -rw-r--r-- | stats/pwc-summary-31-60.json | 110 | ||||
| -rw-r--r-- | stats/pwc-summary-61-90.json | 88 | ||||
| -rw-r--r-- | stats/pwc-summary-91-120.json | 38 | ||||
| -rw-r--r-- | stats/pwc-summary.json | 32 |
9 files changed, 575 insertions, 560 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 4dedd021c4..a99c52b420 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,17 +1,51 @@ { + "tooltip" : { + "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/>" + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "subtitle" : { + "text" : "[Champions: 6] Last updated at 2019-06-18 10:07:54 GMT" + }, + "plotOptions" : { + "series" : { + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + }, + "borderWidth" : 0 + } + }, "drilldown" : { "series" : [ { + "id" : "Dave Jacoby", + "name" : "Dave Jacoby", + "data" : [ + [ + "Perl 5", + 2 + ] + ] + }, + { + "id" : "Gustavo Chaves", "data" : [ [ "Perl 5", 2 ] ], - "name" : "Dave Jacoby", - "id" : "Dave Jacoby" + "name" : "Gustavo Chaves" }, { + "id" : "Joelle Maslak", + "name" : "Joelle Maslak", "data" : [ [ "Perl 5", @@ -21,29 +55,27 @@ "Perl 6", 2 ] - ], - "name" : "Joelle Maslak", - "id" : "Joelle Maslak" + ] }, { "id" : "Kevin Colyer", - "name" : "Kevin Colyer", "data" : [ [ "Perl 6", 2 ] - ] + ], + "name" : "Kevin Colyer" }, { - "id" : "Pete Houston", - "name" : "Pete Houston", "data" : [ [ "Perl 5", 1 ] - ] + ], + "name" : "Pete Houston", + "id" : "Pete Houston" }, { "data" : [ @@ -52,29 +84,27 @@ 1 ] ], - "id" : "Simon Proctor", - "name" : "Simon Proctor" + "name" : "Simon Proctor", + "id" : "Simon Proctor" } ] }, - "legend" : { - "enabled" : 0 + "xAxis" : { + "type" : "category" }, "title" : { "text" : "Perl Weekly Challenge - 013" }, - "tooltip" : { - "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>", - "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>", - "followPointer" : 1 + "legend" : { + "enabled" : 0 }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } + "chart" : { + "type" : "column" }, "series" : [ { + "colorByPoint" : 1, + "name" : "Perl Weekly Challenge - 013", "data" : [ { "drilldown" : "Dave Jacoby", @@ -82,46 +112,31 @@ "y" : 2 }, { + "drilldown" : "Gustavo Chaves", + "y" : 2, + "name" : "Gustavo Chaves" + }, + { + "name" : "Joelle Maslak", "y" : 4, - "drilldown" : "Joelle Maslak", - "name" : "Joelle Maslak" + "drilldown" : "Joelle Maslak" }, { + "y" : 2, "name" : "Kevin Colyer", - "drilldown" : "Kevin Colyer", - "y" : 2 + "drilldown" : "Kevin Colyer" }, { + "name" : "Pete Houston", "y" : 1, - "drilldown" : "Pete Houston", - "name" : "Pete Houston" + "drilldown" : "Pete Houston" }, { "name" : "Simon Proctor", - "drilldown" : "Simon Proctor", - "y" : 1 + "y" : 1, + "drilldown" : "Simon Proctor" } - ], - "colorByPoint" : 1, - "name" : "Perl Weekly Challenge - 013" - } - ], - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - } + ] } - }, - "subtitle" : { - "text" : "[Champions: 5] Last updated at 2019-06-17 18:18:38 GMT" - }, - "chart" : { - "type" : "column" - }, - "xAxis" : { - "type" : "category" - } + ] } diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index e29ae86e61..d887fb63c9 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,24 +1,7 @@ { - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - } - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "subtitle" : { - "text" : "Last updated at 2019-06-17 18:18:45 GMT" - }, - "legend" : { - "enabled" : "false" - }, "series" : [ { + "name" : "Contributions", "data" : [ [ "Blog", @@ -26,7 +9,7 @@ ], [ "Perl 5", - 495 + 497 ], [ "Perl 6", @@ -34,20 +17,22 @@ ] ], "dataLabels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, + "rotation" : -90, "y" : 10, "enabled" : "true", - "align" : "right", "color" : "#FFFFFF", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, "format" : "{point.y:.0f}", - "rotation" : -90 - }, - "name" : "Contributions" + "align" : "right" + } } ], + "subtitle" : { + "text" : "Last updated at 2019-06-18 10:08:08 GMT" + }, "chart" : { "type" : "column" }, @@ -59,5 +44,20 @@ }, "title" : { "text" : "Perl Weekly Challenge Contributions - 2019" + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "legend" : { + "enabled" : "false" } } diff --git a/stats/pwc-language-breakdown.json b/stats/pwc-language-breakdown.json index ebbcf497bc..98e99d3e22 100644 --- a/stats/pwc-language-breakdown.json +++ b/stats/pwc-language-breakdown.json @@ -1,39 +1,11 @@ { - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "Perl Weekly Challenge Language" - }, - "plotOptions" : { - "series" : { - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - }, - "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" - }, - "legend" : { - "enabled" : "false" + "subtitle" : { + "text" : "Click the columns to drilldown the language breakdown. Last updated at 2019-06-18 10:08:08 GMT" }, "drilldown" : { "series" : [ { - "name" : "001", + "id" : "001", "data" : [ [ "Perl 5", @@ -48,11 +20,10 @@ 10 ] ], - "id" : "001" + "name" : "001" }, { "name" : "002", - "id" : "002", "data" : [ [ "Perl 5", @@ -66,9 +37,11 @@ "Blog", 9 ] - ] + ], + "id" : "002" }, { + "name" : "003", "data" : [ [ "Perl 5", @@ -83,10 +56,11 @@ 8 ] ], - "id" : "003", - "name" : "003" + "id" : "003" }, { + "name" : "004", + "id" : "004", "data" : [ [ "Perl 5", @@ -100,12 +74,9 @@ "Blog", 9 ] - ], - "id" : "004", - "name" : "004" + ] }, { - "id" : "005", "data" : [ [ "Perl 5", @@ -120,10 +91,12 @@ 11 ] ], + "id" : "005", "name" : "005" }, { "name" : "006", + "id" : "006", "data" : [ [ "Perl 5", @@ -137,8 +110,7 @@ "Blog", 6 ] - ], - "id" : "006" + ] }, { "name" : "007", @@ -159,6 +131,7 @@ ] }, { + "name" : "008", "data" : [ [ "Perl 5", @@ -173,8 +146,7 @@ 9 ] ], - "id" : "008", - "name" : "008" + "id" : "008" }, { "id" : "009", @@ -195,6 +167,7 @@ "name" : "009" }, { + "name" : "010", "data" : [ [ "Perl 5", @@ -209,10 +182,10 @@ 9 ] ], - "id" : "010", - "name" : "010" + "id" : "010" }, { + "id" : "011", "data" : [ [ "Perl 5", @@ -227,12 +200,9 @@ 8 ] ], - "id" : "011", "name" : "011" }, { - "name" : "012", - "id" : "012", "data" : [ [ "Perl 5", @@ -246,13 +216,16 @@ "Blog", 9 ] - ] + ], + "id" : "012", + "name" : "012" }, { + "id" : "013", "data" : [ [ "Perl 5", - 5 + 7 ], [ "Perl 6", @@ -263,34 +236,32 @@ 0 ] ], - "id" : "013", "name" : "013" } ] }, "series" : [ { - "name" : "Perl Weekly Challenge Languages", "data" : [ { - "y" : 123, "drilldown" : "001", - "name" : "#001" + "name" : "#001", + "y" : 123 }, { - "y" : 104, + "name" : "#002", "drilldown" : "002", - "name" : "#002" + "y" : 104 }, { - "name" : "#003", + "y" : 66, "drilldown" : "003", - "y" : 66 + "name" : "#003" }, { - "name" : "#004", + "y" : 84, "drilldown" : "004", - "y" : 84 + "name" : "#004" }, { "name" : "#005", @@ -298,24 +269,24 @@ "y" : 66 }, { + "drilldown" : "006", "name" : "#006", - "y" : 47, - "drilldown" : "006" + "y" : 47 }, { "drilldown" : "007", - "y" : 54, - "name" : "#007" + "name" : "#007", + "y" : 54 }, { "name" : "#008", - "y" : 67, - "drilldown" : "008" + "drilldown" : "008", + "y" : 67 }, { + "y" : 62, "name" : "#009", - "drilldown" : "009", - "y" : 62 + "drilldown" : "009" }, { "name" : "#010", @@ -328,20 +299,49 @@ "y" : 75 }, { + "drilldown" : "012", "name" : "#012", - "y" : 80, - "drilldown" : "012" + "y" : 80 }, { - "y" : 10, - "drilldown" : "013", - "name" : "#013" + "y" : 12, + "name" : "#013", + "drilldown" : "013" } ], - "colorByPoint" : "true" + "colorByPoint" : "true", + "name" : "Perl Weekly Challenge Languages" } ], - "subtitle" : { - "text" : "Click the columns to drilldown the language breakdown. Last updated at 2019-06-17 18:18:45 GMT" + "title" : { + "text" : "Perl Weekly Challenge Language" + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "chart" : { + "type" : "column" + }, + "plotOptions" : { + "series" : { + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + }, + "borderWidth" : 0 + } + }, + "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" + }, + "legend" : { + "enabled" : "false" + }, + "xAxis" : { + "type" : "category" } } diff --git a/stats/pwc-leaders.json b/stats/pwc-leaders.json index 7cc671c72a..a3c41474f5 100644 --- a/stats/pwc-leaders.json +++ b/stats/pwc-leaders.json @@ -1,40 +1,48 @@ { - "chart" : { - "type" : "column" + "subtitle" : { + "text" : "Click the columns to drilldown the score breakdown. Last updated at 2019-06-18 10:08:02 GMT" + }, + "title" : { + "text" : "Perl Weekly Challenge Leaders (TOP 50)" + }, + "yAxis" : { + "title" : { + "text" : "Total Score" + } }, "drilldown" : { "series" : [ { + "id" : "Joelle Maslak", "name" : "Joelle Maslak", "data" : [ [ - "Blog", - 4 + "Perl 5", + 31 ], [ "Perl 6", 31 ], [ - "Perl 5", - 31 + "Blog", + 4 ] - ], - "id" : "Joelle Maslak" + ] }, { - "name" : "Laurent Rosenfeld", "id" : "Laurent Rosenfeld", + "name" : "Laurent Rosenfeld", "data" : [ [ - "Perl 6", - 23 - ], - [ "Blog", 14 ], [ + "Perl 6", + 23 + ], + [ "Perl 5", 24 ] @@ -42,35 +50,33 @@ }, { "id" : "Jaldhar H. Vyas", + "name" : "Jaldhar H. Vyas", "data" : [ [ - "Perl 6", + "Perl 5", 24 ], [ - "Perl 5", + "Perl 6", 24 ] - ], - "name" : "Jaldhar H. Vyas" + ] }, { "id" : "Ruben Westerberg", "data" : [ [ - "Perl 6", + "Perl 5", 21 ], [ - "Perl 5", + "Perl 6", 21 ] ], "name" : "Ruben Westerberg" }, { - "name" : "Adam Russell", - "id" : "Adam Russell", "data" : [ [ "Blog", @@ -80,55 +86,58 @@ "Perl 5", 24 ] - ] + ], + "name" : "Adam Russell", + "id" : "Adam Russell" }, { - "id" : "Arne Sommer", "data" : [ [ - "Blog", - 11 - ], - [ "Perl 6", 21 + ], + [ + "Blog", + 11 ] ], - "name" : "Arne Sommer" + "name" : "Arne Sommer", + "id" : "Arne Sommer" }, { "name" : "Kian-Meng Ang", "data" : [ [ - "Perl 5", - 21 - ], - [ "Blog", 11 + ], + [ + "Perl 5", + 21 ] ], "id" : "Kian-Meng Ang" }, { + "name" : "Simon Proctor", "data" : [ [ - "Perl 5", - 4 + "Blog", + 6 ], [ "Perl 6", 21 ], [ - "Blog", - 6 + "Perl 5", + 4 ] ], - "id" : "Simon Proctor", - "name" : "Simon Proctor" + "id" : "Simon Proctor" }, { + "id" : "Athanasius", "name" : "Athanasius", "data" : [ [ @@ -139,40 +148,37 @@ "Perl 5", 26 ] - ], - "id" : "Athanasius" + ] }, { - "name" : "Francis Whittle", - "id" : "Francis Whittle", "data" : [ [ "Blog", - 6 + 4 ], [ - "Perl 6", - 19 + "Perl 5", + 23 ] - ] + ], + "name" : "Gustavo Chaves", + "id" : "Gustavo Chaves" }, { - "name" : "Gustavo Chaves", + "name" : "Francis Whittle", "data" : [ [ - "Blog", - 4 + "Perl 6", + 19 ], [ - "Perl 5", - 21 + "Blog", + 6 ] ], - "id" : "Gustavo Chaves" + "id" : "Francis Whittle" }, { - "name" : "Dave Jacoby", - "id" : "Dave Jacoby", "data" : [ [ "Blog", @@ -182,23 +188,26 @@ "Perl 5", 13 ] - ] + ], + "name" : "Dave Jacoby", + "id" : "Dave Jacoby" }, { "id" : "E. Choroba", + "name" : "E. Choroba", "data" : [ [ - "Perl 5", - 16 - ], - [ "Blog", 8 + ], + [ + "Perl 5", + 16 ] - ], - "name" : "E. Choroba" + ] }, { + "name" : "Jo Christian Oterhals", "data" : [ [ "Perl 6", @@ -213,17 +222,16 @@ 6 ] ], - "id" : "Jo Christian Oterhals", - "name" : "Jo Christian Oterhals" + "id" : "Jo Christian Oterhals" }, { + "id" : "Andrezgz", "data" : [ [ "Perl 5", 23 ] ], - "id" : "Andrezgz", "name" : "Andrezgz" }, { @@ -251,17 +259,18 @@ "name" : "Daniel Mantovani" }, { - "name" : "Duncan C. White", "id" : "Duncan C. White", "data" : [ [ "Perl 5", 18 ] - ] + ], + "name" : "Duncan C. White" }, { "id" : "Mark Senn", + "name" : "Mark Senn", "data" : [ [ "Perl 6", @@ -271,12 +280,9 @@ "Blog", 4 ] - ], - "name" : "Mark Senn" + ] }, { - "name" : "Nick Logan", - "id" : "Nick Logan", "data" : [ [ "Perl 5", @@ -286,23 +292,26 @@ "Perl 6", 8 ] - ] + ], + "name" : "Nick Logan", + "id" : "Nick Logan" }, { + "name" : "Lars Balker", "data" : [ [ - "Perl 5", - 10 - ], - [ "Perl 6", 4 + ], + [ + "Perl 5", + 10 ] ], - "id" : "Lars Balker", - "name" : "Lars Balker" + "id" : "Lars Balker" }, { + "name" : "Yozen Hernandez", "data" : [ [ "Blog", @@ -313,42 +322,41 @@ 10 ] ], - "id" : "Yozen Hernandez", - "name" : "Yozen Hernandez" + "id" : "Yozen Hernandez" }, { + "name" : "Steven Wilson", "data" : [ [ "Perl 5", 13 ] ], - "id" : "Steven Wilson", - "name" : "Steven Wilson" + "id" : "Steven Wilson" }, { + "id" : "Alicia Bielsa", + "name" : "Alicia Bielsa", "data" : [ [ "Perl 5", 11 ] - ], - "id" : "Alicia Bielsa", - "name" : "Alicia Bielsa" + ] }, { + "id" : "Feng Chang", "name" : "Feng Chang", "data" : [ [ - "Perl 6", - 7 - ], - [ "Perl 5", 4 + ], + [ + "Perl 6", + 7 ] - ], - "id" : "Feng Chang" + ] }, { "name" : "Ozzy", @@ -372,25 +380,26 @@ }, { "id" : "Maxim Nechaev", + "name" : "Maxim Nechaev", "data" : [ [ "Perl 5", 10 ] - ], - "name" : "Maxim Nechaev" + ] }, { + "name" : "Guillermo Ramos", "data" : [ [ "Perl 5", 9 ] ], - "id" : "Guillermo Ramos", - "name" : "Guillermo Ramos" + "id" : "Guillermo Ramos" }, { + "id" : "Robert Gratza", "data" : [ [ "Perl 6", @@ -401,12 +410,11 @@ 2 ] ], - "id" : "Robert Gratza", "name" : "Robert Gratza" }, { - "name" : "John Barrett", "id" : "John Barrett", + "name" : "John Barrett", "data" : [ [ "Perl 5", @@ -415,42 +423,42 @@ ] }, { + "name" : "Khalid", "data" : [ [ - "Perl 6", - 2 - ], - [ "Blog", 1 ], [ + "Perl 6", + 2 + ], + [ "Perl 5", 4 ] ], - "id" : "Khalid", - "name" : "Khalid" + "id" : "Khalid" }, { - "name" : "Jaime Corchado", "data" : [ [ "Perl 5", 6 ] ], + "name" : "Jaime Corchado", "id" : "Jaime Corchado" }, { + "id" : "Kevin Colyer", + "name" : "Kevin Colyer", "data" : [ [ "Perl 6", 6 ] - ], - "id" : "Kevin Colyer", - "name" : "Kevin Colyer" + ] }, { "data" : [ @@ -459,8 +467,8 @@ 6 ] ], - "id" : "Kivanc Yazan", - "name" : "Kivanc Yazan" + "name" : "Kivanc Yazan", + "id" : "Kivanc Yazan" }, { "name" : "Maxim Kolodyazhny", @@ -476,35 +484,35 @@ "id" : "Philippe Bruhat", "data" : [ [ - "Perl 5", - 4 - ], - [ "Blog", 2 + ], + [ + "Perl 5", + 4 ] ], "name" : "Philippe Bruhat" }, { - "name" : "Sergio Iglesias", - "id" : "Sergio Iglesias", "data" : [ [ "Perl 5", 6 |
