aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-06-10 13:33:08 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-06-10 13:33:08 +0100
commit16e00a3701bcfc45420dbe0b93ff8093e28ff7ac (patch)
treec87fbaab43d849f55559b475877396b3fb8f3d63
parenta9d9c433cf50a1a771bc77f3451891bf71d121d7 (diff)
downloadperlweeklychallenge-club-16e00a3701bcfc45420dbe0b93ff8093e28ff7ac.tar.gz
perlweeklychallenge-club-16e00a3701bcfc45420dbe0b93ff8093e28ff7ac.tar.bz2
perlweeklychallenge-club-16e00a3701bcfc45420dbe0b93ff8093e28ff7ac.zip
- Added solution by Ozzy.
-rw-r--r--stats/pwc-current.json85
-rw-r--r--stats/pwc-language-breakdown-summary.json76
-rw-r--r--stats/pwc-language-breakdown.json232
-rw-r--r--stats/pwc-leaders.json812
-rw-r--r--stats/pwc-summary-1-30.json44
-rw-r--r--stats/pwc-summary-31-60.json42
-rw-r--r--stats/pwc-summary-61-90.json40
-rw-r--r--stats/pwc-summary-91-120.json30
-rw-r--r--stats/pwc-summary.json56
9 files changed, 716 insertions, 701 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index ae8db7eb2c..5e0636d44c 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -2,30 +2,29 @@
"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" : {
- "dataLabels" : {
- "enabled" : 1,
- "format" : "{point.y}"
- },
- "borderWidth" : 0
- }
- },
- "title" : {
- "text" : "Perl Weekly Challenge - 012"
- },
- "yAxis" : {
- "title" : {
- "text" : "Total Solutions"
+ "series" : [
+ {
+ "colorByPoint" : 1,
+ "name" : "Champions",
+ "data" : [
+ {
+ "drilldown" : "Ozzy",
+ "y" : 1,
+ "name" : "Ozzy"
+ },
+ {
+ "name" : "Simon Proctor",
+ "y" : 2,
+ "drilldown" : "Simon Proctor"
+ }
+ ]
}
+ ],
+ "subtitle" : {
+ "text" : "[Champions: 2] Last updated at 2019-06-10 12:32:36 GMT"
},
"drilldown" : {
"series" : [
@@ -33,29 +32,45 @@
"data" : [
[
"Perl 6",
- 2
+ 1
]
],
+ "name" : "Ozzy",
+ "id" : "Ozzy"
+ },
+ {
"id" : "Simon Proctor",
+ "data" : [
+ [
+ "Perl 6",
+ 2
+ ]
+ ],
"name" : "Simon Proctor"
}
]
},
- "series" : [
- {
- "data" : [
- {
- "y" : 2,
- "name" : "Simon Proctor",
- "drilldown" : "Simon Proctor"
- }
- ],
- "colorByPoint" : 1,
- "name" : "Champions"
+ "tooltip" : {
+ "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>",
+ "followPointer" : 1,
+ "pointerFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>"
+ },
+ "plotOptions" : {
+ "series" : {
+ "borderWidth" : 0,
+ "dataLabels" : {
+ "enabled" : 1,
+ "format" : "{point.y}"
+ }
}
- ],
- "subtitle" : {
- "text" : "[Champions: 1] Last updated at 2019-06-10 10:21:32 GMT"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Solutions"
+ }
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge - 012"
},
"chart" : {
"type" : "column"
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index a570ed3056..7b45109344 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -2,23 +2,35 @@
"chart" : {
"type" : "column"
},
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions - 2019"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2019-06-10 12:32:50 GMT"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
+ },
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ },
+ "type" : "category"
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
"series" : [
{
- "dataLabels" : {
- "enabled" : "true",
- "rotation" : -90,
- "align" : "right",
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
- "y" : 10,
- "format" : "{point.y:.0f}",
- "color" : "#FFFFFF"
- },
"data" : [
[
"Blog",
@@ -30,34 +42,22 @@
],
[
"Perl 6",
- 261
+ 262
]
],
+ "dataLabels" : {
+ "format" : "{point.y:.0f}",
+ "color" : "#FFFFFF",
+ "rotation" : -90,
+ "y" : 10,
+ "align" : "right",
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "enabled" : "true"
+ },
"name" : "Contributions"
}
- ],
- "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" : {
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- },
- "type" : "category"
- }
+ ]
}
diff --git a/stats/pwc-language-breakdown.json b/stats/pwc-language-breakdown.json
index 61b9b60605..a1c5f893ca 100644
--- a/stats/pwc-language-breakdown.json
+++ b/stats/pwc-language-breakdown.json
@@ -1,105 +1,12 @@
{
- "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
- }
- }
- },
- "yAxis" : {
- "title" : {
- "text" : "Total Solutions"
- }
- },
- "subtitle" : {
- "text" : "Click the columns to drilldown the language breakdown. Last updated at 2019-06-10 10:21:38 GMT"
+ "title" : {
+ "text" : "Perl Weekly Challenge Language"
},
"drilldown" : {
"series" : [
{
- "id" : "001",
"name" : "001",
+ "id" : "001",
"data" : [
[
"Perl 5",
@@ -136,10 +43,12 @@
26
]
],
- "name" : "003",
- "id" : "003"
+ "id" : "003",
+ "name" : "003"
},
{
+ "name" : "004",
+ "id" : "004",
"data" : [
[
"Perl 5",
@@ -149,11 +58,11 @@
"Perl 6",
29
]
- ],
- "name" : "004",
- "id" : "004"
+ ]
},
{
+ "name" : "005",
+ "id" : "005",
"data" : [
[
"Perl 5",
@@ -163,9 +72,7 @@
"Perl 6",
22
]
- ],
- "name" : "005",
- "id" : "005"
+ ]
},
{
"id" : "006",
@@ -182,7 +89,7 @@
"name" : "006"
},
{
- "id" : "007",
+ "name" : "007",
"data" : [
[
"Perl 5",
@@ -193,9 +100,10 @@
20
]
],
- "name" : "007"
+ "id" : "007"
},
{
+ "name" : "008",
"id" : "008",
"data" : [
[
@@ -206,11 +114,10 @@
"Perl 6",
20
]
- ],
- "name" : "008"
+ ]
},
{
- "name" : "009",
+ "id" : "009",
"data" : [
[
"Perl 5",
@@ -221,7 +128,7 @@
18
]
],
- "id" : "009"
+ "name" : "009"
},
{
"id" : "010",
@@ -238,8 +145,8 @@
"name" : "010"
},
{
- "id" : "011",
"name" : "011",
+ "id" : "011",
"data" : [
[
"Perl 5",
@@ -252,6 +159,7 @@
]
},
{
+ "name" : "012",
"id" : "012",
"data" : [
[
@@ -260,17 +168,109 @@
],
[
"Perl 6",
- 2
+ 3
]
- ],
- "name" : "012"
+ ]
}
]
},
- "title" : {
- "text" : "Perl Weekly Challenge Language"
+ "chart" : {
+ "type" : "column"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Solutions"
+ }
},
"xAxis" : {
"type" : "category"
+ },
+ "plotOptions" : {
+ "series" : {
+ "borderWidth" : 0,
+ "dataLabels" : {
+ "format" : "{point.y}",
+ "enabled" : 1
+ }
+ }
+ },
+ "subtitle" : {
+ "text" : "Click the columns to drilldown the language breakdown. Last updated at 2019-06-10 12:32:50 GMT"
+ },
+ "tooltip" : {
+ "followPointer" : "true",
+ "headerFormat" : "<span style=\"font-size:11px\"></span>",
+ "pointFormat" : "<span style=\"color:{point.color}\">{point.name}</span>: <b>{point.y:f}</b><br/>"
+ },
+ "series" : [
+ {
+ "colorByPoint" : "true",
+ "data" : [
+ {
+ "y" : 113,
+ "name" : "#001 [P5=76 P6=37]",
+ "drilldown" : "001"
+ },
+ {
+ "drilldown" : "002",
+ "y" : 95,
+ "name" : "#002 [P5=63 P6=32]"
+ },
+ {
+ "drilldown" : "003",
+ "name" : "#003 [P5=32 P6=26]",
+ "y" : 58
+ },
+ {
+ "drilldown" : "004",
+ "name" : "#004 [P5=46 P6=29]",
+ "y" : 75
+ },
+ {
+ "y" : 55,
+ "name" : "#005 [P5=33 P6=22]",
+ "drilldown" : "005"
+ },
+ {
+ "drilldown" : "006",
+ "y" : 41,
+ "name" : "#006 [P5=27 P6=14]"
+ },
+ {
+ "name" : "#007 [P5=26 P6=20]",
+ "y" : 46,
+ "drilldown" : "007"
+ },
+ {
+ "name" : "#008 [P5=38 P6=20]",
+ "y" : 58,
+ "drilldown" : "008"
+ },
+ {
+ "drilldown" : "009",
+ "name" : "#009 [P5=33 P6=18]",
+ "y" : 51
+ },
+ {
+ "drilldown" : "010",
+ "y" : 47,
+ "name" : "#010 [P5=32 P6=15]"
+ },
+ {
+ "drilldown" : "011",
+ "y" : 67,
+ "name" : "#011 [P5=41 P6=26]"
+ },
+ {
+ "drilldown" : "012",
+ "y" : 3,
+ "name" : "#012 [P5=0 P6=3]"
+ }
+ ],
+ "name" : "Perl Weekly Challenge Languages"
+ }
+ ],
+ "legend" : {
+ "enabled" : "false"
}
}
diff --git a/stats/pwc-leaders.json b/stats/pwc-leaders.json
index a09c8218a5..c2a403eb5e 100644
--- a/stats/pwc-leaders.json
+++ b/stats/pwc-leaders.json
@@ -1,55 +1,324 @@
{
+ "plotOptions" : {
+ "series" : {
+ "borderWidth" : 0,
+ "dataLabels" : {
+ "enabled" : 1,
+ "format" : "{point.y}"
+ }
+ }
+ },
+ "series" : [
+ {
+ "name" : "Perl Weekly Challenge Leaders",
+ "colorByPoint" : "true",
+ "data" : [
+ {
+ "name" : "#1: Laurent Rosenfeld",
+ "drilldown" : "Laurent Rosenfeld",
+ "y" : 112
+ },
+ {
+ "name" : "#2: Joelle Maslak",
+ "drilldown" : "Joelle Maslak",
+ "y" : 110
+ },
+ {
+ "name" : "#3: Jaldhar H. Vyas",
+ "y" : 88,
+ "drilldown" : "Jaldhar H. Vyas"
+ },
+ {
+ "y" : 76,
+ "drilldown" : "Ruben Westerberg",
+ "name" : "#4: Ruben Westerberg"
+ },
+ {
+ "name" : "#5: Adam Russell",
+ "y" : 66,
+ "drilldown" : "Adam Russell"
+ },
+ {
+ "drilldown" : "Simon Proctor",
+ "y" : 60,
+ "name" : "#6: Simon Proctor"
+ },
+ {
+ "name" : "#7: Arne Sommer",
+ "drilldown" : "Arne Sommer",
+ "y" : 58
+ },
+ {
+ "drilldown" : "Kian-Meng Ang",
+ "y" : 58,
+ "name" : "#8: Kian-Meng Ang"
+ },
+ {
+ "name" : "#9: Jo Christian Oterhals",
+ "y" : 48,
+ "drilldown" : "Jo Christian Oterhals"
+ },
+ {
+ "drilldown" : "Athanasius",
+ "y" : 46,
+ "name" : "#10: Athanasius"
+ },
+ {
+ "name" : "#11: Gustavo Chaves",
+ "y" : 46,
+ "drilldown" : "Gustavo Chaves"
+ },
+ {
+ "name" : "#12: Dr James A. Smith",
+ "y" : 44,
+ "drilldown" : "Dr James A. Smith"
+ },
+ {
+ "y" : 44,
+ "drilldown" : "Francis Whittle",
+ "name" : "#13: Francis Whittle"
+ },
+ {
+ "y" : 42,
+ "drilldown" : "Andrezgz",
+ "name" : "#14: Andrezgz"
+ },
+ {
+ "name" : "#15: E. Choroba",
+ "drilldown" : "E. Choroba",
+ "y" : 42
+ },
+ {
+ "name" : "#16: Dave Jacoby",
+ "drilldown" : "Dave Jacoby",
+ "y" : 36
+ },
+ {
+ "name" : "#17: Daniel Mantovani",
+ "drilldown" : "Daniel Mantovani",
+ "y" : 32
+ },
+ {
+ "y" : 32,
+ "drilldown" : "Duncan C. White",
+ "name" : "#18: Duncan C. White"
+ },
+ {
+ "y" : 32,
+ "drilldown" : "Nick Logan",
+ "name" : "#19: Nick Logan"
+ },
+ {
+ "drilldown" : "Lars Balker",
+ "y" : 28,
+ "name" : "#20: Lars Balker"
+ },
+ {
+ "name" : "#21: Mark Senn",
+ "y" : 26,
+ "drilldown" : "Mark Senn"
+ },
+ {
+ "drilldown" : "Yozen Hernandez",
+ "y" : 22,
+ "name" : "#22: Yozen Hernandez"
+ },
+ {
+ "name" : "#23: Doug Schrag",
+ "y" : 20,
+ "drilldown" : "Doug Schrag"
+ },
+ {
+ "name" : "#24: Ozzy",
+ "drilldown" : "Ozzy",
+ "y" : 20
+ },
+ {
+ "name" : "#25: Steven Wilson",
+ "drilldown" : "Steven Wilson",
+ "y" : 20
+ },
+ {
+ "name" : "#26: Alicia Bielsa",
+ "drilldown" : "Alicia Bielsa",
+ "y" : 18
+ },
+ {
+ "name" : "#27: Guillermo Ramos",
+ "drilldown" : "Guillermo Ramos",
+ "y" : 18
+ },
+ {
+ "name" : "#28: Maxim Nechaev",
+ "drilldown" : "Maxim Nechaev",
+ "y" : 18
+ },
+ {
+ "drilldown" : "Robert Gratza",
+ "y" : 16,
+ "name" : "#29: Robert Gratza"
+ },
+ {
+ "y" : 14,
+ "drilldown" : "John Barrett",
+ "name" : "#30: John Barrett"
+ },
+ {
+ "drilldown" : "Khalid",
+ "y" : 14,
+ "name" : "#31: Khalid"
+ },
+ {
+ "y" : 12,
+ "drilldown" : "Kivanc Yazan",
+ "name" : "#32: Kivanc Yazan"
+ },
+ {
+ "name" : "#33: Maxim Kolodyazhny",
+ "drilldown" : "Maxim Kolodyazhny",
+ "y" : 12
+ },
+ {
+ "y" : 12,
+ "drilldown" : "Philippe Bruhat",
+ "name" : "#34: Philippe Bruhat"
+ },
+ {
+ "name" : "#35: Sergio Iglesias",
+ "drilldown" : "Sergio Iglesias",
+ "y" : 12
+ },
+ {
+ "drilldown" : "Arpad Toth",
+ "y" : 10,
+ "name" : "#36: Arpad Toth"
+ },
+ {
+ "name" : "#37: Feng Chang",
+ "drilldown" : "Feng Chang",
+ "y" : 10
+ },
+ {
+ "drilldown" : "Steve Rogerson",
+ "y" : 10,
+ "name" : "#38: Steve Rogerson"
+ },
+ {
+ "name" : "#39: Veesh Goldman",
+ "y" : 10,
+ "drilldown" : "Veesh Goldman"
+ },
+ {
+ "name" : "#40: Alex Daniel",
+ "drilldown" : "Alex Daniel",
+ "y" : 8
+ },
+ {
+ "drilldown" : "Bob Kleemann",
+ "y" : 8,
+ "name" : "#41: Bob Kleemann"
+ },
+ {
+ "name" : "#42: Chenyf",
+ "y" : 8,
+ "drilldown" : "Chenyf"
+ },
+ {
+ "y" : 8,
+ "drilldown" : "David Kayal",
+ "name" : "#43: David Kayal"
+ },
+ {
+ "name" : "#44: Finley",
+ "y" : 8,
+ "drilldown" : "Finley"
+ },
+ {
+ "name" : "#45: Jaime Corchado",
+ "y" : 8,
+ "drilldown" : "Jaime Corchado"
+ },
+ {
+ "name" : "#46: Luis F. Uceta",
+ "drilldown" : "Luis F. Uceta",
+ "y" : 8
+ },
+ {
+ "y" : 8,
+ "drilldown" : "Matt Latusek",
+ "name" : "#47: Matt Latusek"
+ },
+ {
+ "name" : "#48: Neil Bowers",
+ "drilldown" : "Neil Bowers",
+ "y" : 8
+ },
+ {
+ "y" : 8,
+ "drilldown" : "Pete Houston",
+ "name" : "#49: Pete Houston"
+ },
+ {
+ "y" : 8,
+ "drilldown" : "Simon Reinhardt",
+ "name" : "#50: Simon Reinhardt"
+ }
+ ]
+ }
+ ],
"legend" : {
"enabled" : "false"
},
"chart" : {
"type" : "column"
},
- "yAxis" : {
- "title" : {
- "text" : "Total Score"
- }
+ "tooltip" : {
+ "headerFormat" : "<span style=\"font-size:11px\"></span>",
+ "pointFormat" : "<span style=\"color:{point.color}\">{point.name}</span>: <b>{point.y:f}</b><br/>",
+ "followPointer" : "true"
+ },
+ "xAxis" : {
+ "type" : "category"
},
"drilldown" : {
"series" : [
{
- "id" : "Laurent Rosenfeld",
+ "name" : "Laurent Rosenfeld",
"data" : [
[
- "Perl 6",
- 21
+ "Perl 5",
+ 22
],
[
"Blog",
13
],
[
- "Perl 5",
- 22
+ "Perl 6",
+ 21
]
],
- "name" : "Laurent Rosenfeld"
+ "id" : "Laurent Rosenfeld"
},
{
- "id" : "Joelle Maslak",
"data" : [
[
- "Perl 5",
- 26
- ],
- [
"Blog",
3
],
[
+ "Perl 5",
+ 26
+ ],
+ [
"Perl 6",
26
]
],
+ "id" : "Joelle Maslak",
"name" : "Joelle Maslak"
},
{
- "name" : "Jaldhar H. Vyas",
"id" : "Jaldhar H. Vyas",
"data" : [
[
@@ -60,7 +329,8 @@
"Perl 5",
22
]
- ]
+ ],
+ "name" : "Jaldhar H. Vyas"
},
{
"id" : "Ruben Westerberg",
@@ -79,38 +349,37 @@
{
"data" : [
[
- "Perl 5",
- 22
- ],
- [
"Blog",
11
+ ],
+ [
+ "Perl 5",
+ 22
]
],
"id" : "Adam Russell",
"name" : "Adam Russell"
},
{
- "name" : "Simon Proctor",
- "id" : "Simon Proctor",
"data" : [
[
- "Blog",
- 6
+ "Perl 6",
+ 20
],
[
"Perl 5",
4
],
[
- "Perl 6",
- 20
+ "Blog",
+ 6
]
- ]
+ ],
+ "id" : "Simon Proctor",
+ "name" : "Simon Proctor"
},
{
"name" : "Arne Sommer",
- "id" : "Arne Sommer",
"data" : [
[
"Perl 6",
@@ -120,7 +389,8 @@
"Blog",
10
]
- ]
+ ],
+ "id" : "Arne Sommer"
},
{
"data" : [
@@ -155,32 +425,31 @@
"name" : "Jo Christian Oterhals"
},
{
+ "name" : "Athanasius",
"data" : [
[
"Perl 5",
23
]
],
- "id" : "Athanasius",
- "name" : "Athanasius"
+ "id" : "Athanasius"
},
{
- "id" : "Gustavo Chaves",
+ "name" : "Gustavo Chaves",
"data" : [
[
- "Perl 5",
- 19
- ],
- [
"Blog",
4
+ ],
+ [
+ "Perl 5",
+ 19
]
],
- "name" : "Gustavo Chaves"
+ "id" : "Gustavo Chaves"
},
{
"name" : "Dr James A. Smith",
- "id" : "Dr James A. Smith",
"data" : [
[
"Perl 5",
@@ -190,48 +459,49 @@
"Perl 6",
10
]
- ]
+ ],
+ "id" : "Dr James A. Smith"
},
{
"name" : "Francis Whittle",
- "id" : "Francis Whittle",
"data" : [
[
- "Blog",
- 6
- ],
- [
"Perl 6",
16
+ ],
+ [
+ "Blog",
+ 6
]
- ]
+ ],
+ "id" : "Francis Whittle"
},
{
+ "name" : "Andrezgz",
"id" : "Andrezgz",
"data" : [
[
"Perl 5",
21
]
- ],
- "name" : "Andrezgz"
+ ]
},
{
+ "name" : "E. Choroba",
+ "id" : "E. Choroba",
"data" : [
[
- "Blog",
- 7
- ],
- [
"Perl 5",
14
+ ],
+ [
+ "Blog",
+ 7
]
- ],
- "id" : "E. Choroba",
- "name" : "E. Choroba"
+ ]
},
{
- "name" : "Dave Jacoby",
+ "id" : "Dave Jacoby",
"data" : [
[
"Perl 5",
@@ -242,27 +512,27 @@
9
]
],
- "id" : "Dave Jacoby"
+ "name" : "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"
},
{
"id" : "Nick Logan",
@@ -282,77 +552,77 @@
"name" : "Lars Balker",
"data" : [
[
- "Perl 5",
- 10
- ],
- [
"Perl 6",
4
+ ],
+ [
+ "Perl 5",
+ 10
]
],
"id" : "Lars Balker"
},
{
- "id" : "Mark Senn",
+ "name" : "Mark Senn",
"data" : [
[
- "Perl 6",
- 10
- ],
- [
"Blog",
3
+ ],
+ [
+ "Perl 6",
+ 10
]
],
- "name" : "Mark Senn"
+ "id" : "Mark Senn"
},
{