Main > Free Download Search >

Free zipcode lookup software for linux

zipcode lookup

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 172
Wikipedia Lookup Extension 0.3.2

Wikipedia Lookup Extension 0.3.2


Lookups up the selected word in the Wikipedia encyclopedia. more>> Wikipedia Lookup Extension 0.3.2 is a powerful tool that makes it quick and easy to look up the selected word in the Wikipedia encyclopedia.<<less
Added: 2009-07-15 License: MPL Price: FREE
19 downloads
jBitcollider 0.8

jBitcollider 0.8


jBitcollider is an application which can be used to lookup/submit files to Bitzi. more>>
jBitcollider is an application which can be used to lookup/submit files to Bitzi.
The Bitcollider utility allows users to uniquely identify and submit files to Bitzis community metadatabase project.
The Bitcollider can be used to identify any local file and has support for extracting metadata from MP3, WAV, Vorbis, JPEG, PNG, GIF, AVI, MPEG-1, MPEG-2, and QuickTime files.
Users can quickly look up all the known information about the given file in Bitzis metadatabase.
Main features:
- Processes files larger than 2GB in size.
- Offers the graphical interface, and drag-and-drop Bitcolliding, on non-Windows systems for the first time.
- Improves reliability of submission via browser
<<less
Download (1.1MB)
Added: 2007-03-15 License: Public Domain Price:
955 downloads
Bitcollider 0.6.0

Bitcollider 0.6.0


Bitcollider is an application which can be used to lookup/submit files to Bitzi. more>>
Bitcollider provides the bitcollider can be used to lookup/submit files to Bitzi.
The Bitcollider utility allows users to uniquely identify and submit files to Bitzis community metadatabase project.
The Bitcollider can be used to identify any local file and has support for extracting metadata from MP3, WAV, Vorbis, JPEG, PNG, GIF, AVI, MPEG-1, MPEG-2, and QuickTime files.
Users can quickly look up all the known information about the given file in Bitzis metadatabase.
Enhancements:
- The kzhash identifier used by Kazaa 2.6 and up is now calculated. (As a result, MAGNET links at Bitzi can include this identifier and work with Kazaa.)
- A video format plugin now extracts and submits information such as framerate, framesize, duration,bitrate, and codec from most AVI, MPEG1/2, and QuickTime videos.
- A problem in the original construction of the TigerTree hash value has been corrected. (Only values from updated software display at theBitzi website.)
- Calculation of MD5 and CRC32 values is now optional.
<<less
Download (0.10MB)
Added: 2007-03-18 License: Public Domain Price:
952 downloads
Geo::Lookup::ByTime 0.0.2

Geo::Lookup::ByTime 0.0.2


Geo::Lookup::ByTime is a Perl module to lookup location by time. more>>
Geo::Lookup::ByTime is a Perl module to lookup location by time.

SYNOPSIS

use Geo::Lookup::ByTime;

$lookup = Geo::Lookup::ByTime->new( @points );
my $pt = $lookup->nearest( $tm );

Given a set of timestamped locations guess the location at a particular time. This is a useful operation for, e.g., adding location information to pictures based on their timestamp and a GPS trace that covers the same time period.

INTERFACE

new( [ points ] )

Create a new object optionally supplying a list of points. The points may be supplied as an array or as a reference to an array. Each point may be a reference to a hash containing at least the keys lat, lon and time or a reference to an object that supports accessor methods called latitude, longitude and time.

If a coderef is supplied it is assumed to be an iterator that may be called repeatedly to yield a set of points.

add_points( [ points ] )

Add points. The specification for what constitutes a point is the same as for new.

nearest( $time [ , $max_dist ] )

Return a hash indicating the estimated position at the specified time. The returned hash has lat, lon and time keys like this:

my $best = {
lat => 54.29344,
lon => -2.02393,
time => $time
};

Returns undef if the position cant be computed. By default a position will be calculated for any point that lies within the range of time covered by the reference points. Optionally $max_dist may be specified in which case undef will be returned if the closest real point is more than that many metres away from the computed point.
If the requested time coincides exactly with the timestamp of one of the points the returned point will be at the same location as the matching point. If the time falls between the timestamps of two points the returned point will be linearly interpolated from those two points.

In an array context returns a list containing the synthetic point at the specified time (i.e. the value that would be returned in scalar context), the closest real point and the distance between the two in metres

my ($best, $nearest, $dist) = $lookup->nearest( $tm );

get_points()

Return a reference to an array containing all the points in ascending time order.

time_range()

Return as a two element list the time range from earliest to latest of the points in the index. Returns undef if the index is empty.

hav_distance($pt, ...)

Exportable function. Computes the Haversine distance in metres along the line described by the points passed in. Points must be references to hashes with keys lat and lon.

<<less
Download (0.015MB)
Added: 2007-01-24 License: Perl Artistic License Price:
1003 downloads
Geo::Coder::YahooJapan 0.04

Geo::Coder::YahooJapan 0.04


