aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--challenge-012/steven-wilson/perl5/ch-3.pl63
-rw-r--r--stats/pwc-current.json254
-rw-r--r--stats/pwc-language-breakdown-summary.json42
-rw-r--r--stats/pwc-language-breakdown.json142
-rw-r--r--stats/pwc-leaders.json800
-rw-r--r--stats/pwc-summary-1-30.json106
-rw-r--r--stats/pwc-summary-31-60.json30
-rw-r--r--stats/pwc-summary-61-90.json40
-rw-r--r--stats/pwc-summary-91-120.json32
-rw-r--r--stats/pwc-summary.json246
10 files changed, 909 insertions, 846 deletions
diff --git a/challenge-012/steven-wilson/perl5/ch-3.pl b/challenge-012/steven-wilson/perl5/ch-3.pl
new file mode 100644
index 0000000000..2b268866d8
--- /dev/null
+++ b/challenge-012/steven-wilson/perl5/ch-3.pl
@@ -0,0 +1,63 @@
+#!/usr/bin/env perl
+# Author: Steven Wilson
+# Date: 2019-06-16
+# Week: 012
+# Challenge: #3
+#
+# Find out the synonyms of a given word using the Synonyms API. The API
+# challenge is optional but would love to see your solution.
+# https://www.synonyms.com/synonyms_api.php
+# Usage: perl ch-3.pl help
+# Output:
+# ===========================================
+# | HELP |
+# |-------------------------------------------|
+# | the activity of contributing to the |
+# | fulfillment of a need or furtherance of |
+# | an effort or purpose |
+# |===========================================|
+# | SYNONYMS |
+# |-------------------------------------------|
+# | help, service, supporter, assistance, |
+# | attention, financial aid, care, assist, |
+# | helper, economic aid, avail, assistant, |
+# | tending, aid |
+# ===========================================
+
+
+use strict;
+use warnings;
+use feature qw / say /;
+use LWP::Simple;
+use JSON::MaybeXS;
+use YAML::XS 'LoadFile';
+use Perl6::Form;
+
+my $config = LoadFile('stands4.yml');
+my $word = $ARGV[0];
+my $uid = $config->{uid};
+my $tokenid = $config->{token};
+my $api_url
+ = "http://www.stands4.com/services/v2/syno.php?uid=$uid&tokenid=$tokenid&word=$word&format=json";
+
+my $content = get($api_url);
+die "Couldn't get it!" unless defined $content;
+
+my %result = %{decode_json($content)};
+my $definition = $result{"result"}[0]{definition};
+my $synonyms = $result{"result"}[0]{synonyms};
+
+my $text = form ' =========================================== ',
+ '| {<<<<<<<<<} |',
+ uc $word,
+ '|-------------------------------------------|',
+ '| {[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[} |',
+ $definition,
+ '|===========================================|',
+ '| SYNONYMS |',
+ '|-------------------------------------------|',
+ '| {[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[} |',
+ $synonyms,
+ ' =========================================== ';
+
+print $text;
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index 8ce152e15d..80ad1a1660 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,51 +1,77 @@
{
- "chart" : {
- "type" : "column"
+ "xAxis" : {
+ "type" : "category"
+ },
+ "legend" : {
+ "enabled" : 0
+ },
+ "tooltip" : {
+ "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>",
+ "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>",
+ "followPointer" : 1
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Solutions"
+ }
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge - 012"
+ },
+ "plotOptions" : {
+ "series" : {
+ "dataLabels" : {
+ "enabled" : 1,
+ "format" : "{point.y}"
+ },
+ "borderWidth" : 0
+ }
+ },
+ "subtitle" : {
+ "text" : "[Champions: 26] Last updated at 2019-06-16 17:11:47 GMT"
},
"series" : [
{
- "colorByPoint" : 1,
- "name" : "Perl Weekly Challenge - 012",
"data" : [
{
"y" : 2,
- "name" : "Aaron Sherman",
- "drilldown" : "Aaron Sherman"
+ "drilldown" : "Aaron Sherman",
+ "name" : "Aaron Sherman"
},
{
- "name" : "Adam Russell",
+ "drilldown" : "Adam Russell",
"y" : 3,
- "drilldown" : "Adam Russell"
+ "name" : "Adam Russell"
},
{
- "y" : 2,
"name" : "Alicia Bielsa",
+ "y" : 2,
"drilldown" : "Alicia Bielsa"
},
{
+ "drilldown" : "Andrezgz",
"y" : 2,
- "name" : "Andrezgz",
- "drilldown" : "Andrezgz"
+ "name" : "Andrezgz"
},
{
- "drilldown" : "Arne Sommer",
+ "name" : "Arne Sommer",
"y" : 3,
- "name" : "Arne Sommer"
+ "drilldown" : "Arne Sommer"
},
{
- "y" : 5,
"name" : "Athanasius",
- "drilldown" : "Athanasius"
+ "drilldown" : "Athanasius",
+ "y" : 5
},
{
- "drilldown" : "Daniel Mantovani",
"name" : "Daniel Mantovani",
- "y" : 2
+ "y" : 2,
+ "drilldown" : "Daniel Mantovani"
},
{
+ "drilldown" : "Dave Jacoby",
"y" : 4,
- "name" : "Dave Jacoby",
- "drilldown" : "Dave Jacoby"
+ "name" : "Dave Jacoby"
},
{
"name" : "Duncan C. White",
@@ -53,106 +79,113 @@
"drilldown" : "Duncan C. White"
},
{
- "drilldown" : "E. Choroba",
"name" : "E. Choroba",
+ "drilldown" : "E. Choroba",
"y" : 3
},
{
- "drilldown" : "Feng Chang",
"y" : 4,
+ "drilldown" : "Feng Chang",
"name" : "Feng Chang"
},
{
- "name" : "Francis Whittle",
"y" : 3,
- "drilldown" : "Francis Whittle"
+ "drilldown" : "Francis Whittle",
+ "name" : "Francis Whittle"
},
{
"drilldown" : "Gustavo Chaves",
- "name" : "Gustavo Chaves",
- "y" : 2
+ "y" : 2,
+ "name" : "Gustavo Chaves"
},
{
"name" : "Jaime Corchado",
- "y" : 2,
- "drilldown" : "Jaime Corchado"
+ "drilldown" : "Jaime Corchado",
+ "y" : 2
},
{
- "y" : 4,
"name" : "Jaldhar H. Vyas",
+ "y" : 4,
"drilldown" : "Jaldhar H. Vyas"
},
{
- "y" : 7,
"name" : "Joelle Maslak",
- "drilldown" : "Joelle Maslak"
+ "drilldown" : "Joelle Maslak",
+ "y" : 7
},
{
"y" : 2,
- "name" : "Kevin Colyer",
- "drilldown" : "Kevin Colyer"
+ "drilldown" : "Kevin Colyer",
+ "name" : "Kevin Colyer"
},
{
- "name" : "Kian-Meng Ang",
"y" : 2,
- "drilldown" : "Kian-Meng Ang"
+ "drilldown" : "Kian-Meng Ang",
+ "name" : "Kian-Meng Ang"
},
{
- "drilldown" : "Laurent Rosenfeld",
"name" : "Laurent Rosenfeld",
+ "drilldown" : "Laurent Rosenfeld",
"y" : 5
},
{
"y" : 1,
- "name" : "Maxim Nechaev",
- "drilldown" : "Maxim Nechaev"
+ "drilldown" : "Maxim Nechaev",
+ "name" : "Maxim Nechaev"
},
{
+ "name" : "Ozzy",
"drilldown" : "Ozzy",
- "y" : 2,
- "name" : "Ozzy"
+ "y" : 2
},
{
+ "drilldown" : "Rakesh Kumar Shardiwal",
"y" : 2,
- "name" : "Rakesh Kumar Shardiwal",
- "drilldown" : "Rakesh Kumar Shardiwal"
+ "name" : "Rakesh Kumar Shardiwal"
},
{
+ "drilldown" : "Ruben Westerberg",
"y" : 4,
- "name" : "Ruben Westerberg",
- "drilldown" : "Ruben Westerberg"
+ "name" : "Ruben Westerberg"
},
{
- "drilldown" : "Simon Proctor",
+ "name" : "Simon Proctor",
"y" : 2,
- "name" : "Simon Proctor"
+ "drilldown" : "Simon Proctor"
},
{
"name" : "Steven Wilson",
- "y" : 2,
+ "y" : 3,
"drilldown" : "Steven Wilson"
},
{
- "y" : 3,
"name" : "Yozen Hernandez",
+ "y" : 3,
"drilldown" : "Yozen Hernandez"
}
- ]
+ ],
+ "colorByPoint" : 1,
+ "name" : "Perl Weekly Challenge - 012"
}
],
+ "chart" : {
+ "type" : "column"
+ },
"drilldown" : {
"series" : [
{
- "name" : "Aaron Sherman",
"data" : [
[
"Perl 6",
2
]
],
+ "name" : "Aaron Sherman",
"id" : "Aaron Sherman"
},
{
+ "name" : "Adam Russell",
+ "id" : "Adam Russell",
"data" : [
[
"Perl 5",
@@ -162,19 +195,17 @@
"Blog",
1
]
- ],
- "name" : "Adam Russell",
- "id" : "Adam Russell"
+ ]
},
{
- "name" : "Alicia Bielsa",
"data" : [
[
"Perl 5",
2
]
],
- "id" : "Alicia Bielsa"
+ "id" : "Alicia Bielsa",
+ "name" : "Alicia Bielsa"
},
{
"id" : "Andrezgz",
@@ -197,10 +228,11 @@
1
]
],
- "name" : "Arne Sommer",
- "id" : "Arne Sommer"
+ "id" : "Arne Sommer",
+ "name" : "Arne Sommer"
},
{
+ "id" : "Athanasius",
"name" : "Athanasius",
"data" : [
[
@@ -211,22 +243,19 @@
"Perl 6",
2
]
- ],
- "id" : "Athanasius"
+ ]
},
{
- "name" : "Daniel Mantovani",
"data" : [
[
"Perl 5",
2
]
],
- "id" : "Daniel Mantovani"
+ "id" : "Daniel Mantovani",
+ "name" : "Daniel Mantovani"
},
{
- "id" : "Dave Jacoby",
- "name" : "Dave Jacoby",
"data" : [
[
"Perl 5",
@@ -236,20 +265,23 @@
"Blog",
2
]
- ]
+ ],
+ "name" : "Dave Jacoby",
+ "id" : "Dave Jacoby"
},
{
"name" : "Duncan C. White",
+ "id" : "Duncan C. White",
"data" : [
[
"Perl 5",
2
]
- ],
- "id" : "Duncan C. White"
+ ]
},
{
"id" : "E. Choroba",
+ "name" : "E. Choroba",
"data" : [
[
"Perl 5",
@@ -259,10 +291,10 @@
"Blog",
1
]
- ],
- "name" : "E. Choroba"
+ ]
},
{
+ "name" : "Feng Chang",
"id" : "Feng Chang",
"data" : [
[
@@ -273,41 +305,39 @@
"Perl 6",
2
]
- ],
- "name" : "Feng Chang"
+ ]
},
{
- "name" : "Francis Whittle",
"data" : [
[
"Perl 6",
3
]
],
- "id" : "Francis Whittle"
+ "id" : "Francis Whittle",
+ "name" : "Francis Whittle"
},
{
- "name" : "Gustavo Chaves",
"data" : [
[
"Perl 5",
2
]
],
+ "name" : "Gustavo Chaves",
"id" : "Gustavo Chaves"
},
{
- "id" : "Jaime Corchado",
"data" : [
[
"Perl 5",
2
]
],
+ "id" : "Jaime Corchado",
"name" : "Jaime Corchado"
},
{
- "name" : "Jaldhar H. Vyas",
"data" : [
[
"Perl 5",
@@ -318,11 +348,10 @@
2
]
],
+ "name" : "Jaldhar H. Vyas",
"id" : "Jaldhar H. Vyas"
},
{
- "id" : "Joelle Maslak",
- "name" : "Joelle Maslak",
"data" : [
[
"Perl 5",
@@ -336,17 +365,19 @@
"Blog",
1
]
- ]
+ ],
+ "id" : "Joelle Maslak",
+ "name" : "Joelle Maslak"
},
{
- "id" : "Kevin Colyer",
- "name" : "Kevin Colyer",
"data" : [
[
"Perl 6",
2
]
- ]
+ ],
+ "name" : "Kevin Colyer",
+ "id" : "Kevin Colyer"
},
{
"id" : "Kian-Meng Ang",
@@ -359,6 +390,7 @@
]
},
{
+ "id" : "Laurent Rosenfeld",
"name" : "Laurent Rosenfeld",
"data" : [
[
@@ -373,12 +405,11 @@
"Blog",
1
]
- ],
- "id" : "Laurent Rosenfeld"
+ ]
},
{
- "id" : "Maxim Nechaev",
"name" : "Maxim Nechaev",
+ "id" : "Maxim Nechaev",
"data" : [
[
"Perl 5",
@@ -387,18 +418,18 @@
]
},
{
+ "name" : "Ozzy",
"id" : "Ozzy",
"data" : [
[
"Perl 6",
2
]
- ],
- "name" : "Ozzy"
+ ]
},
{
- "id" : "Rakesh Kumar Shardiwal",
"name" : "Rakesh Kumar Shardiwal",
+ "id" : "Rakesh Kumar Shardiwal",
"data" : [
[
"Perl 5",
@@ -407,8 +438,6 @@
]
},
{
- "id" : "Ruben Westerberg",
- "name" : "Ruben Westerberg",
"data" : [
[
"Perl 5",
@@ -418,27 +447,29 @@
"Perl 6",
2
]
- ]
+ ],
+ "name" : "Ruben Westerberg",
+ "id" : "Ruben Westerberg"
},
{
"name" : "Simon Proctor",
+ "id" : "Simon Proctor",
"data" : [
[
"Perl 6",
2
]
- ],
- "id" : "Simon Proctor"
+ ]
},
{
+ "id" : "Steven Wilson",
"name" : "Steven Wilson",
"data" : [
[
"Perl 5",
- 2
+ 3
]
- ],
- "id" : "Steven Wilson"
+ ]
},
{
"data" : [
@@ -451,40 +482,9 @@
1
]
],
- "name" : "Yozen Hernandez",
- "id" : "Yozen Hernandez"
+ "id" : "Yozen Hernandez",
+ "name" : "Yozen Hernandez"
}
]
- },
- "legend" : {
- "enabled" : 0
- },
- "subtitle" : {
- "text" : "[Champions: 26] Last updated at 2019-06-16 17:05:54 GMT"
- },
- "tooltip" : {
- "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>",
- "followPointer" : 1,
- "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>"
- },
- "yAxis" : {
- "title" : {
- "text" : "Total Solutions"
- }
- },
- "xAxis" : {
- "type" : "category"
- },
- "plotOptions" : {
- "series" : {
- "borderWidth" : 0,
- "dataLabels" : {
- "enabled" : 1,
- "format" : "{point.y}"
- }
- }
- },
- "title" : {
- "text" : "Perl Weekly Challenge - 012"
}
}
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index bca40ff926..f3a4810399 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,7 +1,4 @@
{
- "legend" : {
- "enabled" : "false"
- },
"xAxis" : {
"type" : "category",
"labels" : {
@@ -11,21 +8,33 @@
}
}
},
+ "subtitle" : {
+ "text" : "Last updated at 2019-06-16 17:11:57 GMT"
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
"series" : [
{
- "name" : "Contributions",
"dataLabels" : {
- "format" : "{point.y:.0f}",
- "rotation" : -90,
"color" : "#FFFFFF",
+ "enabled" : "true",
+ "align" : "right",
+ "rotation" : -90,
"style" : {
"fontFamily" : "Verdana, sans-serif",
"fontSize" : "13px"
},
- "enabled" : "true",
"y" : 10,
- "align" : "right"
+ "format" : "{point.y:.0f}"
},
+ "name" : "Contributions",
"data" : [
[
"Blog",
@@ -33,7 +42,7 @@
],
[
"Perl 5",
- 488
+ 489
],
[
"Perl 6",
@@ -42,22 +51,13 @@
]
}
],
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions - 2019"
+ },
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
- "subtitle" : {
- "text" : "Last updated at 2019-06-16 17:06:03 GMT"
- },
"chart" : {
"type" : "column"
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions - 2019"
- },
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
}
}
diff --git a/stats/pwc-language-breakdown.json b/stats/pwc-language-breakdown.json
index 13d666bb96..b21ee6f3c1 100644
--- a/stats/pwc-language-breakdown.json
+++ b/stats/pwc-language-breakdown.json
@@ -1,9 +1,20 @@
{
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Solutions"
+ }
+ },
+ "xAxis" : {
+ "type" : "category"
+ },
+ "subtitle" : {
+ "text" : "Click the columns to drilldown the language breakdown. Last updated at 2019-06-16 17:11:57 GMT"
+ },
"drilldown" : {
"series" : [
{
- "name" : "001",
"id" : "001",
+ "name" : "001",
"data" : [
[
"Perl 5",
@@ -34,12 +45,10 @@
9
]
],
- "id" : "002",
- "name" : "002"
+ "name" : "002",
+ "id" : "002"
},
{
- "name" : "003",
- "id" : "003",
"data" : [
[
"Perl 5",
@@ -53,10 +62,11 @@
"Blog",
8
]
- ]
+ ],
+ "id" : "003",
+ "name" : "003"
},
{
- "id" : "004",
"data" : [
[
"Perl 5",
@@ -71,9 +81,12 @@
9
]
],
- "name" : "004"
+ "name" : "004",
+ "id" : "004"
},
{
+ "name" : "005",
+ "id" : "005",
"data" : [
[
"Perl 5",
@@ -87,13 +100,9 @@
"Blog",
11
]
- ],
- "id" : "005",
- "name" : "005"
+ ]
},
{
- "name" : "006",
- "id" : "006",
"data" : [
[
"Perl 5",
@@ -107,9 +116,13 @@
"Blog",
6
]
- ]
+ ],
+ "name" : "006",
+ "id" : "006"
},
{
+ "id" : "007",
+ "name" : "007",
"data" : [
[
"Perl 5",
@@ -123,9 +136,7 @@
"Blog",
8
]
- ],
- "id" : "007",
- "name" : "007"
+ ]
},
{
"name" : "008",
@@ -164,8 +175,6 @@
]
},
{
- "name" : "010",
- "id" : "010",
"data" : [
[
"Perl 5",
@@ -179,7 +188,9 @@
"Blog",
9
]
- ]
+ ],
+ "name" : "010",
+ "id" : "010"
},
{
"data" : [
@@ -201,10 +212,11 @@
},
{
"name" : "012",
+ "id" : "012",
"data" : [
[
"Perl 5",
- 41
+ 42
],
[
"Perl 6",
@@ -214,54 +226,45 @@
"Blog",
8
]
- ],
- "id" : "012"
+ ]
}
]
},
"legend" : {
"enabled" : "false"
},
- "plotOptions" : {
- "series" : {
- "dataLabels" : {
- "enabled" : 1,
- "format" : "{point.y}"
- },
- "borderWidth" : 0
- }
- },
- "yAxis" : {
- "title" : {
- "text" : "Total Solutions"
- }
+ "tooltip" : {
+ "pointFormat" : "<span style=\"color:{point.color}\">Challenge {point.name}</span>: <b>{point.y:f}</b><br/>",
+ "followPointer" : "true",
+ "headerFormat" : "<span style=\"font-size:11px\"></span>"
},
- "title" : {
- "text" : "Perl Weekly Challenge Language"
+ "chart" : {
+ "type" : "column"
},
"series" : [
{
+ "name" : "Perl Weekly Challenge Languages",
"colorByPoint" : "true",
"data" : [
{
+ "name" : "#001",
"y" : 123,
- "drilldown" : "001",
- "name" : "#001"
+ "drilldown" : "001"
},
{
+ "name" : "#002",
"y" : 104,
- "drilldown" : "002",
- "name" : "#002"
+ "drilldown" : "002"
},
{
"drilldown" : "003",
- "name" : "#003",
- "y" : 66
+ "y" : 66,
+ "name" : "#003"
},
{
+ "y" : 84,
"name" : "#004",
- "drilldown" : "004",
- "y" : 84
+ "drilldown" : "004"
},
{
"y" : 66,
@@ -269,24 +272,24 @@
"drilldown" : "005"
},
{
- "y" : 47,
"drilldown" : "006",
+ "y" : 47,
"name" : "#006"
},
{
- "name" : "#007",
"drilldown" : "007",
+ "name" : "#007",
"y" : 54
},
{
- "drilldown" : "008",
+ "y" : 67,
"name" : "#008",
- "y" : 67
+ "drilldown" : "008"
},
{
- "name" : "#009",
"drilldown" : "009",
- "y" : 62
+ "y" : 62,
+ "name" : "#009"
},
{
"drilldown" : "010",
@@ -294,31 +297,28 @@
"y" : 58
},
{
- "y" : 75,
"drilldown" : "011",
- "name" : "#011"
+ "name" : "#011",
+ "y" : 75
},
{
- "y" : 75,
- "drilldown" : "012",
- "name" : "#012"
+ "y" : 76,
+ "name" : "#012",
+ "drilldown" : "012"
}
- ],
- "name" : "Perl Weekly Challenge Languages"
+ ]
}
],
- "subtitle" : {
- "text" : "Click the columns to drilldown the language breakdown. Last updated at 2019-06-16 17:06:03 GMT"
- },
- "tooltip" : {
- "headerFormat" : "<span style=\"font-size:11px\"></span>",
- "pointFormat" : "<span style=\"color:{point.color}\">Challenge {point.name}</span>: <b>{point.y:f}</b><br/>",
- "followPointer" : "true"
- },
- "xAxis" : {
- "type" : "category"
+ "title" : {
+ "text" : "Perl Weekly Challenge Language"
},
- "chart" : {
- "type" : "column"
+ "plotOptions" : {
+ "series" : {
+ "borderWidth" : 0,
+ "dataLabels" : {
+ "format" : "{point.y}",
+ "enabled" : 1
+ }
+ }
}
}
diff --git a/stats/pwc-leaders.json b/stats/pwc-leaders.json
index 7f77dde98d..35fffcae70 100644
--- a/stats/pwc-leaders.json
+++ b/stats/pwc-leaders.json
@@ -1,353 +1,101 @@
{
- "xAxis" : {
- "type" : "category"
- },
- "legend" : {
- "enabled" : "false"
+ "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/>"
},
"subtitle" : {
- "text" : "Click the columns to drilldown the score breakdown. Last updated at 2019-06-16 17:06:00 GMT"
+ "text" : "Click the columns to drilldown the score breakdown. Last updated at 2019-06-16 17:11:54 GMT"
+ },
+ "chart" : {
+ "type" : "column"
},
- "series" : [
- {
- "colorByPoint" : "true",
- "data" : [
- {
- "y" : 124,
- "drilldown" : "Joelle Maslak",
- "name" : "#1: Joelle Maslak"
- },
- {
- "name" : "#2: Laurent Rosenfeld",
- "drilldown" : "Laurent Rosenfeld",
- "y" : 122
- },
- {
- "y" : 96,
- "name" : "#3: Jaldhar H. Vyas",
- "drilldown" : "Jaldhar H. Vyas"
- },
- {
- "drilldown" : "Ruben Westerberg",
- "name" : "#4: Ruben Westerberg",
- "y" : 84
- },
- {
- "drilldown" : "Adam Russell",
- "name" : "#5: Adam Russell",
- "y" : 72
- },
- {
- "y" : 64,
- "name" : "#6: Arne Sommer",
- "drilldown" : "Arne Sommer"
- },
- {
- "y" : 64,
- "drilldown" : "Kian-Meng Ang",
- "name" : "#7: Kian-Meng Ang"
- },
- {
- "y" : 60,
- "drilldown" : "Simon Proctor",
- "name" : "#8: Simon Proctor"
- },
- {
- "y" : 56,
- "drilldown" : "Athanasius",
- "name" : "#9: Athanasius"
- },
- {
- "y" : 50,
- "name" : "#10: Francis Whittle",
- "drilldown" : "Francis Whittle"
- },
- {
- "name" : "#11: Gustavo Chaves",
- "drilldown" : "Gustavo Chaves",
- "y" : 50
- },
- {
- "name" : "#12: E. Choroba",
- "drilldown" : "E. Choroba",
- "y" : 48
- },
- {
- "y" : 48,
- "drilldown" : "Jo Christian Oterhals",
- "name" : "#13: Jo Christian Oterhals"
- },
- {
- "y" : 46,
- "name" : "#14: Andrezgz",
- "drilldown" : "Andrezgz"
- },
- {
- "y" : 44,
- "name" : "#15: Dave Jacoby",
- "drilldown" : "Dave Jacoby"
- },
- {
- "name" : "#16: Dr James A. Smith",
- "drilldown" : "Dr James A. Smith",
- "y" : 44
- },
- {
- "name" : "#17: Daniel Mantovani",
- "drilldown" : "Daniel Mantovani",
- "y" : 36
- },
- {
- "y" : 36,
- "drilldown" : "Duncan C. White",
- "name" : "#18: Duncan C. White"
- },
- {
- "drilldown" : "Nick Logan",
- "name" : "#19: Nick Logan",
- "y" : 32
- },
- {
- "y" : 28,
- "name" : "#20: Lars Balker",
- "drilldown" : "Lars Balker"
- },
-