Top "Associative" questions

This tag is used mostly regarding associative arrays (but better use tag "associative-array" for that) and sometimes in the mathematic sense of tag "associativity", the associative property of binary operations.

Bash reading from a file to an associative array

I'm trying to write a script in bash using an associative array. I have a file called data: a,b,…

arrays bash associative
Which mapping type to choose for associative Arrays? Doctrine ODM

I have a simple question about the (by the way really great!) Doctrine ODM. Assume you have a document like: /** * @…

arrays doctrine mongodb associative