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.307.307 Times

Filter: All | Freeware
Display by: Name |  Date |  Downloads |  Rating

Libraries

Software 61-80 of 4,712: < 1 2 3 4 5 6 7 8 ... 236 > 
Added: May 18, 2010 | Visits: 810

AIX::ODM AIX::ODM is a Perl module for retrieving ODM information about an AIX (RS/6000/pSeries) system. SYNOPSIS use AIX::ODM; my %odm = odm_dump(C|P); while ( ($ndx1, $lev2) = each %odm ) { while ( ($ndx2, $val) = each %$lev2 ) { print "odm{${ndx1}}{${ndx2}} = ${odm{${ndx1}}{${ndx2}}}n"; } }...



Platforms: Linux

Keyword: Aix, Aixodm, Dev, Information, Libraries, Module, Odm, Perl, Perl Module, Programming, Retrieving, Rs

License: Freeware Size: 3.07 KB Download (121): AIX::ODM Download

Added: May 26, 2010 | Visits: 923

AIX::Perfstat AIX::Perfstat is a Perl wrapper for perfstat() functions. SYNOPSIS use AIX::Perfstat; $cput = AIX::Perfstat::cpu_total(); $diskt = AIX::Perfstat::disk_total(); $netift = AIX::Perfstat::netinterface_total(); $memoryt = AIX::Perfstat::memory_total(); $num_cpus = AIX::Perfstat::cpu_count();...





Platforms: Linux

Keyword: Aix, Aixperfstat, Count, Data, Functions, Libraries, Name, Perl, Programming, Total

License: Freeware Size: 38.91 KB Download (118): AIX::Perfstat Download

Added: November 04, 2010 | Visits: 934

AJASON AJASON is a PHP 5 library and JavaScript client for the upcoming Web technology called AJAX. AJAX permits data to be fetched asynchronously without the need for reloading the Web page and thus allows the development of interactive GUI-like Web applications. JSON is a lightweight data...


Platforms: Linux

Keyword: Ajason, Ajax, Client, Data, Javascript, Libraries, Php, Programming, Server, Technology, Web

License: Freeware Size: 33.79 KB Download (93): AJASON Download

Added: January 13, 2010 | Visits: 871

Ajisai Ajisai is a SSL/TLS implementation written entirely from scratch in C++. It uses Botan for performing the cryptography and X.509 handling. This is an alpha release, it is virtually certain that incompatible API changes will be made in the future. Suggestions on weak points in the API are most...


Platforms: Linux

Keyword: Ajisai, C++, Libraries, Programming, Ssl Tls, Support

License: Freeware Size: 143.36 KB Download (101): Ajisai Download

Added: March 23, 2010 | Visits: 1.178

Akarmi - Flow Akarmi - Flow is a template-based C++ framework. Akarmi - Flow simplifies creating programs from independent processing elements that are connected by event channels. It is currently being rewritten to use terms similar to CORBAs event service. Installation: cmake . make all make install...


Platforms: Linux

Keyword: Akarmi, C++, Flow, Libraries, Programming

License: Freeware Size: 12.29 KB Download (109): Akarmi - Flow Download

Added: September 24, 2010 | Visits: 1.278

Alarm::Concurrent Alarm::Concurrent is a Perl module that allows multiple, concurrent alarms. This module is an attempt to enhance Perls built-in alarm/$SIG{ALRM} functionality. This function, and its associated signal handler, allow you to arrange for your program to receive a SIGALRM signal, which you can...


Platforms: Linux

Keyword: Alarm, Alarmconcurrent, Alarms, Concurrent, Handler, Libraries, Module, Multiple, Perl Module, Programming, Sig

License: Freeware Size: 7.17 KB Download (90): Alarm::Concurrent Download

Added: July 26, 2010 | Visits: 629

Albatross Albatross library is a small and flexible Python toolkit for developing highly stateful web applications. The toolkit has been designed to take a lot of the pain out of constructing intranet applications although you can also use Albatross for deploying publicly accessed web applications. In...


Platforms: Linux

Keyword: Albatross, Developing, Libraries, Programming, Python, Small, Toolkit, Web

