aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-12-13 02:03:03 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-12-13 02:03:03 +0000
commitcb5af28d01743c0e9b02aaf457d3f0e40f7cd609 (patch)
tree9951cb0bfb3c28413c0d085cd88137a6742873ab
parent2ebbfaa1ead5e8e2c4e5be5e4be622b91a816b13 (diff)
downloadperlweeklychallenge-club-cb5af28d01743c0e9b02aaf457d3f0e40f7cd609.tar.gz
perlweeklychallenge-club-cb5af28d01743c0e9b02aaf457d3f0e40f7cd609.tar.bz2
perlweeklychallenge-club-cb5af28d01743c0e9b02aaf457d3f0e40f7cd609.zip
- Added solutions by Julio de Castro.
-rw-r--r--stats/pwc-current.json411
-rw-r--r--stats/pwc-language-breakdown-summary.json62
-rw-r--r--stats/pwc-language-breakdown.json640
-rw-r--r--stats/pwc-leaders.json740
-rw-r--r--stats/pwc-summary-1-30.json40
-rw-r--r--stats/pwc-summary-121-150.json126
-rw-r--r--stats/pwc-summary-151-180.json104
-rw-r--r--stats/pwc-summary-181-210.json98
-rw-r--r--stats/pwc-summary-31-60.json94
-rw-r--r--stats/pwc-summary-61-90.json98
-rw-r--r--stats/pwc-summary-91-120.json42
-rw-r--r--stats/pwc-summary.json60
12 files changed, 1267 insertions, 1248 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index 7a6d7e13e1..8ab01a55e5 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,170 +1,15 @@
{
- "subtitle" : {
- "text" : "[Champions: 25] Last updated at 2020-12-13 01:58:37 GMT"
- },
- "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/>",
- "followPointer" : 1
- },
- "series" : [
- {
- "data" : [
- {
- "drilldown" : "Aaron Smith",
- "name" : "Aaron Smith",
- "y" : 3
- },
- {
- "drilldown" : "Alexander Karelas",
- "name" : "Alexander Karelas",
- "y" : 2
- },
- {
- "y" : 2,
- "name" : "Alexander Pankoff",
- "drilldown" : "Alexander Pankoff"
- },
- {
- "y" : 2,
- "drilldown" : "Andinus",
- "name" : "Andinus"
- },
- {
- "drilldown" : "Andrew Shitov",
- "name" : "Andrew Shitov",
- "y" : 2
- },
- {
- "y" : 1,
- "name" : "Cristina Heredia",
- "drilldown" : "Cristina Heredia"
- },
- {
- "y" : 3,
- "name" : "Dave Jacoby",
- "drilldown" : "Dave Jacoby"
- },
- {
- "y" : 2,
- "name" : "E. Choroba",
- "drilldown" : "E. Choroba"
- },
- {
- "name" : "Feng Chang",
- "drilldown" : "Feng Chang",
- "y" : 2
- },
- {
- "drilldown" : "Flavio Poletti",
- "name" : "Flavio Poletti",
- "y" : 4
- },
- {
- "drilldown" : "Garrett Goebel",
- "name" : "Garrett Goebel",
- "y" : 2
- },
- {
- "name" : "James Smith",
- "drilldown" : "James Smith",
- "y" : 2
- },
- {
- "name" : "Jan Krnavek",
- "drilldown" : "Jan Krnavek",
- "y" : 2
- },
- {
- "drilldown" : "Jorg Sommrey",
- "name" : "Jorg Sommrey",
- "y" : 2
- },
- {
- "name" : "Laurent Rosenfeld",
- "drilldown" : "Laurent Rosenfeld",
- "y" : 5
- },
- {
- "drilldown" : "Mark Anderson",
- "name" : "Mark Anderson",
- "y" : 2
- },
- {
- "name" : "Niels van Dijke",
- "drilldown" : "Niels van Dijke",
- "y" : 2
- },
- {
- "name" : "Nuno Vieira",
- "drilldown" : "Nuno Vieira",
- "y" : 2
- },
- {
- "name" : "Pete Houston",
- "drilldown" : "Pete Houston",
- "y" : 2
- },
- {
- "y" : 2,
- "drilldown" : "Philip Hood",
- "name" : "Philip Hood"
- },
- {
- "drilldown" : "Roger Bell_West",
- "name" : "Roger Bell_West",
- "y" : 4
- },
- {
- "y" : 2,
- "drilldown" : "Simon Proctor",
- "name" : "Simon Proctor"
- },
- {
- "y" : 2,
- "drilldown" : "Stuart Little",
- "name" : "Stuart Little"
- },
- {
- "drilldown" : "Ulrich Rieke",
- "name" : "Ulrich Rieke",
- "y" : 4
- },
- {
- "name" : "W. Luis Mochan",
- "drilldown" : "W. Luis Mochan",
- "y" : 3
- }
- ],
- "colorByPoint" : 1,
- "name" : "Perl Weekly Challenge - 090"
- }
- ],
- "xAxis" : {
- "type" : "category"
- },
- "legend" : {
- "enabled" : 0
- },
"plotOptions" : {
"series" : {
"dataLabels" : {
- "enabled" : 1,
- "format" : "{point.y}"
+ "format" : "{point.y}",
+ "enabled" : 1
},
"borderWidth" : 0
}
},
- "yAxis" : {
- "title" : {
- "text" : "Total Solutions"
- }
- },
- "chart" : {
- "type" : "column"
- },
- "title" : {
- "text" : "Perl Weekly Challenge - 090"
+ "legend" : {
+ "enabled" : 0
},
"drilldown" : {
"series" : [
@@ -183,14 +28,14 @@
]
},
{
+ "name" : "Alexander Karelas",
+ "id" : "Alexander Karelas",
"data" : [
[
"Perl",
2
]
- ],
- "id" : "Alexander Karelas",
- "name" : "Alexander Karelas"
+ ]
},
{
"name" : "Alexander Pankoff",
@@ -217,26 +62,28 @@
"id" : "Andinus"
},
{
- "id" : "Andrew Shitov",
"data" : [
[
"Raku",
2
]
],
+ "id" : "Andrew Shitov",
"name" : "Andrew Shitov"
},
{
- "name" : "Cristina Heredia",
"id" : "Cristina Heredia",
"data" : [
[
"Perl",
1
]
- ]
+ ],
+ "name" : "Cristina Heredia"
},
{
+ "name" : "Dave Jacoby",
+ "id" : "Dave Jacoby",
"data" : [
[
"Perl",
@@ -246,32 +93,31 @@
"Blog",
1
]
- ],
- "id" : "Dave Jacoby",
- "name" : "Dave Jacoby"
+ ]
},
{
- "id" : "E. Choroba",
+ "name" : "E. Choroba",
"data" : [
[
"Perl",
2
]
],
- "name" : "E. Choroba"
+ "id" : "E. Choroba"
},
{
+ "id" : "Feng Chang",
"data" : [
[
"Raku",
2
]
],
- "id" : "Feng Chang",
"name" : "Feng Chang"
},
{
"name" : "Flavio Poletti",
+ "id" : "Flavio Poletti",
"data" : [
[
"Perl",
@@ -281,51 +127,63 @@
"Blog",
2
]
- ],
- "id" : "Flavio Poletti"
+ ]
},
{
- "name" : "Garrett Goebel",
"id" : "Garrett Goebel",
"data" : [
[
"Raku",
2
]
- ]
+ ],
+ "name" : "Garrett Goebel"
},
{
- "id" : "James Smith",
+ "name" : "James Smith",
"data" : [
[
"Perl",
2
]
],
- "name" : "James Smith"
+ "id" : "James Smith"
},
{
- "name" : "Jan Krnavek",
"data" : [
[
"Raku",
2
]
],
- "id" : "Jan Krnavek"
+ "id" : "Jan Krnavek",
+ "name" : "Jan Krnavek"
},
{
+ "id" : "Jorg Sommrey",
"data" : [
[
"Perl",
2
]
],
- "id" : "Jorg Sommrey",
"name" : "Jorg Sommrey"
},
{
- "name" : "Laurent Rosenfeld",
+ "name" : "Julio de Castro",
+ "id" : "Julio de Castro",
+ "data" : [
+ [
+ "Perl",
+ 2
+ ],
+ [
+ "Raku",
+ 2
+ ]
+ ]
+ },
+ {
"id" : "Laurent Rosenfeld",
"data" : [
[
@@ -340,7 +198,8 @@
"Blog",
1
]
- ]
+ ],
+ "name" : "Laurent Rosenfeld"
},
{
"data" : [
@@ -353,34 +212,34 @@
"name" : "Mark Anderson"
},
{
+ "name" : "Niels van Dijke",
"data" : [
[
"Perl",
2
]
],
- "id" : "Niels van Dijke",
- "name" : "Niels van Dijke"
+ "id" : "Niels van Dijke"
},
{
- "id" : "Nuno Vieira",
+ "name" : "Nuno Vieira",
"data" : [
[
"Perl",
2
]
],
- "name" : "Nuno Vieira"
+ "id" : "Nuno Vieira"
},
{
- "name" : "Pete Houston",
- "id" : "Pete Houston",
"data" : [
[
"Perl",
2
]
- ]
+ ],
+ "id" : "Pete Houston",
+ "name" : "Pete Houston"
},
{
"name" : "Philip Hood",
@@ -393,6 +252,7 @@
"id" : "Philip Hood"
},
{
+ "name" : "Roger Bell_West",
"data" : [
[
"Perl",
@@ -403,17 +263,16 @@
2
]
],
- "id" : "Roger Bell_West",
- "name" : "Roger Bell_West"
+ "id" : "Roger Bell_West"
},
{
- "id" : "Simon Proctor",
"data" : [
[
"Raku",
2
]
],
+ "id" : "Simon Proctor",
"name" : "Simon Proctor"
},
{
@@ -427,6 +286,7 @@
]
},
{
+ "id" : "Ulrich Rieke",
"data" : [
[
"Perl",
@@ -437,12 +297,9 @@
2
]
],
- "id" : "Ulrich Rieke",
"name" : "Ulrich Rieke"
},
{
- "name" : "W. Luis Mochan",
- "id" : "W. Luis Mochan",
"data" : [
[
"Perl",
@@ -452,8 +309,170 @@
"Blog",
1
]
- ]
+ ],
+ "id" : "W. Luis Mochan",
+ "name" : "W. Luis Mochan"
}
]
+ },
+ "series" : [
+ {
+ "name" : "Perl Weekly Challenge - 090",
+ "data" : [
+ {
+ "drilldown" : "Aaron Smith",
+ "name" : "Aaron Smith",
+ "y" : 3
+ },
+ {
+ "name" : "Alexander Karelas",
+ "y" : 2,
+ "drilldown" : "Alexander Karelas"
+ },
+ {
+ "y" : 2,
+ "name" : "Alexander Pankoff",
+ "drilldown" : "Alexander Pankoff"
+ },
+ {
+ "drilldown" : "Andinus",
+ "name" : "Andinus",
+ "y" : 2
+ },
+ {
+ "drilldown" : "Andrew Shitov",
+ "y" : 2,
+ "name" : "Andrew Shitov"
+ },
+ {
+ "name" : "Cristina Heredia",
+ "y" : 1,
+ "drilldown" : "Cristina Heredia"
+ },
+ {
+ "y" : 3,
+ "name" : "Dave Jacoby",
+ "drilldown" : "Dave Jacoby"
+ },
+ {
+ "drilldown" : "E. Choroba",
+ "name" : "E. Choroba",
+ "y" : 2
+ },
+ {
+ "name" : "Feng Chang",
+ "y" : 2,
+ "drilldown" : "Feng Chang"
+ },
+ {
+ "drilldown" : "Flavio Poletti",
+ "name" : "Flavio Poletti",
+ "y" : 4
+ },
+ {
+ "drilldown" : "Garrett Goebel",
+ "y" : 2,
+ "name" : "Garrett Goebel"
+ },
+ {
+ "drilldown" : "James Smith",
+ "name" : "James Smith",
+ "y" : 2
+ },
+ {
+ "drilldown" : "Jan Krnavek",
+ "name" : "Jan Krnavek",
+ "y" : 2
+ },
+ {
+ "drilldown" : "Jorg Sommrey",
+ "name" : "Jorg Sommrey",
+ "y" : 2
+ },
+ {
+ "name" : "Julio de Castro",
+ "y" : 4,
+ "drilldown" : "Julio de Castro"
+ },
+ {
+ "drilldown" : "Laurent Rosenfeld",
+ "y" : 5,
+ "name" : "Laurent Rosenfeld"
+ },
+ {
+ "y" : 2,
+ "name" : "Mark Anderson",
+ "drilldown" : "Mark Anderson"
+ },
+ {
+ "y" : 2,
+ "name" : "Niels van Dijke",
+ "drilldown" : "Niels van Dijke"
+ },
+ {
+ "drilldown" : "Nuno Vieira",
+ "name" : "Nuno Vieira",
+ "y" : 2
+ },
+ {
+ "drilldown" : "Pete Houston",
+ "name" : "Pete Houston",
+ "y" : 2
+ },
+ {
+ "drilldown" : "Philip Hood",
+ "y" : 2,
+ "name" : "Philip Hood"
+ },
+ {
+ "y" : 4,
+ "name" : "Roger Bell_West",
+ "drilldown" : "Roger Bell_West"
+ },
+ {
+ "drilldown" : "Simon Proctor",
+ "y" : 2,
+ "name" : "Simon Proctor"
+ },
+ {
+ "drilldown" : "Stuart Little",
+ "name" : "Stuart Little",
+ "y" : 2
+ },
+ {
+ "drilldown" : "Ulrich Rieke",
+ "y" : 4,
+ "name" : "Ulrich Rieke"
+ },
+ {
+ "drilldown" : "W. Luis Mochan",
+ "y" : 3,
+ "name" : "W. Luis Mochan"
+ }
+ ],
+ "colorByPoint" : 1
+ }
+ ],
+ "subtitle" : {
+ "text" : "[Champions: 26] Last updated at 2020-12-13 02:02:19 GMT"
+ },
+ "tooltip" : {
+ "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
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Solutions"
+ }
+ },
+ "xAxis" : {
+ "type" : "category"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge - 090"
}
}
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 3fea7d4038..093576c03d 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,24 +1,7 @@
{
- "subtitle" : {
- "text" : "Last updated at 2020-12-13 01:58:37 GMT"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
"series" : [
{
- "dataLabels" : {
- "format" : "{point.y:.0f}",
- "y" : 10,
- "enabled" : "true",
- "align" : "right",
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "color" : "#FFFFFF",
- "rotation" : -90
- },
+ "name" : "Contributions",
"data" : [
[
"Blog",
@@ -26,38 +9,55 @@
],
[
"Perl",
- 4048
+ 4050
],
[
"Raku",
- 2686
+ 2688
]
],
- "name" : "Contributions"
+ "dataLabels" : {
+ "format" : "{point.y:.0f}",
+ "align" : "right",
+ "color" : "#FFFFFF",
+ "y" : 10,
+ "rotation" : -90,
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "enabled" : "true"
+ }
}
],
+ "subtitle" : {
+ "text" : "Last updated at 2020-12-13 02:02:19 GMT"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
"xAxis" : {
"labels" : {
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
}
},
"type" : "category"
},
- "legend" : {
- "enabled" : "false"
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ },
+ "chart" : {
+ "type" : "column"
},
"yAxis" : {
"title" : {
"text" : null
},
"min" : 0
- },
- "chart" : {
- "type" : "column"
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
}
}
diff --git a/stats/pwc-language-breakdown.json b/stats/pwc-language-breakdown.json
index 8960c0b4f8..7b3e88e6f6 100644
--- a/stats/pwc-language-breakdown.json
+++ b/stats/pwc-language-breakdown.json
@@ -1,12 +1,9 @@
{
- "plotOptions" : {
- "series" : {
- "dataLabels" : {
- "enabled" : 1,
- "format" : "{point.y}"
- },
- "borderWidth" : 0
- }
+ "title" : {
+ "text" : "Perl Weekly Challenge Language"
+ },
+ "xAxis" : {
+ "type" : "category"
},
"yAxis" : {
"title" : {
@@ -16,9 +13,6 @@
"chart" : {
"type" : "column"
},
- "title" : {
- "text" : "Perl Weekly Challenge Language"
- },
"drilldown" : {
"series" : [
{
@@ -40,7 +34,6 @@
"id" : "001"
},
{
- "id" : "002",
"data" : [
[
"Perl",
@@ -55,6 +48,7 @@
10
]
],
+ "id" : "002",
"name" : "002"
},
{
@@ -76,7 +70,6 @@
"name" : "003"
},
{
- "name" : "004",
"data" : [
[
"Perl",
@@ -91,9 +84,12 @@
10
]
],
- "id" : "004"
+ "id" : "004",
+ "name" : "004"
},
{
+ "name" : "005",
+ "id" : "005",
"data" : [
[
"Perl",
@@ -107,12 +103,9 @@
"Blog",
12
]
- ],
- "id" : "005",
- "name" : "005"
+ ]
},
{
- "id" : "006",
"data" : [
[
"Perl",
@@ -127,10 +120,11 @@
7
]
],
+ "id" : "006",
"name" : "006"
},
{
- "id" : "007",
+ "name" : "007",
"data" : [
[
"Perl",
@@ -145,10 +139,9 @@
10
]
],
- "name" : "007"
+ "id" : "007"
},
{
- "id" : "008",
"data" : [
[
"Perl",
@@ -163,11 +156,11 @@
12
]
],
+ "id" : "008",
"name" : "008"
},
{
"name" : "009",
- "id" : "009",
"data" : [
[
"Perl",
@@ -181,9 +174,11 @@
"Blog",
13
]
- ]
+ ],
+ "id" : "009"
},
{
+ "name" : "010",
"id" : "010",
"data" : [
[
@@ -198,11 +193,10 @@
"Blog",
11
]
- ],
- "name" : "010"
+ ]
},
{
- "name" : "011",
+ "id" : "011",
"data" : [
[
"Perl",
@@ -217,7 +211,7 @@
10
]
],
- "id" : "011"
+ "name" : "011"
},
{
"data" : [
@@ -239,7 +233,6 @@
},
{
"name" : "013",
- "id" : "013",
"data" : [
[
"Perl",
@@ -253,7 +246,8 @@
"Blog",
13
]
- ]
+ ],
+ "id" : "013"
},
{
"id" : "014",
@@ -274,6 +268,7 @@
"name" : "014"
},
{
+ "name" : "015",
"data" : [
[
"Perl",
@@ -288,10 +283,11 @@
15
]
],
- "id" : "015",
- "name" : "015"
+ "id" : "015"
},
{
+ "name" : "016",
+ "id" : "016",
"data" : [
[
"Perl",
@@ -305,9 +301,7 @@
"Blog",
12
]
- ],
- "id" : "016",
- "name" : "016"
+ ]
},
{
"data" : [
@@ -329,7 +323,6 @@
},
{
"name" : "018",
- "id" : "018",
"data" : [
[
"Perl",
@@ -343,11 +336,10 @@
"Blog",
14
]
- ]
+ ],
+ "id" : "018"
},
{
- "name" : "019",
- "id" : "019",
"data" : [
[
"Perl",
@@ -361,9 +353,12 @@
"Blog",
13
]
- ]
+ ],
+ "id" : "019",
+ "name" : "019"
},
{
+ "name" : "020",
"id" : "020",
"data" : [
[
@@ -378,12 +373,9 @@
"Blog",
13
]
- ],
- "name" : "020"
+ ]
},
{
- "name" : "021",
- "id" : "021",
"data" : [
[
"Perl",
@@ -397,11 +389,12 @@
"Blog",
10
]
- ]
+ ],
+ "id" : "021",
+ "name" : "021"
},
{
"name" : "022",
- "id" : "022",
"data" : [
[
"Perl",
@@ -415,10 +408,10 @@
"Blog",
10
]
- ]
+ ],
+ "id" : "022"
},
{
- "name" : "023",
"data" : [
[
"Perl",
@@ -433,10 +426,10 @@
12
]
],
- "id" : "023"
+ "id" : "023",
+ "name" : "023"
},
{
- "name" : "024",
"data" : [
[
"Perl",
@@ -451,10 +444,10 @@
11
]
],
- "id" : "024"
+ "id" : "024",
+ "name" : "024"
},
{
- "id" : "025",
"data" : [
[
"Perl",
@@ -469,9 +462,12 @@
12
]
],
+ "id" : "025",
"name" : "025"
},
{
+ "name" : "026",
+ "id" : "026",
"data" : [
[
"Perl",
@@ -485,12 +481,9 @@
"Blog",
10
]
- ],
- "id" : "026",
- "name" : "026"
+ ]
},
{
- "id" : "027",
"data" : [
[
"Perl",
@@ -505,10 +498,10 @@
9
]
],
+ "id" : "027",
"name" : "027"
},
{
- "name" : "028",
"data" : [
[
"Perl",
@@ -523,10 +516,10 @@
9
]
],
- "id" : "028"
+ "id" : "028",
+ "name" : "028"
},
{
- "name" : "029",
"id" : "029",
"data" : [
[
@@ -541,9 +534,11 @@
"Blog",
12
]
- ]
+ ],
+ "name" : "029"
},
{
+ "id" : "030",
"data" : [
[
"Perl",
@@ -558,7 +553,6 @@
10
]
],
- "id" : "030",
"name" : "030"
},
{
@@ -581,7 +575,6 @@
},
{
"name" : "032",
- "id" : "032",
"data" : [
[
"Perl",
@@ -595,7 +588,8 @@
"Blog",
10
]
- ]
+ ],
+ "id" : "032"
},
{
"data" : [
@@ -616,7 +610,7 @@
"name" : "033"
},
{
- "id" : "034",
+ "name" : "034",
"data" : [
[
"Perl",
@@ -631,9 +625,10 @@
11
]
],
- "name" : "034"
+ "id" : "034"
},
{
+ "name" : "035",
"id" : "035",
"data" : [
[
@@ -648,8 +643,7 @@
"Blog",
9
]
- ],
- "name" : "035"
+ ]
},
{
"name" : "036",
@@ -670,7 +664,7 @@
"id" : "036"
},
{
- "name" : "037",
+ "id" : "037",