diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-02-15 19:42:39 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-02-15 19:42:39 +0000 |
| commit | 8f446e972a4866adbb363ac085ccdb8f7041f0b9 (patch) | |
| tree | 052c9a36911bba588e3a3a4e1153dcd73cd7b23f | |
| parent | 230fa7f75f1b0255930f82702f3d4c74fff15040 (diff) | |
| download | perlweeklychallenge-club-8f446e972a4866adbb363ac085ccdb8f7041f0b9.tar.gz perlweeklychallenge-club-8f446e972a4866adbb363ac085ccdb8f7041f0b9.tar.bz2 perlweeklychallenge-club-8f446e972a4866adbb363ac085ccdb8f7041f0b9.zip | |
- Added solutions by Vinod Kumar K.
| -rw-r--r-- | stats/pwc-current.json | 169 | ||||
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 72 | ||||
| -rw-r--r-- | stats/pwc-language-breakdown.json | 672 | ||||
| -rw-r--r-- | stats/pwc-leaders.json | 684 | ||||
| -rw-r--r-- | stats/pwc-summary-1-30.json | 40 | ||||
| -rw-r--r-- | stats/pwc-summary-121-150.json | 104 | ||||
| -rw-r--r-- | stats/pwc-summary-151-180.json | 92 | ||||
| -rw-r--r-- | stats/pwc-summary-181-210.json | 102 | ||||
| -rw-r--r-- | stats/pwc-summary-211-240.json | 58 | ||||
| -rw-r--r-- | stats/pwc-summary-31-60.json | 36 | ||||
| -rw-r--r-- | stats/pwc-summary-61-90.json | 50 | ||||
| -rw-r--r-- | stats/pwc-summary-91-120.json | 50 | ||||
| -rw-r--r-- | stats/pwc-summary.json | 42 |
13 files changed, 1093 insertions, 1078 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 3799c23408..c6e6272a86 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,88 +1,42 @@ { - "xAxis" : { - "type" : "category" - }, "chart" : { "type" : "column" }, - "tooltip" : { - "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>", - "followPointer" : 1, - "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>" - }, "yAxis" : { "title" : { "text" : "Total Solutions" } }, - "title" : { - "text" : "Perl Weekly Challenge - 100" + "tooltip" : { + "followPointer" : 1, + "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/>" }, "subtitle" : { - "text" : "[Champions: 8] Last updated at 2021-02-15 19:35:50 GMT" + "text" : "[Champions: 9] Last updated at 2021-02-15 19:42:04 GMT" }, - "series" : [ - { - "name" : "Perl Weekly Challenge - 100", - "data" : [ - { - "drilldown" : "Alexander Karelas", - "name" : "Alexander Karelas", - "y" : 2 - }, - { - "drilldown" : "James Smith", - "name" : "James Smith", - "y" : 3 - }, - { - "name" : "Luca Ferrari", - "drilldown" : "Luca Ferrari", - "y" : 4 - }, - { - "drilldown" : "Roger Bell_West", - "name" : "Roger Bell_West", - "y" : 4 - }, - { - "name" : "Simon Green", - "drilldown" : "Simon Green", - "y" : 3 - }, - { - "name" : "Simon Proctor", - "drilldown" : "Simon Proctor", - "y" : 2 - }, - { - "name" : "Steven Wilson", - "drilldown" : "Steven Wilson", - "y" : 1 - }, - { - "drilldown" : "Stuart Little", - "name" : "Stuart Little", - "y" : 2 - } - ], - "colorByPoint" : 1 + "plotOptions" : { + "series" : { + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + }, + "borderWidth" : 0 } - ], + }, "drilldown" : { "series" : [ { + "name" : "Alexander Karelas", "id" : "Alexander Karelas", "data" : [ [ "Perl", 2 ] - ], - "name" : "Alexander Karelas" + ] }, { - "id" : "James Smith", "data" : [ [ "Perl", @@ -93,11 +47,10 @@ 1 ] ], + "id" : "James Smith", "name" : "James Smith" }, { - "name" : "Luca Ferrari", - "id" : "Luca Ferrari", "data" : [ [ "Raku", @@ -107,10 +60,11 @@ "Blog", 2 ] - ] + ], + "id" : "Luca Ferrari", + "name" : "Luca Ferrari" }, { - "id" : "Roger Bell_West", "data" : [ [ "Perl", @@ -121,6 +75,7 @@ 2 ] ], + "id" : "Roger Bell_West", "name" : "Roger Bell_West" }, { @@ -138,14 +93,14 @@ "name" : "Simon Green" }, { - "id" : "Simon Proctor", + "name" : "Simon Proctor", "data" : [ [ "Raku", 2 ] ], - "name" : "Simon Proctor" + "id" : "Simon Proctor" }, { "id" : "Steven Wilson", @@ -158,26 +113,86 @@ "name" : "Steven Wilson" }, { - "name" : "Stuart Little", + "id" : "Stuart Little", "data" : [ [ "Raku", 2 ] ], - "id" : "Stuart Little" + "name" : "Stuart Little" + }, + { + "data" : [ + [ + "Perl", + 1 + ] + ], + "id" : "Vinod Kumar K", + "name" : "Vinod Kumar K" } ] }, - "plotOptions" : { - "series" : { - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - }, - "borderWidth" : 0 - } + "title" : { + "text" : "Perl Weekly Challenge - 100" }, + "xAxis" : { + "type" : "category" + }, + "series" : [ + { + "data" : [ + { + "name" : "Alexander Karelas", + "y" : 2, + "drilldown" : "Alexander Karelas" + }, + { + "name" : "James Smith", + "y" : 3, + "drilldown" : "James Smith" + }, + { + "name" : "Luca Ferrari", + "y" : 4, + "drilldown" : "Luca Ferrari" + }, + { + "name" : "Roger Bell_West", + "drilldown" : "Roger Bell_West", + "y" : 4 + }, + { + "name" : "Simon Green", + "y" : 3, + "drilldown" : "Simon Green" + }, + { + "drilldown" : "Simon Proctor", + "y" : 2, + "name" : "Simon Proctor" + }, + { + "name" : "Steven Wilson", + "y" : 1, + "drilldown" : "Steven Wilson" + }, + { + "name" : "Stuart Little", + "y" : 2, + "drilldown" : "Stuart Little" + }, + { + "name" : "Vinod Kumar K", + "drilldown" : "Vinod Kumar K", + "y" : 1 + } + ], + "name" : "Perl Weekly Challenge - 100", + "colorByPoint" : 1 + } + ], "legend" : { "enabled" : 0 } diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index ae6c03471f..c5eccee318 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,19 +1,25 @@ { + "subtitle" : { + "text" : "Last updated at 2021-02-15 19:42:03 GMT" + }, + "legend" : { + "enabled" : "false" + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } + }, "series" : [ { "name" : "Contributions", - "dataLabels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "enabled" : "true", - "format" : "{point.y:.0f}", - "rotation" : -90, - "color" : "#FFFFFF", - "y" : 10, - "align" : "right" - }, "data" : [ [ "Blog", @@ -21,43 +27,37 @@ ], [ "Perl", - 4652 + 4653 ], [ "Raku", 3003 ] - ] + ], + "dataLabels" : { + "enabled" : "true", + "align" : "right", + "rotation" : -90, + "y" : 10, + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "format" : "{point.y:.0f}", + "color" : "#FFFFFF" + } } ], - "legend" : { - "enabled" : "false" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, - "subtitle" : { - "text" : "Last updated at 2021-02-15 19:35:49 GMT" + "chart" : { + "type" : "column" }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, "yAxis" : { - "min" : 0, "title" : { "text" : null - } - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - } - }, - "chart" : { - "type" : "column" + }, + "min" : 0 } } diff --git a/stats/pwc-language-breakdown.json b/stats/pwc-language-breakdown.json index 59b2a47c3f..b3e8569512 100644 --- a/stats/pwc-language-breakdown.json +++ b/stats/pwc-language-breakdown.json @@ -1,18 +1,25 @@ { - "subtitle" : { - "text" : "Click the columns to drilldown the language breakdown. Last updated at 2021-02-15 19:35:50 GMT" + "chart" : { + "type" : "column" }, - "title" : { - "text" : "Perl Weekly Challenge Language" + "tooltip" : { + "pointFormat" : "<span style=\"color:{point.color}\">Challenge {point.name}</span>: <b>{point.y:f}</b><br/>", + "headerFormat" : "<span style=\"font-size:11px\"></span>", + "followPointer" : "true" }, - "legend" : { - "enabled" : "false" + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "subtitle" : { + "text" : "Click the columns to drilldown the language breakdown. Last updated at 2021-02-15 19:42:04 GMT" }, "plotOptions" : { "series" : { "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 + "enabled" : 1, + "format" : "{point.y}" }, "borderWidth" : 0 } @@ -20,7 +27,6 @@ "drilldown" : { "series" : [ { - "id" : "001", "data" : [ [ "Perl", @@ -35,6 +41,7 @@ 11 ] ], + "id" : "001", "name" : "001" }, { @@ -57,6 +64,7 @@ }, { "name" : "003", + "id" : "003", "data" : [ [ "Perl", @@ -70,11 +78,11 @@ "Blog", 9 ] - ], - "id" : "003" + ] }, { "name" : "004", + "id" : "004", "data" : [ [ "Perl", @@ -88,11 +96,11 @@ "Blog", 10 ] - ], - "id" : "004" + ] }, { "name" : "005", + "id" : "005", "data" : [ [ "Perl", @@ -106,10 +114,10 @@ "Blog", 12 ] - ], - "id" : "005" + ] }, { + "name" : "006", "id" : "006", "data" : [ [ @@ -124,8 +132,7 @@ "Blog", 7 ] - ], - "name" : "006" + ] }, { "data" : [ @@ -146,7 +153,7 @@ "name" : "007" }, { - "name" : "008", + "id" : "008", "data" : [ [ "Perl", @@ -161,7 +168,7 @@ 12 ] ], - "id" : "008" + "name" : "008" }, { "name" : "009", @@ -183,7 +190,6 @@ }, { "name" : "010", - "id" : "010", "data" : [ [ "Perl", @@ -197,9 +203,11 @@ "Blog", 11 ] - ] + ], + "id" : "010" }, { + "name" : "011", "data" : [ [ "Perl", @@ -214,12 +222,10 @@ 10 ] ], - "id" : "011", - "name" : "011" + "id" : "011" }, { "name" : "012", - "id" : "012", "data" : [ [ "Perl", @@ -233,7 +239,8 @@ "Blog", 11 ] - ] + ], + "id" : "012" }, { "data" : [ @@ -254,7 +261,6 @@ "name" : "013" }, { - "name" : "014", "data" : [ [ "Perl", @@ -269,9 +275,11 @@ 15 ] ], - "id" : "014" + "id" : "014", + "name" : "014" }, { + "name" : "015", "id" : "015", "data" : [ [ @@ -286,11 +294,9 @@ "Blog", 15 ] - ], - "name" : "015" + ] }, { - "name" : "016", "id" : "016", "data" : [ [ @@ -305,10 +311,10 @@ "Blog", 12 ] - ] + ], + "name" : "016" }, { - "name" : "017", "data" : [ [ "Perl", @@ -323,9 +329,11 @@ 12 ] ], - "id" : "017" + "id" : "017", + "name" : "017" }, { + "name" : "018", "data" : [ [ "Perl", @@ -340,11 +348,10 @@ 14 ] ], - "id" : "018", - "name" : "018" + "id" : "018" }, { - "name" : "019", + "id" : "019", "data" : [ [ "Perl", @@ -359,10 +366,9 @@ 13 ] ], - "id" : "019" + "name" : "019" }, { - "id" : "020", "data" : [ [ "Perl", @@ -377,9 +383,12 @@ 13 ] ], + "id" : "020", "name" : "020" }, { + "name" : "021", + "id" : "021", "data" : [ [ "Perl", @@ -393,12 +402,9 @@ "Blog", 10 ] - ], - "id" : "021", - "name" : "021" + ] }, { - "id" : "022", "data" : [ [ "Perl", @@ -413,9 +419,11 @@ 10 ] ], + "id" : "022", "name" : "022" }, { + "id" : "023", "data" : [ [ "Perl", @@ -430,10 +438,10 @@ 12 ] ], - "id" : "023", "name" : "023" }, { + "id" : "024", "data" : [ [ "Perl", @@ -448,10 +456,10 @@ 11 ] ], - "id" : "024", "name" : "024" }, { + "id" : "025", "data" : [ [ "Perl", @@ -466,12 +474,10 @@ 12 ] ], - "id" : "025", "name" : "025" }, { "name" : "026", - "id" : "026", "data" : [ [ "Perl", @@ -485,10 +491,10 @@ "Blog", 10 ] - ] + ], + "id" : "026" }, { - "name" : "027", "data" : [ [ "Perl", @@ -503,7 +509,8 @@ 9 ] ], - "id" : "027" + "id" : "027", + "name" : "027" }, { "data" : [ @@ -524,6 +531,8 @@ "name" : "028" }, { + "name" : "029", + "id" : "029", "data" : [ [ "Perl", @@ -537,12 +546,9 @@ "Blog", 12 ] - ], - "id" : "029", - "name" : "029" + ] }, { - "name" : "030", "data" : [ [ "Perl", @@ -557,10 +563,10 @@ 10 ] ], - "id" : "030" + "id" : "030", + "name" : "030" }, { - "name" : "031", "id" : "031", "data" : [ [ @@ -575,9 +581,12 @@ "Blog", 9 ] - ] + ], + "name" : "031" }, { + "name" : "032", + "id" : "032", "data" : [ [ "Perl", @@ -591,13 +600,9 @@ "Blog", 10 ] - ], - "id" : "032", - "name" : "032" + ] }, { - "name" : "033", - "id" : "033", "data" : [ [ "Perl", @@ -611,11 +616,11 @@ "Blog", 10 ] - ] + ], + "id" : "033", + "name" : "033" }, { - "name" : "034", - "id" : "034", "data" : [ [ "Perl", @@ -629,9 +634,13 @@ "Blog", 11 ] - ] + ], + "id" : "034", + "name" : "034" }, { + "name" : "035", + "id" : "035", "data" : [ [ "Perl", @@ -645,12 +654,10 @@ "Blog", 9 ] - ], - "id" : "035", - "name" : "035" + ] }, { - "name" : "036", + "id" : "036", "data" : [ [ "Perl", @@ -665,9 +672,10 @@ 11 ] ], - "id" : "036" + "name" : "036" }, { + "name" : "037", "data" : [ [ "Perl", @@ -682,11 +690,9 @@ 9 ] ], - "id" : "037", - "name" : "037" + "id" : "037" }, { - "id" : "038", "data" : [ [ "Perl", @@ -701,10 +707,12 @@ 12 ] ], + "id" : "038", "name" : "038" }, { "name" : "039", + "id" : "039", "data" : [ [ "Perl", @@ -718,10 +726,10 @@ "Blog", 12 ] - ], - "id" : "039" + ] }, { + "name" : "040", "data" : [ [ "Perl", @@ -736,8 +744,7 @@ 10 ] ], - "id" : "040", - "name" : "040" + "id" : "040" }, { "name" : "041", @@ -758,7 +765,7 @@ "id" : "041" }, { - "id" : "042", + "name" : "042", "data" : [ [ "Perl", @@ -773,10 +780,11 @@ 11 ] ], - "name" : "042" + "id" : "042" }, { "name" : "043", + "id" : "043", "data" : [ [ "Perl", @@ -790,12 +798,9 @@ "Blog", 11 ] - ], - "id" : "043" + ] }, { - "name" : "044", - "id" : "044", "data" : [ [ "Perl", @@ -809,7 +814,9 @@ "Blog", 11 ] - ] + ], + "id" : "044", + "name" : "044" }, { "data" : [ @@ -830,6 +837,8 @@ "name" : "045" }, { + "name" : "046", + "id" : "046", "data" : [ [ "Perl", @@ -843,13 +852,9 @@ "Blog", 10 ] - ], - "id" : "046", - "name" : "046" + ] }, { - "name" : "047", - "id" : "047", "data" : [ [ "Perl", @@ -863,7 +868,9 @@ "Blog", 10 ] - ] + ], + "id" : "047", + "name" : "047" }, { "id" : "048", @@ -884,6 +891,7 @@ "name" : "048" }, { + "id" : "049", "data" : [ [ "Perl", @@ -898,10 +906,11 @@ 12 ] ], - "id" : "049", "name" : "049" }, { + "name" : "050", + "id" : "050", "data" : [ [ "Perl", @@ -915,11 +924,10 @@ "Blog", 12 ] - ], - "id" : "050", - "name" : "050" + ] }, { + "id" : "051", "data" : [ [ "Perl", @@ -934,7 +942,6 @@ 11 ] ], - "id" : "051", "name" : "051" }, { @@ -956,7 +963,7 @@ "name" : "052" }, { - "name" : "053", + "id" : "053", "data" : [ [ "Perl", @@ -971,7 +978,7 @@ 15 ] ], - "id" : "053" + "name" : "053" }, { "id" : "054", @@ -1010,6 +1017,8 @@ "name" : "055" }, { + "name" : "056", + "id" : "056", "data" : [ [ "Perl", @@ -1023,9 +1032,7 @@ "Blog", 16 ] - ], - "id" : "056", - "name" : "056" + ] }, { "data" : [ @@ -1046,7 +1053,6 @@ "name" : "057" }, { - "id" : "058", "data" : [ [ "Perl", @@ -1061,6 +1067,7 @@ 13 ] ], + "id" : "058", "name" : "058" }, { @@ -1083,6 +1090,7 @@ }, { "name" : "060", + "id" : "060", "data" : [ [ "Perl", @@ -1096,11 +1104,10 @@ "Blog", 16 ] - ], - "id" : "060" + ] }, { - "name" : "061", + "id" : "061", "data" : [ [ "Perl", @@ -1115,10 +1122,11 @@ 14 ] ], - "id" : "061" + "name" : "061" }, { "name" : "062", + "id" : "062", "data" : [ [ "Perl", @@ -1132,10 +1140,10 @@ "Blog", 11 ] - ], - "id" : "062" + ] }, { + "name" : "063", "id" : "063", "data" : [ [ @@ -1150,10 +1158,11 @@ "Blog", 13 ] - ], - "name" : "063" + ] }, { + "name" : "064", + "id" : "064", "data" : [ [ "Perl", @@ -1167,13 +1176,9 @@ "Blog", 16 ] - ], - "id" : "064", - "name" : "064" + ] }, { - "name" : "065", - "id" : "065", "data" : [ [ "Perl", @@ -1187,7 +1192,9 @@ "Blog", 15 ] - ] + ], + "id" : "065", + "name" : "065" }, { "name" : "066", @@ -1208,7 +1215,7 @@ ] }, { - "name" : "067", + "id" : "067", "data" : [ [ "Perl", @@ -1223,10 +1230,11 @@ 18 ] ], |
