search for: intesrest

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

Did you mean: interest
2007 Dec 23
1
rsync du (was rsync delete)
On Sat, 2007-12-22 at 18:47 -0800, Jesse Thompson wrote: > Now I'm interested in a new possibility however. Using rsync > (connecting to a remote rsync server via rsync protocol) is there a > way to measure the size of a directory, kind of like du, without > having to transfer it? Yes. Do a transfer of the directory in dry-run mode (so no data is actually copied) and pass
2010 Feb 23
2
heatmap.3
Hello again, lately I have been playing a lot with heatmap functions, in particular I complemented heatmap.2 with a nice feature from heatmap.plus, i.e. the possibility of assigning a matrix to ColSideColors so to take into account more annotations. Below is the code I introduced in heatmap.2, everything else is maintained equal to heatmap.2: if (!missing(ColSideColors)) { #if