Displaying 10 results from an estimated 10 matches for "mause".
Did you mean:
cause
2011 May 19
15
Are there source codes for Xen-IB?
Hi,
I found a link: http://xenbits.xensource.com/ext/xen-smartio.hg for Xen-IB
source codes, but it did''t exist anymore.
Are there other ways to get the Xen-IB source codes?
Thanks.
Regards,
Yi-Man
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2010 Aug 04
2
by group testing
...t;- sample(c(0,1),length(mice),replace=T)
group <- c(rep("A",length(mice)/2),rep("B",length(mice)/2))
my.data <- data.frame(mice,outcome,group)
my.sort.data <- my.data[order(my.data[,1]),]
I would like to test wether there is a different between group A and B for
each mause type!
I was trying to use by, table and fisher.test/prop.test functions to do
this, but I could not solve this problem, any suggestion?
Many thanks in advance,
Cheba
[[alternative HTML version deleted]]
2016 Jan 28
2
nouveau contributor dinner Friday evening before FOSDEM?
Hi Hans,
On 28 January 2016 at 12:31, Hans de Goede <hdegoede at redhat.com> wrote:
> Hi All,
>
> On 21-01-16 14:09, Hans de Goede wrote:
>>
>> Hi All,
>>
>> $subject says it pretty much all. AFAIk quite a few
>> nouveau contributors are coming to Fosdem, and I think it
>> would be nice to have dinner together Friday evening
>> before
2016 Jan 21
6
nouveau contributor dinner Friday evening before FOSDEM?
Hi All,
$subject says it pretty much all. AFAIk quite a few
nouveau contributors are coming to Fosdem, and I think it
would be nice to have dinner together Friday evening
before FOSDEM.
So any takers? If you want to join please reply to this
mail thread before coming Thursday, I will try to reserve a table at:
2016 Jan 28
0
nouveau contributor dinner Friday evening before FOSDEM?
Hi All,
On 21-01-16 14:09, Hans de Goede wrote:
> Hi All,
>
> $subject says it pretty much all. AFAIk quite a few
> nouveau contributors are coming to Fosdem, and I think it
> would be nice to have dinner together Friday evening
> before FOSDEM.
>
> So any takers? If you want to join please reply to this
> mail thread before coming Thursday, I will try to reserve a
2016 Jan 28
0
nouveau contributor dinner Friday evening before FOSDEM?
Hi,
On 28-01-16 11:48, Emil Velikov wrote:
> Hi Hans,
>
> On 28 January 2016 at 12:31, Hans de Goede <hdegoede at redhat.com> wrote:
>> Hi All,
>>
>> On 21-01-16 14:09, Hans de Goede wrote:
>>>
>>> Hi All,
>>>
>>> $subject says it pretty much all. AFAIk quite a few
>>> nouveau contributors are coming to Fosdem, and I
2010 Jun 01
1
configuring sendmail to work with dovecot+LDAP
I would like to setup dovecot (1.1.20) with LDAP virtual users,
but I don't seem to understand how to get my sendmail to accept
mail for the virtual users.
(I am rather new to this, so I may have some misunderstandings)
I have followed - wiki.dovecot.org/HowTo/DovecotOpenLdap
(OpenLDAP 2.3.43)
and I think I have IMAP working for virtual users.
I can connect to port 143, enter a username and
2003 Jul 30
0
Lula-Cuba, "bloqueio", patrulhas"...
msz De: Fern?ndez-L?pez, Ambito Iberoamericano, Paseo de la Castellana
223, Madrid. [1]InEnglish - [2]EnEspanol
Caros amigos luso-brasileiros,
? de se perguntar se as "patrulhas ideol?gicas" esquerdistas estar?o
impedindo que os ?ltimos artigos do ex preso pol?tico e escritor
cubano Armando Valladares - que abordam delicados aspetos das rela??es
entre o regime
2008 Dec 10
2
Possible (bug) in winamp in_flac.dll decoder
Hello,
I'm not sure if this is the right place to post my problem to, i'm not a
developer but a user experiencing
a possible bug in the flac decoder.
using winamp 2.81 + in_flac.dll (tryed different versions eg 1.12 and 1.21)
+ Electri Q Winamp DSP plugin (all versions affected)
Winamp crashes just before flac track ends (next track is also flac track)
does NOT crash when playing mp3
2008 Jun 09
1
Student Distribution and Funtion qt
Hello,
I am trying to calculate and plot mean and confidence intervall for a set of data. This is the code that I am currently using:
means <- sapply(data, mean, na.rm=TRUE)
n <- sapply(data,length)
stdev <- sqrt(sapply(data, var, na.rm=TRUE))
ciw <- qt(0.98, n) * stdev / sqrt(n)
par(mgp=c(2,0.6,0), las=2, fin=c(7,3), mai=c(1,0.5,0.2,0.2), cex=0.8)
plotCI(x=means, uiw=ciw,