search for: existinc

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

Did you mean: existing
1997 Jul 29
0
Subnet browsing with alpha4
...und out that if they got someone at the NT sites to make a Windows 95 link file to one of the five NT domains, then you could browse the NT domain from the unix site by using the link. So now people are using link files to browse. It appears like the only thing alpha4 is missing is to announce the existince of the other domains. Would it be possible for the samba team to make an expirement with this? Btw: What happened to the multi-workgroup version of samba? I kinda liked it. Baldur
2010 May 03
2
Adding a header after the file is written
The situation arises where I open a file to write a data.frame to it. with write.table. multiple lines are written to the file and the file is kept in Append=TRUE mode. If one sets the col.names to the names of the variables being written, you have output that looks like this... name1 name2 name3..... x x x x x x x x x name1 name2 name