diff options
Diffstat (limited to 'stats')
| -rw-r--r-- | stats/pwc-current.json | 97 | ||||
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 46 | ||||
| -rw-r--r-- | stats/pwc-language-breakdown.json | 178 | ||||
| -rw-r--r-- | stats/pwc-leaders.json | 452 | ||||
| -rw-r--r-- | stats/pwc-summary-1-30.json | 28 | ||||
| -rw-r--r-- | stats/pwc-summary-31-60.json | 44 | ||||
| -rw-r--r-- | stats/pwc-summary-61-90.json | 106 | ||||
| -rw-r--r-- | stats/pwc-summary-91-120.json | 86 | ||||
| -rw-r--r-- | stats/pwc-summary.json | 252 |
9 files changed, 652 insertions, 637 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 8ea10ba8d0..929436280e 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,78 +1,93 @@ { - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "plotOptions" : { - "series" : { - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - }, - "borderWidth" : 0 - } + "xAxis" : { + "type" : "category" }, - "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/>" + "chart" : { + "type" : "column" }, "series" : [ { - "name" : "Perl Weekly Challenge - 019", "colorByPoint" : 1, "data" : [ { + "y" : 2, "drilldown" : "Lubos Kolouch", - "name" : "Lubos Kolouch", - "y" : 2 + "name" : "Lubos Kolouch" }, { + "y" : 1, "drilldown" : "Mark Anderson", - "name" : "Mark Anderson", - "y" : 1 + "name" : "Mark Anderson" + }, + { + "name" : "Pete Houston", + "drilldown" : "Pete Houston", + "y" : 2 } - ] + ], + "name" : "Perl Weekly Challenge - 019" } ], + "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/>" + }, + "plotOptions" : { + "series" : { + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + }, + "borderWidth" : 0 + } + }, + "title" : { + "text" : "Perl Weekly Challenge - 019" + }, + "legend" : { + "enabled" : 0 + }, "drilldown" : { "series" : [ { + "id" : "Lubos Kolouch", + "name" : "Lubos Kolouch", "data" : [ [ "Perl 5", 2 ] - ], - "id" : "Lubos Kolouch", - "name" : "Lubos Kolouch" + ] }, { - "name" : "Mark Anderson", "id" : "Mark Anderson", "data" : [ [ "Perl 5", 1 ] - ] + ], + "name" : "Mark Anderson" + }, + { + "id" : "Pete Houston", + "data" : [ + [ + "Perl 5", + 2 + ] + ], + "name" : "Pete Houston" } ] }, - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "Perl Weekly Challenge - 019" - }, - "legend" : { - "enabled" : 0 - }, - "xAxis" : { - "type" : "category" - }, "subtitle" : { - "text" : "[Champions: 2] Last updated at 2019-07-29 13:36:45 GMT" + "text" : "[Champions: 3] Last updated at 2019-07-29 13:41:48 GMT" + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } } } diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 6588427f5f..30d65497cf 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,15 +1,16 @@ { "subtitle" : { - "text" : "Last updated at 2019-07-29 13:36:52 GMT" + "text" : "Last updated at 2019-07-29 13:41:54 GMT" }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "legend" : { + "enabled" : "false" }, "series" : [ { + "name" : "Contributions", "data" : [ [ "Blog", @@ -17,7 +18,7 @@ ], [ "Perl 5", - 752 + 754 ], [ "Perl 6", @@ -25,26 +26,31 @@ ] ], "dataLabels" : { - "rotation" : -90, - "format" : "{point.y:.0f}", - "enabled" : "true", + "align" : "right", "color" : "#FFFFFF", "y" : 10, - "align" : "right", + "enabled" : "true", "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" - } - }, - "name" : "Contributions" + }, + "rotation" : -90, + "format" : "{point.y:.0f}" + } } ], + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, + "chart" : { + "type" : "column" + }, "title" : { "text" : "Perl Weekly Challenge Contributions - 2019" }, - "legend" : { - "enabled" : "false" - }, "xAxis" : { "type" : "category", "labels" : { @@ -53,11 +59,5 @@ "fontFamily" : "Verdana, sans-serif" } } - }, - "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 8864da5a40..860030a5fa 100644 --- a/stats/pwc-language-breakdown.json +++ b/stats/pwc-language-breakdown.json @@ -1,17 +1,7 @@ { - "chart" : { - "type" : "column" - }, - "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", "data" : [ [ "Perl 5", @@ -25,11 +15,12 @@ "Blog", 10 ] - ] + ], + "name" : "001", + "id" : "001" }, { "id" : "002", - "name" : "002", "data" : [ [ "Perl 5", @@ -43,9 +34,11 @@ "Blog", 9 ] - ] + ], + "name" : "002" }, { + "name" : "003", "data" : [ [ "Perl 5", @@ -60,12 +53,10 @@ 8 ] ], - "id" : "003", - "name" : "003" + "id" : "003" }, { "name" : "004", - "id" : "004", "data" : [ [ "Perl 5", @@ -79,7 +70,8 @@ "Blog", 9 ] - ] + ], + "id" : "004" }, { "id" : "005", @@ -132,8 +124,8 @@ 8 ] ], - "id" : "007", - "name" : "007" + "name" : "007", + "id" : "007" }, { "data" : [ @@ -150,10 +142,11 @@ 9 ] ], - "id" : "008", - "name" : "008" + "name" : "008", + "id" : "008" }, { + "id" : "009", "data" : [ [ "Perl 5", @@ -168,8 +161,7 @@ 11 ] ], - "name" : "009", - "id" : "009" + "name" : "009" }, { "data" : [ @@ -186,10 +178,11 @@ 9 ] ], - "id" : "010", - "name" : "010" + "name" : "010", + "id" : "010" }, { + "id" : "011", "data" : [ [ "Perl 5", @@ -204,8 +197,7 @@ 8 ] ], - "name" : "011", - "id" : "011" + "name" : "011" }, { "data" : [ @@ -222,12 +214,10 @@ 9 ] ], - "id" : "012", - "name" : "012" + "name" : "012", + "id" : "012" }, { - "name" : "013", - "id" : "013", "data" : [ [ "Perl 5", @@ -241,11 +231,12 @@ "Blog", 11 ] - ] + ], + "name" : "013", + "id" : "013" }, { "id" : "014", - "name" : "014", "data" : [ [ "Perl 5", @@ -259,7 +250,8 @@ "Blog", 13 ] - ] + ], + "name" : "014" }, { "data" : [ @@ -280,6 +272,8 @@ "id" : "015" }, { + "id" : "016", + "name" : "016", "data" : [ [ "Perl 5", @@ -293,11 +287,10 @@ "Blog", 10 ] - ], - "id" : "016", - "name" : "016" + ] }, { + "name" : "017", "data" : [ [ "Perl 5", @@ -312,7 +305,6 @@ 10 ] ], - "name" : "017", "id" : "017" }, { @@ -335,11 +327,10 @@ }, { "name" : "019", - "id" : "019", "data" : [ [ "Perl 5", - 3 + 5 ], [ "Perl 6", @@ -349,32 +340,37 @@ "Blog", 0 ] - ] + ], + "id" : "019" } ] }, "xAxis" : { "type" : "category" }, + "title" : { + "text" : "Perl Weekly Challenge Language" + }, "plotOptions" : { "series" : { - "borderWidth" : 0, "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - } + "enabled" : 1, + "format" : "{point.y}" + }, + "borderWidth" : 0 } }, - "legend" : { - "enabled" : "false" + "chart" : { + "type" : "column" }, - "title" : { - "text" : "Perl Weekly Challenge Language" + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } }, "series" : [ { "name" : "Perl Weekly Challenge Languages", - "colorByPoint" : "true", "data" : [ { "name" : "#001", @@ -382,84 +378,84 @@ "y" : 123 }, { - "name" : "#002", "drilldown" : "002", + "name" : "#002", "y" : 104 }, { - "drilldown" : "003", "y" : 66, - "name" : "#003" + "name" : "#003", + "drilldown" : "003" }, { "name" : "#004", - "y" : 84, - "drilldown" : "004" + "drilldown" : "004", + "y" : 84 }, { "drilldown" : "005", - "y" : 66, - "name" : "#005" + "name" : "#005", + "y" : 66 }, { - "drilldown" : "006", "y" : 47, - "name" : "#006" + "name" : "#006", + "drilldown" : "006" }, { "name" : "#007", - "y" : 54, - "drilldown" : "007" + "drilldown" : "007", + "y" : 54 }, { + "y" : 67, "name" : "#008", - "drilldown" : "008", - "y" : 67 + "drilldown" : "008" }, { - "name" : "#009", + "y" : 65, "drilldown" : "009", - "y" : 65 + "name" : "#009" }, { - "y" : 58, "drilldown" : "010", - "name" : "#010" + "name" : "#010", + "y" : 58 }, { "drilldown" : "011", - "y" : 77, - "name" : "#011" + "name" : "#011", + "y" : 77 }, { - "name" : "#012", "y" : 81, - "drilldown" : "012" + "drilldown" : "012", + "name" : "#012" }, { "drilldown" : "013", - "y" : 74, - "name" : "#013" + "name" : "#013", + "y" : 74 }, { "drilldown" : "014", - "y" : 94, - "name" : "#014" + "name" : "#014", + "y" : 94 }, { - "name" : "#015", "y" : 90, - "drilldown" : "015" + "drilldown" : "015", + "name" : "#015" }, { + "drilldown" : "016", "name" : "#016", - "y" : 64, - "drilldown" : "016" + "y" : 64 }, { "drilldown" : "017", - "y" : 77, - "name" : "#017" + "name" : "#017", + "y" : 77 }, { "y" : 70, @@ -467,19 +463,23 @@ "name" : "#018" }, { + "name" : "#019", "drilldown" : "019", - "y" : 3, - "name" : "#019" + "y" : 5 } - ] + ], + "colorByPoint" : "true" } ], - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } + "legend" : { + "enabled" : "false" }, "subtitle" : { - "text" : "Click the columns to drilldown the language breakdown. Last updated at 2019-07-29 13:36:52 GMT" + "text" : "Click the columns to drilldown the language breakdown. Last updated at 2019-07-29 13:41:54 GMT" + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{point.color}\">Challenge {point.name}</span>: <b>{point.y:f}</b><br/>", + "followPointer" : "true", + "headerFormat" : "<span style=\"font-size:11px\"></span>" } } diff --git a/stats/pwc-leaders.json b/stats/pwc-leaders.json index 17086391b7..4819c3dc63 100644 --- a/stats/pwc-leaders.json +++ b/stats/pwc-leaders.json @@ -1,69 +1,72 @@ { + "xAxis" : { + "type" : "category" + }, "subtitle" : { - "text" : "Click the columns to drilldown the score breakdown. Last updated at 2019-07-29 13:36:49 GMT" + "text" : "Click the columns to drilldown the score breakdown. Last updated at 2019-07-29 13:41:51 GMT" }, - "tooltip" : { - "followPointer" : "true", - "headerFormat" : "<span style=\"font-size:11px\"></span>", - "pointFormat" : "<span style=\"color:{point.color}\">{point.name}</span>: <b>{point.y:f}</b><br/>" + "title" : { + "text" : "Perl Weekly Challenge Leaders (TOP 50)" }, "drilldown" : { "series" : [ { + "id" : "Joelle Maslak", "data" : [ [ - "Blog", - 4 - ], - [ "Perl 5", 46 ], [ + "Blog", + 4 + ], + [ "Perl 6", 46 ] ], - "id" : "Joelle Maslak", "name" : "Joelle Maslak" }, { "id" : "Laurent Rosenfeld", - "name" : "Laurent Rosenfeld", "data" : [ [ - "Perl 5", - 36 - ], - [ "Blog", 23 ], [ + "Perl 5", + 36 + ], + [ "Perl 6", 35 ] - ] + ], + "name" : "Laurent Rosenfeld" }, { - "name" : "Jaldhar H. Vyas", - "id" : "Jaldhar H. Vyas", "data" : [ [ + "Perl 6", + 34 + ], + [ "Blog", 4 ], [ "Perl 5", 35 - ], - [ - "Perl 6", - 34 ] - ] + ], + "name" : "Jaldhar H. Vyas", + "id" : "Jaldhar H. Vyas" }, { + "id" : "Ruben Westerberg", + "name" : "Ruben Westerberg", "data" : [ [ "Perl 6", @@ -73,9 +76,7 @@ "Perl 5", 33 ] - ], - "name" : "Ruben Westerberg", - "id" : "Ruben Westerberg" + ] }, { "id" : "Athanasius", @@ -96,6 +97,8 @@ ] }, { + "id" : "Adam Russell", + "name" : "Adam Russell", "data" : [ [ "Blog", @@ -105,12 +108,9 @@ "Perl 5", 37 ] - ], - "id" : "Adam Russell", - "name" : "Adam Russell" + ] }, { - "id" : "Arne Sommer", "name" : "Arne Sommer", "data" : [ [ @@ -121,21 +121,22 @@ "Blog", 17 ] - ] + ], + "id" : "Arne Sommer" }, { + "id" : "E. Choroba", + "name" : "E. Choroba", "data" : [ [ - "Blog", - 15 - ], - [ "Perl 5", 28 + ], + [ + "Blog", + 15 ] - ], - "name" : "E. Choroba", - "id" : "E. Choroba" + ] }, { "data" : [ @@ -148,11 +149,10 @@ 33 ] ], - "id" : "Francis Whittle", - "name" : "Francis Whittle" + "name" : "Francis Whittle", + "id" : "Francis Whittle" }, { - "name" : "Kian-Meng Ang", "id" : "Kian-Meng Ang", "data" : [ [ @@ -163,29 +163,29 @@ "Blog", 11 ] - ] + ], + "name" : "Kian-Meng Ang" }, { - "id" : "Simon Proctor", "name" : "Simon Proctor", "data" : [ [ - "Perl 6", - 29 - ], - [ "Blog", 7 ], [ "Perl 5", 4 + ], + [ + "Perl 6", + 29 ] - ] + ], + "id" : "Simon Proctor" }, { "name" : "Dave Jacoby", - "id" : "Dave Jacoby", "data" : [ [ "Perl 6", @@ -199,21 +199,22 @@ "Perl 5", 21 ] - ] + ], + "id" : "Dave Jacoby" }, { - "id" : "Yozen Hernandez", "name" : "Yozen Hernandez", "data" : [ [ - "Perl 5", - 21 - ], - [ "Blog", 14 + ], + [ + "Perl 5", + 21 ] - ] + ], + "id" : "Yozen Hernandez" }, { "data" : [ @@ -226,8 +227,6 @@ "id" : "Andrezgz" }, { - "name" : "Feng Chang", - "id" : "Feng Chang", "data" : [ [ "Perl 5", @@ -237,25 +236,27 @@ "Perl 6", 17 ] - ] + ], + "name" : "Feng Chang", + "id" : "Feng Chang" }, { "id" : "Gustavo Chaves", "name" : "Gustavo Chaves", "data" : [ [ - "Blog", - 4 - ], - [ "Perl 5", 28 + ], + [ + "Blog", + 4 ] ] }, { - "name" : "Daniel Mantovani", "id" : "Daniel Mantovani", + "name" : "Daniel Mantovani", "data" : [ [ "Perl 5", @@ -264,14 +265,14 @@ ] }, { + "id" : "Duncan C. White", "data" : [ [ "Perl 5", 30 ] ], - "name" : "Duncan C. White", - "id" : "Duncan C. White" + "name" : "Duncan C. White" }, { "data" : [ @@ -284,19 +285,19 @@ 25 ] ], - "id" : "Steven Wilson", - "name" : "Steven Wilson" + "name" : "Steven Wilson", + "id" : "Steven Wilson" }, { - "name" : "Jo Christian Oterhals", "id" : "Jo Christian Oterhals", + "name" : "Jo Christian Oterhals", "data" : [ [ - "Blog", + "Perl 5", 6 ], [ - "Perl 5", + "Blog", 6 ], [ @@ -307,7 +308,6 @@ }, { "name" : "Dr James A. Smith", - "id" : "Dr James A. Smith", "data" : [ [ "Perl 5", @@ -317,7 +317,8 @@ "Perl 6", 10 ] - ] + ], + "id" : "Dr James A. Smith" }, { "id" : "Mark Senn", @@ -334,44 +335,46 @@ ] }, { - "id" : "Ozzy", - "name" : "Ozzy", "data" : [ [ "Perl 6", 18 ] - ] + ], + "name" : "Ozzy", + "id" : "Ozzy" }, { - "id" : "Veesh Goldman", - "name" : "Veesh Goldman", "data" : [ [ "Perl 6", 2 ], [ - "Perl 5", - 14 - ], - [ "Blog", 2 + ], + [ + "Perl 5", + 14 ] - ] + ], + "name" : "Veesh Goldman", + "id" : "Veesh Goldman" }, { - "id" : "Guillermo Ramos", "name" : "Guillermo Ramos", "data" : [ [ "Perl 5", 17 ] - ] + ], + "id" : "Guillermo Ramos" }, { + "id" : "Nick Logan", + "name" : "Nick Logan", "data" : [ [ "Perl 5", @@ -381,19 +384,17 @@ "Perl 6", 8 ] - ], - "name" : "Nick Logan", - "id" : "Nick Logan" + ] }, { + "id" : "Kevin Colyer", + "name" : "Kevin Colyer", "data" : [ [ "Perl 6", 15 ] - ], - "name" : "Kevin Colyer", - "id" : "Kevin Colyer" + ] }, { "id" : "Lubos Kolouch", @@ -406,6 +407,7 @@ ] }, { + "name" : "Lars Balker", "data" : [ [ "Perl 6", @@ -416,32 +418,31 @@ 10 ] ], - "name" : "Lars Balker", "id" : "Lars Balker" }, { + "name" : "Roger Bell West", "data" : [ [ - "Perl 5", - 10 - ], - [ "Blog", 3 + ], + [ + "Perl 5", + 10 ] ], - "id" : "Roger Bell West", - "name" : "Roger Bell West" + "id" : "Roger Bell West" }, { + "id" : "Maxim Nechaev", + "name" : "Maxim Nechaev", "data" : [ [ "Perl 5", 12 ] - ], - "name" : "Maxim Nechaev", - "id" : "Maxim Nechaev" + ] }, { "data" : [ @@ -450,12 +451,12 @@ 11 ] ], - "id" : "Alicia Bielsa", - "name" : "Alicia Bielsa" + "name" : "Alicia Bielsa", + "id" : "Alicia Bielsa" }, { - "name" : "Doug Schrag", "id" : "Doug Schrag", + "name" : "Doug Schrag", "data" : [ [ "Perl 6", @@ -464,36 +465,37 @@ ] }, { + "name" : "Jaime Corchado", "data" : [ [ "Perl 5", 10 ] ], - "id" : "Jaime Corchado", - "name" : "Jaime Corchado" + "id" : "Jaime Corchado" }, { + "name" : "Noud", "data" : [ [ "Perl 6", 10 ] ], - "name" : "Noud", "id" : "Noud" }, { "id" : "Duane Powell", - "name" : "Duane Powell", "data" : [ [ "Perl 5", 9 ] - ] + ], + "name" : "Duane Powell" }, { + "name" : "Neil Bowers", "data" : [ [ "Blog", @@ -504,12 +506,10 @@ 6 ] ], - "id" : "Neil Bowers", - "name" : "Neil Bowers" + "id" : "Neil Bowers" }, { "id" : "Robert Gratza", - "name" : "Robert Gratza", "data" : [ [ "Perl 5", @@ -519,11 +519,12 @@ "Perl 6", 6 ] - ] + ], + "name" : "Robert Gratza" }, { - "name" : "John Barrett", "id" : "John Barrett", + "name" : "John Barrett", |
