RECAP - The Weekly Challenge - 076

Monday, Sep 7, 2020| Tags: Perl, Raku

TABLE OF CONTENTS


1. HEADLINES

2. YouTube WEEKLY

3. STAR CONTRIBUTORS

4. CONTRIBUTION STATS

5. GUESTS

6. LANGUAGES

7. CENTURION CLUB

8. DAMIAN CONWAY’s CORNER

9. ANDREW SHITOV’s CORNER

10. PERL SOLUTIONS

11. RAKU SOLUTIONS

12. PERL & RAKU SOLUTIONS


HEADLINES


We have a new member Andinus in the Team PWC. He shared solution to Prime Sum task in Perl. He even shared blog in the first week itself.

Markus Holzer kindly added a small 4x4 grid example and a version of the script with verbose output for me to understand the logic of Word Search task. A very big THANK YOU to Markus Holzer.

   $ cd challenge-076/markus-holzer/raku
   $ perl6 ch-2.explained.raku ch-2.words.small ch-2.board.small

YouTube WEEKLY



Task #1: Prime Sum



STAR CONTRIBUTORS


Following members shared solutions to both tasks in Perl and Raku as well as blogged about it.

1) Colin Crain

2) Javier Luque

3) Mohammad S Anwar

4) Roger Bell_West


CONTRIBUTION STATS


The total contributions in the week is 91. Well done Team PWC. I would also like to thank Raku contributors for catching up.

1) PERL: 47

2) RAKU: 28

3) BLOG: 16


GUESTS


Changes to the guest ranking as compared to last week.

a) Lubos Kolouch moved up to the rank #002.

b) Myoungjin Jeon moved up to the rank #005.

c) Adam Russell moved up to the rank #009.

d) Roger Bell_West moved up to the rank 015.

e) Jonas Berlin moved up to the rank 016.

f) Tyler Wardhaugh moved up to the rank 020.


1) Ulrich Rieke: C++ (22), Haskell (24).

2) Lubos Kolouch: Python (32).

3) Richard Park: APL (32).

4) Walt Mankowski: C (6), C++ (4), Python (18).

5) Myoungjin Jeon: Elm (2), Haskell (11), Lisp (9).

6) User Person: Python (21).

7) Mohammad S Anwar: Java (1), Swift (16).

8) Orestis Zekai: Python (16).

9) Adam Russell: C++ (8), Prolog (5).

10) Wanderdoc: R (12).

11) Cheok-Yin Fung: Java (2), Lisp (6), Python (2).

12) Burkhard Nickels: Python (8).

13) Leo Manfredi: Bash (2), Python (6).

14) Roger Bell_West: Postscript (2), Python (6).

15) Sangeet Kar: Python (8).

16) Jonas Berlin: Rust (7).

17) Shawn Wagner: Java (2), OCaml (1), Tcl (4).

18) Dave Jacoby: HTML (1), Node (3), Rust (2).

19) Shawak: Ruby (6).

20) Tyler Wardhaugh: Clojure (6).

21) Arne Sommer: Bash (1), Node (1), PHP (1), Python (1), Ruby (1).

22) Kivanc Yazan: Python (4).

23) Yet Ebreo: Python (2), Ruby (2).

24) Andrew Shitov: C++ (3).

25) Duncan C. White: Postscript (3).

26) Rage311: Rust (3).

27) Ben Davies: Idris (2).

28) Daniel Mita: Go (1), Javascript (1).

29) E. Choroba: Erlang (2).

30) Pete Houston: Awk (2).

31) Darren Bottin: Prolog (1).

32) Jaldhar H. Vyas: C++ (1).

33) Lance Wicks: Elm (1).

34) Laurent Rosenfeld: Gembase (1).

35) Steven Wilson: Rust (1).


LANGUAGES


Python continued the dominance and doesn’t have any immediate threat from any other languages.

a) Rust moved up to the rank #007.

b) Clojure moved up to the rank #011.

c) Prolog moved up to the rank #012.


1) Python: 124

2) C++: 38

3) Haskell: 35

4) APL: 32

5) Swift: 16

6) Lisp: 15

7) Rust: 13

8) R: 12

9) Ruby: 9

10) C: 6

11) Clojure: 6

12) Prolog: 6

13) Java: 5

14) Postscript: 5

15) Node: 4

16) Tcl: 4

17) Bash: 3

18) Elm: 3

19) Awk: 2

20) Erlang: 2

21) Idris: 2

22) Gembase: 1

23) Go: 1

24) HTML: 1

25) Javascript: 1

26) OCaml: 1

27) PHP: 1


CENTURION CLUB


Changes to the ranking in the Centurion Club last week listed below:

a) Javier Luque moved up to the rank #005.

b) Mohammad S Anwar moved up to the rank #011.

c) Ulrich Rieke moved up to the rank #018.

d) Wanderdoc moved up to the rank #027.


1) Laurent Rosenfeld (850)

2) Jaldhar H. Vyas (642)

3) Roger Bell_West (530)

