Displaying 2 results from an estimated 2 matches for "myrle".
Did you mean:
merle
2007 Sep 18
0
net join, client tls bug?
QUESTION: Does samba have client side TLS capabilities?
BACKGROUND
Samba ADS compliant distributions tried:
RHEL samba 3.0.10
Blastware samba 3.0.22 (for Solaris 8 and above)
Solaris 9 compilations 3.0.24, 25b, 25c, 26a
My ADS is running in native 2003 mode. The only access I have
to it is to set up Machine accounts.
SMB.CONF
For all versions I used the same smb.conf (see end of document)
NET
2013 Mar 26
2
Feed rle() output to hist()
I want to make a histogram from the lengths vector which is part of the
output of rle. But I don't know how to access that vector so that I use it
as an argument of hist(). What argument must I use so that I use the
lengths vector as an input to hist()?
Example output is:
Run Length Encoding
lengths: int [1:4] 1 2 3 3
values : num [1:4] -1 1 -1 1
A printout of the function rle() may