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

Building Dxf freeware
Filter: All | Freeware | Demo
 

Building Dxf

< 1 2 3 4 5 > 
Added: February 01, 2006 | Visits: 13.858

DWG Viewer View AutoCAD drawings with this free DWG/DXF/DWF viewer. The DWG Viewer is a small application wrapped around an ActiveX component. This allows it to run as a Windows application and in your browser. The ActiveX control requires Internet Explorer 4.x or above and Windows NT/95/98/2000. You can...



Platforms: Windows

License: Freeware Size: 8.04 MB Download (2967): DWG Viewer Download

Released: June 11, 2009  |  Added: July 10, 2009 | Visits: 3.954

Chicken Coop Plans Building A Chicken Coop - Chicken Coop Plans : Chicken House Plans & Contruction System. Learn how To Build A Chicken Coop. How To Build A Chicken House and Rear Chickens. Practical tips to caring for your hens and chickens. Learn the insider secrets and tips to Chicken and Hen Spa Eggs production.





Platforms: Windows, Windows CE

License: Freeware Size: 1.56 MB Download (1180): Chicken Coop Plans Download

Added: July 04, 2010 | Visits: 870

XAO::DO::Web::MenuBuilder XAO::DO::Web::MenuBuilder is a Perl module for building all sorts of menus. SYNOPSIS < %MenuBuilder base="/bits/top-menu" item.0="statistic" item.1="config" item.1.grayed item.2="password" item.2.grayed active="statistic" % > < %MenuBuilder base="/bits/top-menu" item.0="statistic"...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (91): XAO::DO::Web::MenuBuilder Download

Added: June 22, 2010 | Visits: 1.707

Template::Library::HTML Template::Library::HTML is a template library for building basic HTML pages. NOTE: This documentation is incomplete and may be incorrect in places. The html template library is distributed as part of the Template Toolkit. It can be found in the templates sub-directory of the installation...


Platforms: *nix

License: Freeware Size: 778.24 KB Download (110): Template::Library::HTML Download

Added: June 02, 2010 | Visits: 1.004

Template::Library::Splash Template::Library::Splash is a template library for building stylish HTML user interfaces. NOTE: This documentation is incomplete, incorrect and outdated. The Splash! library is still evolving and subject to change. See the examples for a much more recent and accurate demonstration of use....


Platforms: *nix

License: Freeware Size: 778.24 KB Download (102): Template::Library::Splash Download

Added: November 05, 2010 | Visits: 1.201

Aptana Aptana is a robust, JavaScript-focused IDE for building dynamic web applications..


Platforms: *nix

License: Freeware Size: 74.3 MB Download (96): Aptana Download

Added: September 04, 2010 | Visits: 913

Gretools Gretools is a vocabulary building tool for GNOME. It is a fun and efficient way to learn words. It has a simple and intuitive interface. Its word list consists of about 4000 words. Gretools consists of a synonym quiz, a word guessing game and a word browser. It automatically remembers the...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (113): Gretools Download

Added: January 26, 2010 | Visits: 1.069

BBCalc BBCalc stands for BodyBuilding Calculators and is a set of calculators related to body building and fitness topics.. Get The Diary of Hercules at SourceForge.net. Fast, secure and free downloads from the largest Open Source applications and software directory. The Diary of Hercules is a personal...


Platforms: *nix

License: Freeware Size: 19.46 KB Download (120): BBCalc Download

Added: November 27, 2010 | Visits: 1.318

