similar to: information about Xen 3.0 tarball

Displaying 20 results from an estimated 5000 matches similar to: "information about Xen 3.0 tarball"

2007 Aug 02
1
sapply?
I have to compare four different grape varieties proteome in two different years. I don't know what test would be more suitable for my data. I think that an anova two way can be usefull also if someone suggested me to perform a manova. In addiction, I can perform each test on a single protein a time, but I can't loose my whole life carrying out anova (I have more than 1000 protein to
2007 Jul 11
3
3D plot and interactive PDFs
With version 8 of acrobat reader, it is now possible to have 3D in PDf documents. Does it exist already an R package who manage to produce 3D plots which can be saved as interactive 3D graphs in a PDF file? Best Regards Bruno Cavestro ------------------------------------------------------ Leggi GRATIS le tue mail con il telefonino i-mode? di Wind http://i-mode.wind.it/
2007 Apr 20
3
sequences extraction
Hello, I need to extract sequences from an ordered vector. For example, if a<-c(1,2,3,6,10,11,13) I need to get the followings 4 vectors (1,2,3),(6),(10,11),(13) Thank You -Bruno ------------------------------------------------------ Leggi GRATIS le tue mail con il telefonino i-mode? di Wind http://i-mode.wind.it/
2007 Mar 09
2
Duplicate rows of matrix
Hello my problem is the following: I have a matrix A and a vector B which contains as many rows as A. I need to build a matrix C which contains B[i]-times the row A[i,] and this for each line of A. if for example A is [1] [2] [1] 8 9.4 [2] 4.2 1.1 and B is (3,1). Then C will be: [1] [2] [1] 8 9.4 [2] 8 9.4 [3] 8 9.4 [4] 4.2 1.1 I have some
2007 Mar 15
2
how to...
I have to perform ANOVA's on many different data organized in a dataframe. I can run an ANOVA for each sample, but I've got hundreds of data and I would like to avoid manually carrying out each test. in addition, I would like to have the results organized in a simple way, for example in a table, wich could be easy to export. thank you for assistance simone
2007 May 20
0
optional fields in function declarations; Solved
thank you to both Adaikalavan and Patrick. on the basis of Adaikalavan example this is an example that point out my problems. >log_raise=function(num, exp, base){return(log(num^exp,base))} I would like to have optional fields, so some settings to be default parameters; if I declare the function as above the operator must of course input all the variables. Finally I could fix as follow.
2007 Oct 06
0
transfer to parking call transfer
I've realize the follow situation: the phone A call the phone B, the phone B park, throgth the application map, the phone A, the phone B call another phone C, the phone B, througth the application-map, transfer the phone C to the phone parked A. I use the follow line in feature.conf trans_CA => #9, peer,both,transfer,701 but the result is the call down of phone C. Thanks for the help
2007 May 24
2
Re: libao ready for release
Some questions: * why call it 0.8.8, when 0.8.7 was not yet released? * CHANGES file miss some changes from previous version, e.g. the new pulseaudio plugin replacing polyp; * what about a longer rc period? It's only less than 1 hour (and the previous release was over 2 year ago); * what about merging some fixes in the trac ( https://trac.xiph.org/report/13 ) before the release?
2007 Apr 16
1
Find zeros of analytic functions
Dear Partecipants to the list, I am Enrico Foscolo, a student of the Faculty of Statistics, University of Bologna, and I am interested under consideration of the search of zeros of one function. I would want to write a code using the software R. I have already read the book "Computing the Zeros of Analytic Functions" (P. Kravanja and M. Van Barel, 2000) that speaks about this problem,
2007 Mar 28
2
ssl with openwrt OS
Hi. I'm still facing troubles on my way. This time concerning ssl encryption. only dovecot-auth starts... imap and pop3 go down with this log dovecot: Mar 23 18:34:19 Info: Dovecot v1.0.rc27 starting up dovecot: Mar 23 18:34:20 Error: Temporary failure in creating login processes, slowing down for now dovecot: Mar 23 18:34:20 Error: imap-login: Can't load certificate file
2007 Mar 23
0
ssl on embedded device
Hi. I'm still facing troubles on my way. This time concerning ssl encryption. only dovecot-auth starts... imap and pop3 go down with this log dovecot: Mar 23 18:34:19 Info: Dovecot v1.0.rc27 starting up dovecot: Mar 23 18:34:20 Error: Temporary failure in creating login processes, slowing down for now dovecot: Mar 23 18:34:20 Error: imap-login: Can't load certificate file
2002 Jul 18
0
Fw: Fw: file refresh on windows 98 client
No idea. I would just be guessing. So, I'll guess. oplocks are buggy and different versions of windows handle them differently. Just don't use oplocks. Joel On Thu, Jul 18, 2002 at 05:06:17PM +0200, Silvana Bortolin wrote: > I tried with oplocks off and it seems to work. > But, why does it run on windows95 client with the default configuration > (oplocks=on)? > Thank you. >
2002 Jul 18
2
file refresh on windows 98 client
I have the following problem. I run samba on a HP-UX 11 system (L1000). 1)I have a file on UNIX on /shdir/prova3/silvana.txt with the following content: AAAAAAAAA. 2) I delete and recreate the file with the following instructions: rm /shdir/prova3/silvana.txt echo BBBBBBBBBB > shdir/prova3/silvana.txt 3) I try to see the file on a Windows98 client but I see the old versione of the file: I
2017 Jul 24
2
How to lower a 'Store' node using the list<dag> pattern.
Hi, I'm trying to complete the lowering for a new microcontroller. I'm using LLVM 3.8. For now this lowering crashes on 'Store' node, which is actually not yet defined. I've tried to map the ISel 'Store' node to architecture specific instructions. I've define the following semantic to my architecture specific instructions: def MOVSUTO_SU_rr :
2011 Oct 12
1
[LLVMdev] Problem in TwoAddressInstructionPass::runOnMachineFunction regarding subRegs
Hi, It seems to me that the TwoAddressInstructionPass::runOnMachineFunction method has some problems when the tied destination register has a subReg. The two changes below improves the situation for me but I'm all new to this so I'm not sure how it's supposed to work. I'm running on 2.9. Any comments? @@ -1172,12 +1172,20 @@ bool
2005 Aug 08
1
Help with "non-integer #successes in a binomial glm"
Hi, I had a logit regression, but don't really know how to handle the "Warning message: non-integer #successes in a binomial glm! in: eval(expr, envir, enclos)" problem. I had the same logit regression without weights and it worked out without the warning, but I figured it makes more sense to add the weights. The weights sum up to one. Could anyone give me some hint? Thanks a lot!
2006 Nov 12
3
Determine if Call is from a cellular phone
Does anyone know if there is a way to get a DB or any other means to see if I can see if a call is coming from a cell phone or not. If I am able to see if it is cellular or not is there any way to see aprox. what area the phone is in (I know this wont be simple but would it work if I have an agreeement with the cell phone companies) ? This is for the US. Thanks. Dovid -------------- next part
2016 Feb 03
2
TableGen register class
Hi, Assume I define registers R0...R15 and two register classes RegA and RegB. RegA contains R0 to R7 while RegB contains R0 to R15. Then I check the machine instruction, it seems that in some cases, the %vreg0 belongs to RegB; in other cases %vreg1 belongs to RegA_RegB. Can you tell me how TableGen decides which is which? At first, I guess &verg0 will be assigned by R8 to R15 only so that
2013 May 29
0
Lista aprovados Jequiá da Praia
Lista aprovados Jequi? da Praia: Tesouro: ANA CLEIDE PEREIRA DE VASCONCELOS, LUAN MARINHO DE SOUZA, FRANCISCO LEANDRO FIUSA DA SILVA, PEDRO HENRIQUE ARAUJO SANTIAGO, JO?O CARLOS MOREIRA DE CARVALHO, DANIEL DA CUNHA MAGALHAES, MARIA IVANI DE ARA?JO, JEANNIE PAULO DE SOUSA. SILVANA GALDINO FERREIRA, AUGUSTO BRUNO PEREIRA DOS SANTOS, LUCIANA ESTELITA LAFAYETTE RABELO, GRACY KELLY DE LIMA MORAIS,
2006 Jun 27
2
[LLVMdev] Mapping bytecode to X86
> > Thank you Chris. I will try to implement the TwoAddress pass to run on > > machine code. Why it has not been originally implemented to run on > > machine code? > > I'm not sure what you mean. It definitely does run on machine code. I was thinking that it only transformed instructions with virtual registers because of this code in the TwoAddressInstructionPass.cpp: