aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-06-07 15:38:07 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-06-07 15:38:07 +0100
commitccbd2682b031809d75444023e49fb1f743120b78 (patch)
tree328e655132e7c067dc6d1d988551e62d6f124419
parente3d46091fdb8bf0c49294bf8a6d6d94502ed1be7 (diff)
downloadperlweeklychallenge-club-ccbd2682b031809d75444023e49fb1f743120b78.tar.gz
perlweeklychallenge-club-ccbd2682b031809d75444023e49fb1f743120b78.tar.bz2
perlweeklychallenge-club-ccbd2682b031809d75444023e49fb1f743120b78.zip
- Added solution by Jo Christian Oterhals.
-rw-r--r--challenge-011/jo-christian-oterhals/perl6/ch-1.sh1
-rw-r--r--stats/pwc-current.json159
-rw-r--r--stats/pwc-language-breakdown-summary.json66
-rw-r--r--stats/pwc-language-breakdown.json130
-rw-r--r--stats/pwc-leaders.json852
-rw-r--r--stats/pwc-summary-1-30.json122
-rw-r--r--stats/pwc-summary-31-60.json110
-rw-r--r--stats/pwc-summary-61-90.json96
-rw-r--r--stats/pwc-summary.json232
9 files changed, 892 insertions, 876 deletions
diff --git a/challenge-011/jo-christian-oterhals/perl6/ch-1.sh b/challenge-011/jo-christian-oterhals/perl6/ch-1.sh
new file mode 100644
index 0000000000..46451905ba
--- /dev/null
+++ b/challenge-011/jo-christian-oterhals/perl6/ch-1.sh
@@ -0,0 +1 @@
+perl6 -e 'sub MAIN($a, $b) { say "Equal point: " ~ ( $b - $a == 100 ?? "None" !! $a / (1 - (($b - $a) / 100))) }' 32 212
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index b97667bb0d..eea8f719f5 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,34 +1,27 @@
{
- "legend" : {
- "enabled" : 0
- },
- "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/>"
- },
"series" : [
{
+ "colorByPoint" : 1,
"data" : [
{
- "y" : 2,
+ "name" : "Aaron Sherman",
"drilldown" : "Aaron Sherman",
- "name" : "Aaron Sherman"
+ "y" : 2
},
{
- "drilldown" : "Alicia Bielsa",
"name" : "Alicia Bielsa",
+ "drilldown" : "Alicia Bielsa",
"y" : 2
},
{
+ "y" : 2,
"name" : "Andrezgz",
- "drilldown" : "Andrezgz",
- "y" : 2
+ "drilldown" : "Andrezgz"
},
{
- "y" : 2,
"name" : "Dave Jacoby",
- "drilldown" : "Dave Jacoby"
+ "drilldown" : "Dave Jacoby",
+ "y" : 2
},
{
"y" : 2,
@@ -36,9 +29,9 @@
"name" : "E. Choroba"
},
{
- "y" : 2,
"name" : "Francis Whittle",
- "drilldown" : "Francis Whittle"
+ "drilldown" : "Francis Whittle",
+ "y" : 2
},
{
"y" : 2,
@@ -46,14 +39,19 @@
"drilldown" : "Gustavo Chaves"
},
{
- "y" : 6,
+ "name" : "Jo Christian Oterhals",
+ "drilldown" : "Jo Christian Oterhals",
+ "y" : 1
+ },
+ {
+ "name" : "Joelle Maslak",
"drilldown" : "Joelle Maslak",
- "name" : "Joelle Maslak"
+ "y" : 6
},
{
- "y" : 2,
"name" : "Khalid",
- "drilldown" : "Khalid"
+ "drilldown" : "Khalid",
+ "y" : 2
},
{
"name" : "Kivanc Yazan",
@@ -61,8 +59,8 @@
"y" : 2
},
{
- "drilldown" : "Laurent Rosenfeld",
"name" : "Laurent Rosenfeld",
+ "drilldown" : "Laurent Rosenfeld",
"y" : 4
},
{
@@ -76,39 +74,61 @@
"y" : 1
},
{
+ "y" : 2,
"drilldown" : "Simon Proctor",
- "name" : "Simon Proctor",
- "y" : 2
+ "name" : "Simon Proctor"
},
{
- "y" : 3,
"name" : "Steven Wilson",
- "drilldown" : "Steven Wilson"
+ "drilldown" : "Steven Wilson",
+ "y" : 3
},
{
- "y" : 2,
"name" : "Yozen Hernandez",
- "drilldown" : "Yozen Hernandez"
+ "drilldown" : "Yozen Hernandez",
+ "y" : 2
}
],
- "colorByPoint" : 1,
"name" : "Champions"
}
],
+ "xAxis" : {
+ "type" : "category"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge - 011"
+ },
+ "chart" : {
+ "type" : "column"
+ },
"subtitle" : {
- "text" : "[Champions: 16] Last updated at 2019-06-07 10:20:06 GMT"
+ "text" : "[Champions: 17] Last updated at 2019-06-07 14:36:29 GMT"
+ },
+ "plotOptions" : {
+ "series" : {
+ "dataLabels" : {
+ "format" : "{point.y}",
+ "enabled" : 1
+ },
+ "borderWidth" : 0
+ }
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Solutions"
+ }
},
"drilldown" : {
"series" : [
{
- "id" : "Aaron Sherman",
+ "name" : "Aaron Sherman",
"data" : [
[
"Perl 6",
2
]
],
- "name" : "Aaron Sherman"
+ "id" : "Aaron Sherman"
},
{
"data" : [
@@ -121,43 +141,43 @@
"name" : "Alicia Bielsa"
},
{
+ "name" : "Andrezgz",
"id" : "Andrezgz",
"data" : [
[
"Perl 5",
2
]
- ],
- "name" : "Andrezgz"
+ ]
},
{
- "name" : "Dave Jacoby",
- "id" : "Dave Jacoby",
"data" : [
[
"Perl 5",
2
]
- ]
+ ],
+ "id" : "Dave Jacoby",
+ "name" : "Dave Jacoby"
},
{
- "name" : "E. Choroba",
"data" : [
[
"Perl 5",
2
]
],
- "id" : "E. Choroba"
+ "id" : "E. Choroba",
+ "name" : "E. Choroba"
},
{
- "id" : "Francis Whittle",
"data" : [
[
"Perl 6",
2
]
],
+ "id" : "Francis Whittle",
"name" : "Francis Whittle"
},
{
@@ -171,6 +191,16 @@
"name" : "Gustavo Chaves"
},
{
+ "name" : "Jo Christian Oterhals",
+ "id" : "Jo Christian Oterhals",
+ "data" : [
+ [
+ "Perl 6",
+ 1
+ ]
+ ]
+ },
+ {
"id" : "Joelle Maslak",
"data" : [
[
@@ -196,16 +226,15 @@
},
{
"name" : "Kivanc Yazan",
- "id" : "Kivanc Yazan",
"data" : [
[
"Perl 5",
2
]
- ]
+ ],
+ "id" : "Kivanc Yazan"
},
{
- "id" : "Laurent Rosenfeld",
"data" : [
[
"Perl 5",
@@ -216,37 +245,38 @@
2
]
],
+ "id" : "Laurent Rosenfeld",
"name" : "Laurent Rosenfeld"
},
{
+ "name" : "Maxim Nechaev",
+ "id" : "Maxim Nechaev",
"data" : [
[
"Perl 5",
2
]
- ],
- "id" : "Maxim Nechaev",
- "name" : "Maxim Nechaev"
+ ]
},
{
+ "name" : "Pete Houston",
"id" : "Pete Houston",
"data" : [
[
"Perl 5",
1
]
- ],
- "name" : "Pete Houston"
+ ]
},
{
- "id" : "Simon Proctor",
+ "name" : "Simon Proctor",
"data" : [
[
"Perl 6",
2
]
],
- "name" : "Simon Proctor"
+ "id" : "Simon Proctor"
},
{
"name" : "Steven Wilson",
@@ -259,38 +289,23 @@
"id" : "Steven Wilson"
},
{
- "id" : "Yozen Hernandez",
"data" : [
[
"Perl 5",
2
]
],
+ "id" : "Yozen Hernandez",
"name" : "Yozen Hernandez"
}
]
},
- "title" : {
- "text" : "Perl Weekly Challenge - 011"
- },
- "xAxis" : {
- "type" : "category"
- },
- "plotOptions" : {
- "series" : {
- "dataLabels" : {
- "enabled" : 1,
- "format" : "{point.y}"
- },
- "borderWidth" : 0
- }
- },
- "yAxis" : {
- "title" : {
- "text" : "Total Solutions"
- }
+ "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"
+ "legend" : {
+ "enabled" : 0
}
}
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 5a6a093745..1ec5b3a5b8 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,42 +1,21 @@
{
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
- },
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- }
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions - 2019"
- },
- "chart" : {
- "type" : "column"
+ "legend" : {
+ "enabled" : "false"
},
"series" : [
{
"name" : "Contributions",
"dataLabels" : {
- "enabled" : "true",
- "color" : "#FFFFFF",
- "rotation" : -90,
- "y" : 10,
- "align" : "right",
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
},
- "format" : "{point.y:.0f}"
+ "rotation" : -90,
+ "y" : 10,
+ "enabled" : "true",
+ "color" : "#FFFFFF",
+ "format" : "{point.y:.0f}",
+ "align" : "right"
},
"data" : [
[
@@ -49,15 +28,36 @@
],
[
"Perl 6",
- 246
+ 247
]
]
}
],
+ "chart" : {
+ "type" : "column"
+ },
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ }
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
"subtitle" : {
- "text" : "Last updated at 2019-06-07 10:20:24 GMT"
+ "text" : "Last updated at 2019-06-07 14:36:42 GMT"
},
- "legend" : {
- "enabled" : "false"
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions - 2019"
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
}
}
diff --git a/stats/pwc-language-breakdown.json b/stats/pwc-language-breakdown.json
index d5d8e298e4..4594f21396 100644
--- a/stats/pwc-language-breakdown.json
+++ b/stats/pwc-language-breakdown.json
@@ -1,62 +1,57 @@
{
- "subtitle" : {
- "text" : "Click the columns to drilldown the language breakdown. Last updated at 2019-06-07 10:20:24 GMT"
+ "xAxis" : {
+ "type" : "category"
+ },
+ "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/>"
},
"legend" : {
"enabled" : "false"
},
- "plotOptions" : {
- "series" : {
- "dataLabels" : {
- "format" : "{point.y}",
- "enabled" : 1
- },
- "borderWidth" : 0
- }
- },
"series" : [
{
- "name" : "Perl Weekly Challenge Languages",
"data" : [
{
- "y" : 113,
"drilldown" : "001",
+ "y" : 113,
"name" : "#001 [P5=76 P6=37]"
},
{
- "y" : 95,
"drilldown" : "002",
+ "y" : 95,
"name" : "#002 [P5=63 P6=32]"
},
{
+ "name" : "#003 [P5=32 P6=26]",
"y" : 58,
- "drilldown" : "003",
- "name" : "#003 [P5=32 P6=26]"
+ "drilldown" : "003"
},
{
"name" : "#004 [P5=46 P6=29]",
- "drilldown" : "004",
- "y" : 75
+ "y" : 75,
+ "drilldown" : "004"
},
{
+ "drilldown" : "005",
"name" : "#005 [P5=33 P6=22]",
- "y" : 55,
- "drilldown" : "005"
+ "y" : 55
},
{
- "name" : "#006 [P5=27 P6=14]",
"drilldown" : "006",
- "y" : 41
+ "y" : 41,
+ "name" : "#006 [P5=27 P6=14]"
},
{
+ "drilldown" : "007",
"name" : "#007 [P5=26 P6=20]",
- "y" : 46,
- "drilldown" : "007"
+ "y" : 46
},
{
"drilldown" : "008",
- "y" : 56,
- "name" : "#008 [P5=36 P6=20]"
+ "name" : "#008 [P5=36 P6=20]",
+ "y" : 56
},
{
"name" : "#009 [P5=33 P6=18]",
@@ -64,22 +59,28 @@
"drilldown" : "009"
},
{
- "drilldown" : "010",
"y" : 45,
- "name" : "#010 [P5=30 P6=15]"
+ "name" : "#010 [P5=30 P6=15]",
+ "drilldown" : "010"
},
{
- "name" : "#011 [P5=25 P6=13]",
- "drilldown" : "011",
- "y" : 38
+ "name" : "#011 [P5=25 P6=14]",
+ "y" : 39,
+ "drilldown" : "011"
}
],
- "colorByPoint" : "true"
+ "colorByPoint" : "true",
+ "name" : "Perl Weekly Challenge Languages"
}
],
+ "chart" : {
+ "type" : "column"
+ },
"drilldown" : {
"series" : [
{
+ "id" : "001",
+ "name" : "001",
"data" : [
[
"Perl 5",
@@ -89,13 +90,9 @@
"Perl 6",
37
]
- ],
- "name" : "001",
- "id" : "001"
+ ]
},
{
- "id" : "002",
- "name" : "002",
"data" : [
[
"Perl 5",
@@ -105,9 +102,13 @@
"Perl 6",
32
]
- ]
+ ],
+ "name" : "002",
+ "id" : "002"
},
{
+ "id" : "003",
+ "name" : "003",
"data" : [
[
"Perl 5",
@@ -117,13 +118,11 @@
"Perl 6",
26
]
- ],
- "id" : "003",
- "name" : "003"
+ ]
},
{
- "id" : "004",
"name" : "004",
+ "id" : "004",
"data" : [
[
"Perl 5",
@@ -136,6 +135,8 @@
]
},
{
+ "name" : "005",
+ "id" : "005",
"data" : [
[
"Perl 5",
@@ -145,9 +146,7 @@
"Perl 6",
22
]
- ],
- "id" : "005",
- "name" : "005"
+ ]
},
{
"name" : "006",
@@ -178,8 +177,8 @@
]
},
{
- "name" : "008",
"id" : "008",
+ "name" : "008",
"data" : [
[
"Perl 5",
@@ -192,8 +191,6 @@
]
},
{
- "id" : "009",
- "name" : "009",
"data" : [
[
"Perl 5",
@@ -203,7 +200,9 @@
"Perl 6",
18
]
- ]
+ ],
+ "name" : "009",
+ "id" : "009"
},
{
"data" : [
@@ -220,8 +219,6 @@
"id" : "010"
},
{
- "id" : "011",
- "name" : "011",
"data" : [
[
"Perl 5",
@@ -229,29 +226,32 @@
],
[
"Perl 6",
- 13
+ 14
]
- ]
+ ],
+ "name" : "011",
+ "id" : "011"
}
]
},
- "xAxis" : {
- "type" : "category"
- },
- "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/>"
- },
- "title" : {
- "text" : "Perl Weekly Challenge Language"
+ "subtitle" : {
+ "text" : "Click the columns to drilldown the language breakdown. Last updated at 2019-06-07 14:36:42 GMT"
},
- "chart" : {
- "type" : "column"
+ "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 edcd54939c..ba4ed062e1 100644
--- a/stats/pwc-leaders.json
+++ b/stats/pwc-leaders.json
@@ -1,339 +1,58 @@
{
- "yAxis" : {
- "title" : {
- "text" : "Total Score"
- }
- },
- "subtitle" : {
- "text" : "Click the columns to drilldown the score breakdown. Last updated at 2019-06-07 10:20:21 GMT"
- },
- "plotOptions" : {
- "series" : {
- "borderWidth" : 0,
- "dataLabels" : {
- "format" : "{point.y}",
- "enabled" : 1
- }
- }
- },
- "chart" : {
- "type" : "column"
- },
- "title" : {
- "text" : "Perl Weekly Challenge Leaders (TOP 50)"
- },
"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/>"
+ "pointFormat" : "<span style=\"color:{point.color}\">{point.name}</span>: <b>{point.y:f}</b><br/>",
+ "headerFormat" : "<span style=\"font-size:11px\"></span>"
},
- "legend" : {
- "enabled" : "false"
+ "subtitle" : {
+ "text" : "Click the columns to drilldown the score breakdown. Last updated at 2019-06-07 14:36:36 GMT"
},
- "series" : [
- {
- "colorByPoint" : "true",
- "name" : "Perl Weekly Challenge Leaders",
- "data" : [
- {
- "drilldown" : "Laurent Rosenfeld",
- "y" : 112,
- "name" : "#1: Laurent Rosenfeld"
- },
- {
- "drilldown" : "Joelle Maslak",
- "name" : "#2: Joelle Maslak",
- "y" : 110
- },
- {
- "name" : "#3: Jaldhar H. Vyas",
- "y" : 80,
- "drilldown" : "Jaldhar H. Vyas"
- },
- {
- "name" : "#4: Ruben Westerberg",
- "y" : 68,
- "drilldown" : "Ruben Westerberg"
- },
- {
- "drilldown" : "Adam Russell",
- "name" : "#5: Adam Russell",
- "y" : 60
- },
- {
- "drilldown" : "Simon Proctor",
- "name" : "#6: Simon Proctor",
- "y" : 56
- },
- {
- "drilldown" : "Kian-Meng Ang",
- "name" : "#7: Kian-Meng Ang",
- "y" : 54
- },
- {
- "drilldown" : "Arne Sommer",
- "y" : 52,
- "name" : "#8: Arne Sommer"
- },
- {
- "drilldown" : "Gustavo Chaves",
- "name" : "#9: Gustavo Chaves",
- "y" : 46
- },
- {
- "y" : 44,
- "name" : "#10: Dr James A. Smith",
- "drilldown" : "Dr James A. Smith"
- },
- {
- "drilldown" : "Francis Whittle",
- "name" : "#11: Francis Whittle",
- "y" : 44
- },
- {
- "y" : 42,
- "name" : "#12: Andrezgz",
- "drilldown" : "Andrezgz"
- },
- {
- "drilldown" : "Jo Christian Oterhals",
- "y" : 42,
- "name" : "#13: Jo Christian Oterhals"
- },
- {
- "drilldown" : "Athanasius",
- "y" : 40,
- "name" : "#14: Athanasius"
- },
- {
- "y" : 40,
- "name" : "#15: E. Choroba",
- "drilldown" : "E. Choroba"
- },
- {
- "y" : 36,
- "name" : "#16: Dave Jacoby",
- "drilldown" : "Dave Jacoby"
- },
- {
- "y" : 32,
- "name" : "#17: Nick Logan",
- "drilldown" : "Nick Logan"
- },
- {
- "drilldown" : "Daniel Mantovani",
- "y" : 30,
- "name" : "#18: Daniel Mantovani"
- },
- {
- "name" : "#19: Lars Balker",
- "y" : 28,
- "drilldown" : "Lars Balker"
- },
- {
- "drilldown" : "Mark Senn",
- "name" : "#20: Mark Senn",
- "y" : 26
- },
- {
- "drilldown" : "Yozen Hernandez",
- "name" : "#21: Yozen Hernandez",
- "y" : 22
- },
- {
- "drilldown" : "Doug Schrag",
- "name" : "#22: Doug Schrag",
- "y" : 20
- },
- {
- "name" : "#23: Duncan C. White",
- "y" : 20,
- "drilldown" : "Duncan C. White"
- },
- {
- "y" : 20,
- "name" : "#24: Steven Wilson",
- "drilldown" : "Steven Wilson"
- },
- {
- "name" : "#25: Alicia Bielsa",
- "y" : 18,
- "drilldown" : "Alicia Bielsa"
- },
- {
- "y" : 18,
- "name" : "#26: Guillermo Ramos",
- "drilldown" : "Guillermo Ramos"
- },
- {
- "drilldown" : "Maxim Nechaev",
- "name" : "#27: Maxim Nechaev",
- "y" : 18
- },
- {
- "y" : 16,
- "name" : "#28: Robert Gratza",
- "drilldown" : "Robert Gratza"
- },
- {
- "y" : 14,
- "name" : "#29: John Barrett",
- "drilldown" : "John Barrett"
- },
- {
- "name" : "#30: Khalid",
- "y" : 14,
- "drilldown" : "Khalid"
- },
- {
- "drilldown" : "Ozzy",
- "name" : "#31: Ozzy",
- "y" : 14
- },
- {
- "drilldown" : "Kivanc Yazan",
- "y" : 12,
- "name" : "#32: Kivanc Yazan"
- },
- {
- "drilldown" : "Maxim Kolodyazhny",
- "y" : 12,
- "name" : "#33: Maxim Kolodyazhny"
- },
- {
- "name" : "#34: Philippe Bruhat",
- "y" : 12,
- "drilldown" : "Philippe Bruhat"
- },
- {
- "name" : "#35: Sergio Iglesias",
- "y" : 12,
- "drilldown" : "Sergio Iglesias"
- },
- {
- "name" : "#36: Arpad Toth",
- "y" : 10,
- "drilldown" : "Arpad Toth"
- },
- {
- "name" : "#37: Steve Rogerson",
- "y" : 10,
- "drilldown" : "Steve Rogerson"
- },
- {
- "drilldown" : "Veesh Goldman",
- "name" : "#38: Veesh Goldman",
- "y" : 10
- },
- {
- "drilldown" : "Alex Daniel",
- "name" : "#39: Alex Daniel",
- "y" : 8
- },
- {
- "drilldown" : "Bob Kleemann",
- "y" : 8,
- "name" : "#40: Bob Kleemann"
- },
- {
- "drilldown" : "Chenyf",
- "name" : "#41: Chenyf",
- "y" : 8
- },
- {
- "y" : 8,
- "name" : "#42: David Kayal",
- "drilldown" : "David Kayal"
- },
- {
- "name" : "#43: Finley",
- "y" : 8,
- "drilldown" : "Finley"
- },
- {
- "drilldown" : "Jaime Corchado",
- "y" : 8,
- "name" : "#44: Jaime Corchado"
- },
- {
- "drilldown" : "Luis F. Uceta",
- "y" : 8,
- "name" : "#45: Luis F. Uceta"
- },
- {
- "drilldown" : "Matt Latusek",
- "y" : 8,
- "name" : "#46: Matt Latusek"
- },
- {
- "y" : 8,
- "name" : "#47: Neil Bowers",
- "drilldown" : "Neil Bowers"
- },
- {
- "y" : 8,
- "name" : "#48: Pete Houston",
- "drilldown" : "Pete Houston"
- },
- {
- "drilldown" : "Simon Reinhardt",
- "y" : 8,
- "name" : "#49: Simon Reinhardt"
- },
- {
- "drilldown" : "Tim Smith",
- "y" : 8,
- "name" : "#50: Tim Smith"
- }
- ]
- }
- ],
"drilldown" : {
"series" : [
{
- "id" : "Laurent Rosenfeld",
"name" : "Laurent Rosenfeld",
+ "id" : "Laurent Rosenfeld",
"data" : [
[
"Blog",
13
],
[
- "Perl 5",
- 22
- ],
- [
"Perl 6",
21
+ ],
+ [
+ "Perl 5",
+ 22
]
]
},
{
+ "id" : "Joelle Maslak",
"data" : [
[
- "Blog",
- 3
- ],
- [
"Perl 5",
26
],
[
"Perl 6",
26
+ ],
+ [
+ "Blog",
+ 3
]
],
- "id" : "Joelle Maslak",
"name" : "Joelle Maslak"
},
{
"data" : [
[
- "Perl 6",
+ "Perl 5",
20
],
[
- "Perl 5",
+ "Perl 6",
20
]
],
@@ -341,18 +60,18 @@
"name" : "Jaldhar H. Vyas"
},
{
- "id" : "Ruben Westerberg",
"name" : "Ruben Westerberg",
"data" : [
[
- "Perl 6",
+ "Perl 5",
17
],
[
- "Perl 5",
+ "Perl 6",
17
]
- ]
+ ],
+ "id" : "Ruben Westerberg"
},
{
"data" : [
@@ -365,58 +84,58 @@
20
]
],
- "name" : "Adam Russell",
- "id" : "Adam Russell"
+ "id" : "Adam Russell",
+ "name" : "Adam Russell"
},