aboutsummaryrefslogtreecommitdiff
path: root/stats
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-05-06 20:03:03 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-05-06 20:03:03 +0100
commit49470305c2963404d778542e47da21ecb8c06185 (patch)
treefe176be29692d080318ab27053dd176470392abd /stats
parent6fe5aea4e3f631f1748f97defe8a52332e1c2f05 (diff)
downloadperlweeklychallenge-club-49470305c2963404d778542e47da21ecb8c06185.tar.gz
perlweeklychallenge-club-49470305c2963404d778542e47da21ecb8c06185.tar.bz2
perlweeklychallenge-club-49470305c2963404d778542e47da21ecb8c06185.zip
- Updated chart stats.
Diffstat (limited to 'stats')
-rw-r--r--stats/pwc-current.json62
-rw-r--r--stats/pwc-language-breakdown.json112
-rw-r--r--stats/pwc-leaders.json856
-rw-r--r--stats/pwc-summary-1-30.json96
-rw-r--r--stats/pwc-summary-31-60.json100
-rw-r--r--stats/pwc-summary-61-90.json49
-rw-r--r--stats/pwc-summary.json189
7 files changed, 735 insertions, 729 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index 9f3e4e1064..cb0b2e0447 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,62 +1,62 @@
{
- "plotOptions" : {
- "series" : {
- "dataLabels" : {
- "format" : "{point.y}",
- "enabled" : 1
- },
- "borderWidth" : 0
- }
- },
- "xAxis" : {
- "type" : "category"
- },
- "legend" : {
- "enabled" : 0
- },
- "yAxis" : {
- "title" : {
- "text" : "Total Solutions"
- }
+ "subtitle" : {
+ "text" : "[Champions: 1] Last updated at 2019-05-06 19:02:06 GMT"
},
"series" : [
{
"name" : "Champions",
- "colorByPoint" : 1,
"data" : [
{
- "name" : "Ozzy",
+ "y" : 1,
"drilldown" : "Ozzy",
- "y" : 1
+ "name" : "Ozzy"
}
- ]
+ ],
+ "colorByPoint" : 1
}
],
- "subtitle" : {
- "text" : "[Champions: 1] Last updated at 2019-05-06 07:55:35 GMT"
- },
- "title" : {
- "text" : "Perl Weekly Challenge - 007"
+ "legend" : {
+ "enabled" : 0
},
"tooltip" : {
- "pointerFormat" : "<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/>",
- "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}"
+ }
+ }
},
"drilldown" : {
"series" : [
{
+ "id" : "Ozzy",
"data" : [
[
"Perl 6",
1
]
],
- "id" : "Ozzy",
"name" : "Ozzy"
}
]
},
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Solutions"
+ }
+ },
+ "xAxis" : {
+ "type" : "category"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge - 007"
+ },
"chart" : {
"type" : "column"
}
diff --git a/stats/pwc-language-breakdown.json b/stats/pwc-language-breakdown.json
index 251f08d4b6..8ca7bbc244 100644
--- a/stats/pwc-language-breakdown.json
+++ b/stats/pwc-language-breakdown.json
@@ -1,28 +1,7 @@
{
- "legend" : {
- "enabled" : "false"
- },
- "xAxis" : {
- "type" : "category"
- },
- "chart" : {
- "type" : "column"
- },
- "yAxis" : {
- "title" : {
- "text" : "Total Solutions"
- }
- },
- "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"
- },
"drilldown" : {
"series" : [
{
- "name" : "001",
- "id" : "001",
"data" : [
[
"Perl 5",
@@ -32,9 +11,12 @@
"Perl 6",
37
]
- ]
+ ],
+ "name" : "001",
+ "id" : "001"
},
{
+ "name" : "002",
"data" : [
[
"Perl 5",
@@ -45,7 +27,6 @@
32
]
],
- "name" : "002",
"id" : "002"
},
{
@@ -87,11 +68,10 @@
22
]
],
- "id" : "005",
- "name" : "005"
+ "name" : "005",
+ "id" : "005"
},
{
- "name" : "006",
"id" : "006",
"data" : [
[
@@ -102,9 +82,12 @@
"Perl 6",
14
]
- ]
+ ],
+ "name" : "006"
},
{
+ "id" : "007",
+ "name" : "007",
"data" : [
[
"Perl 5",
@@ -114,68 +97,85 @@
"Perl 6",
1
]
- ],
- "id" : "007",
- "name" : "007"
+ ]
}
]
},
- "title" : {
- "text" : "Perl Weekly Challenge Language"
+ "xAxis" : {
+ "type" : "category"
+ },
+ "subtitle" : {
+ "text" : "Click the columns to drilldown the language breakdown. Last updated at 2019-05-06 19:02:24 GMT"
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "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"
+ },
+ "plotOptions" : {
+ "series" : {
+ "dataLabels" : {
+ "format" : "{point.y}",
+ "enabled" : 1
+ },
+ "borderWidth" : 0
+ }
},
"series" : [
{
- "name" : "Perl Weekly Challenge Languages",
"data" : [
{
"y" : 113,
- "name" : "#001 [P5=76 P6=37]",
- "drilldown" : "001"
+ "drilldown" : "001",
+ "name" : "#001 [P5=76 P6=37]"
},
{
- "drilldown" : "002",
+ "y" : 95,
"name" : "#002 [P5=63 P6=32]",
- "y" : 95
+ "drilldown" : "002"
},
{
+ "y" : 58,
"drilldown" : "003",
- "name" : "#003 [P5=32 P6=26]",
- "y" : 58
+ "name" : "#003 [P5=32 P6=26]"
},
{
- "drilldown" : "004",
+ "y" : 75,
"name" : "#004 [P5=46 P6=29]",
- "y" : 75
+ "drilldown" : "004"
},
{
- "y" : 55,
"name" : "#005 [P5=33 P6=22]",
- "drilldown" : "005"
+ "drilldown" : "005",
+ "y" : 55
},
{
"y" : 41,
- "name" : "#006 [P5=27 P6=14]",
- "drilldown" : "006"
+ "drilldown" : "006",
+ "name" : "#006 [P5=27 P6=14]"
},
{
+ "drilldown" : "007",
"name" : "#007 [P5=0 P6=1]",
- "y" : 1,
- "drilldown" : "007"
+ "y" : 1
}
],
+ "name" : "Perl Weekly Challenge Languages",
"colorByPoint" : "true"
}
],
- "subtitle" : {
- "text" : "Click the columns to drilldown the language breakdown. Last updated at 2019-05-06 09:36:32 GMT"
+ "legend" : {
+ "enabled" : "false"
},
- "plotOptions" : {
- "series" : {
- "dataLabels" : {
- "enabled" : 1,
- "format" : "{point.y}"
- },
- "borderWidth" : 0
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Solutions"
}
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Language"
}
}
diff --git a/stats/pwc-leaders.json b/stats/pwc-leaders.json
index 19de095ddd..02bf7f43cd 100644
--- a/stats/pwc-leaders.json
+++ b/stats/pwc-leaders.json
@@ -1,35 +1,312 @@
{
- "legend" : {
- "enabled" : "false"
+ "series" : [
+ {
+ "data" : [
+ {
+ "name" : "#1: Laurent Rosenfeld",
+ "drilldown" : "Laurent Rosenfeld",
+ "y" : 60
+ },
+ {
+ "y" : 50,
+ "drilldown" : "Joelle Maslak",
+ "name" : "#2: Joelle Maslak"
+ },
+ {
+ "name" : "#3: Jaldhar H. Vyas",
+ "y" : 48,
+ "drilldown" : "Jaldhar H. Vyas"
+ },
+ {
+ "name" : "#4: Ruben Westerberg",
+ "y" : 40,
+ "drilldown" : "Ruben Westerberg"
+ },
+ {
+ "drilldown" : "Simon Proctor",
+ "y" : 40,
+ "name" : "#5: Simon Proctor"
+ },
+ {
+ "name" : "#6: Adam Russell",
+ "y" : 36,
+ "drilldown" : "Adam Russell"
+ },
+ {
+ "drilldown" : "Dr James A. Smith",
+ "y" : 36,
+ "name" : "#7: Dr James A. Smith"
+ },
+ {
+ "name" : "#8: Jo Christian Oterhals",
+ "drilldown" : "Jo Christian Oterhals",
+ "y" : 36
+ },
+ {
+ "name" : "#9: Kian-Meng Ang",
+ "y" : 32,
+ "drilldown" : "Kian-Meng Ang"
+ },
+ {
+ "name" : "#10: Nick Logan",
+ "drilldown" : "Nick Logan",
+ "y" : 32
+ },
+ {
+ "drilldown" : "Arne Sommer",
+ "y" : 30,
+ "name" : "#11: Arne Sommer"
+ },
+ {
+ "name" : "#12: Lars Balker",
+ "drilldown" : "Lars Balker",
+ "y" : 28
+ },
+ {
+ "y" : 26,
+ "drilldown" : "Gustavo Chaves",
+ "name" : "#13: Gustavo Chaves"
+ },
+ {
+ "y" : 26,
+ "drilldown" : "Mark Senn",
+ "name" : "#14: Mark Senn"
+ },
+ {
+ "y" : 24,
+ "drilldown" : "Andrezgz",
+ "name" : "#15: Andrezgz"
+ },
+ {
+ "y" : 24,
+ "drilldown" : "Athanasius",
+ "name" : "#16: Athanasius"
+ },
+ {
+ "drilldown" : "Doug Schrag",
+ "y" : 20,
+ "name" : "#17: Doug Schrag"
+ },
+ {
+ "name" : "#18: Duncan C. White",
+ "y" : 20,
+ "drilldown" : "Duncan C. White"
+ },
+ {
+ "drilldown" : "Francis Whittle",
+ "y" : 18,
+ "name" : "#19: Francis Whittle"
+ },
+ {
+ "name" : "#20: Robert Gratza",
+ "drilldown" : "Robert Gratza",
+ "y" : 16
+ },
+ {
+ "y" : 14,
+ "drilldown" : "Daniel Mantovani",
+ "name" : "#21: Daniel Mantovani"
+ },
+ {
+ "y" : 14,
+ "drilldown" : "John Barrett",
+ "name" : "#22: John Barrett"
+ },
+ {
+ "name" : "#23: E. Choroba",
+ "y" : 12,
+ "drilldown" : "E. Choroba"
+ },
+ {
+ "drilldown" : "Maxim Kolodyazhny",
+ "y" : 12,
+ "name" : "#24: Maxim Kolodyazhny"
+ },
+ {
+ "name" : "#25: Ozzy",
+ "y" : 12,
+ "drilldown" : "Ozzy"
+ },
+ {
+ "name" : "#26: Philippe Bruhat",
+ "drilldown" : "Philippe Bruhat",
+ "y" : 12
+ },
+ {
+ "name" : "#27: Sergio Iglesias",
+ "drilldown" : "Sergio Iglesias",
+ "y" : 12
+ },
+ {
+ "y" : 10,
+ "drilldown" : "Arpad Toth",
+ "name" : "#28: Arpad Toth"
+ },
+ {
+ "y" : 10,
+ "drilldown" : "Khalid",
+ "name" : "#29: Khalid"
+ },
+ {
+ "name" : "#30: Steve Rogerson",
+ "drilldown" : "Steve Rogerson",
+ "y" : 10
+ },
+ {
+ "y" : 10,
+ "drilldown" : "Veesh Goldman",
+ "name" : "#31: Veesh Goldman"
+ },
+ {
+ "name" : "#32: Alex Daniel",
+ "drilldown" : "Alex Daniel",
+ "y" : 8
+ },
+ {
+ "drilldown" : "Bob Kleemann",
+ "y" : 8,
+ "name" : "#33: Bob Kleemann"
+ },
+ {
+ "drilldown" : "Chenyf",
+ "y" : 8,
+ "name" : "#34: Chenyf"
+ },
+ {
+ "name" : "#35: David Kayal",
+ "y" : 8,
+ "drilldown" : "David Kayal"
+ },
+ {
+ "name" : "#36: Jaime Corchado",
+ "drilldown" : "Jaime Corchado",
+ "y" : 8
+ },
+ {
+ "name" : "#37: Matt Latusek",
+ "y" : 8,
+ "drilldown" : "Matt Latusek"
+ },
+ {
+ "name" : "#38: Simon Reinhardt",
+ "drilldown" : "Simon Reinhardt",
+ "y" : 8
+ },
+ {
+ "drilldown" : "Steven Wilson",
+ "y" : 8,
+ "name" : "#39: Steven Wilson"
+ },
+ {
+ "name" : "#40: Tim Smith",
+ "drilldown" : "Tim Smith",
+ "y" : 8
+ },
+ {
+ "y" : 6,
+ "drilldown" : "Ailbhe Tweedie",
+ "name" : "#41: Ailbhe Tweedie"
+ },
+ {
+ "name" : "#42: Alicia Bielsa",
+ "y" : 6,
+ "drilldown" : "Alicia Bielsa"
+ },
+ {
+ "y" : 6,
+ "drilldown" : "Dave Cross",
+ "name" : "#43: Dave Cross"
+ },
+ {
+ "drilldown" : "Dave Jacoby",
+ "y" : 6,
+ "name" : "#44: Dave Jacoby"
+ },
+ {
+ "name" : "#45: Freddie B",
+ "y" : 6,
+ "drilldown" : "Freddie B"
+ },
+ {
+ "name" : "#46: Jeremy Carman",
+ "y" : 6,
+ "drilldown" : "Jeremy Carman"
+ },
+ {
+ "name" : "#47: Kivanc Yazan",
+ "drilldown" : "Kivanc Yazan",
+ "y" : 6
+ },
+ {
+ "name" : "#48: Neil Bowers",
+ "drilldown" : "Neil Bowers",
+ "y" : 6
+ },
+ {
+ "name" : "#49: Pete Houston",
+ "drilldown" : "Pete Houston",
+ "y" : 6
+ },
+ {
+ "name" : "#50: Sean Meininger",
+ "y" : 6,
+ "drilldown" : "Sean Meininger"
+ }
+ ],
+ "name" : "Perl Weekly Challenge Leaders",
+ "colorByPoint" : "true"
+ }
+ ],
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Score"
+ }
},
"chart" : {
"type" : "column"
},
+ "tooltip" : {
+ "pointFormat" : "<span style=\"color:{point.color}\">{point.name}</span>: <b>{point.y:f}</b><br/>",
+ "followPointer" : "true",
+ "headerFormat" : "<span style=\"font-size:11px\"></span>"
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
+ "xAxis" : {
+ "type" : "category"
+ },
+ "subtitle" : {
+ "text" : "Click the columns to drilldown the score breakdown. Last updated at 2019-05-06 19:02:19 GMT"
+ },
"plotOptions" : {
"series" : {
+ "borderWidth" : 0,
"dataLabels" : {
- "enabled" : 1,
- "format" : "{point.y}"
- },
- "borderWidth" : 0
+ "format" : "{point.y}",
+ "enabled" : 1
+ }
}
},
+ "title" : {
+ "text" : "Perl Weekly Challenge Leaders (TOP 50)"
+ },
"drilldown" : {
"series" : [
{
"name" : "Laurent Rosenfeld",
"data" : [
[
- "Perl 6",
- 11
- ],
- [
"Blog",
7
],
[
"Perl 5",
12
+ ],
+ [
+ "Perl 6",
+ 11
]
],
"id" : "Laurent Rosenfeld"
@@ -41,16 +318,16 @@
12
],
[
- "Blog",
- 1
- ],
- [
"Perl 5",
12
+ ],
+ [
+ "Blog",
+ 1
]
],
- "name" : "Joelle Maslak",
- "id" : "Joelle Maslak"
+ "id" : "Joelle Maslak",
+ "name" : "Joelle Maslak"
},
{
"data" : [
@@ -63,43 +340,42 @@
12
]
],
- "name" : "Jaldhar H. Vyas",
- "id" : "Jaldhar H. Vyas"
+ "id" : "Jaldhar H. Vyas",
+ "name" : "Jaldhar H. Vyas"
},
{
- "id" : "Ruben Westerberg",
"name" : "Ruben Westerberg",
"data" : [
[
- "Perl 6",
+ "Perl 5",
10
],
[
- "Perl 5",
+ "Perl 6",
10
]
- ]
+ ],
+ "id" : "Ruben Westerberg"
},
{
+ "id" : "Simon Proctor",
"data" : [
[
- "Perl 5",
- 4
- ],
- [
"Perl 6",
11
],
[
+ "Perl 5",
+ 4
+ ],
+ [
"Blog",
5
]
],
- "name" : "Simon Proctor",
- "id" : "Simon Proctor"
+ "name" : "Simon Proctor"
},
{
- "name" : "Adam Russell",
"data" : [
[
"Perl 5",
@@ -110,21 +386,22 @@
6
]
],
- "id" : "Adam Russell"
+ "id" : "Adam Russell",
+ "name" : "Adam Russell"
},
{
- "id" : "Dr James A. Smith",
"name" : "Dr James A. Smith",
"data" : [
[
- "Perl 6",
- 8
- ],
- [
"Perl 5",
10
+ ],
+ [
+ "Perl 6",
+ 8
]
- ]
+ ],
+ "id" : "Dr James A. Smith"
},
{
"name" : "Jo Christian Oterhals",
@@ -134,47 +411,45 @@
4
],
[
- "Perl 6",
- 8
- ],
- [
"Perl 5",
6
+ ],
+ [
+ "Perl 6",
+ 8
]
],
"id" : "Jo Christian Oterhals"
},
{
- "id" : "Kian-Meng Ang",
- "name" : "Kian-Meng Ang",
"data" : [
[
- "Blog",
- 5
- ],
- [
"Perl 5",
11
+ ],
+ [
+ "Blog",
+ 5
]
- ]
+ ],
+ "id" : "Kian-Meng Ang",
+ "name" : "Kian-Meng Ang"
},
{
+ "name" : "Nick Logan",
"id" : "Nick Logan",
"data" : [
[
- "Perl 6",
+ "Perl 5",
8
],
[
- "Perl 5",
+ "Perl 6",
8
]
- ],
- "name" : "Nick Logan"
+ ]
},
{
- "id" : "Arne Sommer",
- "name" : "Arne Sommer",
"data" : [
[
"Blog",
@@ -184,23 +459,27 @@
"Perl 6",
10
]
- ]
+ ],
+ "id" : "Arne Sommer",
+ "name" : "Arne Sommer"
},
{
- "id" : "Lars Balker",
- "name" : "Lars Balker",
"data" : [
[
- "Perl 6",
- 4
- ],
- [
"Perl 5",
10
+ ],
+ [
+ "Perl 6",
+ 4
]
- ]
+ ],
+ "id" : "Lars Balker",
+ "name" : "Lars Balker"
},
{
+ "name" : "Gustavo Chaves",
+ "id" : "Gustavo Chaves",
"data" : [
[
"Blog",
@@ -210,47 +489,45 @@
"Perl 5",
9
]
- ],
- "name" : "Gustavo Chaves",
- "id" : "Gustavo Chaves"
+ ]
},
{
"id" : "Mark Senn",
- "name" : "Mark Senn",
"data" : [
[
- "Perl 6",
- 10
- ],
- [
"Blog",
3
+ ],
+ [
+ "Perl 6",
+ 10
]
- ]
+ ],
+ "name" : "Mark Senn"
},
{
+ "name" : "Andrezgz",
+ "id" : "Andrezgz",
"data" : [
[
"Perl 5",
12
]
- ],
- "name" : "Andrezgz",
- "id" : "Andrezgz"
+ ]
},
{
- "id" : "Athanasius",
"name" : "Athanasius",
"data" : [
[
"Perl 5",
12
]
- ]
+ ],
+ "id" : "Athanasius"
},
{
- "id" : "Doug Schrag",
"name" : "Doug Schrag",
+ "id" : "Doug Schrag",
"data" : [
[
"Perl 6",
@@ -265,24 +542,26 @@
10
]
],
- "name" : "Duncan C. White",
- "id" : "Duncan C. White"
+ "id" : "Duncan C. White",
+ "name" : "Duncan C. White"
},
{
- "id" : "Francis Whittle",
"name" : "Francis Whittle",
"data" : [
[
- "Perl 6",
- 6
- ],
- [
"Blog",
3
+ ],
+ [
+ "Perl 6",
+ 6
]
- ]
+ ],
+ "id" : "Francis Whittle"
},
{
+ "name" : "Robert Gratza",
+ "id" : "Robert Gratza",
"data" : [
[
"Perl 6",
@@ -292,33 +571,31 @@
"Perl 5",
2
]
- ],
- "name" : "Robert Gratza",
- "id" : "Robert Gratza"
+ ]
},
{
- "id" : "Daniel Mantovani",
"data" : [
[
"Perl 5",
7
]
],
+ "id" : "Daniel Mantovani",
"name" : "Daniel Mantovani"
},
{
- "id" : "John Barrett",
- "name" : "John Barrett",
"data" : [
[
"Perl 5",
7
]
- ]
+ ],
+ "id" : "John Barrett",
+ "name" : "John Barrett"
},
{
- "id" : "E. Choroba",
"name" : "E. Choroba",
+ "id" : "E. Choroba",
"data" : [
[
"Blog",
@@ -354,12 +631,12 @@
"name" : "Philippe Bruhat",
"data" : [
[
- "Perl 5",
- 4
- ],
- [
"Blog",
2
+ ],
+ [
+ "Perl 5",
+ 4
]
],
"id" : "Philippe Bruhat"
@@ -381,22 +658,22 @@
5
]
],
- "name" : "Arpad Toth",
- "id" : "Arpad Toth"
+ "id" : "Arpad Toth",
+ "name" : "Arpad Toth"
},
{
- "name" : "Khalid",
"data" : [
[
- "Perl 5",
- 4
- ],
- [
"Blog",
1
+ ],
+ [
+ "Perl 5",
+ 4
]
],
- "id" : "Khalid"
+ "id" : "Khalid",
+ "name" : "Khalid"
},
{
"data" : [
@@ -409,18 +686,18 @@
3
]
],
- "name" : "Steve Rogerson",
- "id" : "Steve Rogerson"
+ "id" : "Steve Rogerson",
+ "name" : "Steve Rogerson"
},
{
+ "name" : "Veesh Goldman",
+ "id" : "Veesh Goldman",
"data" : [
[
"Perl 5",
5
]
- ],
- "name" : "Veesh Goldman",
- "id" : "Veesh Goldman"
+ ]
},
{
"data" : [
@@ -429,48 +706,48 @@
4
]
],
- "name" : "Alex Daniel",
- "id" : "Alex Daniel"
+ "id" : "Alex Daniel",
+ "name" : "Alex Daniel"
},
{
- "name" : "Bob Kleemann",
"data" : [
[
"Perl 5",
4
]
],
- "id" : "Bob Kleemann"
+ "id" : "Bob Kleemann",
+ "name" : "Bob Kleemann"
},
{
- "id" : "Chenyf",
- "name" : "Chenyf",
"data" : [
[
"Perl 6",
4
]
- ]
+ ],
+ "id" : "Chenyf",
+ "name" : "Chenyf"
},
{
"id" : "David Kayal",
- "name" : "David Kayal",
"data" : [
[
"Perl 5",
4
]
- ]
+ ],
+ "name" : "David Kayal"
},
{
- "id" : "Jaime Corchado",
- "name" : "Jaime Corchado",
"data" : [
[
"Perl 5",
4
]
- ]
+ ],
+ "id" : "Jaime Corchado",
+ "name" : "Jaime Corchado"
},
{
"id" : "Matt Latusek",
@@ -493,34 +770,34 @@
"id" : "Simon Reinhardt"
},
{
- "name" : "Steven Wilson",
+ "id" : "Steven Wilson",
"data" : [
[
"Perl 5",
4
]
],
- "id" : "Steven Wilson"
+ "name" : "Steven Wilson"
},
{
"id" : "Tim Smith",
- "name" : "Tim Smith",
"data" : [
[
"Perl 6",
4
]
- ]
+ ],
+ "name" : "Tim Smith"
},
{
"id" : "Ailbhe Tweedie",
- "name" : "Ailbhe Tweedie",
"data" : [
[
"Perl 5",
3
]
- ]
+ ],
+ "name" : "Ailbhe Tweedie"
},
{
"data" : [
@@ -529,19 +806,19 @@
3
]
],
- "name" : "Alicia Bielsa",
- "id" : "Alicia Bielsa"
+ "id" : "Alicia Bielsa",
+ "name" : "Alicia Bielsa"
},
{
"name" : "Dave Cross",
"data" : [
[
- "Perl 5",
- 2
- ],
- [