Markup::MatchTree Markup::MatchTree is a Perl module for building trees to be compared to Markup::Trees. SYNOPSIS use Markup::MatchTree; my $match_tree = Markup::MatchTree->new( no_squash_whitespace => @same_as_I_used_for_Markup__Tree); $match_tree->parse_file (http://localhost/site_template.xml); Most...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (89): Markup::MatchTree Download

Added: October 18, 2010 | Visits: 1.840

CGI::Application::Plugin::Authentication::Driver CGI::Application::Plugin::Authentication::Driver is a Perl base module for building driver clasees for CGI::Application::Plugin::Authentication. SYNOPSIS package CGI::Application::Plugin::Authentication::Driver::MyDriver; use base qw(CGI::Application::Plugin::Authentication::Driver); sub...


Platforms: *nix

License: Freeware Size: 47.1 KB Download (92): CGI::Application::Plugin::Authentication::Driver Download

Added: September 23, 2010 | Visits: 2.356

CGI::Application::Plugin::Authentication::Store CGI::Application::Plugin::Authentication::Store is a base module for building storage classes for the CGI::Application::Plugin::Authentication plugin. SYNOPSIS package CGI::Application::Plugin::Authentication::Store::MyStore; use base qw(CGI::Application::Plugin::Authentication::Store);...


Platforms: *nix

License: Freeware Size: 47.1 KB Download (94): CGI::Application::Plugin::Authentication::Store Download

Added: August 23, 2010 | Visits: 896

DBIx::DBStag::Cookbook DBIx::DBStag::Cookbook is a Perl module for building and querying databases from XML. SYNOPSIS stag-autoddl.pl stag-storenode.pl selectall_xml.pl This will give an outline of how to build a normalised relational database from XML source data, set up SQL templates, issue relational queries...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (90): DBIx::DBStag::Cookbook Download

Added: March 04, 2010 | Visits: 1.578

PSA::Test::Builder PSA::Test::Builder is a backend for building test libraries. SYNOPSIS package My::Test::Module; use PSA::Test::Builder; require Exporter; @ISA = qw(Exporter); @EXPORT = qw(ok); my $Test = Test::Builder->new; $Test->output(my_logfile); sub import { my($self) = shift; my $pack =...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (156): PSA::Test::Builder Download

Added: July 11, 2010 | Visits: 986

Class::Std::Utils Class::Std::Utils is a Perl module for utility subroutines for building "inside-out" objects. SYNOPSIS use Class::Std::Utils; # Constructor for anonymous scalars... my $new_object = bless anon_scalar(), $class; # Convert an object reference into a unique ID number... my $ID_num = ident...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (87): Class::Std::Utils Download

Added: October 07, 2010 | Visits: 1.015

CGI::Wrap CGI::Wrap is a buffer output when building CGI programs. SYNOPSIS use CGI; use CGI::Croak; use CGI::Wrap; $query = new CGI; savequery $query; # to reconstruct input $CGI::Out::mailto = fred; # override default of $<
run &myfunc, @myargs # a function run sub { code } # an inline...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (91): CGI::Wrap Download

Added: July 04, 2010 | Visits: 1.414

CGI::Out CGI::Out is a Perl module to buffer output when building CGI programs. SYNOPSIS use CGI; use CGI::Out; $query = new CGI; savequery $query; # to reconstruct input $CGI::Out::mailto = fred; # override default of $<
out $query->header(); out $query->start_html( -title=>A test,...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (89): CGI::Out Download

Added: June 24, 2010 | Visits: 979

tXtFL tXtFL project is a play-by-play, team-building football simulator. Teams can be coached from the command-line, built through unique plays, and then tested on the field. It does not require 3D or even 2D accelerated graphics. A graphical display allows coaching from the command-line while...


Platforms: *nix

License: Freeware Size: 4.9 MB Download (103): tXtFL Download

Added: September 07, 2010 | Visits: 873

Acme::RTB Acme::RTB is a Perl extension for building realtimebattle bots. SYNOPSIS use Acme::RTB; my $robot = Acme::RTB->new({ Name => Anarion PerlBot 1.0, Colour => ff0000 ff0000, Log => /home/anarion/perl/rtb/robot.log} ); $robot->Start; This module will allow you to create bots for battling...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (93): Acme::RTB Download

Added: June 14, 2010 | Visits: 819

Samizdat Samizdat is a generic RDF-based engine for building collaboration and open publishing Web sites. It provides users with the means to cooperate and coordinate on all kinds of activities, including media activism, resource sharing, education and research, advocacy, and so on. The project intends...


Platforms: *nix

License: Freeware Size: 163.84 KB Download (89): Samizdat Download

Added: April 11, 2010 | Visits: 945

XML::Handler::Trees XML::Handler::Trees is a PerlSAX handlers for building tree structures. SYNOPSIS use XML::Handler::Trees; use XML::Parser::PerlSAX; my $p=XML::Parser::PerlSAX->new(); my $h=XML::Handler::Tree->new(); my $tree=$p->parse(Handler=>$h,Source=>{SystemId=>file.xml}); my...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (100): XML::Handler::Trees Download

< 1 2 3 4 5 >