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

Yellow Nape Amazon Parrot software
Filter: All | Freeware | Demo
 

Yellow Nape Amazon Parrot

1 2 3 4 5 > 
Released: November 21, 2011  |  Added: December 19, 2012 | Visits: 2.662

osCommerce Amazon Export Feed osCommerce Amazon Data Feed is a osCommerce contribution which assures the easiest export of your products into Amazon.com Amazon.com, Inc. is an American e-commerce company. It was one of the first major companies to sell goods by Internet. It is easy to sell on Amazon. Their Pro Merchant...



Platforms: Windows, Windows CE

License: Commercial Cost: $89.00 USD Size: 29.3 KB Download (148): osCommerce Amazon Export Feed Download

Released: September 24, 2012  |  Added: December 11, 2012 | Visits: 2.786

Zen Cart Amazon Export Feed Zen Cart Amazon Data Feed is a Zen Cart contribution which assures the easiest export of your products into Amazon.com Amazon.com, Inc. is an American e-commerce company. It was one of the first major companies to sell goods by Internet. It is easy to sell on Amazon. Their Pro Merchant...





Platforms: Windows, Windows CE

License: Commercial Cost: $89.00 USD Size: 29.3 KB Download (130): Zen Cart Amazon Export Feed Download

Released: November 21, 2011  |  Added: December 19, 2012 | Visits: 1.658

CRE Loaded Amazon Export Feed CRE Loaded Amazon Data Feed is a CRE Loaded contribution which assures the easiest export of your products into Amazon.com Amazon.com, Inc. is an American e-commerce company. It was one of the first major companies to sell goods by Internet. It is easy to sell on Amazon. Their Pro Merchant...


Platforms: Windows, Windows CE

License: Commercial Cost: $89.00 USD Size: 29.3 KB Download (106): CRE Loaded Amazon Export Feed Download

Released: November 21, 2011  |  Added: December 13, 2012 | Visits: 2.413

X-Cart Amazon Export Feed X-Cart Amazon Data Feed is a X-Cart contribution which assures the easiest export of your products into Amazon. Amazon.com, Inc. is an American e-commerce company. It was one of the first major companies to sell goods by Internet. It is easy to sell on Amazon. Their Pro Merchant program has...


Platforms: Windows, Windows CE

License: Commercial Cost: $89.00 USD Size: 29.3 KB Download (122): X-Cart Amazon Export Feed Download

Added: May 11, 2010 | Visits: 1.096

SOAP::Amazon::S3 SOAP::Amazon::S3 is a Perl module for interfacing with Amazon S3 through SOAP. SYNOPSIS An object-oriented interface to handle your Amazon S3 storage. (Still experimental, although functional) use SOAP::Amazon::S3; my $s3 = SOAP::Amazon::S3->new( $access_key_id, $secret_access_key, {...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (110): SOAP::Amazon::S3 Download

Added: March 24, 2010 | Visits: 1.821

Amazon API Search Amazon API Search is the beginnings of a perl script to search Amazon. It interfaces with Amazons API interface and performs whatever search the user desires, it then parses the data returned and inserts it in to an MySQL table. Currently the script only deals with basic returned data, and...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (126): Amazon API Search Download

Added: November 04, 2010 | Visits: 933

POE::Component::Amazon::S3 POE::Component::Amazon::S3 is a Perl module to work with Amazon S3 using POE. SYNOPSIS use POE qw(Component::Amazon::S3); POE::Component::Amazon::S3->spawn( alias => s3, aws_access_key_id => your S3 id, aws_secret_access_key => your S3 key, ); ### Methods for working with buckets #...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (95): POE::Component::Amazon::S3 Download

Added: October 02, 2010 | Visits: 1.210

Ruby/Amazon Ruby/Amazon is a Ruby language library that allows programmatic access to the popular Amazon Web site via the REST (XML over HTTP) based Amazon Web Services. In addition to the original amazon.com site, the amazon.co.uk, amazon.de, amazon.fr, amazon.ca, and amazon.co.jp properties are also...


Platforms: *nix

License: Freeware Size: 97.28 KB Download (94): Ruby/Amazon Download

Added: February 12, 2010 | Visits: 1.203

Net::Amazon::EC2 Net::Amazon::EC2 is a Perl interface to the Amazon Elastic Compute Cloud (EC2) environment. SYNOPSIS use Net::Amazon::EC2; my $ec2 = Net::Amazon::EC2->new( AWSAccessKeyId => PUBLIC_KEY_HERE, SecretAccessKey => SECRET_KEY_HERE ); # Start 1 new instance from AMI: ami-XXXXXXXX my...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (98): Net::Amazon::EC2 Download

Added: September 24, 2010 | Visits: 1.520

Amazon.co.uk Button Amazon.co.uk Button provides a button which allows you to access Amazon services. This extension creates a button which allows you to access -all amazon.co.uk-stores -your wishlist -your account -amazon.co.uk loginpage -Shopping Basket straight from the amazon.co.uk button..


Platforms: *nix

License: Freeware Size: 13.31 KB Download (144): Amazon.co.uk Button Download

Added: July 22, 2010 | Visits: 1.115

Net::Amazon::Property::DVD Net::Amazon::Property::DVD is a Perl class for DVDs on amazon.com. SYNOPSIS use Net::Amazon; # ... if($resp->is_success()) { for my $prop ($resp->properties) { print $_->title(), " ", $_->studio(), " ", $_->year(), "n"; } Net::Amazon::Property::DVD is derived from...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (108): Net::Amazon::Property::DVD Download

Added: July 23, 2010 | Visits: 2.513

Amazon Mini Shop Amazon Mini Shop allows you to search Amazon.com, .co.uk, .de, .fr, .ca or .co.jp from the sidebar..


Platforms: *nix

License: Freeware Size: 9.22 KB Download (179): Amazon Mini Shop Download

Added: July 10, 2010 | Visits: 1.003

DBD::Amazon DBD::Amazon is a DBI driver abstraction for the Amazon E-Commerce Services API. SYNOPSIS $dbh = DBI->connect(dbi:Amazon:, $amznid, undef, { amzn_mode => books, amzn_locale => us, amzn_max_pages => 3 }) or die "Cannot connect: " . $DBI::errstr; # # search for some Perl DBI books #...


Platforms: *nix

License: Freeware Size: 58.37 KB Download (89): DBD::Amazon Download

Added: November 23, 2010 | Visits: 960

SQL::Amazon::Request::Help SQL::Amazon::Request::Help is an Interface to retrieve Help content. SYNOPSIS $dbh = DBI->connect(dbi:Amazon:, $amznid, undef, { amzn_mode => books, amzn_locale => us, amzn_max_pages => 3 }) or die "Cannot connect: " . $DBI::errstr; # # search for some Perl DBI books # $sth =...


Platforms: *nix

License: Freeware Size: 58.37 KB Download (88): SQL::Amazon::Request::Help Download

Added: June 17, 2010 | Visits: 1.137

Amber for Parrot Amber for Parrot is an object-oriented scripting language for the Parrot virtual machine. Amber for Parrot combines the traditional advantages of scripting languages with support for software correctness and large-scale software engineering. Amber for Parrot has syntax and semantics somewhere...


Platforms: *nix

License: Freeware Size: 819.2 KB Download (127): Amber for Parrot Download

Added: May 01, 2010 | Visits: 1.218

Yellow Dog Linux Yellow Dog Linux is the Premier Linux Operating System for PowerPC. Proven world-wide as the preferred Linux OS for the Power architecture, v4.1 brings Terra Soft into its 8th year of Power Linux development and support. Yellow Dog Linux v4.1 marks a returning point in Terra Softs effort to...


Platforms: *nix

License: Freeware Download (129): Yellow Dog Linux Download

Released: November 27, 2012  |  Added: November 27, 2012 | Visits: 1.245

Little Parrot Little Parrot is a Vocabulary Enhancement/Testing Tool. Want to Improve Your Vocabulary? Try Little Parrot today!.


Platforms: *nix

License: Freeware Size: 75.78 KB Download (181): Little Parrot Download

Added: January 25, 2010 | Visits: 964

WSL-Amazon WSL-Amazon - Easily Integrate Amazon Web Services into Your REALbasic Applications. This HTTPSocket subclass wraps the Amazon Web Services ECS 4.0 API into an easy-to-use library of 36 powerful methods and 164 properties with support for their US, UK, German, French, Canadian, and Japanese Amazon...


Platforms: Mac

License: Commercial Cost: $0.00 USD Size: 581 KB Download (100): WSL-Amazon Download

Added: January 25, 2010 | Visits: 1.672

Amazon Prime Search Widget Amazon Prime Search WidgetThe first of its kind, it allows you to search all of Amazon.com for Prime and Free Shipping Eligible items only.This will save you hours of time trying to filter through Amazon's navigation and fiddling with URLs.For those of you who don't know, Amazon Prime is a great...


Platforms: Mac

License: Freeware Download (107): Amazon Prime Search Widget Download

Released: November 05, 2012  |  Added: November 05, 2012 | Visits: 604

Amazon Chess Plus If you love chess games then don't miss out on Amazon Chess. It is one of the most singular and unusual chess games you can find. Apart from the traditional game, you can play in amazon mode, where amazon warriors violently fight each other in place of conventional pieces. Amazon Chess has...


Platforms: Windows

License: Shareware Cost: $19.95 USD Size: 15.6 MB Download (62): Amazon Chess Plus Download

1 2 3 4 5 >