lightweight travel trailers
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 505
LightWeight Time Tracker 1.0.0pre
LightWeight Time Tracker (LWTT) is a very simple time-tracking program. more>>
LightWeight Time Tracker (LWTT) is a very simple time-tracking program. LightWeight Time Tracker provides independent real-time tracking of multiple tasks (such as programming, lectures, presentations, etc.).
The data are saved to an XML file under the home directory.
<<lessThe data are saved to an XML file under the home directory.
Download (0.080MB)
Added: 2006-06-09 License: GPL (GNU General Public License) Price:
1234 downloads
Lightweight Java Game Library 1.1.2
Lightweight Java Game Library project is a native binding to OpenGL and OpenAL. more>>
Lightweight Java Game Library project is a native binding to OpenGL and OpenAL.
The Lightweight Java Game Library is a native binding for OpenGL and OpenAL written with game developers in mind.
It allows the full OpenGL and OpenAL APIs to be exposed without the penalties associated with competing methods, nor the limitations of APIs such as Java3D.
Tutorials and demos are available, and Windows, Linux, and Mac OS X are supported.
Main features:
- Speed
- Simplicity
- Ubiquity
- Smallness
- Security
- Robustness
- Minimalism
Enhancements:
- Dont allow switching to fullscreen when a custom display mode is in effect. This is a change from before, where the current mode was simply overwritten with the initial (desktop) mode
<<lessThe Lightweight Java Game Library is a native binding for OpenGL and OpenAL written with game developers in mind.
It allows the full OpenGL and OpenAL APIs to be exposed without the penalties associated with competing methods, nor the limitations of APIs such as Java3D.
Tutorials and demos are available, and Windows, Linux, and Mac OS X are supported.
Main features:
- Speed
- Simplicity
- Ubiquity
- Smallness
- Security
- Robustness
- Minimalism
Enhancements:
- Dont allow switching to fullscreen when a custom display mode is in effect. This is a change from before, where the current mode was simply overwritten with the initial (desktop) mode
Download (MB)
Added: 2007-08-18 License: BSD License Price:
801 downloads
VIF Lightweight Framework 1.0
VIF Lightweight Framework is an object-relational bridge to store and retrieve data in relational database management systems. more>>
VIF Lightweight Framework is an object-relational bridge to store and retrieve data in relational database management systems (RDMS). The frameworks building blocks to access data are data object models (DOM objects) and joined data object models (joined DOM objects).
A DOM object is used for read-write access to a database table. VIF Lightweight Framework encapsulates the mapping of the objects attribute to the underlying table fields. A joined DOM object encapsulates SQL SELECT commands of any complexity. With joined DOM objects, its possible to design involved data retrieval.
<<lessA DOM object is used for read-write access to a database table. VIF Lightweight Framework encapsulates the mapping of the objects attribute to the underlying table fields. A joined DOM object encapsulates SQL SELECT commands of any complexity. With joined DOM objects, its possible to design involved data retrieval.
Download (MB)
Added: 2006-12-12 License: GPL (GNU General Public License) Price:
1046 downloads
Lightweight C++ 1.3.2
Lightweight C++ is a language similar to C++ which is translated to C. more>>
Lightweight C++ is a programming language that looks like C++ (a lightweight C++ dialect) and is directly translated to readable C by the lwc preprocessor.
Its more "K&R" and, well, more lightweight. Important thing about lightweight C++ is that by studying the generated C code it is easy to understand how OOP features are implemented and what is the cost of everything.
Adding new features and extensions is also very easy (much easier than adding new C++ extensions to gcc at least), and this is one of lwc goals: To keep evolving.
Main features:
- function overloading,
- member functions,
- inheritance,
- virtual functions (polymorphism),
- multiple inheritance,
- virtual inheritance and pure virtual functions,
- constructors, destructors,
- new and delete,
- default function arguments,
- simple exceptions (no auto destruction of locals)
- and a mechanism of simplistic templates (implemented as high-level multi-line macros).
- operator overloading (works with ptrs when it can)
- +other
Enhancements:
- Changed the generated code for the gcc cleanup attribute so that if a constructor throws, the destructor is not invoked. As in the simple case where we dont have the cleanup attribute and like C++.
<<lessIts more "K&R" and, well, more lightweight. Important thing about lightweight C++ is that by studying the generated C code it is easy to understand how OOP features are implemented and what is the cost of everything.
Adding new features and extensions is also very easy (much easier than adding new C++ extensions to gcc at least), and this is one of lwc goals: To keep evolving.
Main features:
- function overloading,
- member functions,
- inheritance,
- virtual functions (polymorphism),
- multiple inheritance,
- virtual inheritance and pure virtual functions,
- constructors, destructors,
- new and delete,
- default function arguments,
- simple exceptions (no auto destruction of locals)
- and a mechanism of simplistic templates (implemented as high-level multi-line macros).
- operator overloading (works with ptrs when it can)
- +other
Enhancements:
- Changed the generated code for the gcc cleanup attribute so that if a constructor throws, the destructor is not invoked. As in the simple case where we dont have the cleanup attribute and like C++.
Download (0.21MB)
Added: 2005-04-13 License: Freeware Price:
1655 downloads
Business::Travel::OTA 0.53
Business::Travel::OTA is a Perl module with tools for handling OTA-compliant (Open Travel Alliance) messages. more>>
Business::Travel::OTA is a Perl module with tools for handling OTA-compliant (Open Travel Alliance) messages.
SYNOPSIS
# This tests the "otaserver" with an OTA_PingRQ message
otaclient --ping --verbose
The Business::Travel::OTA module is the main module for the Business-Travel-OTA distribution in the OTA-Tools project. Your can see the project web site at SourceForge.
http://sourceforge.net/projects/ota-tools
The OTA-Tools project is a set of software tools useful for building, testing, and exercising web services (and other interfaces) for the travel industry which comply with the specifications of the Open Travel Alliance (OTA). You can see the OTA web site here.
http://www.opentravel.org
This project is initiated by members of the OTA, but it is not an official project of the OTA. It represents an opportunity for OTA members to collaborate on tools, test suites, and reference implementation software for the purposes of reducing the learning curve for newcomers and enhancing interoperability.
The Business-Travel-OTA distribution is a set of Perl modules and programs which demonstrate the creation, validation, transmission, processing, parsing, and manipulation of OTA messages. This software also implements reference client and server capabilities which can be adapted as necessary.
<<lessSYNOPSIS
# This tests the "otaserver" with an OTA_PingRQ message
otaclient --ping --verbose
The Business::Travel::OTA module is the main module for the Business-Travel-OTA distribution in the OTA-Tools project. Your can see the project web site at SourceForge.
http://sourceforge.net/projects/ota-tools
The OTA-Tools project is a set of software tools useful for building, testing, and exercising web services (and other interfaces) for the travel industry which comply with the specifications of the Open Travel Alliance (OTA). You can see the OTA web site here.
http://www.opentravel.org
This project is initiated by members of the OTA, but it is not an official project of the OTA. It represents an opportunity for OTA members to collaborate on tools, test suites, and reference implementation software for the purposes of reducing the learning curve for newcomers and enhancing interoperability.
The Business-Travel-OTA distribution is a set of Perl modules and programs which demonstrate the creation, validation, transmission, processing, parsing, and manipulation of OTA messages. This software also implements reference client and server capabilities which can be adapted as necessary.
Download (0.014MB)
Added: 2006-10-07 License: Perl Artistic License Price:
1124 downloads
123 Travel Search 1.2
123 Travel Search is an extension which creates 3 small travel search icons on the bottom of your browser. more>>
123 Travel Search is an extension which creates 3 small travel search icons on the bottom of your browser.
Creates 3 small travel search icons on the bottom of your browser. When clicking on them, they will create a little search box which allows you to enter your travel details once and then select the providers you want to see.
International users will see a metasearch. Depending on where the user is from, the search will be redirected to show merchants that can handle the purchase request.
<<lessCreates 3 small travel search icons on the bottom of your browser. When clicking on them, they will create a little search box which allows you to enter your travel details once and then select the providers you want to see.
International users will see a metasearch. Depending on where the user is from, the search will be redirected to show merchants that can handle the purchase request.
Download (0.016MB)
Added: 2007-04-12 License: MPL (Mozilla Public License) Price:
927 downloads

