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

Optimize Container software
Filter: All | Freeware | Demo
 

Optimize Container

< 1 2 3 4 5 
Added: September 06, 2006 | Visits: 2.252

hTune hTune is a friendly and easy-to-use program that helps you optimize Web sites for faster loading. The program features clear wizard-style interface that enables you to optimize multiple files in a few simple steps by removing redundant and optional elements. hTune removes comments, empty lines,...



Platforms: Windows

License: Shareware Cost: $19.95 USD Size: 603 KB Download (114): hTune Download

Added: April 15, 2010 | Visits: 1.162

JPEG Fit JPEG Fit is a PHP class that can be used to optimize images to fit within a given file size limit. The project takes a picture in any format supported by the GD library and generates a JPEG picture with the maximum quality factor that makes the picture file size not exceed a given limit. This...





Platforms: *nix

License: Freeware Download (114): JPEG Fit Download

Released: May 01, 2009  |  Added: June 02, 2009 | Visits: 1.620

ZeoOptimizer Optimize Windows performance and speed up your PC in a safe way. ZeoOptimizer offers deep customizations of Windows internals done in a completely safe way. No need to manually tweak Windows Registry or to mess with system-critical files! ZeoOptimizer knows everything about your system, detects...


Platforms: Windows

License: Shareware Cost: $39.95 USD Size: 205.5 KB Download (112): ZeoOptimizer Download

Added: August 03, 2010 | Visits: 914

