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

Survey Builder Creloaded Module software
Filter: All | Freeware | Demo
 

Survey Builder Creloaded Module

< 1 2 3 4 5 > 
Added: June 08, 2010 | Visits: 1.283

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 (100): DateTime::Format::Builder Download

Added: February 25, 2010 | Visits: 1.349

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 (106): CGI::Builder::Magic Download

Added: January 25, 2010 | Visits: 1.187

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 (91): CGI::Builder::Auth::GroupAdmin Download

Added: April 22, 2010 | Visits: 1.259

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: November 06, 2010 | Visits: 1.021

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 10, 2013 | Visits: 923

Community Builder module Community Builder suite extends the Joomla! user management system. Key features: extra fields in profile, enhanced registration workflows, user lists, admin defined tabs, image upload, front-end workflow management, integration with other components, etc.


Platforms: Windows, *nix, PHP,

License: Freeware Download (69): Community Builder module Download

Added: May 10, 2013 | Visits: 295

Module Builder 6.x-1.x-dev / 5.x-1.x-dev This module can be useful in learning how hooks work.Installation Unpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules. Requirements: - Drupal 5.x/6.x


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (48): Module Builder 6.x-1.x-dev / 5.x-1.x-dev Download

Added: July 31, 2013 | Visits: 513

Community Builder Show Manager Icon This module displays a CB Icon on the topmenu of Joomla! backend. CB Show Manager Icon is a short link to your Community Builder component configuration.If you have enabled the Registration "Require Admin Approval" or "Require Upload Image Approval" in the CB Configuration and there are existing...


Platforms: PHP

License: Freeware Size: 10 KB Download (42): Community Builder Show Manager Icon Download

Released: June 01, 2010  |  Added: March 03, 2011 | Visits: 2.910

OrthoGraph Survey OrthoGraph Survey is a professional solution for building surveys (i.e. floor plan, elevation and cross-section surveys). The software is built for appraisers, insurance inspectors, architects, real-estate agencies, CAFM companies, flooring installers and anyone who needs digitized drawings or to...


Platforms: Pocket PC, Windows

License: Demo Cost: $1161.00 USD Size: 29.13 MB Download (165): OrthoGraph Survey Download

Added: March 04, 2010 | Visits: 1.584

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: August 18, 2010 | Visits: 1.252

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

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 10, 2010 | Visits: 1.068

Module::Starter::XSimple Module::Starter::XSimple is a Perl module to create XS modules with Module::Starter. Replacement class for Module::Starter::Simple. Can be used in two ways: Using the commandline Pass as an override class to the module-starter script: module-starter --module=[modulename]...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (93): Module::Starter::XSimple Download

Added: May 10, 2013 | Visits: 1.502

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 09, 2010 | Visits: 1.237

SWF::Builder::Character::EditText SWF::Builder::Character::EditText is a SWF dynamic editable text object. SYNOPSIS my $text = $mc->new_dynamic_text( $font ) ->size(10) ->color(000000) ->text(This is a text.); my $text_i = $text->place; my $field = $mc->new_input_field; $field->place; ^This module creates dynamic...


Platforms: *nix

License: Freeware Size: 163.84 KB Download (97): SWF::Builder::Character::EditText Download

Added: November 23, 2010 | Visits: 1.080

SWF::Builder::Character::Sound SWF::Builder::Character::Sound is a SWF Sound character. SYNOPSIS my $sound = $mc->new_sound( ring.mp3 ); $sound->play; This module creates SWF sound characters from MP3 or raw Microsoft WAV files. $sound = $mc->new_sound( $filename ) loads a sound file and returns a new sound...


Platforms: *nix

License: Freeware Size: 163.84 KB Download (104): SWF::Builder::Character::Sound Download

Released: November 01, 2014  |  Added: January 25, 2015 | Visits: 749

Builder's Heaven 'Builder's Heaven - Codes Everything You Code!' is a powerful application that creates Source Programs in all the Programming Languages you know. Here the main Features: 1. Builder's Heaven - Codes Everything You Code! 2. Creates Source Code in a way you've never imagined before! 3....


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Shareware Cost: $75.90 USD Size: 21.48 MB Download (66): Builder's Heaven Download

Released: November 26, 2012  |  Added: November 26, 2012 | Visits: 410

Python Universe Builder Python Universe Builder (PUB) is an Interactive Fiction module for Python. It provides a programming environment similar to that of Inform or TADS but runs under any Python interpreter.


Platforms: Windows, Mac, Linux

License: Freeware Size: 606.77 KB Download (46): Python Universe Builder Download

Released: January 15, 2012  |  Added: April 21, 2013 | Visits: 1.015

ApPHP Site Builder CMS PHP Site Builder is a simple, but very powerful Content Management System that everyone can use. The PHP MCMS can be installed easily by web developers, webmasters, graphic designers, etc. PHP MCMS was developed in OOP and allows users to build websites in a few minutes. PHP Site Builder allows...


Platforms: Windows, *nix

License: Shareware Cost: $30.29 USD Size: 79.9 KB Download (58): ApPHP Site Builder CMS Download

Added: May 05, 2013 | Visits: 446

DBirthdays module DBirthdays module (mod_dbirthdays) shows nearest birthdays (future or past) of your site users. You can set number of days before and after birth date to show and limit maximum events count. There can be shown user avatar, links to PMS and profile.The module can be flexible configured to works...


Platforms: PHP

License: Freeware Size: 30.72 KB Download (49): DBirthdays module Download

< 1 2 3 4 5 >