aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-04-29 03:54:04 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-04-29 03:54:04 +0100
commit139e5f886bf93b64f3485acb4fadf8c7f3254456 (patch)
treeed23b94270f0b6b638c691995d533eeacbc27ebb
parente4cc3c149a4c08fe6140c6d0ed8ef8398fca190f (diff)
downloadperlweeklychallenge-club-139e5f886bf93b64f3485acb4fadf8c7f3254456.tar.gz
perlweeklychallenge-club-139e5f886bf93b64f3485acb4fadf8c7f3254456.tar.bz2
perlweeklychallenge-club-139e5f886bf93b64f3485acb4fadf8c7f3254456.zip
- Added solution in Perl5 by Joelle Maslak.
-rw-r--r--stats/pwc-current.json64
-rw-r--r--stats/pwc-language-breakdown.json94
-rw-r--r--stats/pwc-leaders.json474
-rw-r--r--stats/pwc-summary-1-30.json54
-rw-r--r--stats/pwc-summary-31-60.json84
-rw-r--r--stats/pwc-summary-61-90.json74
-rw-r--r--stats/pwc-summary.json210
7 files changed, 529 insertions, 525 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index 3fb15e935d..76fa8116a3 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,63 +1,67 @@
{
- "yAxis" : {
- "title" : {
- "text" : "Total Solutions"
- }
+ "title" : {
+ "text" : "Perl Weekly Challenge - 006"
},
- "chart" : {
- "type" : "column"
+ "subtitle" : {
+ "text" : "[Champions: 1] Last updated at 2019-04-29 02:53:50 GMT"
},
"drilldown" : {
"series" : [
{
- "id" : "Joelle Maslak",
- "name" : "Joelle Maslak",
"data" : [
[
+ "Perl 5",
+ 1
+ ],
+ [
"Perl 6",
1
]
- ]
+ ],
+ "name" : "Joelle Maslak",
+ "id" : "Joelle Maslak"
}
]
},
+ "tooltip" : {
+ "followPointer" : 1,
+ "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/>"
+ },
+ "legend" : {
+ "enabled" : 0
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Solutions"
+ }
+ },
+ "chart" : {
+ "type" : "column"
+ },
"series" : [
{
- "colorByPoint" : 1,
"data" : [
{
- "drilldown" : "Joelle Maslak",
"name" : "Joelle Maslak",
- "y" : 1
+ "y" : 2,
+ "drilldown" : "Joelle Maslak"
}
],
+ "colorByPoint" : 1,
"name" : "Champions"
}
],
- "title" : {
- "text" : "Perl Weekly Challenge - 006"
- },
- "xAxis" : {
- "type" : "category"
- },
"plotOptions" : {
"series" : {
"dataLabels" : {
- "enabled" : 1,
- "format" : "{point.y}"
+ "format" : "{point.y}",
+ "enabled" : 1
},
"borderWidth" : 0
}
},
- "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/>"
- },
- "subtitle" : {
- "text" : "[Champions: 1] Last updated at 2019-04-29 02:44:27 GMT"
- },
- "legend" : {
- "enabled" : 0
+ "xAxis" : {
+ "type" : "category"
}
}
diff --git a/stats/pwc-language-breakdown.json b/stats/pwc-language-breakdown.json
index a5e7f0cadb..766babcd17 100644
--- a/stats/pwc-language-breakdown.json
+++ b/stats/pwc-language-breakdown.json
@@ -2,26 +2,17 @@
"legend" : {
"enabled" : "false"
},
+ "xAxis" : {
+ "type" : "category"
+ },
"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"
- },
- "subtitle" : {
- "text" : "Click the columns to drilldown the language breakdown. Last updated at 2019-04-29 02:46:37 GMT"
- },
- "chart" : {
- "type" : "column"
- },
"drilldown" : {
"series" : [
{
- "id" : "001",
"data" : [
[
"Perl 5",
@@ -32,10 +23,10 @@
37
]
],
+ "id" : "001",
"name" : "001"
},
{
- "id" : "002",
"data" : [
[
"Perl 5",
@@ -46,6 +37,7 @@
32
]
],
+ "id" : "002",
"name" : "002"
},
{
@@ -63,6 +55,7 @@
"name" : "003"
},
{
+ "name" : "004",
"id" : "004",
"data" : [
[
@@ -73,10 +66,11 @@
"Perl 6",
29
]
- ],
- "name" : "004"
+ ]
},
{
+ "name" : "005",
+ "id" : "005",
"data" : [
[
"Perl 5",
@@ -86,57 +80,75 @@
"Perl 6",
22
]
- ],
- "id" : "005",
- "name" : "005"
+ ]
},
{
+ "name" : "006",
+ "id" : "006",
"data" : [
[
"Perl 5",
- 0
+ 1
],
[
"Perl 6",
1
]
- ],
- "id" : "006",
- "name" : "006"
+ ]
}
]
},
+ "plotOptions" : {
+ "series" : {
+ "borderWidth" : 0,
+ "dataLabels" : {
+ "format" : "{point.y}",
+ "enabled" : 1
+ }
+ }
+ },
+ "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>"
+ },
+ "subtitle" : {
+ "text" : "Click the columns to drilldown the language breakdown. Last updated at 2019-04-29 02:53:58 GMT"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Language"
+ },
"series" : [
{
"data" : [
{
- "drilldown" : "001",
+ "y" : 113,
"name" : "#001 [P5=76 P6=37]",
- "y" : 113
+ "drilldown" : "001"
},
{
- "y" : 95,
+ "drilldown" : "002",
"name" : "#002 [P5=63 P6=32]",
- "drilldown" : "002"
+ "y" : 95
},
{
- "drilldown" : "003",
+ "y" : 58,
"name" : "#003 [P5=32 P6=26]",
- "y" : 58
+ "drilldown" : "003"
},
{
- "drilldown" : "004",
"name" : "#004 [P5=46 P6=29]",
+ "drilldown" : "004",
"y" : 75
},
{
+ "y" : 53,
"drilldown" : "005",
- "name" : "#005 [P5=31 P6=22]",
- "y" : 53
+ "name" : "#005 [P5=31 P6=22]"
},
{
- "y" : 1,
- "name" : "#006 [P5=0 P6=1]",
+ "y" : 2,
+ "name" : "#006 [P5=1 P6=1]",
"drilldown" : "006"
}
],
@@ -144,19 +156,7 @@
"colorByPoint" : "true"
}
],
- "plotOptions" : {
- "series" : {
- "borderWidth" : 0,
- "dataLabels" : {
- "format" : "{point.y}",
- "enabled" : 1
- }
- }
- },
- "title" : {
- "text" : "Perl Weekly Challenge Language"
- },
- "xAxis" : {
- "type" : "category"
+ "chart" : {
+ "type" : "column"
}
}
diff --git a/stats/pwc-leaders.json b/stats/pwc-leaders.json
index 9f5356fa02..03ba98c7bc 100644
--- a/stats/pwc-leaders.json
+++ b/stats/pwc-leaders.json
@@ -1,21 +1,9 @@
{
- "title" : {
- "text" : "Perl Weekly Challenge Leaders (TOP 50)"
- },
"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"
},
- "xAxis" : {
- "type" : "category"
- },
- "subtitle" : {
- "text" : "Click the columns to drilldown the score breakdown. Last updated at 2019-04-29 02:44:32 GMT"
- },
- "legend" : {
- "enabled" : "false"
- },
"plotOptions" : {
"series" : {
"borderWidth" : 0,
@@ -25,58 +13,51 @@
}
}
},
- "yAxis" : {
- "title" : {
- "text" : "Total Score"
- }
- },
- "chart" : {
- "type" : "column"
+ "legend" : {
+ "enabled" : "false"
},
"series" : [
{
- "name" : "Perl Weekly Challenge Leaders",
- "colorByPoint" : "true",
"data" : [
{
- "name" : "#1: Laurent Rosenfeld",
"y" : 48,
+ "name" : "#1: Laurent Rosenfeld",
"drilldown" : "Laurent Rosenfeld"
},
{
- "drilldown" : "Joelle Maslak",
- "y" : 44,
- "name" : "#2: Joelle Maslak"
+ "name" : "#2: Joelle Maslak",
+ "y" : 46,
+ "drilldown" : "Joelle Maslak"
},
{
- "drilldown" : "Jaldhar H. Vyas",
"name" : "#3: Jaldhar H. Vyas",
- "y" : 40
+ "y" : 40,
+ "drilldown" : "Jaldhar H. Vyas"
},
{
+ "drilldown" : "Dr James A. Smith",
"y" : 36,
- "name" : "#4: Dr James A. Smith",
- "drilldown" : "Dr James A. Smith"
+ "name" : "#4: Dr James A. Smith"
},
{
+ "drilldown" : "Jo Christian Oterhals",
"name" : "#5: Jo Christian Oterhals",
- "y" : 36,
- "drilldown" : "Jo Christian Oterhals"
+ "y" : 36
},
{
+ "drilldown" : "Simon Proctor",
"y" : 36,
- "name" : "#6: Simon Proctor",
- "drilldown" : "Simon Proctor"
+ "name" : "#6: Simon Proctor"
},
{
- "drilldown" : "Nick Logan",
"name" : "#7: Nick Logan",
- "y" : 32
+ "y" : 32,
+ "drilldown" : "Nick Logan"
},
{
- "drilldown" : "Ruben Westerberg",
+ "y" : 32,
"name" : "#8: Ruben Westerberg",
- "y" : 32
+ "drilldown" : "Ruben Westerberg"
},
{
"name" : "#9: Adam Russell",
@@ -85,48 +66,48 @@
},
{
"drilldown" : "Lars Balker",
- "name" : "#10: Lars Balker",
- "y" : 28
+ "y" : 28,
+ "name" : "#10: Lars Balker"
},
{
"drilldown" : "Mark Senn",
- "name" : "#11: Mark Senn",
- "y" : 26
+ "y" : 26,
+ "name" : "#11: Mark Senn"
},
{
+ "drilldown" : "Arne Sommer",
"y" : 24,
- "name" : "#12: Arne Sommer",
- "drilldown" : "Arne Sommer"
+ "name" : "#12: Arne Sommer"
},
{
- "drilldown" : "Kian-Meng Ang",
"y" : 24,
- "name" : "#13: Kian-Meng Ang"
+ "name" : "#13: Kian-Meng Ang",
+ "drilldown" : "Kian-Meng Ang"
},
{
- "drilldown" : "Gustavo Chaves",
+ "y" : 22,
"name" : "#14: Gustavo Chaves",
- "y" : 22
+ "drilldown" : "Gustavo Chaves"
},
{
- "y" : 20,
"name" : "#15: Andrezgz",
+ "y" : 20,
"drilldown" : "Andrezgz"
},
{
"drilldown" : "Athanasius",
- "name" : "#16: Athanasius",
- "y" : 20
+ "y" : 20,
+ "name" : "#16: Athanasius"
},
{
"drilldown" : "Doug Schrag",
- "name" : "#17: Doug Schrag",
- "y" : 20
+ "y" : 20,
+ "name" : "#17: Doug Schrag"
},
{
+ "drilldown" : "Francis Whittle",
"y" : 18,
- "name" : "#18: Francis Whittle",
- "drilldown" : "Francis Whittle"
+ "name" : "#18: Francis Whittle"
},
{
"drilldown" : "Duncan C. White",
@@ -134,39 +115,39 @@
"y" : 16
},
{
- "drilldown" : "Robert Gratza",
"y" : 16,
- "name" : "#20: Robert Gratza"
+ "name" : "#20: Robert Gratza",
+ "drilldown" : "Robert Gratza"
},
{
- "drilldown" : "John Barrett",
"y" : 14,
- "name" : "#21: John Barrett"
+ "name" : "#21: John Barrett",
+ "drilldown" : "John Barrett"
},
{
"drilldown" : "Daniel Mantovani",
- "name" : "#22: Daniel Mantovani",
- "y" : 12
+ "y" : 12,
+ "name" : "#22: Daniel Mantovani"
},
{
- "y" : 12,
+ "drilldown" : "Philippe Bruhat",
"name" : "#23: Philippe Bruhat",
- "drilldown" : "Philippe Bruhat"
+ "y" : 12
},
{
- "drilldown" : "Sergio Iglesias",
+ "y" : 12,
"name" : "#24: Sergio Iglesias",
- "y" : 12
+ "drilldown" : "Sergio Iglesias"
},
{
- "name" : "#25: Khalid",
+ "drilldown" : "Khalid",
"y" : 10,
- "drilldown" : "Khalid"
+ "name" : "#25: Khalid"
},
{
- "drilldown" : "Steve Rogerson",
"y" : 10,
- "name" : "#26: Steve Rogerson"
+ "name" : "#26: Steve Rogerson",
+ "drilldown" : "Steve Rogerson"
},
{
"y" : 10,
@@ -174,33 +155,33 @@
"drilldown" : "Veesh Goldman"
},
{
- "drilldown" : "Alex Daniel",
+ "name" : "#28: Alex Daniel",
"y" : 8,
- "name" : "#28: Alex Daniel"
+ "drilldown" : "Alex Daniel"
},
{
- "drilldown" : "Arpad Toth",
"name" : "#29: Arpad Toth",
- "y" : 8
+ "y" : 8,
+ "drilldown" : "Arpad Toth"
},
{
"drilldown" : "Bob Kleemann",
- "name" : "#30: Bob Kleemann",
- "y" : 8
+ "y" : 8,
+ "name" : "#30: Bob Kleemann"
},
{
- "drilldown" : "Chenyf",
"y" : 8,
- "name" : "#31: Chenyf"
+ "name" : "#31: Chenyf",
+ "drilldown" : "Chenyf"
},
{
- "y" : 8,
+ "drilldown" : "David Kayal",
"name" : "#32: David Kayal",
- "drilldown" : "David Kayal"
+ "y" : 8
},
{
- "y" : 8,
"name" : "#33: Jaime Corchado",
+ "y" : 8,
"drilldown" : "Jaime Corchado"
},
{
@@ -210,13 +191,13 @@
},
{
"drilldown" : "Maxim Kolodyazhny",
- "name" : "#35: Maxim Kolodyazhny",
- "y" : 8
+ "y" : 8,
+ "name" : "#35: Maxim Kolodyazhny"
},
{
+ "drilldown" : "Ozzy",
"y" : 8,
- "name" : "#36: Ozzy",
- "drilldown" : "Ozzy"
+ "name" : "#36: Ozzy"
},
{
"name" : "#37: Simon Reinhardt",
@@ -229,19 +210,19 @@
"name" : "#38: Steven Wilson"
},
{
- "name" : "#39: Ailbhe Tweedie",
"y" : 6,
+ "name" : "#39: Ailbhe Tweedie",
"drilldown" : "Ailbhe Tweedie"
},
{
+ "drilldown" : "Dave Cross",
"name" : "#40: Dave Cross",
- "y" : 6,
- "drilldown" : "Dave Cross"
+ "y" : 6
},
{
- "y" : 6,
+ "drilldown" : "Dave Jacoby",
"name" : "#41: Dave Jacoby",
- "drilldown" : "Dave Jacoby"
+ "y" : 6
},
{
"name" : "#42: E. Choroba",
@@ -249,126 +230,145 @@
"drilldown" : "E. Choroba"
},
{
- "y" : 6,
+ "drilldown" : "Freddie B",
"name" : "#43: Freddie B",
- "drilldown" : "Freddie B"
+ "y" : 6
},
{
"drilldown" : "Jeremy Carman",
- "name" : "#44: Jeremy Carman",
- "y" : 6
+ "y" : 6,
+ "name" : "#44: Jeremy Carman"
},
{
"drilldown" : "Kivanc Yazan",
- "name" : "#45: Kivanc Yazan",
- "y" : 6
+ "y" : 6,
+ "name" : "#45: Kivanc Yazan"
},
{
+ "drilldown" : "Neil Bowers",
"y" : 6,
- "name" : "#46: Neil Bowers",
- "drilldown" : "Neil Bowers"
+ "name" : "#46: Neil Bowers"
},
{
- "name" : "#47: Pete Houston",
"y" : 6,
+ "name" : "#47: Pete Houston",
"drilldown" : "Pete Houston"
},
{
"drilldown" : "Sean Meininger",
- "name" : "#48: Sean Meininger",
- "y" : 6
+ "y" : 6,
+ "name" : "#48: Sean Meininger"
},
{
- "drilldown" : "Abigail",
"name" : "#49: Abigail",
- "y" : 4
+ "y" : 4,
+ "drilldown" : "Abigail"
},
{
- "drilldown" : "Alicia Bielsa",
+ "name" : "#50: Alicia Bielsa",
"y" : 4,
- "name" : "#50: Alicia Bielsa"
+ "drilldown" : "Alicia Bielsa"
}
- ]
+ ],
+ "name" : "Perl Weekly Challenge Leaders",
+ "colorByPoint" : "true"
}
],
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Score"
+ }
+ },
+ "subtitle" : {
+ "text" : "Click the columns to drilldown the score breakdown. Last updated at 2019-04-29 02:53:56 GMT"
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Leaders (TOP 50)"
+ },
+ "xAxis" : {
+ "type" : "category"
+ },
"drilldown" : {
"series" : [
{
+ "name" : "Laurent Rosenfeld",
"data" : [
[
- "Perl 6",
- 9
+ "Perl 5",
+ 10
],
[
"Blog",
5
],
[
- "Perl 5",
- 10
+ "Perl 6",
+ 9
]
],
- "id" : "Laurent Rosenfeld",
- "name" : "Laurent Rosenfeld"
+ "id" : "Laurent Rosenfeld"
},
{
+ "name" : "Joelle Maslak",
"data" : [
[
- "Perl 5",
- 10
- ],
- [
"Blog",
1
],
[
+ "Perl 5",
+ 11
+ ],
+ [
"Perl 6",
11
]
],
- "id" : "Joelle Maslak",
- "name" : "Joelle Maslak"
+ "id" : "Joelle Maslak"
},
{
- "name" : "Jaldhar H. Vyas",
+ "id" : "Jaldhar H. Vyas",
"data" : [
[
- "Perl 5",
+ "Perl 6",
10
],
[
- "Perl 6",
+ "Perl 5",
10
]
],
- "id" : "Jaldhar H. Vyas"
+ "name" : "Jaldhar H. Vyas"
},
{
- "name" : "Dr James A. Smith",
"id" : "Dr James A. Smith",
"data" : [
[
- "Perl 6",
- 8
- ],
- [
"Perl 5",
10
+ ],
+ [
+ "Perl 6",
+ 8
]
- ]
+ ],
+ "name" : "Dr James A. Smith"
},
{
"name" : "Jo Christian Oterhals",
"data" : [
[
- "Perl 5",
- 6
- ],
- [
"Blog",
4
],
[
+ "Perl 5",
+ 6
+ ],
+ [
"Perl 6",
8
]
@@ -376,81 +376,80 @@
"id" : "Jo Christian Oterhals"
},
{
- "id" : "Simon Proctor",
"data" : [
[
"Blog",
4
],
[
- "Perl 6",
- 10
- ],
- [
"Perl 5",
4
+ ],
+ [
+ "Perl 6",
+ 10
]
],
- "name" : "Simon Proctor"
+ "name" : "Simon Proctor",
+ "id" : "Simon Proctor"
},
{
+ "name" : "Nick Logan",
"data" : [
[
- "Perl 5",
+ "Perl 6",
8
],
[
- "Perl 6",
+ "Perl 5",
8
]
],
- "id" : "Nick Logan",
- "name" : "Nick Logan"
+ "id" : "Nick Logan"
},
{
"id" : "Ruben Westerberg",
+ "name" : "Ruben Westerberg",
"data" : [
[
- "Perl 5",
+ "Perl 6",
8
],
[
- "Perl 6",
+ "Perl 5",
8
]
- ],
- "name" : "Ruben Westerberg"
+ ]
},
{
+ "id" : "Adam Russell",
+ "name" : "Adam Russell",
"data" : [
[
- "Blog",
- 5
- ],
- [
"Perl 5",
10
+ ],
+ [
+ "Blog",
+ 5
]
- ],
- "id" : "Adam Russell",
- "name" : "Adam Russell"
+ ]
},
{
"id" : "Lars Balker",
+ "name" : "Lars Balker",
"data" : [
[
- "Perl 6",
- 4
- ],
- [
"Perl 5",
10
+ ],
+ [
+ "Perl 6",
+ 4
]
- ],
- "name" : "Lars Balker"
+ ]
},
{
- "id" : "Mark Senn",
"data" : [
[
"Blog",
@@ -461,7 +460,8 @@
10
]
],
- "name" : "Mark Senn"
+ "name" : "Mark Senn",
+ "id" : "Mark Senn"
},
{
"data" : [
@@ -474,8 +474,8 @@
8
]
],
- "id" : "Arne Sommer",
- "name" : "Arne Sommer"
+ "name" : "Arne Sommer",
+ "id" : "Arne Sommer"
},
{
"name" : "Kian-Meng Ang",
@@ -492,6 +492,7 @@
"id" : "Kian-Meng Ang"
},
{
+ "id" : "Gustavo Chaves",
"data" : [
[
"Perl 5",
@@ -502,7 +503,6 @@
4
]
],
- "id" : "Gustavo Chaves",
"name" : "Gustavo Chaves"
},
{
@@ -516,26 +516,27 @@
"name" : "Andrezgz"
},
{
- "name" : "Athanasius",
+ "id" : "Athanasius",
"data" : [
[
"Perl 5",
10
]
],
- "id" : "Athanasius"
+ "name" : "Athanasius"
},
{
"id" : "Doug Schrag",
+ "name" : "Doug Schrag",
"data" : [
[
"Perl 6",
10
]
- ],
- "name" : "Doug Schrag"
+ ]
},
{
+ "name" : "Francis Whittle",
"data" : [
[
"Perl 6",
@@ -546,8 +547,7 @@
3
]
],
- "id" : "Francis Whittle",
- "name" : "Francis Whittle"
+ "id" : "Francis Whittle"
},
{
"data" : [
@@ -556,8 +556,8 @@
8
]
],
- "id" : "Duncan C. White",
- "name" : "Duncan C. White"
+ "name" : "Duncan C. White",
+ "id" : "Duncan C. White"
},
{
"name" : "Robert Gratza",
@@ -580,59 +580,60 @@
7
]
],
- "id" : "John Barrett",
- "name" : "John Barrett"
+ "name" : "John Barrett",
+ "id" : "John Barrett"
},
{
+ "id" : "Daniel Mantovani",
"data" : [
[
"Perl 5",
6
]
],
- "id" : "Daniel Mantovani",
"name" : "Daniel Mantovani"
},
{
- "id" : "Philippe Bruhat",
+ "name" : "Philippe Bruhat",
"data" : [
[
- "Perl 5",
- 4
- ],
- [
"Blog",
2
+ ],
+ [
+ "Perl 5",
+ 4
]
],
- "name" : "Philippe Bruhat"
+ "id" : "Philippe Bruhat"
},
{
"id" : "Sergio Iglesias",
+ "name" : "Sergio Iglesias",
"data" : [
[
"Perl 5",
6
]
- ],
- "name" : "Sergio Iglesias"
+ ]
},
{
- "name" : "Khalid",
"id" : "Khalid",
+ "name" : "Khalid",
"data" : [
[
- "Perl 5",
- 4
- ],
- [
"Blog",
1
+ ],
+ [
+ "Perl 5",
+ 4
]
]
},
{
"id" : "Steve Rogerson",
+ "name" : "Steve Rogerson",
"data" : [
[
"Perl 6",
@@ -642,12 +643,11 @@
"Perl 5",
3
]
- ],
- "name" : "Steve Rogerson"
+ ]
},
{
- "name" : "Veesh Goldman",
"id" : "Veesh Goldman",
+ "name" : "Veesh Goldman",
"data" : [
[
"Perl 5",
@@ -656,58 +656,58 @@
]
},
{
+ "id" : "Alex Daniel",
"name" : "Alex Daniel",
"data" : [
[
"Perl 6",
4
]
- ],
- "id" : "Alex Daniel"
+ ]
},
{
- "id" : "Arpad Toth",
"data" : [
[
"Perl 5",
4
]
],
- "name" : "Arpad Toth"
+ "name" : "Arpad Toth",
+ "id" : "Arpad Toth"
},
{
- "name" : "Bob Kleemann",
+ "id" : "Bob Kleemann",
"data" : [
[
"Perl 5",
4
]
],
- "id" : "Bob Kleemann"
+ "name" : "Bob Kleemann"
},
{
+ "id" : "Chenyf",
"name" : "Chenyf",
"data" : [
[
"Perl 6",
4
]
- ],
- "id" : "Chenyf"
+ ]
},
{
- "name" : "David Kayal",
+ "id" : "David Kayal",
"data" : [
[
"Perl 5",
4
]
],
-