Geo::Coder::YahooJapan is a simple wrapper for Yahoo Japan Geocoder API. more>>
Geo::Coder::YahooJapan is a simple wrapper for Yahoo Japan Geocoder API.

SYNOPSIS

use Geo::Coder::YahooJapan;
$r = lookup( $address_in_japanese_characters );
my ($lat, $lng) = ( $r->{latitude}, $r->{longitude} ); # coordinate in WGS87.

# if you want to get result in TOKYO datum, specify it in option.
$r = lookup( $address_in_japanese_characters, { datum => tokyo } );

# if address is ambiguous and the server returns multiple items
$r = lookup( $address_in_japanese_characters );
# $r->{latitude} and $r->{longitude} contains coordinate of first item.
($lat, $lng) = ( $r->{latitude}, $r->{longitude} );

# $r->{hits} has the number of candidates.
if ( $r->{hits} > 1 ) {
# and $r->{items} contains each candidates infomation.
foreach ( $r->{items} ) {
print join "t", ( $_->{title}, $_->{latitude}, $_->{longitude} );
print "n";
}
}

Geo::Coder::YahooJapan is a wrapper for Yahoo Japan Geocoder API that is used by the official Yahoo Japans local search widget http://widgets.yahoo.co.jp/gallery/detail.html?wid=10 . This module converts the coordinate into WGS84 from TOKYO datum which is returned by API server.

<<less
Download (0.004MB)
Added: 2006-12-12 License: Perl Artistic License Price:
1046 downloads
ICMP Hostname Tools for Linux 0.3

ICMP Hostname Tools for Linux 0.3


The ICMP Hostname Tools for Linux include a responder daemon, a lookup tool, and a nameswitch module. more>>
The ICMP Hostname Tools for Linux include a responder daemon, a lookup tool, and a nameswitch module to handle ICMP host name functions.

The NSS module caches all requests (including failures) and honors the TTL value sent by the responding host. It uses a configuration file called /etc/nss-icmp.conf, which controls different aspects of its operation:

* timeout – Sets the timeout in milliseconds for ICMP host name queries, by passing the -t option to idnlookup.
* nocache – Disables the cache.
* ttlnotfound – Sets the TTL for not-found cache entries is seconds. The default is 5 minutes.

Both icmpdnd and idnlookup need to run as root, due to the fact that they use ICMP. Thus, idnlookup needs be installed SUID root.
<<less
Download (0.026MB)
Added: 2005-06-28 License: GPL (GNU General Public License) Price:
1579 downloads
PCJBot 0.5

PCJBot 0.5


PCJBot is a jabber bot written in Perl with PCJ. more>>
PCJBot is a jabber bot written in PCJ. It can do various things on a jabber multi-user chat (MUC) channel. PCJ means for POE::Component::Jabber, the bot uses this POE perl module to connect to a jabber server and a chat room.


Plugins include:
Bloglines
Cron
DNS lookups
Fortunes
Math
Spelling
Seen" nick
Spellcheck
URL repository
Weather lookup

<<less
Download (0.017MB)
Added: 2006-06-16 License: GPL (GNU General Public License) Price:
1227 downloads
IP::Country 2.23

IP::Country 2.23


IP::Country is a tool for fast lookup of country codes from IP addresses. more>>
IP::Country is a tool for fast lookup of country codes from IP addresses. Finding out the country of a client using only the IP address can be difficult.

Looking up the domain name associated with that address can provide some help, but many IP address are not reverse mapped to any useful domain, and the most common domain (.com) offers no help when looking for country.

IP::Country module comes bundled with a database of countries where various IP addresses have been assigned. Although the country of assignment will probably be the country associated with a large ISP rather than the client herself, this is probably good enough for most log analysis applications, and under test has proved to be as accurate as reverse-DNS and WHOIS lookup.

<<less
Download (0.16MB)
Added: 2007-02-07 License: Perl Artistic License Price:
994 downloads
Graphics::ColorUtils 0.17

Graphics::ColorUtils 0.17


Graphics::ColorUtils Perl module is an easy-to-use color space conversions and more. more>>
Graphics::ColorUtils Perl module is an easy-to-use color space conversions and more.

SYNOPSIS

use Graphics::ColorUtils;

( $y, $i, $q ) = rgb2yiq( $r, $g, $b );
( $r, $g, $b ) = yiq2rgb( $y, $i, $q );
$hex_string = yiq2rgb( $y, $i, $q );

( $c, $m, $y ) = rgb2cmy( $r, $g, $b );
( $r, $g, $b ) = cmy2rgb( $c, $m, $y );
$hex_string = cmy2rgb( $c, $m, $y );

( $h, $l, $s ) = rgb2hls( $r, $g, $b );
( $r, $g, $b ) = hls2rgb( $h, $l, $s );
$hex_string = hls2rgb( $h, $l, $s );

( $h, $s, $v ) = rgb2hsv( $r, $g, $b );
( $r, $g, $b ) = hsv2rgb( $h, $s, $v );
$hex_string = hsv2rgb( $h, $s, $v );

# -----

