List limit number of items
|
|
6
|
340
|
July 19, 2023
|
Need advise to update nested list 3-level
|
|
18
|
780
|
April 9, 2023
|
List as functions argument never matched
|
|
2
|
241
|
March 2, 2023
|
List Comparison (how it works)
|
|
5
|
2792
|
January 11, 2023
|
Read data from a text file and generate a map
|
|
4
|
631
|
December 3, 2022
|
How to compare integer in a list and return a list of integer and its frequencies
|
|
8
|
379
|
November 8, 2022
|
Itertating a 2D matrix
|
|
12
|
859
|
October 9, 2022
|
ExUnit: preferred way to test a list element?
|
|
3
|
539
|
October 6, 2022
|
Zip list of different lengths
|
|
13
|
1119
|
September 20, 2022
|
What's proper elixir way to update an **ordered** list by key
|
|
3
|
380
|
September 13, 2022
|
Building map from list of columns and list of values
|
|
11
|
576
|
September 9, 2022
|
How to check if a list is a sublist(out of order list) of another list
|
|
17
|
5257
|
July 22, 2022
|
How to make an infinate nested list
|
|
5
|
551
|
May 17, 2022
|
Efficient deduplicating consecutive elements in a list
|
|
4
|
487
|
April 29, 2022
|
Fill a list after Enum.Each Loo^p
|
|
5
|
944
|
April 18, 2022
|
Optimize function: find and update/replace in list of maps
|
|
7
|
1673
|
January 12, 2022
|
Is there a functional way to implement this idea?
|
|
19
|
935
|
December 9, 2021
|
Suggestion for improving code to get dynamic user form outputs
|
|
1
|
404
|
August 31, 2021
|
How to create pagination for a list (get elements from a range of GenServer)
|
|
4
|
1115
|
August 10, 2021
|
How to pass data from eex template to socket.js file
|
|
0
|
502
|
July 21, 2021
|
Passing list values to a function
|
|
9
|
1692
|
June 9, 2021
|
I'd like to take the element of the same index from multiple lists
|
|
8
|
2489
|
April 21, 2021
|
Iterating through a list
|
|
5
|
6207
|
April 21, 2021
|
Adding element into list with pipe operator
|
|
3
|
906
|
March 20, 2021
|
How to remove trailing 0's from list
|
|
1
|
648
|
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
|
749
|
December 2, 2020
|
Why should we iterate a list twice to pipe 2 aggregate functions?
|
|
13
|
1290
|
November 25, 2020
|
Implement tail recursive `map` operation for a list
|
|
4
|
1433
|
November 2, 2020
|
Filter or find in an array of maps by another map's values?
|
|
1
|
693
|
October 27, 2020
|
Merge two list of same length, empty values in one list filled with values from 2nd
|
|
6
|
1237
|
October 5, 2020
|