Main > Free Download Search >

Free associated software for linux

associated

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 499
Business::Associates 1.00

Business::Associates 1.00


Business::Associates is a library to handle the new XML interface for the Amazon.com Associates program. more>>
Business::Associates is a library to handle the new XML interface for the Amazon.com Associates program.

This package replaces the Amazon Recommends (tm) links to provide a powerful and simple to use interface that allows you to embed complex, highly targeted ads on your web site (or other documents).

This modules supports many new features that are not available with the standard interfaces. For example, multi-mode searches, i.e. the ability to search across multiple product categories (dvd+video+music+...) is fully supported.

See also http://cybaea.com/Associates.html for more information and example screen shots.
Currently, only the Amazon.com Associates program is supported.

<<less
Download (0.045MB)
Added: 2006-09-11 License: Perl Artistic License Price:
1138 downloads
Business::Associates::XML 1.00

Business::Associates::XML 1.00


Business::Associates::XML is a Perl module for encapsulating XML, XSL, and XSLT operations for the Associates package. more>>
Business::Associates::XML is a Perl module for encapsulating XML, XSL, and XSLT operations for the Associates package.

SYNOPSIS

use Business::Associates::Data();
use Business::Associates::XML();

$data = Business::Associates::Data->$type ($what, $mode);
$xml = new Business::Associates::XML ($data) if defined $data;
$s = $xml->transform($ss_name, %args) if defined $xml;
print "nn$sn";

METHODS

new($data [, %options ])
This constructor takes an Business::Associates::Data object as the required argument. The optional options hash can be used to set additional values.
xml

This is the parsed xml string. If you want to pass special arguments to the XML::LibXML library then you can do it with this argument:

$data = Business::Associates::Data->$type ($what, $mode);
my $xml_string = $data->xml();
my $parser = XML::LibXML->new();
$parser->load_ext_dtd(0); # Global setting, unfortunately :-(
my $xml = new Business::Associates::XML(
xml => $parser->parse_string($xml_string));
...

It is possibly more efficient to access this element directly after the construction to set the options on the newly constructed XML::LibXML object.

transform($stylesheet_name [, %args ] )

This method transforms the XML using the named stylesheet, parsing any additional arguments to the stylesheet transform method. Typically, these additional arguments are used to set global XSLT parameters.

$data = Business::Associates::Data->$type ($what, $mode);
$xml = new Business::Associates::XML ($data);
$s = $xml->transform($ss_name, width => "3");

Note that these are named stylesheets. By default, they are found in the Base_Directory (see "Base_Directory") with the same name and the extension .xslt. To change this, either change the Base_Directory variable, or derive another class from this, overriding the get_stylesheet method.

<<less
Download (0.045MB)
Added: 2006-09-14 License: Perl Artistic License Price:
1135 downloads
Business::Associates::Stylesheet 1.00

Business::Associates::Stylesheet 1.00


Business::Associates::Stylesheet is a Perl information on the Associates XSLT stylesheets and how to modify the data processing. more>>
Business::Associates::Stylesheet is a Perl information on the Associates XSLT stylesheets and how to modify the data processing.

THE PROCESSING MODEL

Before we get going on the details, let us first remind ourselves on what we might call the processing model of the Associates package.

The first step is to retrieve the raw XML data from Amazon.com (or, technically, from the local cache if we already have it). This is structured data that describes the (currently) fifteen best-selling titles at Amazon.com for the selection criteria we have chosen. Those criteria can be keyword searches or a look-up of a specific category of product, and are typically chosen by the HTML editor or by the code that generates the HTML. The perl code provided by this package retrieves the XML.

The second step is to transform this raw XML into a format that the device responsible for the visual display can handle. In our case, that device is ultimately the web browser, so we need to transform the XML data into HTML or xhtml data. However, the same process model could be used to render the data in another format, say for inclusion to a postscript document. This data transformation is done used XSLT, a standard and a very powerful tool for transforming XML documents. This is the subject of this document.

The third step is the visual formatting of the data. At this stage we have the data in a format that the visual display device can understand, and we need to tell it of the details of the formatting. In out model and for HTML (or xhtml) output, that is done using traditional Cascading Style Sheets (CSS). That is the topic of a separate document and concerns us only so far as it reminds us that we need to be able to identify each element type in the output such that the CSS designer can say, for example, "lets have all book titles in red text". In HTML, this identification is done by defining class attributes.

<<less
Download (0.045MB)
Added: 2006-09-15 License: Perl Artistic License Price:
1134 downloads
iRATE radio 0.3

iRATE radio 0.3


iRATE radio provides users with a powerful new way to find and download free, legal music online. more>>
iRATE radio provides users with a powerful new way to find and download free, legal music online.

Users rate tracks based on their tastes. The iRATE server then selects other tracks to send to the user from a database of over 50,000 freely downloadable songs by correlating the users ratings with other users, and finding people with similar tastes.

Unlike streaming audio, iRATE saves the tracks to the users hard drive. This means that playback is smoother, without the typical problems associated with streaming media, such as high bandwidth usage.

<<less
Download (7.6MB)
Added: 2006-07-21 License: GPL (GNU General Public License) Price:
1200 downloads
defaultrouted 0.2

defaultrouted 0.2


defaultrouted is a tool that automates network configuration by trying to find alternate networks when a gateway stops working. more>>
defaultrouted is a tool that automates network configuration by trying to find alternate networks when a gateway stops working. It uses has a configuration file that lists conditions and actions to be performed.

Conditions can be IP addresses of networking interfaces, whether an Ethernet interface has a link, whether a wireless interface is associated, the SSID and AP of access points, and logical combinations of these.

Actions can include setting gateways, configuring wireless parameters, configuring static IP addresses, and calling external programs.
<<less
Download (0.11MB)
Added: 2005-08-23 License: GPL (GNU General Public License) Price:
1527 downloads
JCapture 1.0

JCapture 1.0


JCapture is an automatic Webcam image grabber & image manipulator. more>>
JCapture is an automatic Webcam image grabber & image manipulator. Control it from your crontab once a minute, or however often you want to update the image.

A working installation of ImageMagick is required for this to run properly. I also use CQCam v0.90p7 to capture the image. You will need to change the associated lines in the file where necessary to adjust for paths to the proper executables on your machine.
<<less
Download (0.002MB)
Added: 2006-07-19 License: GPL (GNU General Public License) Price:
1223 downloads
JavaInetLocator 2.23

JavaInetLocator 2.23


JavaInetLocator is a Java library to look up the country code and language associated with an IP address. more>>
JavaInetLocator project is a Java library to look up the country code and language associated with an IP address.
It uses a local copy of the WHOIS database to perform fast, accurate lookups of country codes. It is useful for log analysis, internationalization, geolocation, and more.
Enhancements:
- The database was updated to February 2007.
- Locales were added for Aaland Islands (Swedish) (AX:sv), Jersey (English) (JE:en), Montenegro (Serbian) (ME:sr), and Serbia (Serbian) (RS:sr).
<<less
Download (0.13MB)
Added: 2007-02-09 License: GPL (GNU General Public License) Price:
989 downloads
RSS Panel 1.18

RSS Panel 1.18


RSS Panel is a Firefox extension that displays RSS directly from originating website. more>>
RSS Panel is a Firefox extension that displays RSS directly from originating website.

This extension auto discovers an associated RSS feed for the current site, if available. It then puts a floating panel in the left upper corner of the browser window, which can be expanded to view all links from the RSS index.

The panel can also be dragged and closed.

<<less
Download (0.008MB)
Added: 2007-06-07 License: MPL (Mozilla Public License) Price:
871 downloads
Sharedance 0.6

Sharedance 0.6


Sharedance is a daemon to centralize keys and associated data. more>>
Sharedance is a high-performance server that centralize ephemeral key/data pairs on remote hosts, without the overhead and the complexity of an SQL database.
Sharedance project was mainly designed to share caches and sessions between a pool of web servers. Access to a sharedance server is trivial through a simple PHP API and it is compatible with the expectations of PHP 4 and PHP 5 session handlers.
Sharedance is heavily used on Skyblog.
Enhancements:
- The Nagle algorithm has been disabled.
- Log messages are now in local time.
- Some minor bugs have been fixed.
<<less
Download (0.10MB)
Added: 2006-02-21 License: BSD License Price:
1341 downloads
Adoc.sh 0.1

