From 1d7ab76498eebadbb554444f39aaf9fa807519b9 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 20 May 2019 18:10:51 +0100 Subject: - Added template for Pete Sergeant. --- challenge-009/pete-sergeant/README | 1 + members.json | 1 + stats/pwc-current.json | 60 +-- stats/pwc-language-breakdown.json | 116 ++--- stats/pwc-leaders.json | 850 ++++++++++++++++++------------------- stats/pwc-summary-1-30.json | 48 +-- stats/pwc-summary-31-60.json | 44 +- stats/pwc-summary-61-90.json | 95 +++-- stats/pwc-summary.json | 213 +++++----- 9 files changed, 718 insertions(+), 710 deletions(-) create mode 100644 challenge-009/pete-sergeant/README diff --git a/challenge-009/pete-sergeant/README b/challenge-009/pete-sergeant/README new file mode 100644 index 0000000000..baf8dfe304 --- /dev/null +++ b/challenge-009/pete-sergeant/README @@ -0,0 +1 @@ +Solutions by Pete Sergeant. diff --git a/members.json b/members.json index 7e0ed43943..e12955b92b 100644 --- a/members.json +++ b/members.json @@ -62,6 +62,7 @@ "pavel-jurca" : "Pavel Jurca", "pavel-starikov" : "Pavel Starikov", "pete-houston" : "Pete Houston", + "pete-sergeant" : "Pete Sergeant", "philippe-bruhat" : "Philippe Bruhat", "prajith-p" : "Prajith P", "rob4t" : "Robert Gratza", diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 16dc0a14fc..99470e695d 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,14 +1,6 @@ { - "tooltip" : { - "pointerFormat" : "{point.name}: {point.y:f}
", - "headerFormat" : "{series.name}
", - "followPointer" : 1 - }, - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "Perl Weekly Challenge - 009" + "xAxis" : { + "type" : "category" }, "drilldown" : { "series" : [ @@ -19,45 +11,53 @@ 1 ] ], - "name" : "Simon Proctor", - "id" : "Simon Proctor" + "id" : "Simon Proctor", + "name" : "Simon Proctor" } ] }, + "title" : { + "text" : "Perl Weekly Challenge - 009" + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, "plotOptions" : { "series" : { + "borderWidth" : 0, "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - }, - "borderWidth" : 0 + "enabled" : 1, + "format" : "{point.y}" + } } }, "series" : [ { + "colorByPoint" : 1, "data" : [ { "drilldown" : "Simon Proctor", - "name" : "Simon Proctor", - "y" : 1 + "y" : 1, + "name" : "Simon Proctor" } ], - "name" : "Champions", - "colorByPoint" : 1 + "name" : "Champions" } ], - "xAxis" : { - "type" : "category" + "chart" : { + "type" : "column" }, - "legend" : { - "enabled" : 0 + "subtitle" : { + "text" : "[Champions: 1] Last updated at 2019-05-20 17:09:57 GMT" }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } + "tooltip" : { + "followPointer" : 1, + "pointerFormat" : "{point.name}: {point.y:f}
", + "headerFormat" : "{series.name}
" }, - "subtitle" : { - "text" : "[Champions: 1] Last updated at 2019-05-20 11:02:48 GMT" + "legend" : { + "enabled" : 0 } } diff --git a/stats/pwc-language-breakdown.json b/stats/pwc-language-breakdown.json index bd358ec8bc..fdf5ba7bb2 100644 --- a/stats/pwc-language-breakdown.json +++ b/stats/pwc-language-breakdown.json @@ -1,4 +1,7 @@ { + "chart" : { + "type" : "column" + }, "drilldown" : { "series" : [ { @@ -16,6 +19,8 @@ "name" : "001" }, { + "id" : "002", + "name" : "002", "data" : [ [ "Perl 5", @@ -25,13 +30,9 @@ "Perl 6", 32 ] - ], - "id" : "002", - "name" : "002" + ] }, { - "name" : "003", - "id" : "003", "data" : [ [ "Perl 5", @@ -41,7 +42,9 @@ "Perl 6", 26 ] - ] + ], + "name" : "003", + "id" : "003" }, { "id" : "004", @@ -58,8 +61,6 @@ ] }, { - "id" : "005", - "name" : "005", "data" : [ [ "Perl 5", @@ -69,7 +70,9 @@ "Perl 6", 22 ] - ] + ], + "name" : "005", + "id" : "005" }, { "id" : "006", @@ -86,6 +89,8 @@ ] }, { + "name" : "007", + "id" : "007", "data" : [ [ "Perl 5", @@ -95,11 +100,11 @@ "Perl 6", 20 ] - ], - "id" : "007", - "name" : "007" + ] }, { + "id" : "008", + "name" : "008", "data" : [ [ "Perl 5", @@ -109,13 +114,9 @@ "Perl 6", 20 ] - ], - "id" : "008", - "name" : "008" + ] }, { - "id" : "009", - "name" : "009", "data" : [ [ "Perl 5", @@ -125,29 +126,16 @@ "Perl 6", 1 ] - ] + ], + "id" : "009", + "name" : "009" } ] }, - "subtitle" : { - "text" : "Click the columns to drilldown the language breakdown. Last updated at 2019-05-20 11:03:10 GMT" - }, - "xAxis" : { - "type" : "category" - }, - "chart" : { - "type" : "column" - }, - "legend" : { - "enabled" : "false" - }, "tooltip" : { - "followPointer" : "true", "pointFormat" : "{point.name}: {point.y:f}
", - "headerFormat" : "" - }, - "title" : { - "text" : "Perl Weekly Challenge Language" + "headerFormat" : "", + "followPointer" : "true" }, "yAxis" : { "title" : { @@ -156,64 +144,76 @@ }, "plotOptions" : { "series" : { + "borderWidth" : 0, "dataLabels" : { "format" : "{point.y}", "enabled" : 1 - }, - "borderWidth" : 0 + } } }, + "legend" : { + "enabled" : "false" + }, + "subtitle" : { + "text" : "Click the columns to drilldown the language breakdown. Last updated at 2019-05-20 17:10:18 GMT" + }, "series" : [ { - "name" : "Perl Weekly Challenge Languages", - "colorByPoint" : "true", "data" : [ { "drilldown" : "001", - "name" : "#001 [P5=76 P6=37]", - "y" : 113 + "y" : 113, + "name" : "#001 [P5=76 P6=37]" }, { "y" : 95, - "name" : "#002 [P5=63 P6=32]", - "drilldown" : "002" + "drilldown" : "002", + "name" : "#002 [P5=63 P6=32]" }, { "drilldown" : "003", - "name" : "#003 [P5=32 P6=26]", - "y" : 58 + "y" : 58, + "name" : "#003 [P5=32 P6=26]" }, { + "name" : "#004 [P5=46 P6=29]", "y" : 75, - "drilldown" : "004", - "name" : "#004 [P5=46 P6=29]" + "drilldown" : "004" }, { - "drilldown" : "005", "name" : "#005 [P5=33 P6=22]", + "drilldown" : "005", "y" : 55 }, { - "drilldown" : "006", "name" : "#006 [P5=27 P6=14]", - "y" : 41 + "y" : 41, + "drilldown" : "006" }, { - "name" : "#007 [P5=24 P6=20]", "drilldown" : "007", - "y" : 44 + "y" : 44, + "name" : "#007 [P5=24 P6=20]" }, { - "name" : "#008 [P5=34 P6=20]", + "y" : 54, "drilldown" : "008", - "y" : 54 + "name" : "#008 [P5=34 P6=20]" }, { + "drilldown" : "009", "y" : 1, - "name" : "#009 [P5=0 P6=1]", - "drilldown" : "009" + "name" : "#009 [P5=0 P6=1]" } - ] + ], + "colorByPoint" : "true", + "name" : "Perl Weekly Challenge Languages" } - ] + ], + "title" : { + "text" : "Perl Weekly Challenge Language" + }, + "xAxis" : { + "type" : "category" + } } diff --git a/stats/pwc-leaders.json b/stats/pwc-leaders.json index a5bf4b46fc..d3bf1becb2 100644 --- a/stats/pwc-leaders.json +++ b/stats/pwc-leaders.json @@ -1,22 +1,285 @@ { - "subtitle" : { - "text" : "Click the columns to drilldown the score breakdown. Last updated at 2019-05-20 11:03:03 GMT" - }, "yAxis" : { "title" : { "text" : "Total Score" } }, + "series" : [ + { + "data" : [ + { + "y" : 80, + "drilldown" : "Laurent Rosenfeld", + "name" : "#1: Laurent Rosenfeld" + }, + { + "name" : "#2: Joelle Maslak", + "drilldown" : "Joelle Maslak", + "y" : 70 + }, + { + "y" : 64, + "drilldown" : "Jaldhar H. Vyas", + "name" : "#3: Jaldhar H. Vyas" + }, + { + "name" : "#4: Ruben Westerberg", + "drilldown" : "Ruben Westerberg", + "y" : 56 + }, + { + "drilldown" : "Simon Proctor", + "y" : 50, + "name" : "#5: Simon Proctor" + }, + { + "name" : "#6: Adam Russell", + "y" : 48, + "drilldown" : "Adam Russell" + }, + { + "y" : 44, + "drilldown" : "Dr James A. Smith", + "name" : "#7: Dr James A. Smith" + }, + { + "name" : "#8: Arne Sommer", + "drilldown" : "Arne Sommer", + "y" : 42 + }, + { + "name" : "#9: Jo Christian Oterhals", + "y" : 42, + "drilldown" : "Jo Christian Oterhals" + }, + { + "y" : 42, + "drilldown" : "Kian-Meng Ang", + "name" : "#10: Kian-Meng Ang" + }, + { + "name" : "#11: Gustavo Chaves", + "y" : 34, + "drilldown" : "Gustavo Chaves" + }, + { + "drilldown" : "Athanasius", + "y" : 32, + "name" : "#12: Athanasius" + }, + { + "name" : "#13: Nick Logan", + "drilldown" : "Nick Logan", + "y" : 32 + }, + { + "y" : 30, + "drilldown" : "Andrezgz", + "name" : "#14: Andrezgz" + }, + { + "drilldown" : "Francis Whittle", + "y" : 28, + "name" : "#15: Francis Whittle" + }, + { + "name" : "#16: Lars Balker", + "y" : 28, + "drilldown" : "Lars Balker" + }, + { + "name" : "#17: Mark Senn", + "drilldown" : "Mark Senn", + "y" : 26 + }, + { + "name" : "#18: Daniel Mantovani", + "drilldown" : "Daniel Mantovani", + "y" : 22 + }, + { + "drilldown" : "Dave Jacoby", + "y" : 22, + "name" : "#19: Dave Jacoby" + }, + { + "y" : 20, + "drilldown" : "Doug Schrag", + "name" : "#20: Doug Schrag" + }, + { + "name" : "#21: Duncan C. White", + "y" : 20, + "drilldown" : "Duncan C. White" + }, + { + "name" : "#22: Robert Gratza", + "y" : 16, + "drilldown" : "Robert Gratza" + }, + { + "drilldown" : "E. Choroba", + "y" : 14, + "name" : "#23: E. Choroba" + }, + { + "drilldown" : "John Barrett", + "y" : 14, + "name" : "#24: John Barrett" + }, + { + "y" : 14, + "drilldown" : "Ozzy", + "name" : "#25: Ozzy" + }, + { + "name" : "#26: Alicia Bielsa", + "drilldown" : "Alicia Bielsa", + "y" : 12 + }, + { + "name" : "#27: Maxim Kolodyazhny", + "y" : 12, + "drilldown" : "Maxim Kolodyazhny" + }, + { + "name" : "#28: Philippe Bruhat", + "y" : 12, + "drilldown" : "Philippe Bruhat" + }, + { + "drilldown" : "Sergio Iglesias", + "y" : 12, + "name" : "#29: Sergio Iglesias" + }, + { + "drilldown" : "Arpad Toth", + "y" : 10, + "name" : "#30: Arpad Toth" + }, + { + "name" : "#31: Guillermo Ramos", + "drilldown" : "Guillermo Ramos", + "y" : 10 + }, + { + "name" : "#32: Khalid", + "drilldown" : "Khalid", + "y" : 10 + }, + { + "y" : 10, + "drilldown" : "Steve Rogerson", + "name" : "#33: Steve Rogerson" + }, + { + "name" : "#34: Veesh Goldman", + "drilldown" : "Veesh Goldman", + "y" : 10 + }, + { + "y" : 8, + "drilldown" : "Alex Daniel", + "name" : "#35: Alex Daniel" + }, + { + "y" : 8, + "drilldown" : "Bob Kleemann", + "name" : "#36: Bob Kleemann" + }, + { + "drilldown" : "Chenyf", + "y" : 8, + "name" : "#37: Chenyf" + }, + { + "drilldown" : "David Kayal", + "y" : 8, + "name" : "#38: David Kayal" + }, + { + "drilldown" : "Finley", + "y" : 8, + "name" : "#39: Finley" + }, + { + "name" : "#40: Jaime Corchado", + "y" : 8, + "drilldown" : "Jaime Corchado" + }, + { + "drilldown" : "Luis F. Uceta", + "y" : 8, + "name" : "#41: Luis F. Uceta" + }, + { + "name" : "#42: Matt Latusek", + "drilldown" : "Matt Latusek", + "y" : 8 + }, + { + "drilldown" : "Maxim Nechaev", + "y" : 8, + "name" : "#43: Maxim Nechaev" + }, + { + "name" : "#44: Neil Bowers", + "y" : 8, + "drilldown" : "Neil Bowers" + }, + { + "drilldown" : "Simon Reinhardt", + "y" : 8, + "name" : "#45: Simon Reinhardt" + }, + { + "name" : "#46: Steven Wilson", + "y" : 8, + "drilldown" : "Steven Wilson" + }, + { + "drilldown" : "Tim Smith", + "y" : 8, + "name" : "#47: Tim Smith" + }, + { + "y" : 6, + "drilldown" : "Ailbhe Tweedie", + "name" : "#48: Ailbhe Tweedie" + }, + { + "name" : "#49: Dave Cross", + "y" : 6, + "drilldown" : "Dave Cross" + }, + { + "name" : "#50: Freddie B", + "y" : 6, + "drilldown" : "Freddie B" + } + ], + "name" : "Perl Weekly Challenge Leaders", + "colorByPoint" : "true" + } + ], + "plotOptions" : { + "series" : { + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + }, + "borderWidth" : 0 + } + }, + "subtitle" : { + "text" : "Click the columns to drilldown the score breakdown. Last updated at 2019-05-20 17:10:15 GMT" + }, "drilldown" : { "series" : [ { "id" : "Laurent Rosenfeld", "name" : "Laurent Rosenfeld", "data" : [ - [ - "Perl 6", - 15 - ], [ "Perl 5", 16 @@ -24,6 +287,10 @@ [ "Blog", 9 + ], + [ + "Perl 6", + 15 ] ] }, @@ -33,34 +300,35 @@ "Perl 6", 17 ], - [ - "Perl 5", - 17 - ], [ "Blog", 1 + ], + [ + "Perl 5", + 17 ] ], "name" : "Joelle Maslak", "id" : "Joelle Maslak" }, { - "id" : "Jaldhar H. Vyas", "data" : [ [ - "Perl 6", + "Perl 5", 16 ], [ - "Perl 5", + "Perl 6", 16 ] ], - "name" : "Jaldhar H. Vyas" + "name" : "Jaldhar H. Vyas", + "id" : "Jaldhar H. Vyas" }, { "id" : "Ruben Westerberg", + "name" : "Ruben Westerberg", "data" : [ [ "Perl 5", @@ -70,11 +338,16 @@ "Perl 6", 14 ] - ], - "name" : "Ruben Westerberg" + ] }, { + "id" : "Simon Proctor", + "name" : "Simon Proctor", "data" : [ + [ + "Perl 6", + 15 + ], [ "Blog", 6 @@ -82,31 +355,26 @@ [ "Perl 5", 4 - ], - [ - "Perl 6", - 15 ] - ], - "name" : "Simon Proctor", - "id" : "Simon Proctor" + ] }, { + "id" : "Adam Russell", + "name" : "Adam Russell", "data" : [ - [ - "Blog", - 8 - ], [ "Perl 5", 16 + ], + [ + "Blog", + 8 ] - ], - "name" : "Adam Russell", - "id" : "Adam Russell" + ] }, { "name" : "Dr James A. Smith", + "id" : "Dr James A. Smith", "data" : [ [ "Perl 5", @@ -116,8 +384,7 @@ "Perl 6", 10 ] - ], - "id" : "Dr James A. Smith" + ] }, { "data" : [ @@ -130,17 +397,11 @@ 7 ] ], - "name" : "Arne Sommer", - "id" : "Arne Sommer" + "id" : "Arne Sommer", + "name" : "Arne Sommer" }, { - "id" : "Jo Christian Oterhals", - "name" : "Jo Christian Oterhals", "data" : [ - [ - "Blog", - 5 - ], [ "Perl 6", 10 @@ -148,11 +409,16 @@ [ "Perl 5", 6 + ], + [ + "Blog", + 5 ] - ] + ], + "id" : "Jo Christian Oterhals", + "name" : "Jo Christian Oterhals" }, { - "id" : "Kian-Meng Ang", "data" : [ [ "Blog", @@ -163,49 +429,50 @@ 14 ] ], - "name" : "Kian-Meng Ang" + "name" : "Kian-Meng Ang", + "id" : "Kian-Meng Ang" }, { - "id" : "Gustavo Chaves", - "name" : "Gustavo Chaves", "data" : [ - [ - "Blog", - 4 - ], [ "Perl 5", 13 + ], + [ + "Blog", + 4 ] - ] + ], + "name" : "Gustavo Chaves", + "id" : "Gustavo Chaves" }, { - "id" : "Athanasius", "data" : [ [ "Perl 5", 16 ] ], - "name" : "Athanasius" + "name" : "Athanasius", + "id" : "Athanasius" }, { "name" : "Nick Logan", + "id" : "Nick Logan", "data" : [ [ - "Perl 6", + "Perl 5", 8 ], [ - "Perl 5", + "Perl 6", 8 ] - ], - "id" : "Nick Logan" + ] }, { - "id" : "Andrezgz", "name" : "Andrezgz", + "id" : "Andrezgz", "data" : [ [ "Perl 5", @@ -214,161 +481,160 @@ ] }, { - "id" : "Francis Whittle", "data" : [ - [ - "Blog", - 4 - ], [ "Perl 6", 10 + ], + [ + "Blog", + 4 ] ], - "name" : "Francis Whittle" + "name" : "Francis Whittle", + "id" : "Francis Whittle" }, { - "id" : "Lars Balker", - "name" : "Lars Balker", "data" : [ - [ - "Perl 6", - 4 - ], [ "Perl 5", 10 + ], + [ + "Perl 6", + 4 ] - ] + ], + "id" : "Lars Balker", + "name" : "Lars Balker" }, { - "id" : "Mark Senn", "data" : [ - [ - "Perl 6", - 10 - ], [ "Blog", 3 + ], + [ + "Perl 6", + 10 ] ], + "id" : "Mark Senn", "name" : "Mark Senn" }, { + "id" : "Daniel Mantovani", + "name" : "Daniel Mantovani", "data" : [ [ "Perl 5", 11 ] - ], - "name" : "Daniel Mantovani", - "id" : "Daniel Mantovani" + ] }, { - "name" : "Dave Jacoby", "data" : [ - [ - "Perl 5", - 5 - ], [ "Blog", 6 + ], + [ + "Perl 5", + 5 ] ], + "name" : "Dave Jacoby", "id" : "Dave Jacoby" }, { - "id" : "Doug Schrag", "data" : [ [ "Perl 6", 10 ] ], + "id" : "Doug Schrag", "name" : "Doug Schrag" }, { + "name" : "Duncan C. White", "id" : "Duncan C. White", "data" : [ [ "Perl 5", 10 ] - ], - "name" : "Duncan C. White" + ] }, { - "id" : "Robert Gratza", "name" : "Robert Gratza", + "id" : "Robert Gratza", "data" : [ - [ - "Perl 6", - 6 - ], [ "Perl 5", 2 + ], + [ + "Perl 6", + 6 ] ] }, { - "id" : "E. Choroba", "data" : [ - [ - "Blog", - 3 - ], [ "Perl 5", 4 + ], + [ + "Blog", + 3 ] ], + "id" : "E. Choroba", "name" : "E. Choroba" }, { - "id" : "John Barrett", "data" : [ [ "Perl 5", 7 ] ], - "name" : "John Barrett" + "name" : "John Barrett", + "id" : "John Barrett" }, { - "id" : "Ozzy", - "name" : "Ozzy", "data" : [ [ "Perl 6", 7 ] - ] + ], + "id" : "Ozzy", + "name" : "Ozzy" }, { "name" : "Alicia Bielsa", + "id" : "Alicia Bielsa", "data" : [ [ "Perl 5", 6 ] - ], - "id" : "Alicia Bielsa" + ] }, { "id" : "Maxim Kolodyazhny", + "name" : "Maxim Kolodyazhny", "data" : [ [ "Perl 5", 6 ] - ], - "name" : "Maxim Kolodyazhny" + ] }, { - "id" : "Philippe Bruhat", "data" : [ [ "Perl 5", @@ -379,41 +645,40 @@ 2 ] ], + "id" : "Philippe Bruhat", "name" : "Philippe Bruhat" }, { + "name" : "Sergio Iglesias", + "id" : "Sergio Iglesias", "data" : [ [ "Perl 5", 6 ] - ], - "name" : "Sergio Iglesias", - "id" : "Sergio Iglesias" + ] }, { "name" : "Arpad Toth", + "id" : "Arpad Toth", "data" : [ [ "Perl 5", 5 ] - ], - "id" : "Arpad Toth" + ] }, { + "id" : "Guillermo Ramos", "name" : "Guillermo Ramos", "data" : [ [ "Perl 5", 5 ] - ], - "id" : "Guillermo Ramos" + ] }, { - "id" : "Khalid", - "name" : "Khalid", "data" : [ [ "Blog", @@ -423,35 +688,37 @@ "Perl 5", 4 ] - ] + ], + "id" : "Khalid", + "name" : "Khalid" }, { "data" : [ - [ - "Perl 5", - 3 - ], [ "Perl 6", 2 + ], + [ + "Perl 5", + 3 ] ], "name" : "Steve Rogerson", "id" : "Steve Rogerson" }, { + "name" : "Veesh Goldman", + "id" : "Veesh Goldman", "data" : [ [ "Perl 5", 5 ] - ], - "name" : "Veesh Goldman", - "id" : "Veesh Goldman" + ] }, { - "id" : "Alex Daniel", "name" : "Alex Daniel", + "id" : "Alex Daniel", "data" : [ [ "Perl 6", @@ -470,54 +737,54 @@ "id" : "Bob Kleemann" }, { - "id" : "Chenyf", - "name" : "Chenyf", "data" : [ [ "Perl 6", 4 ] - ] + ], + "id" : "Chenyf", + "name" : "Chenyf" }, { "id" : "David Kayal", + "name" : "David Kayal", "data" : [ [ "Perl 5", 4 ] - ], - "name" : "David Kayal" + ] }, { "id" : "Finley", + "name" : "Finley", "data" : [ [ "Perl 6", 4 ] - ], - "name" : "Finley" + ] }, { "id" : "Jaime Corchado", + "name" : "Jaime Corchado", "data" : [ [ "Perl 5", 4 ] - ], - "name" : "Jaime Corchado" + ] }, { - "id" : "Luis F. Uceta", - "name" : "Luis F. Uceta", "data" : [ [ "Perl 6", 4 ] - ] + ], + "name" : "Luis F. Uceta", + "id" : "Luis F. Uceta" }, { "data" : [ @@ -526,32 +793,32 @@ 4 ] ], - "name" : "Matt Latusek", - "id" : "Matt Latusek" + "id" : "Matt Latusek", + "name" : "Matt Latusek" }, { + "name" : "Maxim Nechaev", "id" : "Maxim Nechaev", "data" : [ [ "Perl 5", 4 ] - ], - "name" : "Maxim Nechaev" + ] }, { + "name" : "Neil Bowers", "id" : "Neil Bowers", "data" : [ [ "Perl 5", 4 ] - ], - "name" : "Neil Bowers" + ] }, { - "id" : "Simon Reinhardt", "name" : "Simon Reinhardt", + "id" : "Simon Reinhardt", "data" : [ [ "Perl 5", @@ -560,13 +827,13 @@ ] }, { - "id" : "Steven Wilson", "data" : [ [ "Perl 5", 4 ] ], + "id" : "Steven Wilson", "name" : "Steven Wilson" }, { @@ -580,38 +847,38 @@ "id" : "Tim Smith" }, { + "name" : "Ailbhe Tweedie", + "id" : "Ailbhe Tweedie", "data" : [ [ "Perl 5", 3 ] - ], - "name" : "Ailbhe Tweedie", - "id" : "Ailbhe Tweedie" + ] }, { "id" : "Dave Cross", "name" : "Dave Cross", "data" : [ - [ - "Blog", - 1 - ], [ "Perl 5", 2 + ], + [ + "Blog", + 1 ] ] }, { + "name" : "Freddie B", + "id" : "Freddie B", "data" : [ [ "Perl 5", 3 ] - ], - "name" : "Freddie B", - "id" : "Freddie B" + ] } ] }, @@ -619,284 +886,17 @@ "type" : "column" }, "tooltip" : { - "pointFormat" : "{point.name}: {point.y:f}
", "headerFormat" : "", + "pointFormat" : "{point.name}: {point.y:f}
", "followPointer" : "true" }, "xAxis" : { "type" : "category" }, - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - } - } + "legend" : { + "enabled" : "false" }, - "series" : [ - { - "colorByPoint" : "true", - "name" : "Perl Weekly Challenge Leaders", - "data" : [ - { - "y" : 80, - "name" : "#1: Laurent Rosenfeld", - "drilldown" : "Laurent Rosenfeld" - }, - { - "drilldown" : "Joelle Maslak", - "name" : "#2: Joelle Maslak", - "y" : 70 - }, - { - "y" : 64, - "name" : "#3: Jaldhar H. Vyas", - "drilldown" : "Jaldhar H. Vyas" - }, - { - "drilldown" : "Ruben Westerberg", - "name" : "#4: Ruben Westerberg", - "y" : 56 - }, - { - "drilldown" : "Simon Proctor", - "name" : "#5: Simon Proctor", - "y" : 50 - }, - { - "y" : 48, - "name" : "#6: Adam Russell", - "drilldown" : "Adam Russell" - }, - { - "y" : 44, - "name" : "#7: Dr James A. Smith", - "drilldown" : "Dr James A. Smith" - }, - { - "drilldown" : "Arne Sommer", - "name" : "#8: Arne Sommer", - "y" : 42 - }, - { - "name" : "#9: Jo Christian Oterhals", - "drilldown" : "Jo Christian Oterhals", - "y" : 42 - }, - { - "y" : 42, - "name" : "#10: Kian-Meng Ang", - "drilldown" : "Kian-Meng Ang" - }, - { - "name" : "#11: Gustavo Chaves", - "drilldown" : "Gustavo Chaves", - "y" : 34 - }, - { - "name" : "#12: Athanasius", - "drilldown" : "Athanasius", - "y" : 32 - }, - { - "name" : "#13: Nick Logan", - "drilldown" : "Nick Logan", - "y" : 32 - }, - { - "drilldown" : "Andrezgz", - "name" : "#14: Andrezgz", - "y" : 30 - }, - { - "drilldown" : "Francis Whittle", - "name" : "#15: Francis Whittle", - "y" : 28 - }, - { - "name" : "#16: Lars Balker", - "drilldown" : "Lars Balker", - "y" : 28 - }, - { - "y" : 26, - "drilldown" : "Mark Senn", - "name" : "#17: Mark Senn" - }, - { - "drilldown" : "Daniel Mantovani", - "name" : "#18: Daniel Mantovani", - "y" : 22 - }, - { - "name" : "#19: Dave Jacoby", - "drilldown" : "Dave Jacoby", - "y" : 22 - }, - { - "y" : 20, - "name" : "#20: Doug Schrag", - "drilldown" : "Doug Schrag" - }, - { - "y" : 20, - "drilldown" : "Duncan C. White", - "name" : "#21: Duncan C. White" - }, - { - "y" : 16, - "name" : "#22: Robert Gratza", - "drilldown" : "Robert Gratza" - }, - { - "drilldown" : "E. Choroba", - "name" : "#23: E. Choroba", - "y" : 14 - }, - { - "name" : "#24: John Barrett", - "drilldown" : "John Barrett", - "y" : 14 - }, - { - "name" : "#25: Ozzy", - "drilldown" : "Ozzy", - "y" : 14 - }, - { - "drilldown" : "Alicia Bielsa", - "name" : "#26: Alicia Bielsa", - "y" : 12 - }, - { - "name" : "#27: Maxim Kolodyazhny", - "drilldown" : "Maxim Kolodyazhny", - "y" : 12 - }, - { - "drilldown" : "Philippe Bruhat", - "name" : "#28: Philippe Bruhat", - "y" : 12 - }, - { - "drilldown" : "Sergio Iglesias", - "name" : "#29: Sergio Iglesias", - "y" : 12 - }, - { - "y" : 10, - "name" : "#30: Arpad Toth", - "drilldown" : "Arpad Toth" - }, - { - "name" : "#31: Guillermo Ramos", - "drilldown" : "Guillermo Ramos", - "y" : 10 - }, - { - "name" : "#32: Khalid", - "drilldown" : "Khalid", - "y" : 10 - }, - { - "y" : 10, - "drilldown" : "Steve Rogerson", - "name" : "#33: Steve Rogerson" - }, - { - "y" : 10, - "name" : "#34: Veesh Goldman", - "drilldown" : "Veesh Goldman" - }, - { - "name" : "#35: Alex Daniel", - "drilldown" : "Alex Daniel", - "y" : 8 - }, - { - "name" : "#36: Bob Kleemann", - "drilldown" : "Bob Kleemann", - "y" : 8 - }, - { - "y" : 8, - "name" : "#37: Chenyf", - "drilldown" : "Chenyf" - }, - { - "name" : "#38: David Kayal", - "drilldown" : "David Kayal", - "y" : 8 - }, - { - "name" : "#39: Finley", - "drilldown" : "Finley", - "y" : 8 - }, - { - "y" : 8, - "name" : "#40: Jaime Corchado", - "drilldown" : "Jaime Corchado" - }, - { - "y" : 8, - "drilldown" : "Luis F. Uceta", - "name" : "#41: Luis F. Uceta" - }, - { - "y" : 8, - "name" : "#42: Matt Latusek", - "drilldown" : "Matt Latusek" - }, - { - "name" : "#43: Maxim Nechaev", - "drilldown" : "Maxim Nechaev", - "y" : 8 - }, - { - "drilldown" : "Neil Bowers", - "name" : "#44: Neil Bowers", - "y" : 8 - }, - { - "name" : "#45: Simon Reinhardt", - "drilldown" : "Simon Reinhardt", - "y" : 8 - }, - { - "y" : 8, - "drilldown" : "Steven Wilson", - "name" : "#46: Steven Wilson" - }, - { - "name" : "#47: Tim Smith", - "drilldown" : "Tim Smith", - "y" : 8 - }, - { - "drilldown" : "Ailbhe Tweedie", - "name" : "#48: Ailbhe Tweedie", - "y" : 6 - }, - { - "y" : 6, - "name" : "#49: Dave Cross", - "drilldown" : "Dave Cross" - }, - { - "y" : 6, - "name" : "#50: Freddie B", - "drilldown" : "Freddie B" - } - ] - } - ], "title" : { "text" : "Perl Weekly Challenge Leaders (TOP 50)" - }, - "legend" : { - "enabled" : "false" } } diff --git a/stats/pwc-summary-1-30.json b/stats/pwc-summary-1-30.json index f64c77d200..8b2c2b8552 100644 --- a/stats/pwc-summary-1-30.json +++ b/stats/pwc-summary-1-30.json @@ -1,25 +1,6 @@ { - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "tooltip" : { - "pointFormat" : "{series.name}: {point.y}
", - "shared" : 1 - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "chart" : { - "type" : "column" - }, "series" : [ { - "name" : "Perl 5", "data" : [ 2, 16, @@ -51,7 +32,8 @@ 2, 3, 5 - ] + ], + "name" : "Perl 5" }, { "data" : [ @@ -89,6 +71,20 @@ "name" : "Perl 6" } ], + "title" : { + "text" : "Perl Weekly Challenge - 2019" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2019-05-20 17:09:58 GMT" + }, "xAxis" : { "categories" : [ "Abigail", @@ -123,10 +119,14 @@ "Guillermo Ramos" ] }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2019-05-20 11:02:49 GMT" + "tooltip" : { + "shared" : 1, + "pointFormat" : "{series.name}: {point.y}
" }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } } } diff --git a/stats/pwc-summary-31-60.json b/stats/pwc-summary-31-60.json index 5481e9c693..cb6179341f 100644 --- a/stats/pwc-summary-31-60.json +++ b/stats/pwc-summary-31-60.json @@ -1,21 +1,9 @@ { - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "{series.name}: {point.y}
" - }, "subtitle" : { - "text" : "[Champions: 30] Last updated at 2019-05-20 11:02:49 GMT" + "text" : "[Champions: 30] Last updated at 2019-05-20 17:09:58 GMT" + }, + "chart" : { + "type" : "column" }, "xAxis" : { "categories" : [ @@ -51,6 +39,9 @@ "Ozzy" ] }, + "title" : { + "text" : "Perl Weekly Challenge - 2019" + }, "series" : [ { "name" : "Perl 5", @@ -88,7 +79,6 @@ ] }, { - "name" : "Perl 6", "data" : [ 0, 0, @@ -120,13 +110,23 @@ 4, 0, 7 - ] + ], + "name" : "Perl 6" } ], - "chart" : { - "type" : "column" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "{series.name}: {point.y}
" } } diff --git a/stats/pwc-summary-61-90.json b/stats/pwc-summary-61-90.json index db49554aac..9e7e0778f1 100644 --- a/stats/pwc-summary-61-90.json +++ b/stats/pwc-summary-61-90.json @@ -1,31 +1,48 @@ { - "tooltip" : { - "pointFormat" : "{series.name}: {point.y}
", - "shared" : 1 + "subtitle" : { + "text" : "[Champions: 23] Last updated at 2019-05-20 17:09:58 GMT" }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "chart" : { + "type" : "column" }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } + "xAxis" : { + "categories" : [ + "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" }, - "chart" : { - "type" : "column" - }, "series" : [ { + "name" : "Perl 5", "data" : [ 2, 0, 3, + 0, 4, 2, 2, @@ -45,16 +62,17 @@ 1, 1, 2 - ], - "name" : "Perl 5" + ] }, { + "name" : "Perl 6", "data" : [ 0, 0, 0, 0, 0, + 0, 6, 14, 3, @@ -72,37 +90,22 @@ 0, 1, 0 - ], - "name" : "Perl 6" + ] } ], - "xAxis" : { - "categories" : [ - "Pavel Jurca", - "Pavel Starikov", - "Pete Houston", - "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" - ] + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, - "subtitle" : { - "text" : "[Champions: 22] Last updated at 2019-05-20 11:02:49 GMT" + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "{series.name}: {point.y}
" } } diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index e52c18f887..f24aad1552 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,19 +1,112 @@ { - "tooltip" : { - "pointFormat" : "{series.name}: {point.y}
", - "shared" : 1 - }, - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 }, "plotOptions" : { "column" : { "stacking" : "percent" } }, + "xAxis" : { + "categories" : [ + "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", + "Dave Cross", + "Dave Jacoby", + "David Kayal", + "Denis Yurashku", + "Doug Schrag", + "Duncan C. White", + "E. Choroba", + "Eddy HS", + "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", + "Khalid", + "Kian-Meng Ang", + "Kivanc Yazan", + "Lars Balker", + "Laurent Rosenfeld", + "Magnus Woldrich", + "Mark Senn", + "Martin Mugeni", + "Matt Latusek", + "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" + }, + "subtitle" : { + "text" : "[Champions: 83] Last updated at 2019-05-20 17:09:57 GMT" + }, + "tooltip" : { + "pointFormat" : "{series.name}: {point.y}
", + "shared" : 1 + }, "series" : [ { "name" : "Perl 5", @@ -81,6 +174,7 @@ 2, 0, 3, + 0, 4, 2, 2, @@ -103,6 +197,7 @@ ] }, { + "name" : "Perl 6", "data" : [ 0, 0, @@ -169,6 +264,7 @@ 0, 0, 0, + 0, 6, 14, 3, @@ -186,103 +282,10 @@ 0, 1, 0 - ], - "name" : "Perl 6" + ] } ], - "xAxis" : { - "categories" : [ - "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", - "Dave Cross", - "Dave Jacoby", - "David Kayal", - "Denis Yurashku", - "Doug Schrag", - "Duncan C. White", - "E. Choroba", - "Eddy HS", - "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", - "Khalid", - "Kian-Meng Ang", - "Kivanc Yazan", - "Lars Balker", - "Laurent Rosenfeld", - "Magnus Woldrich", - "Mark Senn", - "Martin Mugeni", - "Matt Latusek", - "Maxim Kolodyazhny", - "Maxim Nechaev", - "Michael Schaap", - "Neil Bowers", - "Nick Logan", - "Chenyf", - "Oleksii Tsvietnov", - "Ozzy", - "Pavel Jurca", - "Pavel Starikov", - "Pete Houston", - "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" - ] - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "subtitle" : { - "text" : "[Champions: 82] Last updated at 2019-05-20 11:02:48 GMT" + "chart" : { + "type" : "column" } } -- cgit