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

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

Libraries

Software 141-160 of 4,712: < 1 ... 4 5 6 7 8 9 10 11 12 ... 236 > 
Added: July 18, 2010 | Visits: 805

VMime VMime is a powerful C++ class library for parsing, generating, or editing Internet RFC-[2]822 and MIME messages. VMime is designed to provide a fast and an easy way to manipulate Internet mail messages. The recent releases of VMime also include support for using messaging protocols (POP3, IMAP,... Platforms: Linux

Keyword: C Class, C Class Library, Class Library, Features, Generating, Internet, Internet Rfc, Libraries, Library, Parsing, Powerful, Programming, Rfc, Vmime

License: Freeware Size: 450.56 KB Download (107): VMime Download

Added: August 20, 2010 | Visits: 833

Regexp::Wildcards Regexp::Wildcards is a Perl module that converts wildcard expressions to Perl regular expressions. SYNOPSIS use Regexp::Wildcards qw/wc2re/; my $re; $re = wc2re a{b?,c}* => unix; # Do it Unix style. $re = wc2re a?,b* => win32; # Do it Windows style. $re = wc2re *{x,y}? => jokers; #... Platforms: Linux

Keyword: Captureany, Capturesingle, Default, Jokers, Libraries, Otherwise, Perl, Perl Module, Programming, Regexpwildcards, Sql Wildcards, Wildcards

License: Freeware Size: 9.22 KB Download (87): Regexp::Wildcards Download

Added: March 16, 2010 | Visits: 1.442

Multiple-Precision Floating-Point Library The MPFR library is a C library for multiple-precision floating-point computations with exact rounding (also called correct rounding). It is based on the GMP multiple-precision library. The main goal of MPFR is to provide a library for multiple-precision floating-point computation which is both... Platforms: Linux

Keyword: C Library, Computations, Exact, Floating-point, Floatingpoint, Libraries, Library, Mpfr, Multipleprecision, Precision Floating, Programming

License: Freeware Size: 942.08 KB Download (120): Multiple-Precision Floating-Point Library Download

Added: September 13, 2010 | Visits: 677

INSPEC::BibTeX INSPEC::BibTeX is a Perl extension to convert INSPEC data from INSPEC::Retriever to BibTeX format. SYNOPSIS use INSPEC::BibTeX; These routines allow you to to convert INSPEC data from INSPEC::Retriever to BibTeX format. Platforms: Linux

Keyword: Bibtex, Convert, Data, Data From, Extension, Inspec, Inspecbibtex, Libraries, Perl, Programming

License: Freeware Size: 8.19 KB Download (95): INSPEC::BibTeX Download

Added: July 14, 2010 | Visits: 1.977

Artichow Artichow is a complete framework to create statistical graphs such as line, bar, or radar plots, pies charts, and so on. Artichow can also produce antispam images for applications such as user account creation. Whats New in This Release: - This version comes with a mostly rewritten new... Platforms: Linux

Keyword: Artichow, Graphs, Libraries, New, Pies, Programming, Radar, Statistical, Statistical Graphs, Such As, To Create

License: Freeware Size: 184.32 KB Download (522): Artichow Download

Added: September 10, 2010 | Visits: 1.025

pyhtmloo pyhtmloo is a library that allows python developers to use HTML code like any other python objects. My final goal of this work is to have a library of HTML widgets. This will allow us to no re-invent the wheel when we build HTML pages. An another interesting aspect of pyhtmloo is to split the... Platforms: Linux

Keyword: Allows, Code, Developers, Html Code, Libraries, Library, Programming, Pyhtmloo, Python, Python Developers, Use Html, Use Html Code

License: Freeware Size: 5.12 KB Download (99): pyhtmloo Download

Added: August 02, 2010 | Visits: 1.032

phpExifRW phpExifRW provides an Exif reader & writer. vinSMSIndia is a simple PHP class that allows you to send free SMS messages to Indian mobile users.. Platforms: Linux

Keyword: Exif, Exif Reader, Libraries, Phpexifrw, Programming, Provides, Reader

License: Freeware Size: 21.5 KB Download (124): phpExifRW Download

Added: April 20, 2010 | Visits: 840

Skipjack Skipjack provides a Skipjack Gateway Payment class. What is Skipjack? "Skipjack Transaction Network is a powerful, secure transaction engine for processing and managing credit card payments. With a full suite of advanced web-based tools that put you in control over every aspect of the credit... Platforms: Linux

Keyword: Gateway, Libraries, Payment, Programming, Provides, Skipjack, Skipjack Gateway Payment, Transaction

License: Freeware Size: 5.12 KB Download (115): Skipjack Download

Added: April 08, 2010 | Visits: 656

skipjackResponse skipjackResponse project checks Skipjack Payment gateway Response. The SkipjackResponse Check class checks and validates the response sent via POST methods by the Skipjack payment gateway. In account setup, you need to make sure you have set response file to custom filename. What is SkipJack?... Platforms: Linux

Keyword: Checks, Gateway, Libraries, Payment, Payment Gateway, Programming, Project, Response, Skipjack, Skipjack Payment, Skipjackresponse

License: Freeware Size: 1.02 KB Download (98): skipjackResponse Download

Added: March 17, 2010 | Visits: 647

Iterator::BreakOn Iterator::BreakOn is a Perl module to create iterators with control flow breaks. SYNOPSIS use Iterator::BreakOn; # # get a generic data source with a next method implemented whom # returns a generic object # # in this example the order of the items in the data stream is assumed # to... Platforms: Linux

Keyword: Breakon, Control Flow, Data, Do Something, Item, Iteratorbreakon, Libraries, Location, Module, Name, Perl Module, Programming, Something, To Create

License: Freeware Size: 13.31 KB Download (89): Iterator::BreakOn Download

Added: January 13, 2010 | Visits: 1.001

Fortran::Namelist Fortran::Namelist is a Perl extension for Fortran namelists. SYNOPSIS use Fortran::Namelist; my $nml_file = /home/user/my_namelist.nml; my $nml=Fortran::Namelist->new( file => $nml_file ); my %new_group = ( group_name => { grp_var1 => some_string, grp_var2 => [ 1 , 2 , 3 ], } );... Platforms: Linux

Keyword: Extension, Fortran, Fortrannamelist, Group, Libraries, Name, Namelist, Perl, Programming

License: Freeware Size: 8.19 KB Download (105): Fortran::Namelist Download

Added: April 20, 2010 | Visits: 756

Linux::net::dev Linux::net::dev is a Perl extension for parsing /proc/net/dev. SYNOPSIS use Linux::net::dev; my $devs = Linux::net::dev::info(); print "Devices (bytes read):n"; foreach (keys %$devs) { print " $_ ($devs->{$_}->{rbytes})n"; } Linux::net::dev parses /proc/net/dev for network devices... Platforms: Linux

Keyword: Data, Devices, Hash, Libraries, Linuxnetdev, Parsing, Perl, Programming, Values

License: Freeware Size: 6.14 KB Download (97): Linux::net::dev Download

Added: May 20, 2010 | Visits: 1.289

Virtual Data Center The Virtual Data Center (VDC) is a digital library system "in a box" for numeric data. The VDC is a web application which provides everything necessary to maintain and disseminate collections of research studies: including facilities for the storage, archiving, cataloging, translation, and... Platforms: Linux

Keyword: Center, Data, Data Center, Digital, Digital Library, Digital Library System, Libraries, Library, Library System, Programming, System, Vdc, Virtual, Virtual Data Center

License: Freeware Size: 14.5 MB Download (125): Virtual Data Center Download

Added: January 15, 2010 | Visits: 749

Vaucanson Vaucanson is a finite state machine manipulation platform, composed of a library and tools implemented on top of it. Vaucansons goal is to enable the development of C++ programs in an abstract and general way with a large specialization power. On the one hand, it allows the writing of... Platforms: Linux

Keyword: Finite State Machine, Libraries, Manipulation, Platform, Programming, State, State Machine, Tools, Top, Vaucanson

License: Freeware Size: 286.72 KB Download (91): Vaucanson Download

Added: November 24, 2010 | Visits: 1.908

Net::YMSG Net::YMSG is a Perl interface to the Yahoo! Messenger IM protocol. SYNOPSIS use Net::YMSG; my $yahoo = Net::YMSG->new( id => your_yahoo_id, password => your_password, ); $yahoo->login or die "Cant login Yahoo!Messenger"; $yahoo->send(recipient_yahoo_id, Hello World!); Net::YMSG is a... Platforms: Linux

Keyword: Id, Im, Interface, Libraries, Login, Messenger, Messenger Im, Netymsg, Perl, Programming, Yahoo, Ymsg

License: Freeware Size: 15.36 KB Download (305): Net::YMSG Download

Added: July 10, 2010 | Visits: 1.282

Net::YMSG::CRAM Net::YMSG::CRAM is a Yahoo Messenger Challenge-Response Authentication Mechanism. SYNOPSIS my $cram = Net::YMSG::CRAM->new(); $cram->set_id($your_yahoo_id); $cram->set_password($your_password); $cram->set_challenge_string($string_from_server); my ($response_type6, $response_type96) =... Platforms: Linux

Keyword: Authentication, Challenge-response, Challenge-response Authentication, Cram, Libraries, Messenger, Netymsgcram, Programming, Response Authentication Mechanism, Yahoo, Yahoo Messenger, Yahoo Messenger Challenge, Ymsg

License: Freeware Size: 15.36 KB Download (101): Net::YMSG::CRAM Download

Added: October 06, 2010 | Visits: 668

libqmsg libqmsg is a library implementing parts of the messaging functionality as found in the commonly used realtime microkernel operating systems, using Linux shared memory and POSIX messaging queues. The implementation does not aim to reach the speed of original implementations, but rather to... Platforms: Linux

Keyword: Libqmsg, Libraries, Library, Messaging, Microkernel, Os, Parts, Programming, Realtime, Used

License: Freeware Size: 358.4 KB Download (93): libqmsg Download

Added: October 15, 2010 | Visits: 774

OCI wrappers OCI wrappers packages contains C++ wrappers for OCI (Oracle Call Interface). The code attempts to use the "Resource Acquisition Is Initialization" idiom and the "K.I.S.S." principle. Unit-testing cd tests && make test Using oci::LoginSession db("username", "password", "database");... Platforms: Linux

Keyword: C++, Call Interface, Contains, Interface, Libraries, Oci, Oracle, Oracle Call Interface, Packages, Programming, Wrappers

License: Freeware Size: 9.22 KB Download (102): OCI wrappers Download

Added: June 16, 2010 | Visits: 675

PyXMLSec XML Security Library is a C library based on LibXML2. The library supports major XML security standards: - XML Signature - XML Encryption - Canonical XML - Exclusive Canonical XML XML Security Library is released under the MIT License see the Copyright file in the distribution for details.... Platforms: Linux

Keyword: Libraries, Library, Programming, Python, Pyxmlsec, Security, Xml Security Library

License: Freeware Size: 225.28 KB Download (106): PyXMLSec Download

Added: March 27, 2010 | Visits: 1.069

psCrossBrowser psCrossBrowser is a Javascript (DHTML) cross-browser library for easy creation of special effects on Web sites. psCrossBrowser is useful for all trivial Javascript tasks (positioning, finding objects, etc.). Whats New in This Release: - added transition support - fixed some bugs. The... Platforms: Linux

Keyword: Creation, Dhtml, Effects, Javascript, Libraries, Library, Programming, Pscrossbrowser, Special, Special Effects, Web

License: Freeware Size: 14.34 KB Download (94): psCrossBrowser Download

Software 141-160 of 4,712: < 1 ... 4 5 6 7 8 9 10 11 12 ... 236 >