An array is an ordered data structure consisting of a collection of elements (values or variables), each identified by one (single dimensional array, or vector) or multiple indexes.

learn more… | top users | synonyms (2)

4
votes
0answers
1k views

Listview with checkboxes in alert dialog box

I'm displaying the contacts in a Multi-select "Ok, Cancel" dialog box. I've implemented Filterable for the adapter that displays the contacts in the dialog. The problem is, once I try and select ...
3
votes
0answers
302 views

Why a Javascript array passed as function parameter may lose it's content when the function is called sequentially?

I'm sitting here for a while now wondering why I'm losing an array parameter on a function call when calling it a second time. The script I'm working on is mapped after CouchDB/PouchDB and stores ...
3
votes
0answers
191 views

Passing C# array of COM objects to VB6

I'm trying to pass .NET array to COM VB6 library. I have an object which is COM wrapper of VB6 object. It has method with the following signature: [MethodImpl(MethodImplOptions.InternalCall, ...
3
votes
0answers
291 views

Marshal Union(C ) with a Struct which contains an Array in C#

I try to Marshal a unmanaged c++ dll in c#, but the marshaller fails when creating my union. Why does this code fail? [StructLayout(LayoutKind.Sequential)] public struct StructWithArray ...
3
votes
0answers
609 views

Inno Setup: How to define an array in const?

I'm having some problems defining an array of strings in const under the code section in Inno Setup, I have the following: [code] const listvar: array [0..4] of string = ('one', 'two', ...
3
votes
0answers
151 views

How-to implement a custom debugger visualiser in VS2008 on an array using a WeakReference?

I would like to implement a custom debugger visualiser in vs2008 for a typical array as the standard one does not display the data as I would like it. However Visual Studio prevents doing this for ...
2
votes
0answers
30 views

Setting Properties In Object Array From Array

classdef MyObj properties A; end end %% len = 5; objArray = MyObj.empty(len,0); for i=1:len objArray(i) = MyObj(); end dataArray = [1 2 3 4 5]; % How do I set objArray.A to the ...
2
votes
0answers
78 views

Numpy high precision

I am using numpy and pyfits to manipulate spectra and I require high precision (something like 8-10 decimal places on a value which might go as high as 10^12). For that the data type "decimal" would ...
2
votes
0answers
29 views

Traversing and manipulating javascript object with arrays into single object matching a format

I've been racking my brains with this one, I've attempted to resolve this with a number of recursive functions with no joy so I thought I'd ask to see if anyone has any solutions. I have an object ...
2
votes
0answers
128 views

2-DRange -> Array -> 2D-Range with UDF Excel 2007 VBA

I'm trying to create a UDF that has 2D-Range as the input, resizes it, adjusts one of its values and has new 2D-Range as output. It is important to have Range as output since ranges will be used it ...
2
votes
0answers
57 views

How to pass BufferedImage data directly to OpenCL?

I'm attempting to use the JavaCL OpenCL binding library to utilize OpenCL kernels in my graphics rendering engine. The problem I've run into is that I need to pass the array of BufferedImage pixel ...
2
votes
0answers
218 views

output operand requires a reduction, but reduction is not enabled Python

import numpy as np from numpy.linalg import solve,norm,cond,inv,pinv import math import matplotlib.pyplot as plt from scipy.linalg import toeplitz from numpy.random import rand c = np.zeros(512) c[0] ...
2
votes
0answers
143 views

Performance of assigning values to array

Code optimizing is said here in SO that profiling is the first step for optimizing javascript and the suggested engines are profilers of Chrome and Firefox. The problem with those is that they tell in ...
2
votes
0answers
162 views

How to override Function.length to return the length of an array, in strict mode

