Steve Kinzler <steve@kinzler.com>
Search the picons
databases, large collections of
thumbnail images representing Internet users and domains and Usenet
newsgroups.
picons
picons
to the databases
With the patt
search type, perl
-style regular
expressions may be used for the user, domain and newsgroup specifications.
These patterns are case-insensitive and implicitly bound to the beginning
of the string (^
) and the end of the string ($
).
Some examples:
smith@.*
smith
in any domain
.*smith.*@.*
smith
as part of any username in any domain
.*@.*usenix\.org
usenix.org
domain, ie, all
Usenix personnel
.*@.*\b(house|senate)\.gov
.*smith.*@.*\b(house|senate)\.gov
rec\.humor.*
.*oracle.*
oracle
as part of their name
Invalid regular expressions will result in an internal server error which, of course, is not a server problem and should not be reported to any webmaster.
This search engine can be used non-interactively by anchoring to a URL of the form:
http://kinzler.com/cgi/piconsearch.cgi/HOST/USER/DB/up/off/##/order
or
http://kinzler.com/cgi/piconsearch.cgi?USER@HOST
where the HOST
, USER
and DB
fields may contain multiple items separated by +
's.
up
may be replaced by patt
to change the
search type. off
may be replaced by on
to
enable inline picons display, or by single
to retrieve
only a single image object instead of the search results web page.
The ##
should be replaced by the numerical limit value or,
with single
, by a +
-separated, prioritized
list of acceptable image types. order
may be replaced
by random
to change the ordering. Extra fields are
ignored, trailing fields may be left off, and any fields may be just a
+
if their default values are satisfactory.