Main > Free Download Search >

Free license plate search software for linux

license plate search

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 3412
Free eBook Search 2.0.1

Free eBook Search 2.0.1


Free eBook Search allows you to search with the highlighted text/right click for your favorite Free ebooks in freebookzone site. more>>
Free eBook Search allows you to search with the highlighted text/right click for your favorite Free ebooks in freebookzone site.

Search with the highlighted text/right click for your favorite Free ebooks in www.freebookzone.com.

You may search using the Book Title, ISBN (10 Digit), Description, Book Author and even the ebook backward link.

Just have a try and find how useful it is.

<<less
Download (0.022MB)
Added: 2007-04-14 License: MPL (Mozilla Public License) Price:
970 downloads
Fluent CFD Search 1.0.8

Fluent CFD Search 1.0.8


Fluent CFD Search is an extension providing a classic first Fluent CFD Software Search toolbar. more>>
Fluent CFD Search is an extension providing a classic first Fluent CFD Software Search toolbar.

Fluent is leading software company in CFD. It also include search on Airpak and Icepak which are other two products from Fluent.

<<less
Download (0.004MB)
Added: 2007-04-03 License: MPL (Mozilla Public License) Price:
610 downloads
Chestnut FTP Search 0.4

Chestnut FTP Search 0.4


Chestnut FTP Search is a web application to search for files on FTP servers. more>>
Chestnut FTP Search is a web application to search for files on FTP servers. Files can by searched only by file/directory names, nor be file contents. Users can query files by part of the file name, the entire file name, a regular expression, or a shell pattern.
The program is written in Python using web.py framework. To store file indexes PostgreSQL or MySQL is use.
Main features:
- Four search modes: partial match, exact match, regular expression, shell pattern. Every mode can by case sensitive or case insensitive
- Character set can by specified for particular server to allow non ASCII file names.
- Multi-threaded indexer
- i18n support
<<less
Download (0.074MB)
Added: 2007-08-10 License: GPL (GNU General Public License) Price:
805 downloads
Wikipedia search 0.3

Wikipedia search 0.3


Wikipedia search is a superkaramba theme for searching on en.wikipedia.org. more>>
Wikipedia search is a superkaramba theme for searching on en.wikipedia.org.

Based on Answers.com karamba by sg1 http://www.kde-look.org/content/show.php?content=30887

Thanks to Rcio Zienke for language config entry.

To-do

- make some transtalations
- display article in wikipedia search window

<<less
Download (0.012MB)
Added: 2006-06-27 License: GPL (GNU General Public License) Price:
1214 downloads
123 Travel Search 1.2

123 Travel Search 1.2


123 Travel Search is an extension which creates 3 small travel search icons on the bottom of your browser. more>>
123 Travel Search is an extension which creates 3 small travel search icons on the bottom of your browser.

Creates 3 small travel search icons on the bottom of your browser. When clicking on them, they will create a little search box which allows you to enter your travel details once and then select the providers you want to see.

International users will see a metasearch. Depending on where the user is from, the search will be redirected to show merchants that can handle the purchase request.

<<less
Download (0.016MB)
Added: 2007-04-12 License: MPL (Mozilla Public License) Price:
927 downloads
Google Search 0.1

Google Search 0.1


Google Search is a desktop tool with you can search anything you want on the Google engine direct from your desktop. more>>
Google Search is a desktop tool with you can search anything you want on the Google engine direct from your desktop.

Installation:

To compile use qmake then make

Example:

bash: qmake mio.pro
bash: make
bash: ./mio

It uses firefox only. I will include konqueror in the next update.

Assign it a global shorcut.
<<less
Download (0.010MB)
Added: 2005-12-09 License: GPL (GNU General Public License) Price:
1471 downloads
Cook County PIN Search 2.1

Cook County PIN Search 2.1


Cook County PIN Search provides a title search tool. more>>
Cook County PIN Search provides a title search tool.

Cook County (IL, USA) Property Index Number Search

A title search tool. If in the course of your browsing you come across a Cook County Property Index Number (PIN) (format 99-99-999-999 or 99-99-999-999-9999) in your browser window, select it and "right"-click and on the context menu you will be offered options to open new tabs of relevant information from Cook County websites.

<<less
Download (0.004MB)
Added: 2007-04-05 License: MPL (Mozilla Public License) Price:
933 downloads
Answers.com Search 1.3

Answers.com Search 1.3


Answers.com Search is a Superkaramba theme that searches Answers.com. more>>
Answers.com Search is a Superkaramba theme that searches Answers.com.

If you tried this theme before and it doesnt works for you, please try this new version since it fixes a major problem that used to prevent the theme from working.

<<less
Download (0.008MB)
Added: 2006-07-27 License: GPL (GNU General Public License) Price:
1188 downloads
Archive Search 0.9.2

Archive Search 0.9.2