License: Freeware Size: 256 KB Download (89): Albatross Download

Added: October 08, 2010 | Visits: 907

AlchemySOAP AlchemySOAP is a fork of the EasySoap++ SOAP 1.1 library. Adding enhanced protocol support (SOAP 1.2), a large number of automated unit tests and interoperability tests, and several other notable features (Multithreaded SOAP request handling, optional SSL/DOM, serialization improvements to work...


Platforms: Linux

Keyword: Alchemysoap, Easysoap, Fork, Libraries, Programming, Serialization

License: Freeware Size: 184.32 KB Download (99): AlchemySOAP Download

Added: February 09, 2010 | Visits: 898

Algorithm::AhoCorasick Algorithm::AhoCorasick provides efficient search for multiple strings. Aho-Corasick is a classic (1975) algorithm for locating elements of a finite set of strings within an input text. It constructs a finite state machine from a list of keywords, then uses the machine to locate all occurrences...


Platforms: Linux

Keyword: Ahocorasick, Algorithmahocorasick, Efficient, Libraries, Machine, Multiple, Programming, Provides, Search, Search For

License: Freeware Size: 5.12 KB Download (143): Algorithm::AhoCorasick Download

Added: May 02, 2010 | Visits: 1.059

Algorithm::AhoCorasick::SearchMachine Algorithm::AhoCorasick::SearchMachine provides an implementation and low-level interface of Algorithm::AhoCorasick. Feeds input to the state machine. First (after the instance) argument of this method is the input text (which can be empty, in which case the method doesnt do anything), second...


Platforms: Linux

Keyword: Ahocorasick, Algorithmahocorasicksearchmachine, Callback, Input, Interface, Libraries, Low-level, Programming, Provides, Search, Searchmachine

License: Freeware Size: 5.12 KB Download (114): Algorithm::AhoCorasick::SearchMachine Download

Added: January 17, 2010 | Visits: 1.040

Algorithm::BinPack Algorithm::BinPack is a Perl module that can efficiently pack items into bins. SYNOPSIS Algorithm::BinPack efficiently packs items into bins. The bins are given a maximum size, and items are packed in with as little empty space as possible. An example use would be backing up files to CD,...


Platforms: Linux

Keyword: Algorithmbinpack, Bin, Binpack, Bins, Fudge Factor, Item, Items, Label, Libraries, Perl Module, Programming, Size

License: Freeware Size: 4.1 KB Download (101): Algorithm::BinPack Download

Added: October 15, 2010 | Visits: 876

Algorithm::C3 Algorithm::C3 is a module for merging hierarchies using the C3 algorithm. SYNOPSIS use Algorithm::C3; # merging a classic diamond # inheritence graph like this: # # # / # # / # my @merged = Algorithm::C3::merge( D, sub { # extract the ISA array # from the package no...


Platforms: Linux

Keyword: Hierarchies, Libraries, Merging, Module, Programming, Using

License: Freeware Size: 8.19 KB Download (130): Algorithm::C3 Download

Added: February 27, 2010 | Visits: 915

Algorithm::Combinatorics Algorithm::Combinatorics Perl module is an efficient generator of combinatorial sequences. SYNOPSIS use Algorithm::Combinatorics qw(permutations); my @data = qw(a b c); # scalar context gives an iterator my $iter = permutations(@data); while (my $p = $iter->next) { # ... } # list...


Platforms: Linux

Keyword: Algorithmcombinatorics, Combinatorial, Combinatorics Perl, Efficient, Generator, Libraries, Module, Perl, Perl Module, Permutations, Programming

License: Freeware Size: 15.36 KB Download (153): Algorithm::Combinatorics Download

Added: January 18, 2010 | Visits: 1.062

Algorithm::Dependency Algorithm::Dependency is a base class for implementing various dependency trees. SYNOPSIS use Algorithm::Dependency; use Algorithm::Dependency::Source::File; # Load the data from a simple text file my $data_source = Algorithm::Dependency::Source::File->new( foo.txt ); # Create the...


Platforms: Linux

Keyword: Algorithmdependency, Base, Base Class, Class, Dependency, Foo, Implementing, Items, Libraries, Programming

License: Freeware Size: 46.08 KB Download (121): Algorithm::Dependency Download

Added: February 07, 2010 | Visits: 783

Algorithm::Diff Algorithm::Diff is a Perl module to compute `intelligent differences between two files / lists. SYNOPSIS require Algorithm::Diff; # This example produces traditional diff output: my $diff = Algorithm::Diff->new( @seq1, @seq2 ); $diff->Base( 1 ); # Return line numbers, not indices...


Platforms: Linux

Keyword: Algorithmdiff, Diff, Discard, Lcs, Libraries, Perl, Perl Module, Programming, Qw, Traverse

License: Freeware Size: 33.79 KB Download (93): Algorithm::Diff Download

Added: April 26, 2010 | Visits: 4.209

Algorithm::Diff::Apply Algorithm::Diff::Apply is a Perl module to apply one or more Algorithm::Diff diffs. SYNOPSIS ## Single-diff form: use Algorithm::Diff::Apply qw{apply_diff}; my @ary = ...; my @diff = ...; # some call to Algorithm::Diff::diff() my @changed_ary = apply_diff(@ary, @diff); my $changed_ary =...


Platforms: Linux

Keyword: Algorithmdiffapply, Apply, Ary, Diff, Diffs, Libraries, One, Perl, Perl Module, Programming

License: Freeware Size: 12.29 KB Download (92): Algorithm::Diff::Apply Download

Added: March 22, 2010 | Visits: 898

Algorithm::DiffOld Algorithm::DiffOld is a Perl module to compute `intelligent differences between two files / lists but use the old (<=0.59) interface. NOTE This has been provided as part of the Algorithm::Diff package by Ned Konz. This particular module is ONLY for people who HAVE to have the old interface,...


Platforms: Linux

Keyword: Algorithmdiffold, Diffold, Intelligent, Libraries, Lists, Module, Old, Perl, Perl Module, Programming

License: Freeware Size: 23.55 KB Download (95): Algorithm::DiffOld Download

Added: July 09, 2010 | Visits: 908

Algorithm::Huffman Algorithm::Huffman is a Perl extension that implements the Huffman algorithm. SYNOPSIS use Algorithm::Huffman; my %char_counting = map {$_ => int rand(100)} (a .. z, A .. Z); # or better the real counting for your characters # as the huffman algorithm doesnt work good with random data...


Platforms: Linux

Keyword: Algorithm, Algorithmhuffman, Libraries, Next Step, Programming

License: Freeware Size: 8.19 KB Download (110): Algorithm::Huffman Download

Added: October 17, 2010 | Visits: 2.248

Algorithm::Knapsack Algorithm::Knapsack is a brute-force algorithm for the knapsack problem. SYNOPSIS use Algorithm::Knapsack; my $knapsack = Algorithm::Knapsack->new( capacity => $capacity, weights => @weights, ); $knapsack->compute(); foreach my $solution ($knapsack->solutions()) { foreach my $index...


Platforms: Linux

Keyword: Algorithm, Algorithmknapsack, Capacity, Knapsack, Knapsack Problem, Libraries, Problem, Programming, Solutions, Weights

License: Freeware Size: 4.1 KB Download (209): Algorithm::Knapsack Download

Added: July 07, 2010 | Visits: 1.321

Algorithm::Line::Bresenham Algorithm::Line::Bresenham is a Perl module that contains a simple pixellated line-drawing algorithm. SYNOPSIS use Algorithm::Line::Bresenham qw/line/; my @points = line(3,3 => 5,0); # returns the list: [3,3], [4,2], [4,1], [5,0] line(3,3 => 5,0, &draw_line); # calls draw_line on each...


Platforms: Linux

Keyword: Algorithmlinebresenham, Libraries, Line, Perl Module, Pixellated, Point, Points, Programming

License: Freeware Size: 3.07 KB Download (140): Algorithm::Line::Bresenham Download

Software 61-80 of 4,712: < 1 2 3 4 5 6 7 8 ... 236 >