TaggedTupleShorthand - Field Punning in Elixir
|
|
3
|
122
|
December 23, 2024
|
nm - a tool to work with deeply nested data structures
|
|
1
|
183
|
October 29, 2024
|
Range guard not working with function that takes a list
|
|
1
|
80
|
July 14, 2024
|
Return true if a list has duplicates otherwise false
|
|
14
|
4318
|
July 7, 2024
|
Seeking feedback on my understanding of linked lists
|
|
2
|
192
|
June 4, 2024
|
Why is [1, 2, 3 | 4] a valid list if lists are linked lists?
|
|
9
|
415
|
June 3, 2024
|
A BIG thanks to the LiveView team for introducing managed lists (streams)
|
|
14
|
2961
|
February 7, 2024
|
Append to list after Enum.map. How to do this efficiently?
|
|
14
|
2875
|
December 22, 2023
|
Need help with this nested list
|
|
3
|
408
|
December 21, 2023
|
Keep a list of connection pids, with urls as keys
|
|
5
|
353
|
October 5, 2023
|
Creating a nested list from a flat list
|
|
4
|
695
|
June 18, 2023
|
Find a specific string in an unstructured and nested list
|
|
10
|
933
|
February 15, 2023
|
Enum over list and insert items from another list at certain indexes?
|
|
21
|
1978
|
January 22, 2023
|
Is operating on [{1}, {2}, ...] meaningfully less performant than [{:a, :b, ...}, ...]
|
|
2
|
523
|
January 17, 2023
|
Creating list adding elements on specific conditions?
|
|
8
|
12348
|
November 25, 2022
|
I want a list which consists of the indexes of the integers present in a list.
|
|
12
|
479
|
November 5, 2022
|
Check list in list?
|
|
10
|
680
|
October 21, 2022
|
Help needed with my Wordle attempt
|
|
4
|
618
|
September 25, 2022
|
Optimizing an "almost-increasing" array problem
|
|
6
|
1134
|
August 4, 2022
|
Sort a list of maps like [%{"some string" => weight}]
|
|
4
|
1592
|
March 17, 2022
|
List of attribute lists to a neat map
|
|
8
|
1471
|
February 22, 2022
|
Can you improve this? Zipping two lists, the result must be same size as the first list
|
|
45
|
2592
|
February 12, 2022
|
`nil` or empty list?
|
|
4
|
4075
|
December 23, 2021
|
How to dynamically create a Map key and add a list of lists as its value?
|
|
2
|
1152
|
November 15, 2021
|
Enum.reduce and Map.update functionality
|
|
6
|
4327
|
August 13, 2021
|
Suggest how to convert list to string with a character
|
|
2
|
4016
|
July 11, 2021
|
Reduce array that every element can have an array
|
|
8
|
1216
|
June 6, 2021
|
Arbitrage logic in Elixir
|
|
4
|
1129
|
January 15, 2021
|
Converting an Elixir list into a Python dictionary
|
|
4
|
1003
|
November 27, 2020
|
Creating a list of paths from a Keyword list
|
|
8
|
1232
|
November 18, 2020
|