From 4890f56bcb60641955817cd6ff956f19c5bde344 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Tue, 25 Jun 2019 18:17:42 +0100 Subject: - Added solutions/blog by Donald Hunter. --- challenge-014/donald-hunter/blog1.txt | 1 + challenge-014/donald-hunter/perl6/ch-1.p6 | 13 + stats/pwc-current.json | 232 ++++++------ stats/pwc-leaders.json | 570 +++++++++++++++--------------- stats/pwc-summary-1-30.json | 60 ++-- stats/pwc-summary-31-60.json | 36 +- stats/pwc-summary-61-90.json | 130 +++---- stats/pwc-summary-91-120.json | 82 ++--- stats/pwc-summary.json | 240 ++++++------- 9 files changed, 689 insertions(+), 675 deletions(-) create mode 100644 challenge-014/donald-hunter/blog1.txt create mode 100644 challenge-014/donald-hunter/perl6/ch-1.p6 diff --git a/challenge-014/donald-hunter/blog1.txt b/challenge-014/donald-hunter/blog1.txt new file mode 100644 index 0000000000..f2b381764a --- /dev/null +++ b/challenge-014/donald-hunter/blog1.txt @@ -0,0 +1 @@ +http://donaldh.wtf/2019/06/van-eck-byeck/ diff --git a/challenge-014/donald-hunter/perl6/ch-1.p6 b/challenge-014/donald-hunter/perl6/ch-1.p6 new file mode 100644 index 0000000000..18d4661bb1 --- /dev/null +++ b/challenge-014/donald-hunter/perl6/ch-1.p6 @@ -0,0 +1,13 @@ +use v6; + +my $van-eck := 0, -> $a { + state $index++; + state %last-seen; LEAVE %last-seen{$a} = $index; + %last-seen{$a}:exists ?? $index - %last-seen{$a} !! 0 +} ... *; + +say $van-eck[^30].join(', '); +say "Took " ~ (now - ENTER now) ~ " seconds"; + +say $van-eck[5000..^5030].join(', '); +say "Took " ~ (now - ENTER now) ~ " seconds"; diff --git a/stats/pwc-current.json b/stats/pwc-current.json index e230ba1737..362e598a84 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,20 +1,110 @@ { - "subtitle" : { - "text" : "[Champions: 13] Last updated at 2019-06-25 16:49:40 GMT" + "chart" : { + "type" : "column" }, "xAxis" : { "type" : "category" }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "series" : [ + { + "colorByPoint" : 1, + "name" : "Perl Weekly Challenge - 014", + "data" : [ + { + "drilldown" : "Aaron Sherman", + "y" : 2, + "name" : "Aaron Sherman" + }, + { + "name" : "Andrezgz", + "y" : 2, + "drilldown" : "Andrezgz" + }, + { + "name" : "Dave Jacoby", + "y" : 4, + "drilldown" : "Dave Jacoby" + }, + { + "name" : "Donald Hunter", + "y" : 4, + "drilldown" : "Donald Hunter" + }, + { + "name" : "Duane Powell", + "y" : 2, + "drilldown" : "Duane Powell" + }, + { + "name" : "E. Choroba", + "y" : 2, + "drilldown" : "E. Choroba" + }, + { + "y" : 2, + "drilldown" : "Gustavo Chaves", + "name" : "Gustavo Chaves" + }, + { + "name" : "Kevin Colyer", + "drilldown" : "Kevin Colyer", + "y" : 2 + }, + { + "name" : "Lubos Kolouch", + "drilldown" : "Lubos Kolouch", + "y" : 3 + }, + { + "y" : 3, + "drilldown" : "Robert Van Dam", + "name" : "Robert Van Dam" + }, + { + "drilldown" : "Roger Bell West", + "y" : 2, + "name" : "Roger Bell West" + }, + { + "name" : "Simon Proctor", + "drilldown" : "Simon Proctor", + "y" : 1 + }, + { + "y" : 1, + "drilldown" : "Steven Wilson", + "name" : "Steven Wilson" + } + ] + } + ], "title" : { "text" : "Perl Weekly Challenge - 014" }, "tooltip" : { - "headerFormat" : "{series.name}
", + "pointFormat" : "{point.name}: {point.y:f}
", "followPointer" : 1, - "pointFormat" : "{point.name}: {point.y:f}
" + "headerFormat" : "{series.name}
" }, - "chart" : { - "type" : "column" + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + } + } + }, + "legend" : { + "enabled" : 0 + }, + "subtitle" : { + "text" : "[Champions: 13] Last updated at 2019-06-25 17:17:07 GMT" }, "drilldown" : { "series" : [ @@ -29,14 +119,14 @@ ] }, { + "id" : "Andrezgz", "name" : "Andrezgz", "data" : [ [ "Perl 5", 2 ] - ], - "id" : "Andrezgz" + ] }, { "id" : "Dave Jacoby", @@ -57,28 +147,28 @@ "name" : "Dave Jacoby" }, { + "name" : "Donald Hunter", "data" : [ [ "Perl 6", - 1 + 2 ], [ "Blog", - 1 + 2 ] ], - "name" : "Donald Hunter", "id" : "Donald Hunter" }, { - "id" : "Duane Powell", "name" : "Duane Powell", "data" : [ [ "Perl 5", 2 ] - ] + ], + "id" : "Duane Powell" }, { "name" : "E. Choroba", @@ -92,63 +182,63 @@ }, { "id" : "Gustavo Chaves", - "name" : "Gustavo Chaves", "data" : [ [ "Perl 5", 2 ] - ] + ], + "name" : "Gustavo Chaves" }, { "id" : "Kevin Colyer", + "name" : "Kevin Colyer", "data" : [ [ "Perl 6", 2 ] - ], - "name" : "Kevin Colyer" + ] }, { + "name" : "Lubos Kolouch", "data" : [ [ "Perl 5", 3 ] ], - "name" : "Lubos Kolouch", "id" : "Lubos Kolouch" }, { "id" : "Robert Van Dam", + "name" : "Robert Van Dam", "data" : [ [ "Perl 5", 3 ] - ], - "name" : "Robert Van Dam" + ] }, { - "id" : "Roger Bell West", - "name" : "Roger Bell West", "data" : [ [ "Perl 5", 2 ] - ] + ], + "name" : "Roger Bell West", + "id" : "Roger Bell West" }, { + "id" : "Simon Proctor", + "name" : "Simon Proctor", "data" : [ [ "Perl 6", 1 ] - ], - "name" : "Simon Proctor", - "id" : "Simon Proctor" + ] }, { "data" : [ @@ -161,95 +251,5 @@ "id" : "Steven Wilson" } ] - }, - "series" : [ - { - "data" : [ - { - "drilldown" : "Aaron Sherman", - "y" : 2, - "name" : "Aaron Sherman" - }, - { - "y" : 2, - "drilldown" : "Andrezgz", - "name" : "Andrezgz" - }, - { - "name" : "Dave Jacoby", - "drilldown" : "Dave Jacoby", - "y" : 4 - }, - { - "name" : "Donald Hunter", - "drilldown" : "Donald Hunter", - "y" : 2 - }, - { - "y" : 2, - "drilldown" : "Duane Powell", - "name" : "Duane Powell" - }, - { - "drilldown" : "E. Choroba", - "y" : 2, - "name" : "E. Choroba" - }, - { - "name" : "Gustavo Chaves", - "drilldown" : "Gustavo Chaves", - "y" : 2 - }, - { - "y" : 2, - "drilldown" : "Kevin Colyer", - "name" : "Kevin Colyer" - }, - { - "name" : "Lubos Kolouch", - "drilldown" : "Lubos Kolouch", - "y" : 3 - }, - { - "name" : "Robert Van Dam", - "y" : 3, - "drilldown" : "Robert Van Dam" - }, - { - "drilldown" : "Roger Bell West", - "y" : 2, - "name" : "Roger Bell West" - }, - { - "drilldown" : "Simon Proctor", - "y" : 1, - "name" : "Simon Proctor" - }, - { - "name" : "Steven Wilson", - "y" : 1, - "drilldown" : "Steven Wilson" - } - ], - "name" : "Perl Weekly Challenge - 014", - "colorByPoint" : 1 - } - ], - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "legend" : { - "enabled" : 0 - }, - "plotOptions" : { - "series" : { - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - }, - "borderWidth" : 0 - } } } diff --git a/stats/pwc-leaders.json b/stats/pwc-leaders.json index 866b5485df..a788cc1761 100644 --- a/stats/pwc-leaders.json +++ b/stats/pwc-leaders.json @@ -1,32 +1,16 @@ { - "legend" : { - "enabled" : "false" - }, - "plotOptions" : { - "series" : { - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - }, - "borderWidth" : 0 - } - }, - "tooltip" : { - "followPointer" : "true", - "pointFormat" : "{point.name}: {point.y:f}
", - "headerFormat" : "" - }, - "yAxis" : { - "title" : { - "text" : "Total Score" - } + "subtitle" : { + "text" : "Click the columns to drilldown the score breakdown. Last updated at 2019-06-25 17:17:01 GMT" }, "drilldown" : { "series" : [ { "id" : "Joelle Maslak", - "name" : "Joelle Maslak", "data" : [ + [ + "Perl 6", + 32 + ], [ "Perl 5", 32 @@ -34,35 +18,35 @@ [ "Blog", 4 - ], - [ - "Perl 6", - 32 ] - ] + ], + "name" : "Joelle Maslak" }, { - "id" : "Laurent Rosenfeld", + "name" : "Laurent Rosenfeld", "data" : [ [ "Perl 6", 25 ], - [ - "Blog", - 15 - ], [ "Perl 5", 26 + ], + [ + "Blog", + 15 ] ], - "name" : "Laurent Rosenfeld" + "id" : "Laurent Rosenfeld" }, { "id" : "Jaldhar H. Vyas", - "name" : "Jaldhar H. Vyas", "data" : [ + [ + "Blog", + 1 + ], [ "Perl 5", 26 @@ -70,14 +54,13 @@ [ "Perl 6", 26 - ], - [ - "Blog", - 1 ] - ] + ], + "name" : "Jaldhar H. Vyas" }, { + "name" : "Ruben Westerberg", + "id" : "Ruben Westerberg", "data" : [ [ "Perl 6", @@ -87,11 +70,11 @@ "Perl 5", 23 ] - ], - "name" : "Ruben Westerberg", - "id" : "Ruben Westerberg" + ] }, { + "name" : "Adam Russell", + "id" : "Adam Russell", "data" : [ [ "Blog", @@ -101,13 +84,10 @@ "Perl 5", 26 ] - ], - "name" : "Adam Russell", - "id" : "Adam Russell" + ] }, { "id" : "Arne Sommer", - "name" : "Arne Sommer", "data" : [ [ "Perl 6", @@ -117,26 +97,29 @@ "Blog", 12 ] - ] + ], + "name" : "Arne Sommer" }, { + "name" : "Kian-Meng Ang", + "id" : "Kian-Meng Ang", "data" : [ - [ - "Blog", - 11 - ], [ "Perl 5", 23 + ], + [ + "Blog", + 11 ] - ], - "name" : "Kian-Meng Ang", - "id" : "Kian-Meng Ang" + ] }, { - "id" : "Simon Proctor", - "name" : "Simon Proctor", "data" : [ + [ + "Perl 6", + 23 + ], [ "Perl 5", 4 @@ -144,15 +127,18 @@ [ "Blog", 7 - ], - [ - "Perl 6", - 23 ] - ] + ], + "id" : "Simon Proctor", + "name" : "Simon Proctor" }, { + "id" : "Athanasius", "data" : [ + [ + "Perl 5", + 28 + ], [ "Perl 6", 4 @@ -160,36 +146,30 @@ [ "Blog", 1 - ], - [ - "Perl 5", - 28 ] ], - "name" : "Athanasius", - "id" : "Athanasius" + "name" : "Athanasius" }, { "id" : "Dave Jacoby", - "name" : "Dave Jacoby", "data" : [ [ - "Blog", - 13 + "Perl 5", + 15 ], [ "Perl 6", 1 ], [ - "Perl 5", - 15 + "Blog", + 13 ] - ] + ], + "name" : "Dave Jacoby" }, { "id" : "E. Choroba", - "name" : "E. Choroba", "data" : [ [ "Perl 5", @@ -199,87 +179,88 @@ "Blog", 9 ] - ] + ], + "name" : "E. Choroba" }, { - "id" : "Gustavo Chaves", + "name" : "Gustavo Chaves", "data" : [ - [ - "Blog", - 4 - ], [ "Perl 5", 25 + ], + [ + "Blog", + 4 ] ], - "name" : "Gustavo Chaves" + "id" : "Gustavo Chaves" }, { - "id" : "Andrezgz", "data" : [ [ "Perl 5", 27 ] ], + "id" : "Andrezgz", "name" : "Andrezgz" }, { "id" : "Francis Whittle", - "name" : "Francis Whittle", "data" : [ - [ - "Blog", - 6 - ], [ "Perl 6", 21 + ], + [ + "Blog", + 6 ] - ] + ], + "name" : "Francis Whittle" }, { "id" : "Jo Christian Oterhals", - "name" : "Jo Christian Oterhals", "data" : [ [ "Perl 6", 12 ], [ - "Blog", + "Perl 5", 6 ], [ - "Perl 5", + "Blog", 6 ] - ] + ], + "name" : "Jo Christian Oterhals" }, { "id" : "Dr James A. Smith", - "name" : "Dr James A. Smith", "data" : [ - [ - "Perl 6", - 10 - ], [ "Perl 5", 12 + ], + [ + "Perl 6", + 10 ] - ] + ], + "name" : "Dr James A. Smith" }, { - "id" : "Daniel Mantovani", "name" : "Daniel Mantovani", "data" : [ [ "Perl 5", 20 ] - ] + ], + "id" : "Daniel Mantovani" }, { "name" : "Duncan C. White", @@ -292,34 +273,35 @@ "id" : "Duncan C. White" }, { + "id" : "Steven Wilson", "data" : [ - [ - "Perl 5", - 16 - ], [ "Blog", 1 + ], + [ + "Perl 5", + 16 ] ], - "name" : "Steven Wilson", - "id" : "Steven Wilson" + "name" : "Steven Wilson" }, { - "id" : "Yozen Hernandez", + "name" : "Yozen Hernandez", "data" : [ - [ - "Blog", - 5 - ], [ "Perl 5", 12 + ], + [ + "Blog", + 5 ] ], - "name" : "Yozen Hernandez" + "id" : "Yozen Hernandez" }, { + "name" : "Mark Senn", "id" : "Mark Senn", "data" : [ [ @@ -330,8 +312,7 @@ "Blog", 4 ] - ], - "name" : "Mark Senn" + ] }, { "id" : "Nick Logan", @@ -348,18 +329,18 @@ "name" : "Nick Logan" }, { - "id" : "Lars Balker", + "name" : "Lars Balker", "data" : [ - [ - "Perl 6", - 4 - ], [ "Perl 5", 10 + ], + [ + "Perl 6", + 4 ] ], - "name" : "Lars Balker" + "id" : "Lars Balker" }, { "id" : "Ozzy", @@ -382,26 +363,27 @@ "id" : "Guillermo Ramos" }, { - "id" : "Maxim Nechaev", "data" : [ [ "Perl 5", 12 ] ], + "id" : "Maxim Nechaev", "name" : "Maxim Nechaev" }, { - "id" : "Alicia Bielsa", "data" : [ [ "Perl 5", 11 ] ], + "id" : "Alicia Bielsa", "name" : "Alicia Bielsa" }, { + "id" : "Feng Chang", "data" : [ [ "Perl 6", @@ -412,46 +394,45 @@ 4 ] ], - "name" : "Feng Chang", - "id" : "Feng Chang" + "name" : "Feng Chang" }, { "name" : "Doug Schrag", + "id" : "Doug Schrag", "data" : [ [ "Perl 6", 10 ] - ], - "id" : "Doug Schrag" + ] }, { + "name" : "Kevin Colyer", "data" : [ [ "Perl 6", 8 ] ], - "name" : "Kevin Colyer", "id" : "Kevin Colyer" }, { - "id" : "Robert Gratza", - "name" : "Robert Gratza", "data" : [ - [ - "Perl 6", - 6 - ], [ "Perl 5", 2 + ], + [ + "Perl 6", + 6 ] - ] + ], + "id" : "Robert Gratza", + "name" : "Robert Gratza" }, { - "id" : "John Barrett", "name" : "John Barrett", + "id" : "John Barrett", "data" : [ [ "Perl 5", @@ -460,32 +441,46 @@ ] }, { + "name" : "Khalid", + "id" : "Khalid", "data" : [ [ "Perl 5", 4 ], - [ - "Blog", - 1 - ], [ "Perl 6", 2 + ], + [ + "Blog", + 1 ] - ], - "name" : "Khalid", - "id" : "Khalid" + ] }, { + "name" : "Aaron Sherman", "id" : "Aaron Sherman", "data" : [ [ "Perl 6", 6 ] + ] + }, + { + "data" : [ + [ + "Blog", + 3 + ], + [ + "Perl 6", + 3 + ] ], - "name" : "Aaron Sherman" + "id" : "Donald Hunter", + "name" : "Donald Hunter" }, { "name" : "Jaime Corchado", @@ -498,28 +493,27 @@ "id" : "Jaime Corchado" }, { - "id" : "Kivanc Yazan", "data" : [ [ "Perl 5", 6 ] ], + "id" : "Kivanc Yazan", "name" : "Kivanc Yazan" }, { + "name" : "Maxim Kolodyazhny", + "id" : "Maxim Kolodyazhny", "data" : [ [ "Perl 5", 6 ] - ], - "name" : "Maxim Kolodyazhny", - "id" : "Maxim Kolodyazhny" + ] }, { "id" : "Philippe Bruhat", - "name" : "Philippe Bruhat", "data" : [ [ "Blog", @@ -529,7 +523,8 @@ "Perl 5", 4 ] - ] + ], + "name" : "Philippe Bruhat" }, { "id" : "Sergio Iglesias", @@ -542,92 +537,92 @@ "name" : "Sergio Iglesias" }, { - "name" : "Arpad Toth", + "id" : "Arpad Toth", "data" : [ [ "Perl 5", 5 ] ], - "id" : "Arpad Toth" + "name" : "Arpad Toth" }, { + "id" : "Lubos Kolouch", "data" : [ [ "Perl 5", 5 ] ], - "name" : "Lubos Kolouch", - "id" : "Lubos Kolouch" + "name" : "Lubos Kolouch" }, { - "name" : "Neil Bowers", + "id" : "Neil Bowers", "data" : [ - [ - "Perl 5", - 4 - ], [ "Blog", 1 + ], + [ + "Perl 5", + 4 ] ], - "id" : "Neil Bowers" + "name" : "Neil Bowers" }, { + "name" : "Pete Houston", + "id" : "Pete Houston", "data" : [ [ "Perl 5", 5 ] - ], - "name" : "Pete Houston", - "id" : "Pete Houston" + ] }, { "id" : "Steve Rogerson", - "name" : "Steve Rogerson", "data" : [ - [ - "Perl 6", - 2 - ], [ "Perl 5", 3 + ], + [ + "Perl 6", + 2 ] - ] + ], + "name" : "Steve Rogerson" }, { - "id" : "Veesh Goldman", "data" : [ [ "Perl 5", 5 ] ], + "id" : "Veesh Goldman", "name" : "Veesh Goldman" }, { + "name" : "Alex Daniel", "id" : "Alex Daniel", "data" : [ [ "Perl 6", 4 ] - ], - "name" : "Alex Daniel" + ] }, { + "id" : "Bob Kleemann", "data" : [ [ "Perl 5", 4 ] ], - "name" : "Bob Kleemann", - "id" : "Bob Kleemann" + "name" : "Bob Kleemann" }, { "data" : [ @@ -636,8 +631,8 @@ 4 ] ], - "name" : "Chenyf", - "id" : "Chenyf" + "id" : "Chenyf", + "name" : "Chenyf" }, { "name" : "David Kayal", @@ -648,69 +643,76 @@ ] ], "id" : "David Kayal" - }, - { - "name" : "Donald Hunter", - "data" : [ - [ - "Blog", - 2 - ], - [ - "Perl 6", - 2 - ] - ], - "id" : "Donald Hunter" } ] }, - "xAxis" : { - "type" : "category" + "yAxis" : { + "title" : { + "text" : "Total Score" + } + }, + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + } + } + }, + "legend" : { + "enabled" : "false" + }, + "title" : { + "text" : "Perl Weekly Challenge Leaders (TOP 50)" + }, + "chart" : { + "type" : "column" }, "series" : [ { "colorByPoint" : "true", + "name" : "Perl Weekly Challenge Leaders", "data" : [ { - "y" : 136, "drilldown" : "Joelle Maslak", - "name" : "#1: Joelle Maslak" + "name" : "#1: Joelle Maslak", + "y" : 136 }, { "drilldown" : "Laurent Rosenfeld", - "y" : 132, - "name" : "#2: Laurent Rosenfeld" + "name" : "#2: Laurent Rosenfeld", + "y" : 132 }, { - "y" : 106, "drilldown" : "Jaldhar H. Vyas", + "y" : 106, "name" : "#3: Jaldhar H. Vyas" }, { "y" : 92, - "drilldown" : "Ruben Westerberg", - "name" : "#4: Ruben Westerberg" + "name" : "#4: Ruben Westerberg", + "drilldown" : "Ruben Westerberg" }, { - "name" : "#5: Adam Russell", "y" : 78, + "name" : "#5: Adam Russell", "drilldown" : "Adam Russell" }, { - "y" : 70, "drilldown" : "Arne Sommer", + "y" : 70, "name" : "#6: Arne Sommer" }, { "drilldown" : "Kian-Meng Ang", - "y" : 68, - "name" : "#7: Kian-Meng Ang" + "name" : "#7: Kian-Meng Ang", + "y" : 68 }, { + "name" : "#8: Simon Proctor", "y" : 68, - "drilldown" : "Simon Proctor", - "name" : "#8: Simon Proctor" + "drilldown" : "Simon Proctor" }, { "drilldown" : "Athanasius", @@ -718,34 +720,34 @@ "name" : "#9: Athanasius" }, { + "y" : 58, "name" : "#10: Dave Jacoby", - "drilldown" : "Dave Jacoby", - "y" : 58 + "drilldown" : "Dave Jacoby" }, { + "name" : "#11: E. Choroba", "y" : 58, - "drilldown" : "E. Choroba", - "name" : "#11: E. Choroba" + "drilldown" : "E. Choroba" }, { + "drilldown" : "Gustavo Chaves", "name" : "#12: Gustavo Chaves", - "y" : 58, - "drilldown" : "Gustavo Chaves" + "y" : 58 }, { + "name" : "#13: Andrezgz", "y" : 54, - "drilldown" : "Andrezgz", - "name" : "#13: Andrezgz" + "drilldown" : "Andrezgz" }, { - "drilldown" : "Francis Whittle", "y" : 54, - "name" : "#14: Francis Whittle" + "name" : "#14: Francis Whittle", + "drilldown" : "Francis Whittle" }, { "drilldown" : "Jo Christian Oterhals", - "y" : 48, - "name" : "#15: Jo Christian Oterhals" + "name" : "#15: Jo Christian Oterhals", + "y" : 48 }, { "drilldown" : "Dr James A. Smith", @@ -754,8 +756,8 @@ }, { "drilldown" : "Daniel Mantovani", - "y" : 40, - "name" : "#17: Daniel Mantovani" + "name" : "#17: Daniel Mantovani", + "y" : 40 }, { "drilldown" : "Duncan C. White", @@ -773,23 +775,23 @@ "name" : "#20: Yozen Hernandez" }, { + "drilldown" : "Mark Senn", "name" : "#21: Mark Senn", - "y" : 32, - "drilldown" : "Mark Senn" + "y" : 32 }, { + "y" : 32, "name" : "#22: Nick Logan", - "drilldown" : "Nick Logan", - "y" : 32 + "drilldown" : "Nick Logan" }, { - "y" : 28, "drilldown" : "Lars Balker", + "y" : 28, "name" : "#23: Lars Balker" }, { - "name" : "#24: Ozzy", "y" : 26, + "name" : "#24: Ozzy", "drilldown" : "Ozzy" }, { @@ -798,29 +800,29 @@ "drilldown" : "Guillermo Ramos" }, { + "name" : "#26: Maxim Nechaev", "y" : 24, - "drilldown" : "Maxim Nechaev", - "name" : "#26: Maxim Nechaev" + "drilldown" : "Maxim Nechaev" }, { - "name" : "#27: Alicia Bielsa", "drilldown" : "Alicia Bielsa", + "name" : "#27: Alicia Bielsa", "y" : 22 }, { - "drilldown" : "Feng Chang", + "name" : "#28: Feng Chang", "y" : 22, - "name" : "#28: Feng Chang" + "drilldown" : "Feng Chang" }, { - "name" : "#29: Doug Schrag", + "drilldown" : "Doug Schrag", "y" : 20, - "drilldown" : "Doug Schrag" + "name" : "#29: Doug Schrag" }, { - "name" : "#30: Kevin Colyer", + "drilldown" : "Kevin Colyer", "y" : 16, - "drilldown" : "Kevin Colyer" + "name" : "#30: Kevin Colyer" }, { "drilldown" : "Robert Gratza", @@ -828,111 +830,109 @@ "name" : "#31: Robert Gratza" }, { + "name" : "#32: John Barrett", "y" : 14, - "drilldown" : "John Barrett", - "name" : "#32: John Barrett" + "drilldown" : "John Barrett" }, { - "name" : "#33: Khalid", "drilldown" : "Khalid", - "y" : 14 + "y" : 14, + "name" : "#33: Khalid" + }, + { + "name" : "#34: Aaron Sherman", + "y" : 12, + "drilldown" : "Aaron Sherman" }, { - "drilldown" : "Aaron Sherman", + "drilldown" : "Donald Hunter", "y" : 12, - "name" : "#34: Aaron Sherman" + "name" : "#35: Donald Hunter" }, { - "drilldown" : "Jaime Corchado", "y" : 12, - "name" : "#35: Jaime Corchado" + "name" : "#36: Jaime Corchado", + "drilldown" : "Jaime Corchado" }, { - "drilldown" : "Kivanc Yazan", "y" : 12, - "name" : "#36: Kivanc Yazan" + "name" : "#37: Kivanc Yazan", + "drilldown" : "Kivanc Yazan" }, { - "name" : "#37: Maxim Kolodyazhny", "drilldown" : "Maxim Kolodyazhny", - "y" : 12 + "y" : 12, + "name" : "#38: Maxim Kolodyazhny" }, { - "drilldown" : "Philippe Bruhat", "y" : 12, - "name" : "#38: Philippe Bruhat" + "name" : "#39: Philippe Bruhat", + "drilldown" : "Philippe Bruhat" }, { - "y" : 12, "drilldown" : "Sergio Iglesias", - "name" : "#39: Sergio Iglesias" + "y" : 12, + "name" : "#40: Sergio Iglesias" }, { - "name" : "#40: Arpad Toth", - "y" : 10, - "drilldown" : "Arpad Toth" + "drilldown" : "Arpad Toth", + "name" : "#41: Arpad Toth", + "y" : 10 }, { - "name" : "#41: Lubos Kolouch", "y" : 10, + "name" : "#42: Lubos Kolouch", "drilldown" : "Lubos Kolouch" }, { - "name" : "#42: Neil Bowers", - "drilldown" : "Neil Bowers", - "y" : 10 - }, - { - "name" : "#43: Pete Houston", + "name" : "#43: Neil Bowers", "y" : 10, - "drilldown" : "Pete Houston" + "drilldown" : "Neil Bowers" }, { - "name" : "#44: Steve Rogerson", - "drilldown" : "Steve Rogerson", + "drilldown" : "Pete Houston", + "name" : "#44: Pete Houston", "y" : 10 }, { - "name" : "#45: Veesh Goldman", "y" : 10, - "drilldown" : "Veesh Goldman" + "name" : "#45: Steve Rogerson", + "drilldown" : "Steve Rogerson" }, { - "name" : "#46: Alex Daniel", - "y" : 8, - "drilldown" : "Alex Daniel" + "drilldown" : "Veesh Goldman", + "y" : 10, + "name" : "#46: Veesh Goldman" }, { - "y" : 8, - "drilldown" : "Bob Kleemann", - "name" : "#47: Bob Kleemann" + "drilldown" : "Alex Daniel", + "name" : "#47: Alex Daniel", + "y" : 8 }, { - "drilldown" : "Chenyf", "y" : 8, - "name" : "#48: Chenyf" + "name" : "#48: Bob Kleemann", + "drilldown" : "Bob Kleemann" }, { - "name" : "#49: David Kayal", "y" : 8, - "drilldown" : "David Kayal" + "name" : "#49: Chenyf", + "drilldown" : "Chenyf" }, { - "drilldown" : "Donald Hunter", + "drilldown" : "David Kayal", "y" : 8, - "name" : "#50: Donald Hunter" + "name" : "#50: David Kayal" } - ], - "name" : "Perl Weekly Challenge Leaders" + ] } ], - "subtitle" : { - "text" : "Click the columns to drilldown the score breakdown. Last updated at 2019-06-25 16:49:47 GMT" - }, - "title" : { - "text" : "Perl Weekly Challenge Leaders (TOP 50)" + "tooltip" : { + "headerFormat" : "", + "followPointer" : "true", + "pointFormat" : "{point.name}: {point.y:f}
" }, - "chart" : { - "type" : "column" + "xAxis" : { + "type" : "category" } } diff --git a/stats/pwc-summary-1-30.json b/stats/pwc-summary-1-30.json index 30287d3eb4..cb3f25c05b 100644 --- a/stats/pwc-summary-1-30.json +++ b/stats/pwc-summary-1-30.json @@ -1,14 +1,6 @@ { - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2019-06-25 16:49:40 GMT" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "chart" : { - "type" : "column" + "title" : { + "text" : "Perl Weekly Challenge - 2019" }, "xAxis" : { "categories" : [ @@ -44,19 +36,6 @@ "Feng Chang" ] }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "tooltip" : { - "pointFormat" : "{series.name}: {point.y}
", - "shared" : 1 - }, "series" : [ { "name" : "Perl 5", @@ -94,7 +73,6 @@ ] }, { - "name" : "Perl 6", "data" : [ 6, 0, @@ -119,16 +97,18 @@ 1, 0, 0, - 2, + 3, 10, 0, 0, 0, 0, 7 - ] + ], + "name" : "Perl 6" }, { + "name" : "Blog", "data" : [ 0, 0, @@ -153,15 +133,35 @@ 13, 0, 0, - 2, + 3, 0, 0, 0, 9, 0, 0 - ], - "name" : "Blog" + ] } - ] + ], + "tooltip" : { + "pointFormat" : "{series.name}: {point.y}
", + "shared" : 1 + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2019-06-25 17:17:07 GMT" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "chart" : { + "type" : "column" + } } diff --git a/stats/pwc-summary-31-60.json b/stats/pwc-summary-31-60.json index 6acd8fa78e..2c2e448841 100644 --- a/stats/pwc-summary-31-60.json +++ b/stats/pwc-summary-31-60.json @@ -1,11 +1,6 @@ { - "tooltip" : { - "pointFormat" : "{series.name}: {point.y}
", - "shared" : 1 - }, "series" : [ { - "name" : "Perl 5", "data" : [ 0, 0, @@ -37,10 +32,10 @@ 0, 0, 0 - ] + ], + "name" : "Perl 5" }, { - "name" : "Perl 6", "data" : [ 4, 21, @@ -72,10 +67,10 @@ 0, 12, 1 - ] + ], + "name" : "Perl 6" }, { - "name" : "Blog", "data" : [ 0, 6, @@ -107,26 +102,31 @@ 0, 4, 0 - ] + ], + "name" : "Blog" } ], + "tooltip" : { + "shared" : 1, + "pointFormat" : "{series.name}: {point.y}
" + }, + "chart" : { + "type" : "column" + }, "yAxis" : { + "min" : 0, "title" : { "text" : "" - }, - "min" : 0 + } }, "subtitle" : { - "text" : "[Champions: 30] Last updated at 2019-06-25 16:49:40 GMT" + "text" : "[Champions: 30] Last updated at 2019-06-25 17:17:07 GMT" }, "plotOptions" : { "column" : { "stacking" : "percent" } }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" - }, "xAxis" : { "categories" : [ "Finley", @@ -161,7 +161,7 @@ "Martin Barth" ] }, - "chart" : { - "type" : "column" + "title" : { + "text" : "Perl Weekly Challenge - 2019" } } diff --git a/stats/pwc-summary-61-90.json b/stats/pwc-summary-61-90.json index 3458874402..333186a7c3 100644 --- a/stats/pwc-summary-61-90.json +++ b/stats/pwc-summary-61-90.json @@ -1,65 +1,6 @@ { - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2019-06-25 16:49:40 GMT" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "xAxis" : { - "categories" : [ - "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 Van Dam", - "Robert Gratza", - "Roger Bell West", - "Ruben Westerberg", - "Sean Meininger", - "Sergio Iglesias", - "Rakesh Kumar Shardiwal", - "Simon Proctor", - "Simon Reinhardt", - "Steve Rogerson", - "Steven Lembark", - "Steven Wilson", - "Tiago Stock" - ] - }, - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "tooltip" : { - "pointFormat" : "{series.name}: {point.y}
", - "shared" : 1 - }, "series" : [ { - "name" : "Perl 5", "data" : [ 0, 4, @@ -91,9 +32,11 @@ 0, 16, 1 - ] + ], + "name" : "Perl 5" }, { + "name" : "Perl 6", "data" : [ 2, 0, @@ -125,10 +68,10 @@ 0, 0, 0 - ], - "name" : "Perl 6" + ] }, { + "name" : "Blog", "data" : [ 0, 0, @@ -160,8 +103,65 @@ 0, 1, 0 - ], - "name" : "Blog" + ] + } + ], + "tooltip" : { + "pointFormat" : "{series.name}: {point.y}
", + "shared" : 1 + }, + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2019-06-25 17:17:07 GMT" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" } - ] + }, + "xAxis" : { + "categories" : [ + "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 Van Dam", + "Robert Gratza", + "Roger Bell West", + "Ruben Westerberg", + "Sean Meininger", + "Sergio Iglesias", + "Rakesh Kumar Shardiwal", + "Simon Proctor", + "Simon Reinhardt", + "Steve Rogerson", + "Steven Lembark", + "Steven Wilson", + "Tiago Stock" + ] + }, + "title" : { + "text" : "Perl Weekly Challenge - 2019" + } } diff --git a/stats/pwc-summary-91-120.json b/stats/pwc-summary-91-120.json index e44d85bbbc..f096f35a4c 100644 --- a/stats/pwc-summary-91-120.json +++ b/stats/pwc-summary-91-120.json @@ -1,7 +1,42 @@ { + "xAxis" : { + "categories" : [ + "Tim Smith", + "Tore Andersson", + "Luis F. Uceta", + "Veesh Goldman", + "Walt Mankowski", + "William Gilmore", + "Yary H", + "Yozen Hernandez" + ] + }, + "title" : { + "text" : "Perl Weekly Challenge - 2019" + }, + "chart" : { + "type" : "column" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "subtitle" : { + "text" : "[Champions: 8] Last updated at 2019-06-25 17:17:07 GMT" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "tooltip" : { + "pointFormat" : "{series.name}: {point.y}
", + "shared" : 1 + }, "series" : [ { - "name" : "Perl 5", "data" : [ 0, 2, @@ -11,7 +46,8 @@ 1, 1, 12 - ] + ], + "name" : "Perl 5" }, { "name" : "Perl 6", @@ -27,7 +63,6 @@ ] }, { - "name" : "Blog", "data" : [ 0, 0, @@ -37,43 +72,8 @@ 0, 0, 5 - ] - } - ], - "tooltip" : { - "shared" : 1, - "pointFormat" : "{series.name}: {point.y}
" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" + ], + "name" : "Blog" } - }, - "subtitle" : { - "text" : "[Champions: 8] Last updated at 2019-06-25 16:49:40 GMT" - }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" - }, - "chart" : { - "type" : "column" - }, - "xAxis" : { - "categories" : [ - "Tim Smith", - "Tore Andersson", - "Luis F. Uceta", - "Veesh Goldman", - "Walt Mankowski", - "William Gilmore", - "Yary H", - "Yozen Hernandez" - ] - } + ] } diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index aed8857a4d..b0bcdada35 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,7 +1,113 @@ { - "plotOptions" : { - "column" : { - "stacking" : "percent" + "chart" : { + "type" : "column" + }, + "xAxis" : { + "categories" : [ + "Aaron Sherman", + "Abigail", + "Adam Russell", + "Ailbhe Tweedie", + "Alex Daniel", + "Alexander Karelas", + "Alexey Melezhik", + "Alicia Bielsa", + "Andrezgz", + "Antonio Gamiz", + "Arne Sommer", + "Arpad Toth", + "Athanasius", + "Aubrey Quarcoo", + "Bill Palmer", + "Bob Kleemann", + "Clive Holloway", + "Daniel Mantovani", + "Daniel Mita", + "Dave Cross", + "Dave Jacoby", + "David Kayal", + "Denis Yurashku", + "Donald Hunter", + "Doug Schrag", + "Duane Powell", + "Duncan C. White", + "E. Choroba", + "Eddy HS", + "Feng Chang", + "Finley", + "Francis Whittle", + "Fred Zinn", + "Freddie B", + "Guillermo Ramos", + "Gustavo Chaves", + "Jacques Guinnebault", + "Jaime Corchado", + "Jaldhar H. Vyas", + "Dr James A. Smith", + "Jeff", + "Jeremy Carman", + "Jim Bacon", + "JJ Merelo", + "Jo Christian Oterhals", + "Joe Tym", + "Joelle Maslak", + "John Barrett", + "Juan Caballero", + "Kevin Colyer", + "Khalid", + "Kian-Meng Ang", + "Kivanc Yazan", + "Lars Balker", + "Laurent Rosenfeld", + "Lubos Kolouch", + "Magnus Woldrich", + "Mano Chandar", + "Mark Senn", + "Martin Barth", + "Martin Mugeni", + "Matt Latusek", + "Matthew O. Persico", + "Maxim Kolodyazhny", + "Maxim Nechaev", + "Michael Schaap", + "Neil Bowers", + "Nick Logan", + "Chenyf", + "Oleksii Tsvietnov", + "Ozzy", + "Pavel Jurca", + "Pavel Starikov", + "Pete Houston", + "Pete Sergeant", + "Philippe Bruhat", + "Prajith P", + "Robert Van Dam", + "Robert Gratza", + "Roger Bell West", + "Ruben Westerberg", + "Sean Meininger", + "Sergio Iglesias", + "Rakesh Kumar Shardiwal", + "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" : "" } }, "series" : [ @@ -134,7 +240,7 @@ 1, 0, 0, - 2, + 3, 10, 0, 0, @@ -212,6 +318,7 @@ ] }, { + "name" : "Blog", "data" : [ 0, 0, @@ -236,7 +343,7 @@ 13, 0, 0, - 2, + 3, 0, 0, 0, @@ -311,129 +418,22 @@ 0, 0, 5 - ], - "name" : "Blog" + ] } ], - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "chart" : { - "type" : "column" + "title" : { + "text" : "Perl Weekly Challenge - 2019" }, "tooltip" : { "pointFormat" : "{series.name}: {point.y}
", "shared" : 1 }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, "subtitle" : { - "text" : "[Champions: 98] Last updated at 2019-06-25 16:49:40 GMT" - }, - "xAxis" : { - "categories" : [ - "Aaron Sherman", - "Abigail", - "Adam Russell", - "Ailbhe Tweedie", - "Alex Daniel", - "Alexander Karelas", - "Alexey Melezhik", - "Alicia Bielsa", - "Andrezgz", - "Antonio Gamiz", - "Arne Sommer", - "Arpad Toth", - "Athanasius", - "Aubrey Quarcoo", - "Bill Palmer", - "Bob Kleemann", - "Clive Holloway", - "Daniel Mantovani", - "Daniel Mita", - "Dave Cross", - "Dave Jacoby", - "David Kayal", - "Denis Yurashku", - "Donald Hunter", - "Doug Schrag", - "Duane Powell", - "Duncan C. White", - "E. Choroba", - "Eddy HS", - "Feng Chang", - "Finley", - "Francis Whittle", - "Fred Zinn", - "Freddie B", - "Guillermo Ramos", - "Gustavo Chaves", - "Jacques Guinnebault", - "Jaime Corchado", - "Jaldhar H. Vyas", - "Dr James A. Smith", - "Jeff", - "Jeremy Carman", - "Jim Bacon", - "JJ Merelo", - "Jo Christian Oterhals", - "Joe Tym", - "Joelle Maslak", - "John Barrett", - "Juan Caballero", - "Kevin Colyer", - "Khalid", - "Kian-Meng Ang", - "Kivanc Yazan", - "Lars Balker", - "Laurent Rosenfeld", - "Lubos Kolouch", - "Magnus Woldrich", - "Mano Chandar", - "Mark Senn", - "Martin Barth", - "Martin Mugeni", - "Matt Latusek", - "Matthew O. Persico", - "Maxim Kolodyazhny", - "Maxim Nechaev", - "Michael Schaap", - "Neil Bowers", - "Nick Logan", - "Chenyf", - "Oleksii Tsvietnov", - "Ozzy", - "Pavel Jurca", - "Pavel Starikov", - "Pete Houston", - "Pete Sergeant", - "Philippe Bruhat", - "Prajith P", - "Robert Van Dam", - "Robert Gratza", - "Roger Bell West", - "Ruben Westerberg", - "Sean Meininger", - "Sergio Iglesias", - "Rakesh Kumar Shardiwal", - "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" - ] + "text" : "[Champions: 98] Last updated at 2019-06-25 17:17:07 GMT" } } -- cgit