Displaying 10 results from an estimated 10 matches for "maus".
Did you mean:
maps
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?
...ace to go to in Brussels.
>
>
> Ok, I've received confirmations from the following people:
>
> Hans de Goede
> Pierre Moreau
> Karol Herbst
> Roy Spliet
> Martin Peres
>
> So I've gone ahead and reserved a table for 6 at:
>
> Le Falstaff
> Rue Henri Maus 19 / Henri Mausstraat 19
> 1000 Brussels
>
> Note this on the "La Bourse" square, which is quite near the Grand Place.
>
> If anyone else wants to join please let me know then I'll let the restaurant
> know that we will be with more beforehand.
>
Was meant to shou...
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?
...ions, esp. from locals, Le Falstaff
> is sort of my fallback place to go to in Brussels.
Ok, I've received confirmations from the following people:
Hans de Goede
Pierre Moreau
Karol Herbst
Roy Spliet
Martin Peres
So I've gone ahead and reserved a table for 6 at:
Le Falstaff
Rue Henri Maus 19 / Henri Mausstraat 19
1000 Brussels
Note this on the "La Bourse" square, which is quite near the Grand Place.
If anyone else wants to join please let me know then I'll let the restaurant
know that we will be with more beforehand.
Regards,
Hans
2016 Jan 28
0
nouveau contributor dinner Friday evening before FOSDEM?
...I've received confirmations from the following people:
>>
>> Hans de Goede
>> Pierre Moreau
>> Karol Herbst
>> Roy Spliet
>> Martin Peres
>>
>> So I've gone ahead and reserved a table for 6 at:
>>
>> Le Falstaff
>> Rue Henri Maus 19 / Henri Mausstraat 19
>> 1000 Brussels
>>
>> Note this on the "La Bourse" square, which is quite near the Grand Place.
>>
>> If anyone else wants to join please let me know then I'll let the restaurant
>> know that we will be with more beforehand...
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"...
...sair da
ilha, entabular rela??es, desenvolver iniciativas econ?micas".
Afirmaram tamb?m essa verdade, t?o grande quanto silenciada, a
economista Martha Beatriz Roque, atualmente prisioneira pol?tica na
Pris?o de Mulheres Manto Negro, Prov?ncia de Mariano, Cuba, onde
agoniza por maus tratos e falta de aten??o m?dica; e o tamb?m preso
pol?tico Dr. Oscar El?as Biscet, que jaz em uma masmorra do C?rcere
Kilo Cinco e Meio, na Estrada Luis Lazo, prov?ncia Pinar del Rio.
Denunciaram igualmente a artificialidade da farsa publicit?ria
castrista sobre o "bloqueio"...
2008 Dec 10
2
Possible (bug) in winamp in_flac.dll decoder
...dary (driver 8.252.0.0)
+ IDE ATA/ATAPI-Controller
- Prim?rer IDE-Kanal
- Sekund?rer IDE-Kanal
- VIA Bus-Master-IDE-Controller
+ Laufwerke
- SAMSUNG HA250JC
- SAMSUNG HD501LJ SCSI Disk Device
- SAMSUNG MP0402H USB Device
+ Monitore
- (Standardmonitor)
+ M?use und andere Zeigeger?te
- Microsoft PS/2-Maus
+ Netzwerkadapter
- 3Com Gigabit LOM (3C940) (driver 1.0.0.44)
- TAP-Win32 Adapter V8 (driver 8.0.0.4)
- TAP-Win32 Adapter V8 #2 (driver 8.0.0.4)
- TAP-Win32 Adapter V8 #3 (driver 8.0.0.4)
+ Prozessoren
- AMD Athlon(TM) XP
+ SCSI- und RAID-Controller
- SCSI/RAID Host Controller
- VIA Serial ATA RAI...
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,