From 8b995a0d4595a8460cc97ef8d81f92717bf1b8ff Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Tue, 13 Aug 2019 13:02:45 +0100 Subject: - Added member Hauke D. --- challenge-021/hauke-d/README | 1 + members.json | 1 + stats/pwc-current.json | 76 ++--- stats/pwc-language-breakdown-summary.json | 42 +-- stats/pwc-language-breakdown.json | 194 ++++++------ stats/pwc-leaders.json | 474 +++++++++++++++--------------- stats/pwc-summary-1-30.json | 46 +-- stats/pwc-summary-31-60.json | 42 +-- stats/pwc-summary-61-90.json | 112 +++---- stats/pwc-summary-91-120.json | 76 ++--- stats/pwc-summary.json | 258 ++++++++-------- 11 files changed, 666 insertions(+), 656 deletions(-) create mode 100644 challenge-021/hauke-d/README diff --git a/challenge-021/hauke-d/README b/challenge-021/hauke-d/README new file mode 100644 index 0000000000..e201aa0abc --- /dev/null +++ b/challenge-021/hauke-d/README @@ -0,0 +1 @@ +Solutions by Hauke Dämpfling. diff --git a/members.json b/members.json index f693766d8d..537c1c61aa 100644 --- a/members.json +++ b/members.json @@ -35,6 +35,7 @@ "freddie-b" : "Freddie B", "guillermo-ramos" : "Guillermo Ramos", "gustavo-chaves" : "Gustavo Chaves", + "hauke-d" : "Hauke Dampfling", "jacques-guinnebault" : "Jacques Guinnebault", "jaldhar-h-vyas" : "Jaldhar H. Vyas", "james-smith" : "Dr James A. Smith", diff --git a/stats/pwc-current.json b/stats/pwc-current.json index b91572f314..de7063ccfb 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,74 +1,74 @@ { - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "tooltip" : { - "pointFormat" : "{point.name}: {point.y:f}
", - "followPointer" : 1, - "headerFormat" : "{series.name}
" - }, - "legend" : { - "enabled" : 0 - }, - "chart" : { - "type" : "column" - }, "series" : [ { "data" : [ { - "drilldown" : "Dave Cross", "y" : 2, - "name" : "Dave Cross" + "name" : "Dave Cross", + "drilldown" : "Dave Cross" }, { - "drilldown" : "Roger Bell West", "y" : 3, - "name" : "Roger Bell West" + "name" : "Roger Bell West", + "drilldown" : "Roger Bell West" }, { - "name" : "Simon Proctor", "y" : 1, + "name" : "Simon Proctor", "drilldown" : "Simon Proctor" }, { + "name" : "Steven Wilson", "y" : 1, - "drilldown" : "Steven Wilson", - "name" : "Steven Wilson" + "drilldown" : "Steven Wilson" } ], - "colorByPoint" : 1, - "name" : "Perl Weekly Challenge - 021" + "name" : "Perl Weekly Challenge - 021", + "colorByPoint" : 1 } ], + "subtitle" : { + "text" : "[Champions: 4] Last updated at 2019-08-13 12:02:27 GMT" + }, + "title" : { + "text" : "Perl Weekly Challenge - 021" + }, + "legend" : { + "enabled" : 0 + }, + "xAxis" : { + "type" : "category" + }, + "chart" : { + "type" : "column" + }, + "tooltip" : { + "headerFormat" : "{series.name}
", + "pointFormat" : "{point.name}: {point.y:f}
", + "followPointer" : 1 + }, "plotOptions" : { "series" : { "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" + "format" : "{point.y}", + "enabled" : 1 }, "borderWidth" : 0 } }, - "xAxis" : { - "type" : "category" - }, "drilldown" : { "series" : [ { + "id" : "Dave Cross", "data" : [ [ "Perl 5", 2 ] ], - "id" : "Dave Cross", "name" : "Dave Cross" }, { - "name" : "Roger Bell West", "data" : [ [ "Perl 5", @@ -79,6 +79,7 @@ 1 ] ], + "name" : "Roger Bell West", "id" : "Roger Bell West" }, { @@ -92,21 +93,20 @@ "id" : "Simon Proctor" }, { + "id" : "Steven Wilson", "data" : [ [ "Perl 5", 1 ] ], - "id" : "Steven Wilson", "name" : "Steven Wilson" } ] }, - "subtitle" : { - "text" : "[Champions: 4] Last updated at 2019-08-13 10:58:50 GMT" - }, - "title" : { - "text" : "Perl Weekly Challenge - 021" + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } } } diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 81ded7713d..3a0a19cb40 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,18 +1,15 @@ { "yAxis" : { - "min" : 0, "title" : { "text" : null - } - }, - "legend" : { - "enabled" : "false" + }, + "min" : 0 }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" + "title" : { + "text" : "Perl Weekly Challenge Contributions - 2019" }, - "chart" : { - "type" : "column" + "subtitle" : { + "text" : "Last updated at 2019-08-13 12:02:39 GMT" }, "series" : [ { @@ -30,26 +27,23 @@ 506 ] ], - "name" : "Contributions", "dataLabels" : { "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" }, + "format" : "{point.y:.0f}", "enabled" : "true", - "color" : "#FFFFFF", "rotation" : -90, - "y" : 10, "align" : "right", - "format" : "{point.y:.0f}" - } + "color" : "#FFFFFF", + "y" : 10 + }, + "name" : "Contributions" } ], - "subtitle" : { - "text" : "Last updated at 2019-08-13 10:58:59 GMT" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions - 2019" + "chart" : { + "type" : "column" }, "xAxis" : { "type" : "category", @@ -59,5 +53,11 @@ "fontFamily" : "Verdana, sans-serif" } } + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, + "legend" : { + "enabled" : "false" } } diff --git a/stats/pwc-language-breakdown.json b/stats/pwc-language-breakdown.json index f218b1293f..a54439fce7 100644 --- a/stats/pwc-language-breakdown.json +++ b/stats/pwc-language-breakdown.json @@ -1,29 +1,22 @@ { - "title" : { - "text" : "Perl Weekly Challenge Language" - }, - "xAxis" : { - "type" : "category" - }, - "legend" : { - "enabled" : "false" - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" + "plotOptions" : { + "series" : { + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + }, + "borderWidth" : 0 } }, - "chart" : { - "type" : "column" - }, "tooltip" : { + "headerFormat" : "", "followPointer" : "true", - "pointFormat" : "Challenge {point.name}: {point.y:f}
", - "headerFormat" : "" + "pointFormat" : "Challenge {point.name}: {point.y:f}
" }, "drilldown" : { "series" : [ { + "id" : "001", "data" : [ [ "Perl 5", @@ -38,8 +31,7 @@ 10 ] ], - "name" : "001", - "id" : "001" + "name" : "001" }, { "data" : [ @@ -60,6 +52,8 @@ "id" : "002" }, { + "id" : "003", + "name" : "003", "data" : [ [ "Perl 5", @@ -73,12 +67,11 @@ "Blog", 8 ] - ], - "name" : "003", - "id" : "003" + ] }, { "id" : "004", + "name" : "004", "data" : [ [ "Perl 5", @@ -92,12 +85,9 @@ "Blog", 9 ] - ], - "name" : "004" + ] }, { - "id" : "005", - "name" : "005", "data" : [ [ "Perl 5", @@ -111,10 +101,13 @@ "Blog", 11 ] - ] + ], + "name" : "005", + "id" : "005" }, { "id" : "006", + "name" : "006", "data" : [ [ "Perl 5", @@ -128,11 +121,10 @@ "Blog", 6 ] - ], - "name" : "006" + ] }, { - "name" : "007", + "id" : "007", "data" : [ [ "Perl 5", @@ -147,10 +139,10 @@ 8 ] ], - "id" : "007" + "name" : "007" }, { - "id" : "008", + "name" : "008", "data" : [ [ "Perl 5", @@ -165,7 +157,7 @@ 9 ] ], - "name" : "008" + "id" : "008" }, { "data" : [ @@ -186,6 +178,7 @@ "id" : "009" }, { + "name" : "010", "data" : [ [ "Perl 5", @@ -200,10 +193,10 @@ 9 ] ], - "name" : "010", "id" : "010" }, { + "id" : "011", "data" : [ [ "Perl 5", @@ -218,11 +211,10 @@ 8 ] ], - "name" : "011", - "id" : "011" + "name" : "011" }, { - "id" : "012", + "name" : "012", "data" : [ [ "Perl 5", @@ -237,9 +229,10 @@ 9 ] ], - "name" : "012" + "id" : "012" }, { + "id" : "013", "data" : [ [ "Perl 5", @@ -254,11 +247,9 @@ 11 ] ], - "name" : "013", - "id" : "013" + "name" : "013" }, { - "name" : "014", "data" : [ [ "Perl 5", @@ -273,10 +264,10 @@ 13 ] ], + "name" : "014", "id" : "014" }, { - "name" : "015", "data" : [ [ "Perl 5", @@ -291,10 +282,10 @@ 12 ] ], + "name" : "015", "id" : "015" }, { - "name" : "016", "data" : [ [ "Perl 5", @@ -309,10 +300,12 @@ 10 ] ], + "name" : "016", "id" : "016" }, { "id" : "017", + "name" : "017", "data" : [ [ "Perl 5", @@ -326,8 +319,7 @@ "Blog", 10 ] - ], - "name" : "017" + ] }, { "id" : "018", @@ -348,7 +340,6 @@ ] }, { - "id" : "019", "name" : "019", "data" : [ [ @@ -363,9 +354,11 @@ "Blog", 10 ] - ] + ], + "id" : "019" }, { + "id" : "020", "name" : "020", "data" : [ [ @@ -380,12 +373,9 @@ "Blog", 9 ] - ], - "id" : "020" + ] }, { - "id" : "021", - "name" : "021", "data" : [ [ "Perl 5", @@ -399,52 +389,54 @@ "Blog", 0 ] - ] + ], + "name" : "021", + "id" : "021" } ] }, - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - } + "legend" : { + "enabled" : "false" + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" } }, "series" : [ { + "colorByPoint" : "true", "name" : "Perl Weekly Challenge Languages", "data" : [ { + "name" : "#001", "drilldown" : "001", - "y" : 123, - "name" : "#001" + "y" : 123 }, { - "y" : 104, "name" : "#002", - "drilldown" : "002" + "drilldown" : "002", + "y" : 104 }, { - "name" : "#003", + "drilldown" : "003", "y" : 66, - "drilldown" : "003" + "name" : "#003" }, { + "name" : "#004", "drilldown" : "004", - "y" : 84, - "name" : "#004" + "y" : 84 }, { - "drilldown" : "005", "name" : "#005", - "y" : 66 + "y" : 66, + "drilldown" : "005" }, { - "name" : "#006", "y" : 47, - "drilldown" : "006" + "drilldown" : "006", + "name" : "#006" }, { "name" : "#007", @@ -452,24 +444,24 @@ "drilldown" : "007" }, { - "y" : 67, "name" : "#008", + "y" : 67, "drilldown" : "008" }, { "y" : 65, - "name" : "#009", - "drilldown" : "009" + "drilldown" : "009", + "name" : "#009" }, { + "y" : 58, "drilldown" : "010", - "name" : "#010", - "y" : 58 + "name" : "#010" }, { + "name" : "#011", "drilldown" : "011", - "y" : 77, - "name" : "#011" + "y" : 77 }, { "name" : "#012", @@ -478,54 +470,62 @@ }, { "y" : 74, - "name" : "#013", - "drilldown" : "013" + "drilldown" : "013", + "name" : "#013" }, { + "name" : "#014", "drilldown" : "014", - "y" : 94, - "name" : "#014" + "y" : 94 }, { + "drilldown" : "015", "y" : 90, - "name" : "#015", - "drilldown" : "015" + "name" : "#015" }, { - "name" : "#016", + "drilldown" : "016", "y" : 64, - "drilldown" : "016" + "name" : "#016" }, { "drilldown" : "017", - "name" : "#017", - "y" : 77 + "y" : 77, + "name" : "#017" }, { - "drilldown" : "018", "name" : "#018", + "drilldown" : "018", "y" : 73 }, { - "name" : "#019", + "drilldown" : "019", "y" : 92, - "drilldown" : "019" + "name" : "#019" }, { + "drilldown" : "020", "y" : 89, - "name" : "#020", - "drilldown" : "020" + "name" : "#020" }, { - "drilldown" : "021", "y" : 7, + "drilldown" : "021", "name" : "#021" } - ], - "colorByPoint" : "true" + ] } ], + "title" : { + "text" : "Perl Weekly Challenge Language" + }, "subtitle" : { - "text" : "Click the columns to drilldown the language breakdown. Last updated at 2019-08-13 10:58:59 GMT" + "text" : "Click the columns to drilldown the language breakdown. Last updated at 2019-08-13 12:02:39 GMT" + }, + "chart" : { + "type" : "column" + }, + "xAxis" : { + "type" : "category" } } diff --git a/stats/pwc-leaders.json b/stats/pwc-leaders.json index 81644a7427..c9bca2e243 100644 --- a/stats/pwc-leaders.json +++ b/stats/pwc-leaders.json @@ -5,52 +5,42 @@ "xAxis" : { "type" : "category" }, - "subtitle" : { - "text" : "Click the columns to drilldown the score breakdown. Last updated at 2019-08-13 10:58:56 GMT" - }, - "tooltip" : { - "pointFormat" : "{point.name}: {point.y:f}
", - "headerFormat" : "", - "followPointer" : "true" - }, - "yAxis" : { - "title" : { - "text" : "Total Score" - } + "chart" : { + "type" : "column" }, "series" : [ { - "colorByPoint" : "true", "name" : "Perl Weekly Challenge Leaders", + "colorByPoint" : "true", "data" : [ { "drilldown" : "Joelle Maslak", - "y" : 216, - "name" : "#1: Joelle Maslak" + "name" : "#1: Joelle Maslak", + "y" : 216 }, { - "name" : "#2: Laurent Rosenfeld", "drilldown" : "Laurent Rosenfeld", - "y" : 208 + "y" : 208, + "name" : "#2: Laurent Rosenfeld" }, { - "name" : "#3: Jaldhar H. Vyas", "y" : 172, + "name" : "#3: Jaldhar H. Vyas", "drilldown" : "Jaldhar H. Vyas" }, { - "name" : "#4: Ruben Westerberg", "drilldown" : "Ruben Westerberg", - "y" : 148 + "y" : 148, + "name" : "#4: Ruben Westerberg" }, { - "name" : "#5: Athanasius", "y" : 130, + "name" : "#5: Athanasius", "drilldown" : "Athanasius" }, { - "name" : "#6: Adam Russell", "y" : 126, + "name" : "#6: Adam Russell", "drilldown" : "Adam Russell" }, { @@ -59,39 +49,39 @@ "name" : "#7: Arne Sommer" }, { - "drilldown" : "E. Choroba", "y" : 98, - "name" : "#8: E. Choroba" + "name" : "#8: E. Choroba", + "drilldown" : "E. Choroba" }, { - "y" : 92, "drilldown" : "Francis Whittle", + "y" : 92, "name" : "#9: Francis Whittle" }, { - "name" : "#10: Simon Proctor", "y" : 90, + "name" : "#10: Simon Proctor", "drilldown" : "Simon Proctor" }, { + "drilldown" : "Kian-Meng Ang", "name" : "#11: Kian-Meng Ang", - "y" : 88, - "drilldown" : "Kian-Meng Ang" + "y" : 88 }, { - "name" : "#12: Dave Jacoby", + "drilldown" : "Dave Jacoby", "y" : 86, - "drilldown" : "Dave Jacoby" + "name" : "#12: Dave Jacoby" }, { - "name" : "#13: Feng Chang", "drilldown" : "Feng Chang", - "y" : 80 + "y" : 80, + "name" : "#13: Feng Chang" }, { + "drilldown" : "Andrezgz", "name" : "#14: Andrezgz", - "y" : 76, - "drilldown" : "Andrezgz" + "y" : 76 }, { "drilldown" : "Gustavo Chaves", @@ -99,169 +89,169 @@ "name" : "#15: Gustavo Chaves" }, { - "name" : "#16: Yozen Hernandez", "drilldown" : "Yozen Hernandez", + "name" : "#16: Yozen Hernandez", "y" : 70 }, { - "name" : "#17: Daniel Mantovani", "drilldown" : "Daniel Mantovani", - "y" : 68 + "y" : 68, + "name" : "#17: Daniel Mantovani" }, { - "drilldown" : "Duncan C. White", "y" : 68, - "name" : "#18: Duncan C. White" + "name" : "#18: Duncan C. White", + "drilldown" : "Duncan C. White" }, { - "name" : "#19: Steven Wilson", + "drilldown" : "Steven Wilson", "y" : 68, - "drilldown" : "Steven Wilson" + "name" : "#19: Steven Wilson" }, { + "y" : 56, "name" : "#20: Jo Christian Oterhals", - "drilldown" : "Jo Christian Oterhals", - "y" : 56 + "drilldown" : "Jo Christian Oterhals" }, { - "name" : "#21: Roger Bell West", "y" : 50, + "name" : "#21: Roger Bell West", "drilldown" : "Roger Bell West" }, { "drilldown" : "Mark Senn", - "y" : 46, - "name" : "#22: Mark Senn" + "name" : "#22: Mark Senn", + "y" : 46 }, { + "y" : 44, "name" : "#23: Dr James A. Smith", - "drilldown" : "Dr James A. Smith", - "y" : 44 + "drilldown" : "Dr James A. Smith" }, { "name" : "#24: Guillermo Ramos", - "drilldown" : "Guillermo Ramos", - "y" : 42 + "y" : 42, + "drilldown" : "Guillermo Ramos" }, { "drilldown" : "Ozzy", - "y" : 42, - "name" : "#25: Ozzy" + "name" : "#25: Ozzy", + "y" : 42 }, { - "name" : "#26: Veesh Goldman", + "drilldown" : "Veesh Goldman", "y" : 42, - "drilldown" : "Veesh Goldman" + "name" : "#26: Veesh Goldman" }, { - "name" : "#27: Kevin Colyer", "drilldown" : "Kevin Colyer", + "name" : "#27: Kevin Colyer", "y" : 34 }, { - "drilldown" : "Lubos Kolouch", + "name" : "#28: Lubos Kolouch", "y" : 34, - "name" : "#28: Lubos Kolouch" + "drilldown" : "Lubos Kolouch" }, { - "name" : "#29: Nick Logan", "y" : 32, + "name" : "#29: Nick Logan", "drilldown" : "Nick Logan" }, { "drilldown" : "Lars Balker", - "y" : 28, - "name" : "#30: Lars Balker" + "name" : "#30: Lars Balker", + "y" : 28 }, { "name" : "#31: Noud", - "drilldown" : "Noud", - "y" : 28 + "y" : 28, + "drilldown" : "Noud" }, { "name" : "#32: Duane Powell", - "drilldown" : "Duane Powell", - "y" : 26 + "y" : 26, + "drilldown" : "Duane Powell" }, { + "y" : 24, "name" : "#33: Jaime Corchado", - "drilldown" : "Jaime Corchado", - "y" : 24 + "drilldown" : "Jaime Corchado" }, { - "name" : "#34: Maxim Nechaev", "drilldown" : "Maxim Nechaev", + "name" : "#34: Maxim Nechaev", "y" : 24 }, { - "name" : "#35: Alicia Bielsa", "y" : 22, + "name" : "#35: Alicia Bielsa", "drilldown" : "Alicia Bielsa" }, { - "name" : "#36: Doug Schrag", "y" : 20, + "name" : "#36: Doug Schrag", "drilldown" : "Doug Schrag" }, { + "y" : 18, "name" : "#37: Neil Bowers", - "drilldown" : "Neil Bowers", - "y" : 18 + "drilldown" : "Neil Bowers" }, { - "name" : "#38: Dave Cross", + "drilldown" : "Dave Cross", "y" : 16, - "drilldown" : "Dave Cross" + "name" : "#38: Dave Cross" }, { - "name" : "#39: Pete Houston", + "drilldown" : "Pete Houston", "y" : 16, - "drilldown" : "Pete Houston" + "name" : "#39: Pete Houston" }, { - "name" : "#40: Randy Lauen", "drilldown" : "Randy Lauen", - "y" : 16 + "y" : 16, + "name" : "#40: Randy Lauen" }, { - "y" : 16, "drilldown" : "Robert Gratza", + "y" : 16, "name" : "#41: Robert Gratza" }, { - "name" : "#42: John Barrett", "y" : 14, + "name" : "#42: John Barrett", "drilldown" : "John Barrett" }, { - "y" : 14, "drilldown" : "Khalid", - "name" : "#43: Khalid" + "name" : "#43: Khalid", + "y" : 14 }, { "name" : "#44: Walt Mankowski", - "drilldown" : "Walt Mankowski", - "y" : 14 + "y" : 14, + "drilldown" : "Walt Mankowski" }, { - "name" : "#45: Aaron Sherman", "drilldown" : "Aaron Sherman", - "y" : 12 + "y" : 12, + "name" : "#45: Aaron Sherman" }, { - "drilldown" : "Donald Hunter", "y" : 12, - "name" : "#46: Donald Hunter" + "name" : "#46: Donald Hunter", + "drilldown" : "Donald Hunter" }, { - "name" : "#47: Kivanc Yazan", "y" : 12, + "name" : "#47: Kivanc Yazan", "drilldown" : "Kivanc Yazan" }, { + "drilldown" : "Maxim Kolodyazhny", "name" : "#48: Maxim Kolodyazhny", - "y" : 12, - "drilldown" : "Maxim Kolodyazhny" + "y" : 12 }, { "drilldown" : "Philippe Bruhat", @@ -269,28 +259,18 @@ "name" : "#49: Philippe Bruhat" }, { - "name" : "#50: Sergio Iglesias", + "drilldown" : "Sergio Iglesias", "y" : 12, - "drilldown" : "Sergio Iglesias" + "name" : "#50: Sergio Iglesias" } ] } ], - "title" : { - "text" : "Perl Weekly Challenge Leaders (TOP 50)" - }, - "chart" : { - "type" : "column" - }, "drilldown" : { "series" : [ { - "name" : "Joelle Maslak", + "id" : "Joelle Maslak", "data" : [ - [ - "Blog", - 4 - ], [ "Perl 5", 52 @@ -298,34 +278,34 @@ [ "Perl 6", 52 + ], + [ + "Blog", + 4 ] ], - "id" : "Joelle Maslak" + "name" : "Joelle Maslak" }, { - "id" : "Laurent Rosenfeld", "name" : "Laurent Rosenfeld", "data" : [ - [ - "Blog", - 25 - ], [ "Perl 5", 40 ], + [ + "Blog", + 25 + ], [ "Perl 6", 39 ] - ] + ], + "id" : "Laurent Rosenfeld" }, { "data" : [ - [ - "Blog", - 7 - ], [ "Perl 5", 40 @@ -333,26 +313,31 @@ [ "Perl 6", 39 + ], + [ + "Blog", + 7 ] ], "name" : "Jaldhar H. Vyas", "id" : "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", "data" : [ [ "Perl 5", @@ -367,42 +352,42 @@ 19 ] ], - "name" : "Athanasius", "id" : "Athanasius" }, { - "id" : "Adam Russell", - "name" : "Adam Russell", "data" : [ [ "Blog", 20 ], - [ - "Perl 5", - 41 - ], [ "Perl 6", 2 + ], + [ + "Perl 5", + 41 ] - ] + ], + "name" : "Adam Russell", + "id" : "Adam Russell" }, { - "id" : "Arne Sommer", - "name" : "Arne Sommer", "data" : [ - [ - "Perl 6", - 37 - ], [ "Blog", 19 + ], + [ + "Perl 6", + 37 ] - ] + ], + "name" : "Arne Sommer", + "id" : "Arne Sommer" }, { + "name" : "E. Choroba", "data" : [ [ "Blog", @@ -413,61 +398,56 @@ 32 ] ], - "name" : "E. Choroba", "id" : "E. Choroba" }, { "id" : "Francis Whittle", + "name" : "Francis Whittle", "data" : [ - [ - "Perl 6", - 37 - ], [ "Blog", 9 + ], + [ + "Perl 6", + 37 ] - ], - "name" : "Francis Whittle" + ] }, { - "name" : "Simon Proctor", + "id" : "Simon Proctor", "data" : [ [ "Blog", 7 ], - [ - "Perl 5", - 4 - ], [ "Perl 6", 34 + ], + [ + "Perl 5", + 4 ] ], - "id" : "Simon Proctor" + "name" : "Simon Proctor" }, { "id" : "Kian-Meng Ang", "data" : [ - [ - "Blog", - 11 - ], [ "Perl 5", 33 + ], + [ + "Blog", + 11 ] ], "name" : "Kian-Meng Ang" }, { "data" : [ - [ - "Perl 5", - 25 - ], [ "Blog", 17 @@ -475,6 +455,10 @@ [ "Perl 6", 1 + ], + [ + "Perl 5", + 25 ] ], "name" : "Dave Jacoby", @@ -484,53 +468,53 @@ "id" : "Feng Chang", "name" : "Feng Chang", "data" : [ - [ - "Perl 5", - 19 - ], [ "Perl 6", 21 + ], + [ + "Perl 5", + 19 ] ] }, { + "id" : "Andrezgz", + "name" : "Andrezgz", "data" : [ [ "Perl 5", 38 ] - ], - "name" : "Andrezgz", - "id" : "Andrezgz" + ] }, { "id" : "Gustavo Chaves", "data" : [ - [ - "Blog", - 4 - ], [ "Perl 5", 32 + ], + [ + "Blog", + 4 ] ], "name" : "Gustavo Chaves" }, { - "id" : "Yozen Hernandez", "name" : "Yozen Hernandez", "data" : [ - [ - "Perl 5", - 21 - ], [ "Blog", 14 + ], + [ + "Perl 5", + 21 ] - ] + ], + "id" : "Yozen Hernandez" }, { "data" : [ @@ -554,7 +538,6 @@ }, { "id" : "Steven Wilson", - "name" : "Steven Wilson", "data" : [ [ "Blog", @@ -564,37 +547,38 @@ "Perl 5", 31 ] - ] + ], + "name" : "Steven Wilson" }, { + "id" : "Jo Christian Oterhals", "data" : [ - [ - "Perl 6", - 15 - ], [ "Blog", 7 ], + [ + "Perl 6", + 15 + ], [ "Perl 5", 6 ] ], - "name" : "Jo Christian Oterhals", - "id" : "Jo Christian Oterhals" + "name" : "Jo Christian Oterhals" }, { "name" : "Roger Bell West", "data" : [ - [ - "Perl 6", - 5 - ], [ "Perl 5", 16 ], + [ + "Perl 6", + 5 + ], [ "Blog", 4 @@ -603,7 +587,6 @@ "id" : "Roger Bell West" }, { - "id" : "Mark Senn", "data" : [ [ "Blog", @@ -614,10 +597,11 @@ 16 ] ], - "name" : "Mark Senn" + "name" : "Mark Senn", + "id" : "Mark Senn" }, { - "name" : "Dr James A. Smith", + "id" : "Dr James A. Smith", "data" : [ [ "Perl 6", @@ -628,17 +612,17 @@ 12 ] ], - "id" : "Dr James A. Smith" + "name" : "Dr James A. Smith" }, { - "id" : "Guillermo Ramos", "name" : "Guillermo Ramos", "data" : [ [ "Perl 5", 21 ] - ] + ], + "id" : "Guillermo Ramos" }, { "id" : "Ozzy", @@ -651,6 +635,7 @@ "name" : "Ozzy" }, { + "id" : "Veesh Goldman", "name" : "Veesh Goldman", "data" : [ [ @@ -665,18 +650,17 @@ "Perl 6", 2 ] - ], - "id" : "Veesh Goldman" + ] }, { "id" : "Kevin Colyer", - "name" : "Kevin Colyer", "data" : [ [ "Perl 6", 17 ] - ] + ], + "name" : "Kevin Colyer" }, { "name" : "Lubos Kolouch", @@ -706,13 +690,13 @@ "id" : "Lars Balker", "name" : "Lars Balker", "data" : [ - [ - "Perl 5", - 10 - ], [ "Perl 6", 4 + ], + [ + "Perl 5", + 10 ] ] }, @@ -737,34 +721,34 @@ "id" : "Duane Powell" }, { + "name" : "Jaime Corchado", "data" : [ [ "Perl 5", 12 ] ], - "name" : "Jaime Corchado", "id" : "Jaime Corchado" }, { - "id" : "Maxim Nechaev", "name" : "Maxim Nechaev", "data" : [ [ "Perl 5", 12 ] - ] + ], + "id" : "Maxim Nechaev" }, { + "id" : "Alicia Bielsa", "name" : "Alicia Bielsa", "data" : [ [ "Perl 5", 11 ] - ], - "id" : "Alicia Bielsa" + ] }, { "data" : [ @@ -805,28 +789,27 @@ "name" : "Dave Cross" }, { + "id" : "Pete Houston", "data" : [ [ "Perl 5", 8 ] ], - "name" : "Pete Houston", - "id" : "Pete Houston" + "name" : "Pete Houston" }, { - "id" : "Randy Lauen", + "name" : "Randy Lauen", "data" : [ [ "Perl 6", 8 ] ], - "name" : "Randy Lauen" + "id" : "Randy Lauen" }, { "id" : "Robert Gratza", - "name" : "Robert Gratza", "data" : [ [ "Perl 6", @@ -836,25 +819,21 @@ "Perl 5", 2 ] - ] + ], + "name" : "Robert Gratza" }, { - "id" : "John Barrett", + "name" : "John Barrett", "data" : [ [ "Perl 5", 7 ] ], - "name" : "John Barrett" + "id" : "John Barrett" }, { - "id" : "Khalid", "data" : [ - [ - "Perl 5", - 4 - ], [ "Blog", 1 @@ -862,97 +841,118 @@ [ "Perl 6", 2 + ], + [ + "Perl 5", + 4 ] ], - "name" : "Khalid" + "name" : "Khalid", + "id" : "Khalid" }, { - "name" : "Walt Mankowski", + "id" : "Walt Mankowski", "data" : [ [ "Perl 5", 7 ] ], - "id" : "Walt Mankowski" + "name" : "Walt Mankowski" }, { + "id" : "Aaron Sherman", + "name" : "Aaron Sherman", "data" : [ [ "Perl 6", 6 ] - ], - "name" : "Aaron Sherman", - "id" : "Aaron Sherman" + ] }, { "id" : "Donald Hunter", "data" : [ [ - "Blog", + "Perl 6", 3 ], [ - "Perl 6", + "Blog", 3 ] ], "name" : "Donald Hunter" }, { - "name" : "Kivanc Yazan", "data" : [ [ "Perl 5", 6 ] ], + "name" : "Kivanc Yazan", "id" : "Kivanc Yazan" }, { - "id" : "Maxim Kolodyazhny", "name" : "Maxim Kolodyazhny", "data" : [ [ "Perl 5", 6 ] - ] + ], + "id" : "Maxim Kolodyazhny" }, { "id" : "Philippe Bruhat", + "name" : "Philippe Bruhat", "data" : [ - [ - "Perl 5", - 4 - ], [ "Blog", 2 + ], + [ + "Perl 5", + 4 ] - ], - "name" : "Philippe Bruhat" + ] }, { - "id" : "Sergio Iglesias", - "name" : "Sergio Iglesias", "data" : [ [ "Perl 5", 6 ] - ] + ], + "name" : "Sergio Iglesias", + "id" : "Sergio Iglesias" } ] }, + "title" : { + "text" : "Perl Weekly Challenge Leaders (TOP 50)" + }, "plotOptions" : { "series" : { "borderWidth" : 0, "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 + "enabled" : 1, + "format" : "{point.y}" } } + }, + "subtitle" : { + "text" : "Click the columns to drilldown the score breakdown. Last updated at 2019-08-13 12:02:36 GMT" + }, + "tooltip" : { + "headerFormat" : "", + "followPointer" : "true", + "pointFormat" : "{point.name}: {point.y:f}
" + }, + "yAxis" : { + "title" : { + "text" : "Total Score" + } } } diff --git a/stats/pwc-summary-1-30.json b/stats/pwc-summary-1-30.json index 22bf4eb1ac..5b1a660661 100644 --- a/stats/pwc-summary-1-30.json +++ b/stats/pwc-summary-1-30.json @@ -1,28 +1,9 @@ { "subtitle" : { - "text" : "[Champions: 30] Last updated at 2019-08-13 10:58:51 GMT" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "{series.name}: {point.y}
" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" + "text" : "[Champions: 30] Last updated at 2019-08-13 12:02:28 GMT" }, "series" : [ { - "name" : "Perl 5", "data" : [ 0, 2, @@ -54,7 +35,8 @@ 32, 2, 19 - ] + ], + "name" : "Perl 5" }, { "name" : "Perl 6", @@ -92,6 +74,7 @@ ] }, { + "name" : "Blog", "data" : [ 0, 0, @@ -123,13 +106,24 @@ 17, 0, 0 - ], - "name" : "Blog" + ] } ], "chart" : { "type" : "column" }, + "title" : { + "text" : "Perl Weekly Challenge - 2019" + }, + "tooltip" : { + "pointFormat" : "{series.name}: {point.y}
", + "shared" : 1 + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "xAxis" : { "categories" : [ "Aaron Sherman", @@ -163,5 +157,11 @@ "Eddy HS", "Feng Chang" ] + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 } } diff --git a/stats/pwc-summary-31-60.json b/stats/pwc-summary-31-60.json index 7a59c9760f..682eb3df6e 100644 --- a/stats/pwc-summary-31-60.json +++ b/stats/pwc-summary-31-60.json @@ -1,7 +1,4 @@ { - "chart" : { - "type" : "column" - }, "xAxis" : { "categories" : [ "Finley", @@ -10,6 +7,7 @@ "Freddie B", "Guillermo Ramos", "Gustavo Chaves", + "Hauke Dampfling", "Jacques Guinnebault", "Jaime Corchado", "Jaldhar H. Vyas", @@ -32,10 +30,15 @@ "Lubos Kolouch", "Magnus Woldrich", "Mano Chandar", - "Mark Anderson", - "Mark Senn" + "Mark Anderson" ] }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, "tooltip" : { "pointFormat" : "{series.name}: {point.y}
", "shared" : 1 @@ -43,11 +46,8 @@ "title" : { "text" : "Perl Weekly Challenge - 2019" }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } + "chart" : { + "type" : "column" }, "series" : [ { @@ -59,6 +59,7 @@ 21, 32, 0, + 0, 12, 40, 12, @@ -80,8 +81,7 @@ 17, 1, 0, - 5, - 0 + 5 ], "name" : "Perl 5" }, @@ -96,6 +96,7 @@ 0, 0, 0, + 0, 39, 10, 0, @@ -116,11 +117,11 @@ 0, 1, 0, - 0, - 16 + 0 ] }, { + "name" : "Blog", "data" : [ 0, 9, @@ -130,6 +131,7 @@ 4, 0, 0, + 0, 7, 0, 0, @@ -150,18 +152,16 @@ 0, 0, 0, - 0, - 7 - ], - "name" : "Blog" + 0 + ] } ], + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2019-08-13 12:02:28 GMT" + }, "plotOptions" : { "column" : { "stacking" : "percent" } - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2019-08-13 10:58:51 GMT" } } diff --git a/stats/pwc-summary-61-90.json b/stats/pwc-summary-61-90.json index 3efc7f4e91..afbbc3e414 100644 --- a/stats/pwc-summary-61-90.json +++ b/stats/pwc-summary-61-90.json @@ -1,11 +1,58 @@ { + "xAxis" : { + "categories" : [ + "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", + "Olli-Antti Kivilahti", + "Ozzy", + "Pavel Jurca", + "Pavel Starikov", + "Pete Houston", + "Pete Sergeant", + "Peter Scott", + "Philippe Bruhat", + "Prajith P", + "Randy Lauen", + "Robert Van Dam", + "Robert Gratza", + "Roger Bell West", + "Ruben Westerberg", + "Sean Meininger" + ] + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "title" : { + "text" : "Perl Weekly Challenge - 2019" + }, "tooltip" : { "pointFormat" : "{series.name}: {point.y}
", "shared" : 1 }, + "chart" : { + "type" : "column" + }, "series" : [ { "data" : [ + 0, 0, 0, 4, @@ -34,13 +81,14 @@ 2, 16, 37, - 0, - 6 + 0 ], "name" : "Perl 5" }, { + "name" : "Perl 6", "data" : [ + 16, 3, 2, 0, @@ -69,14 +117,12 @@ 6, 5, 37, - 3, - 0 - ], - "name" : "Perl 6" + 3 + ] }, { - "name" : "Blog", "data" : [ + 7, 0, 0, 0, @@ -105,59 +151,13 @@ 0, 4, 0, - 0, 0 - ] + ], + "name" : "Blog" } ], - "title" : { - "text" : "Perl Weekly Challenge - 2019" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "chart" : { - "type" : "column" - }, - "xAxis" : { - "categories" : [ - "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", - "Olli-Antti Kivilahti", - "Ozzy", - "Pavel Jurca", - "Pavel Starikov", - "Pete Houston", - "Pete Sergeant", - "Peter Scott", - "Philippe Bruhat", - "Prajith P", - "Randy Lauen", - "Robert Van Dam", - "Robert Gratza", - "Roger Bell West", - "Ruben Westerberg", - "Sean Meininger", - "Sergio Iglesias" - ] - }, "subtitle" : { - "text" : "[Champions: 30] Last updated at 2019-08-13 10:58:51 GMT" + "text" : "[Champions: 30] Last updated at 2019-08-13 12:02:28 GMT" }, "plotOptions" : { "column" : { diff --git a/stats/pwc-summary-91-120.json b/stats/pwc-summary-91-120.json index e82b4fe8f9..e0e12de4ea 100644 --- a/stats/pwc-summary-91-120.json +++ b/stats/pwc-summary-91-120.json @@ -1,41 +1,12 @@ { - "xAxis" : { - "categories" : [ - "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" - ] - }, - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } + "subtitle" : { + "text" : "[Champions: 18] Last updated at 2019-08-13 12:02:28 GMT" }, "series" : [ { "name" : "Perl 5", "data" : [ + 6, 2, 0, 1, @@ -61,6 +32,7 @@ 0, 0, 0, + 0, 34, 0, 2, @@ -78,11 +50,11 @@ ] }, { - "name" : "Blog", "data" : [ 0, 0, 0, + 0, 7, 0, 0, @@ -97,19 +69,51 @@ 0, 0, 14 - ] + ], + "name" : "Blog" } ], + "chart" : { + "type" : "column" + }, "tooltip" : { "pointFormat" : "{series.name}: {point.y}
", "shared" : 1 }, + "title" : { + "text" : "Perl Weekly Challenge - 2019" + }, "plotOptions" : { "column" : { "stacking" : "percent" } }, - "subtitle" : { - "text" : "[Champions: 17] Last updated at 2019-08-13 10:58:51 GMT" + "xAxis" : { + "categories" : [ + "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" + ] + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } } } diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index c82261dc30..0c91d4bb4b 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,24 +1,140 @@ { - "tooltip" : { - "pointFormat" : "{series.name}: {point.y}
", - "shared" : 1 - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 + "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", + "Hauke Dampfling", + "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 Anderson", + "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", + "Olli-Antti Kivilahti", + "Ozzy", + "Pavel Jurca", + "Pavel Starikov", + "Pete Houston", + "Pete Sergeant", + "Peter Scott", + "Philippe Bruhat", + "Prajith P", + "Randy Lauen", + "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" + ] }, "chart" : { "type" : "column" }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "{series.name}: {point.y}
" + }, "plotOptions" : { "column" : { "stacking" : "percent" } }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "subtitle" : { + "text" : "[Champions: 108] Last updated at 2019-08-13 12:02:27 GMT" + }, "series" : [ { + "name" : "Perl 5", "data" : [ 0, 2, @@ -57,6 +173,7 @@ 21, 32, 0, + 0, 12, 40, 12, @@ -127,8 +244,7 @@ 1, 1, 21 - ], - "name" : "Perl 5" + ] }, { "data" : [ @@ -170,6 +286,7 @@ 0, 0, 0, + 0, 39, 10, 0, @@ -243,6 +360,7 @@ "name" : "Perl 6" }, { + "name" : "Blog", "data" : [ 0, 0, @@ -282,6 +400,7 @@ 4, 0, 0, + 0, 7, 0, 0, @@ -351,124 +470,9 @@ 0, 0, 14 - ], - "name" : "Blog" + ] } ], - "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 Anderson", - "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", - "Olli-Antti Kivilahti", - "Ozzy", - "Pavel Jurca", - "Pavel Starikov", - "Pete Houston", - "Pete Sergeant", - "Peter Scott", - "Philippe Bruhat", - "Prajith P", - "Randy Lauen", - "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" - ] - }, - "subtitle" : { - "text" : "[Champions: 107] Last updated at 2019-08-13 10:58:50 GMT" - }, "title" : { "text" : "Perl Weekly Challenge - 2019