4) Arne Sommer (508)

5) Javier Luque (460)

6) Ruben Westerberg (452)

7) E. Choroba (392)

8) Colin Crain (390)

9) Athanasius (376)

10) Adam Russell (350)

11) Mohammad S Anwar (338)

12) Joelle Maslak (334)

13) Simon Proctor (296)

14) Dave Jacoby (292)

15) Ryan Thompson (278)

16) Luca Ferrari (268)

17) Duncan C. White (262)

18) Ulrich Rieke (232)

19) Andrezgz (230)

20) Yet Ebreo (216)

21) Noud Aldenhoven (188)

22) Kevin Colyer (176)

23) Kian-Meng Ang (162)

24) Cheok-Yin Fung (158)

25) Mark Anderson (154)

26) Markus Holzer (150)

27) Wanderdoc (146)

28) Steven Wilson (144)

29) Duane Powell (136)

30) Lubos Kolouch (134)

31) Shahed Nooshmand (128)

32) Saif Ahmed (110)

33) Burkhard Nickels (108)

34) Alicia Bielsa (106)


DAMIAN CONWAY’s CORNER


Please checkout the masterpiece collection of blogs by Damian Conway solving the “Perl Weekly Challenge”.


ANDREW SHITOV’s CORNER


Please checkout the technical class of Andrew‘s Raku Knowledge. You can find all his contributions to the “Perl Weekly Challenge” on this nicely laid out page.


PERL SOLUTIONS


Adam Russell

Adam Russell

[PERL #1] [PERL #2] [BLOG #1]


Alexander Pankoff

Alexander Pankoff

[PERL #1] [PERL #2]


Andinus

Andinus

[PERL #1] [BLOG #1]


Bob Lied

Bob Lied

[PERL #1] [PERL #2]


Cheok-Yin Fung

Cheok-Yin Fung

[PERL #1] [PERL #2] [BLOG #1]


Dave Jacoby

Dave Jacoby

[PERL #1] [PERL #2]


Duncan C. White

Duncan C. White

[PERL #1] [PERL #2]


E. Choroba

E. Choroba

[PERL #1] [PERL #2]


Jorg Sommrey

Jorg Sommrey

[PERL #1] [PERL #2]


Lubos Kolouch

Lubos Kolouch

[PERL #1] [PERL #2]


Neil Bowers

Neil Bowers

[PERL #2] [BLOG #1]


Niels van Dijke

Niels van Dijke

[PERL #1] [PERL #2]


Nuno Vieira

Nuno Vieira

[PERL #1] [PERL #2]


Pete Houston

Pete Houston

[PERL #1] [PERL #2]


Simon Green

Simon Green

[PERL #1] [PERL #2] [BLOG #1]


Ulrich Rieke

Ulrich Rieke

[PERL #1]


Walt Mankowski

Walt Mankowski

[PERL #1] [PERL #2] [BLOG #1]


Wanderdoc

Wanderdoc

[PERL #1] [PERL #2]


Yet Ebreo

Yet Ebreo

[PERL #1]


RAKU SOLUTIONS


Arne Sommer

Arne Sommer

[RAKU #1] [RAKU #2] [BLOG #1]


Jan Krnavek

Jan Krnavek

[RAKU #1]


Jason Messer

Jason Messer

[RAKU #1] [RAKU #2]


Luca Ferrari

Luca Ferrari

[RAKU #1] [RAKU #2] [BLOG #1] [BLOG #2]


Mark Anderson

Mark Anderson

[RAKU #1] [RAKU #2]


Markus Holzer

Markus Holzer

[RAKU #1] [RAKU #2]


Shahed Nooshmand

Shahed Nooshmand

[RAKU #1] [RAKU #2] [BLOG #1]


Simon Proctor

Simon Proctor

[RAKU #1] [RAKU #2]


PERL & RAKU SOLUTIONS


Athanasius

Athanasius

[PERL #1] [PERL #2] [RAKU #1] [RAKU #2]


Colin Crain

Colin Crain

[PERL #1] [PERL #2] [RAKU #1] [RAKU #2] [BLOG #1]


Javier Luque

Javier Luque

[PERL #1] [PERL #2] [RAKU #1] [RAKU #2] [BLOG #1]


Laurent Rosenfeld

Laurent Rosenfeld

[PERL #2] [RAKU #2] [BLOG #1]


Mohammad S Anwar

Mohammad S Anwar

[PERL #1] [PERL #2] [RAKU #1] [RAKU #2] [BLOG #1] [BLOG #2]


Myoungjin Jeon

Myoungjin Jeon

[PERL #1] [PERL #2] [RAKU #1] [RAKU #2]


Roger Bell_West

Roger Bell_West

[PERL #1] [PERL #2] [RAKU #1] [RAKU #2] [BLOG #1]


Last but not the least, I would like to request all members, please send us your photo, that you already use on some other web platform, to use in the weekly blog, if not already sent.


SO WHAT DO YOU THINK ?

If you have any suggestions or ideas then please do share with us.

Contact with me