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

Automatic Backlink Builder software
Filter: All | Freeware | Demo
 

Automatic Backlink Builder

< 1 2 3 4 5 
Added: January 18, 2010 | Visits: 1.488

The Diabolically Uncrashable Mud Builder The Diabolically Uncrashable Mud Builder project is a is a lisp interpreter specialized for MUD building. The goal of the Diabolically Uncrashable Mud Builder project is to provide MUD developers a language specifically designed for the purpose. The Diabolically Uncrashable Mud Builder, as the...



Platforms: *nix

License: Freeware Download (92): The Diabolically Uncrashable Mud Builder Download

Added: January 18, 2010 | Visits: 1.340

Class::Adapter::Builder Class::Adapter::Builder is a Perl module that can generate Class::Adapter classes. SYNOPSIS package My::Adapter; use strict; use Class::Adapter::Builder ISA => Specific::API, METHODS => [ qw{foo bar baz} ], method => different_method; 1; Class::Adapter::Builder is another mechanism...





Platforms: *nix

License: Freeware Size: 24.58 KB Download (205): Class::Adapter::Builder Download

Added: February 16, 2010 | Visits: 1.451

Custom Eclipse Builder Custom Eclipse Builder is a lightweight Ant-based project to build a company and personal customized Eclipse distribution including company and personal relevant plugins, preferences and settings. The modern software development process becomes more and more distributed characted. Now, a usual...


Platforms: *nix

License: Freeware Size: 1.2 MB Download (95): Custom Eclipse Builder Download

Added: July 03, 2010 | Visits: 1.210

Automatic Firewall Automatic Firewall is a script that will automatically configure a firewall. If you are a broadband or dial-up user who doesnt have a firewall script, you need to get one to protect yourself. AutoFW is made to help you do that with no efforts. Many people when connecting to the internet need a...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (92): Automatic Firewall 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: June 08, 2010 | Visits: 1.275

DateTime::Format::Builder DateTime::Format::Builder is a Perl module to create datetime parser classes and objects. SYNOPSIS package DateTime::Format::Brief; our $VERSION = 0.07; use DateTime::Format::Builder ( parsers => { parse_datetime => [ { regex => qr/^(d{4})(dd)(dd)(dd)(dd)(dd)$/, params => [qw( year...


Platforms: *nix

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

Added: February 25, 2010 | Visits: 1.345

CGI::Builder::Magic CGI::Builder::Magic Perl module contains CGI::Builder and Template::Magic integration. SYNOPSIS # just include it in your build use CGI::Builder qw| CGI::Builder::Magic |;.


Platforms: *nix

License: Freeware Size: 15.36 KB Download (100): CGI::Builder::Magic Download

Added: August 18, 2010 | Visits: 1.246

Bundle::CGI::Builder::Complete Bundle::CGI::Builder::Complete is a bundle to install the complete CGI::Builder framework. SYNOPSIS perl -MCPAN -e install Bundle::CGI::Builder::Complete CONTENTS HTML::Tagset - used by HTML::Parser HTML::Parser - used by HTML::FillInForm and HTML::TableTiler HTML::TableTiler - used by...


Platforms: *nix

License: Freeware Size: 39.94 KB Download (93): Bundle::CGI::Builder::Complete Download

Added: January 25, 2010 | Visits: 1.181

CGI::Builder::Auth::GroupAdmin CGI::Builder::Auth::GroupAdmin is a Perl module for the management of HTTP server group databases. SYNOPSIS use CGI::Builder::Auth::GroupAdmin (); Pay no attention to that man behind the curtain! Move along, nothing to see here! This module was originally part of the HTTPD-User-Manage...


Platforms: *nix

License: Freeware Size: 51.2 KB Download (90): CGI::Builder::Auth::GroupAdmin Download

Added: April 22, 2010 | Visits: 1.254

CGI::Builder::Auth::UserAdmin CGI::Builder::Auth::UserAdmin is a Perl module for the management of HTTP server user databases. SYNOPSIS use CGI::Builder::Auth::UserAdmin (); Pay no attention to that man behind the curtain! Move along, nothing to see here! This module was originally part of the HTTPD-User-Manage...


Platforms: *nix

License: Freeware Size: 51.2 KB Download (95): CGI::Builder::Auth::UserAdmin Download

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 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: 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: 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: 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: 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: 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

< 1 2 3 4 5