Filter
Exclude
Time range
-
Near
15 Jan 2025
Day 25 of #100DaysOfCode #Java #DSA HashMap HashTable HashSet LinkedHashMap Map Queue ArrayToList ListToArray
13
102
3,939
19 Sep 2022
Using #ColdFusion, I prefer using listToArray(valueList(query.column)) to get an array of database values because listToArray ignores empty (NULL) items by default while ValueArray lacks the ability to ignore NULL values. #notABug #cfml
1
1
6
Since LeetCode likes to turn simple problems into complicated ones, here's a very simple and much quicker solution for exercise n. 382 without doing all this mess. Quick note: nums is actually arr, returned from the previous function "ListToArray". #LeetCodeChallenge #coding
1
6
b=createObject("java","java.math.BigInteger").init(2).pow(1000);t=0;for(f in ListToArray(b,"")){t =evaluate(f)}echo(t) #cfcamp #codewar
1
1
22 Aug 2016
I've been known to do this quick string-to-array conversion to use array BIFs on the text 'hello'.listToArray('').last()
1