Main > Free Download Search >

Free long distance relationships script

long distance relationships

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 294
A Framework for Persisting Data Relationships

A Framework for Persisting Data Relationships


This tutorial will show you how to create relationships in your databases. PHP classes are provided that will perform the job. more>> This tutorial will show you how to create relationships in your databases. PHP classes are provided that will perform the job.<<less
Added: 2003-03-21 License: Not Specified Price: Free
2411 downloads
Zip Code Range and Distance Calculation class 1.2.0

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
Zip Code Range and Distance Calculation classIts primary purposes are to calculate the distance between two zip codes and to extract all the ... Its primary purposes are to calculate the distance between two zip codes and to extract all the
Price: FreeAdditionalInfoFreeforalltouse,modify,anddistribute.
License:GPL
Download
1678 downloads
Added: 2005-04-16
Long Time Operations in ASP.NET 1

Long Time Operations in ASP.NET 1


Explains everything about how to work with long running task in ASP.NET. Almost every ASP.NET developer, before or later experiences a problem with page timeout error. Sometimes it is because of some error in code, but sometimes you just need more time more>> Explains everything about how to work with long running task in ASP.NET. Almost every ASP.NET developer, before or later experiences a problem with page timeout error. Sometimes it is because of some error in code, but sometimes you just need more time to execute long running task.<<less
Added: 2008-10-22 License: Freeware Price: $0.00USD
12 downloads
Beginning Relationships in Rails

Beginning Relationships in Rails


The Rails framework takes most of the headache away from developing these relationships and almost entirely eliminates the need to write low-level queries to your database. If youve spent time writing more>> The Rails framework takes most of the headache away from developing these relationships and almost entirely eliminates the need to write low-level queries to your database. If youve spent time writing those queries, Rails ActiveRecord will make sense, but for those of you who are just getting started this can be confusing.<<less
Added: 2006-08-31 License: Freeware Price: Free
1150 downloads
US Zipcode Distance Calculator 2.0

US Zipcode Distance Calculator 2.0


Enter two 5 digit US zipcode, get the distance. more>> Enter two 5 digit US zipcode, get the distance.<<less
Added: 2005-03-03 License: Price: 0.00 Price: 0.00
12 downloads
 
Other version of US Zipcode Distance Calculator
US Zipcode Distance CalculatorGDSLand.com - Enter two 5 digit US zipcode, get the distance. US ... Enter two 5 digit US zipcode, get the distance
License:Not Specified
Download
1731 downloads
Added: 2005-03-03
Calculate Distance and Radius in ASP 1.0

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
Calculate Distance and Radius in ASPdistance between two locations by using latitude and longitude from ZIP code, postal code or ... The result is available in miles, kilometers or nautical miles based on great circle distance
License:Freeware
Download
1283 downloads
Added: 2006-05-21
GeoDistance 1.0.0

GeoDistance 1.0.0


This script is based on the free OpenGeoDB MySQL database. It is an easy to use single function, which queries in the database both country codes and calculates by the geographical coordinates the distance. The base distance is in nautical miles and more>> This script is based on the free OpenGeoDB MySQL database. It is an easy to use single function, which queries in the database both country codes and calculates by the geographical coordinates the distance. The base distance is in nautical miles and will be converted to kilometers, but it is easy to change this to miles or any other unit.<<less
Added: 2007-02-28 License: Other Price: $0.00USD
13 downloads
 
Other version of GeoDistance
Price: FreeAdditionalInfoAllcodeonthiswebsiteresidesinthePublicDomain,youarefreetouseandmodifyithoweveryouwish.
License:Other Free / Open Source License
Download
985 downloads
Added: 2007-02-28
Calculate Distance and Radius in Perl 2.0

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
Calculate Distance and Radius in PerlThis function calculates the distance between two locations by using latitude and longitude ... The result is available in miles, kilometers or nautical miles based on great circle distance
License:Freeware
Download
1445 downloads
Added: 2005-11-26
Calculate Distance and Radius in JavaScript

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 in ColdFusion

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
Database Normalization And Design Techniques

Database Normalization And Design Techniques


One of the most important factors in dynamic web page development is database definition. If your tables are not set up properly, it can cause you a lot of headaches down the road when you have to per more>> One of the most important factors in dynamic web page development is database definition. If your tables are not set up properly, it can cause you a lot of headaches down the road when you have to perform miraculous SQL calls in your PHP code in order to extract the data you want. By understanding data relationships and the normalization of data, you will be better prepared to begin developing your application in PHP. This 6-page article describes the data relationships and the normalization of data using a simple example.<<less
Added: 2000-08-11 License: Freeware Price: Free
3400 downloads
String library of functions 1.0

String library of functions 1.0


A library of functions embedding into the original javascript String object: it features the replacement of all occurrances (supports arrays), accents and HTML entities management, data type conversion and recognition; slashes management, stripping Tags more>> A library of functions embedding into the original javascript String object: it features the replacement of all occurrances (supports arrays), accents and HTML entities management, data type conversion and recognition; slashes management, stripping Tags out;; Euclidean distance between strings ... and more operations.<<less
Added: 2008-03-01 License: GPL Price: $0.00USD
13 downloads
Calculate Distance and Radius using Latitude and Longitude in Java

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
Disc Collision rev3

Disc Collision rev3


Disc Collision rev3 provides you with a complete open source collision detection system which is created for Flash ActionScript3 (AS3). more>> Disc Collision rev3 provides you with a complete open source collision detection system which is created for Flash ActionScript3 (AS3). Disc Collision is an implementation of distance-based collision detection system. Built and optimized for Flash 10.<<less
Added: 2009-07-25 License: BSD - BSD License Price: BSDBSDLicense
1 downloads
Long Date And Time Format 1.0

Long Date And Time Format 1.0


The Following code will print out the date so that its in a long date format including the appropriate suffix - i.e st, nd, rd. Heres the code in action: Thursday 12th May 2005 more>> The Following code will print out the date so that its in a long date format including the appropriate suffix - i.e st, nd, rd. Heres the code in action: Thursday 12th May 2005<<less
Added: 2005-05-12 License: Freeware Price: $0.00USD
12 downloads
 
Other version of Long Date And Time Format
Long Date And Time Formatout the date so that its in a long date format including the appropriate suffix - i.e st, nd, rd. ... out the date so that its in a long date format including the appropriate suffix - i.e st, nd, rd
License:Freeware
Download
1631 downloads
Added: 2005-05-12
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5