Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.477.280 Times

Manufacturing Focal Plane Array freeware
Filter: All | Freeware | Demo
 

Manufacturing Focal Plane Array

< 1 2 3 4 5 > 
Added: September 10, 2013 | Visits: 496

UL to PHP array This class can be used to parse HTML lists to extract contained structure.It can take a string with well-formed HTML UL lists tags and extracted the contained list elements structure. It supports nested lists.The class returns an array of items elements. Platforms: PHP

License: Freeware Size: 10 KB Download (54): UL to PHP array Download

Added: June 20, 2013 | Visits: 413

General purpose dynamic array - Judy Judy is a general purpose dynamic array implemented as a C callable library. Judy's speed and memory usage are typically better than other data storage models and improves with very large data sets. Platforms: *nix

License: Freeware Size: 1.09 MB Download (43): General purpose dynamic array - Judy Download

Added: September 16, 2013 | Visits: 354

Array::Window Many applications require that a large set of results be broken down into a smaller set of 'windows', or 'pages' in web language. Array::Window is a Perl module that implements an algorithm specifically for dealing with these windows. It is very flexible and permissive, making adjustments to the... Platforms: *nix

License: Freeware Size: 30.72 KB Download (43): Array::Window Download

Added: September 15, 2013 | Visits: 315

array-info array-info is a tool to retrieve informations and logical drives status from several RAID controllers (currently Compaq IDA and CISS, and MD). Platforms: *nix

License: Freeware Size: 30.72 KB Download (42): array-info Download

Added: August 06, 2008 | Visits: 893

Skywriter Plane Screen Saver Surprise your family with a personalized smoke message. Simply tell Skywriter Plane Screen Saver to write your words in the blue sky and watch as puffs of smoke spell out clever messages! Be mesmerized as the little plane whizzes around your computer screen, drawing pictures and sending greetings! Platforms: Windows

License: Freeware Size: 544 KB Download (103): Skywriter Plane Screen Saver Download

Added: January 18, 2010 | Visits: 800

Arri Arri is an array API - more commonly known as a buffer API. Arri provides an interface to create, write, copy, duplicate, delete, append and free awways. It does more than that, though. Arri contains a string API, to handle character strings, an IO API, to handle IO, and a UNIX sockets, to... Platforms: *nix

License: Freeware Size: 64.51 KB Download (103): Arri Download

Added: August 19, 2010 | Visits: 975

List::Part List::Part is a Perl module that allows you to partition one array into several. SYNOPSIS use List::Part; ($good, $bad)=part { !/substring/ } @array; #store arrayrefs into $good and $bad (*good, *bad)=part { !/substring/ } @array; #store into @good and @bad ABSTRACT List::Part... Platforms: *nix

License: Freeware Size: 4.1 KB Download (92): List::Part Download

Added: August 19, 2010 | Visits: 1.066

Judy Judy is a C library that provides a state-of-the-art core technology that implements a sparse dynamic array. Judy arrays are declared simply with a null pointer. A Judy array consumes memory only when it is populated, yet can grow to take advantage of all available memory if desired. Judys... Platforms: *nix

License: Freeware Size: 1024 KB Download (92): Judy Download

Added: January 20, 2010 | Visits: 856

Numarray Numarray provides array manipulation and computational capabilities similar to those found in IDL, Matlab, or Octave. Using numarray, it is possible to write many efficient numerical data processing applications directly in Python without using any C, C++ or Fortran code (as well as doing such... Platforms: *nix

License: Freeware Size: 1.1 MB Download (94): Numarray Download

Added: February 05, 2010 | Visits: 683

Tie::OffsetArray Tie::OffsetArray can tie one array to another, with index offset. SYNOPSIS use Tie::OffsetArray; tie @a, Tie::OffsetArray, 1, @b; # offset=1; use given array. tie @c, Tie::OffsetArray, 2; # use anonymous array. $a[0] = x; # assign to $b[1]; tied(@a)->array->[0] = y; # assign to $b[0].... Platforms: *nix

License: Freeware Size: 8.19 KB Download (93): Tie::OffsetArray Download

Added: January 08, 2010 | Visits: 1.016

apricots apricots project is a 2D plane dogfighting game. Apricots is a quick, fun, and delightful 2D plane dogfighting game. It supports 1 or 2 players with possible computer AI opponents. Players shoot enemy planes and bomb targets with the aim of attaining the highest score.. Platforms: *nix

License: Freeware Size: 768 KB Download (147): apricots Download

Added: March 03, 2010 | Visits: 953

Tie::File Tie::File can access the lines of a disk file via a Perl array. SYNOPSIS # This file documents Tie::File version 0.96 use Tie::File; tie @array, Tie::File, filename or die ...; $array[13] = blah; # line 13 of the file is now blah print $array[42]; # display line 42 of the file $n_recs... Platforms: *nix

License: Freeware Size: 67.58 KB Download (97): Tie::File Download

Added: September 19, 2010 | Visits: 1.209

cciss_vol_status cciss_vol_status project is a lightweight program which reports the status of logical drives on HP Smart Array controllers. Supported Hardware - Smart Array 5300 - Smart Array 5312 - Smart Array 532 - Smart Array 5i - Smart Array 6400 - Smart Array 6400 EM - Smart Array 641 - Smart... Platforms: *nix

License: Freeware Size: 77.82 KB Download (122): cciss_vol_status Download

Added: November 25, 2010 | Visits: 807

Class::ArrayObjects Class::ArrayObjects is a Perl utility class for array based objects. SYNOPSIS package Some::Class; use Class::ArrayObjects define => { fields => [qw(_foo_ _bar_ BAZ)], }; or package Other::Class; use base Some::Class; use Class::ArrayObjects extend => { class => Some::Class, with... Platforms: *nix

License: Freeware Size: 6.14 KB Download (103): Class::ArrayObjects Download

Added: February 09, 2010 | Visits: 558

libar libar is a generic array implementation. It is suitable for storing different bits of information of the same size. It grows as necessary. The whole array is contained in a single memory block for easy access and efficient memory usage. Installing the library: Read the Makefile. Change the... Platforms: *nix

License: Freeware Size: 21.5 KB Download (94): libar Download

Added: April 05, 2010 | Visits: 956

PySBIG PySBIG project can read SBIG CCD files and give you a Numeric array for the data and a dictionary for the headers. There is cPySBIG (since version 0.02) which is 40 times faster than the pure PySBIG module, also included. Version 0.03 now works with numpy instead of Numeric. Example Usage:... Platforms: *nix

License: Freeware Size: 9.22 KB Download (95): PySBIG Download

Added: April 06, 2010 | Visits: 1.075

ACFTools ACFTools project is an utility for manipulating X-Plane ACF and WPN files. ACFTools is a utility for manipulating X-Plane flight simulator aircraft and weapon models without using its Plane Maker. It can decode both Apple and Intel ACF/WPN formats into plain text files with a syntax similar to... Platforms: *nix

License: Freeware Size: 194.56 KB Download (131): ACFTools Download

Added: July 10, 2010 | Visits: 620

Perl6::Contexts Perl6::Contexts - array and hash variables turn into references to themselves when used in non-numeric scalar context or as function arguments. SYNOPSIS my @foo = ( 1 .. 20 ); my $foo = @foo; # same as: my $foo = @foo; my $foo = 0 + @foo; # unchanged - length of @foo $obj->some_method(10,... Platforms: *nix

License: Freeware Size: 17.41 KB Download (89): Perl6::Contexts Download

Added: January 25, 2010 | Visits: 1.087

Array Array is an easy-to-use animation program. If you know the children's toy where you poke transparent colored pegs through a backlit screen (LiteBrite), Array uses the same idea, but with multiple screens, to create animation. You color points on a sequence of frames. There are various functions... Platforms: Mac

License: Freeware Download (122): Array Download

Added: January 25, 2010 | Visits: 2.225

PIMS-Classic PIMS Classic is a full inventory, point-of-sale, and accounting program for Macintosh. It includes manufacturing, service & repair, customer tracking, serial number tracking, barcoding, along with unlimited searching and reporting capabilities. It is compatible with a wide array of POS equipment... Platforms: Mac

License: Freeware Size: 28 MB Download (204): PIMS-Classic Download

< 1 2 3 4 5 >