From d214b0eaec25513939c727c7233a34a83599873b Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Fri, 19 Jul 2019 12:27:32 +0100 Subject: - Added solutions by Lubos Kolouch. --- stats/pwc-current.json | 201 +++++------ stats/pwc-language-breakdown-summary.json | 80 ++--- stats/pwc-language-breakdown.json | 172 +++++----- stats/pwc-leaders.json | 530 +++++++++++++++--------------- stats/pwc-summary-1-30.json | 114 +++---- stats/pwc-summary-31-60.json | 108 +++--- stats/pwc-summary-61-90.json | 28 +- stats/pwc-summary-91-120.json | 38 +-- stats/pwc-summary.json | 256 +++++++-------- 9 files changed, 771 insertions(+), 756 deletions(-) diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 6575352d6a..55c7b9fab7 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,90 +1,8 @@ { "tooltip" : { - "headerFormat" : "{series.name}
", + "pointFormat" : "{point.name}: {point.y:f}
", "followPointer" : 1, - "pointFormat" : "{point.name}: {point.y:f}
" - }, - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - } - } - }, - "subtitle" : { - "text" : "[Champions: 9] Last updated at 2019-07-18 18:29:10 GMT" - }, - "series" : [ - { - "name" : "Perl Weekly Challenge - 017", - "colorByPoint" : 1, - "data" : [ - { - "y" : 2, - "name" : "Andrezgz", - "drilldown" : "Andrezgz" - }, - { - "drilldown" : "Dave Jacoby", - "name" : "Dave Jacoby", - "y" : 3 - }, - { - "drilldown" : "Duane Powell", - "name" : "Duane Powell", - "y" : 2 - }, - { - "drilldown" : "E. Choroba", - "name" : "E. Choroba", - "y" : 2 - }, - { - "drilldown" : "Laurent Rosenfeld", - "name" : "Laurent Rosenfeld", - "y" : 5 - }, - { - "drilldown" : "Michael Hamlin", - "name" : "Michael Hamlin", - "y" : 1 - }, - { - "drilldown" : "Roger Bell West", - "name" : "Roger Bell West", - "y" : 2 - }, - { - "y" : 1, - "name" : "Simon Proctor", - "drilldown" : "Simon Proctor" - }, - { - "name" : "Veesh Goldman", - "y" : 4, - "drilldown" : "Veesh Goldman" - } - ] - } - ], - "title" : { - "text" : "Perl Weekly Challenge - 017" - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "xAxis" : { - "type" : "category" - }, - "chart" : { - "type" : "column" - }, - "legend" : { - "enabled" : 0 + "headerFormat" : "{series.name}
" }, "drilldown" : { "series" : [ @@ -99,6 +17,7 @@ "id" : "Andrezgz" }, { + "name" : "Dave Jacoby", "data" : [ [ "Perl 5", @@ -109,31 +28,29 @@ 1 ] ], - "id" : "Dave Jacoby", - "name" : "Dave Jacoby" + "id" : "Dave Jacoby" }, { - "id" : "Duane Powell", "data" : [ [ "Perl 5", 2 ] ], - "name" : "Duane Powell" + "name" : "Duane Powell", + "id" : "Duane Powell" }, { "name" : "E. Choroba", - "id" : "E. Choroba", "data" : [ [ "Perl 5", 2 ] - ] + ], + "id" : "E. Choroba" }, { - "name" : "Laurent Rosenfeld", "data" : [ [ "Perl 5", @@ -148,8 +65,19 @@ 1 ] ], + "name" : "Laurent Rosenfeld", "id" : "Laurent Rosenfeld" }, + { + "id" : "Lubos Kolouch", + "data" : [ + [ + "Perl 5", + 2 + ] + ], + "name" : "Lubos Kolouch" + }, { "name" : "Michael Hamlin", "data" : [ @@ -172,13 +100,13 @@ }, { "id" : "Simon Proctor", + "name" : "Simon Proctor", "data" : [ [ "Perl 6", 1 ] - ], - "name" : "Simon Proctor" + ] }, { "name" : "Veesh Goldman", @@ -199,5 +127,92 @@ "id" : "Veesh Goldman" } ] + }, + "subtitle" : { + "text" : "[Champions: 10] Last updated at 2019-07-19 11:26:42 GMT" + }, + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "Perl Weekly Challenge - 017" + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "series" : [ + { + "colorByPoint" : 1, + "name" : "Perl Weekly Challenge - 017", + "data" : [ + { + "name" : "Andrezgz", + "y" : 2, + "drilldown" : "Andrezgz" + }, + { + "name" : "Dave Jacoby", + "y" : 3, + "drilldown" : "Dave Jacoby" + }, + { + "name" : "Duane Powell", + "drilldown" : "Duane Powell", + "y" : 2 + }, + { + "name" : "E. Choroba", + "drilldown" : "E. Choroba", + "y" : 2 + }, + { + "y" : 5, + "drilldown" : "Laurent Rosenfeld", + "name" : "Laurent Rosenfeld" + }, + { + "name" : "Lubos Kolouch", + "drilldown" : "Lubos Kolouch", + "y" : 2 + }, + { + "name" : "Michael Hamlin", + "drilldown" : "Michael Hamlin", + "y" : 1 + }, + { + "drilldown" : "Roger Bell West", + "y" : 2, + "name" : "Roger Bell West" + }, + { + "drilldown" : "Simon Proctor", + "y" : 1, + "name" : "Simon Proctor" + }, + { + "y" : 4, + "drilldown" : "Veesh Goldman", + "name" : "Veesh Goldman" + } + ] + } + ], + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + } + } + }, + "xAxis" : { + "type" : "category" + }, + "legend" : { + "enabled" : 0 } } diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index d3b722f0df..2f35871817 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,4 +1,34 @@ { + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, + "chart" : { + "type" : "column" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, + "legend" : { + "enabled" : "false" + }, + "subtitle" : { + "text" : "Last updated at 2019-07-19 11:27:07 GMT" + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions - 2019" + }, + "xAxis" : { + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + }, + "type" : "category" + }, "series" : [ { "data" : [ @@ -8,7 +38,7 @@ ], [ "Perl 5", - 690 + 692 ], [ "Perl 6", @@ -16,48 +46,18 @@ ] ], "dataLabels" : { - "align" : "right", - "enabled" : "true", - "y" : 10, - "format" : "{point.y:.0f}", - "color" : "#FFFFFF", "rotation" : -90, + "format" : "{point.y:.0f}", "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "color" : "#FFFFFF", + "enabled" : "true", + "align" : "right", + "y" : 10 }, "name" : "Contributions" } - ], - "subtitle" : { - "text" : "Last updated at 2019-07-18 18:29:18 GMT" - }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions - 2019" - }, - "legend" : { - "enabled" : "false" - }, - "xAxis" : { - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - }, - "type" : "category" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, - "chart" : { - "type" : "column" - } + ] } diff --git a/stats/pwc-language-breakdown.json b/stats/pwc-language-breakdown.json index e5bbd33d55..d15e45167a 100644 --- a/stats/pwc-language-breakdown.json +++ b/stats/pwc-language-breakdown.json @@ -4,6 +4,32 @@ "text" : "Total Solutions" } }, + "chart" : { + "type" : "column" + }, + "tooltip" : { + "headerFormat" : "", + "followPointer" : "true", + "pointFormat" : "Challenge {point.name}: {point.y:f}
" + }, + "legend" : { + "enabled" : "false" + }, + "subtitle" : { + "text" : "Click the columns to drilldown the language breakdown. Last updated at 2019-07-19 11:27:07 GMT" + }, + "plotOptions" : { + "series" : { + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + }, + "borderWidth" : 0 + } + }, + "xAxis" : { + "type" : "category" + }, "drilldown" : { "series" : [ { @@ -25,6 +51,8 @@ "name" : "001" }, { + "name" : "002", + "id" : "002", "data" : [ [ "Perl 5", @@ -38,13 +66,9 @@ "Blog", 9 ] - ], - "id" : "002", - "name" : "002" + ] }, { - "name" : "003", - "id" : "003", "data" : [ [ "Perl 5", @@ -58,11 +82,11 @@ "Blog", 8 ] - ] + ], + "id" : "003", + "name" : "003" }, { - "name" : "004", - "id" : "004", "data" : [ [ "Perl 5", @@ -76,11 +100,13 @@ "Blog", 9 ] - ] + ], + "name" : "004", + "id" : "004" }, { - "id" : "005", "name" : "005", + "id" : "005", "data" : [ [ "Perl 5", @@ -115,6 +141,8 @@ ] }, { + "name" : "007", + "id" : "007", "data" : [ [ "Perl 5", @@ -128,13 +156,9 @@ "Blog", 8 ] - ], - "name" : "007", - "id" : "007" + ] }, { - "name" : "008", - "id" : "008", "data" : [ [ "Perl 5", @@ -148,7 +172,9 @@ "Blog", 9 ] - ] + ], + "name" : "008", + "id" : "008" }, { "id" : "009", @@ -205,8 +231,6 @@ "name" : "011" }, { - "name" : "012", - "id" : "012", "data" : [ [ "Perl 5", @@ -220,9 +244,13 @@ "Blog", 9 ] - ] + ], + "name" : "012", + "id" : "012" }, { + "id" : "013", + "name" : "013", "data" : [ [ "Perl 5", @@ -236,13 +264,9 @@ "Blog", 11 ] - ], - "id" : "013", - "name" : "013" + ] }, { - "id" : "014", - "name" : "014", "data" : [ [ "Perl 5", @@ -256,11 +280,11 @@ "Blog", 13 ] - ] + ], + "name" : "014", + "id" : "014" }, { - "id" : "015", - "name" : "015", "data" : [ [ "Perl 5", @@ -274,7 +298,9 @@ "Blog", 12 ] - ] + ], + "id" : "015", + "name" : "015" }, { "data" : [ @@ -291,14 +317,16 @@ 10 ] ], - "id" : "016", - "name" : "016" + "name" : "016", + "id" : "016" }, { + "name" : "017", + "id" : "017", "data" : [ [ "Perl 5", - 15 + 17 ], [ "Perl 6", @@ -308,52 +336,38 @@ "Blog", 3 ] - ], - "id" : "017", - "name" : "017" + ] } ] }, - "chart" : { - "type" : "column" - }, - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - } - } - }, "series" : [ { - "name" : "Perl Weekly Challenge Languages", + "colorByPoint" : "true", "data" : [ { + "drilldown" : "001", "name" : "#001", - "y" : 123, - "drilldown" : "001" + "y" : 123 }, { - "drilldown" : "002", + "y" : 104, "name" : "#002", - "y" : 104 + "drilldown" : "002" }, { - "drilldown" : "003", "y" : 66, - "name" : "#003" + "name" : "#003", + "drilldown" : "003" }, { - "name" : "#004", "y" : 84, - "drilldown" : "004" + "drilldown" : "004", + "name" : "#004" }, { - "y" : 66, "name" : "#005", - "drilldown" : "005" + "drilldown" : "005", + "y" : 66 }, { "y" : 47, @@ -367,12 +381,12 @@ }, { "name" : "#008", - "y" : 67, - "drilldown" : "008" + "drilldown" : "008", + "y" : 67 }, { - "name" : "#009", "y" : 65, + "name" : "#009", "drilldown" : "009" }, { @@ -381,18 +395,18 @@ "drilldown" : "010" }, { - "name" : "#011", "y" : 77, - "drilldown" : "011" + "drilldown" : "011", + "name" : "#011" }, { - "y" : 81, + "drilldown" : "012", "name" : "#012", - "drilldown" : "012" + "y" : 81 }, { - "drilldown" : "013", "name" : "#013", + "drilldown" : "013", "y" : 74 }, { @@ -402,38 +416,24 @@ }, { "drilldown" : "015", - "y" : 90, - "name" : "#015" + "name" : "#015", + "y" : 90 }, { "name" : "#016", - "y" : 64, - "drilldown" : "016" + "drilldown" : "016", + "y" : 64 }, { "drilldown" : "017", - "y" : 22, - "name" : "#017" + "name" : "#017", + "y" : 24 } ], - "colorByPoint" : "true" + "name" : "Perl Weekly Challenge Languages" } ], - "tooltip" : { - "followPointer" : "true", - "pointFormat" : "Challenge {point.name}: {point.y:f}
", - "headerFormat" : "" - }, - "subtitle" : { - "text" : "Click the columns to drilldown the language breakdown. Last updated at 2019-07-18 18:29:18 GMT" - }, "title" : { "text" : "Perl Weekly Challenge Language" - }, - "xAxis" : { - "type" : "category" - }, - "legend" : { - "enabled" : "false" } } diff --git a/stats/pwc-leaders.json b/stats/pwc-leaders.json index fb3cf064f6..237ad8f397 100644 --- a/stats/pwc-leaders.json +++ b/stats/pwc-leaders.json @@ -1,27 +1,31 @@ { + "yAxis" : { + "title" : { + "text" : "Total Score" + } + }, "series" : [ { - "name" : "Perl Weekly Challenge Leaders", "data" : [ { - "y" : 176, + "name" : "#1: Laurent Rosenfeld", "drilldown" : "Laurent Rosenfeld", - "name" : "#1: Laurent Rosenfeld" + "y" : 176 }, { - "name" : "#2: Joelle Maslak", "drilldown" : "Joelle Maslak", - "y" : 168 + "y" : 168, + "name" : "#2: Joelle Maslak" }, { - "name" : "#3: Jaldhar H. Vyas", "y" : 130, - "drilldown" : "Jaldhar H. Vyas" + "drilldown" : "Jaldhar H. Vyas", + "name" : "#3: Jaldhar H. Vyas" }, { - "name" : "#4: Ruben Westerberg", + "y" : 116, "drilldown" : "Ruben Westerberg", - "y" : 116 + "name" : "#4: Ruben Westerberg" }, { "drilldown" : "Athanasius", @@ -29,18 +33,18 @@ "name" : "#5: Athanasius" }, { + "drilldown" : "Adam Russell", "name" : "#6: Adam Russell", - "y" : 96, - "drilldown" : "Adam Russell" + "y" : 96 }, { + "name" : "#7: Arne Sommer", "drilldown" : "Arne Sommer", - "y" : 88, - "name" : "#7: Arne Sommer" + "y" : 88 }, { - "drilldown" : "E. Choroba", "y" : 76, + "drilldown" : "E. Choroba", "name" : "#8: E. Choroba" }, { @@ -49,19 +53,19 @@ "name" : "#9: Simon Proctor" }, { - "name" : "#10: Dave Jacoby", + "y" : 74, "drilldown" : "Dave Jacoby", - "y" : 74 + "name" : "#10: Dave Jacoby" }, { - "name" : "#11: Kian-Meng Ang", "drilldown" : "Kian-Meng Ang", + "name" : "#11: Kian-Meng Ang", "y" : 74 }, { - "name" : "#12: Francis Whittle", "drilldown" : "Francis Whittle", - "y" : 72 + "y" : 72, + "name" : "#12: Francis Whittle" }, { "y" : 64, @@ -69,34 +73,34 @@ "name" : "#13: Andrezgz" }, { - "name" : "#14: Gustavo Chaves", "y" : 64, - "drilldown" : "Gustavo Chaves" + "drilldown" : "Gustavo Chaves", + "name" : "#14: Gustavo Chaves" }, { + "drilldown" : "Yozen Hernandez", "name" : "#15: Yozen Hernandez", - "y" : 56, - "drilldown" : "Yozen Hernandez" + "y" : 56 }, { - "name" : "#16: Daniel Mantovani", + "y" : 52, "drilldown" : "Daniel Mantovani", - "y" : 52 + "name" : "#16: Daniel Mantovani" }, { - "name" : "#17: Duncan C. White", "drilldown" : "Duncan C. White", + "name" : "#17: Duncan C. White", "y" : 52 }, { - "name" : "#18: Feng Chang", + "drilldown" : "Feng Chang", "y" : 52, - "drilldown" : "Feng Chang" + "name" : "#18: Feng Chang" }, { - "name" : "#19: Steven Wilson", + "drilldown" : "Steven Wilson", "y" : 50, - "drilldown" : "Steven Wilson" + "name" : "#19: Steven Wilson" }, { "y" : 48, @@ -109,104 +113,104 @@ "y" : 44 }, { - "drilldown" : "Guillermo Ramos", "y" : 34, + "drilldown" : "Guillermo Ramos", "name" : "#22: Guillermo Ramos" }, { - "name" : "#23: Veesh Goldman", "drilldown" : "Veesh Goldman", - "y" : 34 + "y" : 34, + "name" : "#23: Veesh Goldman" }, { - "name" : "#24: Mark Senn", "drilldown" : "Mark Senn", + "name" : "#24: Mark Senn", "y" : 32 }, { "drilldown" : "Nick Logan", - "y" : 32, - "name" : "#25: Nick Logan" + "name" : "#25: Nick Logan", + "y" : 32 }, { - "name" : "#26: Ozzy", + "drilldown" : "Ozzy", "y" : 32, - "drilldown" : "Ozzy" + "name" : "#26: Ozzy" }, { - "drilldown" : "Lars Balker", "y" : 28, + "drilldown" : "Lars Balker", "name" : "#27: Lars Balker" }, { - "name" : "#28: Kevin Colyer", "y" : 24, - "drilldown" : "Kevin Colyer" + "drilldown" : "Kevin Colyer", + "name" : "#28: Kevin Colyer" }, { - "name" : "#29: Maxim Nechaev", "drilldown" : "Maxim Nechaev", - "y" : 24 + "y" : 24, + "name" : "#29: Maxim Nechaev" }, { - "name" : "#30: Alicia Bielsa", "drilldown" : "Alicia Bielsa", + "y" : 22, + "name" : "#30: Alicia Bielsa" + }, + { + "drilldown" : "Lubos Kolouch", + "name" : "#31: Lubos Kolouch", "y" : 22 }, { "y" : 20, "drilldown" : "Doug Schrag", - "name" : "#31: Doug Schrag" + "name" : "#32: Doug Schrag" }, { "drilldown" : "Roger Bell West", "y" : 20, - "name" : "#32: Roger Bell West" - }, - { - "name" : "#33: Lubos Kolouch", - "y" : 18, - "drilldown" : "Lubos Kolouch" + "name" : "#33: Roger Bell West" }, { - "name" : "#34: Neil Bowers", "drilldown" : "Neil Bowers", + "name" : "#34: Neil Bowers", "y" : 18 }, { - "name" : "#35: Jaime Corchado", "drilldown" : "Jaime Corchado", - "y" : 16 + "y" : 16, + "name" : "#35: Jaime Corchado" }, { + "name" : "#36: Robert Gratza", "drilldown" : "Robert Gratza", - "y" : 16, - "name" : "#36: Robert Gratza" + "y" : 16 }, { + "drilldown" : "Duane Powell", "name" : "#37: Duane Powell", - "y" : 14, - "drilldown" : "Duane Powell" + "y" : 14 }, { - "name" : "#38: John Barrett", "y" : 14, - "drilldown" : "John Barrett" + "drilldown" : "John Barrett", + "name" : "#38: John Barrett" }, { - "name" : "#39: Khalid", + "drilldown" : "Khalid", "y" : 14, - "drilldown" : "Khalid" + "name" : "#39: Khalid" }, { + "drilldown" : "Aaron Sherman", "name" : "#40: Aaron Sherman", - "y" : 12, - "drilldown" : "Aaron Sherman" + "y" : 12 }, { "drilldown" : "Donald Hunter", - "y" : 12, - "name" : "#41: Donald Hunter" + "name" : "#41: Donald Hunter", + "y" : 12 }, { "name" : "#42: Kivanc Yazan", @@ -214,14 +218,14 @@ "y" : 12 }, { - "name" : "#43: Maxim Kolodyazhny", + "drilldown" : "Maxim Kolodyazhny", "y" : 12, - "drilldown" : "Maxim Kolodyazhny" + "name" : "#43: Maxim Kolodyazhny" }, { + "drilldown" : "Noud", "name" : "#44: Noud", - "y" : 12, - "drilldown" : "Noud" + "y" : 12 }, { "y" : 12, @@ -229,13 +233,13 @@ "name" : "#45: Philippe Bruhat" }, { - "y" : 12, + "name" : "#46: Sergio Iglesias", "drilldown" : "Sergio Iglesias", - "name" : "#46: Sergio Iglesias" + "y" : 12 }, { - "name" : "#47: Arpad Toth", "drilldown" : "Arpad Toth", + "name" : "#47: Arpad Toth", "y" : 10 }, { @@ -244,52 +248,47 @@ "name" : "#48: Pete Houston" }, { - "y" : 10, "drilldown" : "Steve Rogerson", + "y" : 10, "name" : "#49: Steve Rogerson" }, { - "y" : 10, "drilldown" : "Walt Mankowski", - "name" : "#50: Walt Mankowski" + "name" : "#50: Walt Mankowski", + "y" : 10 } ], - "colorByPoint" : "true" + "colorByPoint" : "true", + "name" : "Perl Weekly Challenge Leaders" } ], + "legend" : { + "enabled" : "false" + }, + "title" : { + "text" : "Perl Weekly Challenge Leaders (TOP 50)" + }, + "tooltip" : { + "pointFormat" : "{point.name}: {point.y:f}
", + "headerFormat" : "", + "followPointer" : "true" + }, + "subtitle" : { + "text" : "Click the columns to drilldown the score breakdown. Last updated at 2019-07-19 11:27:03 GMT" + }, "plotOptions" : { "series" : { + "borderWidth" : 0, "dataLabels" : { "enabled" : 1, "format" : "{point.y}" - }, - "borderWidth" : 0 - } - }, - "yAxis" : { - "title" : { - "text" : "Total Score" + } } }, - "chart" : { - "type" : "column" - }, - "tooltip" : { - "pointFormat" : "{point.name}: {point.y:f}
", - "followPointer" : "true", - "headerFormat" : "" - }, - "title" : { - "text" : "Perl Weekly Challenge Leaders (TOP 50)" - }, "drilldown" : { "series" : [ { "data" : [ - [ - "Perl 6", - 33 - ], [ "Perl 5", 34 @@ -297,12 +296,18 @@ [ "Blog", 21 + ], + [ + "Perl 6", + 33 ] ], "name" : "Laurent Rosenfeld", "id" : "Laurent Rosenfeld" }, { + "id" : "Joelle Maslak", + "name" : "Joelle Maslak", "data" : [ [ "Perl 6", @@ -316,48 +321,42 @@ "Blog", 4 ] - ], - "name" : "Joelle Maslak", - "id" : "Joelle Maslak" + ] }, { + "id" : "Jaldhar H. Vyas", "name" : "Jaldhar H. Vyas", "data" : [ - [ - "Blog", - 3 - ], [ "Perl 5", 31 ], + [ + "Blog", + 3 + ], [ "Perl 6", 31 ] - ], - "id" : "Jaldhar H. Vyas" + ] }, { - "name" : "Ruben Westerberg", "data" : [ [ - "Perl 6", + "Perl 5", 29 ], [ - "Perl 5", + "Perl 6", 29 ] ], + "name" : "Ruben Westerberg", "id" : "Ruben Westerberg" }, { "data" : [ - [ - "Perl 6", - 11 - ], [ "Perl 5", 35 @@ -365,26 +364,31 @@ [ "Blog", 3 + ], + [ + "Perl 6", + 11 ] ], "name" : "Athanasius", "id" : "Athanasius" }, { - "name" : "Adam Russell", "data" : [ - [ - "Perl 5", - 32 - ], [ "Blog", 16 + ], + [ + "Perl 5", + 32 ] ], + "name" : "Adam Russell", "id" : "Adam Russell" }, { + "id" : "Arne Sommer", "data" : [ [ "Blog", @@ -395,29 +399,25 @@ 29 ] ], - "name" : "Arne Sommer", - "id" : "Arne Sommer" + "name" : "Arne Sommer" }, { "data" : [ - [ - "Blog", - 12 - ], [ "Perl 5", 26 + ], + [ + "Blog", + 12 ] ], - "id" : "E. Choroba", - "name" : "E. Choroba" + "name" : "E. Choroba", + "id" : "E. Choroba" }, { + "name" : "Simon Proctor", "data" : [ - [ - "Perl 5", - 4 - ], [ "Perl 6", 27 @@ -425,17 +425,17 @@ [ "Blog", 7 + ], + [ + "Perl 5", + 4 ] ], - "name" : "Simon Proctor", "id" : "Simon Proctor" }, { + "id" : "Dave Jacoby", "data" : [ - [ - "Blog", - 15 - ], [ "Perl 6", 1 @@ -443,10 +443,13 @@ [ "Perl 5", 21 + ], + [ + "Blog", + 15 ] ], - "name" : "Dave Jacoby", - "id" : "Dave Jacoby" + "name" : "Dave Jacoby" }, { "id" : "Kian-Meng Ang", @@ -464,17 +467,17 @@ }, { "id" : "Francis Whittle", + "name" : "Francis Whittle", "data" : [ - [ - "Perl 6", - 29 - ], [ "Blog", 7 + ], + [ + "Perl 6", + 29 ] - ], - "name" : "Francis Whittle" + ] }, { "data" : [ @@ -483,25 +486,26 @@ 32 ] ], - "id" : "Andrezgz", - "name" : "Andrezgz" + "name" : "Andrezgz", + "id" : "Andrezgz" }, { + "id" : "Gustavo Chaves", "name" : "Gustavo Chaves", "data" : [ - [ - "Blog", - 4 - ], [ "Perl 5", 28 + ], + [ + "Blog", + 4 ] - ], - "id" : "Gustavo Chaves" + ] }, { "id" : "Yozen Hernandez", + "name" : "Yozen Hernandez", "data" : [ [ "Perl 5", @@ -511,8 +515,7 @@ "Blog", 10 ] - ], - "name" : "Yozen Hernandez" + ] }, { "data" : [ @@ -521,35 +524,36 @@ 26 ] ], - "id" : "Daniel Mantovani", - "name" : "Daniel Mantovani" + "name" : "Daniel Mantovani", + "id" : "Daniel Mantovani" }, { - "name" : "Duncan C. White", + "id" : "Duncan C. White", "data" : [ [ "Perl 5", 26 ] ], - "id" : "Duncan C. White" + "name" : "Duncan C. White" }, { + "name" : "Feng Chang", "data" : [ [ - "Perl 5", + "Perl 6", 13 ], [ - "Perl 6", + "Perl 5", 13 ] ], - "id" : "Feng Chang", - "name" : "Feng Chang" + "id" : "Feng Chang" }, { "id" : "Steven Wilson", + "name" : "Steven Wilson", "data" : [ [ "Perl 5", @@ -559,54 +563,56 @@ "Blog", 3 ] - ], - "name" : "Steven Wilson" + ] }, { "id" : "Jo Christian Oterhals", + "name" : "Jo Christian Oterhals", "data" : [ [ - "Blog", - 6 + "Perl 6", + 12 ], [ "Perl 5", 6 ], [ - "Perl 6", - 12 + "Blog", + 6 ] - ], - "name" : "Jo Christian Oterhals" + ] }, { - "id" : "Dr James A. Smith", "data" : [ - [ - "Perl 6", - 10 - ], [ "Perl 5", 12 + ], + [ + "Perl 6", + 10 ] ], - "name" : "Dr James A. Smith" + "name" : "Dr James A. Smith", + "id" : "Dr James A. Smith" }, { + "id" : "Guillermo Ramos", "name" : "Guillermo Ramos", "data" : [ [ "Perl 5", 17 ] - ], - "id" : "Guillermo Ramos" + ] }, { - "name" : "Veesh Goldman", "data" : [ + [ + "Perl 5", + 14 + ], [ "Blog", 2 @@ -614,30 +620,27 @@ [ "Perl 6", 1 - ], - [ - "Perl 5", - 14 ] ], + "name" : "Veesh Goldman", "id" : "Veesh Goldman" }, { + "id" : "Mark Senn", + "name" : "Mark Senn", "data" : [ - [ - "Blog", - 4 - ], [ "Perl 6", 12 + ], + [ + "Blog", + 4 ] - ], - "name" : "Mark Senn", - "id" : "Mark Senn" + ] }, { - "id" : "Nick Logan", + "name" : "Nick Logan", "data" : [ [ "Perl 5", @@ -648,7 +651,7 @@ 8 ] ], - "name" : "Nick Logan" + "id" : "Nick Logan" }, { "data" : [ @@ -661,96 +664,96 @@ "id" : "Ozzy" }, { - "name" : "Lars Balker", + "id" : "Lars Balker", "data" : [ - [ - "Perl 5", - 10 - ], [ "Perl 6", 4 + ], + [ + "Perl 5", + 10 ] ], - "id" : "Lars Balker" + "name" : "Lars Balker" }, { + "id" : "Kevin Colyer", + "name" : "Kevin Colyer", "data" : [ [ "Perl 6", 12 ] - ], - "id" : "Kevin Colyer", - "name" : "Kevin Colyer" + ] }, { + "id" : "Maxim Nechaev", + "name" : "Maxim Nechaev", "data" : [ [ "Perl 5", 12 ] - ], - "id" : "Maxim Nechaev", - "name" : "Maxim Nechaev" + ] }, { + "id" : "Alicia Bielsa", "data" : [ [ "Perl 5", 11 ] ], - "id" : "Alicia Bielsa", "name" : "Alicia Bielsa" }, { - "id" : "Doug Schrag", + "id" : "Lubos Kolouch", + "name" : "Lubos Kolouch", + "data" : [ + [ + "Perl 5", + 11 + ] + ] + }, + { "data" : [ [ "Perl 6", 10 ] ], - "name" : "Doug Schrag" + "name" : "Doug Schrag", + "id" : "Doug Schrag" }, { - "name" : "Roger Bell West", "data" : [ - [ - "Perl 5", - 8 - ], [ "Blog", 2 + ], + [ + "Perl 5", + 8 ] ], + "name" : "Roger Bell West", "id" : "Roger Bell West" }, { + "id" : "Neil Bowers", + "name" : "Neil Bowers", "data" : [ [ "Perl 5", - 9 - ] - ], - "name" : "Lubos Kolouch", - "id" : "Lubos Kolouch" - }, - { - "data" : [ + 6 + ], [ "Blog", 3 - ], - [ - "Perl 5", - 6 ] - ], - "name" : "Neil Bowers", - "id" : "Neil Bowers" + ] }, { "name" : "Jaime Corchado", @@ -763,7 +766,6 @@ "id" : "Jaime Corchado" }, { - "name" : "Robert Gratza", "data" : [ [ "Perl 6", @@ -774,38 +776,39 @@ 2 ] ], + "name" : "Robert Gratza", "id" : "Robert Gratza" }, { + "id" : "Duane Powell", + "name" : "Duane Powell", "data" : [ [ "Perl 5", 7 ] - ], - "name" : "Duane Powell", - "id" : "Duane Powell" + ] }, { - "name" : "John Barrett", + "id" : "John Barrett", "data" : [ [ "Perl 5", 7 ] ], - "id" : "John Barrett" + "name" : "John Barrett" }, { "data" : [ - [ - "Blog", - 1 - ], [ "Perl 5", 4 ], + [ + "Blog", + 1 + ], [ "Perl 6", 2 @@ -815,16 +818,18 @@ "id" : "Khalid" }, { + "id" : "Aaron Sherman", "data" : [ [ "Perl 6", 6 ] ], - "id" : "Aaron Sherman", "name" : "Aaron Sherman" }, { + "id" : "Donald Hunter", + "name" : "Donald Hunter", "data" : [ [ "Blog", @@ -834,29 +839,27 @@ "Perl 6", 3 ] - ], - "name" : "Donald Hunter", - "id" : "Donald Hunter" + ] }, { + "id" : "Kivanc Yazan", + "name" : "Kivanc Yazan", "data" : [ [ "Perl 5", 6 ] - ], - "name" : "Kivanc Yazan", - "id" : "Kivanc Yazan" + ] }, { - "id" : "Maxim Kolodyazhny", + "name" : "Maxim Kolodyazhny", "data" : [ [ "Perl 5", 6 ] ], - "name" : "Maxim Kolodyazhny" + "id" : "Maxim Kolodyazhny" }, { "id" : "Noud", @@ -869,28 +872,28 @@ "name" : "Noud" }, { + "id" : "Philippe Bruhat", "data" : [ - [ - "Perl 5", - 4 - ], [ "Blog", 2 + ], + [ + "Perl 5", + 4 ] ], - "id" : "Philippe Bruhat", "name" : "Philippe Bruhat" }, { - "name" : "Sergio Iglesias", + "id" : "Sergio Iglesias", "data" : [ [ "Perl 5", 6 ] ], - "id" : "Sergio Iglesias" + "name" : "Sergio Iglesias" }, { "id" : "Arpad Toth", @@ -903,16 +906,17 @@ "name" : "Arpad Toth" }, { + "name" : "Pete Houston", "data" : [ [ "Perl 5", 5 ] ], - "id" : "Pete Houston", - "name" : "Pete Houston" + "id" : "Pete Houston" }, { + "id" : "Steve Rogerson", "name" : "Steve Rogerson", "data" : [ [ @@ -923,8 +927,7 @@ "Perl 5", 3 ] - ], - "id" : "Steve Rogerson" + ] }, { "data" : [ @@ -933,18 +936,15 @@ 5 ] ], - "id" : "Walt Mankowski", - "name" : "Walt Mankowski" + "name" : "Walt Mankowski", + "id" : "Walt Mankowski" } ] }, - "legend" : { - "enabled" : "false" - }, "xAxis" : { "type" : "category" }, - "subtitle" : { - "text" : "Click the columns to drilldown the score breakdown. Last updated at 2019-07-18 18:29:15 GMT" + "chart" : { + "type" : "column" } } diff --git a/stats/pwc-summary-1-30.json b/stats/pwc-summary-1-30.json index a382f7f93d..e06cce9ea8 100644 --- a/stats/pwc-summary-1-30.json +++ b/stats/pwc-summary-1-30.json @@ -3,63 +3,8 @@ "shared" : 1, "pointFormat" : "{series.name}: {point.y}
" }, - "xAxis" : { - "categories" : [ - "Aaron Sherman", - "Abigail", - "Adam Russell", - "Ailbhe Tweedie", - "Alex Daniel", - "Alexander Karelas", - "Alexey Melezhik", - "Alicia Bielsa", - "Andrezgz", - "Antonio Gamiz", - "Arne Sommer", - "Arpad Toth", - "Athanasius", - "Aubrey Quarcoo", - "Bill Palmer", - "Bob Kleemann", - "Clive Holloway", - "Daniel Mantovani", - "Daniel Mita", - "Dave Cross", - "Dave Jacoby", - "David Kayal", - "Denis Yurashku", - "Donald Hunter", - "Doug Schrag", - "Duane Powell", - "Duncan C. White", - "E. Choroba", - "Eddy HS", - "Feng Chang" - ] - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2019-07-18 18:29:11 GMT" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" - }, - "chart" : { - "type" : "column" - }, "series" : [ { - "name" : "Perl 5", "data" : [ 0, 2, @@ -91,7 +36,8 @@ 26, 2, 13 - ] + ], + "name" : "Perl 5" }, { "name" : "Perl 6", @@ -163,5 +109,59 @@ 0 ] } - ] + ], + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2019-07-19 11:26:42 GMT" + }, + "chart" : { + "type" : "column" + }, + "xAxis" : { + "categories" : [ + "Aaron Sherman", + "Abigail", + "Adam Russell", + "Ailbhe Tweedie", + "Alex Daniel", + "Alexander Karelas", + "Alexey Melezhik", + "Alicia Bielsa", + "Andrezgz", + "Antonio Gamiz", + "Arne Sommer", + "Arpad Toth", + "Athanasius", + "Aubrey Quarcoo", + "Bill Palmer", + "Bob Kleemann", + "Clive Holloway", + "Daniel Mantovani", + "Daniel Mita", + "Dave Cross", + "Dave Jacoby", + "David Kayal", + "Denis Yurashku", + "Donald Hunter", + "Doug Schrag", + "Duane Powell", + "Duncan C. White", + "E. Choroba", + "Eddy HS", + "Feng Chang" + ] + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "title" : { + "text" : "Perl Weekly Challenge - 2019" + } } diff --git a/stats/pwc-summary-31-60.json b/stats/pwc-summary-31-60.json index 7e83e9f4ce..1fa939e845 100644 --- a/stats/pwc-summary-31-60.json +++ b/stats/pwc-summary-31-60.json @@ -1,13 +1,58 @@ { + "xAxis" : { + "categories" : [ + "Finley", + "Francis Whittle", + "Fred Zinn", + "Freddie B", + "Guillermo Ramos", + "Gustavo Chaves", + "Jacques Guinnebault", + "Jaime Corchado", + "Jaldhar H. Vyas", + "Dr James A. Smith", + "Jeff", + "Jeremy Carman", + "Jim Bacon", + "JJ Merelo", + "Jo Christian Oterhals", + "Joe Tym", + "Joelle Maslak", + "John Barrett", + "Juan Caballero", + "Kevin Colyer", + "Khalid", + "Kian-Meng Ang", + "Kivanc Yazan", + "Lars Balker", + "Laurent Rosenfeld", + "Lubos Kolouch", + "Magnus Woldrich", + "Mano Chandar", + "Mark Senn", + "Martin Barth" + ] + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "title" : { "text" : "Perl Weekly Challenge - 2019" }, - "chart" : { - "type" : "column" + "tooltip" : { + "pointFormat" : "{series.name}: {point.y}
", + "shared" : 1 }, "series" : [ { - "name" : "Perl 5", "data" : [ 0, 0, @@ -34,12 +79,13 @@ 6, 10, 34, - 9, + 11, 1, 0, 0, 0 - ] + ], + "name" : "Perl 5" }, { "data" : [ @@ -112,56 +158,10 @@ ] } ], - "tooltip" : { - "shared" : 1, - "pointFormat" : "{series.name}: {point.y}
" - }, - "xAxis" : { - "categories" : [ - "Finley", - "Francis Whittle", - "Fred Zinn", - "Freddie B", - "Guillermo Ramos", - "Gustavo Chaves", - "Jacques Guinnebault", - "Jaime Corchado", - "Jaldhar H. Vyas", - "Dr James A. Smith", - "Jeff", - "Jeremy Carman", - "Jim Bacon", - "JJ Merelo", - "Jo Christian Oterhals", - "Joe Tym", - "Joelle Maslak", - "John Barrett", - "Juan Caballero", - "Kevin Colyer", - "Khalid", - "Kian-Meng Ang", - "Kivanc Yazan", - "Lars Balker", - "Laurent Rosenfeld", - "Lubos Kolouch", - "Magnus Woldrich", - "Mano Chandar", - "Mark Senn", - "Martin Barth" - ] - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, "subtitle" : { - "text" : "[Champions: 30] Last updated at 2019-07-18 18:29:11 GMT" + "text" : "[Champions: 30] Last updated at 2019-07-19 11:26:42 GMT" }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 + "chart" : { + "type" : "column" } } diff --git a/stats/pwc-summary-61-90.json b/stats/pwc-summary-61-90.json index 7d3471e400..1256a58adc 100644 --- a/stats/pwc-summary-61-90.json +++ b/stats/pwc-summary-61-90.json @@ -1,12 +1,4 @@ { - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2019-07-18 18:29:11 GMT" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, "xAxis" : { "categories" : [ "Martin Mugeni", @@ -41,21 +33,27 @@ "Simon Proctor" ] }, - "tooltip" : { - "pointFormat" : "{series.name}: {point.y}
", - "shared" : 1 - }, "yAxis" : { "title" : { "text" : "" }, "min" : 0 }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "title" : { "text" : "Perl Weekly Challenge - 2019" }, + "tooltip" : { + "pointFormat" : "{series.name}: {point.y}
", + "shared" : 1 + }, "series" : [ { + "name" : "Perl 5", "data" : [ 0, 4, @@ -87,8 +85,7 @@ 0, 1, 4 - ], - "name" : "Perl 5" + ] }, { "data" : [ @@ -161,6 +158,9 @@ "name" : "Blog" } ], + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2019-07-19 11:26:42 GMT" + }, "chart" : { "type" : "column" } diff --git a/stats/pwc-summary-91-120.json b/stats/pwc-summary-91-120.json index 53ada0546c..4e5007d476 100644 --- a/stats/pwc-summary-91-120.json +++ b/stats/pwc-summary-91-120.json @@ -1,7 +1,6 @@ { "series" : [ { - "name" : "Perl 5", "data" : [ 4, 3, @@ -16,7 +15,8 @@ 1, 1, 18 - ] + ], + "name" : "Perl 5" }, { "data" : [ @@ -37,6 +37,7 @@ "name" : "Perl 6" }, { + "name" : "Blog", "data" : [ 0, 0, @@ -51,21 +52,29 @@ 0, 0, 10 - ], - "name" : "Blog" + ] } ], + "tooltip" : { + "shared" : 1, + "pointFormat" : "{series.name}: {point.y}
" + }, "chart" : { "type" : "column" }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" + "subtitle" : { + "text" : "[Champions: 13] Last updated at 2019-07-19 11:26:42 GMT" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, "yAxis" : { + "min" : 0, "title" : { "text" : "" - }, - "min" : 0 + } }, "xAxis" : { "categories" : [ @@ -84,16 +93,7 @@ "Yozen Hernandez" ] }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "subtitle" : { - "text" : "[Champions: 13] Last updated at 2019-07-18 18:29:11 GMT" - }, - "tooltip" : { - "pointFormat" : "{series.name}: {point.y}
", - "shared" : 1 + "title" : { + "text" : "Perl Weekly Challenge - 2019" } } diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 2de1bbc67a..3a5577c4f5 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,24 +1,138 @@ { - "chart" : { - "type" : "column" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, "tooltip" : { "pointFormat" : "{series.name}: {point.y}
", "shared" : 1 }, "yAxis" : { - "min" : 0, "title" : { "text" : "" + }, + "min" : 0 + }, + "title" : { + "text" : "Perl Weekly Challenge - 2019" + }, + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "[Champions: 103] Last updated at 2019-07-19 11:26:42 GMT" + }, + "xAxis" : { + "categories" : [ + "Aaron Sherman", + "Abigail", + "Adam Russell", + "Ailbhe Tweedie", + "Alex Daniel", + "Alexander Karelas", + "Alexey Melezhik", + "Alicia Bielsa", + "Andrezgz", + "Antonio Gamiz", + "Arne Sommer", + "Arpad Toth", + "Athanasius", + "Aubrey Quarcoo", + "Bill Palmer", + "Bob Kleemann", + "Clive Holloway", + "Daniel Mantovani", + "Daniel Mita", + "Dave Cross", + "Dave Jacoby", + "David Kayal", + "Denis Yurashku", + "Donald Hunter", + "Doug Schrag", + "Duane Powell", + "Duncan C. White", + "E. Choroba", + "Eddy HS", + "Feng Chang", + "Finley", + "Francis Whittle", + "Fred Zinn", + "Freddie B", + "Guillermo Ramos", + "Gustavo Chaves", + "Jacques Guinnebault", + "Jaime Corchado", + "Jaldhar H. Vyas", + "Dr James A. Smith", + "Jeff", + "Jeremy Carman", + "Jim Bacon", + "JJ Merelo", + "Jo Christian Oterhals", + "Joe Tym", + "Joelle Maslak", + "John Barrett", + "Juan Caballero", + "Kevin Colyer", + "Khalid", + "Kian-Meng Ang", + "Kivanc Yazan", + "Lars Balker", + "Laurent Rosenfeld", + "Lubos Kolouch", + "Magnus Woldrich", + "Mano Chandar", + "Mark Senn", + "Martin Barth", + "Martin Mugeni", + "Matt Latusek", + "Matthew O. Persico", + "Maxim Kolodyazhny", + "Maxim Nechaev", + "Michael Hamlin", + "Michael Schaap", + "Neil Bowers", + "Nick Logan", + "Nikhil Prasanna", + "Noud", + "Chenyf", + "Oleksii Tsvietnov", + "Ozzy", + "Pavel Jurca", + "Pavel Starikov", + "Pete Houston", + "Pete Sergeant", + "Philippe Bruhat", + "Prajith P", + "Robert Van Dam", + "Robert Gratza", + "Roger Bell West", + "Ruben Westerberg", + "Sean Meininger", + "Sergio Iglesias", + "Rakesh Kumar Shardiwal", + "Shaun Pearce", + "Simon Miner", + "Simon Proctor", + "Simon Reinhardt", + "Steve Rogerson", + "Steven Lembark", + "Steven Wilson", + "Tiago Stock", + "Tim Smith", + "Tore Andersson", + "Luis F. Uceta", + "Veesh Goldman", + "Walt Mankowski", + "William Gilmore", + "Yary H", + "Yozen Hernandez" + ] + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" } }, "series" : [ { + "name" : "Perl 5", "data" : [ 0, 2, @@ -75,7 +189,7 @@ 6, 10, 34, - 9, + 11, 1, 0, 0, @@ -123,11 +237,9 @@ 1, 1, 18 - ], - "name" : "Perl 5" + ] }, { - "name" : "Perl 6", "data" : [ 6, 0, @@ -232,7 +344,8 @@ 0, 1, 0 - ] + ], + "name" : "Perl 6" }, { "name" : "Blog", @@ -342,118 +455,5 @@ 10 ] } - ], - "subtitle" : { - "text" : "[Champions: 103] Last updated at 2019-07-18 18:29:10 GMT" - }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" - }, - "xAxis" : { - "categories" : [ - "Aaron Sherman", - "Abigail", - "Adam Russell", - "Ailbhe Tweedie", - "Alex Daniel", - "Alexander Karelas", - "Alexey Melezhik", - "Alicia Bielsa", - "Andrezgz", - "Antonio Gamiz", - "Arne Sommer", - "Arpad Toth", - "Athanasius", - "Aubrey Quarcoo", - "Bill Palmer", - "Bob Kleemann", - "Clive Holloway", - "Daniel Mantovani", - "Daniel Mita", - "Dave Cross", - "Dave Jacoby", - "David Kayal", - "Denis Yurashku", - "Donald Hunter", - "Doug Schrag", - "Duane Powell", - "Duncan C. White", - "E. Choroba", - "Eddy HS", - "Feng Chang", - "Finley", - "Francis Whittle", - "Fred Zinn", - "Freddie B", - "Guillermo Ramos", - "Gustavo Chaves", - "Jacques Guinnebault", - "Jaime Corchado", - "Jaldhar H. Vyas", - "Dr James A. Smith", - "Jeff", - "Jeremy Carman", - "Jim Bacon", - "JJ Merelo", - "Jo Christian Oterhals", - "Joe Tym", - "Joelle Maslak", - "John Barrett", - "Juan Caballero", - "Kevin Colyer", - "Khalid", - "Kian-Meng Ang", - "Kivanc Yazan", - "Lars Balker", - "Laurent Rosenfeld", - "Lubos Kolouch", - "Magnus Woldrich", - "Mano Chandar", - "Mark Senn", - "Martin Barth", - "Martin Mugeni", - "Matt Latusek", - "Matthew O. Persico", - "Maxim Kolodyazhny", - "Maxim Nechaev", - "Michael Hamlin", - "Michael Schaap", - "Neil Bowers", - "Nick Logan", - "Nikhil Prasanna", - "Noud", - "Chenyf", - "Oleksii Tsvietnov", - "Ozzy", - "Pavel Jurca", - "Pavel Starikov", - "Pete Houston", - "Pete Sergeant", - "Philippe Bruhat", - "Prajith P", - "Robert Van Dam", - "Robe