tagged [arrays]

jQuery equivalent to Prototype array.last()

jQuery equivalent to Prototype array.last() Prototype: Anything similar to this in jQuery?

1 Oct at 07:42

What is the Maximum Size that an Array can hold?

What is the Maximum Size that an Array can hold? In C# 2008, what is the Maximum Size that an Array can hold?

8 Sep at 02:30

string array.Contains?

string array.Contains? .NET 2 How can I verify if `myStrings` contains `test`?

15 Mar at 12:1

How to reverse the order of a byte array in c#?

How to reverse the order of a byte array in c#? How do you reverse the order of a byte array in c#?

25 Apr at 23:25

Convert IEnumerable<int> to int[]

Convert IEnumerable to int[] How do I convert from a IEnumerable variable to an int[] in variable in c#?

4 Jul at 10:47

How to convert ArrayList into string array(string[]) in c#

How to convert ArrayList into string array(string[]) in c# How can I convert `ArrayList` into `string[]` in C#?

Defining array with multiple types in TypeScript

Defining array with multiple types in TypeScript I have an array of the form: `[ 1, "message" ]`. How would I define this in TypeScript?

23 Oct at 20:15

Shuffle an array with python, randomize array item order with python

Shuffle an array with python, randomize array item order with python What's the easiest way to shuffle an array with python?

28 Aug at 17:58

C# 4.0: Convert pdf to byte[] and vice versa

C# 4.0: Convert pdf to byte[] and vice versa How do I convert a pdf file to a byte[] and vice versa?

25 Jun at 21:11

Check if a Bash array contains a value

Check if a Bash array contains a value In Bash, what is the simplest way to test if an array contains a certain value?

14 Nov at 16:34

How do I convert an Array to a List<object> in C#?

How do I convert an Array to a List in C#? How do I convert an `Array` to a `List` in C#?

7 Feb at 14:4

Convert array of strings into a string in Java

Convert array of strings into a string in Java I want the Java code for converting an array of strings into an string.

7 Apr at 07:25

Loop (for each) over an array in JavaScript

Loop (for each) over an array in JavaScript How can I loop through all the entries in an array using JavaScript?

Java array reflection: isArray vs. instanceof

Java array reflection: isArray vs. instanceof Is there a preference or behavior difference between using: and ?

20 Oct at 20:56

Removing an element from an Array (Java)

Removing an element from an Array (Java) Is there any fast (and nice looking) way to remove an element from an array in Java?

13 Mar at 14:34

Convert NSArray to NSString in Objective-C

Convert NSArray to NSString in Objective-C I am wondering how to convert an `[@"Apple", @"Pear ", 323, @"Orange"]` to a string in .

22 Aug at 19:49

Convert a matrix to a 1 dimensional array

Convert a matrix to a 1 dimensional array I have a matrix (32X48). How can I convert the matrix into a single dimensional array?

2 Dec at 21:46

Declare a const array

Declare a const array Is it possible to write something similar to the following?

1 Mar at 20:21

How to print the values of slices

How to print the values of slices I want to see the values which are in the slice. How can I print them?

6 Dec at 13:27

Are arrays or lists passed by default by reference in c#?

Are arrays or lists passed by default by reference in c#? Do they? Or to speed up my program should I pass them by reference?

8 Jun at 22:45

PHP array printing using a loop

PHP array printing using a loop If I know the length of an array, how do I print each of its values in a loop?

18 Aug at 14:41

Most efficient way to create a zero filled JavaScript array?

Most efficient way to create a zero filled JavaScript array? What is the most efficient way to create an arbitrary length zero filled array in JavaScript?

18 Aug at 18:11

How do I declare an array in Python?

How do I declare an array in Python? How do I declare an array in [Python](http://en.wikipedia.org/wiki/Python_%28programming_language%29)?

23 Aug at 07:15

Where is Java's Array indexOf?

Where is Java's Array indexOf? I must be missing something very obvious, but I've searched all over and can't find this method.

25 Feb at 00:14

How to increase byte[] size at run time?

How to increase byte[] size at run time? I have to increase `byte[]` array size at runtime. How to increase byte[] array size at run time ?

16 May at 12:5