by using a ruler you determine that the distance between two cities on a map is 3.4 inches
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 7797
Zip Code Range and Distance Calculation class 1.2.0
This is a PHP class to do various calculations with zip codes. Its primary purposes are to calculate the distance between two zip codes and to extract all the zip codes that are within a range of a given zip code. All calculations are based on lattitude more>> This is a PHP class to do various calculations with zip codes. Its primary purposes are to calculate the distance between two zip codes and to extract all the zip codes that are within a range of a given zip code. All calculations are based on lattitude and longitude coordinates stored in the database. Included is a class file, demonstration file, and the sql files required to create and populate the MySQL tables. ** UPDATE ** Added code to make the function which gets a range of zip codes execute ALOT faster. Went from 3.2 seconds to 0.42 seconds! Modification was submitted by Jeff Bearer<<less
Added: 2005-04-16 License: GPL Price: $0.00USD
13 downloads
Other version of Zip Code Range and Distance Calculation class
Price: FreeAdditionalInfoFreeforalltouse,modify,anddistribute.
License:GPL
License:GPL
Calculate Distance and Radius in ASP 1.0
This ASP function calculates the distance between two locations by using latitude and longitude from ZIP code, postal code or postcode. The result is available in miles, kilometers or nautical miles based on great circle distance calculation. more>> This ASP function calculates the distance between two locations by using latitude and longitude from ZIP code, postal code or postcode. The result is available in miles, kilometers or nautical miles based on great circle distance calculation.<<less
Added: 2006-05-21 License: Freeware Price: $0.00USD
13 downloads
Other version of Calculate Distance and Radius in ASP
License:Freeware
Finding the difference between date
This code will find the difference between two dates, either in months, quarters, or days. more>> This code will find the difference between two dates, either in months, quarters, or days.<<less
Added: 2007-07-13 License: Other Free / Open Source License Price: Free
847 downloads
Determine the Effectiveness of your Java Software
How To Determine The Effectiveness of Your Java Software During Development ? Trying to use a precise product simulation to test your Java software can be a very expensive process. There are a number more>> How To Determine The Effectiveness of Your Java Software During Development ? Trying to use a precise product simulation to test your Java software can be a very expensive process. There are a number of tools available on the market which can run automated tests, and they will allow you to test the efficiency of your application.<<less
Added: 2006-07-17 License: Freeware Price: Free
1195 downloads
Calculate Distance and Radius in Perl 2.0
This function calculates the distance between two locations by using latitude and longitude from ZIP code, postal code or postcode. The result is available in miles, kilometers or nautical miles based on great circle distance calculation. more>> This function calculates the distance between two locations by using latitude and longitude from ZIP code, postal code or postcode. The result is available in miles, kilometers or nautical miles based on great circle distance calculation.<<less
Added: 2005-11-26 License: Freeware Price: $0.00USD
11 downloads
Other version of Calculate Distance and Radius in Perl
License:Freeware
Calculate Distance and Radius in ColdFusion
This function calculates the distance between two locations by using latitude and longitude from ZIP code, postal code or postcode. The result is available in miles, kilometers or nautical miles based more>> This function calculates the distance between two locations by using latitude and longitude from ZIP code, postal code or postcode. The result is available in miles, kilometers or nautical miles based on great circle distance calculation.<<less
Added: 2005-11-26 License: Freeware Price: Free
829 downloads
Calculate Distance and Radius in JavaScript
This function calculates the distance between two locations by using latitude and longitude from ZIP code, postal code or postcode. The result is available in miles, kilometers or nautical miles based on great circle distance calculation. more>> This function calculates the distance between two locations by using latitude and longitude from ZIP code, postal code or postcode. The result is available in miles, kilometers or nautical miles based on great circle distance calculation.<<less
Added: 2005-11-26 License: Freeware Price: $0.00USD
15 downloads
Calculate Distance and Radius using Latitude and Longitude in Java
This function calculates the distance between two locations by using latitude and longitude from ZIP code, postal code or postcode. The result is available in miles, kilometers or nautical miles based more>> This function calculates the distance between two locations by using latitude and longitude from ZIP code, postal code or postcode. The result is available in miles, kilometers or nautical miles based on great circle distance calculation.<<less
Added: 2005-11-26 License: Freeware Price: Free
870 downloads
RTRails - HTTP streaming keeps web page up to date between reloads 0.1
A RoR app using Ajax HTTP streaming to update browsers from the server. Includes: A HTTPD for mediating the push connections, a JS Window system and two demo apps: Chat/IM with rich text editing (Dojo) MP3 player with shared playlist (using AFLAX). more>> A RoR app using Ajax HTTP streaming to update browsers from the server. Includes: A HTTPD for mediating the push connections, a JS Window system and two demo apps: Chat/IM with rich text editing (Dojo) MP3 player with shared playlist (using AFLAX).<<less
Added: 2006-02-15 License: LGPL Price: $0.00USD
10 downloads
Applying and changing blur effect on two pictures
Learn how to apply and after that how to change blur effect on two pictures. more>> Learn how to apply and after that how to change blur effect on two pictures.<<less
Added: 2007-08-23 License: Freeware Price: $0.00USD
11 downloads
JSiteMap - Dynamic Site Map Generator 0.9.4
JSiteMap is an open source applet which allows you to easily generate a dynamic site map for your website. It converts a static HTML-only map (easy to create) into a dynamic javascript tree structure. There are two versions: applet and application. more>> JSiteMap is an open source applet which allows you to easily generate a dynamic site map for your website. It converts a static HTML-only map (easy to create) into a dynamic javascript tree structure. There are two versions: applet and application.<<less
Added: 2004-02-16 License: GPL Price: $0.00USD
12 downloads
Determine connection speed 1.0
Script that determines connection speed of a surfer visiting a site. Useful for statistics or redirecting a user to a hi-band or low-band version of the site. more>> Script that determines connection speed of a surfer visiting a site. Useful for statistics or redirecting a user to a hi-band or low-band version of the site.<<less
Added: 2006-06-02 License: Freeware Price: $0.00USD
14 downloads
Other version of Determine connection speed
Price: FreeAdditionalInfocreativecommons
License:Freeware
License:Freeware
Attractive animation using the same two images 1.0
In this thoroughly explained, detailed lesson, I will show you how to create attractive animation using the same two images. more>> In this thoroughly explained, detailed lesson, I will show you how to create attractive animation using the same two images.<<less
Added: 2009-03-05 License: Freeware Price: $0.00USD
12 downloads
Difference between HashMap and HashTable 1.0.0
Both provide key-value access to data. The Hashtable is one of the original collection classes in Java. HashMap is part of the new Collections Framework, added with Java 2, v1.2. The key difference between the two is that access to the Hashtable is more>> Both provide key-value access to data. The Hashtable is one of the original collection classes in Java. HashMap is part of the new Collections Framework, added with Java 2, v1.2. The key difference between the two is that access to the Hashtable is synchronized on the table while access to the HashMap isnt. You can add it, but it isnt there by default.<<less
Added: 2007-05-24 License: Freeware Price: $0.00USD
12 downloads
PHP distance Calculation using Latitude and Longitude using GeoDataSource 1.0
This routine calculates the distance between two points. It is being used to calculate the distance between two locations using GeoDataSource Products more>> This routine calculates the distance between two points. It is being used to calculate the distance between two locations using GeoDataSource Products<<less
Added: 2006-08-16 License: Freeware Price: $0.00USD
76 downloads
Other version of PHP distance Calculation using Latitude and Longitude using GeoDataSource
License:Freeware
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above by using a ruler you determine that the distance between two cities on a map is 3.4 inches search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed