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

Containers software
Filter: All | Freeware | Demo
 

Containers

1 2 3 4 5 > 
Added: November 29, 2013 | Visits: 560

Class::STL::Containers for Linux Class::STL::Containers is a Perl modulethat provides a framework for rapid Object Oriented Perl application development. It consists of a number of base classes that are similar to the C++/STL framework, plus a number of helper classes which provide the glue to transparently generate common...



Platforms: *nix

License: Freeware Size: 61.44 KB Download (37): Class::STL::Containers for Linux Download

Released: July 01, 2009  |  Added: July 31, 2009 | Visits: 39.566

Cube-IQ Cube-IQ load planning software optimizes the loading of containers, trucks, rail cars, and ULDs. It also handles (robotized) palletization and cartonization. Web-based, networked, and black box versions are available.





Platforms: Windows

License: Commercial Cost: $0.00 USD Size: 15 B Download (3974): Cube-IQ Download

Added: July 05, 2010 | Visits: 1.488

STL AVL Map STL AVL Map is an implementation of AVL-tree-based map, multimap, set and multiset containers for g++ 4.1.1. Almost everything on this library is based on libstdc++ v3 code, so the same license applies. The AVL operations (in lib/tree.cpp) were written by Daniel Köhler Osmari, and are under...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (128): STL AVL Map Download

UISplitPane - Split a container (figure/frame/uipanel) into two resizable sub-containers UISPLITPANE splits the specified container(s) (figure, panel or frame, referenced by handle(s) hParent) into two distinct panes (panels) separated by a movable divider. If no hParent container is specified, then the current figure (gcf) is assumed. Matlab components may freely be added to each of...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 61.44 KB Download (47): UISplitPane - Split a container (figure/frame/uipanel) into two resizable sub-containers Download

Added: July 15, 2013 | Visits: 434

Mind3doM RyeBread Widgets This plugin is designed to perform some simple class-based widget framework in wordpress. Using it you can write widget classes (or extend some) in object oriented manner. There is a simple widget API, defining basic interfaces and classes. AJAX is core-embedded. After writing your class, you...


Platforms: PHP

License: Freeware Size: 10 KB Download (45): Mind3doM RyeBread Widgets Download

Added: October 24, 2013 | Visits: 471

Miscellaneous Container Templates Current stable release is 1.0.0. It provides four general-purpose hashtable containers * closed_hash_set, closed_hash_map, linked_hash_set and linked_hash_map. The first two are very similar to TR1 unordered_set and unordered_map, the latter provide additional functionality. All relevant C++0x...


Platforms: Mac

License: Freeware Size: 133.12 KB Download (38): Miscellaneous Container Templates Download

Added: November 30, 2013 | Visits: 274

Java Container This library makes creation of execution containers for your application very easy and painless.


Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 7.4 MB Download (37): Java Container Download

Added: November 11, 2013 | Visits: 363

redisco Redisco is a Python module that allows you to store objects in _Redis: http://code.google.com/p/redis/. It is inspired by Ruby library _Ohm: http://github.com/soveran/ohm/ and its design and code are loosely based on Ohm and the Django ORM. It is built on top of _redis-py:...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (33): redisco Download

Released: July 18, 2011  |  Added: August 11, 2011 | Visits: 5.465

