









Serving Software Downloads in 976 Categories, Downloaded 31.011.868 Times
Stair Dismount - Porrasturvat is a stair stunt game. The legendary superhero Spector has found, to his shock, that he cannot write off all the damage he has caused to the city out of his taxes unless he proves that he has sustained significant damage in the process himself! Now its up to you to...
Platforms: *nix
License: Freeware | Size: 1.9 MB | Download (134): Stair Dismount - Porrasturvat Download |
A collection of 3D (isometric projection) icons depicting various objects of city infrastructure, Desktop Building Icons are here to help design the look and feel of a perfect architectural planning or mapping suite. Desktop Building Icons make for a perfect city map when assembled together....
Platforms: Mac
License: Freeware | Size: 2.4 MB | Download (34): Desktop Building Icons for Mac OS Download |
Powerhouse SEO Link Building Tool - Get your Blogs, Websites, or Sales Pages ranking with top search engines! Powerhouse SEO Link Building Tool, Get your Blogs, Websites, or Sales Pages ranking with top search engines. This software will allow you to create keyword back links by indexing it with...
Platforms: Windows
License: Freeware | Size: 442 KB | Download (39): Powerhouse SEO Link Building Tool Download |
Use post comment threads to facilitate meaningful knowledge building discussions. Comes with several knowledge type sets (eg. progressive inquiry, six hat thinking) that can be used to semantically tag comments, turning your WordPress into a knowledge building environment. Especially useful in...
Platforms: PHP
License: Freeware | Size: 20.48 KB | Download (18): Knowledge Building Download |
Building block toys in a circle make up this unusual screensaver, suitable for kids of all ages ;)
Platforms: Windows
License: Freeware | Size: 1.6 MB | Download (86): Building Block Toys 360 Download |
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 (456): Chicken Coop Plans Download |
Primus-DCF is a free and complete software that allows Engineers, Architects, Surveyors and building
contractors to easily create bills of quantities and estimates for the building industry through a very user-friendly interface.
Your monitor becomes your desktop where you will be able to...
Platforms: Windows
License: Freeware | Size: 15.36 MB | Download (208): Primus DCF Download |
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 (74): XAO::DO::Web::MenuBuilder Download |
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 (93): Template::Library::HTML Download |
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 (79): Template::Library::Splash Download |
Aptana is a robust, JavaScript-focused IDE for building dynamic web applications..
Platforms: *nix
License: Freeware | Size: 74.3 MB | Download (73): Aptana Download |
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 (91): Gretools Download |
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 (92): BBCalc Download |
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 (72): Markup::MatchTree Download |
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 (73): CGI::Application::Plugin::Authentication::Driver Download |
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 (73): CGI::Application::Plugin::Authentication::Store Download |
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 (72): DBIx::DBStag::Cookbook Download |
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 (132): PSA::Test::Builder Download |
XCC is a tool for building XML format parsers. One way to describe what XCC does is by analogy with a generic parser generator, e.g. yacc or bison. Yacc needs a lexical analyzer to function properly, and that lexical analyzer is usually built with (f)lex. In the XML world, there are a few...
Platforms: *nix
License: Freeware | Size: 337.92 KB | Download (85): XCC Download |
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 (71): Class::Std::Utils Download |