aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--stats/pwc-current.json79
-rw-r--r--stats/pwc-language-breakdown.json112
-rw-r--r--stats/pwc-leaders.json848
-rw-r--r--stats/pwc-summary-1-30.json122
-rw-r--r--stats/pwc-summary-31-60.json112
-rw-r--r--stats/pwc-summary-61-90.json92
-rw-r--r--stats/pwc-summary.json216
7 files changed, 798 insertions, 783 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index 99470e695d..9dfef2450f 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,63 +1,78 @@
{
- "xAxis" : {
- "type" : "category"
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Solutions"
+ }
+ },
+ "subtitle" : {
+ "text" : "[Champions: 2] Last updated at 2019-05-21 11:06:01 GMT"
+ },
+ "series" : [
+ {
+ "name" : "Champions",
+ "data" : [
+ {
+ "drilldown" : "Joelle Maslak",
+ "name" : "Joelle Maslak",
+ "y" : 1
+ },
+ {
+ "y" : 1,
+ "drilldown" : "Simon Proctor",
+ "name" : "Simon Proctor"
+ }
+ ],
+ "colorByPoint" : 1
+ }
+ ],
+ "legend" : {
+ "enabled" : 0
+ },
+ "chart" : {
+ "type" : "column"
},
"drilldown" : {
"series" : [
{
+ "id" : "Joelle Maslak",
"data" : [
[
"Perl 6",
1
]
],
+ "name" : "Joelle Maslak"
+ },
+ {
"id" : "Simon Proctor",
+ "data" : [
+ [
+ "Perl 6",
+ 1
+ ]
+ ],
"name" : "Simon Proctor"
}
]
},
- "title" : {
- "text" : "Perl Weekly Challenge - 009"
- },
- "yAxis" : {
- "title" : {
- "text" : "Total Solutions"
- }
+ "xAxis" : {
+ "type" : "category"
},
"plotOptions" : {
"series" : {
- "borderWidth" : 0,
"dataLabels" : {
"enabled" : 1,
"format" : "{point.y}"
- }
+ },
+ "borderWidth" : 0
}
},
- "series" : [
- {
- "colorByPoint" : 1,
- "data" : [
- {
- "drilldown" : "Simon Proctor",
- "y" : 1,
- "name" : "Simon Proctor"
- }
- ],
- "name" : "Champions"
- }
- ],
- "chart" : {
- "type" : "column"
- },
- "subtitle" : {
- "text" : "[Champions: 1] Last updated at 2019-05-20 17:09:57 GMT"
- },
"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/>"
},
- "legend" : {
- "enabled" : 0
+ "title" : {
+ "text" : "Perl Weekly Challenge - 009"
}
}
diff --git a/stats/pwc-language-breakdown.json b/stats/pwc-language-breakdown.json
index fdf5ba7bb2..0f9a112a79 100644
--- a/stats/pwc-language-breakdown.json
+++ b/stats/pwc-language-breakdown.json
@@ -2,6 +2,23 @@
"chart" : {
"type" : "column"
},
+ "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/>"
+ },
+ "plotOptions" : {
+ "series" : {
+ "dataLabels" : {
+ "format" : "{point.y}",
+ "enabled" : 1
+ },
+ "borderWidth" : 0
+ }
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
"drilldown" : {
"series" : [
{
@@ -19,8 +36,6 @@
"name" : "001"
},
{
- "id" : "002",
- "name" : "002",
"data" : [
[
"Perl 5",
@@ -30,7 +45,9 @@
"Perl 6",
32
]
- ]
+ ],
+ "name" : "002",
+ "id" : "002"
},
{
"data" : [
@@ -43,12 +60,10 @@
26
]
],
- "name" : "003",
- "id" : "003"
+ "id" : "003",
+ "name" : "003"
},
{
- "id" : "004",
- "name" : "004",
"data" : [
[
"Perl 5",
@@ -58,9 +73,13 @@
"Perl 6",
29
]
- ]
+ ],
+ "id" : "004",
+ "name" : "004"
},
{
+ "id" : "005",
+ "name" : "005",
"data" : [
[
"Perl 5",
@@ -70,13 +89,11 @@
"Perl 6",
22
]
- ],
- "name" : "005",
- "id" : "005"
+ ]
},
{
- "id" : "006",
"name" : "006",
+ "id" : "006",
"data" : [
[
"Perl 5",
@@ -103,8 +120,8 @@
]
},
{
- "id" : "008",
"name" : "008",
+ "id" : "008",
"data" : [
[
"Perl 5",
@@ -117,6 +134,8 @@
]
},
{
+ "id" : "009",
+ "name" : "009",
"data" : [
[
"Perl 5",
@@ -124,60 +143,36 @@
],
[
"Perl 6",
- 1
+ 2
]
- ],
- "id" : "009",
- "name" : "009"
+ ]
}
]
},
- "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"
- },
- "yAxis" : {
- "title" : {
- "text" : "Total Solutions"
- }
- },
- "plotOptions" : {
- "series" : {
- "borderWidth" : 0,
- "dataLabels" : {
- "format" : "{point.y}",
- "enabled" : 1
- }
- }
- },
- "legend" : {
- "enabled" : "false"
- },
- "subtitle" : {
- "text" : "Click the columns to drilldown the language breakdown. Last updated at 2019-05-20 17:10:18 GMT"
+ "xAxis" : {
+ "type" : "category"
},
"series" : [
{
"data" : [
{
- "drilldown" : "001",
"y" : 113,
- "name" : "#001 [P5=76 P6=37]"
+ "name" : "#001 [P5=76 P6=37]",
+ "drilldown" : "001"
},
{
- "y" : 95,
+ "name" : "#002 [P5=63 P6=32]",
"drilldown" : "002",
- "name" : "#002 [P5=63 P6=32]"
+ "y" : 95
},
{
"drilldown" : "003",
- "y" : 58,
- "name" : "#003 [P5=32 P6=26]"
+ "name" : "#003 [P5=32 P6=26]",
+ "y" : 58
},
{
- "name" : "#004 [P5=46 P6=29]",
"y" : 75,
+ "name" : "#004 [P5=46 P6=29]",
"drilldown" : "004"
},
{
@@ -187,12 +182,12 @@
},
{
"name" : "#006 [P5=27 P6=14]",
- "y" : 41,
- "drilldown" : "006"
+ "drilldown" : "006",
+ "y" : 41
},
{
- "drilldown" : "007",
"y" : 44,
+ "drilldown" : "007",
"name" : "#007 [P5=24 P6=20]"
},
{
@@ -202,18 +197,23 @@
},
{
"drilldown" : "009",
- "y" : 1,
- "name" : "#009 [P5=0 P6=1]"
+ "name" : "#009 [P5=0 P6=2]",
+ "y" : 2
}
],
"colorByPoint" : "true",
"name" : "Perl Weekly Challenge Languages"
}
],
+ "subtitle" : {
+ "text" : "Click the columns to drilldown the language breakdown. Last updated at 2019-05-21 11:06:14 GMT"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Solutions"
+ }
+ },
"title" : {
"text" : "Perl Weekly Challenge Language"
- },
- "xAxis" : {
- "type" : "category"
}
}
diff --git a/stats/pwc-leaders.json b/stats/pwc-leaders.json
index d3bf1becb2..56406f474d 100644
--- a/stats/pwc-leaders.json
+++ b/stats/pwc-leaders.json
@@ -1,283 +1,24 @@
{
- "yAxis" : {
- "title" : {
- "text" : "Total Score"
- }
- },
- "series" : [
- {
- "data" : [
- {
- "y" : 80,
- "drilldown" : "Laurent Rosenfeld",
- "name" : "#1: Laurent Rosenfeld"
- },
- {
- "name" : "#2: Joelle Maslak",
- "drilldown" : "Joelle Maslak",
- "y" : 70
- },
- {
- "y" : 64,
- "drilldown" : "Jaldhar H. Vyas",
- "name" : "#3: Jaldhar H. Vyas"
- },
- {
- "name" : "#4: Ruben Westerberg",
- "drilldown" : "Ruben Westerberg",
- "y" : 56
- },
- {
- "drilldown" : "Simon Proctor",
- "y" : 50,
- "name" : "#5: Simon Proctor"
- },
- {
- "name" : "#6: Adam Russell",
- "y" : 48,
- "drilldown" : "Adam Russell"
- },
- {
- "y" : 44,
- "drilldown" : "Dr James A. Smith",
- "name" : "#7: Dr James A. Smith"
- },
- {
- "name" : "#8: Arne Sommer",
- "drilldown" : "Arne Sommer",
- "y" : 42
- },
- {
- "name" : "#9: Jo Christian Oterhals",
- "y" : 42,
- "drilldown" : "Jo Christian Oterhals"
- },
- {
- "y" : 42,
- "drilldown" : "Kian-Meng Ang",
- "name" : "#10: Kian-Meng Ang"
- },
- {
- "name" : "#11: Gustavo Chaves",
- "y" : 34,
- "drilldown" : "Gustavo Chaves"
- },
- {
- "drilldown" : "Athanasius",
- "y" : 32,
- "name" : "#12: Athanasius"
- },
- {
- "name" : "#13: Nick Logan",
- "drilldown" : "Nick Logan",
- "y" : 32
- },
- {
- "y" : 30,
- "drilldown" : "Andrezgz",
- "name" : "#14: Andrezgz"
- },
- {
- "drilldown" : "Francis Whittle",
- "y" : 28,
- "name" : "#15: Francis Whittle"
- },
- {
- "name" : "#16: Lars Balker",
- "y" : 28,
- "drilldown" : "Lars Balker"
- },
- {
- "name" : "#17: Mark Senn",
- "drilldown" : "Mark Senn",
- "y" : 26
- },
- {
- "name" : "#18: Daniel Mantovani",
- "drilldown" : "Daniel Mantovani",
- "y" : 22
- },
- {
- "drilldown" : "Dave Jacoby",
- "y" : 22,
- "name" : "#19: Dave Jacoby"
- },
- {
- "y" : 20,
- "drilldown" : "Doug Schrag",
- "name" : "#20: Doug Schrag"
- },
- {
- "name" : "#21: Duncan C. White",
- "y" : 20,
- "drilldown" : "Duncan C. White"
- },
- {
- "name" : "#22: Robert Gratza",
- "y" : 16,
- "drilldown" : "Robert Gratza"
- },
- {
- "drilldown" : "E. Choroba",
- "y" : 14,
- "name" : "#23: E. Choroba"
- },
- {
- "drilldown" : "John Barrett",
- "y" : 14,
- "name" : "#24: John Barrett"
- },
- {
- "y" : 14,
- "drilldown" : "Ozzy",
- "name" : "#25: Ozzy"
- },
- {
- "name" : "#26: Alicia Bielsa",
- "drilldown" : "Alicia Bielsa",
- "y" : 12
- },
- {
- "name" : "#27: Maxim Kolodyazhny",
- "y" : 12,
- "drilldown" : "Maxim Kolodyazhny"
- },
- {
- "name" : "#28: Philippe Bruhat",
- "y" : 12,
- "drilldown" : "Philippe Bruhat"
- },
- {
- "drilldown" : "Sergio Iglesias",
- "y" : 12,
- "name" : "#29: Sergio Iglesias"
- },
- {
- "drilldown" : "Arpad Toth",
- "y" : 10,
- "name" : "#30: Arpad Toth"
- },
- {
- "name" : "#31: Guillermo Ramos",
- "drilldown" : "Guillermo Ramos",
- "y" : 10
- },
- {
- "name" : "#32: Khalid",
- "drilldown" : "Khalid",
- "y" : 10
- },
- {
- "y" : 10,
- "drilldown" : "Steve Rogerson",
- "name" : "#33: Steve Rogerson"
- },
- {
- "name" : "#34: Veesh Goldman",
- "drilldown" : "Veesh Goldman",
- "y" : 10
- },
- {
- "y" : 8,
- "drilldown" : "Alex Daniel",
- "name" : "#35: Alex Daniel"
- },
- {
- "y" : 8,
- "drilldown" : "Bob Kleemann",
- "name" : "#36: Bob Kleemann"
- },
- {
- "drilldown" : "Chenyf",
- "y" : 8,
- "name" : "#37: Chenyf"
- },
- {
- "drilldown" : "David Kayal",
- "y" : 8,
- "name" : "#38: David Kayal"
- },
- {
- "drilldown" : "Finley",
- "y" : 8,
- "name" : "#39: Finley"
- },
- {
- "name" : "#40: Jaime Corchado",
- "y" : 8,
- "drilldown" : "Jaime Corchado"
- },
- {
- "drilldown" : "Luis F. Uceta",
- "y" : 8,
- "name" : "#41: Luis F. Uceta"
- },
- {
- "name" : "#42: Matt Latusek",
- "drilldown" : "Matt Latusek",
- "y" : 8
- },
- {
- "drilldown" : "Maxim Nechaev",
- "y" : 8,
- "name" : "#43: Maxim Nechaev"
- },
- {
- "name" : "#44: Neil Bowers",
- "y" : 8,
- "drilldown" : "Neil Bowers"
- },
- {
- "drilldown" : "Simon Reinhardt",
- "y" : 8,
- "name" : "#45: Simon Reinhardt"
- },
- {
- "name" : "#46: Steven Wilson",
- "y" : 8,
- "drilldown" : "Steven Wilson"
- },
- {
- "drilldown" : "Tim Smith",
- "y" : 8,
- "name" : "#47: Tim Smith"
- },
- {
- "y" : 6,
- "drilldown" : "Ailbhe Tweedie",
- "name" : "#48: Ailbhe Tweedie"
- },
- {
- "name" : "#49: Dave Cross",
- "y" : 6,
- "drilldown" : "Dave Cross"
- },
- {
- "name" : "#50: Freddie B",
- "y" : 6,
- "drilldown" : "Freddie B"
- }
- ],
- "name" : "Perl Weekly Challenge Leaders",
- "colorByPoint" : "true"
- }
- ],
"plotOptions" : {
"series" : {
+ "borderWidth" : 0,
"dataLabels" : {
- "enabled" : 1,
- "format" : "{point.y}"
- },
- "borderWidth" : 0
+ "format" : "{point.y}",
+ "enabled" : 1
+ }
}
},
- "subtitle" : {
- "text" : "Click the columns to drilldown the score breakdown. Last updated at 2019-05-20 17:10:15 GMT"
+ "title" : {
+ "text" : "Perl Weekly Challenge Leaders (TOP 50)"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Score"
+ }
},
"drilldown" : {
"series" : [
{
- "id" : "Laurent Rosenfeld",
"name" : "Laurent Rosenfeld",
"data" : [
[
@@ -285,20 +26,21 @@
16
],
[
- "Blog",
- 9
- ],
- [
"Perl 6",
15
+ ],
+ [
+ "Blog",
+ 9
]
- ]
+ ],
+ "id" : "Laurent Rosenfeld"
},
{
"data" : [
[
"Perl 6",
- 17
+ 18
],
[
"Blog",
@@ -309,68 +51,68 @@
17
]
],
- "name" : "Joelle Maslak",
- "id" : "Joelle Maslak"
+ "id" : "Joelle Maslak",
+ "name" : "Joelle Maslak"
},
{
"data" : [
[
- "Perl 5",
+ "Perl 6",
16
],
[
- "Perl 6",
+ "Perl 5",
16
]
],
- "name" : "Jaldhar H. Vyas",
- "id" : "Jaldhar H. Vyas"
+ "id" : "Jaldhar H. Vyas",
+ "name" : "Jaldhar H. Vyas"
},
{
- "id" : "Ruben Westerberg",
- "name" : "Ruben Westerberg",
"data" : [
[
- "Perl 5",
+ "Perl 6",
14
],
[
- "Perl 6",
+ "Perl 5",
14
]
- ]
+ ],
+ "id" : "Ruben Westerberg",
+ "name" : "Ruben Westerberg"
},
{
- "id" : "Simon Proctor",
- "name" : "Simon Proctor",
"data" : [
[
- "Perl 6",
- 15
- ],
- [
"Blog",
6
],
[
+ "Perl 6",
+ 15
+ ],
+ [
"Perl 5",
4
]
- ]
+ ],
+ "id" : "Simon Proctor",
+ "name" : "Simon Proctor"
},
{
- "id" : "Adam Russell",
- "name" : "Adam Russell",
"data" : [
[
- "Perl 5",
- 16
- ],
- [
"Blog",
8
+ ],
+ [
+ "Perl 5",
+ 16
]
- ]
+ ],
+ "id" : "Adam Russell",
+ "name" : "Adam Russell"
},
{
"name" : "Dr James A. Smith",
@@ -401,24 +143,25 @@
"name" : "Arne Sommer"
},
{
+ "name" : "Jo Christian Oterhals",
+ "id" : "Jo Christian Oterhals",
"data" : [
[
- "Perl 6",
- 10
- ],
- [
"Perl 5",
6
],
[
"Blog",
5
+ ],
+ [
+ "Perl 6",
+ 10
]
- ],
- "id" : "Jo Christian Oterhals",
- "name" : "Jo Christian Oterhals"
+ ]
},
{
+ "id" : "Kian-Meng Ang",
"data" : [
[
"Blog",
@@ -429,8 +172,7 @@
14
]
],
- "name" : "Kian-Meng Ang",
- "id" : "Kian-Meng Ang"
+ "name" : "Kian-Meng Ang"
},
{
"data" : [
@@ -443,88 +185,88 @@
4
]
],
- "name" : "Gustavo Chaves",
- "id" : "Gustavo Chaves"
+ "id" : "Gustavo Chaves",
+ "name" : "Gustavo Chaves"
},
{
+ "name" : "Athanasius",
+ "id" : "Athanasius",
"data" : [
[
"Perl 5",
16
]
- ],
- "name" : "Athanasius",
- "id" : "Athanasius"
+ ]
},
{
"name" : "Nick Logan",
- "id" : "Nick Logan",
"data" : [
[
- "Perl 5",
+ "Perl 6",
8
],
[
- "Perl 6",
+ "Perl 5",
8
]
- ]
+ ],
+ "id" : "Nick Logan"
},
{
- "name" : "Andrezgz",
- "id" : "Andrezgz",
"data" : [
[
"Perl 5",
15
]
- ]
+ ],
+ "id" : "Andrezgz",
+ "name" : "Andrezgz"
},
{
+ "id" : "Francis Whittle",
"data" : [
[
- "Perl 6",
- 10
- ],
- [
"Blog",
4
+ ],
+ [
+ "Perl 6",
+ 10
]
],
- "name" : "Francis Whittle",
- "id" : "Francis Whittle"
+ "name" : "Francis Whittle"
},
{
+ "id" : "Lars Balker",
"data" : [
[
- "Perl 5",
- 10
- ],
- [
"Perl 6",
4
+ ],
+ [
+ "Perl 5",
+ 10
]
],
- "id" : "Lars Balker",
"name" : "Lars Balker"
},
{
"data" : [
[
- "Blog",
- 3
- ],
- [
"Perl 6",
10
+ ],
+ [
+ "Blog",
+ 3
]
],
"id" : "Mark Senn",
"name" : "Mark Senn"
},
{
- "id" : "Daniel Mantovani",
"name" : "Daniel Mantovani",
+ "id" : "Daniel Mantovani",
"data" : [
[
"Perl 5",
@@ -533,42 +275,41 @@
]
},
{
+ "name" : "Dave Jacoby",
+ "id" : "Dave Jacoby",
"data" : [
[
- "Blog",
- 6
- ],
- [
"Perl 5",
5
+ ],
+ [
+ "Blog",
+ 6
]
- ],
- "name" : "Dave Jacoby",
- "id" : "Dave Jacoby"
+ ]
},
{
+ "name" : "Doug Schrag",
+ "id" : "Doug Schrag",
"data" : [
[
"Perl 6",
10
]
- ],
- "id" : "Doug Schrag",
- "name" : "Doug Schrag"
+ ]
},
{
- "name" : "Duncan C. White",
- "id" : "Duncan C. White",
"data" : [
[
"Perl 5",
10
]
- ]
+ ],
+ "id" : "Duncan C. White",
+ "name" : "Duncan C. White"
},
{
"name" : "Robert Gratza",
- "id" : "Robert Gratza",
"data" : [
[
"Perl 5",
@@ -578,21 +319,22 @@
"Perl 6",
6
]
- ]
+ ],
+ "id" : "Robert Gratza"
},
{
+ "name" : "E. Choroba",
"data" : [
[
- "Perl 5",
- 4
- ],
- [
"Blog",
3
+ ],
+ [
+ "Perl 5",
+ 4
]
],
- "id" : "E. Choroba",
- "name" : "E. Choroba"
+ "id" : "E. Choroba"
},
{
"data" : [
@@ -601,8 +343,8 @@
7
]
],
- "name" : "John Barrett",
- "id" : "John Barrett"
+ "id" : "John Barrett",
+ "name" : "John Barrett"
},
{
"data" : [
@@ -615,18 +357,18 @@
"name" : "Ozzy"
},
{
- "name" : "Alicia Bielsa",
- "id" : "Alicia Bielsa",
"data" : [
[
"Perl 5",
6
]
- ]
+ ],
+ "id" : "Alicia Bielsa",
+ "name" : "Alicia Bielsa"
},
{
- "id" : "Maxim Kolodyazhny",
"name" : "Maxim Kolodyazhny",
+ "id" : "Maxim Kolodyazhny",
"data" : [
[
"Perl 5",
@@ -635,64 +377,65 @@
]
},
{
+ "name" : "Philippe Bruhat",
"data" : [
[
- "Perl 5",
- 4
- ],
- [
"Blog",
2
+ ],
+ [
+ "Perl 5",
+ 4
]
],
- "id" : "Philippe Bruhat",
- "name" : "Philippe Bruhat"
+ "id" : "Philippe Bruhat"
},
{
- "name" : "Sergio Iglesias",
"id" : "Sergio Iglesias",
"data" : [
[
"Perl 5",
6
]
- ]
+ ],
+ "name" : "Sergio Iglesias"
},
{
- "name" : "Arpad Toth",
"id" : "Arpad Toth",
"data" : [
[
"Perl 5",
5
]
- ]
+ ],
+ "name" : "Arpad Toth"
},
{
- "id" : "Guillermo Ramos",
"name" : "Guillermo Ramos",
"data" : [
[
"Perl 5",
5
]
- ]
+ ],
+ "id" : "Guillermo Ramos"
},
{
+ "id" : "Khalid",
"data" : [
[
- "Blog",
- 1
- ],
- [
"Perl 5",
4
+ ],
+ [
+ "Blog",
+ 1
]
],
- "id" : "Khalid",
"name" : "Khalid"
},
{
+ "name" : "Steve Rogerson",
"data" : [
[
"Perl 6",
@@ -703,37 +446,36 @@
3
]
],
- "name" : "Steve Rogerson",
"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" : "Bob Kleemann",
"data" : [
[
"Perl 5",
4
]
],
- "name" : "Bob Kleemann",
"id" : "Bob Kleemann"
},
{
@@ -747,104 +489,104 @@
"name" : "Chenyf"
},
{
- "id" : "David Kayal",
- "name" : "David Kayal",
"data" : [
[
"Perl 5",
4
]
- ]
+ ],
+ "id" : "David Kayal",
+ "name" : "David Kayal"
},
{
"id" : "Finley",
- "name" : "Finley",
"data" : [
[
"Perl 6",
4
]
- ]
+ ],
+ "name" : "Finley"
},
{
- "id" : "Jaime Corchado",
- "name" : "Jaime Corchado",
"data" : [
[
"Perl 5",
4
]
- ]
+ ],
+ "id" : "Jaime Corchado",
+ "name" : "Jaime Corchado"
},
{
+ "id" : "Luis F. Uceta",
"data" : [
[
"Perl 6",
4
]
],