Cargo Optimizer Cargo Optimizer 4.30 is award winning cargo load optimizing software. Cargo Optimizer handles regularly shaped containers such as ocean containers, trucks and refrigerated units. Plus it offers several advanced options such as: - loading by sequence - loading by FILO (First In Last...


Platforms: Windows

License: Demo Cost: $499.00 USD Size: 13.87 MB Download (554): Cargo Optimizer Download

Released: February 03, 2009  |  Added: December 22, 2009 | Visits: 1.103

Fences Fences is a one-of-a-kind program, allowing you to draw labeled shaded areas on your desktop, which become movable & resizable containers for your desktop icons. These groups can help bring organization and consistency to your computer's desktop, solving the "constant mess" problem that has...


Platforms: Windows

License: Freeware Size: 6.25 MB Download (448): Fences Download

Added: July 16, 2010 | Visits: 1.009

Coefficient Coefficient is a scalable open source project based collaboration platform that can run in J2EE and web application containers. It currently provides basic collaboration tools as hot deployable modules. It also provides a workflow engine to help guide projects through their development cycle..


Platforms: *nix

License: Freeware Size: 16 MB Download (119): Coefficient Download

Added: September 17, 2010 | Visits: 932

uSTL uSTL is a partial implementation of the Standard Template Library which reduces code size by factoring memory management code into a non-template base class and deriving containers from it. Whats New in This Release: - This is the feature-complete release. - All containers, algorithms, and...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (91): uSTL Download

Added: January 26, 2010 | Visits: 970

XML::Mini::Node XML::Mini::Node contains nodes that are used as atomic containers for numerical and text data and act as leaves in the XML tree. They have no name or children. They always exist as children of XML::MiniElements. For example, < B >this text is bold< /B > Would be represented as a...


Platforms: *nix

License: Freeware Size: 348.16 KB Download (99): XML::Mini::Node Download

Added: June 25, 2010 | Visits: 885

Mail::Thread::Chronological Mail::Thread::Chronological can rearrange Mail::Thread::Containers into a Chronological structure. SYNOPSIS use Mail::Thread; use Mail::Thread::Chronological; my $threader = Mail::Thread->new( @messages ); my $lurker = Mail::Thread::Chronological->new; $threader->thread; for my...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (94): Mail::Thread::Chronological Download

Added: March 13, 2010 | Visits: 913

s11n s11n (an abbreviation for serialization) is an Open Source project focused on the generic serialization of objects (i.e., object persistence) in the C++ programming language. s11n library, appropriately named libs11n, can easily serialize all manner of PODs (Plain Old Data types), most STL...


Platforms: *nix

License: Freeware Size: 522.24 KB Download (91): s11n Download

Added: October 26, 2013 | Visits: 601

ObjectiveLib ObjectiveLib is a library for Objective-C that provides a full set of object containers, generic algorithms and binary streams. It provides the same services to Objective-C programmers that the Standard Template Library provides to C++ programmers.


Platforms: Mac

License: Freeware Size: 808.96 KB Download (105): ObjectiveLib Download

Released: October 30, 2013  |  Added: November 21, 2013 | Visits: 1.095

AtomBox Studio AtomBox Studio analyzer provides a structural representation of the QuickTime, MP4, Fragmented MP4, 3GPP, 3GPP2 and Flash Video, MPEG-DASH containers file format. A tree-view presents the detailed atom and box structure of the file, showing the inner hierarchy and full parameter list of the atoms...


Platforms: Windows, Windows 7, Windows Server

License: Shareware Cost: $131.00 USD Size: 8.23 MB Download (101): AtomBox Studio Download

Released: June 18, 2012  |  Added: June 18, 2012 | Visits: 395

BLZ Extractor BLZ Extractor is a tool for retrieving the contents of the Nokia N-Gage game containers (files with 'BLZ' extension). Since these games run not only on N-Gage, but also on other Symbian-based smartphones, they are very popular, keep in mind, however, that you must legally own the game for which...


Platforms: Windows

License: Shareware Cost: $8.95 USD Size: 1.14 MB Download (54): BLZ Extractor Download

Released: October 27, 2012  |  Added: October 27, 2012 | Visits: 1.411

Cargo Load Plan - CubeMaster CubeMaster™ is a versatile, cost-effective software solution to optimize the cargo load on your trucks, air & sea containers and pallets quickly and efficiently. It reduces shipping and transport costs through intelligent loading and optimal space utilization. CubeMaster™ supports you in...


Platforms: Windows

License: Freeware Size: 38.15 MB Download (191): Cargo Load Plan - CubeMaster Download

Released: September 20, 2012  |  Added: September 20, 2012 | Visits: 944

packVol Lite packVol is an Optimization Software for Load Planning, designed to plan the best space utilization inside containers and trucks, to help you reduce your transportation costs. It is an innovative software for MS Windows™, which has some unique features not found in other container loading...


Platforms: Windows

License: Freeware Size: 4.65 MB Download (480): packVol Lite Download

1 2 3 4 5 >