api
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1695
Datashaping 0.3.2
A pythonic query API for structured data more>>
Datashaping 0.3.2 is a useful program which provides very simple pythonic API allowing for complex queries on structured data.
Currently supported are lists of dictionaries. Nested structures (dictionaries, lists) are also indexed and can be queried.
Added: 2009-07-14 License: LGPL Price: FREE
11 downloads
pycups 1.9.46
pycups library is a set of Python bindings for the CUPS API. more>>
pycups 1.9.46 offers a wide range of Python bindings for the CUPS API.
Enhancements
- Printing a test page now works with CUPS 1.4
- Bindings have been added for localizing IPP reasons and marker names from PPD files.
Requirements: Python
Added: 2009-06-18 License: GPL Price: FREE
12 downloads
FastDB(liunx) 3.49
Main Memory Relational Database Management System more>> Main Memory Relational Database Management System
Fastest query execution
Post-relational features
Tight integration with C++
Automatic scheme evaluation
Efficient log-less transactions
Zero time recovery
Fault tolerance
C, C++, Delphi/Kylix API<<less
Download (983KB)
Added: 2009-04-04 License: Freeware Price: Free
204 downloads
JGCalAPI 0.1
JGCalAPI offers a user-friendly wrapper for the Google Calendaring GData API which is intended to hide much of the REST ugliness of the API, thus making it somewhat easier to get started with and to use. more>>
JGCalAPI 0.1 offers a user-friendly wrapper for the Google Calendaring GData API which is intended to hide much of the REST ugliness of the API, thus making it somewhat easier to get started with and to use.
Requirements: Java 1.5 or later
<<less Added: 2008-01-07 License: The Apache License 2.0 Price: FREE
1 downloads
Flickcurl 0.12
Flickcurl is a C library for the Flickr API. more>>
Flickcurl is a C library for the Flickr API, handling creating the reqeuests, signing, token management, calling the API, marshalling requests parameters and decoding responses.
Flickcurl project uses libcurl to call the REST web service and libxml2 to manipulate the XML responses. The current version supports part of the API (see Flickcurl API coverage) primarily the functions for reading photo, people and tags description, sufficient for me to play with machine tags and RDF descriptions.
<<lessFlickcurl project uses libcurl to call the REST web service and libxml2 to manipulate the XML responses. The current version supports part of the API (see Flickcurl API coverage) primarily the functions for reading photo, people and tags description, sufficient for me to play with machine tags and RDF descriptions.
Download (0.38MB)
Added: 2007-08-14 License: The Apache License 2.0 Price:
801 downloads
CPPSERV 0.1.101
CPPSERV is an application server that provides Servlet-like API to C++ programmers. more>>
CPPSERV is an application server that provides Servlet-like API to C++ programmers.
CPPSERV project consists of stand-alone daemon, listening on TCP socket for requests from web server, and web server module.
Currently only apache-2.0.x is supported, but writing modules for other web servers should be fairly easy.
<<lessCPPSERV project consists of stand-alone daemon, listening on TCP socket for requests from web server, and web server module.
Currently only apache-2.0.x is supported, but writing modules for other web servers should be fairly easy.
Download (0.26MB)
Added: 2007-07-27 License: GPL (GNU General Public License) Price:
820 downloads
Pwytter 0.6
Pwytter is a standalone Twitter GUI client. more>>
Pwytter is a standalone Twitter GUI client. This application is intended to be multi-platform.
Main features:
- Asynchronous Image loading
- Better UI response
- Less twitter API call (internal caching)
<<lessMain features:
- Asynchronous Image loading
- Better UI response
- Less twitter API call (internal caching)
Download (0.044MB)
Added: 2007-07-26 License: GPL (GNU General Public License) Price:
820 downloads
Python-LDAP 2.3.1
Python-LDAP provides an object-oriented API to access LDAP directory servers from Python programs. more>>
Python-LDAP provides an object-oriented API to access LDAP directory servers from Python programs. Mainly it wraps the OpenLDAP 2.x libs for that purpose.
Additionally the package contains modules for other LDAP-related stuff (e.g. processing LDIF, LDAPURLs, LDAPv3 schema, etc.).
<<lessAdditionally the package contains modules for other LDAP-related stuff (e.g. processing LDIF, LDAPURLs, LDAPv3 schema, etc.).
Download (0.073MB)
Added: 2007-07-25 License: Python License Price:
506 downloads
cairomm 1.4.2
cairomm is a C++ interface for the cairo graphics library. more>>
cairomm is a C++ interface for the cairo graphics library.
cairomm is a C++ drawing API that is integrated with gtkmm for custom drawing. It can also be used to generate png, pdf, ps, or svg images.
<<lesscairomm is a C++ drawing API that is integrated with gtkmm for custom drawing. It can also be used to generate png, pdf, ps, or svg images.
Download (0.56MB)
Added: 2007-07-20 License: LGPL (GNU Lesser General Public License) Price:
827 downloads
Business::PayPal::API 0.50
Business::PayPal::API is a PayPal API. more>>
Business::PayPal::API is a PayPal API.
SYNOPSIS
use Business::PayPal::API qw( ExpressCheckout GetTransactionDetails );
## certificate authentication
my $pp = new Business::PayPal::API
( Username => my_api1.domain.tld,
Password => this_is_my_password,
PKCS12File => /path/to/cert.pkcs12,
PKCS12Password => (pkcs12 password),
sandbox => 1 );
## PEM cert authentication
my $pp = new Business::PayPal::API
( Username => my_api1.domain.tld,
Password => this_is_my_password,
CertFile => /path/to/cert.pem,
KeyFile => /path/to/cert.pem,
sandbox => 1 );
## 3-token (Signature) authentication
my $pp = new Business::PayPal::API
( Username => my_api1.domain.tld,
Password => Xdkis9k3jDFk39fj29sD9, ## supplied by PayPal
Signature => f7d03YCpEjIF3s9Dk23F2V1C1vbYYR3ALqc7jm0UrCcYm-3ksdiDwjfSeii, ## ditto
sandbox => 1 );
my %response = $pp->SetExpressCheckout( ... );
<<lessSYNOPSIS
use Business::PayPal::API qw( ExpressCheckout GetTransactionDetails );
## certificate authentication
my $pp = new Business::PayPal::API
( Username => my_api1.domain.tld,
Password => this_is_my_password,
PKCS12File => /path/to/cert.pkcs12,
PKCS12Password => (pkcs12 password),
sandbox => 1 );
## PEM cert authentication
my $pp = new Business::PayPal::API
( Username => my_api1.domain.tld,
Password => this_is_my_password,
CertFile => /path/to/cert.pem,
KeyFile => /path/to/cert.pem,
sandbox => 1 );
## 3-token (Signature) authentication
my $pp = new Business::PayPal::API
( Username => my_api1.domain.tld,
Password => Xdkis9k3jDFk39fj29sD9, ## supplied by PayPal
Signature => f7d03YCpEjIF3s9Dk23F2V1C1vbYYR3ALqc7jm0UrCcYm-3ksdiDwjfSeii, ## ditto
sandbox => 1 );
my %response = $pp->SetExpressCheckout( ... );
Download (0.030MB)
Added: 2007-07-18 License: Perl Artistic License Price:
838 downloads
Gtk2::api 1.145
Gtk2::api is a mapping the Gtk+ C API to perl. more>>
Gtk2::api is a mapping the Gtk+ C API to perl.
ABSTRACT
The Gtk2 module attempts to stick as close as is reasonable to the C API, to minimize the need to maintain documentation which is nearly a copy of the C API reference documentation. However, the world is not perfect, and the mappings between C and perl are not as clean and predictable as you might wish. Thus, this page described the basics of how to map the C API to the perl API, and lists various points in the API which follow neither the C API documentation nor the mapping principles.
The canonical documentation is the C API reference at http://developer.gnome.org/doc/API/gtk/ and http://developer.gnome.org/doc/API/gdk/
There are two main sections: BINDING BASICS describes the principles on which the bindings work; understanding these can lead you to guess the proper syntax to use for any given function described in the C API reference.
The second section lists various specific points of difference which dont necessarily correspond with what you expect; this section is in three main parts: missing methods, renamed methods, and different call signatures.
<<lessABSTRACT
The Gtk2 module attempts to stick as close as is reasonable to the C API, to minimize the need to maintain documentation which is nearly a copy of the C API reference documentation. However, the world is not perfect, and the mappings between C and perl are not as clean and predictable as you might wish. Thus, this page described the basics of how to map the C API to the perl API, and lists various points in the API which follow neither the C API documentation nor the mapping principles.
The canonical documentation is the C API reference at http://developer.gnome.org/doc/API/gtk/ and http://developer.gnome.org/doc/API/gdk/
There are two main sections: BINDING BASICS describes the principles on which the bindings work; understanding these can lead you to guess the proper syntax to use for any given function described in the C API reference.
The second section lists various specific points of difference which dont necessarily correspond with what you expect; this section is in three main parts: missing methods, renamed methods, and different call signatures.
Download (0.64MB)
Added: 2007-07-16 License: Perl Artistic License Price:
832 downloads
libviper 1.1.1
libviper is an API for quickly developing console, curses-based interfaces with mouse support (GPM). more>>
libviper is an API for quickly developing console, curses-based interfaces with mouse support (GPM). Its a good alternative to the panels library.
The API preserves many of the familiar ncurses monikers. The project also provides, basic, GTK-like window signal handling.
<<lessThe API preserves many of the familiar ncurses monikers. The project also provides, basic, GTK-like window signal handling.
Download (0.025MB)
Added: 2007-07-11 License: GPL (GNU General Public License) Price:
835 downloads
Twitter4R 0.2.0
Twitter4R project is a clean Twitter client API in pure Ruby (not command-line client). more>>
Twitter4R project is a clean Twitter client API in pure Ruby (not command-line client) Will include Twitter add-ons also in Ruby.
The Twitter4R Gem is released under the MIT License.
Enhancements:
- The entire Twitter REST API is now covered.
- This library is more complete and more in the Ruby style of coding than the "Twitter Gem" project.
- The latter seems to provide a convenient command-line tool for very basic Twitter REST API usages.
<<lessThe Twitter4R Gem is released under the MIT License.
Enhancements:
- The entire Twitter REST API is now covered.
- This library is more complete and more in the Ruby style of coding than the "Twitter Gem" project.
- The latter seems to provide a convenient command-line tool for very basic Twitter REST API usages.
Download (0.010MB)
Added: 2007-07-09 License: MIT/X Consortium License Price:
838 downloads
Asterisk Soap API 0.0.1 Alpha
Asterisk Soap API is an extensible SOAP (Web services) API with the goal to create and support all Asterisk configuration featur more>>
Asterisk-Soap is an extensible SOAP (Web services) API with the goal to create and support all Asterisk configuration features.
Asterisk Soap APIs mainly feature is to provide a framework between asterisk core api and multi-platform frontends.
<<lessAsterisk Soap APIs mainly feature is to provide a framework between asterisk core api and multi-platform frontends.
Download (MB)
Added: 2007-07-05 License: GPL (GNU General Public License) Price:
847 downloads
Inline-API 0.44
Inline-API is a Perl module that teach you how to bind a programming language to Perl using Inline.pm. more>>
Inline-API is a Perl module that teach you how to bind a programming language to Perl using Inline.pm.
SYNOPSIS
#!/usr/bin/perl
use Inline Foo;
say_it(foo); # Use Foo to print "Hello, Foo"
__Foo__
foo-sub say_it {
foo-my $foo = foo-shift;
foo-print "Hello, $foon";
}
So you think Inline C is pretty cool, but what you really need is for Perl to work with the brand new programming language "Foo". Well youre in luck. Inline.pm has support for adding your own Inline Language Support Module (ILSM), like Inline::Foo.
Inline has always been intended to work with lots of different programming languages. Many of the details can be shared between implementations, so that Inline::Java has a similar interface to Inline::ASM. All of the common code is in Inline.pm.
Language specific modules like Inline::Python are subclasses of Inline.pm. They can inherit as much of the common behaviour as they want, and provide specific behaviour of their own. This usually comes in the form of Configuration Options and language specific compilation.
The Inline C support is probably the best boilerplate to copy from. Since version 0.30 all C support was isolated into the module Inline::C and the parsing grammar is further broken out into Inline::C::grammar. All of these components come with the Inline distribution.
This POD gives you all the details you need for implementing an ILSM. For further assistance, contact inline@perl.org See "SEE ALSO" below.
Well examine the joke language Inline::Foo which is distributed with Inline. It actually is a full functioning ILSM. I use it in Inlines test harness to test base Inline functionality. It is very short, and can help you get your head wrapped around the Inline API.
<<lessSYNOPSIS
#!/usr/bin/perl
use Inline Foo;
say_it(foo); # Use Foo to print "Hello, Foo"
__Foo__
foo-sub say_it {
foo-my $foo = foo-shift;
foo-print "Hello, $foon";
}
So you think Inline C is pretty cool, but what you really need is for Perl to work with the brand new programming language "Foo". Well youre in luck. Inline.pm has support for adding your own Inline Language Support Module (ILSM), like Inline::Foo.
Inline has always been intended to work with lots of different programming languages. Many of the details can be shared between implementations, so that Inline::Java has a similar interface to Inline::ASM. All of the common code is in Inline.pm.
Language specific modules like Inline::Python are subclasses of Inline.pm. They can inherit as much of the common behaviour as they want, and provide specific behaviour of their own. This usually comes in the form of Configuration Options and language specific compilation.
The Inline C support is probably the best boilerplate to copy from. Since version 0.30 all C support was isolated into the module Inline::C and the parsing grammar is further broken out into Inline::C::grammar. All of these components come with the Inline distribution.
This POD gives you all the details you need for implementing an ILSM. For further assistance, contact inline@perl.org See "SEE ALSO" below.
Well examine the joke language Inline::Foo which is distributed with Inline. It actually is a full functioning ILSM. I use it in Inlines test harness to test base Inline functionality. It is very short, and can help you get your head wrapped around the Inline API.
Download (0.089MB)
Added: 2007-06-16 License: Perl Artistic License Price:
521 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above api search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed