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

Container Load freeware
Filter: All | Freeware | Demo
 

Container Load

< 1 2 3 4 5 > 
Added: November 22, 2010 | Visits: 1.529

CAD::Drawing::IO::Compressed CAD::Drawing::IO::Compressed is a Perl module to load and save compressed data. Requisite Plug-in Functions See CAD::Drawing::IO for a description of the plug-in architecture. check_type Returns true if $type is "compressed" or $filename has a ".gz" extension (probably the best way.)...



Platforms: *nix

License: Freeware Size: 39.94 KB Download (103): CAD::Drawing::IO::Compressed Download

Added: July 11, 2010 | Visits: 939

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

Added: October 04, 2010 | Visits: 1.100

heatload heatload is a tool for Linux which plots the CPU load against the CPU temperature as measured by the ACPI subsystem. Installation: As this package is made with the GNU autotools you should run ./configure inside the distribution directory for configuring the source tree. After that you should...


Platforms: *nix

License: Freeware Size: 98.3 KB Download (90): heatload Download

Added: November 14, 2010 | Visits: 901

VCS VCS project is a Perl library for generic Version Control System access in Perl. SYNOPSIS use VCS; $file = VCS::File->new($ARGV[0]); print $file->url, ":n"; for $version ($file->versions) { print $version->version, was checked in by , $version->author, "n"; } VCS is an API for...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (105): VCS Download

Added: May 02, 2010 | Visits: 1.137

libglade libglade library allows you to load glade interface files in a program at runtime. It doesnt require GLADE to be used, but GLADE is by far the easiest way to create the interface files. For an idea of how to use the library, see test-libglade.c and glade/glade-xml.h. To compile, you will need...


Platforms: *nix

License: Freeware Size: 419.84 KB Download (92): libglade Download

Added: August 02, 2010 | Visits: 1.362

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: April 20, 2010 | Visits: 801

WebmailCompose WebmailCompose is an extension which makes mailto: links load your webmails compose page. Makes mailto: links load your webmails compose page and adds a Compose link to the context menu. Also (optionally) overlays the Mail Button, Send Link and Send Image context menu items..


Platforms: *nix

License: Freeware Size: 17.41 KB Download (99): WebmailCompose Download

Added: February 19, 2010 | Visits: 1.104

Basset::DB::Table Basset::DB::Table is used to define database tables, ways to load that data into memory and build queries based upon the table information. SYNOPSIS For example, my $table = Basset::DB::Table->new( name => user, primary_column => id, autogenerated => 1, definition => { id =>...


Platforms: *nix

License: Freeware Size: 143.36 KB Download (98): Basset::DB::Table Download

Added: January 11, 2010 | Visits: 1.193

Resource::Loader Resource::Loader is a Perl module to load different resources depending. SYNOPSIS use Resource::Loader; $loader = Resource::Loader->new( testing => 0, verbose => 0, cont => 0, resources => [ { name => never, when => sub { 0 }, what => sub { die "this will never be loaded" }, }, {...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (146): Resource::Loader Download

Added: November 12, 2010 | Visits: 768

Posy::Plugin::DynamicCss Posy::Plugin::DynamicCss is a posy plugin to load different CSS styles based on the UserAgent. SYNOPSIS @plugins = qw(Posy::Core Posy::Plugin::YamlConfig ... Posy::Plugin::DynamicCss ... )); @actions = qw(init_params ... head_template dynamic_css_set head_render ... ); This...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (90): Posy::Plugin::DynamicCss Download

Added: September 19, 2010 | Visits: 959

lvs-kiss lvs-kiss is a daemon which enables you to create load balanced, high availability services. lvs-kiss is designed to make loadbalancing with fail over simple. The primary design-goal is for you to get loadbalancing with fail over up and running within an hour or so. Setting up a load balancing...


Platforms: *nix

License: Freeware Size: 47.1 KB Download (93): lvs-kiss Download

Added: August 04, 2010 | Visits: 1.044

L4ip 1.0 build L4ip is a daemon that extends IPFilters simple round-robin L4 load balancing with health checks. It takes care of monitoring and dynamically adding and removing ipnat rules in the kernel. L4ip fully supports UDP, TCP, and system()-style executions for health checks, including send/expect...


Platforms: *nix

License: Freeware Size: 235.52 KB Download (100): L4ip 1.0 build Download

Added: August 13, 2010 | Visits: 613

JIU JIU is a library which offers functionality to load, analyze, process and save pixel images. Various file formats are supported, demo applications for the command line and the AWT GUI toolkit are provided too..


Platforms: *nix

License: Freeware Size: 1.2 MB Download (89): JIU Download

Added: January 08, 2010 | Visits: 1.009

mod_athena mod_athena is an Apache-based application load balancer for large systems. This module is designed to allow httpd to act as a load balancer, either internally to apaches own mod_proxy (for reverse proxying), or externally to machines querying it. Arbitrary statistics are sent to the engine...


Platforms: *nix

License: Freeware Size: 870.4 KB Download (95): mod_athena Download

Added: June 23, 2010 | Visits: 959

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: May 27, 2010 | Visits: 1.901

SGI RGB Image File Plug-In SGI plug-in provides SGI image file load & save modules for The GIMP. The plug-in supports GRAY, GRAYA, RGB, and RGBA color modes. Using the SGI Plug-In: The Parameter Settings buttons control how much compression is applied to the image: No Compression stores the image raw or verbatim. RLE...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (217): SGI RGB Image File Plug-In Download

Added: September 15, 2010 | Visits: 759

XLB XLB is an HTTP load balancer. XLB project features connection management where requests are parsed and assigned to a persistent connection to the back-end server. This reduces back-end server load by causing fewer forks, less memory use, and lower CPU consumption. It can decode SSL requests,...


Platforms: *nix

License: Freeware Size: 184.32 KB Download (94): XLB Download

Added: July 04, 2010 | Visits: 812

dgnetload dgnetload is a distributed network load meter and control. This is a network load meter, much like "xisdnload" from the isdn4linux package, but it works in a distributed setup. It consists of two parts: - an agent program (devstata) runs on the machine with the interface to be monitored and...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (90): dgnetload Download

Added: September 07, 2010 | Visits: 942

Xfce 4 Systemload Plugin Xfce 4 Systemload Plugin is a system load plugin for the Xfce4 desktop environment, written by Riccardo Persichetti. The plugin displays the current CPU load, the memory in use, the swap space and the system uptime in the Xfce4 panel. Usage: Just place it into your panel. It will show you how...


Platforms: *nix

License: Freeware Size: 184.32 KB Download (94): Xfce 4 Systemload Plugin Download

Added: November 08, 2010 | Visits: 823

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

< 1 2 3 4 5 >