Top "Multidimensional-array" questions

Multidimensional-arrays can be described as multi-dimensional tables.

Chart: Show more value descriptions on X-Axis

I'm showing a Chart to the user which has one chart area with a line chart. On this, I got, …

vb.net for-loop multidimensional-array charts axis-labels
PHP foreach array with stdClass Object

I need help trying to get values inside array and stdClass Object. FYI: I'm using foursquare API... I have something …

php arrays object multidimensional-array foursquare
Connected Component Labeling - Implementation

I have asked a similar question some days ago, but I have yet to find an efficient way of solving …

algorithm image-processing multidimensional-array area neighbours
replace array keys with given respective keys

I have an array like below $old = array( 'a' => 'blah', 'b' => 'key', 'c' => 'amazing', 'd' => array( 0 =&…

php arrays multidimensional-array array-key
How do I sort a PHP array by an element nested inside?

I have an array like the following: Array ( [0] => Array ( 'name' => "Friday" 'weight' => 6 ) [1] => Array ( 'name' => "Monday" …

php arrays sorting multidimensional-array usort
Recursively remove empty elements and subarrays from a multi-dimensional array

I can't seem to find a simple, straight-forward solution to the age-old problem of removing empty elements from arrays in …

php arrays multidimensional-array filtering is-empty
Using array_intersect on a multi-dimensional array

I have two arrays that both look like this: Array ( [0] => Array ( [name] => STRING [value] => STRING ) [1] => Array ( […

php arrays multidimensional-array array-intersect
numpy-like package for node

During my years on Python development, I've always been amazed at how much much much faster things become if you …

javascript c++ node.js numpy multidimensional-array
Allocate 2D Array on Device Memory in CUDA

How do I allocate and transfer(to and from Host) 2D arrays in device memory in Cuda?

multidimensional-array memory-management 2d cuda device
Flatten multidimensional array concatenating keys

Possible Duplicate: PHP convert nested array to single array while concatenating keys? Get array's key recursively and create underscore seperated …

php arrays multidimensional-array flatten