similar to: Vector Size Error Message

Displaying 20 results from an estimated 2000 matches similar to: "Vector Size Error Message"

2004 Jul 19
1
My fox build segfaults on Solaris 9 gcc.
On Wed, 7 Jul 2004, Hugh Sasse Staff Elec Eng wrote: > On Tue, 6 Jul 2004, jeroen wrote: > >> On Tuesday 06 July 2004 10:26 am, Hugh Sasse Staff Elec Eng wrote: >>> The last thing I get on building the Fox library is >>> >>> g++ -shared FX4Splitter.lo FXAccelTable.lo FXApp.lo >>> FXArrowButton.lo FXBMPIcon.lo FXBMPImage.lo FXBitmap.lo >
2005 Nov 23
15
:conditions => ... formatting
With code like: if @params[:pnumber] =~ /\s*p?(\d+)\s*/ if student = Student.find_first(:conditions => ["pnumber like \":pnumber%\"", {:pnumber => $1}]) @borrower = student elsif emp = Employee.find_first(:condiwions => ["pnumber like \"?\"", {:pnumber => $1}]) @borrower = emp else
2025 Mar 29
3
Setting up hypothesis tests with the infer library?
Hello, all, We're now starting to cover hypothesis tests in my Stats 101 course. As usual in courses using the Lock5 textbook, 3rd ed., the homework answers are calculated using their StatKey application. In addition (and for no extra credit), I'm trying to solve the problems using R. In the case of hypothesis test, in addition to manually setting up randomized null hypothesis
2006 Aug 28
3
screen resolution effects on graphics
Greetings, R-Citizens: I have the good fortune of working with a 19" 1280 X 1024 pixel monitor. My R-code produces nice-looking graphics on this machine but the same code results in crowded plots on an older machine with 800 X 600 resolution. In hindsight this seems obvious, but I didn't anticipate it. My code will be used on machines with varying graphics (and memory) capacity. Is
2025 Mar 29
2
Setting up hypothesis tests with the infer library?
How about calculating a 95% confidence interval about the estimated proportion in favor. The PooledInfRate package will do this for you. If confidence intervals overlap then there is no significant difference. -----Original Message----- From: R-help <r-help-bounces at r-project.org> On Behalf Of Kevin Zembower via R-help Sent: Saturday, March 29, 2025 12:10 PM To: R-help email list
2015 Jul 31
1
[LLVMdev] The Trouble with Triples
> On Jul 31, 2015, at 1:01 PM, Eric Christopher <echristo at gmail.com> wrote: > > > > On Fri, Jul 31, 2015 at 12:40 PM Eric Christopher <echristo at gmail.com <mailto:echristo at gmail.com>> wrote: > On Fri, Jul 31, 2015 at 12:22 PM Owen Anderson <resistor at mac.com <mailto:resistor at mac.com>> wrote: > >> On Jul 31, 2015, at 11:28
2025 Mar 29
2
Setting up hypothesis tests with the infer library?
Hi, Rui and Michael, thank you both for replying. Yeah, I'm not supposed to know about Chi-squared yet. So far, all of our work with hypothesis tests has involved creating the sample data, then resampling it to create a null distribution, and finally computing p-values. The prop.test() would work. obviously. I'll look into that. I didn't know about it. I'm really struck by the
2004 Aug 06
1
Icecast User Login Question
Scott Manley wrote: > Actually if you;re interested in integration with some sort of > subscription services then you want as much of the subscription logic to > be external as possible - trust me - I designed a subscription based > system which handled 7 million users (and managed to bankrupt at least > one company ;-) > > > Basically when you get into subscription
2005 Nov 22
3
Idiom for submit button?
What is the rails idiom for submit buttons on forms? All other field types have helpers, but button_to creates its own form, so should not be used. I''ve looked in "Agile Web Dev. with Rails" but can''t see what I should do instead. Is this "difficult" because it runs counter to AJAX type forms? And, related, is there a way to ensure that hitting return in
2007 Dec 22
3
Erlang DTrace Provider
DTrace folks, I''m pleased to introduce a potential new DTrace-sponsored project: the Erlang DTrace provider. To be good OpenSolaris citizens, we want to put the formation of this officially sponsored project to a vote -- as outlined in the OpenSolaris Constitution -- so here are the details for the new Project, as prepared by the Project Team: Name : Erlang DTrace Integration
2005 Dec 13
4
find()ing rows w/ NULL columns?
Agile Web Development with Rails doesn''t seem to have NULL in the index [or my eyes have failed me again], and web searching turns up lots of SQL statements containing NOT NULL. I have a table of loans, and I want to record when something was loaned and returned. The loan date can''t be null, or there''d be no entry in the table. The return date must be something
2012 Apr 09
0
[LLVMdev] Catching C++ exceptions, cleaning up, rethrowing
On Apr 8, 2012, at 10:40 PM, Bill Wendling wrote: > What gets returned by the landingpad instruction (%0 here) is normally a structure. LLVM doesn't typically treat aggregates as first-class citizens. In particular, you shouldn't store the whole structure to memory like you do to %5. You can use 'extractvalue' to get the different elements of the structure. If you need to
2013 Jan 16
1
[LLVMdev] Renaming lib/AsmParser?
Hello, The recent renamings moved some IR-related files and directories to more logical places. Is there a plan to rename lib/AsmParser as well? This directory name is somewhat misleading, because the code in it parses IR. In fact, nothing mentions AsmParser in the code inside that dir, except the build files. The name creates a confusion with other AsmParser citizens of LLVM like
2004 Aug 06
2
RIAA's new take on MP3
Sorry, I know it's marginally unrelated to icecast, but it most certainly affects all American citizens interested in MP3/Ogg Vorbis: http://dailynews.yahoo.com/h/zd/20011018/tc/why_the_riaa_owes_us_all_an_apology_1.html What the hell do they think they're doing? -- Nate "sublime" Kohari --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage:
2016 Feb 29
1
CentOS 7.2, nouveau won't go away
John Hodrien wrote: > On Mon, 29 Feb 2016, m.roth at 5-cent.us wrote: >> >> Fully updated 7.2 system. I installed the correct proprietary NVidia >> driver (the user's expensive proprietary visualization software won't >> run with nouveau), I've put nouveau.modeset=0 >> rd.driver.blacklist=nouveau on the kernel line for grub2, and even yum >>
2015 Jul 31
0
[LLVMdev] The Trouble with Triples
On Fri, Jul 31, 2015 at 12:40 PM Eric Christopher <echristo at gmail.com> wrote: > On Fri, Jul 31, 2015 at 12:22 PM Owen Anderson <resistor at mac.com> wrote: > >> >> On Jul 31, 2015, at 11:28 AM, Mehdi Amini <mehdi.amini at apple.com> wrote: >> >> >> On Jul 31, 2015, at 10:56 AM, Eric Christopher <echristo at gmail.com> >> wrote:
2012 Jul 09
1
Using a function from splines.c in our package
Dear all, I'm writing to ask for advice as to best practice. A PhD student working with me is writing C++ code that we hope to make public as src code in our Bioconductor package edgeR. He wants to call the function fmm_spline, which is part of the source code for the stats package http://svn.r-project.org/R/trunk/src/library/stats/src/splines.c, from his C++ code. This function
2018 May 24
1
USDA CVB recruiting statistician or data scientist
CENTER FOR VETERINARY BIOLOGICS UNITED STATES DEPARTMENT OF AGRICULTURE Join our team of statisticians and data scientists in 2018 We bring a broad perspective to our consulting and analytical work with scientists at the USDA National Centers for Animal Health. Our Statistics Section is looking for a good communicator who is comfortable dealing with the analytical aspects of practical
2006 Jan 11
2
Problem with making Matrix
Hi R-help citizens, I'm having trouble making version 0.99-6 of Matrix on FreeBSD 6.0. The error message is: * Installing *source* package 'Matrix' ... ** libs gcc -I/usr/local/lib/R/include -I/usr/local/include -D__NO_MATH_INLINES -fPIC -g -O2 -c Csparse.c -o Csparse.o ... numerous lines deleted ... gcc -I/usr/local/lib/R/include -I/usr/local/include -D__NO_MATH_INLINES
2009 Feb 20
0
[LLVMdev] svn pre-commit hook: help needed
For the complete truth in advertising, this was pretty much a trial balloon to gauge reaction. I'm not a big fan of rejecting commits for style violations, but the dev guide has certain guidelines regarding formatting and style. And we're all supposed to be good citizens... My biggest nit, however, was contemplating a commit where 80%+ was trailing whitespace trimming. Yeah, my editor