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

Predictive Index Survey freeware
Filter: All | Freeware | Demo
 

Predictive Index Survey

< 1 2 3 4 5 > 
Added: September 22, 2010 | Visits: 2.400

HTML::Widgets::Index HTML::Widgets::Index is a Perl module for creating web indexes and menus. This module renders the index of a document tree using the data stored in a MySQL database generated by anxova. It has a flexible set of render options that gives the webmaster many options on the menu item layout....



Platforms: *nix

License: Freeware Size: 65.54 KB Download (103): HTML::Widgets::Index Download

Added: June 03, 2010 | Visits: 2.403

WWW::RaptureReady WWW::RaptureReady is a Perl interface to Rapture Readys Rapture Index. SYNOPSIS use WWW::RaptureReady; my $rr = WWW::RaptureReady->new; print "URL: ", $rr->url, "n", "Current Index: ", $rr->index, "n", "Index Change: ", $rr->change, "n", "Last Updated: ", $rr->updated, "n"; This module...





Platforms: *nix

License: Freeware Size: 8.19 KB Download (103): WWW::RaptureReady Download

Added: January 25, 2010 | Visits: 1.272

Minalyzer Lite Minalyzer Lite project index and search tools to your internet or intranet website. Minalyzer Lite supports user searches by indexing data from combinations of databases, file systems and websites. The project runs on almost all Operating Systems. It even copes with restrictive shared hosting....


Platforms: *nix

License: Freeware Download (102): Minalyzer Lite Download

Added: October 04, 2010 | Visits: 766

GoodProfOrNot GoodProfOrNot is a database and web system for organizing, interpreting, and presenting course survey results. GoodProfOrNot project is designed to show ratings of instructors (professors and student instructors) and classes. The project is implemented in Python (see below for rationale). The...


Platforms: *nix

License: Freeware Size: 1.2 MB Download (101): GoodProfOrNot Download

Added: September 18, 2010 | Visits: 1.879

Bio::Index::Swissprot Bio::Index::Swissprot is a Perl Interface for indexing (multiple) Swissprot .dat files (ie flat file swissprot format). SYNOPSIS # Complete code for making an index for several # Swissprot files use Bio::Index::Swissprot; use strict; my $Index_File_Name = shift; my $inx =...


Platforms: *nix

License: Freeware Size: 4.7 MB Download (100): Bio::Index::Swissprot Download

Added: August 18, 2008 | Visits: 956

Movie Index Movie Index is a video files launcher, meant to be used in an entertainment system, usually with a TV as a display. The program features an easy to use scrolling list of videos which can be navigated with a mouse wheel, keyboard or programmable remote control.


Platforms: Windows

License: Freeware Size: 939 KB Download (100): Movie Index Download

Added: April 02, 2010 | Visits: 1.543

External Site Catalog External Site Catalog allows you to index and search external sites in a Plone site. ExternalSiteCatalog is a web crawler that can index external sites and make them searchable in Plone. You can specify the sites to index in a Plone Configlet, and directly index them from Plone, or let a...


Platforms: *nix

License: Freeware Size: 204.8 KB Download (98): External Site Catalog Download

Added: April 23, 2010 | Visits: 1.230

jsFind jsFind is a Perl module that can generate index for full text search engine in JavaScript. SYNOPSIS use jsFind; my $t = new jsFind(B => 4); my $f = 1; foreach my $k (qw{minima ut dolorem sapiente voluptatem}) { $t->B_search(Key => $k, Data => { "path" => { t => "word $k", f => $f },...


Platforms: *nix

License: Freeware Size: 34.82 KB Download (98): jsFind Download

Added: January 21, 2010 | Visits: 1.468

Bio::Index::Blast Bio::Index::Blast is a Perl module with indexes Blast reports and supports retrieval based on query accession(s). SYNOPSIS use strict; use Bio::Index::Blast; my ($indexfile,$file1, $file2); my $index = new Bio::Index::Blast(-filename => $indexfile, -write_flag => 1);...


Platforms: *nix

License: Freeware Size: 4.7 MB Download (97): Bio::Index::Blast Download

Added: January 18, 2010 | Visits: 1.315

JSAN::Index::Library JSAN::Index::Library is a JavaScript Archive Network (JSAN) Software Library. This class provides objects for the various libraries (software components) in the JSAN. METHODS In addition to the general methods provided by Class::DBI, it has the following methods name The name accessor...


Platforms: *nix

License: Freeware Size: 35.84 KB Download (96): JSAN::Index::Library Download

Added: September 04, 2010 | Visits: 1.364

Contentment::Index Contentment::Index is a Perl module that provides categorization and indexing features. SYNOPSIS # Get a list of the available indexes my @indexes = Contentment::Index->indexes; for my $index (@indexes) { # Get a list of avilable terms my @terms = $index->terms; for my $term (@terms)...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (94): Contentment::Index Download

Added: July 10, 2010 | Visits: 1.177

PDL::Indexing PDL::Indexing Perl module contains a tutorial on how to index piddles. This manpage should serve as a first tutorial on the indexing and threading features of PDL. This manpage is still in alpha development and not yet complete. "Meta" comments that point out deficiencies/omissions of this...


Platforms: *nix

License: Freeware Size: 2.1 MB Download (94): PDL::Indexing Download

Added: October 17, 2010 | Visits: 933

Dasher Dasher is a zooming predictive text entry system, designed for situations where keyboard input is impractical (for instance, accessibility or PDAs). Dasher is usable with highly limited amounts of physical input while still allowing high rates of text entry. Dasher is Free software released...


Platforms: *nix

License: Freeware Size: 7.6 MB Download (94): Dasher Download

Added: February 05, 2010 | Visits: 680

Tie::OffsetArray Tie::OffsetArray can tie one array to another, with index offset. SYNOPSIS use Tie::OffsetArray; tie @a, Tie::OffsetArray, 1, @b; # offset=1; use given array. tie @c, Tie::OffsetArray, 2; # use anonymous array. $a[0] = x; # assign to $b[1]; tied(@a)->array->[0] = y; # assign to $b[0]....


Platforms: *nix

License: Freeware Size: 8.19 KB Download (93): Tie::OffsetArray Download

Added: March 17, 2010 | Visits: 801

Search::InvertedIndex Search::InvertedIndex is a manager for inverted index maps. SYNOPSIS use Search::InvertedIndex; my $database = Search::InvertedIndex::DB::DB_File_SplitHash->new({ -map_name => /www/search-engine/databases/test-maps/test, -multi => 4, -file_mode => 0644, -lock_mode => EX, -lock_timeout...


Platforms: *nix

License: Freeware Size: 45.06 KB Download (90): Search::InvertedIndex Download

Added: July 07, 2010 | Visits: 820

lib378 lib378 is a library for predictive text input. The API is very simple and provides dictionary autocompletion and both partial and full matching. The project can be used to get text input from input devices with few keys (like cellphones). Example: #include < stdio.h > #include < termios.h...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (87): lib378 Download

Added: June 07, 2013 | Visits: 926

dollybase DollyBase is a free dBase Clone that can manipulate Dbf files and support ndx index files, prg program file and query files.dBase was a popular database program in 80s with a developer lenguage. Many people made applications in dDase III.It's a program for nostalgic people. Features Creation...


Platforms: *nix

License: Freeware Size: 1.88 MB Download (78): dollybase Download

Released: August 25, 2012  |  Added: April 29, 2014 | Visits: 775

Make Image Index Scans a given directory and makes one or more index files, that contains thumbnails of all image files found. The filename and image dimensions are overlayed on the thumbnails.It is a BASH script using NetPBM for image manipulation.


Platforms: Windows, Mac, Linux

License: Freeware Size: 6.48 KB Download (68): Make Image Index Download

Added: March 15, 2013 | Visits: 463

AwesomePHPSurvey a This is a PHP based online survey system with many features. It includes user permissions, choice sets, many terms per survey, and graphical analysis of results.


Platforms: BSD Solaris

License: Freeware Download (65): AwesomePHPSurvey a Download

Released: August 25, 2012  |  Added: August 25, 2012 | Visits: 1.029

Instant Website Page Index Pro 100% FREE Website Page Index application submit you url or website page into google and index in just a few minutes of submittion and target with your desired keyword phrase.


Platforms: Windows

License: Freeware Download (63): Instant Website Page Index Pro Download

< 1 2 3 4 5 >