Archive Search is an extension which displays an archived versions of the webpage. more>>
Archive Search is an extension which displays an archived versions of the webpage.

Displays an archived versions of the webpage.

First click: Internet Archive
Second click: Google cache
Third click: Yahoo
Fourth click: MSN

<<less
Download (0.005MB)
Added: 2007-04-12 License: MPL (Mozilla Public License) Price:
931 downloads
City info search 0.9

City info search 0.9


City info search enables you to get all the information about any city in the USA with a mouse click. more>>
City info search enables you to get all the information about any city in the USA with a mouse click.

Get all the information about any city in the USA with a mouse click. This includes geography, population, ethnic composition, housing, climate, hospitals, airports, etc.

Usage: highlight the name on any US city on a page. Right click the mouse. Choose Get City Info.

No annoing toolbars.

<<less
Download (0.080MB)
Added: 2007-04-27 License: MPL (Mozilla Public License) Price:
942 downloads
DGS Search 0.9.6

DGS Search 0.9.6


DGS Search was created to provide an easy to install search utility. more>>
DGS Search was created to provide an easy to install search utility capable of handling filesystem and database searches on UNIX and Windows based platforms.

DGS Search is aimed at supporting the small to medium sized web site.

<<less
Download (0.044MB)
Added: 2006-05-04 License: GPL (GNU General Public License) Price:
1269 downloads
Net::Google::Search 1.0.1

Net::Google::Search 1.0.1


Net::Google::Search is a simple OOP-ish interface to the Google SOAP API for searching. more>>
Net::Google::Search is a simple OOP-ish interface to the Google SOAP API for searching.

SYNOPSIS

use Net::Google::Search;
my $search = Net::Google::Search->new(%args);

$search->query(qw(aaron cope));
map { print $_->title()."n"; } @{$search->results()};

# or

foreach my $r (@{$search->response()}) {
print "Search time :".$r->searchTime()."n";

# returns an array ref of Result objects
# the same as the $search->results() method
map { print $_->URL()."n"; } @{$r->resultElement()}
}

Provides a simple OOP-ish interface to the Google SOAP API for searching.
This package is used by Net::Google.

<<less
Download (0.017MB)
Added: 2006-11-20 License: Perl Artistic License Price:
1069 downloads
Lucene::Search::Highlight 0.01

Lucene::Search::Highlight 0.01


Lucene::Search::Highlight is a Perl module with highlight terms in Lucene search results. more>>
Lucene::Search::Highlight is a Perl module with highlight terms in Lucene search results.

SYNOPSIS

Load highlight classes into namespace

use Lucene::Search::Highlight;

Create Formatter and Query Scorer

my $formatter = new

Lucene::Search::Highlight::SimpleHTMLFormatter("< b >", "< /b >");

my $scorer = new

Lucene::Search::Highlight::QueryScorer($query);

Create Highlighter

my $highlighter = new

Lucene::Search::Highlight::Highlighter($formatter, $scorer);

Get best fragements with highlighted terms

my $fragement = $highlighter->getBestFragment($analyzer, $field, $text);

my $fragements = $highlighter->getBestFragments($analyzer, $field, $text, $num_fragements, $separator);

<<less
Download (0.006MB)
Added: 2007-04-03 License: Perl Artistic License Price:
936 downloads
Sethi Search Utility 0.8.7

Sethi Search Utility 0.8.7


Sethi Search Utility provides a simple command line utility to submit a search to Google, Yahoo!, or MSN. more>>
Sethi Search Utility provides a simple command line utility to submit a search to Google, Yahoo!, or MSN.
Sethi Search Utility is a simple command line utility to submit a search to Google, Yahoo!, or MSN and show the (text) results on standard output. Support for several search engines is included.
Its currently in serious need of a re-write, especially to avoid scraping and become a good engine using the search APIs provided.
Enhancements:
- The Google configuration was updated.
<<less
Download (MB)
Added: 2007-04-05 License: GPL (GNU General Public License) Price:
558 downloads
Little polish 0.7

Little polish 0.7


Little polish is a program tjat plays Brazilian draughts (classics, 8x8 with international rules). more>>
Little polish is a program that plays Brazilian draughts (classics, 8x8 with international rules). Little polishs main features are a powerful AI (using a fast, bitbase move generator, PVS, quiescent search, aspiration window search, a transposition table, and an end game DB), game analysis tools (a game tree viewer), and a small executable size.
Main features:
- powerful AI (using a fast, bitbase move generator, PVS, quiescent search, aspiration window search, transposition table, end game db)
- game analysis tools (game tree viewer)
- small executable size
- freeware license
Enhancements:
- This release features improved graphics, a full screen mode, square names on the board, and a game cancel button, and fixed a bug in the program exit procedure.
<<less
Download (0.19MB)
Added: 2007-04-03 License: GPL (GNU General Public License) Price:
935 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5