search for: equi4

Displaying 2 results from an estimated 2 matches for "equi4".

Did you mean: equiv
2006 Jan 01
2
Wish list
...ther languages too. It would be nice if, in those cases I could use R simplifying development into a single environment (viz. R). The following are not in any order. 1. Self Contained Executables Make it possible to create self contained R executables. Something like tcl starkits http://www.equi4.com/starkit.html or Python py2exe http://starship.python.net/crew/theller/py2exe is what I am thinking of. Its ok if they are interpreted as long as its all transparent. 2. R as a Filter Support using R as a filter analogously to awk/gawk. e.g. echo a x 3 | R -f myprog.R | findstr /i an...
2003 Apr 26
1
when does --link-dest create a link?
Hello, (I found a post in the archives titled "link_dest checks perms despite no -p -o or -g" on April 7th, which might be related - not sure...) I'm trying to get a rotating daily backup going with previous days kept as hard links to save on network transfer and disk space. The plan: on day N, rsync to blah/N/, using --link-dest=../<N-1> (modulo 7 or whatever). My test