aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-06-10 11:22:08 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-06-10 11:22:08 +0100
commite874646e75a09fbe9c9f248e2071bc4182973b7f (patch)
tree2a0fa3af0f3b0fd5a71a9ae67984f4fa2adb8aa1
parenteb36d6c010bde5a9965e4b599575fcd7b5243db0 (diff)
downloadperlweeklychallenge-club-e874646e75a09fbe9c9f248e2071bc4182973b7f.tar.gz
perlweeklychallenge-club-e874646e75a09fbe9c9f248e2071bc4182973b7f.tar.bz2
perlweeklychallenge-club-e874646e75a09fbe9c9f248e2071bc4182973b7f.zip
- Added solution by Scimon Proctor.
-rw-r--r--stats/pwc-current.json60
-rw-r--r--stats/pwc-language-breakdown-summary.json48
-rw-r--r--stats/pwc-language-breakdown.json200
-rw-r--r--stats/pwc-leaders.json466
-rw-r--r--stats/pwc-summary-1-30.json50
-rw-r--r--stats/pwc-summary-31-60.json44
-rw-r--r--stats/pwc-summary-61-90.json100
-rw-r--r--stats/pwc-summary-91-120.json18
-rw-r--r--stats/pwc-summary.json52
9 files changed, 519 insertions, 519 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index 96056c7fc3..ae8db7eb2c 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,11 +1,30 @@
{
+ "xAxis" : {
+ "type" : "category"
+ },
+ "tooltip" : {
+ "pointerFormat" : "<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
+ },
"plotOptions" : {
"series" : {
- "borderWidth" : 0,
"dataLabels" : {
- "format" : "{point.y}",
- "enabled" : 1
- }
+ "enabled" : 1,
+ "format" : "{point.y}"
+ },
+ "borderWidth" : 0
+ }
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge - 012"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Solutions"
}
},
"drilldown" : {
@@ -14,48 +33,29 @@
"data" : [
[
"Perl 6",
- 1
+ 2
]
],
- "name" : "Simon Proctor",
- "id" : "Simon Proctor"
+ "id" : "Simon Proctor",
+ "name" : "Simon Proctor"
}
]
},
- "subtitle" : {
- "text" : "[Champions: 1] Last updated at 2019-06-10 08:28:13 GMT"
- },
- "yAxis" : {
- "title" : {
- "text" : "Total Solutions"
- }
- },
- "title" : {
- "text" : "Perl Weekly Challenge - 012"
- },
- "legend" : {
- "enabled" : 0
- },
"series" : [
{
- "colorByPoint" : 1,
"data" : [
{
- "y" : 1,
+ "y" : 2,
"name" : "Simon Proctor",
"drilldown" : "Simon Proctor"
}
],
+ "colorByPoint" : 1,
"name" : "Champions"
}
],
- "tooltip" : {
- "followPointer" : 1,
- "pointerFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>",
- "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>"
- },
- "xAxis" : {
- "type" : "category"
+ "subtitle" : {
+ "text" : "[Champions: 1] Last updated at 2019-06-10 10:21:32 GMT"
},
"chart" : {
"type" : "column"
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 2c57392434..a570ed3056 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,9 +1,6 @@
{
- "legend" : {
- "enabled" : "false"
- },
- "subtitle" : {
- "text" : "Last updated at 2019-06-10 08:28:21 GMT"
+ "chart" : {
+ "type" : "column"
},
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
@@ -11,16 +8,16 @@
"series" : [
{
"dataLabels" : {
- "align" : "right",
- "color" : "#FFFFFF",
- "format" : "{point.y:.0f}",
"enabled" : "true",
+ "rotation" : -90,
+ "align" : "right",
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
},
"y" : 10,
- "rotation" : -90
+ "format" : "{point.y:.0f}",
+ "color" : "#FFFFFF"
},
"data" : [
[
@@ -33,31 +30,34 @@
],
[
"Perl 6",
- 260
+ 261
]
],
"name" : "Contributions"
}
],
- "chart" : {
- "type" : "column"
+ "legend" : {
+ "enabled" : "false"
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2019-06-10 10:21:38 GMT"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions - 2019"
},
"xAxis" : {
- "type" : "category",
"labels" : {
"style" : {
"fontFamily" : "Verdana, sans-serif",
"fontSize" : "13px"
}
- }
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions - 2019"
- },
- "yAxis" : {
- "title" : {
- "text" : null
},
- "min" : 0
+ "type" : "category"
}
}
diff --git a/stats/pwc-language-breakdown.json b/stats/pwc-language-breakdown.json
index 54bde1deb8..61b9b60605 100644
--- a/stats/pwc-language-breakdown.json
+++ b/stats/pwc-language-breakdown.json
@@ -1,11 +1,90 @@
{
+ "chart" : {
+ "type" : "column"
+ },
+ "tooltip" : {
+ "headerFormat" : "<span style=\"font-size:11px\"></span>",
+ "followPointer" : "true",
+ "pointFormat" : "<span style=\"color:{point.color}\">{point.name}</span>: <b>{point.y:f}</b><br/>"
+ },
+ "series" : [
+ {
+ "name" : "Perl Weekly Challenge Languages",
+ "data" : [
+ {
+ "drilldown" : "001",
+ "name" : "#001 [P5=76 P6=37]",
+ "y" : 113
+ },
+ {
+ "y" : 95,
+ "name" : "#002 [P5=63 P6=32]",
+ "drilldown" : "002"
+ },
+ {
+ "drilldown" : "003",
+ "y" : 58,
+ "name" : "#003 [P5=32 P6=26]"
+ },
+ {
+ "drilldown" : "004",
+ "name" : "#004 [P5=46 P6=29]",
+ "y" : 75
+ },
+ {
+ "drilldown" : "005",
+ "name" : "#005 [P5=33 P6=22]",
+ "y" : 55
+ },
+ {
+ "drilldown" : "006",
+ "y" : 41,
+ "name" : "#006 [P5=27 P6=14]"
+ },
+ {
+ "name" : "#007 [P5=26 P6=20]",
+ "y" : 46,
+ "drilldown" : "007"
+ },
+ {
+ "drilldown" : "008",
+ "name" : "#008 [P5=38 P6=20]",
+ "y" : 58
+ },
+ {
+ "drilldown" : "009",
+ "y" : 51,
+ "name" : "#009 [P5=33 P6=18]"
+ },
+ {
+ "name" : "#010 [P5=32 P6=15]",
+ "y" : 47,
+ "drilldown" : "010"
+ },
+ {
+ "drilldown" : "011",
+ "name" : "#011 [P5=41 P6=26]",
+ "y" : 67
+ },
+ {
+ "y" : 2,
+ "name" : "#012 [P5=0 P6=2]",
+ "drilldown" : "012"
+ }
+ ],
+ "colorByPoint" : "true"
+ }
+ ],
+ "legend" : {
+ "enabled" : "false"
+ },
"plotOptions" : {
"series" : {
+ "borderWidth" : 0,
"dataLabels" : {
"format" : "{point.y}",
"enabled" : 1
- },
- "borderWidth" : 0
+ }
}
},
"yAxis" : {
@@ -13,9 +92,13 @@
"text" : "Total Solutions"
}
},
+ "subtitle" : {
+ "text" : "Click the columns to drilldown the language breakdown. Last updated at 2019-06-10 10:21:38 GMT"
+ },
"drilldown" : {
"series" : [
{
+ "id" : "001",
"name" : "001",
"data" : [
[
@@ -26,8 +109,7 @@
"Perl 6",
37
]
- ],
- "id" : "001"
+ ]
},
{
"name" : "002",
@@ -54,11 +136,10 @@
26
]
],
- "id" : "003",
- "name" : "003"
+ "name" : "003",
+ "id" : "003"
},
{
- "name" : "004",
"data" : [
[
"Perl 5",
@@ -69,6 +150,7 @@
29
]
],
+ "name" : "004",
"id" : "004"
},
{
@@ -82,8 +164,8 @@
22
]
],
- "id" : "005",
- "name" : "005"
+ "name" : "005",
+ "id" : "005"
},
{
"id" : "006",
@@ -100,6 +182,7 @@
"name" : "006"
},
{
+ "id" : "007",
"data" : [
[
"Perl 5",
@@ -110,7 +193,6 @@
20
]
],
- "id" : "007",
"name" : "007"
},
{
@@ -128,6 +210,7 @@
"name" : "008"
},
{
+ "name" : "009",
"data" : [
[
"Perl 5",
@@ -138,11 +221,10 @@
18
]
],
- "id" : "009",
- "name" : "009"
+ "id" : "009"
},
{
- "name" : "010",
+ "id" : "010",
"data" : [
[
"Perl 5",
@@ -153,10 +235,11 @@
15
]
],
- "id" : "010"
+ "name" : "010"
},
{
"id" : "011",
+ "name" : "011",
"data" : [
[
"Perl 5",
@@ -166,10 +249,10 @@
"Perl 6",
26
]
- ],
- "name" : "011"
+ ]
},
{
+ "id" : "012",
"data" : [
[
"Perl 5",
@@ -177,10 +260,9 @@
],
[
"Perl 6",
- 1
+ 2
]
],
- "id" : "012",
"name" : "012"
}
]
@@ -190,87 +272,5 @@
},
"xAxis" : {
"type" : "category"
- },
- "chart" : {
- "type" : "column"
- },
- "series" : [
- {
- "data" : [
- {
- "y" : 113,
- "drilldown" : "001",
- "name" : "#001 [P5=76 P6=37]"
- },
- {
- "name" : "#002 [P5=63 P6=32]",
- "drilldown" : "002",
- "y" : 95
- },
- {
- "name" : "#003 [P5=32 P6=26]",
- "y" : 58,
- "drilldown" : "003"
- },
- {
- "y" : 75,
- "drilldown" : "004",
- "name" : "#004 [P5=46 P6=29]"
- },
- {
- "name" : "#005 [P5=33 P6=22]",
- "y" : 55,
- "drilldown" : "005"
- },
- {
- "name" : "#006 [P5=27 P6=14]",
- "y" : 41,
- "drilldown" : "006"
- },
- {
- "y" : 46,
- "drilldown" : "007",
- "name" : "#007 [P5=26 P6=20]"
- },
- {
- "name" : "#008 [P5=38 P6=20]",
- "y" : 58,
- "drilldown" : "008"
- },
- {
- "y" : 51,
- "drilldown" : "009",
- "name" : "#009 [P5=33 P6=18]"
- },
- {
- "drilldown" : "010",
- "y" : 47,
- "name" : "#010 [P5=32 P6=15]"
- },
- {
- "name" : "#011 [P5=41 P6=26]",
- "drilldown" : "011",
- "y" : 67
- },
- {
- "name" : "#012 [P5=0 P6=1]",
- "drilldown" : "012",
- "y" : 1
- }
- ],
- "colorByPoint" : "true",
- "name" : "Perl Weekly Challenge Languages"
- }
- ],
- "subtitle" : {
- "text" : "Click the columns to drilldown the language breakdown. Last updated at 2019-06-10 08:28:21 GMT"
- },
- "tooltip" : {
- "pointFormat" : "<span style=\"color:{point.color}\">{point.name}</span>: <b>{point.y:f}</b><br/>",
- "headerFormat" : "<span style=\"font-size:11px\"></span>",
- "followPointer" : "true"
- },
- "legend" : {
- "enabled" : "false"
}
}
diff --git a/stats/pwc-leaders.json b/stats/pwc-leaders.json
index 6eeacf5237..a09c8218a5 100644
--- a/stats/pwc-leaders.json
+++ b/stats/pwc-leaders.json
@@ -1,160 +1,171 @@
{
+ "legend" : {
+ "enabled" : "false"
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Score"
+ }
+ },
"drilldown" : {
"series" : [
{
+ "id" : "Laurent Rosenfeld",
"data" : [
[
- "Blog",
- 13
- ],
- [
"Perl 6",
21
],
[
+ "Blog",
+ 13
+ ],
+ [
"Perl 5",
22
]
],
- "id" : "Laurent Rosenfeld",
"name" : "Laurent Rosenfeld"
},
{
- "name" : "Joelle Maslak",
+ "id" : "Joelle Maslak",
"data" : [
[
"Perl 5",
26
],
[
- "Perl 6",
- 26
- ],
- [
"Blog",
3
+ ],
+ [
+ "Perl 6",
+ 26
]
],
- "id" : "Joelle Maslak"
+ "name" : "Joelle Maslak"
},
{
+ "name" : "Jaldhar H. Vyas",
+ "id" : "Jaldhar H. Vyas",
"data" : [
[
- "Perl 5",
+ "Perl 6",
22
],
[
- "Perl 6",
+ "Perl 5",
22
]
- ],
- "id" : "Jaldhar H. Vyas",
- "name" : "Jaldhar H. Vyas"
+ ]
},
{
- "name" : "Ruben Westerberg",
"id" : "Ruben Westerberg",
"data" : [
[
- "Perl 6",
+ "Perl 5",
19
],
[
- "Perl 5",
+ "Perl 6",
19
]
- ]
+ ],
+ "name" : "Ruben Westerberg"
},
{
- "name" : "Adam Russell",
"data" : [
[
- "Blog",
- 11
- ],
- [
"Perl 5",
22
+ ],
+ [
+ "Blog",
+ 11
]
],
- "id" : "Adam Russell"
+ "id" : "Adam Russell",
+ "name" : "Adam Russell"
},
{
- "name" : "Arne Sommer",
- "id" : "Arne Sommer",
+ "name" : "Simon Proctor",
+ "id" : "Simon Proctor",
"data" : [
[
"Blog",
- 10
+ 6
+ ],
+ [
+ "Perl 5",
+ 4
],
[
"Perl 6",
- 19
+ 20
]
]
},
{
- "name" : "Kian-Meng Ang",
- "id" : "Kian-Meng Ang",
+ "name" : "Arne Sommer",
+ "id" : "Arne Sommer",
"data" : [
[
- "Blog",
- 10
+ "Perl 6",
+ 19
],
[
- "Perl 5",
- 19
+ "Blog",
+ 10
]
]
},
{
- "id" : "Simon Proctor",
"data" : [
[
- "Perl 6",
- 19
- ],
- [
"Blog",
- 6
+ 10
],
[
"Perl 5",
- 4
+ 19
]
],
- "name" : "Simon Proctor"
+ "id" : "Kian-Meng Ang",
+ "name" : "Kian-Meng Ang"
},
{
- "name" : "Jo Christian Oterhals",
"id" : "Jo Christian Oterhals",
"data" : [
[
- "Blog",
- 6
- ],
- [
"Perl 6",
12
],
[
+ "Blog",
+ 6
+ ],
+ [
"Perl 5",
6
]
- ]
+ ],
+ "name" : "Jo Christian Oterhals"
},
{
- "name" : "Athanasius",
- "id" : "Athanasius",
"data" : [
[
"Perl 5",
23
]
- ]
+ ],
+ "id" : "Athanasius",
+ "name" : "Athanasius"
},
{
- "name" : "Gustavo Chaves",
+ "id" : "Gustavo Chaves",
"data" : [
[
"Perl 5",
@@ -165,9 +176,10 @@
4
]
],
- "id" : "Gustavo Chaves"
+ "name" : "Gustavo Chaves"
},
{
+ "name" : "Dr James A. Smith",
"id" : "Dr James A. Smith",
"data" : [
[
@@ -178,11 +190,11 @@
"Perl 6",
10
]
- ],
- "name" : "Dr James A. Smith"
+ ]
},
{
"name" : "Francis Whittle",
+ "id" : "Francis Whittle",
"data" : [
[
"Blog",
@@ -192,17 +204,16 @@
"Perl 6",
16
]
- ],
- "id" : "Francis Whittle"
+ ]
},
{
+ "id" : "Andrezgz",
"data" : [
[
"Perl 5",
21
]
],
- "id" : "Andrezgz",
"name" : "Andrezgz"
},
{
@@ -220,41 +231,41 @@
"name" : "E. Choroba"
},
{
- "id" : "Dave Jacoby",
+ "name" : "Dave Jacoby",
"data" : [
[
- "Blog",
+ "Perl 5",
9
],
[
- "Perl 5",
+ "Blog",
9
]
],
- "name" : "Dave Jacoby"
+ "id" : "Dave Jacoby"
},
{
"name" : "Daniel Mantovani",
+ "id" : "Daniel Mantovani",
"data" : [
[
"Perl 5",
16
]
- ],
- "id" : "Daniel Mantovani"
+ ]
},
{
+ "name" : "Duncan C. White",
"id" : "Duncan C. White",
"data" : [
[
"Perl 5",
16
]
- ],
- "name" : "Duncan C. White"
+ ]
},
{
- "name" : "Nick Logan",
+ "id" : "Nick Logan",
"data" : [
[
"Perl 5",
@@ -265,11 +276,10 @@
8
]
],
- "id" : "Nick Logan"
+ "name" : "Nick Logan"
},
{
"name" : "Lars Balker",
- "id" : "Lars Balker",
"data" : [
[
"Perl 5",
@@ -279,9 +289,11 @@
"Perl 6",
4
]
- ]
+ ],
+ "id" : "Lars Balker"
},
{
+ "id" : "Mark Senn",
"data" : [
[
"Perl 6",
@@ -292,10 +304,10 @@
3
]
],
- "id" : "Mark Senn",
"name" : "Mark Senn"
},
{
+ "name" : "Yozen Hernandez",
"id" : "Yozen Hernandez",
"data" : [
[
@@ -306,28 +318,27 @@
"Blog",
3
]
- ],
- "name" : "Yozen Hernandez"
+ ]
},
{
+ "id" : "Doug Schrag",
"data" : [
[
"Perl 6",
10
]
],
- "id" : "Doug Schrag",
"name" : "Doug Schrag"
},
{
+ "name" : "Steven Wilson",
+ "id" : "Steven Wilson",
"data" : [
[
"Perl 5",
10
]
- ],
- "id" : "Steven Wilson",
- "name" : "Steven Wilson"
+ ]
},
{
"id" : "Alicia Bielsa",
@@ -341,33 +352,33 @@
},
{
"name" : "Guillermo Ramos",
+ "id" : "Guillermo Ramos",
"data" : [
[
"Perl 5",
9
]
- ],
- "id" : "Guillermo Ramos"
+ ]
},
{
- "id" : "Maxim Nechaev",
+ "name" : "Maxim Nechaev",
"data" : [
[
"Perl 5",
9
]
],
- "name" : "Maxim Nechaev"
+ "id" : "Maxim Nechaev"
},
{
+ "name" : "Ozzy",
+ "id" : "Ozzy",
"data" : [
[
"Perl 6",
9
]
- ],
- "id" : "Ozzy",
- "name" : "Ozzy"
+ ]
},
{
"name" : "Robert Gratza",
@@ -384,13 +395,13 @@
"id" : "Robert Gratza"
},
{
- "id" : "John Barrett",
"data" : [
[
"Perl 5",
7
]
],
+ "id" : "John Barrett",
"name" : "John Barrett"
},
{
@@ -398,90 +409,89 @@
"id" : "Khalid",
"data" : [
[
+ "Perl 6",
+ 2
+ ],
+ [
"Perl 5",
4
],
[
"Blog",
1
- ],
- [
- "Perl 6",
- 2
]
]
},
{
+ "id" : "Kivanc Yazan",
"data" : [
[
"Perl 5",
6
]
],
- "id" : "Kivanc Yazan",
"name" : "Kivanc Yazan"
},
{
"name" : "Maxim Kolodyazhny",
+ "id" : "Maxim Kolodyazhny",
"data" : [
[
"Perl 5",
6
]
- ],
- "id" : "Maxim Kolodyazhny"
+ ]
},
{
- "id" : "Philippe Bruhat",
"data" : [
[
- "Perl 5",
- 4
- ],
- [
"Blog",
2
+ ],
+ [
+ "Perl 5",
+ 4
]
],
+ "id" : "Philippe Bruhat",
"name" : "Philippe Bruhat"
},
{
- "id" : "Sergio Iglesias",
+ "name" : "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" : "Feng Chang",
"data" : [
[
- "Perl 6",
- 3
- ],
- [
"Perl 5",
2
+ ],
+ [
+ "Perl 6",
+ 3
]
],
- "id" : "Feng Chang",
"name" : "Feng Chang"
},
{
"name" : "Steve Rogerson",
- "id" : "Steve Rogerson",
"data" : [
[
"Perl 5",
@@ -491,57 +501,58 @@
"Perl 6",
2
]
- ]
+ ],
+ "id" : "Steve Rogerson"
},
{
"name" : "Veesh Goldman",
+ "id" : "Veesh Goldman",
"data" : [
[
"Perl 5",
5
]
- ],
- "id" : "Veesh Goldman"
+ ]
},
{
- "name" : "Alex Daniel",
- "id" : "Alex Daniel",
"data" : [
[
"Perl 6",
4
]
- ]
+ ],
+ "id" : "Alex Daniel",
+ "name" : "Alex Daniel"
},
{
+ "name" : "Bob Kleemann",
+ "id" : "Bob Kleemann",
"data" : [
[
"Perl 5",
4
]
- ],
- "id" : "Bob Kleemann",
- "name" : "Bob Kleemann"
+ ]
},
{
- "name" : "Chenyf",
"id" : "Chenyf",
"data" : [
[
"Perl 6",
4
]
- ]
+ ],
+ "name" : "Chenyf"
},
{
- "name" : "David Kayal",
"data" : [
[
"Perl 5",
4
]
],
- "id" : "David Kayal"
+ "id" : "David Kayal",
+ "name" : "David Kayal"
},
{
"name" : "Finley",
@@ -554,136 +565,133 @@
]
},
{
- "name" : "Jaime Corchado",
+ "id" : "Jaime Corchado",
"data" : [
[
"Perl 5",
4
]
],
- "id" : "Jaime Corchado"
+ "name" : "Jaime Corchado"
},
{
- "name" : "Luis F. Uceta",
"data" : [
[
"Perl 6",
4
]
],
- "id" : "Luis F. Uceta"
+ "id" : "Luis F. Uceta",
+ "name" : "Luis F. Uceta"
},
{
- "id" : "Matt Latusek",
"data" : [
[
"Perl 5",
4
]
],
+ "id" : "Matt Latusek",
"name" : "Matt Latus