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

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

Api For Google Spreadsheet

< 1 2 3 4 5 > 
Added: March 08, 2010 | Visits: 872

Devel::GDB::Reflect Devel::GDB::Reflect is a reflection API for GDB/C++. SYNOPSIS use Devel::GDB; use Devel::GDB::Reflect; my $gdb = new Devel::GDB( -file => $foo ); my $reflector = new Devel::GDB::Reflect( $gdb ); print $gdb->get( "b foo.c:123" ); $gdb->print( "myVariable" ); Devel::GDB::Reflect...



Platforms: *nix

License: Freeware Size: 15.36 KB Download (114): Devel::GDB::Reflect Download

Added: April 16, 2010 | Visits: 977

jlirc jlirc is a Java client API for the LIRC and WINLirc programs. jlirc lets developers add IR remote control support to Java applications..





Platforms: *nix

License: Freeware Size: 49.15 KB Download (112): jlirc Download

Added: June 06, 2010 | Visits: 1.218

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: August 25, 2010 | Visits: 953

Bio::GMOD Bio::GMOD is a unified API for Model Organism Databases. SYNOPSIS Check the installed version of a MOD use Bio::GMOD::Util::CheckVersions.pm my $mod = Bio::GMOD::Util::CheckVersions->new(-mod=>WormBase); my $version = $mod->live_version; Update a MOD installation use Bio::GMOD::Update;...


Platforms: *nix

License: Freeware Size: 71.68 KB Download (103): Bio::GMOD Download

Added: October 19, 2010 | Visits: 1.376

Apache Toolbox Apache Toolbox provides a means to easily compile Apache with SSL, PHP (v4 or v3), MySQL, APC (Alternative PHP Cache), mod_auth_nds, mod_dynvhost, WebDAV, mod_fastcgi, mod_gzip, mod_layout, mod_throttle, mod_accessref, mod_auth_sys, mod_bandwidth, mod_auth_ldap, mod_roaming, mod_perl, Jakarta,...


Platforms: *nix

License: Freeware Size: 92.16 KB Download (103): Apache Toolbox Download

Added: January 10, 2010 | Visits: 1.045

phppdflib phppdflib is a class written in php that presents an easy to use API for generating PDF files dynamically..


Platforms: *nix

License: Freeware Size: 102.4 KB Download (102): phppdflib Download

Added: May 11, 2010 | Visits: 995

Vector Visuals Vector Visuals provides an easy-to-use, object-based API for creating and manipulating Java2D-rendered shapes and images. The project features object embedding, dynamic connectors, and multithreaded task support. Vector Visuals has been downloaded thousands of times, and is already in use in a...


Platforms: *nix

License: Freeware Size: 39.94 KB Download (100): Vector Visuals Download

Added: April 11, 2010 | Visits: 730

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: June 18, 2010 | Visits: 1.222

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: May 20, 2010 | Visits: 2.043

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: July 05, 2010 | Visits: 1.526

Games::Euchre::AI Games::Euchre::AI is a Player API for Euchre card game. This class implements a skeletal Euchre player programming interface. Subclasses can be created quite easily as interactive interfaces or AI computer players. If you wish to write your own computer player, I recommend you start with...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (97): Games::Euchre::AI Download

Added: May 23, 2010 | Visits: 761

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: November 15, 2010 | Visits: 863

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: July 04, 2010 | Visits: 875

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 12, 2010 | Visits: 754

Graphics::Simple Graphics::Simple is a simple , device-independent graphics API for Perl. SYNOPSIS use Graphics::Simple; line 100,100,200,200; circle 50,50,25; stop(); clear(); # Wait for a button press, clear the page Ever had a Commodore C-64 or Vic-20 or some other of the machines of that era? Where...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (96): Graphics::Simple Download

Added: April 04, 2010 | Visits: 889

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: January 09, 2010 | Visits: 799

Skaringa Skaringa is an API for Java and XML language binding. It transforms Java objects into XML documents and back, and can generate XML schema definitions for a Java class. Typical applications are data exchange, object persistence, object transformation, and driving XML based presentation layers....


Platforms: *nix

License: Freeware Size: 204.8 KB Download (94): Skaringa Download

Added: August 24, 2010 | Visits: 1.139

C++ xml C++ xml is a C++ library that provides an API for XML document handling. Similar to the JDOM Java interface, a XML document can be parsed, traced and generated by the provided methods. Furthermore, this library is a good example for the usage of the dragon parser generator. Installation:...


Platforms: *nix

License: Freeware Size: 194.56 KB Download (94): C++ xml Download

Added: September 02, 2010 | Visits: 771

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: June 19, 2010 | Visits: 957

Net::Z3950::SimpleServer Net::Z3950::SimpleServer is a simple Perl API for building Z39.50 servers. SYNOPSIS use Net::Z3950::SimpleServer; sub my_search_handler { my $args = shift; my $set_id = $args->{SETNAME}; my @database_list = @{ $args->{DATABASES} }; my $query = $args->{QUERY}; ## Perform the query on...


Platforms: *nix

License: Freeware Size: 28.67 KB Download (93): Net::Z3950::SimpleServer Download

< 1 2 3 4 5 >