Displaying 2 results from an estimated 2 matches for "whyfores".
Did you mean:
whores
2004 Jan 09
1
Problems with rsync with dirctories with spaces in the name
Hi guys
I have read read the why's and whyfores and howto's and whento's about
posting for help, but I'm not sure whether this has already been addressed -
plenty other Win/spaces-in-dir-names issues have been.
I was running rsync to copy stuff off of a Windows disk onto a Windows disk
on another machine via Linux - Mdk 9.1 rsync...
2008 Dec 09
2
Better way to find distances between points in a set?
I was playing around a bit to see how I could find the two points in a
set of points (or ordered pairs) furthest from each other.
Here's what I did:
1) created a Nrow by 2col matrix, so each row contains an x,y coordinate
pair.
2) fed the matrix to a nested mapply (cv is my matrix):
mapply(function(k,l) mapply(function(x,y,a,b)
+