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

Astm Standards Building Codes freeware
Filter: All | Freeware | Demo
 

Astm Standards Building Codes

< 1 2 3 4 5 > 
Added: October 22, 2010 | Visits: 1.309

OpenGeoDB Perl module OpenGeDB Perl module is a module to access the OpenGeoDB database and calculate all ZIP codes in a certain radius..



Platforms: *nix

License: Freeware Size: 3.07 KB Download (102): OpenGeoDB Perl module Download

Added: November 14, 2010 | Visits: 1.035

Bio::Factory::SequenceFactoryI Bio::Factory::SequenceFactoryI is a Perl interface that allows for generic building of sequences in factories which create sequences (like SeqIO). SYNOPSIS # do not use this object directly it is an interface # get a Bio::Factory::SequenceFactoryI object like use Bio::Seq::SeqFactory; my...





Platforms: *nix

License: Freeware Size: 4.7 MB Download (102): Bio::Factory::SequenceFactoryI Download

Added: May 25, 2010 | Visits: 1.302

Geo::TigerLine::Record::B Geo::TigerLine::Record::B is a TIGER/Line 2003 Polygon Geographic Entity Codes: Corrections. SYNOPSIS use Geo::TigerLine::Record::B; @records = Geo::TigerLine::Record::B->parse_file($fh); @records = Geo::TigerLine::Record::B->parse_file($fh, &callback); $record =...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (101): Geo::TigerLine::Record::B Download

Added: January 20, 2010 | Visits: 981

mimetic mimetic is a powerful, full featured, STL-based, standards compliant C++ MIME library. mimetic is a GPL MIME library written in C++ designed to be easy to use and integrate but yet fast and efficient. Im a fan of the C++ Standard Library so mimetic has been built around the standard lib. This...


Platforms: *nix

License: Freeware Size: 419.84 KB Download (101): mimetic Download

Added: January 18, 2010 | Visits: 1.187

Geography::Countries Geography::Countries is a Perl module with 2-letter, 3-letter, and numerical codes for countries. SYNOPSIS use Geography::Countries; $country = country DE; # Germany @list = country 666; # (PM, SPM, 666, # Saint Pierre and Miquelon, 1) This module maps country names, and their 2-letter,...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (100): Geography::Countries Download

Added: September 23, 2010 | Visits: 2.364

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 (100): CGI::Application::Plugin::Authentication::Store Download

Added: April 11, 2010 | Visits: 952

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

Added: March 26, 2010 | Visits: 1.060

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: August 21, 2010 | Visits: 1.030

MURIX Linux MURIX Linux is a distribution based on LinuxFromScratch for building bootable CD-ROMs. Since you build it from source, MURIX should function on almost any hardware..


Platforms: *nix

License: Freeware Size: 26.6 MB Download (100): MURIX Linux Download

Added: September 07, 2010 | Visits: 878

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 (99): Acme::RTB Download

Added: June 23, 2010 | Visits: 977

Space Mines Space Mines project is a game where one makes money by building mines. Space Mines is a game where one needs to make money by building mines and by keeping ones workers happy. INSTALLATION make all make install make clean USAGE Build mines (but not too many) and create profits by...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (99): Space Mines Download

Added: January 13, 2010 | Visits: 1.489

Panda Publisher Panda Publisher provides a lightweight, standards-compliant content management system. Panda Publisher is a lightweight content management system. It aims to be fast, scalable, standards-compliant and meta-data rich in order to serve page viewers better and allow Web masters to concentrate on...


Platforms: *nix

License: Freeware Download (98): Panda Publisher Download

Added: September 27, 2010 | Visits: 817

Imager::Fountain Imager::Fountain is a class for building fountain fills suitable for use by the fountain filter. SYNOPSIS use Imager::Fountain; my $f1 = Imager::Fountain->read(gimp=>$filename); $f->write(gimp=>$filename); my $f1 = Imager::Fountain->new; $f1->add(start=>0, middle=>0.5, end=>1.0,...


Platforms: *nix

License: Freeware Size: 849.92 KB Download (98): Imager::Fountain Download

Added: August 19, 2010 | Visits: 1.015

Image::Button Image::Button is a base class for building PNG buttons using GD. SYNOPSIS use Image::Button::Rect; my $b1 = new Image::Button::Rect(text => text b1, font => newsgotn.ttf, fontsize => 20, file => b1.png); # $b2 is like $b1, but with different text and going to another file my $b2 =...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (97): Image::Button Download

Added: February 01, 2010 | Visits: 1.005

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 (97): Data::DPath::Builder Download

Added: November 05, 2010 | Visits: 1.209

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: November 14, 2013 | Visits: 624

SlackE17 SlackE17 is a project of building and distributing the new Enlightenment DR17 (E17) window manager for the Linux Slackware distribution. E17 is under heavy development but is stable enough for everyday use even if there was no official release yet.


Platforms: *nix

License: Freeware Size: 512 KB Download (96): SlackE17 Download

Added: November 17, 2010 | Visits: 1.031

Apache Beehive Apache Beehives goal is to make J2EE programming easier by building a simple object model on J2EE and Struts. Using the new JSR-175 annotations, Beehive reduces the coding necessary for J2EE. The initial Beehive project has three pieces - NetUI: An annotation-driven web application programming...


Platforms: *nix

License: Freeware Download (96): Apache Beehive Download

Added: March 18, 2010 | Visits: 870

yaSSL yaSSL is an SSL Library for programmers building security functionality into their applications and devices. yaSSL has a dual licensing model, like MySQL, so it is available under GPL and commercial licenses. Support and consulting are also available for yaSSL..


Platforms: *nix

License: Freeware Size: 522.24 KB Download (96): yaSSL Download

Added: November 20, 2010 | Visits: 1.131

XHTML Doclet XHTML Doclet is a standards-compliant alternative to the Javadoc standard HTML doclet. The project revises the document structure to exclude outdated tags and inline styles, creates valid XHTML markup, and provides better hooks for more flexible CSS manipulation. Quick Start: XHTML Doclet can...


Platforms: *nix

License: Freeware Size: 174.08 KB Download (95): XHTML Doclet Download

< 1 2 3 4 5 >