Displaying 4 results from an estimated 4 matches for "naiviti".
Did you mean:
naivity
2006 Aug 18
1
What modifications are required for my device driver to work with xen.
Hi,
Firstly, I apologise for the naivity of my quiestion.
I''m still unclear about the split-driver architecture of xen.
I''m developing a software raid driver, and would like to know the changes
required for it to work with xen. (guest).
As I have understood, the Native driver remains unchanged in Dom0. This
driver communicates talks with the backend driver and the hardware(or is
2005 Apr 22
1
Samba Server [Solaris 8] on Windows 2K/2003 [ADS] network
ALL:
Please forgive my ignorance. I am not just naive regarding Samba..., or
Solaris..., or UNIX, or Windows Networking..., the naivity courses through
my veins abundantly in all IT related matters. :-)
Our work unit is the lone UNIX [Samba server 2.2 on Solaris 8] installation
on the organizational Windows WAN. None of the analysts in our unit have
domain admin rights. The sys manager in
2007 Aug 21
0
Ansari vs wilcoxon vs ks test
Hi all,
This is a statistics question, I hope someone out there will be able to help
me.
I have one population (oligonucleotide probes spotted on a Nimblegen array).
I measured "parameter one" (intensity after hybridisation) and I have
selected a subpopulation of the initial (one tenth of the initial) according
to a threshold value.
I now measure "parameter two" of
2000 Dec 31
4
R as a daemon?
I have a GNU/Linux / Unix application in which I'd like to have an R
process running in a persistant state, while receiving instructions (and
data) from another process, and returning results to this process.
My initial thoughts are to set something up with named pipes or such,
but I believe that the R process will terminate when it reads EOF (^D)
from the input pipe. The client process is