Displaying 3 results from an estimated 3 matches for "testid".
Did you mean:
tested
2006 Sep 04
1
merge files after cor.test
Dear All,
Suppose I have 2 files:
# first one : testid.csv
A
B
C
D
E
> (id<- read.table ("testid.csv",col.name=c("id")))
id
1 A
2 B
3 C
4 D
5 E
# second file is the result file I calculate from cor.text, which shows the
correlation coefficient.
> cor.value.t
1 2 3 4 5...
2004 Aug 09
5
Bizarre failure of samba shares to XP
...xample, if I put \\debian\docs1 into the address bar in a window, it will fail, but putting \\debian\docs1\test1 for an existing test1 directory that lives under docs1 will work fine.
I am able to use smbclient to connect to the share from linux just fine.
smbclient //debian/docs1 password -U testid
It gets odder. This problem happens on my main XP box. A second XP box still works just fine, as it always has. Connects to share roots with aplomb. So it looks like samba is OK - connecting from this XP box and from smbclient works fine.
As a test, I built another XP Pro box, as follows :
X...
2008 Jan 02
5
anchor tags?
Hi,
Is there a cool webgen way to do anchor tags? I''ve just been doing this:
<span id="anchor_name"/>
...but is there a better way?
Thanks,
Chad