search for: pesky

Displaying 20 results from an estimated 175 matches for "pesky".

2010 Sep 16
4
Pesky homemade function code
...n SAS where we use the & before every macro input variable name. Im not sure if this is how R handles function inputs. Here is my error: Error in combinations(length(data$times[data$ids == id[1]]), 2) : bad value of n Thanks -- View this message in context: http://r.789695.n4.nabble.com/Pesky-homemade-function-code-tp2541597p2541597.html Sent from the R help mailing list archive at Nabble.com.
2008 Jan 05
0
[LLVMdev] Calling functions across modules. And those pesky vectors!
Danny wrote: I made a > simple function which was just supposed to multiply two 3 component > float vectors and return the result: "Vectors must have a power of two length (1, 2, 4, 8, 16 ...)." - http://llvm.org/docs/LangRef.html#t_vector > //Snip on: > VectorType *vType = VectorType::get(Type::FloatTy, 3); Nick
2008 Jan 04
0
[LLVMdev] Calling functions across modules. And those pesky vectors!
On Thu, 3 Jan 2008, Danny wrote: > Second, I was under the impression that vector types were fairly well, > but I can't seem to get a simple function which takes in and returns > vectors to work properly. And I don't understand the error. I made a > simple function which was just supposed to multiply two 3 component > float vectors and return the result: Non-power-of-two
2008 Jan 07
1
[LLVMdev] Calling functions across modules. And those pesky vectors!
On Friday 04 January 2008 17:55:34 Chris Lattner wrote: > On Thu, 3 Jan 2008, Danny wrote: > > Second, I was under the impression that vector types were fairly well, > > but I can't seem to get a simple function which takes in and returns > > vectors to work properly. And I don't understand the error. I made a > > simple function which was just supposed to
2002 Jan 14
2
That pesky udial.wav again...
I finally got RC3 built on my home machine (had to sneakernet in a tarball of libcurl to get it to build :-( ) and started testing it out on the range of quality levels, side by side with lame using it's range of vbr quailty modes. Overall, it sounds pretty good, but I haven't really tested a good range yet, as I ended up starting on udial.wav... vorbis handles it ok up to quality 3,
2003 Aug 18
2
another seriously corrupt ext3 -- pesky journal
...ver even seen before. 1/2 a :-) Anyway, my hypothesis now is that the f/s in question may have just had a really really bad journal inode on it that was preventing anything else from happening, and that perhaps I shouldn't have tried "mke2fs -S" above had I been able to just nuke the pesky journal (it might have prevented further corruption that fsck is now "fixing"). The good news is that prior to experimentation, I have made a dd backup of /dev/md0 (400GB) onto a file on another file server (1.5T), so I can dd it back onto my real /dev/md0 if need be. Alternatively, I c...
2008 Jan 04
7
[LLVMdev] Calling functions across modules. And those pesky vectors!
Before I get started with more questions, thanks for the prompt reply on my last set question, that was much appreciated. First, I found references to lazy inling and optimizations for calling functions across modules, but I can't figure out how to do that. If I just take a Function* that I got out of one module and call it from the other, it doesn't work. What's the general
2007 Nov 05
2
Which Variable???
Hi Gurus! Please excuse this pesky Asterisk rookie....:-) I just wanted to know which channel variable tells asterisk the number of rings before an incoming call on FXO channel is answered? I looked through zapata.conf.sample and other places and could not find something there readily. Thanks, Jeng _____________________...
2001 Aug 08
2
More WineX Build Problems
I downloaded a newer copy of WineX from the CVS, using WinCVS (Pesky winmodem doesn't work with Linux). I copied it to my linux partition & did a ./configure . To my surprise, an error was returned! bash: ./configure: No such file or directory I'm confused. What am I doing wrong (Yes, I'm a pathetic newbie)? Anybody have any ideas?
2005 Nov 03
3
Prototype is spamming my arrays!
Hi all, when I want to interate through an array, all those pesky Prototype functions get in my way! When I do this: --------------------- r=""; for(x in new Array()) { r+="var: "+x+", val: "+ (new Array())[x]+"\n"; } alert(r); --------------------- I get a giant alert window with loads of functions printed out. Is this...
2018 Aug 20
2
[GreenDragon] Green Dragon to be restarted at 10:30PDT today
Hello, Green Dragon is currently having trouble letting go of open file descriptors. We all have those days where it's just hard to let something go. We are going to put her to sleep for a bit, perform a little maintenance magic and see if we can't get those pesky file descriptors to close for good. Planning to restart the system at 10:30PDT today (August 20,2018). We will post a status email at 11:00PDT, hopefully letting you know all our work has been completed successfully. As always, thank you for your patience and understanding. Respectfully, Mike E...
2007 Mar 23
2
kickstart - how do I specify I20_block driver
Hi, I have alot of kickstart and scripting going on as I provision lots of machines, and every now and then I run into a pesky machine or three that's still got that Adeptec zero-channel RAID card sitting on the board. Normally I like to rip it our and throw something more robust in, but if it's a cache machine or whatever, I leave it in. It makes my kickstart file useless until I ask you, the list, how do I...
2003 Nov 21
2
[LLVMdev] GetElementPtrInst Again!
...e, GlobalValue::ExternalLinkage, > "printf", TheModule); > When I set up the call, I get the following from that pesky :) verifier: Call parameter type does not match function signature! getelementptr [3 x sbyte]* %_str_format_, long 0 ; <[3 x sbyte]*>:0 [#uses=1] typesbyte* sbyte * So, in LLVM are arrays and pointers not equivalent as in "C"? What do I have to do to turn m...
2016 Feb 25
2
11.21,2 : how to transfer to Jolly Roger ?
I'd like to transfer all my pesky telemarketing calls to Jolly Roger . http://www.nytimes.com/2016/02/25/fashion/a-robot-that-has-fun-at-telemarketers-expense.html In the middle of a call I'd hit some DTMF sequence, which would dial Jolly Roger and transfer the call after Jolly Roger answers. But blindtransfer requires an e...
2009 Jul 18
2
Zinb for Non-interger data
...m getting a bit desperate! I have over-dispersed, zero inflated data, with variance greater than the mean, suggesting Zero-Inflated Negative Binomial - which I attempted in R with the pscl package suggested on http://www.ats.ucla.edu/stat/R/dae/zinbreg.htm However my data is non-integer with some pesky decimals (i.e. 33.12) and zinb / pscl doesn't like that - not surprising as zinb is for count data, normally whole integers etc. Does anyone know of a different zinb package that will allow non-integers or and equivalent test/ model to zinb for non-integer data? Or should I try something else...
2005 Jan 03
2
Two brief questions concerning sapply. Can anyone please help?!
....3 1.3 -1.4 1.4 -1.5 1.5 14.61667 17.08500 18.52667 19.76000 27.83833 32.87000 21.42167 24.70833 -1.6 1.6 20.08500 24.12000 PROBLEM 1 -- How do I sort nr.carbon such that 1.2 comes before -1.2, 1.3 comes before -1.3, etc. PROBLEM 2 -- How do I get rid of the pesky names automatically assigned by sapply so that I only have the data in nr.carbon? Thanks in advance to those who reply! -------------------------------------- Philip Turk Assistant Professor of Applied Statistics Department of Mathematical Sciences University of Alaska Anchorage CAS #154N, 3211...
2007 Nov 01
2
unable to install package ff
Hi all, I've had one of my most miserable R weeks in memory. I'm trying to deal with huge datasets (>1GB each) but am running up against those pesky memory limits. The libraries filehash and g.data are not very suitable for what I need. I haven't gotten into the sql thing yet. Most recently I've been trying to install the new package ff (not yet on the CRAN repository). I can't find emails of the folks developing ff, so I was hoping...
2023 Mar 21
4
Error: /proc/self/status is larger than expected
Hello, Writing to get some insight as to how I might rid myself of a the pesky error message on the subject. Every binary throws out that error, every LMTP delivery... basically every time any dovecot binary is executed. I am unsure if this is configuration related or not, but intuition says it is an issue with a kernel feature or compiler issue. I saw the error message...
2010 Feb 25
1
[LLVMdev] AVX support
I have seen some re-factoring work done to prepare for AVX support. What are the plans (time wise) to add the AVX patterns to the backend? Has anyone thought about FMA4? - Jan
2010 Feb 25
0
[LLVMdev] AVX support
...have a different feature bit than AVX or FMA3. FMA4 is our top priority after AVX due to Bulldozer. What would you like to see for FMA4? I will be implementing that just as soon as I push up some more AVX support. The AVX work is ready to be pushed up and I am working on that. Unfortunately, pesky things like software releases are getting in the way. :) I hope to get back to this next week. -Dave