- 1,251 categories
- 40,829 scripts
- It is often necessary to arrange the elements in an array in numerical order from highest to lowest values (descending order) or vice versa (ascending order). If the array contains string values, alphabetical order may be needed. Sorting a one-dimens...
- Categories
- Platforms
- Licenses
- Arrays can be used in many ways to store and organize data quickly and efficiently. It is one of the more useful data types available to any programming language. This article describes the basics to create and make operations with indexed, associati...
- Categories
- Platforms
- Licenses
- Arrays are a large collection of key/value pairs can stores multible variables in a single variable. Arrays are an ordered map which each key could be mapped to a value.
- Categories
- Platforms
- Licenses
- Working with arrays could be painful if you could not remove any item after adding them in an array. Arrays are very helpful in programming languages, but in ASP it is not so easy. VBScript does not contains strong functions to remove any item form y...
- Categories
- Platforms
- Licenses
- This is a brief tutorial for those who are new to php, and dont know much php. Here they will learn how to upload files through php. In the next version there will be alot of great features added. Like Multiple Files Uploading
Using Arrays &&am...
- Categories
- Platforms
- Licenses
- This package can be used to implement a Poker game engine.
It has a class that can deal and shuffle a deck of cards.
There is another class that can evaluate a deck of cards to check if it matches a Poker sequence.
In case the deck ...
- Categories
- Platforms
- Licenses
- To administrate data has to be efficient and easy to handle. If you consider for example a publishers company with several authors who have written different books it makes no sense to present the data on different web pages. That''s not lucid. ...
- Categories
- Platforms
- Licenses
- A collection of 11 tips on PHP array introduction. Clear answers are provided with tutorial exercises on declaring and creating arrays, assigning and retrieving array elements, identifying elements by keys and indexes, copying arrays:
What Is an Ar...
- Categories
- Platforms
- Licenses
- In this tutorial you will learn about C Programming - Structures and Unions, Giving values to members, Initializing structure, Functions and structures, Passing structure to elements to functions, Passing entire function to functions, Arrays of struc...
- Categories
- Platforms
- Licenses
- In this tutorial you will learn about C Programming - Arrays - Declaration of arrays, Initialization of arrays, Multi dimensional Arrays, Elements of multi dimension arrays and Initialization of multidimensional arrays.
- Categories
- Platforms
- Licenses
Page: