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

Bse Index Jigsaw freeware
Filter: All | Freeware | Demo
 

Bse Index Jigsaw

< 1 2 3 4 5 > 
Added: August 18, 2008 | Visits: 1.400

Sunrise at Antietam Jigsaw Free Sunrise at Antietam Jigsaw Puzzle. The program has a link back to the Sponsor's site where more puzzles in varying degrees of difficulty can be downloaded. There are no strings attached to this program and it contains NO SPYWARE. Platforms: Windows

License: Freeware Size: 296 KB Download (104): Sunrise at Antietam Jigsaw Download

Added: August 26, 2008 | Visits: 1.312

Photographic Jigsaw Puzzles These are computer jigsaw puzzles created with BrainsBreaker. They don't require any software installation, just click any of the images to download then click on the file and follow the instructions on screen for playing. Choose from: Bell flowers (With a bizarre shape of pieces, Difficult!);... Platforms: Windows

License: Freeware Size: 350 KB Download (104): Photographic Jigsaw Puzzles Download

Added: September 22, 2010 | Visits: 2.408

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

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

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: September 18, 2010 | Visits: 1.884

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

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

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

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

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

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: July 06, 2010 | Visits: 1.025

Gigsaw Gigsaw project is a jigsaw puzzle game in Gtk+. The simplest way to compile this package is: 1. `cd to the directory containing the packages source code and type `./configure to configure the package for your system. If youre using `csh on an old version of System V, you might need to type... Platforms: *nix

License: Freeware Size: 307.2 KB Download (95): Gigsaw Download

Added: September 04, 2010 | Visits: 1.369

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

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: February 05, 2010 | Visits: 683

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

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

Released: July 09, 2012  |  Added: July 09, 2012 | Visits: 805

Jigsaw Puzzles A cool application which lets you play unlimited number of Jigsaw puzzles right on your computer. You can make Jigsaw puzzle from any of your picture. Platforms: Windows

License: Freeware Size: 317 KB Download (84): Jigsaw Puzzles Download

Added: June 07, 2013 | Visits: 930

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

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

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

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 >