Displaying 3 results from an estimated 3 matches for "tjohnson".
Did you mean:
johnson
2004 Mar 04
1
Samba 3 "public" Access
...ndows->UNIX mapping in smbusers, etc..
However with Samba 3.0, a Windows user with no UNIX account is unable to
even open \\SERVER. They are immediately prompted for a login and a
password. The Samba log shows:
[2004/03/04 17:00:28, 1] smbd/sesssetup.c:reply_spnego_kerberos(218)
Username tjohnson is invalid on this system
The few IT workers with 1:1 Windows to Linux user account mappings work
fine so the account logins are happening successfully. I need to get
back to a state where Windows users with no UNIX account can see
"public" type folders. Any help?
Much appreciated!...
2007 Nov 20
1
Vectorization/Speed Problem
Hi,
I cannot find a 'vectorized' solution to this 'for loop' kind of problem.
Do you see a vectorized, fast-running solution?
Objective:
Take the value of X at each timepoint and calculate the corresponding value
of Y. Leading 0's and all 1's for X are assigned to Y; otherwise Y is
incremented by the number of 0's adjacent to the last 1. The frequency and
2007 Feb 20
1
Difficulties with dataframe filter using elements from an array created using a for loop or seq()
...o not provide the
same output as the "handmadevector".
Thank you for your assistance!
Todd
--
Todd A. Johnson
Research Associate, Laboratory for Medical Informatics
SNP Research Center,RIKEN
1-7-22Suehiro,Tsurumi-ku,Yokohama
Kanagawa 230-0045,Japan
Cellphone: 090-5309-5867
E-mail: tjohnson at src.riken.jp
Here's the testcase, with the sample code between the lines and the output
following:
_____________________________________________________________________
## Set up three different vectors, each with the numbers 0.05, 0.15, 0.25,
0.35, 0.45, 0.55, 0.65, 0.75, 0.85, 0.95
##...