api 2.0
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2639
Monitoring API 2.0 Beta 1
Monitoring API project is a multi-user programming interface. more>>
Monitoring API project is a multi-user programming interface designed to simplify the development of network monitoring software and allows users to express their monitoring needs in a device-independent way.
The main abstraction provided by MAPI is the network flow. Although flows have been used before in network monitoring systems, MAPI gives flows a first-class status. Applications that uses MAPI can specify what flows or flow statistics they are interested in by applying functions to flows.
A MAPI function can be a BPF filter, string search, packet counter or more advanced like a NetFlow generator. These function will automatically run in hardware if there is support for it on the hardware being used.
MAPI currently supports the following hardware:
- Normal NICs through libpcap
- DAG cards without co-processor
- SCAMPI adapter
Enhancements:
- This release includes support for distributed monitoring, several new MAPI functions, demo applications, and a lot of bugfixes.
<<lessThe main abstraction provided by MAPI is the network flow. Although flows have been used before in network monitoring systems, MAPI gives flows a first-class status. Applications that uses MAPI can specify what flows or flow statistics they are interested in by applying functions to flows.
A MAPI function can be a BPF filter, string search, packet counter or more advanced like a NetFlow generator. These function will automatically run in hardware if there is support for it on the hardware being used.
MAPI currently supports the following hardware:
- Normal NICs through libpcap
- DAG cards without co-processor
- SCAMPI adapter
Enhancements:
- This release includes support for distributed monitoring, several new MAPI functions, demo applications, and a lot of bugfixes.
Download (1.2MB)
Added: 2006-09-21 License: GPL (GNU General Public License) Price:
1133 downloads
WIGS 2.0
WIGS is both an API to talk to a GPS receiver over the serial port via the NMEA protocol. more>>
WIGS is both an API to talk to a GPS receiver over the serial port via the NMEA protocol supported by most GPS receivers, as well as an application that use this API.
The first phase of the WIGS project is now completed as weve published the API.
The second phase is to make an application to present the data received from the GPS in a simple and intuitive way.
The third phase, and also the most important phase, is to add a special mapping feature which allows the user to load any scanned map and, as long as that map is calibrated by providing a set of known coordinates on that map (usually the corners of the map), present the users current position on that map.
Enhancements:
- The API was completely rewritten for better integration into the GUI.
- Third party communications drivers written by developers other than the development team are supported.
- Some minor bugs were fixed.
<<lessThe first phase of the WIGS project is now completed as weve published the API.
The second phase is to make an application to present the data received from the GPS in a simple and intuitive way.
The third phase, and also the most important phase, is to add a special mapping feature which allows the user to load any scanned map and, as long as that map is calibrated by providing a set of known coordinates on that map (usually the corners of the map), present the users current position on that map.
Enhancements:
- The API was completely rewritten for better integration into the GUI.
- Third party communications drivers written by developers other than the development team are supported.
- Some minor bugs were fixed.
Download (MB)
Added: 2006-11-21 License: GPL (GNU General Public License) Price:
1072 downloads
PDL::API 2.4.3
PDL::API is a Perl module for making piddles from Perl and C/XS code. more>>
PDL::API is a Perl module for making piddles from Perl and C/XS code.
A simple cookbook how to create piddles manually. It covers both the Perl and the C/XS level. Additionally, it describes the PDL core routines that can be accessed from other modules. These routines basically define the PDL API. If you need to access piddles from C/XS you probably need to know about these functions.
SYNOPSIS
use PDL;
sub mkmypiddle {
...
}
<<lessA simple cookbook how to create piddles manually. It covers both the Perl and the C/XS level. Additionally, it describes the PDL core routines that can be accessed from other modules. These routines basically define the PDL API. If you need to access piddles from C/XS you probably need to know about these functions.
SYNOPSIS
use PDL;
sub mkmypiddle {
...
}
Download (2.1MB)
Added: 2006-10-27 License: Perl Artistic License Price:
1092 downloads
Jakelib2 2.0.1
Jakelib2 is a cross platform C++ class library with a Java-like API. more>>
Jakelib2 is a cross platform C++ class library with a Java-like API. An automatic garbage collector is used to take care of unused objects.
External libraries like PCRE or GTK+ are beeing integrated to provide the programmer with a homogeneous, easy to use programming environment that covers every days tasks like string handling, data storage, networking, or GUI programming.
<<lessExternal libraries like PCRE or GTK+ are beeing integrated to provide the programmer with a homogeneous, easy to use programming environment that covers every days tasks like string handling, data storage, networking, or GUI programming.
Download (0.94MB)
Added: 2006-03-10 License: LGPL (GNU Lesser General Public License) Price:
1324 downloads
APR::Brigade 2.0.3
APR::Brigade is a Perl API for manipulating APR Bucket Brigades. more>>
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;
$b_prev = $bb->prev($b_last);
$b_next = $bb->next($b);
$bb2 = APR::Brigade->new($r->pool, $c->bucket_alloc);
$bb1->concat($bb2);
$len = $bb->flatten($data);
$len = $bb2->flatten($data, $wanted);
$len = $bb->length;
$bb3 = $bb->split($b_last);
last if $bb->is_empty();
$bb->cleanup();
<<lessSynopsis
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;
$b_prev = $bb->prev($b_last);
$b_next = $bb->next($b);
$bb2 = APR::Brigade->new($r->pool, $c->bucket_alloc);
$bb1->concat($bb2);
$len = $bb->flatten($data);
$len = $bb2->flatten($data, $wanted);
$len = $bb->length;
$bb3 = $bb->split($b_last);
last if $bb->is_empty();
$bb->cleanup();
Download (3.5MB)
Added: 2007-07-02 License: Perl Artistic License Price:
844 downloads
jFin B0.2.0
jFin is a pure Java open source financial date arithmetic. more>>
jFin is a pure Java open source financial date arithmetic.
jFin has entered its first beta. The API is now stable, any changes to the API between now and the first release will be new methods or overloading of existing methods so that testing can happen against a stable target.
Get involved and contribute to both the development of the API and testing it in real world situations.
The library supports preceding, modified preceding, following and modified following date adjustments.
It has initial implementations of the following day count bases:
- FBA Actual/Actual
- Actual/360
- Actual/365 Fixed
- Business/252
- European 30/360
- ISDA Actual/Actual
- ISMA Actual/Actual
- Italian 30/360
- US 30/360
The default holiday calendar only provides weekends but can be used without configuration. The distribution also includes an implementation of a holiday calendar which uses files from financialcalendar.com in their tri-col format.
The schedule generator supports all stub types, and generates notional (sometimes referred to as reference) periods to allow the accurate calculation of ISMA Actual/Actual day counts from short and long periods. Stub types supported are:
- None
- Short first
- Long first
- Short last
- Long last
Enhancements:
- This release adds an implementation of strongly typed (generic) accrual periods and an accrual schedule object.
- With these, you can model your own accrual periods (with their own underlying and/or fixings), and the accrual schedule will manage the adjustment, daycount fraction, and payment calculations for you.
- The holiday calendars have been made generic to simplify their use with subclasses of Period.
<<lessjFin has entered its first beta. The API is now stable, any changes to the API between now and the first release will be new methods or overloading of existing methods so that testing can happen against a stable target.
Get involved and contribute to both the development of the API and testing it in real world situations.
The library supports preceding, modified preceding, following and modified following date adjustments.
It has initial implementations of the following day count bases:
- FBA Actual/Actual
- Actual/360
- Actual/365 Fixed
- Business/252
- European 30/360
- ISDA Actual/Actual
- ISMA Actual/Actual
- Italian 30/360
- US 30/360
The default holiday calendar only provides weekends but can be used without configuration. The distribution also includes an implementation of a holiday calendar which uses files from financialcalendar.com in their tri-col format.
The schedule generator supports all stub types, and generates notional (sometimes referred to as reference) periods to allow the accurate calculation of ISMA Actual/Actual day counts from short and long periods. Stub types supported are:
- None
- Short first
- Long first
- Short last
- Long last
Enhancements:
- This release adds an implementation of strongly typed (generic) accrual periods and an accrual schedule object.
- With these, you can model your own accrual periods (with their own underlying and/or fixings), and the accrual schedule will manage the adjustment, daycount fraction, and payment calculations for you.
- The holiday calendars have been made generic to simplify their use with subclasses of Period.
Download (MB)
Added: 2007-01-20 License: GPL (GNU General Public License) Price:
1010 downloads
DLini 0.2.0
The DLini library provides functions for reading and writing Windows style .ini files. more>>
The DLini library provides functions for reading and writing Windows style .ini files.
It mimics the Windows API for .ini file handling exactly, so it can be used to port Windows applications that use .ini files to other platforms.
Have you ever needed to port a Windows program to Linux or UNIX? Maybe its a legacy program and uses .ini files to read its settings.
This package provides all the necessary functions to read the .ini file, in just the same way as you would expect to read it under Windows using GetPrivateProfile style functions.
Enhancements:
- New functions completed: GetPrivateProfileStruct, GetPrivateProfileSection, and GetPrivateProfileSectionNames.
- Some optional debug output and an off-by-one error have been corrected.
- Autoconf/Automake scripts have been added.
<<lessIt mimics the Windows API for .ini file handling exactly, so it can be used to port Windows applications that use .ini files to other platforms.
Have you ever needed to port a Windows program to Linux or UNIX? Maybe its a legacy program and uses .ini files to read its settings.
This package provides all the necessary functions to read the .ini file, in just the same way as you would expect to read it under Windows using GetPrivateProfile style functions.
Enhancements:
- New functions completed: GetPrivateProfileStruct, GetPrivateProfileSection, and GetPrivateProfileSectionNames.
- Some optional debug output and an off-by-one error have been corrected.
- Autoconf/Automake scripts have been added.
Download (0.42MB)
Added: 2005-10-18 License: BSD License Price:
1467 downloads
pYsearch 2.0
pYsearch allows developers to use Yahoo! Search Web Services to access Yahoo content and services from their own applications. more>>
pYsearch allows developers to use Yahoo! Search Web Services to access Yahoo content and services from their own applications.
It implements easy to use, flexible and extensible APIs.
Main features:
- Extendandable API, with replaceable backend XML parsers, and I/O interface.
- Type and value checking on search parameters, including automatic type conversion (when appropriate and possible)
- Flexible return format, including DOM objects, or fully parsed result objects
Enhancements:
- This release is a major refactoring of all the search classes for easier use and maintenance.
- It also updates all existing classes with recent API chances, as well as adding support for new search services (like Audio and Site Explorer).
- Documentation has been greatly improved, and there are many minor bugfixes.
<<lessIt implements easy to use, flexible and extensible APIs.
Main features:
- Extendandable API, with replaceable backend XML parsers, and I/O interface.
- Type and value checking on search parameters, including automatic type conversion (when appropriate and possible)
- Flexible return format, including DOM objects, or fully parsed result objects
Enhancements:
- This release is a major refactoring of all the search classes for easier use and maintenance.
- It also updates all existing classes with recent API chances, as well as adding support for new search services (like Audio and Site Explorer).
- Documentation has been greatly improved, and there are many minor bugfixes.
Download (0.085MB)
Added: 2005-10-28 License: BSD License Price:
1457 downloads
Jetspeed 2.0
Jetspeed provides a JSR-168 compliant enterprise portal. more>>
Jetspeed provides a JSR-168 compliant enterprise portal.
etspeed-2 is a full implementation of the Java Portlet API. It is fully compliant with the Portlet Specification 1.0 (JSR-168). It has passed the TCK (Test Compatibility Kit) suite and is fully CERTIFIED to the Java Portlet Standard.
Notable features include security components backed by LDAP and database implementations, and some robust administration interfaces. Custom portals can be built and deployed using the Jetspeed plugin for Maven.
Developers can use the Jetspeed PSML language to assemble portlets, and the Apache Portals Bridges project to bridge portals with existing technologies including Struts, JSF, PHP, and Perl.
For GUI designers, Jetspeed comes with several built-in templates used to decorate portals and portlets.
Main features:
- Fully compliant with Java Portlet API Standard 1.0 (JSR 168)
- Passed JSR-168 TCK Compatibility Test Suite
- J2EE Security based on JAAS Standard, JAAS DB Portal Security Policy
- LDAP Support for User Authentication
- Spring-based Components and Scalable Architecture
- Configurable Pipeline Request Processor
- Auto Deployment of Portlet Applications
- Jetspeed Component Java API
- Jetspeed AJAX XML API
- Declarative Security Constraints and JAAS Database Security Policy
- Runtime Portlet API Standard Role-based Security
- Portal Content Management and Navigations: Pages, Menus, Folders, Links
- Multithreaded Aggregation Engine
- PSML Folder CMS Navigations, Menus, Links
- Jetspeed SSO (Single Sign-on)
- Rules-based Profiler for page and resource location
- Integrates with most popular databases including Derby, MySQL, MS SQL, Postgres, Oracle, DB2, Hypersonic
- Client independent capability engine (html, xhtml, wml,vml)
- Internationalization: Localized Portal Resources in 12 Languages
- Statistics Logging Engine
- Portlet Registry
- Full Text Search of Portlet Resources with Lucene
- User Registration
- Forgotten Password
- Rich Login and Password Configuration Management
<<lessetspeed-2 is a full implementation of the Java Portlet API. It is fully compliant with the Portlet Specification 1.0 (JSR-168). It has passed the TCK (Test Compatibility Kit) suite and is fully CERTIFIED to the Java Portlet Standard.
Notable features include security components backed by LDAP and database implementations, and some robust administration interfaces. Custom portals can be built and deployed using the Jetspeed plugin for Maven.
Developers can use the Jetspeed PSML language to assemble portlets, and the Apache Portals Bridges project to bridge portals with existing technologies including Struts, JSF, PHP, and Perl.
For GUI designers, Jetspeed comes with several built-in templates used to decorate portals and portlets.
Main features:
- Fully compliant with Java Portlet API Standard 1.0 (JSR 168)
- Passed JSR-168 TCK Compatibility Test Suite
- J2EE Security based on JAAS Standard, JAAS DB Portal Security Policy
- LDAP Support for User Authentication
- Spring-based Components and Scalable Architecture
- Configurable Pipeline Request Processor
- Auto Deployment of Portlet Applications
- Jetspeed Component Java API
- Jetspeed AJAX XML API
- Declarative Security Constraints and JAAS Database Security Policy
- Runtime Portlet API Standard Role-based Security
- Portal Content Management and Navigations: Pages, Menus, Folders, Links
- Multithreaded Aggregation Engine
- PSML Folder CMS Navigations, Menus, Links
- Jetspeed SSO (Single Sign-on)
- Rules-based Profiler for page and resource location
- Integrates with most popular databases including Derby, MySQL, MS SQL, Postgres, Oracle, DB2, Hypersonic
- Client independent capability engine (html, xhtml, wml,vml)
- Internationalization: Localized Portal Resources in 12 Languages
- Statistics Logging Engine
- Portlet Registry
- Full Text Search of Portlet Resources with Lucene
- User Registration
- Forgotten Password
- Rich Login and Password Configuration Management
Download (66.5MB)
Added: 2007-02-06 License: The Apache License Price:
991 downloads
PHPImageMage 2.0
PHPImageMage is a PHP5-class that acts as an API and simplifies many of the things most commonly done to images in Web apps. more>>
PHPImageMage is a PHP5-class that acts as an API and simplifies many of the things most commonly done to images in Web applications. PHPImageMage handles JPEG, PNG, and GIF images and requires PHP5 with GD support.
<<less Download (0.006MB)
Added: 2006-07-14 License: BSD License Price:
1197 downloads
libmtp 0.2.0
libmtp is an implementation of Microsofts Media Transfer Protocol (MTP) in the form of a library suitable primarily for POSIXs. more>>
libmtp is an implementation of Microsofts Media Transfer Protocol (MTP) in the form of a library suitable primarily for POSIX compliant operating systems.
libmtp is based on (forked from) the great libptp2 library by Mariusz Woloszyn.
Installation:
Problems with compilation under FC4: GCC4 related problem.
Run this:
CC=gcc32
export CC
./configure
make
Enhancements:
- It uses extended commands to retrieve and cache large metadata sets quickly.
- Is features VERY many new device ID:s and bug flags making it ever more interoperable.
- It fully supports 64bit filesizes. (We hope.).
- It produced udev rules for the new kernels.
- It produces a very bleeding edge HAL style .fdi file.
- Many, many other bug fixes. Notice that the album API in the libmtp.h file has changed somewhat, it should be quite easy to upgrade the existing code. However the album API still needs some overhaul. The library version is bumped to libmtp.so.6 as a consequence of the changes which affects distribution packaging and makes it necessary to recompile applications linking to libmtp.
<<lesslibmtp is based on (forked from) the great libptp2 library by Mariusz Woloszyn.
Installation:
Problems with compilation under FC4: GCC4 related problem.
Run this:
CC=gcc32
export CC
./configure
make
Enhancements:
- It uses extended commands to retrieve and cache large metadata sets quickly.
- Is features VERY many new device ID:s and bug flags making it ever more interoperable.
- It fully supports 64bit filesizes. (We hope.).
- It produced udev rules for the new kernels.
- It produces a very bleeding edge HAL style .fdi file.
- Many, many other bug fixes. Notice that the album API in the libmtp.h file has changed somewhat, it should be quite easy to upgrade the existing code. However the album API still needs some overhaul. The library version is bumped to libmtp.so.6 as a consequence of the changes which affects distribution packaging and makes it necessary to recompile applications linking to libmtp.
Download (0.38MB)
Added: 2007-08-05 License: GPL (GNU General Public License) Price:
815 downloads
jDTAUS 2.0.8
jDTAUS is an implementation of the german DTAUS file format as specified by Zentraler Kreditausschuss for the Java platform. more>>
jDTAUS is an implementation of the german DTAUS file format as specified by Zentraler Kreditausschuss for the Java platform. jDTAUS implements the DTAUS specification as published on theire website at www.zka.de versioned 1.1 and dated april 2005.
Great care has been taken to fully comply with this specification which was one of the goals of this project. A violation to the specification should be considered a bug.
The API was written with mass-data support in mind and provides all possible kinds of operations on a DTAUS file. Full add, edit, delete, read functionality is implemented in an optimized manner. Performance or memory critical sections of the code can be hand-tuned via a property file without the need of building the code.
For example a single instance for managing a DTAUS file of about 6GB in size will need about 80 MB of memory for indexing the file and a configurable amount of temporary memory for optimizing IO calls if structural changes will be done to that file. The API is based on an abstraction layer for IO operations thus all implementations can easily be adopted to other persistency mechanisms.
Enhancements:
- execution dates were not written
- a NullPointerException got thrown when writing transactions without descriptions
<<lessGreat care has been taken to fully comply with this specification which was one of the goals of this project. A violation to the specification should be considered a bug.
The API was written with mass-data support in mind and provides all possible kinds of operations on a DTAUS file. Full add, edit, delete, read functionality is implemented in an optimized manner. Performance or memory critical sections of the code can be hand-tuned via a property file without the need of building the code.
For example a single instance for managing a DTAUS file of about 6GB in size will need about 80 MB of memory for indexing the file and a configurable amount of temporary memory for optimizing IO calls if structural changes will be done to that file. The API is based on an abstraction layer for IO operations thus all implementations can easily be adopted to other persistency mechanisms.
Enhancements:
- execution dates were not written
- a NullPointerException got thrown when writing transactions without descriptions
Download (0.85MB)
Added: 2007-03-08 License: GPL (GNU General Public License) Price:
962 downloads
Wikipedia API 1.0
Wikipedia API is a simple API to embed Wikipedia content dynamically on a Web site. more>>
Wikipedia API is a simple API to embed Wikipedia content dynamically on a Web site.
Wikipedia is an online encyclopedia in which the user community is encouraged to submit information for its entries. Wikipedia is unique in that it is free to the public, the content is fairly well moderated, and its content is licensed under the GFDL (GNU Free Documentation License); therefore, all of its text can be copied, modified, and used any way you see fit.
The only stipulation to using its text, is that the names of the original authors must remain intact. KillerTux.com is currently embedding some of the relevant entries in its own site and has decided to make the API open for public use. It is a simple implementation and should be easy to use. If you are a webmaster and would like to use KillerTux.coms Wikipedia API, this is the place to learn how to do it.
What is an API
An API is an application programming interface with which external applications can communicate with. The syntax and usage of the API dictates the type of data, format, and other specifics of the information to be exchanged. In this case, the API is a simple call to KillerTux.coms web server via the HTTP protocol.
Wikipedia API usage
The URL for the API is "http://scrapers.killertux.com/wikipedia-api.php". It uses the get request method and only has 3 parameters. These parameters are as follows:
wikititle=
wikiformat=[html | text]
wikiimages=[yes | no ]
The wikititle value is the name of the Wikipedia entry you are looking for, in Wikipedias variable entry. This can be found by going to Wikipedia.org and finding an entry. The name is the last part of the URL. For instance, the Wikipedia entry for "Computer Program" is "http://en.wikipedia.org/wiki/Computer_Program". Notice the space is an underscore in the URL. Defining the wikititle value for this API would look like this: wikititle=Computer_Program. This value must be specified. A sample API call would be "http://scrapers.killertux.com/wikipedia-api.php?wikititle=Computer_Program". The wikiformat value currently has two possible values: html and text. html is the default if no value is specified. If you use HTML format, it is recommended that a style sheet be used, although it may not be necessary.
A sample CSS is provided here. The text format option strips all HTML code from the document and returns plain text formatted at 80 characters per column. A sample API call would be "http://scrapers.killertux.com/wikipedia-api.php?wikititle=Computer_Program&wikiformat=html". The wikiimages value is only valid for HTML format; images for the text format are disabled. Image source locations are preserved and images are loaded from Wikipedia, not KillerTux.com. If wikiimages=no is selected, all images and captions will be striped from the document, while other HTML code should remain intact such as links to other articles. A sample API call would be "http://scrapers.killertux.com/wikipedia-api.php?wikititle=Computer_Program&wikiimages=no".
<<lessWikipedia is an online encyclopedia in which the user community is encouraged to submit information for its entries. Wikipedia is unique in that it is free to the public, the content is fairly well moderated, and its content is licensed under the GFDL (GNU Free Documentation License); therefore, all of its text can be copied, modified, and used any way you see fit.
The only stipulation to using its text, is that the names of the original authors must remain intact. KillerTux.com is currently embedding some of the relevant entries in its own site and has decided to make the API open for public use. It is a simple implementation and should be easy to use. If you are a webmaster and would like to use KillerTux.coms Wikipedia API, this is the place to learn how to do it.
What is an API
An API is an application programming interface with which external applications can communicate with. The syntax and usage of the API dictates the type of data, format, and other specifics of the information to be exchanged. In this case, the API is a simple call to KillerTux.coms web server via the HTTP protocol.
Wikipedia API usage
The URL for the API is "http://scrapers.killertux.com/wikipedia-api.php". It uses the get request method and only has 3 parameters. These parameters are as follows:
wikititle=
wikiformat=[html | text]
wikiimages=[yes | no ]
The wikititle value is the name of the Wikipedia entry you are looking for, in Wikipedias variable entry. This can be found by going to Wikipedia.org and finding an entry. The name is the last part of the URL. For instance, the Wikipedia entry for "Computer Program" is "http://en.wikipedia.org/wiki/Computer_Program". Notice the space is an underscore in the URL. Defining the wikititle value for this API would look like this: wikititle=Computer_Program. This value must be specified. A sample API call would be "http://scrapers.killertux.com/wikipedia-api.php?wikititle=Computer_Program". The wikiformat value currently has two possible values: html and text. html is the default if no value is specified. If you use HTML format, it is recommended that a style sheet be used, although it may not be necessary.
A sample CSS is provided here. The text format option strips all HTML code from the document and returns plain text formatted at 80 characters per column. A sample API call would be "http://scrapers.killertux.com/wikipedia-api.php?wikititle=Computer_Program&wikiformat=html". The wikiimages value is only valid for HTML format; images for the text format are disabled. Image source locations are preserved and images are loaded from Wikipedia, not KillerTux.com. If wikiimages=no is selected, all images and captions will be striped from the document, while other HTML code should remain intact such as links to other articles. A sample API call would be "http://scrapers.killertux.com/wikipedia-api.php?wikititle=Computer_Program&wikiimages=no".
Download (MB)
Added: 2007-03-05 License: GPL (GNU General Public License) Price:
1018 downloads
LibGKSu 2.0.4
LibGKSu is a library from the gksu program that provides a simple API. more>>
GKSu is a library that provides a Gtk+ frontend to su and sudo. LibGKSu project supports login shells and preserving environment when acting as a su frontend.
It is useful to menu items or other graphical programs that need to ask a users password to run another program as another user.
Enhancements:
- This release fixes some minor problems and annoyances related to the GNOME keyring and startup notification.
<<lessIt is useful to menu items or other graphical programs that need to ask a users password to run another program as another user.
Enhancements:
- This release fixes some minor problems and annoyances related to the GNOME keyring and startup notification.
Download (0.56MB)
Added: 2007-02-05 License: GPL (GNU General Public License) Price:
993 downloads
libmtag 0.2.0
libmtag is a library for music tagging. more>>
libmtag is a library for music tagging.
libmtags objective is to create the most simple yet useful tagging library for music.
It uses taglib as a backend, but provides a more generic API. In the future it might be possible to remove the dependency.
The programming language used is C, but bindings for Ruby and Python are provided.
As taglib, it supports: ID3v1, ID3v2 for MP3 files, Ogg Vorbis and FLAC files.
Enhancements:
- A new CLI application.
- A new get_type method (MP3, Vorbis, FLAC, etc.)
<<lesslibmtags objective is to create the most simple yet useful tagging library for music.
It uses taglib as a backend, but provides a more generic API. In the future it might be possible to remove the dependency.
The programming language used is C, but bindings for Ruby and Python are provided.
As taglib, it supports: ID3v1, ID3v2 for MP3 files, Ogg Vorbis and FLAC files.
Enhancements:
- A new CLI application.
- A new get_type method (MP3, Vorbis, FLAC, etc.)
Download (0.30MB)
Added: 2007-06-03 License: GPL (GNU General Public License) Price:
873 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 2.0 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