From 77fe3066c3a92633c3065bf44cc94ae2ce40b7ab Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Tue, 11 Jun 2019 11:19:48 +0100 Subject: - Added solutions by Joelle Maslak. --- stats/pwc-current.json | 157 +++++---- stats/pwc-language-breakdown-summary.json | 64 ++-- stats/pwc-language-breakdown.json | 216 ++++++------- stats/pwc-leaders.json | 510 +++++++++++++++--------------- stats/pwc-summary-1-30.json | 102 +++--- stats/pwc-summary-31-60.json | 114 +++---- stats/pwc-summary-61-90.json | 40 +-- stats/pwc-summary-91-120.json | 54 ++-- stats/pwc-summary.json | 236 +++++++------- 9 files changed, 756 insertions(+), 737 deletions(-) diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 82099db27d..1b7937c40d 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,62 +1,4 @@ { - "series" : [ - { - "name" : "Champions", - "colorByPoint" : 1, - "data" : [ - { - "drilldown" : "Gustavo Chaves", - "y" : 2, - "name" : "Gustavo Chaves" - }, - { - "drilldown" : "Kevin Colyer", - "name" : "Kevin Colyer", - "y" : 2 - }, - { - "name" : "Ozzy", - "y" : 1, - "drilldown" : "Ozzy" - }, - { - "y" : 2, - "name" : "Simon Proctor", - "drilldown" : "Simon Proctor" - }, - { - "y" : 2, - "name" : "Yozen Hernandez", - "drilldown" : "Yozen Hernandez" - } - ] - } - ], - "plotOptions" : { - "series" : { - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - }, - "borderWidth" : 0 - } - }, - "subtitle" : { - "text" : "[Champions: 5] Last updated at 2019-06-11 10:13:29 GMT" - }, - "tooltip" : { - "pointerFormat" : "{point.name}: {point.y:f}
", - "followPointer" : 1, - "headerFormat" : "{series.name}
" - }, - "chart" : { - "type" : "column" - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, "drilldown" : { "series" : [ { @@ -66,28 +8,42 @@ 2 ] ], - "name" : "Gustavo Chaves", - "id" : "Gustavo Chaves" + "id" : "Gustavo Chaves", + "name" : "Gustavo Chaves" + }, + { + "name" : "Joelle Maslak", + "id" : "Joelle Maslak", + "data" : [ + [ + "Perl 5", + 1 + ], + [ + "Perl 6", + 1 + ] + ] }, { + "name" : "Kevin Colyer", "data" : [ [ "Perl 6", 2 ] ], - "name" : "Kevin Colyer", "id" : "Kevin Colyer" }, { + "name" : "Ozzy", "data" : [ [ "Perl 6", 1 ] ], - "id" : "Ozzy", - "name" : "Ozzy" + "id" : "Ozzy" }, { "name" : "Simon Proctor", @@ -100,24 +56,87 @@ ] }, { - "id" : "Yozen Hernandez", - "name" : "Yozen Hernandez", "data" : [ [ "Perl 5", 2 ] - ] + ], + "id" : "Yozen Hernandez", + "name" : "Yozen Hernandez" } ] }, - "xAxis" : { - "type" : "category" - }, "title" : { "text" : "Perl Weekly Challenge - 012" }, + "tooltip" : { + "followPointer" : 1, + "headerFormat" : "{series.name}
", + "pointerFormat" : "{point.name}: {point.y:f}
" + }, + "series" : [ + { + "colorByPoint" : 1, + "name" : "Champions", + "data" : [ + { + "name" : "Gustavo Chaves", + "drilldown" : "Gustavo Chaves", + "y" : 2 + }, + { + "drilldown" : "Joelle Maslak", + "name" : "Joelle Maslak", + "y" : 2 + }, + { + "y" : 2, + "drilldown" : "Kevin Colyer", + "name" : "Kevin Colyer" + }, + { + "drilldown" : "Ozzy", + "name" : "Ozzy", + "y" : 1 + }, + { + "y" : 2, + "drilldown" : "Simon Proctor", + "name" : "Simon Proctor" + }, + { + "name" : "Yozen Hernandez", + "drilldown" : "Yozen Hernandez", + "y" : 2 + } + ] + } + ], + "chart" : { + "type" : "column" + }, "legend" : { "enabled" : 0 + }, + "xAxis" : { + "type" : "category" + }, + "subtitle" : { + "text" : "[Champions: 6] Last updated at 2019-06-11 10:19:07 GMT" + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "plotOptions" : { + "series" : { + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + }, + "borderWidth" : 0 + } } } diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 185b80d7de..70989eb6dd 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,23 +1,47 @@ { + "title" : { + "text" : "Perl Weekly Challenge Contributions - 2019" + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, + "subtitle" : { + "text" : "Last updated at 2019-06-11 10:19:25 GMT" + }, + "chart" : { + "type" : "column" + }, "yAxis" : { "title" : { "text" : null }, "min" : 0 }, + "legend" : { + "enabled" : "false" + }, "series" : [ { "dataLabels" : { - "enabled" : "true", + "rotation" : -90, "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" }, - "align" : "right", - "format" : "{point.y:.0f}", + "y" : 10, + "enabled" : "true", "color" : "#FFFFFF", - "rotation" : -90, - "y" : 10 + "align" : "right", + "format" : "{point.y:.0f}" }, "name" : "Contributions", "data" : [ @@ -27,37 +51,13 @@ ], [ "Perl 5", - 451 + 452 ], [ "Perl 6", - 264 + 265 ] ] } - ], - "title" : { - "text" : "Perl Weekly Challenge Contributions - 2019" - }, - "legend" : { - "enabled" : "false" - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - } - }, - "subtitle" : { - "text" : "Last updated at 2019-06-11 10:13:40 GMT" - }, - "chart" : { - "type" : "column" - }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - } + ] } diff --git a/stats/pwc-language-breakdown.json b/stats/pwc-language-breakdown.json index 2b82eec3ee..42e4ef5c96 100644 --- a/stats/pwc-language-breakdown.json +++ b/stats/pwc-language-breakdown.json @@ -1,76 +1,7 @@ { - "series" : [ - { - "name" : "Perl Weekly Challenge Languages", - "data" : [ - { - "name" : "#001 [P5=76 P6=37]", - "y" : 113, - "drilldown" : "001" - }, - { - "y" : 95, - "name" : "#002 [P5=63 P6=32]", - "drilldown" : "002" - }, - { - "y" : 58, - "name" : "#003 [P5=32 P6=26]", - "drilldown" : "003" - }, - { - "y" : 75, - "name" : "#004 [P5=46 P6=29]", - "drilldown" : "004" - }, - { - "drilldown" : "005", - "name" : "#005 [P5=33 P6=22]", - "y" : 55 - }, - { - "drilldown" : "006", - "name" : "#006 [P5=27 P6=14]", - "y" : 41 - }, - { - "y" : 46, - "name" : "#007 [P5=26 P6=20]", - "drilldown" : "007" - }, - { - "drilldown" : "008", - "y" : 58, - "name" : "#008 [P5=38 P6=20]" - }, - { - "drilldown" : "009", - "name" : "#009 [P5=33 P6=18]", - "y" : 51 - }, - { - "drilldown" : "010", - "name" : "#010 [P5=32 P6=15]", - "y" : 47 - }, - { - "drilldown" : "011", - "y" : 67, - "name" : "#011 [P5=41 P6=26]" - }, - { - "drilldown" : "012", - "name" : "#012 [P5=4 P6=5]", - "y" : 9 - } - ], - "colorByPoint" : "true" - } - ], "drilldown" : { "series" : [ { - "id" : "001", "data" : [ [ "Perl 5", @@ -81,10 +12,10 @@ 37 ] ], - "name" : "001" + "name" : "001", + "id" : "001" }, { - "name" : "002", "id" : "002", "data" : [ [ @@ -95,11 +26,12 @@ "Perl 6", 32 ] - ] + ], + "name" : "002" }, { - "name" : "003", "id" : "003", + "name" : "003", "data" : [ [ "Perl 5", @@ -113,7 +45,6 @@ }, { "name" : "004", - "id" : "004", "data" : [ [ "Perl 5", @@ -123,10 +54,10 @@ "Perl 6", 29 ] - ] + ], + "id" : "004" }, { - "name" : "005", "id" : "005", "data" : [ [ @@ -137,7 +68,8 @@ "Perl 6", 22 ] - ] + ], + "name" : "005" }, { "name" : "006", @@ -155,6 +87,7 @@ }, { "id" : "007", + "name" : "007", "data" : [ [ "Perl 5", @@ -164,10 +97,11 @@ "Perl 6", 20 ] - ], - "name" : "007" + ] }, { + "id" : "008", + "name" : "008", "data" : [ [ "Perl 5", @@ -177,12 +111,9 @@ "Perl 6", 20 ] - ], - "id" : "008", - "name" : "008" + ] }, { - "name" : "009", "data" : [ [ "Perl 5", @@ -193,9 +124,12 @@ 18 ] ], + "name" : "009", "id" : "009" }, { + "id" : "010", + "name" : "010", "data" : [ [ "Perl 5", @@ -205,12 +139,9 @@ "Perl 6", 15 ] - ], - "id" : "010", - "name" : "010" + ] }, { - "id" : "011", "data" : [ [ "Perl 5", @@ -221,56 +152,125 @@ 26 ] ], - "name" : "011" + "name" : "011", + "id" : "011" }, { + "name" : "012", "data" : [ [ "Perl 5", - 4 + 5 ], [ "Perl 6", - 5 + 6 ] ], - "id" : "012", - "name" : "012" + "id" : "012" } ] }, + "chart" : { + "type" : "column" + }, + "series" : [ + { + "name" : "Perl Weekly Challenge Languages", + "colorByPoint" : "true", + "data" : [ + { + "name" : "#001 [P5=76 P6=37]", + "y" : 113, + "drilldown" : "001" + }, + { + "name" : "#002 [P5=63 P6=32]", + "drilldown" : "002", + "y" : 95 + }, + { + "name" : "#003 [P5=32 P6=26]", + "drilldown" : "003", + "y" : 58 + }, + { + "name" : "#004 [P5=46 P6=29]", + "drilldown" : "004", + "y" : 75 + }, + { + "drilldown" : "005", + "y" : 55, + "name" : "#005 [P5=33 P6=22]" + }, + { + "y" : 41, + "drilldown" : "006", + "name" : "#006 [P5=27 P6=14]" + }, + { + "name" : "#007 [P5=26 P6=20]", + "y" : 46, + "drilldown" : "007" + }, + { + "name" : "#008 [P5=38 P6=20]", + "y" : 58, + "drilldown" : "008" + }, + { + "name" : "#009 [P5=33 P6=18]", + "drilldown" : "009", + "y" : 51 + }, + { + "y" : 47, + "drilldown" : "010", + "name" : "#010 [P5=32 P6=15]" + }, + { + "name" : "#011 [P5=41 P6=26]", + "drilldown" : "011", + "y" : 67 + }, + { + "y" : 11, + "drilldown" : "012", + "name" : "#012 [P5=5 P6=6]" + } + ] + } + ], "yAxis" : { "title" : { "text" : "Total Solutions" } }, - "tooltip" : { - "headerFormat" : "", - "followPointer" : "true", - "pointFormat" : "{point.name}: {point.y:f}
" - }, - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "Click the columns to drilldown the language breakdown. Last updated at 2019-06-11 10:13:40 GMT" - }, - "xAxis" : { - "type" : "category" - }, "legend" : { "enabled" : "false" }, "title" : { "text" : "Perl Weekly Challenge Language" }, + "xAxis" : { + "type" : "category" + }, "plotOptions" : { "series" : { + "borderWidth" : 0, "dataLabels" : { "format" : "{point.y}", "enabled" : 1 - }, - "borderWidth" : 0 + } } + }, + "tooltip" : { + "followPointer" : "true", + "headerFormat" : "", + "pointFormat" : "{point.name}: {point.y:f}
" + }, + "subtitle" : { + "text" : "Click the columns to drilldown the language breakdown. Last updated at 2019-06-11 10:19:25 GMT" } } diff --git a/stats/pwc-leaders.json b/stats/pwc-leaders.json index 8788e3560e..1efea8ef56 100644 --- a/stats/pwc-leaders.json +++ b/stats/pwc-leaders.json @@ -4,28 +4,34 @@ "text" : "Total Score" } }, + "xAxis" : { + "type" : "category" + }, + "subtitle" : { + "text" : "Click the columns to drilldown the score breakdown. Last updated at 2019-06-11 10:19:23 GMT" + }, "series" : [ { "data" : [ { - "y" : 112, - "name" : "#1: Laurent Rosenfeld", - "drilldown" : "Laurent Rosenfeld" + "name" : "#1: Joelle Maslak", + "y" : 114, + "drilldown" : "Joelle Maslak" }, { - "drilldown" : "Joelle Maslak", - "name" : "#2: Joelle Maslak", - "y" : 110 + "name" : "#2: Laurent Rosenfeld", + "y" : 112, + "drilldown" : "Laurent Rosenfeld" }, { - "y" : 88, "name" : "#3: Jaldhar H. Vyas", + "y" : 88, "drilldown" : "Jaldhar H. Vyas" }, { - "y" : 76, "name" : "#4: Ruben Westerberg", - "drilldown" : "Ruben Westerberg" + "drilldown" : "Ruben Westerberg", + "y" : 76 }, { "name" : "#5: Adam Russell", @@ -33,74 +39,74 @@ "drilldown" : "Adam Russell" }, { - "name" : "#6: Simon Proctor", + "drilldown" : "Simon Proctor", "y" : 60, - "drilldown" : "Simon Proctor" + "name" : "#6: Simon Proctor" }, { - "drilldown" : "Arne Sommer", + "name" : "#7: Arne Sommer", "y" : 58, - "name" : "#7: Arne Sommer" + "drilldown" : "Arne Sommer" }, { "drilldown" : "Kian-Meng Ang", - "name" : "#8: Kian-Meng Ang", - "y" : 58 + "y" : 58, + "name" : "#8: Kian-Meng Ang" }, { + "drilldown" : "Gustavo Chaves", "y" : 50, - "name" : "#9: Gustavo Chaves", - "drilldown" : "Gustavo Chaves" + "name" : "#9: Gustavo Chaves" }, { - "drilldown" : "Jo Christian Oterhals", "name" : "#10: Jo Christian Oterhals", + "drilldown" : "Jo Christian Oterhals", "y" : 48 }, { "name" : "#11: Athanasius", - "y" : 46, - "drilldown" : "Athanasius" + "drilldown" : "Athanasius", + "y" : 46 }, { - "drilldown" : "Dr James A. Smith", "y" : 44, + "drilldown" : "Dr James A. Smith", "name" : "#12: Dr James A. Smith" }, { - "y" : 44, "name" : "#13: Francis Whittle", - "drilldown" : "Francis Whittle" + "drilldown" : "Francis Whittle", + "y" : 44 }, { - "name" : "#14: Andrezgz", "y" : 42, - "drilldown" : "Andrezgz" + "drilldown" : "Andrezgz", + "name" : "#14: Andrezgz" }, { + "name" : "#15: E. Choroba", "drilldown" : "E. Choroba", - "y" : 42, - "name" : "#15: E. Choroba" + "y" : 42 }, { + "name" : "#16: Dave Jacoby", "drilldown" : "Dave Jacoby", - "y" : 36, - "name" : "#16: Dave Jacoby" + "y" : 36 }, { - "drilldown" : "Daniel Mantovani", + "name" : "#17: Daniel Mantovani", "y" : 32, - "name" : "#17: Daniel Mantovani" + "drilldown" : "Daniel Mantovani" }, { + "name" : "#18: Duncan C. White", "drilldown" : "Duncan C. White", - "y" : 32, - "name" : "#18: Duncan C. White" + "y" : 32 }, { - "drilldown" : "Nick Logan", "name" : "#19: Nick Logan", - "y" : 32 + "y" : 32, + "drilldown" : "Nick Logan" }, { "drilldown" : "Lars Balker", @@ -108,74 +114,74 @@ "name" : "#20: Lars Balker" }, { - "drilldown" : "Yozen Hernandez", "name" : "#21: Yozen Hernandez", - "y" : 28 + "y" : 28, + "drilldown" : "Yozen Hernandez" }, { - "y" : 26, "name" : "#22: Mark Senn", - "drilldown" : "Mark Senn" + "drilldown" : "Mark Senn", + "y" : 26 }, { + "drilldown" : "Doug Schrag", "y" : 20, - "name" : "#23: Doug Schrag", - "drilldown" : "Doug Schrag" + "name" : "#23: Doug Schrag" }, { - "drilldown" : "Ozzy", "name" : "#24: Ozzy", - "y" : 20 + "y" : 20, + "drilldown" : "Ozzy" }, { "name" : "#25: Steven Wilson", - "y" : 20, - "drilldown" : "Steven Wilson" + "drilldown" : "Steven Wilson", + "y" : 20 }, { - "drilldown" : "Alicia Bielsa", + "name" : "#26: Alicia Bielsa", "y" : 18, - "name" : "#26: Alicia Bielsa" + "drilldown" : "Alicia Bielsa" }, { - "drilldown" : "Guillermo Ramos", "y" : 18, + "drilldown" : "Guillermo Ramos", "name" : "#27: Guillermo Ramos" }, { - "drilldown" : "Maxim Nechaev", + "name" : "#28: Maxim Nechaev", "y" : 18, - "name" : "#28: Maxim Nechaev" + "drilldown" : "Maxim Nechaev" }, { - "drilldown" : "Robert Gratza", "name" : "#29: Robert Gratza", + "drilldown" : "Robert Gratza", "y" : 16 }, { "name" : "#30: John Barrett", - "y" : 14, - "drilldown" : "John Barrett" + "drilldown" : "John Barrett", + "y" : 14 }, { "drilldown" : "Khalid", - "name" : "#31: Khalid", - "y" : 14 + "y" : 14, + "name" : "#31: Khalid" }, { + "name" : "#32: Kivanc Yazan", "drilldown" : "Kivanc Yazan", - "y" : 12, - "name" : "#32: Kivanc Yazan" + "y" : 12 }, { - "y" : 12, "name" : "#33: Maxim Kolodyazhny", + "y" : 12, "drilldown" : "Maxim Kolodyazhny" }, { "name" : "#34: Philippe Bruhat", - "y" : 12, - "drilldown" : "Philippe Bruhat" + "drilldown" : "Philippe Bruhat", + "y" : 12 }, { "name" : "#35: Sergio Iglesias", @@ -183,231 +189,238 @@ "drilldown" : "Sergio Iglesias" }, { - "drilldown" : "Arpad Toth", + "name" : "#36: Arpad Toth", "y" : 10, - "name" : "#36: Arpad Toth" + "drilldown" : "Arpad Toth" }, { + "name" : "#37: Feng Chang", "drilldown" : "Feng Chang", - "y" : 10, - "name" : "#37: Feng Chang" + "y" : 10 }, { "drilldown" : "Steve Rogerson", - "name" : "#38: Steve Rogerson", - "y" : 10 + "y" : 10, + "name" : "#38: Steve Rogerson" }, { - "drilldown" : "Veesh Goldman", "y" : 10, + "drilldown" : "Veesh Goldman", "name" : "#39: Veesh Goldman" }, { - "name" : "#40: Alex Daniel", + "drilldown" : "Alex Daniel", "y" : 8, - "drilldown" : "Alex Daniel" + "name" : "#40: Alex Daniel" }, { - "drilldown" : "Bob Kleemann", "name" : "#41: Bob Kleemann", + "drilldown" : "Bob Kleemann", "y" : 8 }, { "y" : 8, - "name" : "#42: Chenyf", - "drilldown" : "Chenyf" + "drilldown" : "Chenyf", + "name" : "#42: Chenyf" }, { "name" : "#43: David Kayal", - "y" : 8, - "drilldown" : "David Kayal" + "drilldown" : "David Kayal", + "y" : 8 }, { - "drilldown" : "Finley", "name" : "#44: Finley", + "drilldown" : "Finley", "y" : 8 }, { - "name" : "#45: Jaime Corchado", + "drilldown" : "Jaime Corchado", "y" : 8, - "drilldown" : "Jaime Corchado" + "name" : "#45: Jaime Corchado" }, { - "drilldown" : "Kevin Colyer", "y" : 8, + "drilldown" : "Kevin Colyer", "name" : "#46: Kevin Colyer" }, { - "name" : "#47: Luis F. Uceta", "y" : 8, - "drilldown" : "Luis F. Uceta" + "drilldown" : "Luis F. Uceta", + "name" : "#47: Luis F. Uceta" }, { - "drilldown" : "Matt Latusek", + "name" : "#48: Matt Latusek", "y" : 8, - "name" : "#48: Matt Latusek" + "drilldown" : "Matt Latusek" }, { - "drilldown" : "Neil Bowers", "name" : "#49: Neil Bowers", + "drilldown" : "Neil Bowers", "y" : 8 }, { - "drilldown" : "Pete Houston", "name" : "#50: Pete Houston", - "y" : 8 + "y" : 8, + "drilldown" : "Pete Houston" } ], - "colorByPoint" : "true", - "name" : "Perl Weekly Challenge Leaders" + "name" : "Perl Weekly Challenge Leaders", + "colorByPoint" : "true" } ], + "title" : { + "text" : "Perl Weekly Challenge Leaders (TOP 50)" + }, + "tooltip" : { + "followPointer" : "true", + "pointFormat" : "{point.name}: {point.y:f}
", + "headerFormat" : "" + }, "drilldown" : { "series" : [ { "data" : [ [ "Perl 6", - 21 + 27 ], [ - "Blog", - 13 + "Perl 5", + 27 ], [ - "Perl 5", - 22 + "Blog", + 3 ] ], - "id" : "Laurent Rosenfeld", - "name" : "Laurent Rosenfeld" + "name" : "Joelle Maslak", + "id" : "Joelle Maslak" }, { - "name" : "Joelle Maslak", - "id" : "Joelle Maslak", + "id" : "Laurent Rosenfeld", "data" : [ [ "Perl 6", - 26 + 21 ], [ - "Blog", - 3 + "Perl 5", + 22 ], [ - "Perl 5", - 26 + "Blog", + 13 ] - ] + ], + "name" : "Laurent Rosenfeld" }, { - "name" : "Jaldhar H. Vyas", "id" : "Jaldhar H. Vyas", + "name" : "Jaldhar H. Vyas", "data" : [ [ - "Perl 5", + "Perl 6", 22 ], [ - "Perl 6", + "Perl 5", 22 ] ] }, { - "name" : "Ruben Westerberg", - "id" : "Ruben Westerberg", "data" : [ [ - "Perl 5", + "Perl 6", 19 ], [ - "Perl 6", + "Perl 5", 19 ] - ] + ], + "name" : "Ruben Westerberg", + "id" : "Ruben Westerberg" }, { + "name" : "Adam Russell", "data" : [ - [ - "Blog", - 11 - ], [ "Perl 5", 22 + ], + [ + "Blog", + 11 ] ], - "id" : "Adam Russell", - "name" : "Adam Russell" + "id" : "Adam Russell" }, { - "id" : "Simon Proctor", + "name" : "Simon Proctor", "data" : [ [ "Perl 5", 4 ], - [ - "Blog", - 6 - ], [ "Perl 6", 20 + ], + [ + "Blog", + 6 ] ], - "name" : "Simon Proctor" + "id" : "Simon Proctor" }, { "name" : "Arne Sommer", "data" : [ - [ - "Perl 6", - 19 - ], [ "Blog", 10 + ], + [ + "Perl 6", + 19 ] ], "id" : "Arne Sommer" }, { "id" : "Kian-Meng Ang", + "name" : "Kian-Meng Ang", "data" : [ - [ - "Blog", - 10 - ], [ "Perl 5", 19 + ], + [ + "Blog", + 10 ] - ], - "name" : "Kian-Meng Ang" + ] }, { "name" : "Gustavo Chaves", "data" : [ - [ - "Perl 5", - 21 - ], [ "Blog", 4 + ], + [ + "Perl 5", + 21 ] ], "id" : "Gustavo Chaves" }, { "name" : "Jo Christian Oterhals", - "id" : "Jo Christian Oterhals", "data" : [ [ - "Blog", + "Perl 5", 6 ], [ @@ -415,24 +428,24 @@ 12 ], [ - "Perl 5", + "Blog", 6 ] - ] + ], + "id" : "Jo Christian Oterhals" }, { + "id" : "Athanasius", "data" : [ [ "Perl 5", 23 ] ], - "id" : "Athanasius", "name" : "Athanasius" }, { "name" : "Dr James A. Smith", - "id" : "Dr James A. Smith", "data" : [ [ "Perl 6", @@ -442,47 +455,49 @@ "Perl 5", 12 ] - ] + ], + "id" : "Dr James A. Smith" }, { + "id" : "Francis Whittle", "data" : [ - [ - "Blog", - 6 - ], [ "Perl 6", 16 + ], + [ + "Blog", + 6 ] ], - "id" : "Francis Whittle", "name" : "Francis Whittle" }, { - "name" : "Andrezgz", "id" : "Andrezgz", "data" : [ [ "Perl 5", 21 ] - ] + ], + "name" : "Andrezgz" }, { - "name" : "E. Choroba", "id" : "E. Choroba", + "name" : "E. Choroba", "data" : [ - [ - "Perl 5", - 14 - ], [ "Blog", 7 + ], + [ + "Perl 5", + 14 ] ] }, { + "id" : "Dave Jacoby", "data" : [ [ "Perl 5", @@ -493,18 +508,17 @@ 9 ] ], - "id" : "Dave Jacoby", "name" : "Dave Jacoby" }, { - "name" : "Daniel Mantovani", - "id" : "Daniel Mantovani", "data" : [ [ "Perl 5", 16 ] - ] + ], + "name" : "Daniel Mantovani", + "id" : "Daniel Mantovani" }, { "data" : [ @@ -513,18 +527,18 @@ 16 ] ], - "id" : "Duncan C. White", - "name" : "Duncan C. White" + "name" : "Duncan C. White", + "id" : "Duncan C. White" }, { "name" : "Nick Logan", "data" : [ [ - "Perl 5", + "Perl 6", 8 ], [ - "Perl 6", + "Perl 5", 8 ] ], @@ -533,58 +547,58 @@ { "name" : "Lars Balker", "data" : [ - [ - "Perl 5", - 10 - ], [ "Perl 6", 4 + ], + [ + "Perl 5", + 10 ] ], "id" : "Lars Balker" }, { - "name" : "Yozen Hernandez", + "id" : "Yozen Hernandez", "data" : [ - [ - "Perl 5", - 10 - ], [ "Blog", 4 + ], + [ + "Perl 5", + 10 ] ], - "id" : "Yozen Hernandez" + "name" : "Yozen Hernandez" }, { "name" : "Mark Senn", - "id" : "Mark Senn", "data" : [ - [ - "Blog", - 3 - ], [ "Perl 6", 10 + ], + [ + "Blog", + 3 ] - ] + ], + "id" : "Mark Senn" }, { + "name" : "Doug Schrag", "data" : [ [ "Perl 6", 10 ] ], - "id" : "Doug Schrag", - "name" : "Doug Schrag" + "id" : "Doug Schrag" }, { - "name" : "Ozzy", "id" : "Ozzy", + "name" : "Ozzy", "data" : [ [ "Perl 6", @@ -603,37 +617,36 @@ "id" : "Steven Wilson" }, { - "name" : "Alicia Bielsa", "data" : [ [ "Perl 5", 9 ] ], + "name" : "Alicia Bielsa", "id" : "Alicia Bielsa" }, { - "id" : "Guillermo Ramos", + "name" : "Guillermo Ramos", "data" : [ [ "Perl 5", 9 ] ], - "name" : "Guillermo Ramos" + "id" : "Guillermo Ramos" }, { "name" : "Maxim Nechaev", - "id" : "Maxim Nechaev", "data" : [ [ "Perl 5", 9 ] - ] + ], + "id" : "Maxim Nechaev" }, { - "id" : "Robert Gratza", "data" : [ [ "Perl 5", @@ -644,20 +657,27 @@ 6 ] ], - "name" : "Robert Gratza" + "name" : "Robert Gratza", + "id" : "Robert Gratza" }, { - "id" : "John Barrett", + "name" : "John Barrett", "data" : [ [ "Perl 5", 7 ] ], - "name" : "John Barrett" + "id" : "John Barrett" }, { + "id" : "Khalid", + "name" : "Khalid", "data" : [ + [ + "Blog", + 1 + ], [ "Perl 5", 4 @@ -665,67 +685,61 @@ [ "Perl 6", 2 - ], - [ - "Blog", - 1 ] - ], - "id" : "Khalid", - "name" : "Khalid" + ] }, { - "name" : "Kivanc Yazan", "id" : "Kivanc Yazan", "data" : [ [ "Perl 5", 6 ] - ] + ], + "name" : "Kivanc Yazan" }, { - "id" : "Maxim Kolodyazhny", "data" : [ [ "Perl 5", 6 ] ], - "name" : "Maxim Kolodyazhny" + "name" : "Maxim Kolodyazhny", + "id" : "Maxim Kolodyazhny" }, { "id" : "Philippe Bruhat", "data" : [ - [ - "Perl 5", - 4 - ], [ "Blog", 2 + ], + [ + "Perl 5", + 4 ] ], "name" : "Philippe Bruhat" }, { + "id" : "Sergio Iglesias", + "name" : "Sergio Iglesias", "data" : [ [ "Perl 5", 6 ] - ], - "id" : "Sergio Iglesias", - "name" : "Sergio Iglesias" + ] }, { + "id" : "Arpad Toth", "data" : [ [ "Perl 5", 5 ] ], - "id" : "Arpad Toth", "name" : "Arpad Toth" }, { @@ -739,11 +753,10 @@ 2 ] ], - "id" : "Feng Chang", - "name" : "Feng Chang" + "name" : "Feng Chang", + "id" : "Feng Chang" }, { - "id" : "Steve Rogerson", "data" : [ [ "Perl 6", @@ -754,7 +767,8 @@ 3 ] ], - "name" : "Steve Rogerson" + "name" : "Steve Rogerson", + "id" : "Steve Rogerson" }, { "data" : [ @@ -763,98 +777,98 @@ 5 ] ], - "id" : "Veesh Goldman", - "name" : "Veesh Goldman" + "name" : "Veesh Goldman", + "id" : "Veesh Goldman" }, { - "id" : "Alex Daniel", "data" : [ [ "Perl 6", 4 ] ], - "name" : "Alex Daniel" + "name" : "Alex Daniel", + "id" : "Alex Daniel" }, { + "id" : "Bob Kleemann", "name" : "Bob Kleemann", "data" : [ [ "Perl 5", 4 ] - ], - "id" : "Bob Kleemann" + ] }, { + "id" : "Chenyf", + "name" : "Chenyf", "data" : [ [ "Perl 6", 4 ] - ], - "id" : "Chenyf", - "name" : "Chenyf" + ] }, { - "name" : "David Kayal", + "id" : "David Kayal", "data" : [ [ "Perl 5", 4 ] ], - "id" : "David Kayal" + "name" : "David Kayal" }, { + "name" : "Finley", "data" : [ [ "Perl 6", 4 ] ], - "id" : "Finley", - "name" : "Finley" + "id" : "Finley" }, { - "id" : "Jaime Corchado", "data" : [ [ "Perl 5", 4 ] ], - "name" : "Jaime Corchado" + "name" : "Jaime Corchado", + "id" : "Jaime Corchado" }, { - "name" : "Kevin Colyer", - "id" : "Kevin Colyer", "data" : [ [ "Perl 6", 4 ] - ] + ], + "name" : "Kevin Colyer", + "id" : "Kevin Colyer" }, { - "name" : "Luis F. Uceta", "id" : "Luis F. Uceta", "data" : [ [ "Perl 6", 4 ] - ] + ], + "name" : "Luis F. Uceta" }, { + "id" : "Matt Latusek", "name" : "Matt Latusek", "data" : [ [ "Perl 5", 4 ] - ], - "id" : "Matt Latusek" + ] }, { "name" : "Neil Bowers", @@ -882,29 +896,15 @@ "series" : { "borderWidth" : 0, "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 + "enabled" : 1, + "format" : "{point.y}" } } }, - "legend" : { - "enabled" : "false" - }, - "xAxis" : { - "type" : "category" - }, - "tooltip" : { - "headerFormat" : "", - "pointFormat" : "{point.name}: {point.y:f}
", - "followPointer" : "true" - }, - "subtitle" : { - "text" : "Click the columns to drilldown the score breakdown. Last updated at 2019-06-11 10:13:33 GMT" - }, - "title" : { - "text" : "Perl Weekly Challenge Leaders (TOP 50)" - }, "chart" : { "type" : "column" + }, + "legend" : { + "enabled" : "false" } } diff --git a/stats/pwc-summary-1-30.json b/stats/pwc-summary-1-30.json index aa5c91defb..a4e423bd61 100644 --- a/stats/pwc-summary-1-30.json +++ b/stats/pwc-summary-1-30.json @@ -1,10 +1,50 @@ { - "tooltip" : { - "shared" : 1, - "pointFormat" : "{series.name}: {point.y}
" + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2019-06-11 10:19:07 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", + "Duncan C. White", + "E. Choroba", + "Eddy HS", + "Feng Chang", + "Finley" + ] + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 }, "series" : [ { + "name" : "Perl 5", "data" : [ 0, 2, @@ -36,8 +76,7 @@ 2, 2, 0 - ], - "name" : "Perl 5" + ] }, { "name" : "Perl 6", @@ -75,58 +114,19 @@ ] } ], - "title" : { - "text" : "Perl Weekly Challenge - 2019" + "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", - "Duncan C. White", - "E. Choroba", - "Eddy HS", - "Feng Chang", - "Finley" - ] + "tooltip" : { + "pointFormat" : "{series.name}: {point.y}
", + "shared" : 1 }, "plotOptions" : { "column" : { "stacking" : "percent" } }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2019-06-11 10:13:30 GMT" - }, - "chart" : { - "type" : "column" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 + "title" : { + "text" : "Perl Weekly Challenge - 2019" } } diff --git a/stats/pwc-summary-31-60.json b/stats/pwc-summary-31-60.json index 914dfa4fa4..4b5acf0057 100644 --- a/stats/pwc-summary-31-60.json +++ b/stats/pwc-summary-31-60.json @@ -1,8 +1,62 @@ { + "chart" : { + "type" : "column" + }, "tooltip" : { "pointFormat" : "{series.name}: {point.y}
", "shared" : 1 }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "title" : { + "text" : "Perl Weekly Challenge - 2019" + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2019-06-11 10:19:07 GMT" + }, + "xAxis" : { + "categories" : [ + "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", + "Joelle Maslak", + "John Barrett", + "Juan Caballero", + "Kevin Colyer", + "Khalid", + "Kian-Meng Ang", + "Kivanc Yazan", + "Lars Balker", + "Laurent Rosenfeld", + "Magnus Woldrich", + "Mano Chandar", + "Mark Senn", + "Martin Barth", + "Martin Mugeni", + "Matt Latusek", + "Matthew O. Persico" + ] + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, "series" : [ { "data" : [ @@ -20,7 +74,7 @@ 1, 0, 6, - 26, + 27, 7, 2, 0, @@ -56,7 +110,7 @@ 0, 1, 12, - 26, + 27, 0, 0, 4, @@ -74,59 +128,5 @@ 0 ] } - ], - "title" : { - "text" : "Perl Weekly Challenge - 2019" - }, - "xAxis" : { - "categories" : [ - "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", - "Joelle Maslak", - "John Barrett", - "Juan Caballero", - "Kevin Colyer", - "Khalid", - "Kian-Meng Ang", - "Kivanc Yazan", - "Lars Balker", - "Laurent Rosenfeld", - "Magnus Woldrich", - "Mano Chandar", - "Mark Senn", - "Martin Barth", - "Martin Mugeni", - "Matt Latusek", - "Matthew O. Persico" - ] - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2019-06-11 10:13:30 GMT" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "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 721e31e91f..1d830cc82b 100644 --- a/stats/pwc-summary-61-90.json +++ b/stats/pwc-summary-61-90.json @@ -1,23 +1,22 @@ { - "chart" : { - "type" : "column" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, "plotOptions" : { "column" : { "stacking" : "percent" } }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2019-06-11 10:13:30 GMT" + "title" : { + "text" : "Perl Weekly Challenge - 2019" + }, + "chart" : { + "type" : "column" + }, + "tooltip" : { + "pointFormat" : "{series.name}: {point.y}
", + "shared" : 1 }, "series" : [ { + "name" : "Perl 5", "data" : [ 6, 9, @@ -49,10 +48,10 @@ 5, 1, 1 - ], - "name" : "Perl 5" + ] }, { + "name" : "Perl 6", "data" : [ 0, 0, @@ -84,13 +83,11 @@ 0, 0, 1 - ], - "name" : "Perl 6" + ] } ], - "tooltip" : { - "pointFormat" : "{series.name}: {point.y}
", - "shared" : 1 + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2019-06-11 10:19:07 GMT" }, "xAxis" : { "categories" : [ @@ -126,7 +123,10 @@ "Yary H" ] }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 } } diff --git a/stats/pwc-summary-91-120.json b/stats/pwc-summary-91-120.json index beffc78075..de63b66f8c 100644 --- a/stats/pwc-summary-91-120.json +++ b/stats/pwc-summary-91-120.json @@ -1,32 +1,21 @@ { - "series" : [ - { - "data" : [ - 10 - ], - "name" : "Perl 5" - }, - { - "data" : [ - 0 - ], - "name" : "Perl 6" - } - ], + "chart" : { + "type" : "column" + }, "tooltip" : { "shared" : 1, "pointFormat" : "{series.name}: {point.y}
" }, - "xAxis" : { - "categories" : [ - "Yozen Hernandez" - ] + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, "title" : { "text" : "Perl Weekly Challenge - 2019" }, - "chart" : { - "type" : "column" + "subtitle" : { + "text" : "[Champions: 1] Last updated at 2019-06-11 10:19:07 GMT" }, "yAxis" : { "min" : 0, @@ -34,12 +23,23 @@ "text" : "" } }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "xAxis" : { + "categories" : [ + "Yozen Hernandez" + ] }, - "subtitle" : { - "text" : "[Champions: 1] Last updated at 2019-06-11 10:13:30 GMT" - } + "series" : [ + { + "name" : "Perl 5", + "data" : [ + 10 + ] + }, + { + "data" : [ + 0 + ], + "name" : "Perl 6" + } + ] } diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 13ed084b77..c794c2bcc1 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,10 +1,122 @@ { "subtitle" : { - "text" : "[Champions: 91] Last updated at 2019-06-11 10:13:29 GMT" + "text" : "[Champions: 91] Last updated at 2019-06-11 10:19:07 GMT" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "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", + "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", + "Joelle Maslak", + "John Barrett", + "Juan Caballero", + "Kevin Colyer", + "Khalid", + "Kian-Meng Ang", + "Kivanc Yazan", + "Lars Balker", + "Laurent Rosenfeld", + "Magnus Woldrich", + "Mano Chandar", + "Mark Senn", + "Martin Barth", + "Martin Mugeni", + "Matt Latusek", + "Matthew O. Persico", + "Maxim Kolodyazhny", + "Maxim Nechaev", + "Michael Schaap", + "Neil Bowers", + "Nick Logan", + "Chenyf", + "Oleksii Tsvietnov", + "Ozzy", + "Pavel Jurca", + "Pavel Starikov", + "Pete Houston", + "Pete Sergeant", + "Philippe Bruhat", + "Prajith P", + "Robert Gratza", + "Ruben Westerberg", + "Sean Meininger", + "Sergio Iglesias", + "Simon Proctor", + "Simon Reinhardt", + "Steve Rogerson", + "Steven Lembark", + "Steven Wilson", + "Tiago Stock", + "Tim Smith", + "Tore Andersson", + "Luis F. Uceta", + "Veesh Goldman", + "William Gilmore", + "Yary H", + "Yozen Hernandez" + ] + }, + "title" : { + "text" : "Perl Weekly Challenge - 2019" + }, + "tooltip" : { + "pointFormat" : "{series.name}: {point.y}
", + "shared" : 1 }, "series" : [ { - "name" : "Perl 5", "data" : [ 0, 2, @@ -50,7 +162,7 @@ 1, 0, 6, - 26, + 27, 7, 2, 0, @@ -97,7 +209,8 @@ 1, 1, 10 - ] + ], + "name" : "Perl 5" }, { "name" : "Perl 6", @@ -146,7 +259,7 @@ 0, 1, 12, - 26, + 27, 0, 0, 4, @@ -196,120 +309,7 @@ ] } ], - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, "chart" : { "type" : "column" - }, - "tooltip" : { - "pointFormat" : "{series.name}: {point.y}
", - "shared" : 1 - }, - "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", - "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", - "Joelle Maslak", - "John Barrett", - "Juan Caballero", - "Kevin Colyer", - "Khalid", - "Kian-Meng Ang", - "Kivanc Yazan", - "Lars Balker", - "Laurent Rosenfeld", - "Magnus Woldrich", - "Mano Chandar", - "Mark Senn", - "Martin Barth", - "Martin Mugeni", - "Matt Latusek", - "Matthew O. Persico", - "Maxim Kolodyazhny", - "Maxim Nechaev", - "Michael Schaap", - "Neil Bowers", - "Nick Logan", - "Chenyf", - "Oleksii Tsvietnov", - "Ozzy", - "Pavel Jurca", - "Pavel Starikov", - "Pete Houston", - "Pete Sergeant", - "Philippe Bruhat", - "Prajith P", - "Robert Gratza", - "Ruben Westerberg", - "Sean Meininger", - "Sergio Iglesias", - "Simon Proctor", - "Simon Reinhardt", - "Steve Rogerson", - "Steven Lembark", - "Steven Wilson", - "Tiago Stock", - "Tim Smith", - "Tore Andersson", - "Luis F. Uceta", - "Veesh Goldman", - "William Gilmore", - "Yary H", - "Yozen Hernandez" - ] - }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" } } -- cgit