laurent_r
- Website: laurent-rosenfeld.developpez.com/
- About: I am the author of the "Think Perl 6" book (O'Reilly, 2017) and I blog about the Perl 5 and Raku programming languages.
Recent Actions
-
Posted Perl Weekly Challenge 286: Order Game to laurent_r
These are some answers to the Week 286, Task 2, of the Perl Weekly Challenge organized by Mohammad S. Anwar.
Spoiler Alert: This weekly challe…
-
Posted Perl Weekly Challenge 286: Self Spammer to laurent_r
These are some answers to the Week 286, Task 1, of the Perl Weekly Challenge organized by Mohammad S. Anwar.
Spoiler Alert: This weekly challe…
-
Posted Perl Weekly Challenge 285: Making Change to laurent_r
These are some answers to the Week 285, Task 2, of the Perl Weekly Challenge organized by Mohammad S. Anwar.
Spoiler Alert: This weekly challe…
-
Posted Perl Weekly Challenge 285: No Connection to laurent_r
These are some answers to the Week 285, Task 1, of the Perl Weekly Challenge organized by Mohammad S. Anwar.
Spoiler Alert: This weekly challe…
-
Posted Perl Weekly Challenge 284: Relative Sort to laurent_r
These are some answers to the Week 284, Task 2, of the Perl Weekly Challenge organized by Mohammad S. Anwar.
Spoiler Alert: This weekly challe…
-
Posted Perl Weekly Challenge 284: Lucky Integer to laurent_r
These are some answers to the Week 284, Task 1, of the Perl Weekly Challenge organized by Mohammad S. Anwar.
Spoiler Alert: This weekly challe…
-
Posted Perl Weekly Challenge 283: Digit Count Value to laurent_r
These are some answers to the Week 283, Task 2, of the Perl Weekly Challenge organized by Mohammad S. Anwar.
Spoiler Alert: This blog post pro…
-
Posted Perl Weekly Challenge 283: Unique Number to laurent_r
These are some answers to the Week 283, Task 1, of the Perl Weekly Challenge organized by Mohammad S. Anwar.
Spoiler Alert: This weekly challe…
-
Posted Perl Weekly Challenge 282: Changing Key to laurent_r
These are some answers to the Week 282, Task 2, of the Perl Weekly Challenge organized by Mohammad S. Anwar.
Spoiler Alert: This weekly challe…
-
Posted Perl Weekly Challenge 282: Good Integer to laurent_r
These are some answers to the Week 281, Task 1, of the Perl Weekly Challenge organized by Mohammad S. Anwar.
Spoiler Alert: This weekly challe…
-
Posted Perl Weekly Challenge 281: Knight's Move to laurent_r
These are some answers to the Week 281, Task 2, of the Perl Weekly Challenge organized by Mohammad S. Anwar.
Spoiler Alert: This weekly challe…
-
Posted Perl Weekly Challenge 281: Check Color to laurent_r
These are some answers to the Week 281, Task 1, of the Perl Weekly Challenge organized by Mohammad S. Anwar.
Spoiler Alert: This weekly challe…
-
Posted Perl Weekly Challenge 280: Count Asterisks to laurent_r
These are some answers to the Week 280, Task 2, of the Perl Weekly Challenge organized by Mohammad S. Anwar.
Spoiler Alert: This weekly challe…
-
Posted Perl Weekly Challenge 280: Twice Appearance to laurent_r
These are some answers to the Week 280, Task 1, of the Perl Weekly Challenge organized by Mohammad S. Anwar.
Spoiler Alert: This weekly challe…
-
Posted Perl Weekly Challenge 279: Split String to laurent_r
These are some answers to the Week 279, Task 2, of the Perl Weekly Challenge organized by Mohammad S. Anwar.
Spoiler Alert: This weekly challe…
-
Posted Perl Weekly Challenge 279: Sort Letters to laurent_r
These are some answers to the Week 279, Task 1, of the Perl Weekly Challenge organized by Mohammad S. Anwar.
Spoiler Alert: This weekly challe…
-
Posted Perl Weekly Challenge 278: Reverse Word to laurent_r
These are some answers to the Week 278, Task 2, of the Perl Weekly Challenge organized by Mohammad S. Anwar.
Spoiler Alert: This weekly challe…
-
Posted Perl Weekly Challenge 278: Sort String to laurent_r
These are some answers to the Week 278, Task 1, of the Perl Weekly Challenge organized by Mohammad S. Anwar.
Spoiler Alert: This weekly challe…
-
Posted Perl Weekly Challenge 277: Strong Pair to laurent_r
These are some answers to the Week 277, Task 2, of the Perl Weekly Challenge organized by Mohammad S. Anwar.
Spoiler Alert: This weekly challe…
-
Posted Perl Weekly Challenge 277: Count Common to laurent_r
These are some answers to the Week 277, Task 1, of the Perl Weekly Challenge organized by Mohammad S. Anwar.
Spoiler Alert: This weekly challe…
-
Posted Perl Weekly Challenge 276: Maximum Frequency to laurent_r
These are some answers to the Week 276, Task 2, of the Perl Weekly Challenge organized by Mohammad S. Anwar.
Spoiler Alert: This weekly challe…
-
Posted Perl Weekly Challenge 276: Complete Day to laurent_r
These are some answers to the Week 276, Task 1, of the Perl Weekly Challenge organized by Mohammad S. Anwar.
Spoiler Alert: This weekly challe…
-
Posted # Perl Weekly Challenge 275: Replace Digits to laurent_r
These are some answers to the Week 275, Task 2, of the Perl Weekly Challenge organized by Mohammad S. Anwar.
Task 2: Replace Digits
You a…
-
Posted Perl Weekly Challenge 274: Goat Latin to laurent_r
These are some answers to the Week 274, Task 1, of the Perl Weekly Challenge organized by Mohammad S. Anwar.
Spoiler Alert: This weekly challe…
-
Posted Perl Weekly Challenge 273: B After A to laurent_r
These are some answers to the Week 273, Task 2, of the Perl Weekly Challenge organized by Mohammad S. Anwar.
Spoiler Alert: This weekly challe…
-
Posted Perl Weekly Challenge 273: Percentage of Character to laurent_r
These are some answers to the Week 273, Task 1, of the Perl Weekly Challenge organized by Mohammad S. Anwar.
Spoiler Alert: This weekly challe…
-
Posted Perl Weekly Challenge 272: String Score to laurent_r
These are some answers to the Week 272, Task 2, of the Perl Weekly Challenge organized by Mohammad S. Anwar.
Spoiler Alert: This weekly challe…
-
Posted Perl Weekly Challenge 272: Defang IP Address to laurent_r
These are some answers to the Week 272, Task 1, of the Perl Weekly Challenge organized by Mohammad S. Anwar.
Spoiler Alert: This weekly challe…
-
Posted Perl Weekly Challenge 271: Sort by 1 Bits to laurent_r
These are some answers to the Week 271, Task 2, of the Perl Weekly Challenge organized by Mohammad S. Anwar.
Spoiler Alert: This weekly challe…
-
Posted Perl Weekly Challenge 271: Maximum Ones to laurent_r
These are some answers to the Week 271, Task 1, of the Perl Weekly Challenge organized by Mohammad S. Anwar.
Spoiler Alert: This weekly challe…
Comment Threads
-
Yuki Kimoto commented on
Some blogs.perl.org 10 Year Stats.
Still, this is the only place where we can share Perl information.
-
Dean commented on
Some blogs.perl.org 10 Year Stats.
They seem to add up over time...
-
Ben Bullock commented on
Perl Weekly Challenge 93: Max Points and Sum Path
Checking for collinearity of three points in the completely general case is a matter of calculating the determinant of
1 x_1 y_1
1 x_2 y_2
1 x_3 y_3like this
Some other people such as Dave Jacoby had examples like this:
="https://github.com/benkasminbullock/perlweeklychallenge-club/blob/master/c…
-
Aristotle commented on
Perl Weekly Challenge 130: Odd Number and Binary Search Tree
This does more allocations and deallocations, potentially many more, so it will be slower in a lot of cases – in most, I’d even say. The memory savings will only be significant if the list of integers is very large and the mean count of occurrences is very small – and even in that case it depends on the mean distance of occurrences being small, otherwise lots of keys will be kept around at any given time anyway.
-
Deadmarshal commented on
Perl Weekly Challenge 180: First Unique Character and Trim List
You were right, the website is now updated too. Thanks for clarifying my doubt.
About blogs.perl.org
blogs.perl.org is a common blogging platform for the Perl community. Written in Perl with a graphic design donated by Six Apart, Ltd.