use Graphics::ColorUtils qw( :gradients );

( $r, $g, $b ) = grad2rgb( $name, $f ); # where 0.0 colorAllocate( hsv2rgb( 270, 0.5, 0.3 ) );.)

Features:

Color Space Conversions
Color space conversions, in particular between the "intuitive" color spaces HSV (Hue/Saturation/Value) and HLS (Hue/Lightness/Saturation) to and from RGB (Red/Green/Blue).
Color Lookup
Color lookup by name for three standard sets of colors: WWW/CSS, SVG, and X11.
Color Gradients
Management of color gradients, which can be indexed by a floating point number in the range 0..1. (Mostly intended for false-color data visualization.)

<<less
Download (0.021MB)
Added: 2007-07-03 License: Perl Artistic License Price:
843 downloads
Graph-includes 0.11

Graph-includes 0.11


Graph-includes creates a graph of dependencies between source files and/or groups of source files. more>>
Graph-includes creates a graph of dependencies between source files and/or groups of source files, with an emphasis on getting readable and usable graphs even for large projects.
Graph-includes project is meant to be an helper tool for a refactoring effort. Usability of the dependency graphs are currently improved by customizable grouping of several source files into a single node, and transitive reduction of the graph.
Enhancements:
- Ported to non-Unix platforms (tested on Windows).
- This release has finally implemented/fixed node group coloring.
- A default path for system-includes lookup has been added.
<<less
Download (0.020MB)
Added: 2005-12-07 License: GPL (GNU General Public License) Price:
1416 downloads
Kiosk Admin Tool 1.0

Kiosk Admin Tool 1.0


Kiosk Admin Tool is a Point&Click tool for system administrators. more>>
Kiosk Admin Tool is a Point&Click tool for system administrators to enable KDEs KIOSK features or otherwise preconfigure KDE for groups of users.
Enhancements:
- Fixed lookup of UNIX-groups in kiosktool-kdedirs
- Removed "Lock down system wide Desktop icons", it was not implemented
- Removed duplicate "Disable Menu Editing" entry
<<less
Download (1.1MB)
Added: 2005-07-13 License: GPL (GNU General Public License) Price:
882 downloads
LimeWire Linux 4.12.6

LimeWire Linux 4.12.6


Free limewire p2p file sharing software for Linux. more>> LimeWire allows you to search for multiple files at the same time, available in several different languages, and is most famous for its ease-of-use and cross-platform compatibility. LimeWire will run on Windows, Macintosh, Linux, Solaris...
Ease of use - just install, run, and search
Ability to search by artist, title, genre, or other metainformation
Elegant multiple search tabbed interface
"Swarm" downloads from multiple hosts help you get files faster
iTunes integration for Mac and Windows users
Unique "ultrapeer" technology reduces bandwidth requirements for most users
Integrated chat
Directly connect to a computer
Browse host feature--even works through firewalls
Added Bitzi metadata lookup
International versions: Now available in many new languages
Connects to the network using GWebCache, a distributed connection system
Automatic local network searches for lightning-fast downloads
Support for MAGNET links that allow you to click on web page links that access Gnutella
<<less
Download (5.84MB)
Added: 2009-04-06 License: Freeware Price: Free
200 downloads
Coin Strip 1.0

Coin Strip 1.0


Coin Strip project consists of scripts which play Coin Strip or Welters game against the user. more>>
Coin Strip project consists of scripts which play Coin Strip or Welters game against the user.

Coin Strip is a series of scripts in which the computer plays either Coin Strip or Welters game against the user (See "On Numbers and Games" by John Conway).

The scripts use a recursive algorithm in which the game tree is searched on the fly for sure winners, positions from which the computer cannot lose.

Since the search is CPU intensive, lookup tables have been generated for up to 6 coins on a strip 30 spaces long.

The scripts to generate and play using the lookup tables are provided for the Coin Strip game only.
<<less
Download (0.001MB)
Added: 2006-11-01 License: GPL (GNU General Public License) Price:
1088 downloads
Free Unlisted Phone Numbers Lookup Tool 2.0

Free Unlisted Phone Numbers Lookup Tool 2.0


With the Free Unlisted Phone Numbers Lookup Tool, You Can Input Unknown Numbers and Run them Across Databases of Phone Numbers to See if the Owners I... more>> <<less
Download (532KB)
Added: 2009-04-14 License: Freeware Price: Free
195 downloads
PyScrabble 1.6.2

PyScrabble 1.6.2


PyScrabble is an online, multiplayer Scrabble game. more>>
PyScrabble project is an online, multiplayer Scrabble game.
Please note that Scrabble is a registered trademark of Hasbro Inc.. Myself, nor this game are affiliated with Hasbro in any fashion.
Written by Kevin Conaway.
Main features:
- Ability to chat with all users connected to a server.
- Ability to play in simultaneous games.
- Use of Official Scrabble Two-Twelve word-length dictionary for word lookup.
<<less
Download (3.1MB)
Added: 2007-03-22 License: BSD License Price:
950 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5