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

Car Builder Simulator software
Filter: All | Freeware | Demo
 

Car Builder Simulator

< 1 2 3 4 5 
Added: September 13, 2010 | Visits: 1.527

Java Gui Builder The Java Gui Builder program is designed to decouple the GUI building code from the rest of the application code, without hand-writing code. It allows one to describe the layout of windows and controls using an XML file. A full DTD was written to allow on-the-fly validation. Using an XML file...



Platforms: *nix

License: Freeware Size: 696.32 KB Download (120): Java Gui Builder Download

Added: August 04, 2010 | Visits: 1.156

Hardware::Simulator Hardware::Simulator is a Perl extension for Perl Hardware Descriptor Language. SYNOPSIS use Hardware::Simulator; # NewSignal( perl_variable [, initial_value]); # create a signal called $in_clk, give it an initial value of 1 NewSignal(my $in_clk,1); # Repeater ( time_units , code_ref) #...





Platforms: *nix

License: Freeware Size: 10.24 KB Download (92): Hardware::Simulator Download

Added: August 21, 2010 | Visits: 1.218

DateTime::Format::Builder::Tutorial DateTime::Format::Builder::Tutorial is a quick class on using Builder. CREATING A CLASS As most people who are writing modules know, you start a package with a package declaration and some indication of module version: package DateTime::Format::ICal; our $VERSION = 0.04; After that, you...


Platforms: *nix

License: Freeware Size: 48.13 KB Download (107): DateTime::Format::Builder::Tutorial Download

Added: July 08, 2010 | Visits: 5.212

PHP Keno Simulator PHP Keno Simulator project is a Keno payout ruleset simulator. PHP Keno Simulator is a payout ruleset simulator for the classic game Keno. You can tune the payout chart to fulfill your "house advantage" or you can just calculate for fun (predefining the correct payouts) what the odds of...


Platforms: *nix

License: Freeware Size: 1.02 KB Download (340): PHP Keno Simulator Download

Added: October 04, 2010 | Visits: 1.442

OPEN BEXI HTML Builder OPEN BEXI HTML Builder is a WYSIWYG HTML editor which allows you to create Web pages and generate HTML code from your browser without any HTML knowledge. It lets you create, update, and remove HTML components. OPEN BEXI HTML Builder is suitable for beginners and experts..


Platforms: *nix

License: Freeware Size: 1.8 MB Download (131): OPEN BEXI HTML Builder Download

Added: January 24, 2010 | Visits: 2.118

Jimsim Network Simulator Jimsim Network Simulator project can emulate several routers connected via virutal networks. You can connect to the routers with your own favorite telnet program. Connecting to the Virtual Routers Use your favorite telnet program to connect to each of the virtual routers. For example: For...


Platforms: *nix

License: Shareware Cost: $0.00 USD Size: 665.6 KB Download (86): Jimsim Network Simulator Download

Added: September 07, 2010 | Visits: 1.671

Open Pinball Simulator Open Pinball Simulator project is an pinball simulator. The program is divided into two processes. The main process takes care of interpreting the .table description files and controls the balls movements according to physical laws. It communicates the balls coordinates to another process...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (165): Open Pinball Simulator Download

Added: March 26, 2010 | Visits: 1.056

XML::Grove::Builder 0.46 XML::Grove::Builder is a PerlSAX handler for building an XML::Grove. SYNOPSIS use PerlSAXParser; use XML::Grove::Builder; $builder = XML::Grove::Builder->new(); $parser = PerlSAXParser->new( Handler => $builder ); $grove = $parser->parse( Source => [SOURCE] ); XML::Grove::Builder is a...


Platforms: *nix

License: Freeware Size: 27.65 KB Download (100): XML::Grove::Builder 0.46 Download

Added: February 01, 2010 | Visits: 1.002

Data::DPath::Builder Data::DPath::Builder is a SAX handler for building an XPath tree. SYNOPSIS use AnySAXParser; use Data::DPath::Builder; $builder = Data::DPath::Builder->new(); $parser = AnySAXParser->new( Handler => $builder ); $root_node = $parser->parse( Source => [SOURCE] ); Data::DPath::Builder is...


Platforms: *nix

License: Freeware Size: 32.77 KB Download (95): Data::DPath::Builder Download

Added: July 20, 2010 | Visits: 1.174

XML::XPath::Builder XML::XPath::Builder is a SAX handler for building an XPath tree. SYNOPSIS use AnySAXParser; use XML::XPath::Builder; $builder = XML::XPath::Builder->new(); $parser = AnySAXParser->new( Handler => $builder ); $root_node = $parser->parse( Source => [SOURCE] ); XML::XPath::Builder is a...


Platforms: *nix

License: Freeware Size: 39.94 KB Download (118): XML::XPath::Builder Download

Added: August 07, 2010 | Visits: 2.445

PHP/Mysql Site Builder PHP/Mysql Site Builder is a PHP/Mysql tool for managing your homepage, you can create dinamyc and static version of your site. PHPBuilder is free software, released under GNU GPL Licence version 2.0 (see COPYING file for details). PHPBuilder is the result of many ideas, and code write by...


Platforms: *nix

License: Freeware Size: 79.87 KB Download (247): PHP/Mysql Site Builder Download

Added: August 15, 2010 | Visits: 1.365

Snow Path Formation Simulator Snow Path Formation Simulator is a program that models the process of people forming very distinct, and yet not always altogether logical looking, paths in the snow as they walk across open spaces. The evolving condition of the snow is displayed graphically. This project may eventually mature...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (99): Snow Path Formation Simulator Download

Added: May 10, 2013 | Visits: 1.493

Firewall Builder Thousands of users around the globe rely on Firewall Builder to help simplify their firewall management. Here are just a few of the reasons new users are joining the Firewall Builder community every day. Easy-to-Use GUI Instead of dealing with cryptic command lines Firewall Builder provides an...


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

License: Freeware Download (113): Firewall Builder Download

Added: March 13, 2010 | Visits: 1.919

Network Simulator Network Simulator (Ns) is a discrete event simulator targeted at networking research. Ns provides substantial support for simulation of TCP, routing, and multicast protocols over wired and wireless (local and satellite) networks. Ns began as a variant of the REAL network simulator in 1989 and...


Platforms: *nix

License: Freeware Size: 67.2 MB Download (372): Network Simulator Download

Added: November 06, 2010 | Visits: 1.015

File::Type::Builder File::Type::Builder is Perl module to parse mime-magic and generate code. SYNOPSIS my $build = File::Type::Builder->new(); while ( ) { chomp; my $parsed = $build->parse_magic($_); my $code = $build->string_start($parsed); (or string_offset or beshort) } Reads in the mime-magic...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (93): File::Type::Builder Download

Added: May 21, 2010 | Visits: 2.431

Simulator 8085 Simulator 8085 is a simulator of the 8085 MP for KDE (3.1 and 3.2pre) that allows you write code in a text editor. After assembling, the hex code is readable alongside the mnemonics. It can handle jumping labels and strings, and you can choose beetween a single or multiple window interface. All...


Platforms: *nix

License: Freeware Size: 716.8 KB Download (431): Simulator 8085 Download

Added: November 19, 2013 | Visits: 1.235

debian-builder debian-builder is a simple Perl script which is designed to rebuild a Debian package from its source. Some distributions such as Gentoo are focussed upon building packages from source code to give speed benefits, but that is not the aim of this program. Ive been experimenting with a version of...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (110): debian-builder Download

Added: January 09, 2010 | Visits: 1.595

Silent Wings Simulator Silent Wings Simulator game is a highly realistic flight simulator, designed to give high training value for soaring pilots as well as great fun for everyone interested in flight simulation. The dynamic behavior is based on accurate models from computational aerodynamics, and new techniques for...


Platforms: *nix

License: Shareware Cost: $83.00 USD Size: 30 MB Download (272): Silent Wings Simulator Download

Added: October 02, 2010 | Visits: 2.363

GNU 8085 Simulator GNUSim8085 is a graphical simulator for the Intel 8085 microprocessor. GNUSim8085 is a simulator and assembler for the Intel 8085 Microprocessor, in GNOME environment. GNU 8085 Simulator contains an inline assembler and a debugger. Whats New in This Release: - New: Use gtksourceview as...


Platforms: *nix

License: Freeware Size: 80.9 KB Download (276): GNU 8085 Simulator Download

Added: July 16, 2010 | Visits: 1.332

Open Site Builder Tools Open Site Builder Tools is a project that provides you with free software intended to facilitate your life as a professional web site developer. Currently available tools include: open site builder site pages assembler. Merges content pages into a predefined template and produces target...


Platforms: *nix

License: Freeware Size: 28.67 KB Download (113): Open Site Builder Tools Download

< 1 2 3 4 5