Adoc.sh 0.1


Adoc is a very simple script for making audio recordings that are attached to ctags tags or entire files. more>>
Adoc is a very simple script for making audio recordings that are attached to ctags tags or entire files.

A simple commandline interface exist to play one or all recordings for a tag and to view code associated with the tag.
<<less
Download (0.003MB)
Added: 2006-07-24 License: GPL (GNU General Public License) Price:
1189 downloads
XCard 1.2.5

XCard 1.2.5


XCard project is a is a French flashcard program. more>>
XCard project is a is a French flashcard program.

Its used to help students memorize French words. It comes with several default word lists, ranging from verb lists, to vocabulary associated with airplane travel.

It has the capability to repeat lesser known words, graph a students progress, translate words to French, and to create new word lists.

It is deployed via Java Webstart, and can be run from the XCard homepage.

<<less
Download (MB)
Added: 2006-11-03 License: LGPL (GNU Lesser General Public License) Price:
1088 downloads
Save Complete 0.9b7

Save Complete 0.9b7


Save Complete is a Firefox extension that saves a webpage completely. more>>
Save Complete is a Firefox extension that saves a webpage completely, providing a better alternative to the flawed built-in save functionality of Firefox.

As more and more sites use CSS, Firefoxs built-in complete save becomes increasingly less effective, as it doesnt support stylesheets.

This extension fixes this, and saves the complete page, including all images and all stylesheets associated with the document, even imported stylesheets and images referenced in the stylesheet files.

<<less
Download (0.017MB)
Added: 2007-06-21 License: MPL (Mozilla Public License) Price:
946 downloads
The Blowfish cipher

The Blowfish cipher


The Blowfish cipher in C and i386 assembler. more>>
The Blowfish cipher in C and i386 assembler.

In cryptography, Blowfish is a keyed, symmetric block cipher, designed in 1993 by Bruce Schneier and included in a large number of cipher suites and encryption products. While no effective cryptanalysis of Blowfish has been found to date, more attention is now given to block ciphers with a larger block size, such as AES or Twofish.

Schneier designed Blowfish as a general-purpose algorithm, intended as a replacement for the aging DES and free of the problems associated with other algorithms. At the time, many other designs were proprietary, encumbered by patents or kept as government secrets. Schneier has stated that, "Blowfish is unpatented, and will remain so in all countries. The algorithm is hereby placed in the public domain, and can be freely used by anyone."
<<less
Download (0.012MB)
Added: 2007-01-25 License: Public Domain Price:
1012 downloads
SNPfile 1.0.1

SNPfile 1.0.1


SNPfile is a library and API for manipulating large SNP datasets. more>>
SNPfile is a library and API for manipulating large SNP datasets with associated meta-data, such as marker names, marker locations, individuals phenotypes, etc. in an I/O efficient binary file format.

In its core, SNPfile assumes very little about the metadata associated with markers and individuals, but leaves this up to application program protocols.

This project is released under the GNU General Public License.

<<less
Download (0.14MB)
Added: 2007-07-08 License: GPL (GNU General Public License) Price:
838 downloads
aircrack 2.41

aircrack 2.41


aircrack is a 802.11 sniffer and WEP/WPA key cracker. more>>
aircrack is a 802.11 sniffer and WEP/WPA key cracker.
It consists of: airodump (an 802.11 packet capture program), aireplay (an 802.11 packet injection program), aircrack (static WEP and WPA-PSK cracking), and airdecap (decrypts WEP/WPA capture files).
Enhancements:
- airodump: show probing clients as "not associated"
- airodump: dont substract the noise level unless madwifi
- airodump: fixed channel hopping with old orinoco
- airmon.sh: added detection of the zd1211 driver
<<less
Download (0.077MB)
Added: 2005-11-28 License: GPL (GNU General Public License) Price:
18823 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5