How to make an infinate nested list
|
|
5
|
263
|
May 17, 2022
|
Efficient deduplicating consecutive elements in a list
|
|
4
|
245
|
April 29, 2022
|
Fill a list after Enum.Each Loo^p
|
|
5
|
179
|
April 18, 2022
|
Optimize function: find and update/replace in list of maps
|
|
7
|
331
|
January 12, 2022
|
Is there a functional way to implement this idea?
|
|
19
|
553
|
December 9, 2021
|
Suggestion for improving code to get dynamic user form outputs
|
|
1
|
246
|
August 31, 2021
|
How to create pagination for a list (get elements from a range of GenServer)
|
|
4
|
331
|
August 10, 2021
|
How to pass data from eex template to socket.js file
|
|
0
|
256
|
July 21, 2021
|
Passing list values to a function
|
|
9
|
494
|
June 9, 2021
|
I'd like to take the element of the same index from multiple lists
|
|
8
|
1683
|
April 21, 2021
|
Iterating through a list
|
|
5
|
1352
|
April 21, 2021
|
Adding element into list with pipe operator
|
|
3
|
438
|
March 20, 2021
|
How to remove trailing 0's from list
|
|
1
|
337
|
January 18, 2021
|
Is it better during recursion to do `list ++ [add_this]` or rather proper `[add_this | list]` and finish with `Enum.reverse/1`?
|
|
7
|
463
|
December 2, 2020
|
Why should we iterate a list twice to pipe 2 aggregate functions?
|
|
13
|
798
|
November 25, 2020
|
Implement tail recursive `map` operation for a list
|
|
4
|
805
|
November 2, 2020
|
Filter or find in an array of maps by another map's values?
|
|
1
|
292
|
October 27, 2020
|
Merge two list of same length, empty values in one list filled with values from 2nd
|
|
6
|
393
|
October 5, 2020
|
List Comparison (how it works)
|
|
4
|
1358
|
August 26, 2020
|
List and strings
|
|
6
|
395
|
August 21, 2020
|
How to check if a list is a sublist(out of order list) of another list
|
|
10
|
2484
|
July 8, 2020
|
Can length function be used for function argument pattern matching
|
|
9
|
503
|
June 17, 2020
|
Modifying the response array objects
|
|
5
|
609
|
May 8, 2020
|
Push into list or modify the list based on key from a list
|
|
4
|
583
|
January 30, 2020
|
Why is my random number lookup slow using lists?
|
|
9
|
787
|
January 5, 2020
|
Code in release don't match function empty case
|
|
2
|
302
|
November 21, 2019
|
Is there a way to inspect a list of integers without accidentally ending up with a charlist?
|
|
12
|
1678
|
November 1, 2019
|
How to pretty print a list of Erlang terms?
|
|
10
|
4522
|
May 30, 2019
|
Simple shopping cart with Phoenix?
|
|
3
|
1500
|
May 28, 2019
|
Merging maps in list based on matching value
|
|
5
|
1563
|
May 5, 2019
|