Calculate Distance Between Two Points Us Visit | Rate | Error is a multi-platform compatible program to calculate the distance between two locations. It can be used for store locator or radius calculation. Free sample source codes in PHP, ASP,...
Advertisement
This online game script lets your site visitors guess the age or the rating of the male or female displayed pictures. Thousands of images to guess. The script also has a points system. For each correctly guessed picture your site visitors will get...
This code outputs the distance between 2 GPS points showing also the vertical and horizontal bearing between them. This code was originally made for an Automatic Tracking Antenna Aimer. If you find it useful please take note of the owner. If you...
3d Surface fitting to N random points. It draws the surface by converting z values to RGB colors.
Implementation of Haversine formula for calculating distance between points on a sphere. Given geographic coordinates, returns distance in kilometers.
Calculates distance in kilometers from points saved in .kmz file. Such files can be created by Google Earth
This module provides 3 ways of detecting which objects have been allocated (methods 1 and 3) or became un-reclaimable (method 2) between 2 points in the code. It can be very useful to detect memory leaks (eg. cycles involving objects with a...
This simple code calculates the convex hull of a set of 2D points and generates EPS files to visualise them. The algorithm was taken from a textbook on Computional Geometry.
This is a fully featured, highly customizable customer points rewards system for X-Cart. Automatic points system. General overall points collection rate for the store configurable on a per membership basis. Customers can mix and match paying with...
Simple text SSI counter with decimal points, which make the counter more readable while displaying big numbers.
As the name points out Drop down menu generator is a JavaScript that with which you can generate drop down menus in your webpage. You can generate any number of menus using this script in a single page. On clicking the menu header a menu appears...
Simply create a link which points to the Random Link Generator script and any time your users click on this link, they will be taken to a random web page, selected out of a list which contains any URLs you add to it.
Given start and end point, produce a list of points through which line (or ray) will traverse.
An interactive graph to plot the trajectory of points on and off the mandelbrot set. Illustrates the use of sliders in matplotlib
It's a simple recipe to convert a str type string with pure unicode code point (e.g string = "\u5982\u679c\u7231" ) to an unicode type string. Actually, this method has the same effect with 'u' prefix. But differently, it allows...
An ordered set of points is created using the mouse. A smooth curve(spline) is created following the points with either an open or closed(cyclic) path.
Three ways to calculate a distance matrix out of a list of n-dimensional points using scipy.
I came across the mention of a formula labeled "The Great Circle Distance Formula" that purported to calculate the distance between any two points on the earth given their longitude and latitude points (the reference was in a Linux...
Photographic document images are often rotated, if only slightly. This code mediates an input of a series of four points--assumed to be the corners of a rectangular document--in any order, as mouse clicks. Then it determines the orientation of the...
Returns the convex hull (separated into upper and lower chains of vertices) and the diameter (farthest pair of points), given input consisting of a list of 2d points represented as pairs (x,y). The convex hull algorithm is Graham's scan, using a... |