SQLite Manager 0.5.0 Beta 3
SQLite Manager is an all-in-one and very useful application which can manage all your sqlite databases using this lightweight extension for firefox, thunderbird, sunbird, seamonkey, songbird, komodo, flock etc. more>> <<less
Added: 2009-07-23 License: MPL Price: FREE
62 downloads
Other version of SQLite Manager
Siteframe 3.2.3
Siteframe consists of a lightweight content-management system designed for the rapid deployment of community-based websites. more>>
Siteframe consists of a lightweight content-management system designed for the rapid deployment of community-based websites.
Siteframe™ is a lightweight content-management system designed for the rapid deployment of community-based websites. With Siteframe, a group of users can share stories and photographs, create blogs, send email to one another, and participate in group activities. Siteframe enables this by providing web-based content management so that anyone can create content without needing to learn HTML.
<<lessSiteframe™ is a lightweight content-management system designed for the rapid deployment of community-based websites. With Siteframe, a group of users can share stories and photographs, create blogs, send email to one another, and participate in group activities. Siteframe enables this by providing web-based content management so that anyone can create content without needing to learn HTML.
Download (0.66MB)
Added: 2007-04-25 License: Common Public License Price:
545 downloads
search4files 0.2a
search4files project is a handy file search tool using different backends which is configurable via the command line. more>>
search4files project is a handy file search tool using different backends which is configurable via the command line.
This program acts as a frontend for different file search engines. The interface is intentionally lightweight and simple. But it takes configuration options from the command line.
Currently find, (s)locate, tracker and beagle are supported as backends.
<<lessThis program acts as a frontend for different file search engines. The interface is intentionally lightweight and simple. But it takes configuration options from the command line.
Currently find, (s)locate, tracker and beagle are supported as backends.
Download (0.016MB)
Added: 2006-12-31 License: GPL (GNU General Public License) Price:
1027 downloads
ltpanel 0.1
ltpanel is a lightweight window list application. more>>
ltpanel is a lightweight window list for the X Window System, similar to GNOMEs window list applet.
It has been tested on IceWM and should work with any GNOME-compliant window manager. It is based on Peter Zeleznys fspanel.
<<lessIt has been tested on IceWM and should work with any GNOME-compliant window manager. It is based on Peter Zeleznys fspanel.
Download (0.018MB)
Added: 2005-04-26 License: GPL (GNU General Public License) Price:
1641 downloads
triggers 0.41
trigger is a lightweight, asynchronous notification mechanism to set off events in and across systems. more>>
trigger is a lightweight, asynchronous notification mechanism to set off events in and across systems. The poor mans daily snapshot, glastree builds live backup trees, with branches for each day. Users directly browse the past to recover older documents or retrieve lost files. Hard links serve to compress out unchanged files, while modified ones are copied verbatim. A prune utility effects a constant, sliding window.
<<less Download (0.014MB)
Added: 2006-07-13 License: GPL (GNU General Public License) Price:
1198 downloads
Bagel View 2.0
Bagel View is a lightweight image viewer for looking at PPM, PBM, and PGM images in both RAW and ASCII format. more>>
Bagel View project is a lightweight image viewer for looking at pXm images. Here pXm means Portable Pixmap (ppm), Portable Bitmap (pbm), and Portable Graymap (pgm) in both RAW and ASCII format. Sample files are included in the samples directory.
<<less Download (0.018MB)
Added: 2007-02-27 License: GPL (GNU General Public License) Price:
971 downloads
Trailerfetcher 0.3 Alpha
Trailerfetcher is video conversion application. more>>
Trailerfetcher is video conversion application.
As an owner of a small home-cinema system I got an idea: Wouldnt it be neat if before every film you play, mythtv would automatically show you a few trailers of other cool films too come (or already there)?
Trailers would also allow you to "ease into" actually watching the film and cover the whole "lets get the popcorn"-phase, etc.
But I already knew what a hassle it is to download _one_ trailer from sites like yahoo or apple.com. So I decided to make it easy:
This application provides an easy to use interface for downloading trailers. It fetches a list from a trailerpage (currently only yahoo.com) and lists all avalible trailers.
It then summarize the found trailers and displays info about the title, the genre and a short describtion of the plot. All this is fetched and extracted automatically.
You can than mark the trailers you want to download and simply press "Download" to save them to your harddrive.
Ok this was the marketing talk. I wrote this software because I needed it (probably the reason for most open-source-projects), but it is far from feature-complete. It is usable though (it loaded all 73 currently avalible trailers from yahoo.com last night).
AFAIK it is perfectly legal to download these trailers. If anyone thinks it isnt: please feel free to delete the project.
Usage notes: Set the settings before retrieving the list! Some settings (e.g. the resolution) will not take effect if you dont.
<<lessAs an owner of a small home-cinema system I got an idea: Wouldnt it be neat if before every film you play, mythtv would automatically show you a few trailers of other cool films too come (or already there)?
Trailers would also allow you to "ease into" actually watching the film and cover the whole "lets get the popcorn"-phase, etc.
But I already knew what a hassle it is to download _one_ trailer from sites like yahoo or apple.com. So I decided to make it easy:
This application provides an easy to use interface for downloading trailers. It fetches a list from a trailerpage (currently only yahoo.com) and lists all avalible trailers.
It then summarize the found trailers and displays info about the title, the genre and a short describtion of the plot. All this is fetched and extracted automatically.
You can than mark the trailers you want to download and simply press "Download" to save them to your harddrive.
Ok this was the marketing talk. I wrote this software because I needed it (probably the reason for most open-source-projects), but it is far from feature-complete. It is usable though (it loaded all 73 currently avalible trailers from yahoo.com last night).
AFAIK it is perfectly legal to download these trailers. If anyone thinks it isnt: please feel free to delete the project.
Usage notes: Set the settings before retrieving the list! Some settings (e.g. the resolution) will not take effect if you dont.
Download (0.010MB)
Added: 2007-05-21 License: GPL (GNU General Public License) Price:
887 downloads
Tigase Server 2.9.5-b606
Tigase Server is a lightweight and scalable Jabber/XMPP server. more>>
Tigase Server project is a lightweight and scalable Jabber/XMPP server. No third party libraries are needed. For services with very high load and a huge number of users, it can be deployed on as many machines as needed.
Enhancements:
- This release corrects and improves the packet filter, adds a startup script for Mandriva Linux, and fixes a problem with stream initialization on very fast machines.
- The IOService class is now synchronized.
- There are many performance improvements, and processing packets from/to remote servers has been added.
<<lessEnhancements:
- This release corrects and improves the packet filter, adds a startup script for Mandriva Linux, and fixes a problem with stream initialization on very fast machines.
- The IOService class is now synchronized.
- There are many performance improvements, and processing packets from/to remote servers has been added.
Download (1.4MB)
Added: 2007-06-12 License: GPL (GNU General Public License) Price:
867 downloads
Registry J2SE 1.2.0
Registry-J2SE is a library that provides lightweight registry functions for both Hibernate2 and Hibernate3 configurations. more>>
Registry J2SE is a library that provides lightweight registry functions for both Hibernate2 and Hibernate3 configurations.
<<less Download (0.012MB)
Added: 2006-08-17 License: The Apache License Price:
1170 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above lightweight travel trailers search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed
