aboutsummaryrefslogtreecommitdiff
path: root/stats
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-01-21 02:23:08 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-01-21 02:23:08 +0000
commit3aeb340a25023c17472816188f0e1c421e0a7823 (patch)
treec721df488eac891a8cfd82ab90279f8830d7d82a /stats
parentebbbdaf1a21679d28a6ab453fce955f19cf2e8f9 (diff)
downloadperlweeklychallenge-club-3aeb340a25023c17472816188f0e1c421e0a7823.tar.gz
perlweeklychallenge-club-3aeb340a25023c17472816188f0e1c421e0a7823.tar.bz2
perlweeklychallenge-club-3aeb340a25023c17472816188f0e1c421e0a7823.zip
- Added solutions by Paulo Custodio.
Diffstat (limited to 'stats')
-rw-r--r--stats/pwc-current.json313
-rw-r--r--stats/pwc-language-breakdown-summary.json78
-rw-r--r--stats/pwc-language-breakdown.json704
-rw-r--r--stats/pwc-leaders.json372
-rw-r--r--stats/pwc-summary-1-30.json108
-rw-r--r--stats/pwc-summary-121-150.json116
-rw-r--r--stats/pwc-summary-151-180.json102
-rw-r--r--stats/pwc-summary-181-210.json36
-rw-r--r--stats/pwc-summary-211-240.json50
-rw-r--r--stats/pwc-summary-31-60.json112
-rw-r--r--stats/pwc-summary-61-90.json32
-rw-r--r--stats/pwc-summary-91-120.json102
-rw-r--r--stats/pwc-summary.json34
13 files changed, 1087 insertions, 1072 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index 8a8af012b0..5e5785a430 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,49 +1,169 @@
{
- "tooltip" : {
- "followPointer" : 1,
- "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/>"
+ "subtitle" : {
+ "text" : "[Champions: 18] Last updated at 2021-01-21 02:22:38 GMT"
},
"yAxis" : {
"title" : {
"text" : "Total Solutions"
}
},
+ "series" : [
+ {
+ "colorByPoint" : 1,
+ "data" : [
+ {
+ "name" : "Abigail",
+ "drilldown" : "Abigail",
+ "y" : 2
+ },
+ {
+ "name" : "Andrew Shitov",
+ "drilldown" : "Andrew Shitov",
+ "y" : 1
+ },
+ {
+ "drilldown" : "Ben Davies",
+ "y" : 2,
+ "name" : "Ben Davies"
+ },
+ {
+ "y" : 3,
+ "drilldown" : "Dave Jacoby",
+ "name" : "Dave Jacoby"
+ },
+ {
+ "name" : "E. Choroba",
+ "drilldown" : "E. Choroba",
+ "y" : 2
+ },
+ {
+ "name" : "Flavio Poletti",
+ "y" : 4,
+ "drilldown" : "Flavio Poletti"
+ },
+ {
+ "name" : "James Smith",
+ "drilldown" : "James Smith",
+ "y" : 2
+ },
+ {
+ "drilldown" : "Joan Mimosinnet",
+ "y" : 3,
+ "name" : "Joan Mimosinnet"
+ },
+ {
+ "drilldown" : "Luca Ferrari",
+ "y" : 4,
+ "name" : "Luca Ferrari"
+ },
+ {
+ "name" : "Mark Anderson",
+ "drilldown" : "Mark Anderson",
+ "y" : 2
+ },
+ {
+ "y" : 2,
+ "drilldown" : "Paulo Custodio",
+ "name" : "Paulo Custodio"
+ },
+ {
+ "name" : "Pete Houston",
+ "drilldown" : "Pete Houston",
+ "y" : 2
+ },
+ {
+ "name" : "Philip Hood",
+ "y" : 2,
+ "drilldown" : "Philip Hood"
+ },
+ {
+ "name" : "Roger Bell_West",
+ "drilldown" : "Roger Bell_West",
+ "y" : 4
+ },
+ {
+ "y" : 2,
+ "drilldown" : "Simon Proctor",
+ "name" : "Simon Proctor"
+ },
+ {
+ "name" : "Stuart Little",
+ "y" : 4,
+ "drilldown" : "Stuart Little"
+ },
+ {
+ "name" : "Ulrich Rieke",
+ "y" : 4,
+ "drilldown" : "Ulrich Rieke"
+ },
+ {
+ "name" : "W. Luis Mochan",
+ "y" : 3,
+ "drilldown" : "W. Luis Mochan"
+ }
+ ],
+ "name" : "Perl Weekly Challenge - 096"
+ }
+ ],
+ "chart" : {
+ "type" : "column"
+ },
+ "legend" : {
+ "enabled" : 0
+ },
+ "tooltip" : {
+ "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>",
+ "followPointer" : 1,
+ "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge - 096"
+ },
+ "xAxis" : {
+ "type" : "category"
+ },
+ "plotOptions" : {
+ "series" : {
+ "dataLabels" : {
+ "enabled" : 1,
+ "format" : "{point.y}"
+ },
+ "borderWidth" : 0
+ }
+ },
"drilldown" : {
"series" : [
{
+ "id" : "Abigail",
"name" : "Abigail",
"data" : [
[
"Perl",
2
]
- ],
- "id" : "Abigail"
+ ]
},
{
- "name" : "Andrew Shitov",
"id" : "Andrew Shitov",
"data" : [
[
"Raku",
1
]
- ]
+ ],
+ "name" : "Andrew Shitov"
},
{
- "name" : "Ben Davies",
"id" : "Ben Davies",
"data" : [
[
"Raku",
2
]
- ]
+ ],
+ "name" : "Ben Davies"
},
{
- "name" : "Dave Jacoby",
- "id" : "Dave Jacoby",
"data" : [
[
"Perl",
@@ -53,21 +173,23 @@
"Blog",
1
]
- ]
+ ],
+ "name" : "Dave Jacoby",
+ "id" : "Dave Jacoby"
},
{
- "name" : "E. Choroba",
"data" : [
[
"Perl",
2
]
],
+ "name" : "E. Choroba",
"id" : "E. Choroba"
},
{
- "name" : "Flavio Poletti",
"id" : "Flavio Poletti",
+ "name" : "Flavio Poletti",
"data" : [
[
"Perl",
@@ -90,8 +212,6 @@
"id" : "James Smith"
},
{
- "name" : "Joan Mimosinnet",
- "id" : "Joan Mimosinnet",
"data" : [
[
"Raku",
@@ -101,10 +221,13 @@
"Blog",
1
]
- ]
+ ],
+ "name" : "Joan Mimosinnet",
+ "id" : "Joan Mimosinnet"
},
{
"id" : "Luca Ferrari",
+ "name" : "Luca Ferrari",
"data" : [
[
"Raku",
@@ -114,41 +237,49 @@
"Blog",
2
]
- ],
- "name" : "Luca Ferrari"
+ ]
},
{
+ "id" : "Mark Anderson",
"name" : "Mark Anderson",
"data" : [
[
"Raku",
2
]
- ],
- "id" : "Mark Anderson"
+ ]
},
{
+ "name" : "Paulo Custodio",
"data" : [
[
"Perl",
2
]
],
+ "id" : "Paulo Custodio"
+ },
+ {
"id" : "Pete Houston",
+ "data" : [
+ [
+ "Perl",
+ 2
+ ]
+ ],
"name" : "Pete Houston"
},
{
- "name" : "Philip Hood",
"data" : [
[
"Raku",
2
]
],
+ "name" : "Philip Hood",
"id" : "Philip Hood"
},
{
- "name" : "Roger Bell_West",
"data" : [
[
"Perl",
@@ -159,20 +290,20 @@
2
]
],
+ "name" : "Roger Bell_West",
"id" : "Roger Bell_West"
},
{
+ "id" : "Simon Proctor",
"data" : [
[
"Raku",
2
]
],
- "id" : "Simon Proctor",
"name" : "Simon Proctor"
},
{
- "id" : "Stuart Little",
"data" : [
[
"Perl",
@@ -183,9 +314,11 @@
2
]
],
- "name" : "Stuart Little"
+ "name" : "Stuart Little",
+ "id" : "Stuart Little"
},
{
+ "id" : "Ulrich Rieke",
"name" : "Ulrich Rieke",
"data" : [
[
@@ -196,12 +329,9 @@
"Raku",
2
]
- ],
- "id" : "Ulrich Rieke"
+ ]
},
{
- "name" : "W. Luis Mochan",
- "id" : "W. Luis Mochan",
"data" : [
[
"Perl",
@@ -211,125 +341,10 @@
"Blog",
1
]
- ]
+ ],
+ "name" : "W. Luis Mochan",
+ "id" : "W. Luis Mochan"
}
]
- },
- "series" : [
- {
- "data" : [
- {
- "name" : "Abigail",
- "y" : 2,
- "drilldown" : "Abigail"
- },
- {
- "drilldown" : "Andrew Shitov",
- "y" : 1,
- "name" : "Andrew Shitov"
- },
- {
- "drilldown" : "Ben Davies",
- "name" : "Ben Davies",
- "y" : 2
- },
- {
- "drilldown" : "Dave Jacoby",
- "name" : "Dave Jacoby",
- "y" : 3
- },
- {
- "y" : 2,
- "name" : "E. Choroba",
- "drilldown" : "E. Choroba"
- },
- {
- "y" : 4,
- "name" : "Flavio Poletti",
- "drilldown" : "Flavio Poletti"
- },
- {
- "name" : "James Smith",
- "y" : 2,
- "drilldown" : "James Smith"
- },
- {
- "drilldown" : "Joan Mimosinnet",
- "y" : 3,
- "name" : "Joan Mimosinnet"
- },
- {
- "drilldown" : "Luca Ferrari",
- "y" : 4,
- "name" : "Luca Ferrari"
- },
- {
- "drilldown" : "Mark Anderson",
- "y" : 2,
- "name" : "Mark Anderson"
- },
- {
- "drilldown" : "Pete Houston",
- "y" : 2,
- "name" : "Pete Houston"
- },
- {
- "drilldown" : "Philip Hood",
- "name" : "Philip Hood",
- "y" : 2
- },
- {
- "name" : "Roger Bell_West",
- "y" : 4,
- "drilldown" : "Roger Bell_West"
- },
- {
- "y" : 2,
- "name" : "Simon Proctor",
- "drilldown" : "Simon Proctor"
- },
- {
- "y" : 4,
- "name" : "Stuart Little",
- "drilldown" : "Stuart Little"
- },
- {
- "drilldown" : "Ulrich Rieke",
- "y" : 4,
- "name" : "Ulrich Rieke"
- },
- {
- "name" : "W. Luis Mochan",
- "y" : 3,
- "drilldown" : "W. Luis Mochan"
- }
- ],
- "name" : "Perl Weekly Challenge - 096",
- "colorByPoint" : 1
- }
- ],
- "xAxis" : {
- "type" : "category"
- },
- "legend" : {
- "enabled" : 0
- },
- "plotOptions" : {
- "series" : {
- "borderWidth" : 0,
- "dataLabels" : {
- "enabled" : 1,
- "format" : "{point.y}"
- }
- }
- },
- "title" : {
- "text" : "Perl Weekly Challenge - 096"
- },
- "subtitle" : {
- "text" : "[Champions: 17] Last updated at 2021-01-21 02:18:33 GMT"
- },
- "chart" : {
- "type" : "column"
}
}
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index df27eae73c..e3e3c94ea7 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,24 +1,36 @@
{
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ },
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ },
+ "type" : "category"
+ },
"chart" : {
"type" : "column"
},
+ "legend" : {
+ "enabled" : "false"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
+ },
"subtitle" : {
- "text" : "Last updated at 2021-01-21 02:18:33 GMT"
+ "text" : "Last updated at 2021-01-21 02:22:38 GMT"
},
"series" : [
{
- "dataLabels" : {
- "y" : 10,
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "rotation" : -90,
- "align" : "right",
- "color" : "#FFFFFF",
- "format" : "{point.y:.0f}",
- "enabled" : "true"
- },
"data" : [
[
"Blog",
@@ -26,38 +38,26 @@
],
[
"Perl",
- 4414
+ 4416
],
[
"Raku",
2895
]
],
- "name" : "Contributions"
- }
- ],
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
- },
- "legend" : {
- "enabled" : "false"
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
- },
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "name" : "Contributions",
+ "dataLabels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "rotation" : -90,
+ "enabled" : "true",
+ "align" : "right",
+ "format" : "{point.y:.0f}",
+ "color" : "#FFFFFF",
+ "y" : 10
}
}
- }
+ ]
}
diff --git a/stats/pwc-language-breakdown.json b/stats/pwc-language-breakdown.json
index 6c94d36bc7..c050282c4c 100644
--- a/stats/pwc-language-breakdown.json
+++ b/stats/pwc-language-breakdown.json
@@ -1,35 +1,9 @@
{
- "xAxis" : {
- "type" : "category"
- },
- "plotOptions" : {
- "series" : {
- "borderWidth" : 0,
- "dataLabels" : {
- "enabled" : 1,
- "format" : "{point.y}"
- }
- }
- },
- "title" : {
- "text" : "Perl Weekly Challenge Language"
- },
- "legend" : {
- "enabled" : "false"
- },
- "tooltip" : {
- "pointFormat" : "<span style=\"color:{point.color}\">Challenge {point.name}</span>: <b>{point.y:f}</b><br/>",
- "followPointer" : "true",
- "headerFormat" : "<span style=\"font-size:11px\"></span>"
- },
- "yAxis" : {
- "title" : {
- "text" : "Total Solutions"
- }
- },
"drilldown" : {
"series" : [
{
+ "id" : "001",
+ "name" : "001",
"data" : [
[
"Perl",
@@ -43,12 +17,9 @@
"Blog",
11
]
- ],
- "id" : "001",
- "name" : "001"
+ ]
},
{
- "name" : "002",
"id" : "002",
"data" : [
[
@@ -63,7 +34,8 @@
"Blog",
10
]
- ]
+ ],
+ "name" : "002"
},
{
"id" : "003",
@@ -84,6 +56,7 @@
"name" : "003"
},
{
+ "id" : "004",
"name" : "004",
"data" : [
[
@@ -98,10 +71,10 @@
"Blog",
10
]
- ],
- "id" : "004"
+ ]
},
{
+ "id" : "005",
"name" : "005",
"data" : [
[
@@ -116,10 +89,11 @@
"Blog",
12
]
- ],
- "id" : "005"
+ ]
},
{
+ "id" : "006",
+ "name" : "006",
"data" : [
[
"Perl",
@@ -133,13 +107,10 @@
"Blog",
7
]
- ],
- "id" : "006",
- "name" : "006"
+ ]
},
{
"name" : "007",
- "id" : "007",
"data" : [
[
"Perl",
@@ -153,10 +124,10 @@
"Blog",
10
]
- ]
+ ],
+ "id" : "007"
},
{
- "name" : "008",
"data" : [
[
"Perl",
@@ -171,11 +142,11 @@
12
]
],
+ "name" : "008",
"id" : "008"
},
{
"name" : "009",
- "id" : "009",
"data" : [
[
"Perl",
@@ -189,7 +160,8 @@
"Blog",
13
]
- ]
+ ],
+ "id" : "009"
},
{
"name" : "010",
@@ -210,6 +182,8 @@
"id" : "010"
},
{
+ "id" : "011",
+ "name" : "011",
"data" : [
[
"Perl",
@@ -223,9 +197,7 @@
"Blog",
10
]
- ],
- "id" : "011",
- "name" : "011"
+ ]
},
{
"data" : [
@@ -242,11 +214,10 @@
11
]
],
- "id" : "012",
- "name" : "012"
+ "name" : "012",
+ "id" : "012"
},
{
- "id" : "013",
"data" : [
[
"Perl",
@@ -261,9 +232,11 @@
13
]
],
- "name" : "013"
+ "name" : "013",
+ "id" : "013"
},
{
+ "id" : "014",
"data" : [
[
"Perl",
@@ -278,11 +251,10 @@
15
]
],
- "id" : "014",
"name" : "014"
},
{
- "name" : "015",
+ "id" : "015",
"data" : [
[
"Perl",
@@ -297,10 +269,9 @@
15
]
],
- "id" : "015"
+ "name" : "015"
},
{
- "name" : "016",
"id" : "016",
"data" : [
[
@@ -315,10 +286,10 @@
"Blog",
12
]
- ]
+ ],
+ "name" : "016"
},
{
- "name" : "017",
"id" : "017",
"data" : [
[
@@ -333,9 +304,11 @@
"Blog",
12
]
- ]
+ ],
+ "name" : "017"
},
{
+ "name" : "018",
"data" : [
[
"Perl",
@@ -350,10 +323,10 @@
14
]
],
- "id" : "018",
- "name" : "018"
+ "id" : "018"
},
{
+ "id" : "019",
"data" : [
[
"Perl",
@@ -368,12 +341,11 @@
13
]
],
- "id" : "019",
"name" : "019"
},
{
- "name" : "020",
"id" : "020",
+ "name" : "020",
"data" : [
[
"Perl",
@@ -390,7 +362,7 @@
]
},
{
- "name" : "021",
+ "id" : "021",
"data" : [
[
"Perl",
@@ -405,10 +377,10 @@
10
]
],
- "id" : "021"
+ "name" : "021"
},
{
- "id" : "022",
+ "name" : "022",
"data" : [
[
"Perl",
@@ -423,10 +395,9 @@
10
]
],
- "name" : "022"
+ "id" : "022"
},
{
- "name" : "023",
"id" : "023",
"data" : [
[
@@ -441,9 +412,11 @@
"Blog",
12
]
- ]
+ ],
+ "name" : "023"
},
{
+ "name" : "024",
"data" : [
[
"Perl",
@@ -458,10 +431,10 @@
11
]
],
- "id" : "024",
- "name" : "024"
+ "id" : "024"
},
{
+ "id" : "025",
"name" : "025",
"data" : [
[
@@ -476,12 +449,9 @@
"Blog",
12
]
- ],
- "id" : "025"
+ ]
},
{
- "name" : "026",
- "id" : "026",
"data" : [
[
"Perl",
@@ -495,10 +465,11 @@
"Blog",
10
]
- ]
+ ],
+ "name" : "026",
+ "id" : "026"
},
{
- "id" : "027",
"data" : [
[
"Perl",
@@ -513,10 +484,10 @@
9
]
],
- "name" : "027"
+ "name" : "027",
+ "id" : "027"
},
{
- "id" : "028",
"data" : [
[
"Perl",
@@ -531,9 +502,11 @@
9
]
],
- "name" : "028"
+ "name" : "028",
+ "id" : "028"
},
{
+ "name" : "029",
"data" : [
[
"Perl",
@@ -548,11 +521,9 @@
12
]
],
- "id" : "029",
- "name" : "029"
+ "id" : "029"
},
{
- "id" : "030",
"data" : [
[
"Perl",
@@ -567,10 +538,12 @@
10
]
],
- "name" : "030"
+ "name" : "030",
+ "id" : "030"
},
{
"id" : "031",
+ "name" : "031",
"data" : [
[
"Perl",
@@ -584,12 +557,9 @@
"Blog",
9
]
- ],
- "name" : "031"
+ ]
},
{
- "name" : "032",
- "id" : "032",
"data" : [
[
"Perl",
@@ -603,9 +573,12 @@
"Blog",
10
]
- ]
+ ],
+ "name" : "032",
+ "id" : "032"
},
{
+ "name" : "033",
"data" : [
[
"Perl",
@@ -620,8 +593,7 @@
10
]
],
- "id" : "033",
- "name" : "033"
+ "id" : "033"
},
{
"data" : [
@@ -638,11 +610,10 @@
11
]
],
- "id" : "034",
- "name" : "034"
+ "name" : "034",
+ "id" : "034"
},
{
- "name" : "035",
"data" : [
[
"Perl",
@@ -657,10 +628,12 @@
9
]
],
+ "name" : "035",
"id" : "035"
},
{
"id" : "036",
+ "name" : "036",
"data" : [
[
"Perl",
@@ -674,10 +647,10 @@
"Blog",
11
]
- ],
- "name" : "036"
+ ]
},
{
+ "name" : "037",
"data" : [
[
"Perl",
@@ -692,11 +665,10 @@
9
]
],
- "id" : "037",
- "name" : "037"
+ "id" : "037"
},
{
- "id" : "038",
+ "name" : "038",
"data" : [
[
"Perl",
@@ -711,10 +683,11 @@
12
]
],
- "name" : "038"
+ "id" : "038"
},
{
"id" : "039",
+ "name" : "039",
"data" : [
[
"Perl",
@@ -728,8 +701,7 @@
"Blog",
12
]
- ],
- "name" : "039"
+ ]
},
{
"id" : "040",
@@ -750,6 +722,7 @@
"name" : "040"
},
{
+ "name" : "041",
"data" : [
[
"Perl",
@@ -764,12 +737,11 @@
9
]
],
- "id" : "041",
- "name" : "041"
+ "id" : "041"
},
{
- "name" : "042",
"id" : "042",
+ "name" : "042",
"data" : [
[
"Perl",
@@ -786,7 +758,7 @@
]
},
{
- "id" : "043",
+ "name" : "043",
"data" : [
[
"Perl",
@@ -801,7 +773,7 @@
11
]
],