search for: combinaisons

Displaying 9 results from an estimated 9 matches for "combinaisons".

Did you mean: combinaison
2006 Nov 20
2
Call limits and VoIP providers
Hi, I have a few customers hosted on my Asterisk PBX. All incoming calls are coming from VoIP provider A and all outgoing calls are going to termination provider B (they happen to be different for now). On ONE of those customers I'd like to setup a channel limit, meaning they can have 4 calls max, either outgoing, incoming, or a combinaison of both. After that, I want it to ring busy.
2011 Mar 18
1
remove old files
Hello I use the dovecot 2.0.10 server and wonder how to clean up correctly the old mails (especially for spam folder). I use maildir storage, and wonder if deleting files with an rm and file command combinaison would be good or would corrupt indexes files/whatever. for exemple, the spam folder is in ~/.mail/.INBOX.spam/ Thus, can I "cd ~/.mail/.INBOX.spam/ && rm 'files older
2004 Jun 15
1
(sans objet)
Dear users I have a problem with the dr function: "dimension reduction". I give you my example, and i'll be pleased to read your comments. #let be X a matrix 50*100: library(dr); X<- matrix(rnorm(50*100,5,1),50,100); #and let be Y a vector response: Y<- sample(0:1,50,replace=T); #I choose (for the expérience, but in reality i don't have it) a few variables #which are
2005 Oct 09
1
enter a survey design in survey2.9
Hi dears, I expect that Mr Thomas Lumley will read this message. I have data from a complexe stratified survey. The population is divide in 12 regions and a region consist to and urban area and rural one. there to region just with urbain area. stratification variable is a combinaison of region and area type (urban/rural) In rural area, subdivision are sample with probabilties proporionnal to
2010 Nov 07
2
No Head in Force Unleashed
...ration set to "Emulation" to fix sound glitch The game launch and all run fine the first launch but when you launch it again (and each time after), the main character have no head !! I tried all Direct3D "UsefullRegistryKeys" (using : http://wiki.winehq.org/UsefulRegistryKeys) combinaisons possible, always the same result, no head... If someone have a way to fix this annoying bug, you're welcome :) regards, WineFan62
2006 Apr 13
0
Help ! Effect vs Ajax in script.aculo.us
Hi everybody, For me the most interesting of Effects is to do a visual effect will doing an ajax request because the user didn''t think that he is waiting for something. So, In a timeout function, I create an Effect and an AJAX call: ... Effect.MoveBy( ... ); ... Then do an AJAX Call ... setTimeout(function(){ getJsonRPC().callMyFunction(); },30);
2005 Sep 07
1
Survival analysis with COXPH
Dear all, I would have some questions on the coxph function for survival analysis, which I use with frailty terms. My model is: mdcox<-coxph(Surv(time,censor)~ gender + age + frailty(area, dist='gauss'), data) I have a very large proportion of censored observations. - If I understand correctly, the function mdcox$frail will return the random effect estimated for each group on the
2007 May 28
0
[LLVMdev] [llvm-announce] LLVM 2.0 Release
...(uncompleted) MIPS target exist for llvm-gcc ? or must I create > one ? Bruno just submitted one, he's the right person to talk to. I have not had a chance to review the code, so it has not been committed yet, but it should be soon. > 2) Do you think that llvm-gcc can handle those combinaisons of registers : > 2.1) Can llvm-gcc handle vector float as a super-set of scalar registers ? > 2.2) Can llvm-gcc handle matrix float as a super-set of vector float ? LLVM has good support for vectors, if you treat matrices as large vectors, you should have no problem. > 3) Can llvm-gcc v...
2006 Dec 03
6
[Bug 1266] incompatibility between s/key and keys Autentification
http://bugzilla.mindrot.org/show_bug.cgi?id=1266 Summary: incompatibility between s/key and keys Autentification Product: Portable OpenSSH Version: 4.4p1 Platform: ix86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Miscellaneous AssignedTo: bitbucket at mindrot.org