Class::Container Class::Container is a Perl module with Glues object frameworks together transparently. SYNOPSIS package Car; use Class::Container; @ISA = qw(Class::Container); __PACKAGE__->valid_params ( paint => {default => burgundy}, style => {default => coupe}, windshield => {isa => Glass}, radio...


Platforms: *nix

License: Freeware Size: 19.46 KB Download (110): Class::Container Download

Added: February 14, 2010 | Visits: 1.246

Jiplet Container Jiplet is short for Java SIP Servlet. Jiplet Container project is an open-source container for server-side SIP applications. An application developer can create a SIP application written in Java using the Jiplet API and deploy the application in the container. The container provides a number of...


Platforms: *nix

License: Freeware Size: 15.2 MB Download (106): Jiplet Container Download

Released: October 18, 2011  |  Added: December 08, 2012 | Visits: 1.390

SpeedyPC Pro Scan, repair, and optimize your Windows PC now with SpeedyPC Pro! In just 2 minutes, you can fix computer errors and boost speed. Plus, use built-in tools to stop malware infections, clean out junk files and more, to reveal your computerâ„¢s true potential. The SpeedyPC Pro system scan...


Platforms: Windows

License: Demo Cost: $29.97 USD Size: 4.51 MB Download (106): SpeedyPC Pro Download

Released: February 23, 2009  |  Added: September 05, 2011 | Visits: 1.101

A123 Health MP3 Health MP3 is software which can protect your hearing. It can improve the timbre with the higher sound effects of 192kbps, which can bring you the pleasant and attractive audio. It also could optimize the audio file according to the principle of human engineering, thereby protect your hearing. It...


Platforms: Windows

License: Shareware Cost: $19.99 USD Size: 3.65 MB Download (104): A123 Health MP3 Download

Added: August 02, 2010 | Visits: 1.365

Yahoo::Search::Request Yahoo::Search::Request is a container object for a Yahoo! Search request. (This package is included in, and automatically loaded by, the Yahoo::Search package.) Package Use You never need to use this package directly -- it is loaded automatically by Yahoo::Search. Object Creation In...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (103): Yahoo::Search::Request Download

Added: January 23, 2010 | Visits: 930

Sashenka Sashenka is aJ2EE Servlet container and framework for IRC bots and clients. Much of it is incomplete and it only handles basic incoming and outgoing messages but it is enough to build trivial bots with. Bots are written as Servlets following the Sun J2EE servlet model which are loaded by the...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (101): Sashenka Download

Released: May 01, 2010  |  Added: October 12, 2010 | Visits: 1.109

Perfect Tweaker 2010 Perfect Tweaker is an advanced registry cleaner in pc diagnosis and repair. It can do a complete scan of the pc errors such as system slowdown, freezing, crashing and deadlock. Safely optimize the speed of the system and set your PC in a fantastic performance! Features: Registry Cleaner:...


Platforms: Windows

License: Shareware Cost: $39.00 USD Size: 2.73 MB Download (100): Perfect Tweaker 2010 Download

Released: May 12, 2011  |  Added: May 25, 2011 | Visits: 698

FlashOptimizer FlashOptimizer is a tool to optimize Adobe Flash SWF file. FlashOptimizer has a simple AVM2(Actionscript Virtual Machine 2), witch will run the instructions, and than optimize the Actionscript Byte Code data. The key features as following: -Constant value optimization. -Methods and...


Platforms: Windows, Windows CE

License: Shareware Cost: $49.99 USD Size: 3.39 MB Download (100): FlashOptimizer Download

Released: November 21, 2012  |  Added: December 15, 2012 | Visits: 2.438

Windows 8 Manager Windows 8 Manager is an all-in-one utility for Microsoft Windows 8 specially, it includes over thirty different utilities to optimize, tweak, clean up and repair your Windows 8, helps you make your system perform faster, eliminate system fault, increase stability and security, and personalize...


Platforms: Windows

License: Shareware Cost: $29.95 USD Size: 8.96 MB Download (98): Windows 8 Manager Download

Added: November 12, 2010 | Visits: 1.104

Oak::Web::HTML::A Oak::Web::HTML::A is a HTML tag (Container). A Container to hold objects inside an A tag. Perl Oak Component Tree - Web Interface Components. This package brings the Web Component library, used to create web interfaces to your applications. See also the Forest Web Application Builder, a tool...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (95): Oak::Web::HTML::A Download

Added: January 25, 2010 | Visits: 532

MOX Optimize MOX Optimize is an application that allows you with some simple clicks to accelerate Mac OS X.Once you register you will also get a database of hints, information and tips for accelerating your use of Mac Os X. From optimizations of the Graphical User Interface to tips on using the Unix commands,...


Platforms: Mac

License: Shareware Cost: $0.00 USD Download (95): MOX Optimize Download

Added: March 02, 2010 | Visits: 929

Basset::Container::Hash Basset::Container::Hash Perl module implements a layered hash. The easiest way to explain is with an example: my %x = (a => b); tie my %y, Basset::Container::Hash, %x; #<- %x is the parent of y. print $x{a}; #prints b print $y{a}; #prints b (inherited from x) $y{a} = foo; $y{z} = bar;...


Platforms: *nix

License: Freeware Size: 143.36 KB Download (94): Basset::Container::Hash Download

Added: June 23, 2010 | Visits: 963

AVL Array AVL Array is an STL-like container for C++ that fills the gap between vector (or deque) and list, providing both fast random access and fast insertion/removal, all O(log n). This is not a map; in an avl_array, the "keys" always range from 0 to size-1, and they automatically change on insertion...


Platforms: *nix

License: Freeware Size: 71.68 KB Download (93): AVL Array Download

Added: September 10, 2010 | Visits: 1.076

Yahoo::Search::Response Yahoo::Search::Response is a container object for the result set of one query to the Yahoo! Search API. (This package is included in, and automatically loaded by, the Yahoo::Search package.) Package Use You never need to use this package directly -- it is loaded automatically by...


Platforms: *nix

License: Freeware Size: 35.84 KB Download (93): Yahoo::Search::Response Download

Added: November 08, 2010 | Visits: 825

Winstone Winstone is a servlet container that was written out of a desire to provide servlet functionality. Winstone works without the bloat that full J2EE compliance introduces. It is not intended to be a completely fully functional J2EE style servlet container (by this I mean supporting extraneous...


Platforms: *nix

License: Freeware Size: 337.92 KB Download (92): Winstone Download

Added: February 14, 2010 | Visits: 785

OpenEJB OpenEJB is an open source, configurable, modular and extendable EJB Container System and EJB Server. EJB Server OpenEJB comes with fast, lightweight EJB Servers for both Local and Remote access. Thats right, deploy your EJBs into the container system, then just start the Remote EJB Server...


Platforms: *nix

License: Freeware Size: 5.5 MB Download (91): OpenEJB Download

Added: July 11, 2010 | Visits: 945

dtRdr::GUI::Wx::BVManager dtRdr::GUI::Wx::BVManager is a container of sorts. SYNOPSIS Inheritance Wx::Panel Constructor new Creates a frame. $bv = dtRdr::GUI::Wx::BVManager->new($parent, @blahblahblah); Setup init $bvm->init($frame); show_welcome $bvm->show_welcome; GUI Control enable...


Platforms: *nix

License: Freeware Size: 2.8 MB Download (91): dtRdr::GUI::Wx::BVManager Download

< 1 2 3 4 5