I am looking for a way to override the .length property of an Object in JavaScript. I currently have a wrapper on parent.properties.objects array (parent is used to for the code to be more readable ...
2
votes
0answers
430 views

Basic Array[] Tree Data-Structure in Java

This is a homework question, so I'm not looking for a complete code answer. I have been given a class Dog package lab12; import java.io.Serializable; public class Dog implements Serializable{ ...
2
votes
0answers
145 views

Inverting a numpy boolean array using ~

Can I use ~A to invert a numpy array of booleans, instead of the rather awkward functions np.logical_and() and np.invert()? Indeed, ~ seems to work fine, but I can't find it in any nympy reference ...
2
votes
0answers
100 views

Trying to send a property of an array object to innerHTML

I want to send some text strings that are stored as values of objects in an array. HTML: <body onload="insertOption()";> <p id='governmentOption'></p> <p ...
2
votes
0answers
505 views

Storing information in a multidimensional array and displaying information in JOptionPane

I will first list what the assignment was. Then I will list my problems. Then lastly I will list my code so far, mind you, its far from complete but I can't continue until I get past this step. ...
2
votes
0answers
255 views

Fortran Selection Sort Subroutine, Error, Array Wont Read

!find smallest number subroutine findsmall(z, i, j, small, count0, y) implicit none integer:: i, j, small, count0 real:: z(121), temp, y(121) 300 format(//, t1, 9(f6.2, 2x)) read(*, 300) z(1:121) ...
2
votes
0answers
97 views

Text area transposition

I am a beginner and I've found some useful examples for what I want to do. The problem is the examples that I've found don't have enough comments for me to understand what is going on. So, I hope ...
2
votes
0answers
77 views

JIRA : Fetching Issues with limit not compatible with 3.13.2 version

I am trying to fetch issues from a filter from remote JIRA using JIRA SOAP API. The filter returns around 1800 issues which can increase in future. Since, it is giving a Out Of Heap Memory Exception I ...
2
votes
0answers
128 views

Iterating a Finite Difference Scheme in a 2-D Array with 3 Boundary Conditions

In an intermediary step to completing my undergraduate thesis, I'm attempting to solve the Black-Scholes PDE in R by an explicit finite difference scheme. As of now, I keep getting hung up on ...
2
votes
0answers
101 views

array_merge & strtr() doesn't work

Hi I have a problem with strtr(). I am creating a website where users can add their emoticons, and call them inside their posts by typing in the specialcode for an emoticon. This is what I have done ...
2
votes
0answers
101 views

Browse 2D array columns in JSTL

I have this little issue that is cracking my skull :( I have a 2D Array in my class, I send it by request to my jsp page and I have to iterate through it BUT by columns! I know I can do ...
2
votes
0answers
228 views

Android - Search XML (String array) file for items

I want to make something that searches through an XML file, to see if a string, entered by the user, exists. My XML file looks like this: <?xml version="1.0" encoding="utf-8"?> ...
2
votes
0answers
228 views

Starting Level with multidimensional array

I have this organized array which works nice with below recursion function. Array ( [6] => Array ( [0] => Array ( [id_parent] => 6 ...
2
votes
0answers
186 views

Consuming PHP webservice with .Net C#, error with array

I've a problem calling a PHP Web Service from .Net application. This is the XML response and I think there is a problem with the return node <?xml version="1.0" encoding="ISO-8859-1"?> ...
2
votes
0answers
359 views

OpenCL. Weird bug with array addressing/pointers

I have this simple kernel for testing. __kernel void nfa(__global const int *a, __global int *output) { output[0] = a[0]; } Note: This is running on a cpu, and memory is probably on the ...
2
votes
0answers
631 views

Pass array of objects to java web service

I am not succeeding in passing an array of objects to a Java web service using Axis 1.4 1855 (according to the axis.jar manifest.mf file). I am using the IntelliJ IDE to help me build this, generate ...
2
votes
0answers
2k views

Implementing a Min Heap with an Array: Insert and Remove Min (with duplicates)

I'm trying to implement a Min Heap in Java, but I'm having issues with inserting and removing elements (inserting at the end, removing the root as min). It seems to work for the most part (I use a ...
2
votes
0answers
99 views

Rainbow Array (Android)

I have an array that will contain an unknown number of elements. I would like to create an array of equal length that corresponds to that array, only this new array will contain colors. Is it possible ...
2
votes
0answers
76 views

Error using array in Activity

I 'm building an Android app that fetches an XML-feed, parses it in different Objects(name, url, description) and saves those Objects to an Array. All this happens in an FeedActivity, extending the ...
2
votes
0answers
106 views

Weighted random selection in Cocoa (frequently changing the weights)

I have an array (could make it into a set I think) of around 1000-2000 dictionaries. Each one of those has a key whose value (a float... they don't add up to anything specific) I want to use as a ...
2
votes
0answers
156 views

Changing Position of Keys in Associative Arrays

I'm creating a form generator that takes some configuration arrays and build the html. Ex: I have the following associative array to describe how the fields should be displayed: $fieldSpec = array( ...
2
votes
0answers
722 views

wsdl array of objects

I wrote wsdl file, then modified skeleton and tried to test. Something wrong with array of songs objects. <xsd:complexType name="ArrayOfSongs"> <xsd:sequence> ...
2
votes
0answers
5k views

How to store objects and arrays in HTML5 localStorage?

Ok, I have to use the localStorage to store an object, and an array. However, whenever i set something, it stores a string value instead. For example: var x = [1,2,3]; localStorage["x"] = x; ...
2
votes
0answers
210 views

Java native methods issues with SUN JVM (jdk1.5.0_14) and multi-core CPU’s

We are hosting an application on SUN JVM that handles a lot of XML parsing using Jaxb. The application is parsing the XML fine using JRockit 5 but when using the SUN JVM the JVM spends a majority of ...
1
vote
0answers
33 views

grouping PHP objects by parents recursively

I have an array of "tickets" objects : array (size=31) 0 => object(TicketPlus) public 'values' => array (size=46) 'id' => int 62483, 'milestone_id' ...
1
vote
0answers
22 views

C++ library - Using Quadprog++ and Array.hh

I'm trying to use the Quadprog++ library (http://quadprog.sourceforge.net/) but there is no documentation about it. In particular I'm trying to do the exponential of a matrix with the function of ...
1
vote
0answers
32 views

Accessing specific values in String Array in Android

I'm trying to make an Android app which parses a XML file with a lot of entries, but it will be ranged by user-defined zones. The zones names are included in a string-array zone-list: ...
1
vote
0answers
29 views

Access of array of doubles in loop

I'm working on implementing code generation for arrays in LLVM. I have this weird problem with my generated LLVM IL code that when I'm loading elements from an array of doubles in a loop I get just ...
1
vote
0answers
34 views

Recursive word group array searching

I've been working on search function that will let me group specific words then recursively search for them in an array and I've coded myself into a hole I think. This is my first foray into ...
1
vote
0answers
28 views

How to insert a variable into an array for every loop count and then print the array/variables in a mail?

UPDATE: THIS IS COMPLETED AND I ADD THE CODE WHICH I USE ON THE BOTTOM AND LET THE ORIGINAL TEXT BE SO OTHERS CAN FOLLOW. I have an IPN script which does a number of things and today it fetches data ...
1
vote
0answers
48 views

How to get a property in a dynamically created Object in a dynamically created Array

Basically, I have this dynamically created object being sent back from a PHP script that I put into an array. I store where it's located in the array in the tools the user uses to select what to view ...
1
vote
0answers
8 views

JSON increases Float32Array buffer size many folds when sending through websocket

I got a strange experience. When I send data of this arraybuffer setting: var f32s = Float32Array(2048); for (var i = 0; i < f32s.length; i++) { f32s[i] = buffer[i]; // fill the array ...
1
vote
0answers
31 views

How to retrieve elements from sortable into array

So i have been working in this:(http://jsfiddle.net/2phuW/5/) for the last couple hours. Could anyone help me out to figure out the following: 1) in the source sortable the abbreviation wat, ura, or ...
1
vote
0answers
31 views

Codemodel array

I use CodeModel to generate Java code. I expect output like this: public static final String[] COLUMNS = {ID, CODE, NAME}; I tried: definedClass.field(JMod.PUBLIC|JMod.STATIC|JMod.FINAL, ...
1
vote
0answers
25 views

`KFAS`: how to fit time-varying variance in `regSSM` function

Please, consider the following example from KFAS package: install.packages('KFAS') require(KFAS) # Drivers model <- structSSM(y = log(Seatbelts[,"drivers"]), trend = "level", seasonal = "time", ...
1
vote
0answers
84 views

Assignment operator concatenating instead of copying

I'm having a hard time figuring out my assignment operator in a specific case. I have two arrays of objects, one in the other. I'm reading information in from a file, some of which is stored in the ...
1
vote
0answers
33 views

Decode when json is encoded at different depths [php]

I am trying to use array_diff in order to see what changes had been made to an account. The account data is encoded as json files. The problem is that when I decode the json, I get a multidimensional ...

1 2 3 4 5 103