Displaying 3 results from an estimated 3 matches for "examplefil".
Did you mean:
examplefile
2008 Oct 05
4
Why is -e sent to the remote rsync side?
> $ rsync -e 'ssh -v' lingnu.com:
> OpenSSH_5.1p1 Debian-2, OpenSSL 0.9.8g 19 Oct 2007
> debug1: Reading configuration data /etc/ssh/ssh_config
> debug1: Applying options for *
> debug1: Connecting to lingnu.com [199.203.56.105] port 22.
> debug1: Connection established.
...
> debug1: Sending command: rsync --server --sender -de.L .
As we can see, rsync runs ssh, and
2009 Jan 01
5
Samba performance issue
Hello, I sent the following message to the Debian folks.
They don't think that the Debian packaging could be responsible for the
issue described there.
> Well, I'm not completely convinced that we will have very useful input
> for you. I don't really see any reason for this to be caused by the
> Debian packaging. To check this, why not compile samba from sources,
2013 Feb 21
2
ggplot2, geomtile fill assignment
...rs in the fill gradient to a range that I
specify, not the range that is in the subset of the data, but I don't know
how.
Some example data and code attached.
Thanks
Ben Caldwell
---------------------------------------------
require(ggplot2)
setwd("")
input<-read.table("examplefile.txt", header=TRUE)
str(input)
head(input)
# X x y z depth amplitude
# 1 1 0.0125 0.0125 -0.025 1 623
# 2 2 0.0125 0.0375 -0.025 1 654
# 3 3 0.0125 0.0625 -0.025 1 685
# 4 4 0.0125 0.0875 -0.025 1 1598
# 5 5 0.0125 0.1125 -0.025 1...