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

General Lee Audi freeware
Filter: All | Freeware | Demo
 

General Lee Audi

< 1 2 3 4 5 > 
Added: August 19, 2008 | Visits: 4.204

Nero General Clean Tool If you usually use Nero programs or software, you have to upgrade, uninstall and install new versions of the same thing. Sometimes this produces conflicts with old versions, and for this the Nero General Clean Tool is very useful.Nero General Clean Tool automatically deletes all remnants of files...



Platforms: Windows

License: Freeware Size: 3 KB Download (1227): Nero General Clean Tool Download

Added: January 18, 2010 | Visits: 1.396

Tiled Tiled is a general purpose tile map editor. Tiled is built to be easy to use, yet capable of catering to a host of varying game engines, whether your game is an RPG, platformer or Breakout clone. Tiled supports plugins to read and write map formats, in addition to its map format, to support map...





Platforms: *nix

License: Freeware Size: 389.12 KB Download (116): Tiled Download

Added: January 05, 2010 | Visits: 1.169

FSME FSME is a graphical tool to develop general finite state machines. Developed automatas are stored in files simular to Qt Designer. Theyre converted to C++ in the same way as UIC does. You can navigate FSME by selecting element in the tree, or clicking diagram elements. The Object Editor is...


Platforms: *nix

License: Freeware Size: 174.08 KB Download (103): FSME Download

Added: February 26, 2010 | Visits: 884

APL APL project is a general purpose C++ template class library. All the code is placed in header files, so no compilation is required. You just have to #include the header file. The classes are implemented using Policy Based Design. When you use the class you decide how it should behave....


Platforms: *nix

License: Freeware Size: 512 KB Download (97): APL Download

Added: February 19, 2010 | Visits: 1.185

IPA IPA is a pluggable, flexible, general-purpose accounting system. IPA project supports static and dynamic rules, limits, sublimits, and thresholds. It works with external accounting, database and statistics modules. Accounting is done per specified period of a week. Complete documentation is...


Platforms: *nix

License: Freeware Size: 276.48 KB Download (153): IPA Download

Added: July 10, 2010 | Visits: 936

Rubytree Rubytree is a simple to use general purpose tree data structure implementation in Ruby. It provides easy access methods for navigating the hierarchy, as well as for accessing the nodes. Rubytree project also provides ability to marshal the entire tree structure. Whats New in This Release: -...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (100): Rubytree Download

Added: June 21, 2010 | Visits: 2.022

Unlimited Simulator Alpha Unlimited Simulator project is a general purpose simulator. Unlimited Simulator is not a game. Its a basis to create whatever simulations you want, from games to scientific simulations. You only have to worry about physics, controls and how the world looks like. It can be at the same time a...


Platforms: *nix

License: Freeware Size: 184.32 KB Download (209): Unlimited Simulator Alpha Download

Added: July 27, 2010 | Visits: 1.146

JavaDoc Taglets Collection JavaDoc Taglets Collection is set of general purpose taglets for use with the JavaDoc tool. It provides a standard set of new tags, and allows you to create new ones by configuration or using simple Java interfaces. The project has been tested with J2SE 1.4 and 1.5 and JavaSE 1.6. Whats New in...


Platforms: *nix

License: Freeware Size: 6.4 MB Download (101): JavaDoc Taglets Collection Download

Added: March 07, 2010 | Visits: 1.002

XML Parse Library XML-Parse library is a lightweight set of re-usable functions for general purpose parsing, checking, and creating xml files. It can support stream-oriented, SAX or DOM parsing styles, and includes an optional xsd schema validator and graphical schema generator. It supports all valid XML, and...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (103): XML Parse Library Download

Added: October 04, 2010 | Visits: 748

WebXMMS WebXMMS is a general plugin for xmms. WebXMMS plugin can display informations about your running music file at your homepage. You can adjust your information string with wild cards, for example %f = filename or %t = title. Its very easy to uses. Example string: Hans Zimmer & Trevor Rabin -...


Platforms: *nix

License: Freeware Size: 59.39 KB Download (89): WebXMMS Download

Added: July 14, 2010 | Visits: 784

POEST::Server POEST::Server - The Poest Master General. SYNOPSIS my $server = POEST::Server->new( Config => POEST::Config::Genearl, ConfigFile => /etc/poest.conf, ); $server->start; ABSTRACT This module controls the server itself. All high-level server interaction happens here. new() Create...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (89): POEST::Server Download

Added: March 06, 2010 | Visits: 761

Text::UberText::Overview Text::UberText::Overview Perl module contains some general documentation. HOWTO How to I create or designate a namespace? A namespace is two or more words seperated by periods, like "uber.loop", or "acme.database.inventory". All namespaces are in lowercase. If you do not plan on...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (92): Text::UberText::Overview Download

Added: August 22, 2010 | Visits: 852

TemplAT TemplAT is a general-purpose text-file template engine, designed to be used as an API from Java applications or servlets. It is small (39K) and simple, yet surprisingly powerful. It does not have any external library dependencies. TemplAT is distributed under the Apache License 2.0..


Platforms: *nix

License: Freeware Size: 39.94 KB Download (88): TemplAT Download

Added: July 12, 2010 | Visits: 1.040

massrename massrename is a general-purpose utility for batch-renaming file extensions, as well as strings within the base filename (for example, "SomeblehFile.mp3" to "SomeblahFile.mp3") Usage: /usr/bin/massrename [ ARGUMENTS ] ... Examples: massrename --from mp3 --to ogg # rename *.mp3 to *.ogg...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (99): massrename Download

Added: March 26, 2010 | Visits: 1.230

Simple components for Ada Simple components for Ada library is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This library is distributed in the...


Platforms: *nix

License: Freeware Size: 378.88 KB Download (92): Simple components for Ada Download

Added: July 11, 2010 | Visits: 836

Iterator Iterator is a general-purpose iterator class. SYNOPSIS use Iterator; # Making your own iterators from scratch: $iterator = Iterator->new ( sub { code } ); # Accessing an iterators values in turn: $next_value = $iterator->value(); # Is the iterator out of values? $boolean =...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (89): Iterator Download

Added: July 09, 2010 | Visits: 951

Classeine::Sdk Classeine::Sdk project is a set of general purpose class libraries written in C++ for NetBSD..


Platforms: *nix

License: Freeware Size: 51.2 KB Download (88): Classeine::Sdk Download

Added: June 16, 2010 | Visits: 1.722

Bison Bison project is a general-purpose parser generator that converts a grammar description for an LALR context-free grammar into a C program to parse that grammar. Once you are proficient with Bison, you can use it to develop a wide range of language parsers, from those used in simple desk...


Platforms: *nix

License: Freeware Size: 1.3 MB Download (153): Bison Download

Added: June 15, 2010 | Visits: 2.126

daloRADIUS daloRADIUS is an advanced RADIUS web management application aimed at managing hotspots and general-purpose ISP deployments. The project features user management, graphical reporting, accounting, a billing engine and integrates with GoogleMaps for geo-locating. daloRADIUS is written in PHP and...


Platforms: *nix

License: Freeware Size: 174.08 KB Download (138): daloRADIUS Download

Added: May 10, 2013 | Visits: 666

Libgenerics Libgenerics is a general c utility library. Its main purpose is to give developpers a set of tools that enable them to describe the objects they are developping at compil time to dynamically analyse them at runtime. It gives the possibility to dump and restore the objects states in a binary chunk...


Platforms: Windows, Mac, *nix, C/C++, BSD Solaris

License: Freeware Download (95): Libgenerics Download

< 1 2 3 4 5 >