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

Word Builder Choir freeware
Filter: All | Freeware | Demo
 

Word Builder Choir

< 1 2 3 4 5 > 
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: September 13, 2010 | Visits: 1.533

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 (121): Java Gui Builder Download

Added: August 21, 2010 | Visits: 1.223

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.449

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.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: 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: July 20, 2010 | Visits: 1.178

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.455

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 (248): PHP/Mysql Site Builder Download

Added: May 10, 2013 | Visits: 1.500

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.020

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: June 18, 2010 | Visits: 1.874

GNOME Word of the Day GNOME Word of the Day is a GNOME applet that displays a new vocabulary word each day. No one likes to be lost in a sea of unknown words. With GNOME Word of the Day Applet, your vocabulary will evince perennial growth. Its a must when preparing for the SAT or GRE tests and for improving both...


Platforms: *nix

License: Freeware Size: 44.03 KB Download (171): GNOME Word of the Day Download

Added: November 19, 2013 | Visits: 1.239

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

Added: January 08, 2010 | Visits: 1.070

Word Inspector Word Inspector project is a GTK frontend to Dict dictionary program. The dict program allows you to search through one or more dictionary-like reference books for a word, then displays its definition. Word Inspector expands that by allowing you to enter words to look up more easily, easily...


Platforms: *nix

License: Freeware Size: 55.3 KB Download (97): Word Inspector Download

Added: July 16, 2010 | Visits: 1.337

Open Site Builder Tools Open Site Builder Tools is a project that provides you with free software intended to facilitate your life as a professional web site developer. Currently available tools include: open site builder site pages assembler. Merges content pages into a predefined template and produces target...


Platforms: *nix

License: Freeware Size: 28.67 KB Download (114): Open Site Builder Tools 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: July 10, 2010 | Visits: 956

SWF::Builder::ActionScript SWF::Builder::ActionScript is a SWF ActionScript object. SYNOPSIS $mc->frame_action(1)->compile( <place; $mc_i->on(KeyPress, )->compile(move_mc(-5)); $mc_i->on(KeyPress, )->compile(move_mc(5));...


Platforms: *nix

License: Freeware Size: 163.84 KB Download (244): SWF::Builder::ActionScript Download

Added: November 23, 2010 | Visits: 1.079

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: May 30, 2010  |  Added: June 03, 2010 | Visits: 1.931

DevVicky Word 2010 DevVicky Word is a stable, feature-savvy word processor unbound by a proprietary file formats. Besides handling an equally impressive number of file formats, DevVicky Word's feature set includes everything one would expect in a modern word processor, plus numerous ground-breaking and advanced...


Platforms: Windows

License: Freeware Size: 7.08 MB Download (232): DevVicky Word 2010 Download

Released: August 16, 2010  |  Added: August 20, 2010 | Visits: 1.603

AKS Word Count Count words, lines, paragraphs, chars in files of different types, including PDF, Word, Excel, HTML, OpenOffice, RTF. The software can also count words in the whole folders. When all necessary files are added, the program automatically makes counting. Full information is kept in File info...


Platforms: Windows

License: Freeware Size: 2.56 MB Download (173): AKS Word Count Download

Released: July 10, 2009  |  Added: September 24, 2010 | Visits: 2.705

Omnistar Form Builder Omnistar Form Builder is a powerful web site form builder program developed by Omnistar Interactive. It was developed to give businesses and organizations the ability to effectively build web site Form Builder without doing any programming. Prior to the development of this dynamic solution,...


Platforms: OS/2, Windows, Mac, *nix, Palm OS, Windows CE, Pocket PC, MS-DOS,AS/400,Palm OS 6.0,RIM,Symbian,Handheld/Mobile Other,OpenVMS,Netware,BEOS,Java

License: Freeware Cost: $87.00 USD Size: 4.88 KB Download (226): Omnistar Form Builder Download

< 1 2 3 4 5 >