aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xchallenge-282/eric-cheung/python/ch-1.py25
-rwxr-xr-xchallenge-282/eric-cheung/python/ch-2.py8
-rw-r--r--stats/pwc-challenge-281.json707
-rw-r--r--stats/pwc-current.json692
-rw-r--r--stats/pwc-language-breakdown-2019.json284
-rw-r--r--stats/pwc-language-breakdown-2020.json394
-rw-r--r--stats/pwc-language-breakdown-2021.json726
-rw-r--r--stats/pwc-language-breakdown-2022.json392
-rw-r--r--stats/pwc-language-breakdown-2023.json380
-rw-r--r--stats/pwc-language-breakdown-2024.json491
-rw-r--r--stats/pwc-language-breakdown-summary.json74
-rw-r--r--stats/pwc-leaders.json388
-rw-r--r--stats/pwc-summary-1-30.json34
-rw-r--r--stats/pwc-summary-121-150.json40
-rw-r--r--stats/pwc-summary-151-180.json100
-rw-r--r--stats/pwc-summary-181-210.json98
-rw-r--r--stats/pwc-summary-211-240.json106
-rw-r--r--stats/pwc-summary-241-270.json36
-rw-r--r--stats/pwc-summary-271-300.json42
-rw-r--r--stats/pwc-summary-301-330.json42
-rw-r--r--stats/pwc-summary-31-60.json112
-rw-r--r--stats/pwc-summary-61-90.json48
-rw-r--r--stats/pwc-summary-91-120.json114
-rw-r--r--stats/pwc-summary.json670
-rw-r--r--stats/pwc-yearly-language-summary.json86
25 files changed, 3121 insertions, 2968 deletions
diff --git a/challenge-282/eric-cheung/python/ch-1.py b/challenge-282/eric-cheung/python/ch-1.py
new file mode 100755
index 0000000000..ae1092136a
--- /dev/null
+++ b/challenge-282/eric-cheung/python/ch-1.py
@@ -0,0 +1,25 @@
+
+def GetGoodInteger (nFuncInput):
+ strInput = str(nFuncInput)
+
+ if len(strInput) < 3:
+ return "-1"
+
+ if len(strInput) == 3:
+ return (strInput if len(set(strInput)) == 1 else "-1")
+
+ for nIndx in range(len(strInput) - 3):
+
+ bFirstFlag = (True if nIndx == 0 else len(set(strInput[nIndx - 1:nIndx + 3])) > 1)
+ bLastFlag = (True if nIndx == len(strInput) - 2 else len(set(strInput[nIndx:nIndx + 4])) > 1)
+
+ if bFirstFlag and len(set(strInput[nIndx:nIndx + 3])) == 1 and bLastFlag:
+ return strInput[nIndx:nIndx + 3]
+
+ return "-1"
+
+## nInput = 12344456 ## Example 1
+## nInput = 1233334 ## Example 2
+nInput = 10020003 ## Example 3
+
+print (GetGoodInteger(nInput))
diff --git a/challenge-282/eric-cheung/python/ch-2.py b/challenge-282/eric-cheung/python/ch-2.py
new file mode 100755
index 0000000000..9c2845a71f
--- /dev/null
+++ b/challenge-282/eric-cheung/python/ch-2.py
@@ -0,0 +1,8 @@
+
+## strInput = "pPeERrLl" ## Example 1
+## strInput = "rRr" ## Example 2
+strInput = "GoO" ## Example 3
+
+arrCount = [0 if strInput[nIndx].lower() == strInput[nIndx + 1].lower() else 1 for nIndx in range(len(strInput) - 1)]
+
+print (sum(arrCount))
diff --git a/stats/pwc-challenge-281.json b/stats/pwc-challenge-281.json
new file mode 100644
index 0000000000..2edf9fc239
--- /dev/null
+++ b/stats/pwc-challenge-281.json
@@ -0,0 +1,707 @@
+{
+ "drilldown" : {
+ "series" : [
+ {
+ "data" : [
+ [
+ "Perl",
+ 2
+ ],
+ [
+ "Blog",
+ 1
+ ]
+ ],
+ "name" : "Adam Russell",
+ "id" : "Adam Russell"
+ },
+ {
+ "name" : "Alexander Karelas",
+ "id" : "Alexander Karelas",
+ "data" : [
+ [
+ "Perl",
+ 2
+ ]
+ ]
+ },
+ {
+ "data" : [
+ [
+ "Perl",
+ 2
+ ],
+ [
+ "Blog",
+ 1
+ ]
+ ],
+ "name" : "Ali Moradi",
+ "id" : "Ali Moradi"
+ },
+ {
+ "data" : [
+ [
+ "Perl",
+ 2
+ ],
+ [
+ "Blog",
+ 1
+ ]
+ ],
+ "name" : "Andrew Schneider",
+ "id" : "Andrew Schneider"
+ },
+ {
+ "name" : "Arne Sommer",
+ "id" : "Arne Sommer",
+ "data" : [
+ [
+ "Raku",
+ 2
+ ],
+ [
+ "Blog",
+ 1
+ ]
+ ]
+ },
+ {
+ "data" : [
+ [
+ "Perl",
+ 2
+ ],
+ [
+ "Raku",
+ 2
+ ]
+ ],
+ "id" : "Athanasius",
+ "name" : "Athanasius"
+ },
+ {
+ "name" : "BarrOff",
+ "id" : "BarrOff",
+ "data" : [
+ [
+ "Raku",
+ 1
+ ]
+ ]
+ },
+ {
+ "data" : [
+ [
+ "Perl",
+ 2
+ ],
+ [
+ "Blog",
+ 1
+ ]
+ ],
+ "id" : "Bob Lied",
+ "name" : "Bob Lied"
+ },
+ {
+ "name" : "Cheok-Yin Fung",
+ "id" : "Cheok-Yin Fung",
+ "data" : [
+ [
+ "Perl",
+ 2
+ ],
+ [
+ "Blog",
+ 1
+ ]
+ ]
+ },
+ {
+ "data" : [
+ [
+ "Perl",
+ 2
+ ],
+ [
+ "Blog",
+ 1
+ ]
+ ],
+ "id" : "Dave Jacoby",
+ "name" : "Dave Jacoby"
+ },
+ {
+ "data" : [
+ [
+ "Perl",
+ 2
+ ]
+ ],
+ "name" : "David Ferrone",
+ "id" : "David Ferrone"
+ },
+ {
+ "data" : [
+ [
+ "Perl",
+ 2
+ ]
+ ],
+ "name" : "E. Choroba",
+ "id" : "E. Choroba"
+ },
+ {
+ "id" : "Feng Chang",
+ "name" : "Feng Chang",
+ "data" : [
+ [
+ "Raku",
+ 2
+ ]
+ ]
+ },
+ {
+ "id" : "GarciaAutomation",
+ "name" : "GarciaAutomation",
+ "data" : [
+ [
+ "Perl",
+ 2
+ ]
+ ]
+ },
+ {
+ "name" : "Jaldhar H. Vyas",
+ "id" : "Jaldhar H. Vyas",
+ "data" : [
+ [
+ "Perl",
+ 2
+ ],
+ [
+ "Raku",
+ 2
+ ],
+ [
+ "Blog",
+ 1
+ ]
+ ]
+ },
+ {
+ "data" : [
+ [
+ "Raku",
+ 2
+ ]
+ ],
+ "name" : "Jan Krnavek",
+ "id" : "Jan Krnavek"
+ },
+ {
+ "data" : [
+ [
+ "Perl",
+ 2
+ ],
+ [
+ "Blog",
+ 1
+ ]
+ ],
+ "name" : "Jorg Sommrey",
+ "id" : "Jorg Sommrey"
+ },
+ {
+ "name" : "Kjetil Skotheim",
+ "id" : "Kjetil Skotheim",
+ "data" : [
+ [
+ "Perl",
+ 2
+ ]
+ ]
+ },
+ {
+ "name" : "Laurent Rosenfeld",
+ "id" : "Laurent Rosenfeld",
+ "data" : [
+ [
+ "Perl",
+ 2
+ ],
+ [
+ "Raku",
+ 2
+ ],
+ [
+ "Blog",
+ 2
+ ]
+ ]
+ },
+ {
+ "data" : [
+ [
+ "Raku",
+ 2
+ ],
+ [
+ "Blog",
+ 2
+ ]
+ ],
+ "name" : "Luca Ferrari",
+ "id" : "Luca Ferrari"
+ },
+ {
+ "data" : [
+ [
+ "Perl",
+ 2
+ ]
+ ],
+ "id" : "Mariano Ortega",
+ "name" : "Mariano Ortega"
+ },
+ {
+ "data" : [
+ [
+ "Raku",
+ 2
+ ]
+ ],
+ "name" : "Mark Anderson",
+ "id" : "Mark Anderson"
+ },
+ {
+ "data" : [
+ [
+ "Perl",
+ 1
+ ]
+ ],
+ "id" : "Matthew Neleigh",
+ "name" : "Matthew Neleigh"
+ },
+ {
+ "data" : [
+ [
+ "Perl",
+ 2
+ ],
+ [
+ "Blog",
+ 1
+ ]
+ ],
+ "name" : "Matthias Muth",
+ "id" : "Matthias Muth"
+ },
+ {
+ "id" : "Nelo Tovar",
+ "name" : "Nelo Tovar",
+ "data" : [
+ [
+ "Perl",
+ 1
+ ]
+ ]
+ },
+ {
+ "data" : [
+ [
+ "Perl",
+ 2
+ ],
+ [
+ "Raku",
+ 2
+ ],
+ [
+ "Blog",
+ 1
+ ]
+ ],
+ "name" : "Packy Anderson",
+ "id" : "Packy Anderson"
+ },
+ {
+ "id" : "Peter Campbell Smith",
+ "name" : "Peter Campbell Smith",
+ "data" : [
+ [
+ "Perl",
+ 2
+ ],
+ [
+ "Blog",
+ 1
+ ]
+ ]
+ },
+ {
+ "name" : "Peter Meszaros",
+ "id" : "Peter Meszaros",
+ "data" : [
+ [
+ "Perl",
+ 2
+ ]
+ ]
+ },
+ {
+ "data" : [
+ [
+ "Perl",
+ 2
+ ],
+ [
+ "Blog",
+ 1
+ ]
+ ],
+ "id" : "Reinier Maliepaard",
+ "name" : "Reinier Maliepaard"
+ },
+ {
+ "data" : [
+ [
+ "Perl",
+ 2
+ ],
+ [
+ "Blog",
+ 1
+ ]
+ ],
+ "name" : "Robbie Hatley",
+ "id" : "Robbie Hatley"
+ },
+ {
+ "data" : [
+ [
+ "Raku",
+ 2
+ ]
+ ],
+ "id" : "Robert Ransbottom",
+ "name" : "Robert Ransbottom"
+ },
+ {
+ "data" : [
+ [
+ "Perl",
+ 2
+ ],
+ [
+ "Raku",
+ 2
+ ],
+ [
+ "Blog",
+ 1
+ ]
+ ],
+ "id" : "Roger Bell_West",
+ "name" : "Roger Bell_West"
+ },
+ {
+ "data" : [
+ [
+ "Perl",
+ 2
+ ],
+ [
+ "Blog",
+ 1
+ ]
+ ],
+ "name" : "Simon Green",
+ "id" : "Simon Green"
+ },
+ {
+ "name" : "Thomas Kohler",
+ "id" : "Thomas Kohler",
+ "data" : [
+ [
+ "Perl",
+ 2
+ ],
+ [
+ "Blog",
+ 2
+ ]
+ ]
+ },
+ {
+ "data" : [
+ [
+ "Perl",
+ 2
+ ],
+ [
+ "Raku",
+ 2
+ ]
+ ],
+ "id" : "Ulrich Rieke",
+ "name" : "Ulrich Rieke"
+ },
+ {
+ "data" : [
+ [
+ "Perl",
+ 2
+ ],
+ [
+ "Blog",
+ 1
+ ]
+ ],
+ "id" : "W. Luis Mochan",
+ "name" : "W. Luis Mochan"
+ },
+ {
+ "data" : [
+ [
+ "Perl",
+ 2
+ ]
+ ],
+ "id" : "Wanderdoc",
+ "name" : "Wanderdoc"
+ }
+ ]
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Solutions"
+ }
+ },
+ "title" : {
+ "text" : "The Weekly Challenge - 281"
+ },
+ "series" : [
+ {
+ "colorByPoint" : 1,
+ "name" : "The Weekly Challenge - 281",
+ "data" : [
+ {
+ "name" : "Adam Russell",
+ "y" : 3,
+ "drilldown" : "Adam Russell"
+ },
+ {
+ "y" : 2,
+ "name" : "Alexander Karelas",
+ "drilldown" : "Alexander Karelas"
+ },
+ {
+ "drilldown" : "Ali Moradi",
+ "y" : 3,
+ "name" : "Ali Moradi"
+ },
+ {
+ "y" : 3,
+ "name" : "Andrew Schneider",
+ "drilldown" : "Andrew Schneider"
+ },
+ {
+ "y" : 3,
+ "name" : "Arne Sommer",
+ "drilldown" : "Arne Sommer"
+ },
+ {
+ "y" : 4,
+ "name" : "Athanasius",
+ "drilldown" : "Athanasius"
+ },
+ {
+ "y" : 1,
+ "name" : "BarrOff",
+ "drilldown" : "BarrOff"
+ },
+ {
+ "y" : 3,
+ "name" : "Bob Lied",
+ "drilldown" : "Bob Lied"
+ },
+ {
+ "name" : "Cheok-Yin Fung",
+ "y" : 3,
+ "drilldown" : "Cheok-Yin Fung"
+ },
+ {
+ "drilldown" : "Dave Jacoby",
+ "name" : "Dave Jacoby",
+ "y" : 3
+ },
+ {
+ "drilldown" : "David Ferrone",
+ "name" : "David Ferrone",
+ "y" : 2
+ },
+ {
+ "y" : 2,
+ "name" : "E. Choroba",
+ "drilldown" : "E. Choroba"
+ },
+ {
+ "drilldown" : "Feng Chang",
+ "y" : 2,
+ "name" : "Feng Chang"
+ },
+ {
+ "y" : 2,
+ "name" : "GarciaAutomation",
+ "drilldown" : "GarciaAutomation"
+ },
+ {
+ "drilldown" : "Jaldhar H. Vyas",
+ "y" : 5,
+ "name" : "Jaldhar H. Vyas"
+ },
+ {
+ "name" : "Jan Krnavek",
+ "y" : 2,
+ "drilldown" : "Jan Krnavek"
+ },
+ {
+ "name" : "Jorg Sommrey",
+ "y" : 3,
+ "drilldown" : "Jorg Sommrey"
+ },
+ {
+ "y" : 2,
+ "name" : "Kjetil Skotheim",
+ "drilldown" : "Kjetil Skotheim"
+ },
+ {
+ "y" : 6,
+ "name" : "Laurent Rosenfeld",
+ "drilldown" : "Laurent Rosenfeld"
+ },
+ {
+ "y" : 4,
+ "name" : "Luca Ferrari",
+ "drilldown" : "Luca Ferrari"
+ },
+ {
+ "drilldown" : "Mariano Ortega",
+ "y" : 2,
+ "name" : "Mariano Ortega"
+ },
+ {
+ "drilldown" : "Mark Anderson",
+ "name" : "Mark Anderson",
+ "y" : 2
+ },
+ {
+ "drilldown" : "Matthew Neleigh",
+ "y" : 1,
+ "name" : "Matthew Neleigh"
+ },
+ {
+ "drilldown" : "Matthias Muth",
+ "y" : 3,
+ "name" : "Matthias Muth"
+ },
+ {
+ "drilldown" : "Nelo Tovar",
+ "name" : "Nelo Tovar",
+ "y" : 1
+ },
+ {
+ "name" : "Packy Anderson",
+ "y" : 5,
+ "drilldown" : "Packy Anderson"
+ },
+ {
+ "y" : 3,
+ "name" : "Peter Campbell Smith",
+ "drilldown" : "Peter Campbell Smith"
+ },
+ {
+ "name" : "Peter Meszaros",
+ "y" : 2,
+ "drilldown" : "Peter Meszaros"
+ },
+ {
+ "drilldown" : "Reinier Maliepaard",
+ "y" : 3,
+ "name" : "Reinier Maliepaard"
+ },
+ {
+ "drilldown" : "Robbie Hatley",
+ "y" : 3,
+ "name" : "Robbie Hatley"
+ },
+ {
+ "drilldown" : "Robert Ransbottom",
+ "y" : 2,
+ "name" : "Robert Ransbottom"
+ },
+ {
+ "drilldown" : "Roger Bell_West",
+ "y" : 5,
+ "name" : "Roger Bell_West"
+ },
+ {
+ "drilldown" : "Simon Green",
+ "name" : "Simon Green",
+ "y" : 3
+ },
+ {
+ "drilldown" : "Thomas Kohler",
+ "name" : "Thomas Kohler",
+ "y" : 4
+ },
+ {
+ "drilldown" : "Ulrich Rieke",
+ "name" : "Ulrich Rieke",
+ "y" : 4
+ },
+ {
+ "y" : 3,
+ "name" : "W. Luis Mochan",
+ "drilldown" : "W. Luis Mochan"
+ },
+ {
+ "y" : 2,
+ "name" : "Wanderdoc",
+ "drilldown" : "Wanderdoc"
+ }
+ ]
+ }
+ ],
+ "tooltip" : {
+ "pointFormat" : "<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/>"
+ },
+ "xAxis" : {
+ "type" : "category"
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "subtitle" : {
+ "text" : "[Champions: 37] Last updated at 2024-08-12 08:50:52 GMT"
+ },
+ "plotOptions" : {
+ "series" : {
+ "borderWidth" : 0,
+ "dataLabels" : {
+ "enabled" : 1,
+ "format" : "{point.y}"
+ }
+ }
+ },
+ "legend" : {
+ "enabled" : 0
+ }
+}
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index 1dbacd6244..38849ac2ab 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,377 +1,58 @@
{
- "xAxis" : {
- "type" : "category"
+ "subtitle" : {
+ "text" : "[Champions: 3] Last updated at 2024-08-12 10:03:42 GMT"
+ },
+ "series" : [
+ {
+ "data" : [
+ {
+ "name" : "Feng Chang",
+ "drilldown" : "Feng Chang",
+ "y" : 2
+ },
+ {
+ "name" : "Mark Anderson",
+ "drilldown" : "Mark Anderson",
+ "y" : 2
+ },
+ {
+ "y" : 3,
+ "drilldown" : "W. Luis Mochan",
+ "name" : "W. Luis Mochan"
+ }
+ ],
+ "name" : "The Weekly Challenge - 282",
+ "colorByPoint" : 1
+ }
+ ],
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Solutions"
+ }
},
"drilldown" : {
"series" : [
{
- "id" : "Adam Russell",
- "data" : [
- [
- "Perl",
- 2
- ],
- [
- "Blog",
- 1
- ]
- ],
- "name" : "Adam Russell"
- },
- {
- "id" : "Alexander Karelas",
- "data" : [
- [
- "Perl",
- 2
- ]
- ],
- "name" : "Alexander Karelas"
- },
- {
- "name" : "Ali Moradi",
- "data" : [
- [
- "Perl",
- 2
- ],
- [
- "Blog",
- 1
- ]
- ],
- "id" : "Ali Moradi"
- },
- {
"data" : [
[
- "Perl",
- 2
- ],
- [
- "Blog",
- 1
- ]
- ],
- "name" : "Andrew Schneider",
- "id" : "Andrew Schneider"
- },
- {
- "data" : [
- [
- "Raku",
- 2
- ],
- [
- "Blog",
- 1
- ]
- ],
- "name" : "Arne Sommer",
- "id" : "Arne Sommer"
- },
- {
- "data" : [
- [
- "Perl",
- 2
- ],
- [
"Raku",
2
]
],
- "name" : "Athanasius",
- "id" : "Athanasius"
- },
- {
- "id" : "BarrOff",
- "name" : "BarrOff",
- "data" : [
- [
- "Raku",
- 1
- ]
- ]
- },
- {
- "id" : "Bob Lied",
- "name" : "Bob Lied",
- "data" : [
- [
- "Perl",
- 2
- ],
- [
- "Blog",
- 1
- ]
- ]
- },
- {
- "id" : "Cheok-Yin Fung",
- "data" : [
- [
- "Perl",
- 2
- ],
- [
- "Blog",
- 1
- ]
- ],
- "name" : "Cheok-Yin Fung"
- },
- {
- "name" : "Dave Jacoby",
- "data" : [
- [
- "Perl",
- 2
- ],
- [
- "Blog",
- 1
- ]
- ],
- "id" : "Dave Jacoby"
- },
- {
- "name" : "David Ferrone",
- "data" : [
- [
- "Perl",
- 2
- ]
- ],
- "id" : "David Ferrone"
- },
- {
- "id" : "E. Choroba",
- "data" : [
- [
- "Perl",
- 2
- ]
- ],
- "name" : "E. Choroba"
- },
- {
"id" : "Feng Chang",
- "data" : [
- [
- "Raku",
- 2
- ]
- ],
"name" : "Feng Chang"
},
{
- "id" : "GarciaAutomation",
- "name" : "GarciaAutomation",
- "data" : [
- [
- "Perl",
- 2
- ]
- ]
- },
- {
- "name" : "Jaldhar H. Vyas",
- "data" : [
- [
- "Perl",
- 2
- ],
- [
- "Raku",
- 2
- ],
- [
- "Blog",
- 1
- ]
- ],
- "id" : "Jaldhar H. Vyas"
- },
- {
- "data" : [
- [
- "Raku",
- 2
- ]
- ],
- "name" : "Jan Krnavek",
- "id" : "Jan Krnavek"
- },
- {
- "data" : [
- [
- "Perl",
- 2
- ],
- [
- "Blog",
- 1
- ]
- ],
- "name" : "Jorg Sommrey",
- "id" : "Jorg Sommrey"
- },
- {
- "data" : [
- [
- "Perl",
- 2
- ]
- ],
- "name" : "Kjetil Skotheim",
- "id" : "Kjetil Skotheim"
- },
- {
- "id" : "Laurent Rosenfeld",
"data" : [
[
- "Perl",
- 2
- ],
- [
"Raku",
2
- ],
- [
- "Blog",
- 2
]
],
- "name" : "Laurent Rosenfeld"
- },
- {
- "id" : "Luca Ferrari",
- "name" : "Luca Ferrari",
- "data" : [
- [
- "Raku",
- 2
- ],
- [
- "Blog",
- 2
- ]
- ]
- },
- {
- "id" : "Mariano Ortega",
- "data" : [
- [
- "Perl",
- 2
- ]
- ],
- "name" : "Mariano Ortega"
- },
- {
"id" : "Mark Anderson",
- "name" : "Mark Anderson",
- "data" : [
- [
- "Raku",
- 2
- ]
- ]
- },
- {
- "id" : "Mat