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

Net Api For Google Spreadsheet freeware
Filter: All | Freeware | Demo
 

Net Api For Google Spreadsheet

< 1 2 3 4 5 
Added: April 12, 2010 | Visits: 775

libpackman libpackman (Package Management) library provides a single API for accessing multiple package formats and package databases. Libpackmans module support allows for other developers to quickly provide support for new package formats and database formats. Libpackman is in the alpha stage. It...



Platforms: *nix

License: Freeware Size: 184.32 KB Download (89): libpackman Download

Added: February 15, 2010 | Visits: 1.392

Domino Javadoc Generator Domino Javadoc Generator project aims to create a documentation to the Lotus Notes API for Java in a standard format common in the Java comunity and accepted by the most IDEs for Java. The Lotus Notes API is delivered as a Java archive together with the original documentation in the native...





Platforms: *nix

License: Freeware Size: 389.12 KB Download (133): Domino Javadoc Generator Download

Added: May 20, 2010 | Visits: 2.047

Cache::Memcached::Managed Cache::Memcached::Managed is a Perl module that provides an API for managing cached information. SYNOPSIS use Cache::Memcached::Managed; my $cache = Cache::Memcached::Managed->new( 127.0.0.1:12345 ); $cache->set( $value ); $cache->set( $value,$id ); $cache->set( value => $value, id...


Platforms: *nix

License: Freeware Size: 38.91 KB Download (98): Cache::Memcached::Managed Download

Added: June 02, 2010 | Visits: 1.441

RtAudio RtAudio is a set of C++ classes which provide a common API for realtime audio input/output across Linux (native JACK, ALSA and OSS), Macintosh OS X, SGI, and Windows (DirectSound and ASIO) operating systems. RtAudio significantly simplifies the process of interacting with computer audio hardware..


Platforms: *nix

License: Freeware Size: 358.4 KB Download (163): RtAudio Download

Added: June 14, 2010 | Visits: 1.494

Payroll Perl Modules Business::Payroll is a series of Perl Modules that provides an API for working with multiple countries federal, state and local taxes. Payroll Perl Modules project also supports calculating mileage reimbursement values and can handle adjustment entries. The Business::Payroll module starts...


Platforms: *nix

License: Freeware Size: 59.39 KB Download (146): Payroll Perl Modules Download

Added: April 11, 2010 | Visits: 737

ustr ustr (Micro string library) is a string API for C. A few years ago now I wrote a very extensive String API for C, called Vstr, it was designed to perform extremely well for IO like patterns as that was my planned usage (for instance And-httpd, my Web server). It works very well, for that usage....


Platforms: *nix

License: Freeware Size: 819.2 KB Download (100): ustr Download

Added: January 15, 2010 | Visits: 1.443

GSM::SMS::NBS GSM::SMS::NBS is a API for sending and receiving SMS messages. SYNOPSIS use GSM::SMS::NBS; my $nbs = GSM::SMS::NBS->new; $nbs->sendRTTTL(+32475000000, $rtttl_string); $nbs->sendOperatorLogo_b64($msisdn, $countrycode, $operator, $b64, gif); $nbs->sendOperatorLogo_file($msisdn,...


Platforms: *nix

License: Freeware Size: 64.51 KB Download (204): GSM::SMS::NBS Download

Added: June 06, 2010 | Visits: 1.222

libnjb libnjb is a C library and API for communicating with the Creative Nomad JukeBox and Dell DJ digital audio players under Linux, BSD, Mac OS X and Windows. The protocol these devices use is presumably called PDE (Portable Digital Entertainment protocol) at Creative. Newer devices using the...


Platforms: *nix

License: Freeware Size: 491.52 KB Download (111): libnjb Download

Added: May 20, 2010 | Visits: 1.405

gnome-speech GNOME Speechs purpose is to provide a simple general API for producing text-to-speech output. The GNOME Speech 1.0 API is currently under development, and it will provide API for both text-to-speech output as well as speech input. It will be heavily influenced by the Java Speech API, both the...


Platforms: *nix

License: Freeware Size: 471.04 KB Download (162): gnome-speech Download

Added: May 23, 2010 | Visits: 764

TclMilter TclMilter is a package for Tcl (written in C) that implements an interface to SendMails Milter (Mail Filter) API for developing custom scripted message rewriting and spam filtering processes. A thread-enabled Tcl build is required due to Milters threading requirements. However, you can only...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (96): TclMilter Download

Added: April 04, 2010 | Visits: 892

XML::SAX XML::SAX is a simple API for XML. SYNOPSIS use XML::SAX; # get a list of known parsers my $parsers = XML::SAX->parsers(); # add/update a parser XML::SAX->add_parser(q(XML::SAX::PurePerl)); # remove parser XML::SAX->remove_parser(q(XML::SAX::Foodelberry)); # save parsers...


Platforms: *nix

License: Freeware Size: 58.37 KB Download (95): XML::SAX Download

Added: June 18, 2010 | Visits: 1.225

audiofile The Audio File Library provides a uniform and elegant API for accessing a variety of audio file formats, such as AIFF/AIFF-C, WAVE, NeXT/Sun .snd/.au, Berkeley/IRCAM/CARL Sound File, Audio Visual Research, Amiga IFF/8SVX, and NIST SPHERE. Supported compression formats are currently G.711 mu-law...


Platforms: *nix

License: Freeware Size: 368.64 KB Download (100): audiofile Download

Added: October 08, 2010 | Visits: 661

libports libports library is a simpler API for TCP sockets. libports is a package that can be used for creating inbound and outbound sockets. It has a few functions to read, write and create new TCP sockets. You can create and read inbound/outbound sockets with only a few lines of code. It should...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (89): libports Download

Added: February 13, 2010 | Visits: 741

APR::Brigade APR::Brigade is a Perl API for manipulating APR Bucket Brigades. Synopsis use APR::Brigade (); $bb = APR::Brigade->new($r->pool, $c->bucket_alloc); $ba = $bb->bucket_alloc(); $pool = $bb->pool; $bb->insert_head($b); $bb->insert_tail($b); $b_first = $bb->first; $b_last = $bb->last;...


Platforms: *nix

License: Freeware Size: 3.5 MB Download (90): APR::Brigade Download

Added: November 15, 2010 | Visits: 866

APR::Bucket APR::Bucket is a Perl API for manipulating APR Buckets. Synopsis use APR::Bucket (); my $ba = $c->bucket_alloc; $b1 = APR::Bucket->new($ba, "aaa"); $b2 = APR::Bucket::eos_create($ba); $b3 = APR::Bucket::flush_create($ba); $b2->is_eos; $b3->is_flush; $len = $b1->length; $len =...


Platforms: *nix

License: Freeware Size: 3.5 MB Download (96): APR::Bucket Download

Added: September 02, 2010 | Visits: 776

Apache2::RequestRec Apache2::RequestRec is a Perl API for Apache request record accessors. Synopsis use Apache2::RequestRec (); # set supported by the handler HTTP methods $allowed = $r->allowed(); # auth type $auth_type = $r->ap_auth_type(); # QUERY_STRING $args = $r->args(); # non-parsed-headers...


Platforms: *nix

License: Freeware Size: 3.5 MB Download (94): Apache2::RequestRec Download

Added: July 16, 2010 | Visits: 1.662

ffmpeg-php extension ffmpeg-php is an extension for PHP that adds an easy to use object-oriented API for retrieving information from movies and audio files. It has methods for returning frames from movie files as images that can be manipulated using PHPs image functions. This works well for automatically creating...


Platforms: *nix

License: Freeware Size: 1.5 MB Download (140): ffmpeg-php extension Download

Added: July 04, 2010 | Visits: 880

mod_spin mod_spin is an Apache module that provides a simple template language with data replacement capabilities, persistent application and session tracking, database connection pooling, dynamic linking of applications into Apache as shared libraries, parameters, cookies, and multipart/form data...


Platforms: *nix

License: Freeware Size: 83.97 KB Download (96): mod_spin Download

Added: April 01, 2010 | Visits: 702

LJ::Simple LJ::Simple is a Perl module to provide a simple OOP-based API for accessing the LiveJournal system..


Platforms: *nix

License: Freeware Size: 44.03 KB Download (87): LJ::Simple Download

Added: August 04, 2010 | Visits: 747

Foxtrot Foxtrot is a small and powerful API for using threads with Swing. Its a small and powerful API for using threads with the Java(TM) Foundation Classes (JFC/Swing). It is based on a new concept, the Synchronous Model, which greatly increases ease of use. While other solutions have been...


Platforms: *nix

License: Freeware Size: 204.8 KB Download (87): Foxtrot Download

< 1 2 3 4 5