aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-05-01 16:02:06 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-05-01 16:02:06 +0100
commit40c3f78dd10dbc9f9e425d3e439a01b00bcc2d9a (patch)
tree50a583ea5e7385dd343ec5508b42a72d0bb68f90
parentd83b768b10245ee334907efea43a6a5a0820062e (diff)
downloadperlweeklychallenge-club-40c3f78dd10dbc9f9e425d3e439a01b00bcc2d9a.tar.gz
perlweeklychallenge-club-40c3f78dd10dbc9f9e425d3e439a01b00bcc2d9a.tar.bz2
perlweeklychallenge-club-40c3f78dd10dbc9f9e425d3e439a01b00bcc2d9a.zip
- Updated chart stats.
-rw-r--r--stats/pwc-current.json125
-rw-r--r--stats/pwc-language-breakdown.json154
-rw-r--r--stats/pwc-leaders.json842
-rw-r--r--stats/pwc-summary-1-30.json108
-rw-r--r--stats/pwc-summary-31-60.json86
-rw-r--r--stats/pwc-summary-61-90.json32
-rw-r--r--stats/pwc-summary.json218
7 files changed, 790 insertions, 775 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index 3dae4423d6..e14a2b467e 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,46 +1,76 @@
{
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Solutions"
+ }
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "subtitle" : {
+ "text" : "[Champions: 5] Last updated at 2019-05-01 15:00:30 GMT"
+ },
+ "plotOptions" : {
+ "series" : {
+ "borderWidth" : 0,
+ "dataLabels" : {
+ "format" : "{point.y}",
+ "enabled" : 1
+ }
+ }
+ },
+ "tooltip" : {
+ "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>",
+ "pointerFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>",
+ "followPointer" : 1
+ },
+ "legend" : {
+ "enabled" : 0
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge - 006"
+ },
+ "xAxis" : {
+ "type" : "category"
+ },
"series" : [
{
+ "colorByPoint" : 1,
+ "name" : "Champions",
"data" : [
{
+ "name" : "Athanasius",
+ "drilldown" : "Athanasius",
+ "y" : 2
+ },
+ {
"drilldown" : "Gustavo Chaves",
- "y" : 2,
- "name" : "Gustavo Chaves"
+ "name" : "Gustavo Chaves",
+ "y" : 2
},
{
- "drilldown" : "Joelle Maslak",
+ "y" : 4,
"name" : "Joelle Maslak",
- "y" : 4
+ "drilldown" : "Joelle Maslak"
},
{
- "drilldown" : "Simon Proctor",
"name" : "Simon Proctor",
+ "drilldown" : "Simon Proctor",
"y" : 1
},
{
+ "y" : 2,
"drilldown" : "Tim Smith",
- "name" : "Tim Smith",
- "y" : 2
+ "name" : "Tim Smith"
}
- ],
- "name" : "Champions",
- "colorByPoint" : 1
+ ]
}
],
- "subtitle" : {
- "text" : "[Champions: 4] Last updated at 2019-05-01 10:34:44 GMT"
- },
- "xAxis" : {
- "type" : "category"
- },
- "legend" : {
- "enabled" : 0
- },
"drilldown" : {
"series" : [
{
- "id" : "Gustavo Chaves",
- "name" : "Gustavo Chaves",
+ "id" : "Athanasius",
+ "name" : "Athanasius",
"data" : [
[
"Perl 5",
@@ -49,8 +79,16 @@
]
},
{
- "name" : "Joelle Maslak",
- "id" : "Joelle Maslak",
+ "data" : [
+ [
+ "Perl 5",
+ 2
+ ]
+ ],
+ "name" : "Gustavo Chaves",
+ "id" : "Gustavo Chaves"
+ },
+ {
"data" : [
[
"Perl 5",
@@ -60,53 +98,30 @@
"Perl 6",
2
]
- ]
+ ],
+ "id" : "Joelle Maslak",
+ "name" : "Joelle Maslak"
},
{
- "name" : "Simon Proctor",
- "id" : "Simon Proctor",
"data" : [
[
"Perl 6",
1
]
- ]
+ ],
+ "id" : "Simon Proctor",
+ "name" : "Simon Proctor"
},
{
- "id" : "Tim Smith",
- "name" : "Tim Smith",
"data" : [
[
"Perl 6",
2
]
- ]
+ ],
+ "id" : "Tim Smith",
+ "name" : "Tim Smith"
}
]
- },
- "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/>"
- },
- "chart" : {
- "type" : "column"
- },
- "plotOptions" : {
- "series" : {
- "borderWidth" : 0,
- "dataLabels" : {
- "format" : "{point.y}",
- "enabled" : 1
- }
- }
- },
- "yAxis" : {
- "title" : {
- "text" : "Total Solutions"
- }
- },
- "title" : {
- "text" : "Perl Weekly Challenge - 006"
}
}
diff --git a/stats/pwc-language-breakdown.json b/stats/pwc-language-breakdown.json
index ad968205db..050dc2ab9a 100644
--- a/stats/pwc-language-breakdown.json
+++ b/stats/pwc-language-breakdown.json
@@ -1,12 +1,81 @@
{
+ "series" : [
+ {
+ "name" : "Perl Weekly Challenge Languages",
+ "colorByPoint" : "true",
+ "data" : [
+ {
+ "name" : "#001 [P5=76 P6=37]",
+ "drilldown" : "001",
+ "y" : 113
+ },
+ {
+ "name" : "#002 [P5=63 P6=32]",
+ "y" : 95,
+ "drilldown" : "002"
+ },
+ {
+ "name" : "#003 [P5=32 P6=26]",
+ "drilldown" : "003",
+ "y" : 58
+ },
+ {
+ "y" : 75,
+ "drilldown" : "004",
+ "name" : "#004 [P5=46 P6=29]"
+ },
+ {
+ "name" : "#005 [P5=31 P6=22]",
+ "y" : 53,
+ "drilldown" : "005"
+ },
+ {
+ "name" : "#006 [P5=6 P6=5]",
+ "y" : 11,
+ "drilldown" : "006"
+ }
+ ]
+ }
+ ],
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Solutions"
+ }
+ },
+ "plotOptions" : {
+ "series" : {
+ "dataLabels" : {
+ "format" : "{point.y}",
+ "enabled" : 1
+ },
+ "borderWidth" : 0
+ }
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Language"
+ },
+ "tooltip" : {
+ "followPointer" : "true",
+ "pointFormat" : "<span style=\"color:{point.color}\">{point.name}</span>: <b>{point.y:f}</b><br/>",
+ "headerFormat" : "<span style=\"font-size:11px\"></span>"
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "subtitle" : {
+ "text" : "Click the columns to drilldown the language breakdown. Last updated at 2019-05-01 15:00:37 GMT"
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
"xAxis" : {
"type" : "category"
},
"drilldown" : {
"series" : [
{
- "id" : "001",
"name" : "001",
+ "id" : "001",
"data" : [
[
"Perl 5",
@@ -19,8 +88,8 @@
]
},
{
- "name" : "002",
"id" : "002",
+ "name" : "002",
"data" : [
[
"Perl 5",
@@ -33,8 +102,8 @@
]
},
{
- "name" : "003",
"id" : "003",
+ "name" : "003",
"data" : [
[
"Perl 5",
@@ -47,8 +116,8 @@
]
},
{
- "name" : "004",
"id" : "004",
+ "name" : "004",
"data" : [
[
"Perl 5",
@@ -61,8 +130,6 @@
]
},
{
- "name" : "005",
- "id" : "005",
"data" : [
[
"Perl 5",
@@ -72,7 +139,9 @@
"Perl 6",
22
]
- ]
+ ],
+ "name" : "005",
+ "id" : "005"
},
{
"name" : "006",
@@ -80,7 +149,7 @@
"data" : [
[
"Perl 5",
- 4
+ 6
],
[
"Perl 6",
@@ -89,74 +158,5 @@
]
}
]
- },
- "series" : [
- {
- "data" : [
- {
- "drilldown" : "001",
- "y" : 113,
- "name" : "#001 [P5=76 P6=37]"
- },
- {
- "name" : "#002 [P5=63 P6=32]",
- "y" : 95,
- "drilldown" : "002"
- },
- {
- "name" : "#003 [P5=32 P6=26]",
- "y" : 58,
- "drilldown" : "003"
- },
- {
- "drilldown" : "004",
- "name" : "#004 [P5=46 P6=29]",
- "y" : 75
- },
- {
- "name" : "#005 [P5=31 P6=22]",
- "y" : 53,
- "drilldown" : "005"
- },
- {
- "name" : "#006 [P5=4 P6=5]",
- "y" : 9,
- "drilldown" : "006"
- }
- ],
- "name" : "Perl Weekly Challenge Languages",
- "colorByPoint" : "true"
- }
- ],
- "title" : {
- "text" : "Perl Weekly Challenge Language"
- },
- "legend" : {
- "enabled" : "false"
- },
- "chart" : {
- "type" : "column"
- },
- "plotOptions" : {
- "series" : {
- "borderWidth" : 0,
- "dataLabels" : {
- "format" : "{point.y}",
- "enabled" : 1
- }
- }
- },
- "subtitle" : {
- "text" : "Click the columns to drilldown the language breakdown. Last updated at 2019-05-01 10:34:58 GMT"
- },
- "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"
}
}
diff --git a/stats/pwc-leaders.json b/stats/pwc-leaders.json
index 6d75d9f0e3..889c790008 100644
--- a/stats/pwc-leaders.json
+++ b/stats/pwc-leaders.json
@@ -1,288 +1,10 @@
{
- "plotOptions" : {
- "series" : {
- "dataLabels" : {
- "format" : "{point.y}",
- "enabled" : 1
- },
- "borderWidth" : 0
- }
- },
- "subtitle" : {
- "text" : "Click the columns to drilldown the score breakdown. Last updated at 2019-05-01 10:34:55 GMT"
- },
- "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>"
- },
- "series" : [
- {
- "name" : "Perl Weekly Challenge Leaders",
- "data" : [
- {
- "name" : "#1: Joelle Maslak",
- "drilldown" : "Joelle Maslak",
- "y" : 50
- },
- {
- "y" : 48,
- "drilldown" : "Laurent Rosenfeld",
- "name" : "#2: Laurent Rosenfeld"
- },
- {
- "drilldown" : "Jaldhar H. Vyas",
- "name" : "#3: Jaldhar H. Vyas",
- "y" : 40
- },
- {
- "name" : "#4: Simon Proctor",
- "drilldown" : "Simon Proctor",
- "y" : 38
- },
- {
- "y" : 36,
- "drilldown" : "Dr James A. Smith",
- "name" : "#5: Dr James A. Smith"
- },
- {
- "y" : 36,
- "drilldown" : "Jo Christian Oterhals",
- "name" : "#6: Jo Christian Oterhals"
- },
- {
- "y" : 32,
- "drilldown" : "Nick Logan",
- "name" : "#7: Nick Logan"
- },
- {
- "name" : "#8: Ruben Westerberg",
- "drilldown" : "Ruben Westerberg",
- "y" : 32
- },
- {
- "y" : 30,
- "drilldown" : "Adam Russell",
- "name" : "#9: Adam Russell"
- },
- {
- "y" : 28,
- "name" : "#10: Lars Balker",
- "drilldown" : "Lars Balker"
- },
- {
- "y" : 26,
- "name" : "#11: Gustavo Chaves",
- "drilldown" : "Gustavo Chaves"
- },
- {
- "drilldown" : "Mark Senn",
- "name" : "#12: Mark Senn",
- "y" : 26
- },
- {
- "y" : 24,
- "name" : "#13: Arne Sommer",
- "drilldown" : "Arne Sommer"
- },
- {
- "y" : 24,
- "drilldown" : "Kian-Meng Ang",
- "name" : "#14: Kian-Meng Ang"
- },
- {
- "y" : 20,
- "name" : "#15: Andrezgz",
- "drilldown" : "Andrezgz"
- },
- {
- "y" : 20,
- "drilldown" : "Athanasius",
- "name" : "#16: Athanasius"
- },
- {
- "y" : 20,
- "drilldown" : "Doug Schrag",
- "name" : "#17: Doug Schrag"
- },
- {
- "drilldown" : "Francis Whittle",
- "name" : "#18: Francis Whittle",
- "y" : 18
- },
- {
- "drilldown" : "Duncan C. White",
- "name" : "#19: Duncan C. White",
- "y" : 16
- },
- {
- "y" : 16,
- "name" : "#20: Robert Gratza",
- "drilldown" : "Robert Gratza"
- },
- {
- "y" : 14,
- "drilldown" : "John Barrett",
- "name" : "#21: John Barrett"
- },
- {
- "name" : "#22: Daniel Mantovani",
- "drilldown" : "Daniel Mantovani",
- "y" : 12
- },
- {
- "drilldown" : "Philippe Bruhat",
- "name" : "#23: Philippe Bruhat",
- "y" : 12
- },
- {
- "y" : 12,
- "name" : "#24: Sergio Iglesias",
- "drilldown" : "Sergio Iglesias"
- },
- {
- "y" : 10,
- "drilldown" : "Khalid",
- "name" : "#25: Khalid"
- },
- {
- "y" : 10,
- "drilldown" : "Steve Rogerson",
- "name" : "#26: Steve Rogerson"
- },
- {
- "y" : 10,
- "name" : "#27: Veesh Goldman",
- "drilldown" : "Veesh Goldman"
- },
- {
- "y" : 8,
- "name" : "#28: Alex Daniel",
- "drilldown" : "Alex Daniel"
- },
- {
- "drilldown" : "Arpad Toth",
- "name" : "#29: Arpad Toth",
- "y" : 8
- },
- {
- "drilldown" : "Bob Kleemann",
- "name" : "#30: Bob Kleemann",
- "y" : 8
- },
- {
- "drilldown" : "Chenyf",
- "name" : "#31: Chenyf",
- "y" : 8
- },
- {
- "y" : 8,
- "drilldown" : "David Kayal",
- "name" : "#32: David Kayal"
- },
- {
- "drilldown" : "Jaime Corchado",
- "name" : "#33: Jaime Corchado",
- "y" : 8
- },
- {
- "y" : 8,
- "drilldown" : "Matt Latusek",
- "name" : "#34: Matt Latusek"
- },
- {
- "y" : 8,
- "drilldown" : "Maxim Kolodyazhny",
- "name" : "#35: Maxim Kolodyazhny"
- },
- {
- "y" : 8,
- "name" : "#36: Ozzy",
- "drilldown" : "Ozzy"
- },
- {
- "y" : 8,
- "name" : "#37: Simon Reinhardt",
- "drilldown" : "Simon Reinhardt"
- },
- {
- "drilldown" : "Steven Wilson",
- "name" : "#38: Steven Wilson",
- "y" : 8
- },
- {
- "y" : 8,
- "drilldown" : "Tim Smith",
- "name" : "#39: Tim Smith"
- },
- {
- "drilldown" : "Ailbhe Tweedie",
- "name" : "#40: Ailbhe Tweedie",
- "y" : 6
- },
- {
- "y" : 6,
- "drilldown" : "Dave Cross",
- "name" : "#41: Dave Cross"
- },
- {
- "name" : "#42: Dave Jacoby",
- "drilldown" : "Dave Jacoby",
- "y" : 6
- },
- {
- "y" : 6,
- "drilldown" : "E. Choroba",
- "name" : "#43: E. Choroba"
- },
- {
- "drilldown" : "Freddie B",
- "name" : "#44: Freddie B",
- "y" : 6
- },
- {
- "y" : 6,
- "drilldown" : "Jeremy Carman",
- "name" : "#45: Jeremy Carman"
- },
- {
- "drilldown" : "Kivanc Yazan",
- "name" : "#46: Kivanc Yazan",
- "y" : 6
- },
- {
- "y" : 6,
- "drilldown" : "Neil Bowers",
- "name" : "#47: Neil Bowers"
- },
- {
- "y" : 6,
- "name" : "#48: Pete Houston",
- "drilldown" : "Pete Houston"
- },
- {
- "drilldown" : "Sean Meininger",
- "name" : "#49: Sean Meininger",
- "y" : 6
- },
- {
- "drilldown" : "Abigail",
- "name" : "#50: Abigail",
- "y" : 4
- }
- ],
- "colorByPoint" : "true"
- }
- ],
"drilldown" : {
"series" : [
{
"data" : [
[
- "Perl 5",
+ "Perl 6",
12
],
[
@@ -290,7 +12,7 @@
1
],
[
- "Perl 6",
+ "Perl 5",
12
]
],
@@ -298,7 +20,6 @@
"name" : "Joelle Maslak"
},
{
- "name" : "Laurent Rosenfeld",
"data" : [
[
"Perl 5",
@@ -313,43 +34,44 @@
9
]
],
+ "name" : "Laurent Rosenfeld",
"id" : "Laurent Rosenfeld"
},
{
- "name" : "Jaldhar H. Vyas",
"data" : [
[
- "Perl 5",
+ "Perl 6",
10
],
[
- "Perl 6",
+ "Perl 5",
10
]
],
- "id" : "Jaldhar H. Vyas"
+ "id" : "Jaldhar H. Vyas",
+ "name" : "Jaldhar H. Vyas"
},
{
- "name" : "Simon Proctor",
"data" : [
[
- "Perl 5",
- 4
+ "Perl 6",
+ 11
],
[
"Blog",
4
],
[
- "Perl 6",
- 11
+ "Perl 5",
+ 4
]
],
- "id" : "Simon Proctor"
+ "id" : "Simon Proctor",
+ "name" : "Simon Proctor"
},
{
- "name" : "Dr James A. Smith",
"id" : "Dr James A. Smith",
+ "name" : "Dr James A. Smith",
"data" : [
[
"Perl 6",
@@ -363,25 +85,23 @@
},
{
"name" : "Jo Christian Oterhals",
+ "id" : "Jo Christian Oterhals",
"data" : [
[
- "Perl 5",
- 6
- ],
- [
"Perl 6",
8
],
[
"Blog",
4
+ ],
+ [
+ "Perl 5",
+ 6
]
- ],
- "id" : "Jo Christian Oterhals"
+ ]
},
{
- "name" : "Nick Logan",
- "id" : "Nick Logan",
"data" : [
[
"Perl 5",
@@ -391,11 +111,11 @@
"Perl 6",
8
]
- ]
+ ],
+ "name" : "Nick Logan",
+ "id" : "Nick Logan"
},
{
- "name" : "Ruben Westerberg",
- "id" : "Ruben Westerberg",
"data" : [
[
"Perl 5",
@@ -405,21 +125,23 @@
"Perl 6",
8
]
- ]
+ ],
+ "id" : "Ruben Westerberg",
+ "name" : "Ruben Westerberg"
},
{
"name" : "Adam Russell",
+ "id" : "Adam Russell",
"data" : [
[
- "Perl 5",
- 10
- ],
- [
"Blog",
5
+ ],
+ [
+ "Perl 5",
+ 10
]
- ],
- "id" : "Adam Russell"
+ ]
},
{
"data" : [
@@ -432,25 +154,26 @@
4
]
],
- "id" : "Lars Balker",
- "name" : "Lars Balker"
+ "name" : "Lars Balker",
+ "id" : "Lars Balker"
},
{
- "id" : "Gustavo Chaves",
"data" : [
[
- "Blog",
- 4
- ],
- [
"Perl 5",
9
+ ],
+ [
+ "Blog",
+ 4
]
],
- "name" : "Gustavo Chaves"
+ "name" : "Gustavo Chaves",
+ "id" : "Gustavo Chaves"
},
{
"id" : "Mark Senn",
+ "name" : "Mark Senn",
"data" : [
[
"Perl 6",
@@ -460,8 +183,7 @@
"Blog",
3
]
- ],
- "name" : "Mark Senn"
+ ]
},
{
"name" : "Arne Sommer",
@@ -478,75 +200,76 @@
]
},
{
- "name" : "Kian-Meng Ang",
- "id" : "Kian-Meng Ang",
"data" : [
[
"Perl 5",
- 8
- ],
- [
- "Blog",
- 4
+ 12
]
- ]
+ ],
+ "name" : "Athanasius",
+ "id" : "Athanasius"
},
{
- "id" : "Andrezgz",
+ "id" : "Kian-Meng Ang",
+ "name" : "Kian-Meng Ang",
"data" : [
[
+ "Blog",
+ 4
+ ],
+ [
"Perl 5",
- 10
+ 8
]
- ],
- "name" : "Andrezgz"
+ ]
},
{
+ "name" : "Andrezgz",
+ "id" : "Andrezgz",
"data" : [
[
"Perl 5",
10
]
- ],
- "id" : "Athanasius",
- "name" : "Athanasius"
+ ]
},
{
+ "name" : "Doug Schrag",
"id" : "Doug Schrag",
"data" : [
[
"Perl 6",
10
]
- ],
- "name" : "Doug Schrag"
+ ]
},
{
- "name" : "Francis Whittle",
- "id" : "Francis Whittle",
"data" : [
[
- "Perl 6",
- 6
- ],
- [
"Blog",
3
+ ],
+ [
+ "Perl 6",
+ 6
]
- ]
+ ],
+ "name" : "Francis Whittle",
+ "id" : "Francis Whittle"
},
{
- "name" : "Duncan C. White",
- "id" : "Duncan C. White",
"data" : [
[
"Perl 5",
8
]
- ]
+ ],
+ "name" : "Duncan C. White",
+ "id" : "Duncan C. White"
},
{
"name" : "Robert Gratza",
+ "id" : "Robert Gratza",
"data" : [
[
"Perl 6",
@@ -556,18 +279,17 @@
"Perl 5",
2
]
- ],
- "id" : "Robert Gratza"
+ ]
},
{
+ "name" : "John Barrett",
+ "id" : "John Barrett",
"data" : [
[
"Perl 5",
7
]
- ],
- "id" : "John Barrett",
- "name" : "John Barrett"
+ ]
},
{
"name" : "Daniel Mantovani",
@@ -580,6 +302,7 @@
]
},
{
+ "id" : "Philippe Bruhat",
"name" : "Philippe Bruhat",
"data" : [
[
@@ -590,22 +313,19 @@
"Perl 5",
4
]
- ],
- "id" : "Philippe Bruhat"
+ ]
},
{
- "name" : "Sergio Iglesias",
"data" : [
[
"Perl 5",
6
]
],
- "id" : "Sergio Iglesias"
+ "id" : "Sergio Iglesias",
+ "name" : "Sergio Iglesias"
},
{
- "name" : "Khalid",
- "id" : "Khalid",
"data" : [
[
"Perl 5",
@@ -615,7 +335,9 @@
"Blog",
1
]
- ]
+ ],
+ "name" : "Khalid",
+ "id" : "Khalid"
},
{
"data" : [
@@ -632,54 +354,54 @@
"name" : "Steve Rogerson"
},
{
+ "id" : "Veesh Goldman",
"name" : "Veesh Goldman",
"data" : [
[
"Perl 5",
5
]
- ],
- "id" : "Veesh Goldman"
+ ]
},
{
- "name" : "Alex Daniel",
- "id" : "Alex Daniel",
"data" : [
[
"Perl 6",
4
]
- ]
+ ],
+ "name" : "Alex Daniel",
+ "id" : "Alex Daniel"
},
{
- "name" : "Arpad Toth",
- "id" : "Arpad Toth",
"data" : [
[
"Perl 5",
4
]
- ]
+ ],
+ "name" : "Arpad Toth",
+ "id" : "Arpad Toth"
},
{
- "id" : "Bob Kleemann",
"data" : [
[
"Perl 5",
4
]
],
- "name" : "Bob Kleemann"
+ "name" : "Bob Kleemann",
+ "id" : "Bob Kleemann"
},
{
+ "id" : "Chenyf",
+ "name" : "Chenyf",
"data" : [
[
"Perl 6",
4
]
- ],
- "id" : "Chenyf",
- "name" : "Chenyf"
+ ]
},
{
"name" : "David Kayal",
@@ -693,33 +415,33 @@
},
{
"id" : "Jaime Corchado",
+ "name" : "Jaime Corchado",
"data" : [
[
"Perl 5",
4
]
- ],
- "name" : "Jaime Corchado"
+ ]
},
{
- "name" : "Matt Latusek",
"data" : [
[
"Perl 5",
4
]
],
- "id" : "Matt Latusek"
+ "id" : "Matt Latusek",
+ "name" : "Matt Latusek"
},
{
"name" : "Maxim Kolodyazhny",
+ "id" : "Maxim Kolodyazhny",
"data" : [
[
"Perl 5",