Software Index
Related Topics
Popular Trends
Trending Topics
 

Airfrance Iata Cargo Handling

All | Freeware
Product Title  /  Popularity Revised License Rating Size
Cargo Track Gold
Cargo Track[TM] Gold is a modern variant of the classic Japanese puzzle Sokoban. It consists of 52 predefined maps. Each map is a maze that contains boxes and target places where the boxes to be moved. Your task is to ...
November 15th 2002 Commercial  5 stars 7,892k
Cargo Track 3
Cargo Track[TM] 3 is a enhanced variant of the classic Japanese puzzle Sokoban. It consists of 55 predefined maps.In addition to predefined maps there is the build-in random map generator. That extends potential number of maps to unlimited and significantly ...
February 5th 2003 Commercial  4 stars 8k
Cargo Optimizer
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 Out) - multiple container sizes per shipment ...
December 5th 2006 Demo  5 stars 14,200k
Cargo Load Plan - CubeMaster
CubeMaster is a versatile, cost-effective software solution to optimize the 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 ...
March 13th 2008 Demo    39,063k
Maritime Software Suite
Maritime Software Suite is a user-friendly Draft Survey, Lashing Calculations and Route Planning software for Ships Officers and Marine Surveyors. Maritime Software Suite is easily operated using either Keyboard or Mouse. It complies with the latest UN ECE standards and ...
August 12th 2008 Shareware    2,233k
FilerFrog
FilerFrog is a new and innovative way of manipulating files in windows explorer.
FilerFrog integrates with windows explorer as a shell extension so it can provide you with tools to perform your every day file manipulation actions easily and efficiently.
...
November 30th 2008 Shareware    4,883k
Linear barcode Encode SDK
If you hope to use barcode function in several application at the same time, SDK/DLL is the best choice. you can encode more than 30 linear barcodes[Code 39+, Codabar, Code 2 of 5 Standard, Code 2 of 5 Industrial, Code ...
December 18th 2008 Shareware    293k
Genius Trio Racer FF Vista Driver
Experience a new era of driving realism with the Genius Trio Racer FF, the 3 in 1 Force Feedback racing wheel that saves you money and space and lets you play racing games on PS2, XBOX and PC platforms with ...
January 2nd 2011 Freeware    5,612k
cdgtools
cdgtools are tools for handling and ripping CD+G karaoke disks.

Here are some key features of "cdgtools":. . Publisher of cdgtools, Author of cdgtools 0.3.2. cdgtools are tools for handling and ripping CD+G karaoke disks. Here are some key features of ...
January 2nd 2011 Freeware    20k
CLISH
CLISH project is a modular framework for implementing a CISCO-like CLI on a Unix system. Arbitrary command menus and actions can be defined using XML files.

This software handles the user interaction, and forks the appropriate system commands to perform any ...
May 25th 2011 Freeware    504k
SQLOrm
SQLOrm is software created to set the standard for the next generation ORMs. It is based on the best properties of Ibatis, Toplink, Hibernate, Spring and our experiences using raw SQL.

As an outset, SQLOrm is designed to be simple, easy ...
March 8th 2011 Freeware    430k
Trfcrypt
trfcrypt is an add-on package to the tcl-extension trf. It provides the encryption functionality which was removed from the base package to allow its inclusion on the Tcl/Tk CDROM without violating US export control laws on cryptography.

The C API is ...
February 27th 2011 Freeware    461k
SourceHighlightI DE
SourceHighlightIDE project is an IDE for Source-Highlight. Sourcehighlightide is an Integrated Development Evironment for GNU Source-highlight (given a source file, produces a document with syntax highlighting); in particular, it is useful when you have to develop a new language definition ...
October 24th 2011 Freeware    553k
GnuTLS
GnuTLS is a project that aims to develop a library which provides a secure layer, over a reliable transport layer.

Currently this library implements the proposed standards by the IETF's TLS working group.

Here are some key features of "GnuTLS":

· Support for ...
June 3rd 2011 Freeware    4,792k
GNU Source-highlight
GNU Source-highlight produces a document with syntax highlighting when given a source file.

Source-highlight reads source language specifications dynamically, thus it can be easily extended (without recompiling the sources) for handling new languages.

GNU Source-highlight also reads output format specifications dynamically, and ...
October 18th 2011 Freeware    1,423k
fuse1.pl
fuse1.pl is a nontrivial demonstration of Fuse.pm, the Perl language interface of FUSE, the Linux userland filesystem. fuse1.pl project reflects a subpath of the host filesystem as a mount point of type fuse.

Read-only and read-write mounts are both possible. All ...
February 20th 2011 Freeware    61k
django-timezones
django-timezones is a Django plugin for localizing datetimes for the user. Timezone handling can be a bit tricky so the goal is to get rid of the guessing game and provide a simple interface to localizing datetimes for your users.. ...
May 13th 2011 Freeware    10k
Deep Purple Theme
Purple icons for your GNOME desktop

Purple Icon Theme is a GNOME icon theme for purple lovers.

How to install?

· Right click on your desktop and select Change Desktop Background
· Click on the first tab: Theme
· Drag and drop the theme's archive ...
March 10th 2011 Freeware    1,546k
DBFW
DBFW is a PHP-based database framework for rapid application development and rapid prototyping.

DBFW project allows the creation of almost complete Web/database-based applications in no more than few hours, as well as faster development cycles.

It uses automatic DB schema discovery with ...
May 5th 2011 Freeware    933k
DrFTPD
DrFTPD provides a distributed FTP daemon that uses a cluster of slaves for file transfers.

DrFTPD is an FTP server written in Java. It does not handle transfers in the same way that normal FTP servers do. Instead, it merges multiple ...
May 17th 2011 Freeware    12,810k
Related Scripts
ASP.NET and VB.NET Error Handling
ASP.NET and VB.NET Error Handling is a tutorial which deals with the error handing methods in ASP.NET and VB.NET. The author explains about how to use the structured way of error handling with the help of Try & Catch statement ...
November 27th 2005 Freeware     
ASP.NET Error Handling Support
ASP.NET supports finding the runtime error and handling the errors. This article proves the reality in it. Through the code the webmasters could mail the details about the issues and problems in production sites. This is only possible through this ...
November 24th 2005 Freeware     
ASP.NET Global Exception Handling
ASP.NET Global Exception Handling / is a tutorial which highlights about the exception handling in ASP.NET. Through this tutorial the user could show the custom error page instead of the default page. Using few code in the Global.asax which has ...
December 7th 2005 Freeware     
ASP.NET Tutorial: Global Error Handling using Global.asax and System.Web.Mail
Using Global.asax and System.Web.Mail how the users could handle the run time error is the main highlight of this tutorial. In this article the author describes the webmasters about how to get a formatted HTML alert email with all exceptions ...
November 23rd 2005 Freeware     
Best Practices for Handling Exceptions
An error is an event,- an exception is the object that the event creates. / When the program flow is blocked by an error, then there should be a solution to overcome that which we could call as exception. These ...
December 18th 2005 Freeware     
C# Error Handling
As errors are the most common in web application, the error handling is also very important task for the webmasters. The user should understand the reason for the errors and atonce it is to be rectified. The author tells that ...
December 13th 2005 Freeware     
CyErr - Error Handling Library
CyErr is a PHP orineted tool that finds out the errors on your script. Error types can be detected automaically and are stored in structural tree format into classes. You can expand error types. Error handling mode can be changed ...
November 26th 2005 Freeware     
Error Handling
This is a tutorial which teaches the users how to use the error functions for the script that has been written and how the users can use them in their own site by using php. The author says that you ...
November 30th 2005 Freeware     
Error Handling: Catching errors in ASP.net & C# (Part 1)
Errors are the most common blockade for the result oriented webmasters. Handling these errors become a challenge to the users. Here in this article the author describes the types of errors. The author covers the area with ASP.NET and C# ...
November 23rd 2005 Freeware     
Event Handling Between Dynamically Loaded User Controls
Event Handling Between Dynamically Loaded User Controls is an article through which user can gain knowledge about event handling through the users control with the help of ASP.NET application. Through this tutorial author elaborates the method of loading the user ...
December 20th 2005 Freeware     
Related Code
Ultimate Error handling for beginers
This helps teach beginers the use of error handling in the simplist way. The code demonstrates error handling in a project and how to easily log it into an error log file. The code is easily alterable and commented. This ...
September 23rd 2011     2k
C#CommDog v1.1.0
C#CommDog is a development tool that analyzes and optimizes the documentation state of an C# project (.csproj). All of the source code files of the project are checked for the correctness of their XML documentation. Missing and incorrect parts of ...
February 7th 2006     739k
Olvio.Ecommerce for Authorize.Net 1.0
Olvio.Ecommerce is a payment processing class library for the Authorize.Net payment gateway. It includes all the latest features, SIM and AIM integration methods, CC and ECHECK processing, hash validation, response stream reader and more. Includes a SimResponseReader class to handle ...
February 9th 2006     545k
MegaPipe .Net Compact Framework Control 2.0
MegaPipe .Net Compact Framework Class Library is a reliable and powerful 100% managed code component for handling serial communication and file-transfer (XModem Checksum, XModem CRC, XModem 1K, YModem, YModem-G, ZModem and Kermit). It supports Pocket PC and Windows CE and ...
February 12th 2006     922k
MegaPipe .Net Control 2.0
MegaPipe .Net Control is a reliable and powerful 100% managed code component for handling serial communication, modem operations and file-transfer (XModem Checksum, XModem CRC, XModem 1K, YModem, YModem-G, ZModem and Kermit). It can be used in any .Net environment such ...
February 18th 2006     893k
New Software
Popular Software