search for: infatuated

Displaying 7 results from an estimated 7 matches for "infatuated".

2008 Feb 07
5
pnorm
...a colleague and 5.2974E-16 from SAS. I tried to get around with mvtnorm package but it turns out to be using pnorm for univariate case. I should have missed some earlier discussions, but for the moment is there any short answer for a higher precision? Somehow these days, statistical geneticists are infatuated with such tiny p values! Many thanks in advance, Jing Hua _________________________________________________________________ Telly addicts unite! [[alternative HTML version deleted]]
2011 Feb 03
2
Queues and Agent penalty - how to go to second best agent when the first does not answer
...second best agent the queue rings the same agent over and over and over again. I've realized that it will only ring the second best agent only if the first is unavailable or paused or inuse, but what happens when he`s on a bathroom break? I`d like the queue to call them in order but not be infatuated with its favorite agent. I know I could implement a log in log off system, which I have done for other queues, but this queue needs to be kept simple with no agent intervention when they leave for a few minutes. Any ideas? Am I missing a parameter in queue.conf? Mike ---------...
2014 May 27
4
[LLVMdev] Guidance on using pointers vs. references for function arguments
...codebase, and I don’t see much value in forcing the convention everywhere. > > Certainly. > > My suggestion: unless we have evidence this is confusing people trying to contribute to LLVM, then it isn't broken as is. Chandler, Andy's recollection is correct. I was personally infatuated by this idea and pushed it through a ton of the LLVM IR APIs (this was many years ago, (in the pre-1.0 days, and then again early in Clang's development because I'm a slow learner). It led to all sorts of weird cases where some arguments to IR objects would be taken by reference and some b...
2006 Feb 27
3
Newbie Question
Hi! I just ran the first few Rails tutorials and I''m really impressed at how quickly I was able to get something up and running. I''m slowly emerging from the stone ages, and leaving my powerbuilder behind ? yes, I know, keep the snickering to a minimum please! I started into J2EE/STRUTS, but was quickly frustrated by how long it would take to code anything but relatively
2014 May 27
3
[LLVMdev] Guidance on using pointers vs. references for function arguments
On May 26, 2014, at 9:15 PM, Chandler Carruth <chandlerc at google.com> wrote: > > On Mon, May 26, 2014 at 8:45 PM, Chris Lattner <clattner at apple.com> wrote: > Chandler, Andy's recollection is correct. > > I was personally infatuated by this idea and pushed it through a ton of the LLVM IR APIs (this was many years ago, (in the pre-1.0 days, and then again early in Clang's development because I'm a slow learner). It led to all sorts of weird cases where some arguments to IR objects would be taken by reference and some b...
2004 Dec 17
0
[Off Topic] humour, XMAS, ground loop - good business strategy
hi, I received this e-mail which contains a "ballad", at first I thought it was junk mail, but then I read through it, for the EE members of this list, it may be quite humorous. I don't know if the ballad is original, but at least it's the XMAS season, so it's something to lighten up your day, eh? -samudra """ How the Ground Loop Stole Christmas
2014 May 27
3
[LLVMdev] Guidance on using pointers vs. references for function arguments
On May 26, 2014, at 5:02 PM, Chandler Carruth <chandlerc at google.com> wrote: > > On Mon, May 26, 2014 at 4:43 PM, Andrew Trick <atrick at apple.com> wrote: > This has been discussed before but I can’t find a reference to it. I could have sworn this was in the coding convention at some point. Here’s what I remember: during early LLVM development there was an effort to