aboutsummaryrefslogtreecommitdiff
path: root/stats
diff options
context:
space:
mode:
authordrclaw1394 <drclaw@mac.com>2020-01-07 16:30:27 +1000
committerGitHub <noreply@github.com>2020-01-07 16:30:27 +1000
commit896b7ced42b40eb3ee62c38d237d4d07df51f169 (patch)
tree73af7aec5c7a251f6f5030fa9a7e39ae412af123 /stats
parent7649e23d2b150b36cdd134bcf17125f3b9696ada (diff)
parente015238170e27c690e4f46646b6687f600fd0c59 (diff)
downloadperlweeklychallenge-club-896b7ced42b40eb3ee62c38d237d4d07df51f169.tar.gz
perlweeklychallenge-club-896b7ced42b40eb3ee62c38d237d4d07df51f169.tar.bz2
perlweeklychallenge-club-896b7ced42b40eb3ee62c38d237d4d07df51f169.zip
Merge pull request #41 from manwar/master
Update to w42
Diffstat (limited to 'stats')
-rw-r--r--stats/pwc-challenge-001.json584
-rw-r--r--stats/pwc-challenge-002.json789
-rw-r--r--stats/pwc-challenge-003.json486
-rw-r--r--stats/pwc-challenge-004.json564
-rw-r--r--stats/pwc-challenge-005.json470
-rw-r--r--stats/pwc-challenge-006.json342
-rw-r--r--stats/pwc-challenge-007.json256
-rw-r--r--stats/pwc-challenge-008.json466
-rw-r--r--stats/pwc-challenge-009.json259
-rw-r--r--stats/pwc-challenge-010.json270
-rw-r--r--stats/pwc-challenge-011.json274
-rw-r--r--stats/pwc-challenge-012.json518
-rw-r--r--stats/pwc-challenge-013.json280
-rw-r--r--stats/pwc-challenge-014.json586
-rw-r--r--stats/pwc-challenge-015.json280
-rw-r--r--stats/pwc-challenge-016.json290
-rw-r--r--stats/pwc-challenge-017.json464
-rw-r--r--stats/pwc-challenge-018.json284
-rw-r--r--stats/pwc-challenge-019.json356
-rw-r--r--stats/pwc-challenge-020.json618
-rw-r--r--stats/pwc-challenge-021.json244
-rw-r--r--stats/pwc-challenge-022.json250
-rw-r--r--stats/pwc-challenge-023.json468
-rw-r--r--stats/pwc-challenge-024.json438
-rw-r--r--stats/pwc-challenge-025.json380
-rw-r--r--stats/pwc-challenge-026.json270
-rw-r--r--stats/pwc-challenge-027.json404
-rw-r--r--stats/pwc-challenge-028.json560
-rw-r--r--stats/pwc-challenge-029.json540
-rw-r--r--stats/pwc-challenge-030.json768
-rw-r--r--stats/pwc-challenge-031.json332
-rw-r--r--stats/pwc-challenge-032.json358
-rw-r--r--stats/pwc-challenge-033.json698
-rw-r--r--stats/pwc-challenge-034.json398
-rw-r--r--stats/pwc-challenge-035.json288
-rw-r--r--stats/pwc-challenge-036.json436
-rw-r--r--stats/pwc-challenge-037.json446
-rw-r--r--stats/pwc-challenge-038.json268
-rw-r--r--stats/pwc-challenge-039.json242
-rw-r--r--stats/pwc-challenge-040.json238
-rw-r--r--stats/pwc-challenge-041.json456
-rw-r--r--stats/pwc-current.json251
-rw-r--r--stats/pwc-language-breakdown-summary.json74
-rw-r--r--stats/pwc-language-breakdown.json827
-rw-r--r--stats/pwc-leaders.json816
-rw-r--r--stats/pwc-summary-1-30.json42
-rw-r--r--stats/pwc-summary-121-150.json46
-rw-r--r--stats/pwc-summary-31-60.json56
-rw-r--r--stats/pwc-summary-61-90.json56
-rw-r--r--stats/pwc-summary-91-120.json52
-rw-r--r--stats/pwc-summary.json306
51 files changed, 9884 insertions, 9560 deletions
diff --git a/stats/pwc-challenge-001.json b/stats/pwc-challenge-001.json
index eef63563fc..b57e5027d9 100644
--- a/stats/pwc-challenge-001.json
+++ b/stats/pwc-challenge-001.json
@@ -1,27 +1,44 @@
{
- "yAxis" : {
- "title" : {
- "text" : "Total Solutions"
+ "plotOptions" : {
+ "series" : {
+ "dataLabels" : {
+ "format" : "{point.y}",
+ "enabled" : 1
+ },
+ "borderWidth" : 0
}
},
+ "xAxis" : {
+ "type" : "category"
+ },
"title" : {
"text" : "Perl Weekly Challenge - 001"
},
+ "subtitle" : {
+ "text" : "[Champions: 57] Last updated at 2020-01-05 01:37:34 GMT"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Solutions"
+ }
+ },
"tooltip" : {
- "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>",
"pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>",
+ "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>",
"followPointer" : 1
},
+ "legend" : {
+ "enabled" : 0
+ },
"chart" : {
"type" : "column"
},
"drilldown" : {
"series" : [
{
- "id" : "Adam Russell",
"data" : [
[
- "Perl 5",
+ "Perl",
2
],
[
@@ -29,57 +46,58 @@
1
]
],
- "name" : "Adam Russell"
+ "name" : "Adam Russell",
+ "id" : "Adam Russell"
},
{
+ "id" : "Ailbhe Tweedie",
"data" : [
[
- "Perl 5",
+ "Perl",
1
]
],
- "id" : "Ailbhe Tweedie",
"name" : "Ailbhe Tweedie"
},
{
- "name" : "Alex Daniel",
- "id" : "Alex Daniel",
"data" : [
[
- "Perl 6",
+ "Raku",
2
]
- ]
+ ],
+ "name" : "Alex Daniel",
+ "id" : "Alex Daniel"
},
{
+ "id" : "Andrezgz",
"name" : "Andrezgz",
"data" : [
[
- "Perl 5",
+ "Perl",
2
]
- ],
- "id" : "Andrezgz"
+ ]
},
{
"id" : "Antonio Gamiz",
"data" : [
[
- "Perl 6",
+ "Raku",
2
]
],
"name" : "Antonio Gamiz"
},
{
- "name" : "Arne Sommer",
+ "id" : "Arne Sommer",
"data" : [
[
- "Perl 5",
+ "Perl",
2
],
[
- "Perl 6",
+ "Raku",
2
],
[
@@ -87,175 +105,175 @@
1
]
],
- "id" : "Arne Sommer"
+ "name" : "Arne Sommer"
},
{
+ "id" : "Arpad Toth",
"name" : "Arpad Toth",
"data" : [
[
- "Perl 5",
+ "Perl",
2
]
- ],
- "id" : "Arpad Toth"
+ ]
},
{
- "name" : "Athanasius",
+ "id" : "Athanasius",
"data" : [
[
- "Perl 5",
+ "Perl",
2
]
],
- "id" : "Athanasius"
+ "name" : "Athanasius"
},
{
- "name" : "Bob Kleemann",
"id" : "Bob Kleemann",
+ "name" : "Bob Kleemann",
"data" : [
[
- "Perl 5",
+ "Perl",
2
]
]
},
{
+ "id" : "Daniel Mantovani",
"data" : [
[
- "Perl 5",
+ "Perl",
1
]
],
- "id" : "Daniel Mantovani",
"name" : "Daniel Mantovani"
},
{
"id" : "Dave Cross",
+ "name" : "Dave Cross",
"data" : [
[
- "Perl 5",
+ "Perl",
2
],
[
"Blog",
1
]
- ],
- "name" : "Dave Cross"
+ ]
},
{
- "name" : "Dave Jacoby",
- "id" : "Dave Jacoby",
"data" : [
[
- "Perl 5",
+ "Perl",
1
],
[
"Blog",
1
]
- ]
+ ],
+ "name" : "Dave Jacoby",
+ "id" : "Dave Jacoby"
},
{
"id" : "David Kayal",
"data" : [
[
- "Perl 5",
+ "Perl",
2
]
],
"name" : "David Kayal"
},
{
- "name" : "Doug Schrag",
- "id" : "Doug Schrag",
"data" : [
[
- "Perl 6",
+ "Raku",
2
]
- ]
+ ],
+ "name" : "Doug Schrag",
+ "id" : "Doug Schrag"
},
{
- "name" : "Dr James A. Smith",
- "id" : "Dr James A. Smith",
"data" : [
[
- "Perl 5",
+ "Perl",
2
],
[
- "Perl 6",
+ "Raku",
2
]
- ]
+ ],
+ "name" : "Dr James A. Smith",
+ "id" : "Dr James A. Smith"
},
{
"id" : "Duncan C. White",
"data" : [
[
- "Perl 5",
+ "Perl",
2
]
],
"name" : "Duncan C. White"
},
{
- "name" : "Eddy HS",
- "id" : "Eddy HS",
"data" : [
[
- "Perl 5",
+ "Perl",
2
]
- ]
+ ],
+ "name" : "Eddy HS",
+ "id" : "Eddy HS"
},
{
- "name" : "Finley",
+ "id" : "Finley",
"data" : [
[
- "Perl 6",
+ "Raku",
2
]
],
- "id" : "Finley"
+ "name" : "Finley"
},
{
"name" : "Fred Zinn",
- "id" : "Fred Zinn",
"data" : [
[
- "Perl 5",
+ "Perl",
1
]
- ]
+ ],
+ "id" : "Fred Zinn"
},
{
- "name" : "Freddie B",
"data" : [
[
- "Perl 5",
+ "Perl",
2
]
],
+ "name" : "Freddie B",
"id" : "Freddie B"
},
{
- "name" : "Gustavo Chaves",
"id" : "Gustavo Chaves",
"data" : [
[
- "Perl 5",
+ "Perl",
1
]
- ]
+ ],
+ "name" : "Gustavo Chaves"
},
{
"id" : "JJ Merelo",
"data" : [
[
- "Perl 6",
+ "Raku",
1
],
[
@@ -266,61 +284,62 @@
"name" : "JJ Merelo"
},
{
- "id" : "Jaldhar H. Vyas",
+ "name" : "Jaldhar H. Vyas",
"data" : [
[
- "Perl 5",
+ "Perl",
2
],
[
- "Perl 6",
+ "Raku",
2
]
],
- "name" : "Jaldhar H. Vyas"
+ "id" : "Jaldhar H. Vyas"
},
{
"name" : "Jeff",
- "id" : "Jeff",
"data" : [
[
- "Perl 5",
+ "Perl",
2
]
- ]
+ ],
+ "id" : "Jeff"
},
{
+ "id" : "Jeremy Carman",
"data" : [
[
- "Perl 5",
+ "Perl",
1
],
[
- "Perl 6",
+ "Raku",
1
]
],
- "id" : "Jeremy Carman",
"name" : "Jeremy Carman"
},
{
- "id" : "Jim Bacon",
+ "name" : "Jim Bacon",
"data" : [
[
- "Perl 5",
+ "Perl",
1
]
],
- "name" : "Jim Bacon"
+ "id" : "Jim Bacon"
},
{
+ "name" : "Jo Christian Oterhals",
"data" : [
[
- "Perl 5",
+ "Perl",
2
],
[
- "Perl 6",
+ "Raku",
2
],
[
@@ -328,100 +347,98 @@
1
]
],
- "id" : "Jo Christian Oterhals",
- "name" : "Jo Christian Oterhals"
+ "id" : "Jo Christian Oterhals"
},
{
+ "id" : "Joelle Maslak",
"name" : "Joelle Maslak",
"data" : [
[
- "Perl 5",
- 2
+ "Perl",
+ 3
],
[
- "Perl 6",
- 2
+ "Raku",
+ 3
]
- ],
- "id" : "Joelle Maslak"
+ ]
},
{
- "name" : "John Barrett",
+ "id" : "John Barrett",
"data" : [
[
- "Perl 5",
+ "Perl",
1
]
],
- "id" : "John Barrett"
+ "name" : "John Barrett"
},
{
- "id" : "Juan Caballero",
"data" : [
[
- "Perl 5",
+ "Perl",
2
]
],
- "name" : "Juan Caballero"
+ "name" : "Juan Caballero",
+ "id" : "Juan Caballero"
},
{
"id" : "Khalid",
"data" : [
[
- "Perl 5",
+ "Perl",
2
]
],
"name" : "Khalid"
},
{
- "name" : "Kian-Meng Ang",
- "id" : "Kian-Meng Ang",
"data" : [
[
- "Perl 5",
+ "Perl",
2
],
[
"Blog",
1
]
- ]
+ ],
+ "name" : "Kian-Meng Ang",
+ "id" : "Kian-Meng Ang"
},
{
+ "id" : "Kivanc Yazan",
"name" : "Kivanc Yazan",
"data" : [
[
- "Perl 5",
+ "Perl",
2
]
- ],
- "id" : "Kivanc Yazan"
+ ]
},
{
"data" : [
[
- "Perl 5",
+ "Perl",
2
],
[
- "Perl 6",
+ "Raku",
2
]
],
- "id" : "Lars Balker",
- "name" : "Lars Balker"
+ "name" : "Lars Balker",
+ "id" : "Lars Balker"
},
{
- "name" : "Laurent Rosenfeld",
"data" : [
[
- "Perl 5",
+ "Perl",
2
],
[
- "Perl 6",
+ "Raku",
1
],
[
@@ -429,317 +446,307 @@
1
]
],
+ "name" : "Laurent Rosenfeld",
"id" : "Laurent Rosenfeld"
},
{
- "id" : "Mark Senn",
+ "name" : "Mark Senn",
"data" : [
[
- "Perl 6",
+ "Raku",
2
]
],
- "name" : "Mark Senn"
+ "id" : "Mark Senn"
},
{
+ "name" : "Martin Mugeni",
"data" : [
[
- "Perl 6",
+ "Raku",
2
]
],
- "id" : "Martin Mugeni",
- "name" : "Martin Mugeni"
+ "id" : "Martin Mugeni"
},
{
"name" : "Neil Bowers",
- "id" : "Neil Bowers",
"data" : [
[
- "Perl 5",
+ "Perl",
1
]
- ]
+ ],
+ "id" : "Neil Bowers"
},
{
+ "id" : "Nick Logan",
"name" : "Nick Logan",
"data" : [
[
- "Perl 5",
+ "Perl",
2
],
[
- "Perl 6",
+ "Raku",
2
]
- ],
- "id" : "Nick Logan"
+ ]
},
{
- "name" : "Oleksii Tsvietnov",
"id" : "Oleksii Tsvietnov",
"data" : [
[
- "Perl 5",
+ "Perl",
2
]
- ]
+ ],
+ "name" : "Oleksii Tsvietnov"
},
{
+ "id" : "Ozzy",
+ "name" : "Ozzy",
"data" : [
[
- "Perl 6",
+ "Raku",
2
]
- ],
- "id" : "Ozzy",
- "name" : "Ozzy"
+ ]
},
{
"name" : "Pavel Jurca",
- "id" : "Pavel Jurca",
"data" : [
[
- "Perl 5",
+ "Perl",
2
]
- ]
+ ],
+ "id" : "Pavel Jurca"
},
{
- "id" : "Pete Houston",
"data" : [
[
- "Perl 5",
+ "Perl",
2
]
],
- "name" : "Pete Houston"
+ "name" : "Pete Houston",
+ "id" : "Pete Houston"
},
{
"name" : "Philippe Bruhat",
- "id" : "Philippe Bruhat",
"data" : [
[
- "Perl 5",
+ "Perl",
2
],
[
"Blog",
1
]
- ]
+ ],
+ "id" : "Philippe Bruhat"
},
{
- "id" : "Prajith P",
+ "name" : "Prajith P",
"data" : [
[
- "Perl 5",
+ "Perl",
1
]
],
- "name" : "Prajith P"
+ "id" : "Prajith P"
},
{
- "id" : "Ruben Westerberg",
+ "name" : "Ruben Westerberg",
"data" : [
[
- "Perl 5",
+ "Perl",
2
],
[
- "Perl 6",
+ "Raku",
2
]
],
- "name" : "Ruben Westerberg"
+ "id" : "Ruben Westerberg"
},
{
- "name" : "Ryan Thompson",
- "id" : "Ryan Thompson",
"data" : [
[
- "Perl 5",
+ "Perl",
2
],
[
- "Perl 6",
+ "Raku",
2
]
- ]
+ ],
+ "name" : "Ryan Thompson",
+ "id" : "Ryan Thompson"
},
{
- "name" : "Sean Meininger",
"id" : "Sean Meininger",
"data" : [
[
- "Perl 6",
+ "Raku",
2
]
- ]
+ ],
+ "name" : "Sean Meininger"
},
{
- "name" : "Simon Proctor",
"data" : [
[
- "Perl 5",
+ "Perl",
2
],
[
- "Perl 6",
- 2
+ "Raku",
+ 3
],
[
"Blog",
2
]