From 66395d10c3df3154719725bb7f3386eb78d7725a Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 9 Sep 2019 00:02:45 +0100 Subject: - Added solutions by Arne Sommer. --- challenge-024/arne-sommer/blog.txt | 1 + challenge-024/arne-sommer/perl6/0 | 0 challenge-024/arne-sommer/perl6/1 | 1 + challenge-024/arne-sommer/perl6/1-one | 1 + challenge-024/arne-sommer/perl6/1-semi | 1 + challenge-024/arne-sommer/perl6/2 | 1 + challenge-024/arne-sommer/perl6/2-quote | 1 + challenge-024/arne-sommer/perl6/3 | 1 + challenge-024/arne-sommer/perl6/5 | 1 + challenge-024/arne-sommer/perl6/6 | 1 + challenge-024/arne-sommer/perl6/ch-1.sh | 1 + challenge-024/arne-sommer/perl6/ch-2.p6 | 17 + challenge-024/arne-sommer/perl6/cro-index | 36 ++ challenge-024/arne-sommer/perl6/hex-dump | 51 ++ .../arne-sommer/perl6/make-inverted-index | 20 + .../arne-sommer/perl6/make-inverted-index-fixed | 20 + .../arne-sommer/perl6/search-inverted-index | 17 + .../arne-sommer/perl6/search-inverted-index-loop | 36 ++ stats/pwc-current.json | 185 ++++--- stats/pwc-language-breakdown-summary.json | 60 +-- stats/pwc-language-breakdown.json | 382 +++++++------- stats/pwc-leaders.json | 576 ++++++++++----------- stats/pwc-summary-1-30.json | 112 ++-- stats/pwc-summary-31-60.json | 38 +- stats/pwc-summary-61-90.json | 98 ++-- stats/pwc-summary-91-120.json | 32 +- stats/pwc-summary.json | 34 +- 27 files changed, 975 insertions(+), 749 deletions(-) create mode 100644 challenge-024/arne-sommer/blog.txt create mode 100644 challenge-024/arne-sommer/perl6/0 create mode 100644 challenge-024/arne-sommer/perl6/1 create mode 100644 challenge-024/arne-sommer/perl6/1-one create mode 100644 challenge-024/arne-sommer/perl6/1-semi create mode 100644 challenge-024/arne-sommer/perl6/2 create mode 100644 challenge-024/arne-sommer/perl6/2-quote create mode 100644 challenge-024/arne-sommer/perl6/3 create mode 100644 challenge-024/arne-sommer/perl6/5 create mode 100644 challenge-024/arne-sommer/perl6/6 create mode 100644 challenge-024/arne-sommer/perl6/ch-1.sh create mode 100755 challenge-024/arne-sommer/perl6/ch-2.p6 create mode 100755 challenge-024/arne-sommer/perl6/cro-index create mode 100755 challenge-024/arne-sommer/perl6/hex-dump create mode 100755 challenge-024/arne-sommer/perl6/make-inverted-index create mode 100755 challenge-024/arne-sommer/perl6/make-inverted-index-fixed create mode 100755 challenge-024/arne-sommer/perl6/search-inverted-index create mode 100755 challenge-024/arne-sommer/perl6/search-inverted-index-loop diff --git a/challenge-024/arne-sommer/blog.txt b/challenge-024/arne-sommer/blog.txt new file mode 100644 index 0000000000..024dba115d --- /dev/null +++ b/challenge-024/arne-sommer/blog.txt @@ -0,0 +1 @@ +https://perl6.eu/small-inversions.html diff --git a/challenge-024/arne-sommer/perl6/0 b/challenge-024/arne-sommer/perl6/0 new file mode 100644 index 0000000000..e69de29bb2 diff --git a/challenge-024/arne-sommer/perl6/1 b/challenge-024/arne-sommer/perl6/1 new file mode 100644 index 0000000000..8b13789179 --- /dev/null +++ b/challenge-024/arne-sommer/perl6/1 @@ -0,0 +1 @@ + diff --git a/challenge-024/arne-sommer/perl6/1-one b/challenge-024/arne-sommer/perl6/1-one new file mode 100644 index 0000000000..56a6051ca2 --- /dev/null +++ b/challenge-024/arne-sommer/perl6/1-one @@ -0,0 +1 @@ +1 \ No newline at end of file diff --git a/challenge-024/arne-sommer/perl6/1-semi b/challenge-024/arne-sommer/perl6/1-semi new file mode 100644 index 0000000000..1c8a0e7976 --- /dev/null +++ b/challenge-024/arne-sommer/perl6/1-semi @@ -0,0 +1 @@ +; \ No newline at end of file diff --git a/challenge-024/arne-sommer/perl6/2 b/challenge-024/arne-sommer/perl6/2 new file mode 100644 index 0000000000..092bc2b041 --- /dev/null +++ b/challenge-024/arne-sommer/perl6/2 @@ -0,0 +1 @@ +; diff --git a/challenge-024/arne-sommer/perl6/2-quote b/challenge-024/arne-sommer/perl6/2-quote new file mode 100644 index 0000000000..3cc762b550 --- /dev/null +++ b/challenge-024/arne-sommer/perl6/2-quote @@ -0,0 +1 @@ +"" \ No newline at end of file diff --git a/challenge-024/arne-sommer/perl6/3 b/challenge-024/arne-sommer/perl6/3 new file mode 100644 index 0000000000..796e82d142 --- /dev/null +++ b/challenge-024/arne-sommer/perl6/3 @@ -0,0 +1 @@ +++$ \ No newline at end of file diff --git a/challenge-024/arne-sommer/perl6/5 b/challenge-024/arne-sommer/perl6/5 new file mode 100644 index 0000000000..bbc468fdd0 --- /dev/null +++ b/challenge-024/arne-sommer/perl6/5 @@ -0,0 +1 @@ +say 1 \ No newline at end of file diff --git a/challenge-024/arne-sommer/perl6/6 b/challenge-024/arne-sommer/perl6/6 new file mode 100644 index 0000000000..93667da8bb --- /dev/null +++ b/challenge-024/arne-sommer/perl6/6 @@ -0,0 +1 @@ +sink 1 \ No newline at end of file diff --git a/challenge-024/arne-sommer/perl6/ch-1.sh b/challenge-024/arne-sommer/perl6/ch-1.sh new file mode 100644 index 0000000000..c2e50d3010 --- /dev/null +++ b/challenge-024/arne-sommer/perl6/ch-1.sh @@ -0,0 +1 @@ +perl6 3 diff --git a/challenge-024/arne-sommer/perl6/ch-2.p6 b/challenge-024/arne-sommer/perl6/ch-2.p6 new file mode 100755 index 0000000000..0e444c505e --- /dev/null +++ b/challenge-024/arne-sommer/perl6/ch-2.p6 @@ -0,0 +1,17 @@ +#! /usr/bin/env perl6 + +sub MAIN ($word, :$index = "index.txt") +{ + for (slurp $index).lines -> $line + { + my ($entry, $files) = $line.split(":"); + + if $word eq $entry + { + say "«$word» found in: $files"; + exit; + } + } + say "Not found."; +} + diff --git a/challenge-024/arne-sommer/perl6/cro-index b/challenge-024/arne-sommer/perl6/cro-index new file mode 100755 index 0000000000..0dc1c47260 --- /dev/null +++ b/challenge-024/arne-sommer/perl6/cro-index @@ -0,0 +1,36 @@ +#! /usr/bin/env perl6 + +use Cro::HTTP::Router; +use Cro::HTTP::Server; + +sub MAIN (*@files where @files.elems >= 1, :$port = 10000) +{ + my %index; + for @files -> $file + { + say "Reading file: $file (start)"; + die "No such file: $file" unless $file.IO.e; + die "Unreadable file: $file" unless $file.IO.r; + + my @words = (slurp $file).split(/<+[\W] - [\-] + [_] >+/); + say "Reading file: $file (finished)"; + + @words.map({ %index{$_}.{$file} = True }); + } + + say "Port: $port"; + + my $application = route + { + get -> 'search', $search + { + content 'text/plain', "$search: { %index{$search}.keys.join(", ") }\n"; + } + } + + my Cro::Service $search-app = Cro::HTTP::Server.new: :host, :$port, :$application; + + $search-app.start; + + react whenever signal(SIGINT) { $search-app.stop; exit; } +} \ No newline at end of file diff --git a/challenge-024/arne-sommer/perl6/hex-dump b/challenge-024/arne-sommer/perl6/hex-dump new file mode 100755 index 0000000000..6f81d76e6a --- /dev/null +++ b/challenge-024/arne-sommer/perl6/hex-dump @@ -0,0 +1,51 @@ +#! /usr/bin/env perl6 + +constant CR = 9229.chr; # This is the unicode "C/R" symbol +constant LF = 9226.chr; # This is the unicode "L/F" symbol +constant BOX = 9617.chr; # This is a unicode gray box + +multi sub MAIN ($file where $file.IO && $file.IO.r, :$linesize = 10) +{ + my $fh = open $file, :bin; + say-blob($fh.read, $linesize); + $fh.close; +} + +multi sub MAIN ($string, :$linesize = 10) +{ + say-blob($string.encode("utf-8"), $linesize); +} + +sub say-blob ($blob, $linesize) +{ + my $ascii = ""; + my $elems = @$blob.elems; + my $count = 0; + for @$blob -> $byte + { + $count++; + print $byte.fmt("%02X "); + if $byte == 10 + { + $ascii ~= CR; + } + elsif $byte == 13 + { + $ascii ~= LF; + } + else + { + $ascii ~= 31 < $byte < 127 ?? $byte.chr !! BOX; + } + if $count == $linesize + { + say "| $ascii"; $count = 0; $ascii = ""; + } + } + + if $count && $count < $linesize + { + print " " x $linesize - $count; # Fill the last line + say "| $ascii"; + } +} \ No newline at end of file diff --git a/challenge-024/arne-sommer/perl6/make-inverted-index b/challenge-024/arne-sommer/perl6/make-inverted-index new file mode 100755 index 0000000000..172f270da6 --- /dev/null +++ b/challenge-024/arne-sommer/perl6/make-inverted-index @@ -0,0 +1,20 @@ +#! /usr/bin/env perl6 + +sub MAIN (*@files where @files.elems >= 1, :$index = "index.txt") +{ + my %index; + for @files -> $file + { + die "No such file: $file" unless $file.IO.e; + die "Unreadable file: $file" unless $file.IO.r; + + my @words = (slurp $file).words; + + @words.map({ %index{$_}.{$file} = True }); + } + + die "Unable to write index" unless my $fh = open $index, :w; + $fh.say("$_:{ %index{$_}.keys.join(",") }") for %index.keys.sort; + $fh.close; +} + diff --git a/challenge-024/arne-sommer/perl6/make-inverted-index-fixed b/challenge-024/arne-sommer/perl6/make-inverted-index-fixed new file mode 100755 index 0000000000..dd2f88f8e7 --- /dev/null +++ b/challenge-024/arne-sommer/perl6/make-inverted-index-fixed @@ -0,0 +1,20 @@ +#! /usr/bin/env perl6 + +sub MAIN (*@files where @files.elems >= 1, :$index = "index.txt") +{ + my %index; + for @files -> $file + { + die "No such file: $file" unless $file.IO.e; + die "Unreadable file: $file" unless $file.IO.r; + + my @words = (slurp $file).split(/<+[\W] - [\-] + [_] >+/); + + @words.map({ %index{$_}.{$file} = True }); + } + + die "Unable to write index" unless my $fh = open $index, :w; + $fh.say("$_:{ %index{$_}.keys.join(",") }") for %index.keys.sort; + $fh.close; +} + diff --git a/challenge-024/arne-sommer/perl6/search-inverted-index b/challenge-024/arne-sommer/perl6/search-inverted-index new file mode 100755 index 0000000000..0e444c505e --- /dev/null +++ b/challenge-024/arne-sommer/perl6/search-inverted-index @@ -0,0 +1,17 @@ +#! /usr/bin/env perl6 + +sub MAIN ($word, :$index = "index.txt") +{ + for (slurp $index).lines -> $line + { + my ($entry, $files) = $line.split(":"); + + if $word eq $entry + { + say "«$word» found in: $files"; + exit; + } + } + say "Not found."; +} + diff --git a/challenge-024/arne-sommer/perl6/search-inverted-index-loop b/challenge-024/arne-sommer/perl6/search-inverted-index-loop new file mode 100755 index 0000000000..25e9c03f32 --- /dev/null +++ b/challenge-024/arne-sommer/perl6/search-inverted-index-loop @@ -0,0 +1,36 @@ +#! /usr/bin/env perl6 + +multi sub MAIN ($word, :$index = "index.txt") +{ + for (slurp $index).lines -> $line + { + my ($entry, $files) = $line.split(":"); + + if $word eq $entry + { + say "«$word» found in: $files"; + exit; + } + } + say "Not found."; +} + +multi sub MAIN (:$index = "index.txt") +{ + my %index; + for (slurp $index).lines -> $line + { + my ($entry, $files) = $line.split(":"); + %index{$entry} = $files; + } + + loop + { + my $word = prompt("Search for word: "); + + say %index{$word} + ?? "«$word» found in: { %index{$word} }" + !! "Not found."; + } +} + diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 11546c5805..5f48e6ee53 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -2,6 +2,7 @@ "drilldown" : { "series" : [ { + "name" : "Adam Russell", "id" : "Adam Russell", "data" : [ [ @@ -12,18 +13,31 @@ "Blog", 2 ] - ], - "name" : "Adam Russell" + ] }, { + "id" : "Andrezgz", "name" : "Andrezgz", "data" : [ [ "Perl 5", 2 ] + ] + }, + { + "data" : [ + [ + "Perl 6", + 2 + ], + [ + "Blog", + 1 + ] ], - "id" : "Andrezgz" + "id" : "Arne Sommer", + "name" : "Arne Sommer" }, { "data" : [ @@ -40,28 +54,26 @@ "name" : "Athanasius" }, { - "id" : "Dave Cross", "data" : [ [ "Perl 5", 1 ] ], - "name" : "Dave Cross" + "name" : "Dave Cross", + "id" : "Dave Cross" }, { - "name" : "Duane Powell", "data" : [ [ "Perl 5", 2 ] ], + "name" : "Duane Powell", "id" : "Duane Powell" }, { - "name" : "E. Choroba", - "id" : "E. Choroba", "data" : [ [ "Perl 5", @@ -71,16 +83,18 @@ "Blog", 1 ] - ] + ], + "id" : "E. Choroba", + "name" : "E. Choroba" }, { - "name" : "Guillermo Ramos", "data" : [ [ "Perl 5", 2 ] ], + "name" : "Guillermo Ramos", "id" : "Guillermo Ramos" }, { @@ -98,8 +112,8 @@ 1 ] ], - "id" : "Joelle Maslak", - "name" : "Joelle Maslak" + "name" : "Joelle Maslak", + "id" : "Joelle Maslak" }, { "name" : "Kevin Colyer", @@ -112,17 +126,18 @@ ] }, { - "name" : "Kian-Meng Ang", - "id" : "Kian-Meng Ang", "data" : [ [ "Perl 5", 1 ] - ] + ], + "id" : "Kian-Meng Ang", + "name" : "Kian-Meng Ang" }, { "name" : "Laurent Rosenfeld", + "id" : "Laurent Rosenfeld", "data" : [ [ "Perl 5", @@ -136,22 +151,21 @@ "Blog", 1 ] - ], - "id" : "Laurent Rosenfeld" + ] }, { - "id" : "Lubos Kolouch", "data" : [ [ "Perl 5", 2 ] ], + "id" : "Lubos Kolouch", "name" : "Lubos Kolouch" }, { - "name" : "Noud", "id" : "Noud", + "name" : "Noud", "data" : [ [ "Perl 6", @@ -161,6 +175,7 @@ }, { "name" : "Randy Lauen", + "id" : "Randy Lauen", "data" : [ [ "Perl 5", @@ -170,11 +185,9 @@ "Perl 6", 2 ] - ], - "id" : "Randy Lauen" + ] }, { - "name" : "Roger Bell West", "data" : [ [ "Perl 5", @@ -189,6 +202,7 @@ 1 ] ], + "name" : "Roger Bell West", "id" : "Roger Bell West" }, { @@ -206,7 +220,6 @@ ] }, { - "id" : "Simon Proctor", "data" : [ [ "Perl 5", @@ -217,19 +230,21 @@ 2 ] ], + "id" : "Simon Proctor", "name" : "Simon Proctor" }, { - "name" : "Steven Wilson", "data" : [ [ "Perl 5", 1 ] ], - "id" : "Steven Wilson" + "id" : "Steven Wilson", + "name" : "Steven Wilson" }, { + "name" : "Yet Ebreo", "id" : "Yet Ebreo", "data" : [ [ @@ -244,70 +259,84 @@ "Blog", 1 ] - ], - "name" : "Yet Ebreo" + ] } ] }, - "chart" : { - "type" : "column" + "subtitle" : { + "text" : "[Champions: 20] Last updated at 2019-09-08 23:02:21 GMT" + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "tooltip" : { + "pointFormat" : "{point.name}: {point.y:f}
", + "headerFormat" : "{series.name}
", + "followPointer" : 1 }, "series" : [ { "data" : [ { + "y" : 4, "name" : "Adam Russell", - "drilldown" : "Adam Russell", - "y" : 4 + "drilldown" : "Adam Russell" }, { + "y" : 2, "name" : "Andrezgz", - "drilldown" : "Andrezgz", - "y" : 2 + "drilldown" : "Andrezgz" + }, + { + "drilldown" : "Arne Sommer", + "name" : "Arne Sommer", + "y" : 3 }, { - "drilldown" : "Athanasius", + "name" : "Athanasius", "y" : 2, - "name" : "Athanasius" + "drilldown" : "Athanasius" }, { + "y" : 1, "name" : "Dave Cross", - "drilldown" : "Dave Cross", - "y" : 1 + "drilldown" : "Dave Cross" }, { - "y" : 2, "drilldown" : "Duane Powell", - "name" : "Duane Powell" + "name" : "Duane Powell", + "y" : 2 }, { - "name" : "E. Choroba", "y" : 3, + "name" : "E. Choroba", "drilldown" : "E. Choroba" }, { "name" : "Guillermo Ramos", - "drilldown" : "Guillermo Ramos", - "y" : 2 + "y" : 2, + "drilldown" : "Guillermo Ramos" }, { + "drilldown" : "Joelle Maslak", "name" : "Joelle Maslak", - "y" : 5, - "drilldown" : "Joelle Maslak" + "y" : 5 }, { "name" : "Kevin Colyer", - "drilldown" : "Kevin Colyer", - "y" : 2 + "y" : 2, + "drilldown" : "Kevin Colyer" }, { - "drilldown" : "Kian-Meng Ang", "y" : 1, - "name" : "Kian-Meng Ang" + "name" : "Kian-Meng Ang", + "drilldown" : "Kian-Meng Ang" }, { - "y" : 5, "drilldown" : "Laurent Rosenfeld", + "y" : 5, "name" : "Laurent Rosenfeld" }, { @@ -316,74 +345,64 @@ "drilldown" : "Lubos Kolouch" }, { - "y" : 2, "drilldown" : "Noud", - "name" : "Noud" + "name" : "Noud", + "y" : 2 }, { + "drilldown" : "Randy Lauen", "name" : "Randy Lauen", - "y" : 4, - "drilldown" : "Randy Lauen" + "y" : 4 }, { - "name" : "Roger Bell West", + "drilldown" : "Roger Bell West", "y" : 4, - "drilldown" : "Roger Bell West" + "name" : "Roger Bell West" }, { + "drilldown" : "Ruben Westerberg", "name" : "Ruben Westerberg", - "y" : 4, - "drilldown" : "Ruben Westerberg" + "y" : 4 }, { - "drilldown" : "Simon Proctor", "y" : 3, - "name" : "Simon Proctor" + "name" : "Simon Proctor", + "drilldown" : "Simon Proctor" }, { - "name" : "Steven Wilson", "drilldown" : "Steven Wilson", + "name" : "Steven Wilson", "y" : 1 }, { - "name" : "Yet Ebreo", "y" : 5, + "name" : "Yet Ebreo", "drilldown" : "Yet Ebreo" } ], - "name" : "Perl Weekly Challenge - 024", - "colorByPoint" : 1 + "colorByPoint" : 1, + "name" : "Perl Weekly Challenge - 024" } ], - "legend" : { - "enabled" : 0 - }, - "subtitle" : { - "text" : "[Champions: 19] Last updated at 2019-09-08 22:01:16 GMT" - }, - "xAxis" : { - "type" : "category" - }, "title" : { "text" : "Perl Weekly Challenge - 024" }, - "tooltip" : { - "followPointer" : 1, - "pointFormat" : "{point.name}: {point.y:f}
", - "headerFormat" : "{series.name}
" - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } + "chart" : { + "type" : "column" }, "plotOptions" : { "series" : { - "borderWidth" : 0, "dataLabels" : { "enabled" : 1, "format" : "{point.y}" - } + }, + "borderWidth" : 0 } + }, + "xAxis" : { + "type" : "category" + }, + "legend" : { + "enabled" : 0 } } diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index f700d9b554..495035285d 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,13 +1,19 @@ { - "subtitle" : { - "text" : "Last updated at 2019-09-08 22:01:27 GMT" + "legend" : { + "enabled" : "false" }, - "title" : { - "text" : "Perl Weekly Challenge Contributions - 2019" + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 }, "chart" : { "type" : "column" }, + "subtitle" : { + "text" : "Last updated at 2019-09-08 23:02:39 GMT" + }, "xAxis" : { "labels" : { "style" : { @@ -17,31 +23,18 @@ }, "type" : "category" }, - "legend" : { - "enabled" : "false" - }, "tooltip" : { "pointFormat" : "{point.y:.0f}" }, + "title" : { + "text" : "Perl Weekly Challenge Contributions - 2019" + }, "series" : [ { - "name" : "Contributions", - "dataLabels" : { - "format" : "{point.y:.0f}", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "rotation" : -90, - "align" : "right", - "color" : "#FFFFFF", - "enabled" : "true", - "y" : 10 - }, "data" : [ [ "Blog", - 261 + 262 ], [ "Perl 5", @@ -49,15 +42,22 @@ ], [ "Perl 6", - 600 + 602 ] - ] - } - ], - "yAxis" : { - "min" : 0, - "title" : { - "text" : null + ], + "name" : "Contributions", + "dataLabels" : { + "color" : "#FFFFFF", + "format" : "{point.y:.0f}", + "y" : 10, + "enabled" : "true", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "rotation" : -90, + "align" : "right" + } } - } + ] } diff --git a/stats/pwc-language-breakdown.json b/stats/pwc-language-breakdown.json index 2aec023e0f..7cc7399036 100644 --- a/stats/pwc-language-breakdown.json +++ b/stats/pwc-language-breakdown.json @@ -1,30 +1,167 @@ { + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "subtitle" : { + "text" : "Click the columns to drilldown the language breakdown. Last updated at 2019-09-08 23:02:39 GMT" + }, + "chart" : { + "type" : "column" + }, + "series" : [ + { + "data" : [ + { + "y" : 132, + "name" : "#001", + "drilldown" : "001" + }, + { + "y" : 104, + "drilldown" : "002", + "name" : "#002" + }, + { + "drilldown" : "003", + "name" : "#003", + "y" : 66 + }, + { + "y" : 86, + "drilldown" : "004", + "name" : "#004" + }, + { + "drilldown" : "005", + "name" : "#005", + "y" : 66 + }, + { + "name" : "#006", + "drilldown" : "006", + "y" : 47 + }, + { + "y" : 55, + "drilldown" : "007", + "name" : "#007" + }, + { + "y" : 68, + "name" : "#008", + "drilldown" : "008" + }, + { + "name" : "#009", + "drilldown" : "009", + "y" : 66 + }, + { + "name" : "#010", + "drilldown" : "010", + "y" : 60 + }, + { + "y" : 78, + "name" : "#011", + "drilldown" : "011" + }, + { + "y" : 83, + "drilldown" : "012", + "name" : "#012" + }, + { + "y" : 76, + "name" : "#013", + "drilldown" : "013" + }, + { + "y" : 95, + "name" : "#014", + "drilldown" : "014" + }, + { + "y" : 93, + "drilldown" : "015", + "name" : "#015" + }, + { + "y" : 66, + "name" : "#016", + "drilldown" : "016" + }, + { + "drilldown" : "017", + "name" : "#017", + "y" : 79 + }, + { + "y" : 76, + "drilldown" : "018", + "name" : "#018" + }, + { + "y" : 95, + "drilldown" : "019", + "name" : "#019" + }, + { + "name" : "#020", + "drilldown" : "020", + "y" : 95 + }, + { + "name" : "#021", + "drilldown" : "021", + "y" : 67 + }, + { + "name" : "#022", + "drilldown" : "022", + "y" : 63 + }, + { + "name" : "#023", + "drilldown" : "023", + "y" : 91 + }, + { + "drilldown" : "024", + "name" : "#024", + "y" : 57 + } + ], + "name" : "Perl Weekly Challenge Languages", + "colorByPoint" : "true" + } + ], "plotOptions" : { "series" : { "borderWidth" : 0, "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 + "enabled" : 1, + "format" : "{point.y}" } } }, - "subtitle" : { - "text" : "Click the columns to drilldown the language breakdown. Last updated at 2019-09-08 22:01:27 GMT" + "tooltip" : { + "followPointer" : "true", + "headerFormat" : "", + "pointFormat" : "Challenge {point.name}: {point.y:f}
" }, - "chart" : { - "type" : "column" + "xAxis" : { + "type" : "category" }, "title" : { "text" : "Perl Weekly Challenge Language" }, - "xAxis" : { - "type" : "category" - }, "drilldown" : { "series" : [ { "name" : "001", - "id" : "001", "data" : [ [ "Perl 5", @@ -38,10 +175,10 @@ "Blog", 11 ] - ] + ], + "id" : "001" }, { - "id" : "002", "name" : "002", "data" : [ [ @@ -56,9 +193,11 @@ "Blog", 9 ] - ] + ], + "id" : "002" }, { + "name" : "003", "data" : [ [ "Perl 5", @@ -73,12 +212,10 @@ 8 ] ], - "name" : "003", "id" : "003" }, { "name" : "004", - "id" : "004", "data" : [ [ "Perl 5", @@ -92,11 +229,11 @@ "Blog", 9 ] - ] + ], + "id" : "004" }, { "id" : "005", - "name" : "005", "data" : [ [ "Perl 5", @@ -110,9 +247,12 @@ "Blog", 11 ] - ] + ], + "name" : "005" }, { + "id" : "006", + "name" : "006", "data" : [ [ "Perl 5", @@ -126,9 +266,7 @@ "Blog", 6 ] - ], - "id" : "006", - "name" : "006" + ] }, { "data" : [ @@ -145,10 +283,12 @@ 9 ] ], - "id" : "007", - "name" : "007" + "name" : "007", + "id" : "007" }, { + "id" : "008", + "name" : "008", "data" : [ [ "Perl 5", @@ -162,9 +302,7 @@ "Blog", 10 ] - ], - "name" : "008", - "id" : "008" + ] }, { "data" : [ @@ -185,8 +323,6 @@ "id" : "009" }, { - "name" : "010", - "id" : "010", "data" : [ [ "Perl 5", @@ -200,7 +336,9 @@ "Blog", 11 ] - ] + ], + "name" : "010", + "id" : "010" }, { "data" : [ @@ -221,6 +359,8 @@ "id" : "011" }, { + "id" : "012", + "name" : "012", "data" : [ [ "Perl 5", @@ -234,12 +374,9 @@ "Blog", 11 ] - ], - "name" : "012", - "id" : "012" + ] }, { - "name" : "013", "id" : "013", "data" : [ [ @@ -254,11 +391,11 @@ "Blog", 13 ] - ] + ], + "name" : "013" }, { "name" : "014", - "id" : "014", "data" : [ [ "Perl 5", @@ -272,11 +409,11 @@ "Blog", 14 ] - ] + ], + "id" : "014" }, { "name" : "015", - "id" : "015", "data" : [ [ "Perl 5", @@ -290,10 +427,10 @@ "Blog", 15 ] - ] + ], + "id" : "015" }, { - "id" : "016", "name" : "016", "data" : [ [ @@ -308,9 +445,11 @@ "Blog", 12 ] - ] + ], + "id" : "016" }, { + "id" : "017", "data" : [ [ "Perl 5", @@ -325,10 +464,10 @@ 12 ] ], - "id" : "017", "name" : "017" }, { + "id" : "018", "data" : [ [ "Perl 5", @@ -343,10 +482,10 @@ 14 ] ], - "id" : "018", "name" : "018" }, { + "id" : "019", "data" : [ [ "Perl 5", @@ -361,7 +500,6 @@ 13 ] ], - "id" : "019", "name" : "019" }, { @@ -402,7 +540,6 @@ }, { "name" : "022", - "id" : "022", "data" : [ [ "Perl 5", @@ -416,9 +553,12 @@ "Blog", 10 ] - ] + ], + "id" : "022" }, { + "id" : "023", + "name" : "023", "data" : [ [ "Perl 5", @@ -432,13 +572,9 @@ "Blog", 12 ] - ], - "id" : "023", - "name" : "023" + ] }, { - "name" : "024", - "id" : "024", "data" : [ [ "Perl 5", @@ -446,155 +582,19 @@ ], [ "Perl 6", - 18 + 20 ], [ "Blog", - 7 + 8 ] - ] + ], + "name" : "024", + "id" : "024" } ] }, "legend" : { "enabled" : "false" - }, - "tooltip" : { - "followPointer" : "true", - "headerFormat" : "", - "pointFormat" : "Challenge {point.name}: {point.y:f}
" - }, - "series" : [ - { - "data" : [ - { - "drilldown" : "001", - "y" : 132, - "name" : "#001" - }, - { - "name" : "#002", - "y" : 104, - "drilldown" : "002" - }, - { - "name" : "#003", - "y" : 66, - "drilldown" : "003" - }, - { - "drilldown" : "004", - "y" : 86, - "name" : "#004" - }, - { - "y" : 66, - "name" : "#005", - "drilldown" : "005" - }, - { - "name" : "#006", - "y" : 47, - "drilldown" : "006" - }, - { - "drilldown" : "007", - "name" : "#007", - "y" : 55 - }, - { - "y" : 68, - "name" : "#008", - "drilldown" : "008" - }, - { - "y" : 66, - "name" : "#009", - "drilldown" : "009" - }, - { - "drilldown" : "010", - "y" : 60, - "name" : "#010" - }, - { - "y" : 78, - "name" : "#011", - "drilldown" : "011" - }, - { - "drilldown" : "012", - "y" : 83, - "name" : "#012" - }, - { - "drilldown" : "013", - "name" : "#013", - "y" : 76 - }, - { - "drilldown" : "014", - "name" : "#014", - "y" : 95 - }, - { - "y" : 93, - "name" : "#015", - "drilldown" : "015" - }, - { - "y" : 66, - "name" : "#016", - "drilldown" : "016" - }, - { - "drilldown" : "017", - "name" : "#017", - "y" : 79 - }, - { - "y" : 76, - "name" : "#018", - "drilldown" : "018" - }, - { - "drilldown" : "019", - "name" : "#019", - "y" : 95 - }, - { - "name" : "#020", - "y" : 95, - "drilldown" : "020" - }, - { - "y" : 67, - "name" : "#021", - "drilldown" : "021" - }, - { - "drilldown" : "022", - "y" : 63, - "name" : "#022" - }, - { - "name" : "#023", - "y" : 91, - "drilldown" : "023" - }, - { - "y" : 54, - "name" : "#024", - "drilldown" : "024" - } - ], - "colorByPoint" : "true", - "name" : "Perl Weekly Challenge Languages" - } - ], - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } } } diff --git a/stats/pwc-leaders.json b/stats/pwc-leaders.json index b808615867..18f769b3a6 100644 --- a/stats/pwc-leaders.json +++ b/stats/pwc-leaders.json @@ -2,43 +2,29 @@ "chart" : { "type" : "column" }, - "yAxis" : { - "title" : { - "text" : "Total Score" - } - }, - "subtitle" : { - "text" : "Click the columns to drilldown the score breakdown. Last updated at 2019-09-08 22:01:21 GMT" - }, - "xAxis" : { - "type" : "category" - }, - "legend" : { - "enabled" : "false" - }, "series" : [ { - "name" : "Perl Weekly Challenge Leaders", + "colorByPoint" : "true", "data" : [ { + "drilldown" : "Laurent Rosenfeld", "y" : 286, - "name" : "#1: Laurent Rosenfeld", - "drilldown" : "Laurent Rosenfeld" + "name" : "#1: Laurent Rosenfeld" }, { + "drilldown" : "Joelle Maslak", "y" : 258, - "name" : "#2: Joelle Maslak", - "drilldown" : "Joelle Maslak" + "name" : "#2: Joelle Maslak" }, { - "drilldown" : "Jaldhar H. Vyas", "y" : 202, + "drilldown" : "Jaldhar H. Vyas", "name" : "#3: Jaldhar H. Vyas" }, { "y" : 180, - "name" : "#4: Ruben Westerberg", - "drilldown" : "Ruben Westerberg" + "drilldown" : "Ruben Westerberg", + "name" : "#4: Ruben Westerberg" }, { "drilldown" : "Adam Russell", @@ -46,19 +32,19 @@ "name" : "#5: Adam Russell" }, { - "drilldown" : "Athanasius", "y" : 156, + "drilldown" : "Athanasius", "name" : "#6: Athanasius" }, { - "drilldown" : "Arne Sommer", - "y" : 144, - "name" : "#7: Arne Sommer" + "name" : "#7: Arne Sommer", + "y" : 150, + "drilldown" : "Arne Sommer" }, { - "drilldown" : "Kian-Meng Ang", "name" : "#8: Kian-Meng Ang", - "y" : 132 + "y" : 132, + "drilldown" : "Kian-Meng Ang" }, { "name" : "#9: E. Choroba", @@ -66,44 +52,44 @@ "drilldown" : "E. Choroba" }, { + "y" : 104, "drilldown" : "Simon Proctor", - "name" : "#10: Simon Proctor", - "y" : 104 + "name" : "#10: Simon Proctor" }, { - "drilldown" : "Andrezgz", "name" : "#11: Andrezgz", + "drilldown" : "Andrezgz", "y" : 92 }, { - "name" : "#12: Francis Whittle", + "drilldown" : "Francis Whittle", "y" : 92, - "drilldown" : "Francis Whittle" + "name" : "#12: Francis Whittle" }, { + "y" : 90, "drilldown" : "Dave Jacoby", - "name" : "#13: Dave Jacoby", - "y" : 90 + "name" : "#13: Dave Jacoby" }, { - "drilldown" : "Duncan C. White", "name" : "#14: Duncan C. White", + "drilldown" : "Duncan C. White", "y" : 82 }, { "name" : "#15: Feng Chang", - "y" : 80, - "drilldown" : "Feng Chang" + "drilldown" : "Feng Chang", + "y" : 80 }, { - "name" : "#16: Daniel Mantovani", + "drilldown" : "Daniel Mantovani", "y" : 78, - "drilldown" : "Daniel Mantovani" + "name" : "#16: Daniel Mantovani" }, { - "drilldown" : "Roger Bell West", + "name" : "#17: Roger Bell West", "y" : 78, - "name" : "#17: Roger Bell West" + "drilldown" : "Roger Bell West" }, { "name" : "#18: Steven Wilson", @@ -111,74 +97,74 @@ "drilldown" : "Steven Wilson" }, { - "name" : "#19: Gustavo Chaves", "y" : 72, - "drilldown" : "Gustavo Chaves" + "drilldown" : "Gustavo Chaves", + "name" : "#19: Gustavo Chaves" }, { + "y" : 70, "drilldown" : "Yozen Hernandez", - "name" : "#20: Yozen Hernandez", - "y" : 70 + "name" : "#20: Yozen Hernandez" }, { "drilldown" : "Guillermo Ramos", - "name" : "#21: Guillermo Ramos", - "y" : 60 + "y" : 60, + "name" : "#21: Guillermo Ramos" }, { - "drilldown" : "Mark Senn", + "name" : "#22: Mark Senn", "y" : 58, - "name" : "#22: Mark Senn" + "drilldown" : "Mark Senn" }, { - "y" : 56, "name" : "#23: Jo Christian Oterhals", - "drilldown" : "Jo Christian Oterhals" + "drilldown" : "Jo Christian Oterhals", + "y" : 56 }, { - "drilldown" : "Randy Lauen", "name" : "#24: Randy Lauen", + "drilldown" : "Randy Lauen", "y" : 52 }, { - "drilldown" : "Kevin Colyer", "name" : "#25: Kevin Colyer", - "y" : 50 + "y" : 50, + "drilldown" : "Kevin Colyer" }, { "y" : 46, - "name" : "#26: Ozzy", - "drilldown" : "Ozzy" + "drilldown" : "Ozzy", + "name" : "#26: Ozzy" }, { "drilldown" : "Yet Ebreo", - "name" : "#27: Yet Ebreo", - "y" : 46 + "y" : 46, + "name" : "#27: Yet Ebreo" }, { + "y" : 44, "drilldown" : "Dr James A. Smith", - "name" : "#28: Dr James A. Smith", - "y" : 44 + "name" : "#28: Dr James A. Smith" }, { - "drilldown" : "Duane Powell", "name" : "#29: Duane Powell", - "y" : 42 + "y" : 42, + "drilldown" : "Duane Powell" }, { - "drilldown" : "Lubos Kolouch", + "name" : "#30: Lubos Kolouch", "y" : 42, - "name" : "#30: Lubos Kolouch" + "drilldown" : "Lubos Kolouch" }, { - "drilldown" : "Veesh Goldman", "name" : "#31: Veesh Goldman", + "drilldown" : "Veesh Goldman", "y" : 42 }, { "name" : "#32: Noud", - "y" : 40, - "drilldown" : "Noud" + "drilldown" : "Noud", + "y" : 40 }, { "name" : "#33: Nick Logan", @@ -191,78 +177,78 @@ "name" : "#34: Lars Balker" }, { - "name" : "#35: Jaime Corchado", + "drilldown" : "Jaime Corchado", "y" : 24, - "drilldown" : "Jaime Corchado" + "name" : "#35: Jaime Corchado" }, { + "drilldown" : "Maxim Nechaev", "y" : 24, - "name" : "#36: Maxim Nechaev", - "drilldown" : "Maxim Nechaev" + "name" : "#36: Maxim Nechaev" }, { - "name" : "#37: Alicia Bielsa", "y" : 22, - "drilldown" : "Alicia Bielsa" + "drilldown" : "Alicia Bielsa", + "name" : "#37: Alicia Bielsa" }, { "name" : "#38: Doug Schrag", - "y" : 20, - "drilldown" : "Doug Schrag" + "drilldown" : "Doug Schrag", + "y" : 20 }, { "name" : "#39: Dave Cross", - "y" : 18, - "drilldown" : "Dave Cross" + "drilldown" : "Dave Cross", + "y" : 18 }, { - "drilldown" : "Neil Bowers", "y" : 18, + "drilldown" : "Neil Bowers", "name" : "#40: Neil Bowers" }, { - "drilldown" : "Walt Mankowski", "name" : "#41: Walt Mankowski", + "drilldown" : "Walt Mankowski", "y" : 18 }, { "drilldown" : "Mark Anderson", - "name" : "#42: Mark Anderson", - "y" : 16 + "y" : 16, + "name" : "#42: Mark Anderson" }, { + "drilldown" : "Pete Houston", "y" : 16, - "name" : "#43: Pete Houston", - "drilldown" : "Pete Houston" + "name" : "#43: Pete Houston" }, { + "y" : 16, "drilldown" : "Robert Gratza", - "name" : "#44: Robert Gratza", - "y" : 16 + "name" : "#44: Robert Gratza" }, { + "drilldown" : "John Barrett", "y" : 14, - "name" : "#45: John Barrett", - "drilldown" : "John Barrett" + "name" : "#45: John Barrett" }, { - "drilldown" : "Khalid", "y" : 14, + "drilldown" : "Khalid", "name" : "#46: Khalid" }, { + "name" : "#47: Aaron Sherman", "drilldown" : "Aaron Sherman", - "y" : 12, - "name" : "#47: Aaron Sherman" + "y" : 12 }, { + "drilldown" : "Donald Hunter", "y" : 12, - "name" : "#48: Donald Hunter", - "drilldown" : "Donald Hunter" + "name" : "#48: Donald Hunter" }, { - "y" : 12, "name" : "#49: Kivanc Yazan", + "y" : 12, "drilldown" : "Kivanc Yazan" }, { @@ -271,42 +257,54 @@ "name" : "#50: Maxim Kolodyazhny" } ], - "colorByPoint" : "true" + "name" : "Perl Weekly Challenge Leaders" } ], - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - } + "yAxis" : { + "title" : { + "text" : "Total Score" } }, + "subtitle" : { + "text" : "Click the columns to drilldown the score breakdown. Last updated at 2019-09-08 23:02:37 GMT" + }, + "tooltip" : { + "followPointer" : "true", + "headerFormat" : "", + "pointFormat" : "{point.name}: {point.y:f}
" + }, + "title" : { + "text" : "Perl Weekly Challenge Leaders (TOP 50)" + }, + "xAxis" : { + "type" : "category" + }, "drilldown" : { "series" : [ { "name" : "Laurent Rosenfeld", + "id" : "Laurent Rosenfeld", "data" : [ [ - "Perl 6", - 47 + "Perl 5", + 48 ], [ "Blog", 48 ], [ - "Perl 5", - 48 + "Perl 6", + 47 ] - ], - "id" : "Laurent Rosenfeld" + ] }, { - "name" : "Joelle Maslak", - "id" : "Joelle Maslak", "data" : [ + [ + "Perl 6", + 62 + ], [ "Perl 5", 62 @@ -314,19 +312,13 @@ [ "Blog", 5 - ], - [ - "Perl 6", - 62 ] - ] + ], + "name" : "Joelle Maslak", + "id" : "Joelle Maslak" }, { "data" : [ - [ - "Perl 6", - 45 - ], [ "Blog", 10 @@ -334,14 +326,18 @@ [ "Perl 5", 46 + ], + [ + "Perl 6", + 45 ] ], "id" : "Jaldhar H. Vyas", "name" : "Jaldhar H. Vyas" }, { - "name" : "Ruben Westerberg", "id" : "Ruben Westerberg", + "name" : "Ruben Westerberg", "data" : [ [ "Perl 5", @@ -354,62 +350,60 @@ ] }, { + "name" : "Adam Russell", "id" : "Adam Russell", "data" : [ - [ - "Blog", - 26 - ], [ "Perl 5", 49 ], + [ + "Blog", + 26 + ], [ "Perl 6", 3 ] - ], - "name" : "Adam Russell" + ] }, { "id" : "Athanasius", + "name" : "Athanasius", "data" : [ [ - "Perl 6", - 25 + "Blog", + 3 ], [ "Perl 5", 50 ], [ - "Blog", - 3 + "Perl 6", + 25 ] - ], - "name" : "Athanasius" + ] }, { + "id" : "Arne Sommer", + "name" : "Arne Sommer", "data" : [ + [ + "Perl 6", + 48 + ], [ "Blog", - 23 + 24 ], [ "Perl 5", 3 - ], - [ - "Perl 6", - 46 ] - ], - "id" : "Arne Sommer", - "name" : "Arne Sommer" + ] }, { - "name" : "Kian-Meng Ang", - "id" : "Kian-Meng Ang", "data" : [ [ "Blog", @@ -419,10 +413,11 @@ "Perl 5", 38 ] - ] + ], + "name" : "Kian-Meng Ang", + "id" : "Kian-Meng Ang" }, { - "id" : "E. Choroba", "data" : [ [ "Perl 5", @@ -433,38 +428,40 @@ 19 ] ], + "id" : "E. Choroba", "name" : "E. Choroba" }, { + "id" : "Simon Proctor", + "name" : "Simon Proctor", "data" : [ [ - "Perl 6", - 40 + "Blog", + 7 ], [ "Perl 5", 5 ], [ - "Blog", - 7 + "Perl 6", + 40 ] - ], - "id" : "Simon Proctor", - "name" : "Simon Proctor" + ] }, { - "id" : "Andrezgz", "data" : [ [ "Perl 5", 46 ] ], + "id" : "Andrezgz", "name" : "Andrezgz" }, { "name" : "Francis Whittle", + "id" : "Francis Whittle", "data" : [ [ "Perl 6", @@ -474,63 +471,61 @@ "Blog", 9 ] - ], - "id" : "Francis Whittle" + ] }, { + "name" : "Dave Jacoby", + "id" : "Dave Jacoby", "data" : [ [ - "Blog", - 18 + "Perl 6", + 1 ], [ "Perl 5", 26 ], [ - "Perl 6", - 1 + "Blog", + 18 ] - ], - "id" : "Dave Jacoby", - "name" : "Dave Jacoby" + ] }, { + "id" : "Duncan C. White", + "name" : "Duncan C. White", "data" : [ [ "Perl 5", 41 ] - ], - "id" : "Duncan C. White", - "name" : "Duncan C. White" + ] }, { - "name" : "Feng Chang", "data" : [ - [ - "Perl 6", - 21 - ], [ "Perl 5", 19 + ], + [ + "Perl 6", + 21 ] ], + "name" : "Feng Chang", "id" : "Feng Chang" }, { + "name" : "Daniel Mantovani", + "id" : "Daniel Mantovani", "data" : [ [ "Perl 5", 39 ] - ], - "id" : "Daniel Mantovani", - "name" : "Daniel Mantovani" + ] }, { - "name" : "Roger Bell West", "data" : [ [ "Blog", @@ -545,38 +540,40 @@ 9 ] ], + "name" : "Roger Bell West", "id" : "Roger Bell West" }, { "data" : [ - [ - "Blog", - 3 - ], [ "Perl 5", 34 + ], + [ + "Blog", + 3 ] ], "id" : "Steven Wilson", "name" : "Steven Wilson" }, { - "name" : "Gustavo Chaves", - "id" : "Gustavo Chaves", "data" : [ - [ - "Blog", - 4 - ], [ "Perl 5", 32 + ], + [ + "Blog", + 4 ] - ] + ], + "id" : "Gustavo Chaves", + "name" : "Gustavo Chaves" }, { "name" : "Yozen Hernandez", + "id" : "Yozen Hernandez", "data" : [ [ "Blog", @@ -586,22 +583,19 @@ "Perl 5", 21 ] - ], - "id" : "Yozen Hernandez" + ] }, { - "name" : "Guillermo Ramos", - "id" : "Guillermo Ramos", "data" : [ [ "Perl 5", 30 ] - ] + ], + "name" : "Guillermo Ramos", + "id" : "Guillermo Ramos" }, { - "name" : "Mark Senn", - "id" : "Mark Senn", "data" : [ [ "Blog", @@ -611,52 +605,54 @@ "Perl 6", 19 ] - ] + ], + "name" : "Mark Senn", + "id" : "Mark Senn" }, { "name" : "Jo Christian Oterhals", + "id" : "Jo Christian Oterhals", "data" : [ [ "Perl 6", 15 ], - [ - "Blog", - 7 - ], [ "Perl 5", 6 + ], + [ + "Blog", + 7 ] - ], - "id" : "Jo Christian Oterhals" + ] }, { + "id" : "Randy Lauen", "name" : "Randy Lauen", "data" : [ - [ - "Perl 5", - 9 - ], [ "Perl 6", 17 + ], + [ + "Perl 5", + 9 ] - ], - "id" : "Randy Lauen" + ] }, { - "name" : "Kevin Colyer", "data" : [ - [ - "Perl 5", - 2 - ], [ "Perl 6", 23 + ], + [ + "Perl 5", + 2 ] ], + "name" : "Kevin Colyer", "id" : "Kevin Colyer" }, { @@ -666,28 +662,29 @@ 23 ] ], - "id" : "Ozzy", - "name" : "Ozzy" + "name" : "Ozzy", + "id" : "Ozzy" }, { - "name" : "Yet Ebreo", "data" : [ [ - "Perl 5", - 11 + "Perl 6", + 9 ], [ "Blog", 3 ], [ - "Perl 6", - 9 + "Perl 5", + 11 ] ], + "name" : "Yet Ebreo", "id" : "Yet Ebreo" }, { + "name" : "Dr James A. Smith", "id" : "Dr James A. Smith", "data" : [ [ @@ -698,8 +695,7 @@ "Perl 6", 10 ] - ], - "name" : "Dr James A. Smith" + ] }, { "data" : [ @@ -712,113 +708,112 @@ "name" : "Duane Powell" }, { - "name" : "Lubos Kolouch", - "id" : "Lubos Kolouch", "data" : [ [ "Perl 5", 21 ] - ] + ], + "name" : "Lubos Kolouch", + "id" : "Lubos Kolouch" }, { - "name" : "Veesh Goldman", - "id" : "Veesh Goldman", "data" : [ [ - "Perl 6", - 2 + "Blog", + 3 ], [ "Perl 5", 16 ], [ - "Blog", - 3 + "Perl 6", + 2 ] - ] + ], + "id" : "Veesh Goldman", + "name" : "Veesh Goldman" }, { - "id" : "Noud", "data" : [ [ "Perl 6", 20 ] ], + "id" : "Noud", "name" : "Noud" }, { - "name" : "Nick Logan", - "id" : "Nick Logan", "data" : [ [ - "Perl 6", + "Perl 5", 8 ], [ - "Perl 5", + "Perl 6", 8 ] - ] + ], + "id" : "Nick Logan", + "name" : "Nick Logan" }, { + "id" : "Lars Balker", "name" : "Lars Balker", "data" : [ - [ - "Perl 5", - 10 - ], [ "Perl 6", 4 + ], + [ + "Perl 5", + 10 ] - ], - "id" : "Lars Balker" + ] }, { - "name" : "Jaime Corchado", "data" : [ [ "Perl 5", 12 ] ]