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

Cache Clothing Stores software
Filter: All | Freeware | Demo
 

Cache Clothing Stores

< 1 2 3 4 5 > 
Added: January 18, 2010 | Visits: 1.091

CPAN::Cache CPAN::Cache is a Perl module abstract locally-cached logical subset of a CPAN mirror. There have been any number of scripts and modules written that contain as part of their functionality some form of locally stored partial mirror of the CPAN dataset. CPAN::Cache does the same thing, except... Platforms: *nix

License: Freeware Size: 21.5 KB Download (102): CPAN::Cache Download

Added: April 16, 2010 | Visits: 792

Cache::Mmap Cache::Mmap Perl module helps you to share data cache using memory mapped files. SYNOPSIS use Cache::Mmap; $cache=Cache::Mmap->new($filename,%options); $val1=$cache->read($key1); $cache->write($key2,$val2); $cache->delete($key3); This module implements a shared data cache, using... Platforms: *nix

License: Freeware Size: 21.5 KB Download (101): Cache::Mmap Download

Added: July 01, 2010 | Visits: 754

Cache::Bounded Cache::Bounded is a size-aware in-memory cache optimized for speed. SYNOPSIS Cache::Bounded is designed for caching items into memory in a very fast but rudimentarily size-aware fashion. Most intelligent caches take either a size-aware or use-aware approach. They do so by either anlysing... Platforms: *nix

License: Freeware Size: 4.1 KB Download (100): Cache::Bounded Download

Added: May 20, 2010 | Visits: 2.048

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: September 07, 2010 | Visits: 1.181

Cache::Memcached::Tie Cache::Memcached::Tie is a Perl module created for using Cache::Memcached as hash. SYNOPSIS #!/usr/bin/perl -w use strict; use Cache::Memcached::Tie; my %hash; my $memd=tie %hash,Cache::Memcached::Tie, {servers=>[192.168.0.77:11211]}; $hash{b}=[a,{b=>a}]; print $hash{a}; print... Platforms: *nix

License: Freeware Size: 15.36 KB Download (97): Cache::Memcached::Tie Download

Added: November 02, 2010 | Visits: 1.090

Cache::Static Cache::Static is a Perl module used for caching without freshness concerns. SYNOPSIS HTML::Mason instructions In handler.pl: use Cache::Static; In any component you where you have a well defined set of dependencies which change the output: < %init > my $_cs_deps = [ #file dependencies... Platforms: *nix

License: Freeware Size: 60.42 KB Download (97): Cache::Static Download

Added: May 01, 2010 | Visits: 1.109

Cache::Memcached::XS Cache::Memcached::XS is a client library for memcached (memory cache daemon) using libmemcache. SYNOPSIS use Cache::Memcached::XS; $memd = new Cache::Memcached { servers => [ "10.0.0.15:11211", "10.0.0.15:11212", "10.0.0.17:11211", [ "10.0.0.17:11211", 3 ] ], compress_threshold =>... Platforms: *nix

License: Freeware Size: 34.82 KB Download (97): Cache::Memcached::XS Download

Added: February 04, 2010 | Visits: 1.079

Apache::Cache Apache::Cache is a cache data accessible between Apache childrens. SYNOPSIS use Apache::Cache qw(:status); my $cache = new Apache::Cache(default_expires_in=>"5 minutes"); # if the if the next line is called within 10 minutes, then this # will return the cache value overwise, this will... Platforms: *nix

License: Freeware Size: 8.19 KB Download (97): Apache::Cache Download

Added: November 07, 2010 | Visits: 1.140

Cache-Memcached-Tie Cache-Memcached-Tie is a tie for Cache::Memcached. Installation: To install this module type the following: perl Makefile.PL make make test make install. Platforms: *nix

License: Freeware Size: 15.36 KB Download (96): Cache-Memcached-Tie Download

Added: August 08, 2010 | Visits: 1.131

Cache::BerkeleyDB Cache::BerkeleyDB Perl module implements the Cache::Cache interface. This module implements the Cache interface provided by the Cache::Cache family of modules written by DeWitt Clinton. It provides a practically drop-in replacement for Cache::FileCache. As should be obvious from the name, the... Platforms: *nix

License: Freeware Size: 12.29 KB Download (96): Cache::BerkeleyDB Download

Added: August 08, 2008 | Visits: 1.586

Zen Cart Yahoo Stores Data Feed Zen Cart contribution which would help you export easy your products into Yahoo Stores pay-per-click engine.Some of the important benefits of listing in Yahoo Stores are:Secure shopping cart & online credit card processing. Advanced catalog and inventory management. Intuitive sales reporting and... Platforms: Windows

License: Commercial Cost: $39.00 USD Size: 30 KB Download (96): Zen Cart Yahoo Stores Data Feed Download

Added: January 18, 2010 | Visits: 1.360

CGI::Cache CGI::Cache is a Perl extension to help cache output of time-intensive CGI scripts. WARNING The interface as of version 1.01 has changed considerably and is NOT compatible with earlier versions. A smaller interface change also occurred in version 1.20. SYNOPSIS Heres a simple example:... Platforms: *nix

License: Freeware Size: 44.03 KB Download (94): CGI::Cache Download

Added: January 25, 2010 | Visits: 731

IE Cache Trasher X IE Cache Trasher deletes a file called "download cache" which can get quite big if you do not watch it. This file stores incomplete and complete downloads (the latter only if you set IE to remember your last completed downloads). It can grow to enormous proportions; mine was 119 MB the first time... Platforms: Mac

License: Freeware Size: 42 KB Download (93): IE Cache Trasher X Download

Added: August 10, 2008 | Visits: 1.272

CRE Loaded Yahoo Stores Data Feed C.R.E.Loaded contribution which would help you export easy your products into Yahoo Stores pay-per-click engine.Some of the important benefits of listing in Yahoo Stores are:Secure shopping cart & online credit card processing. Advanced catalog and inventory management. Intuitive sales reporting... Platforms: Windows

License: Commercial Cost: $39.00 USD Size: 30 KB Download (93): CRE Loaded Yahoo Stores Data Feed Download

Added: October 09, 2010 | Visits: 945

Cache::Cache Cache::Cache Perl module contains the Cache interface. The Cache modules are designed to assist a developer in persisting data for a specified period of time. Often these modules are used in web applications to store data locally to save repeated and redundant expensive calls to remote machines... Platforms: *nix

License: Freeware Size: 34.82 KB Download (91): Cache::Cache Download

Added: August 16, 2008 | Visits: 1.455

X-Cart Yahoo Stores Data Feed - X Cart Mod Allows export products to Yahoo Stores service, simple and quickly - in one click! Some of the important benefits of listing in Yahoo Stores are:-Secure shopping cart & online credit card processing.-Advanced catalog and inventory management.-Intuitive sales reporting and business insight.-Easy... Platforms: Windows

License: Commercial Cost: $39.00 USD Size: 30 KB Download (90): X-Cart Yahoo Stores Data Feed - X Cart Mod Download

Added: January 25, 2010 | Visits: 835

IE Cache Trasher IE Cache Trasher deletes a file called "download cache" which can get quite big if you do not watch it. This file stores incomplete and complete downloads (the latter only if you set IE to remember your last completed downloads). It can grow to enormous proportions; mine was 119 MB the first time... Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 17 KB Download (89): IE Cache Trasher Download

Added: August 14, 2008 | Visits: 1.381

osCMax Cart Yahoo Stores Data Feed osCMax Cart contribution which would help you export easy your products into Yahoo Stores pay-per-click engine. Some of the important benefits of listing in Yahoo Stores are: Secure shopping cart & online credit card processing. Advanced catalog and inventory management. Intuitive sales reporting... Platforms: Windows

License: Commercial Cost: $19.00 USD Size: 30 KB Download (89): osCMax Cart Yahoo Stores Data Feed Download

Released: February 21, 2013  |  Added: March 16, 2013 | Visits: 1.318

Clothing Store Invoice Template Clothing Store Invoice Template is ideal for those running clothing retailing shop or store business. On the heading section, the first section is for your own store or shop information, including a default LOGO image, your clothing store name, address, city state and zip, and web site or contact... Platforms: Windows

License: Freeware Size: 37.72 KB Download (70): Clothing Store Invoice Template Download

Released: January 06, 2016  |  Added: February 10, 2016 | Visits: 805

isosize clothing size widget Should you sell new or second hand clothes on ebay, etsy, or any other selling webstore, isosize helps you to provide detailed information regarding clothes measurements to increase trust on size. With isosize tags, you may also share your clothes items through social media like facebook,... Platforms: Windows, Mac, *nix, Windows 8, Windows 7, Windows Server, iOS, Android, iPhone,iPad

License: Freeware Size: 33 KB Download (64): isosize clothing size widget Download

< 1 2 3 4 5 >