search for: quals

Displaying 20 results from an estimated 413 matches for "quals".

Did you mean: qual
2009 Aug 10
1
building a package
Dear R People: I'm trying to build a package and am stuck on the last part; I keep getting "there is no library". Here are my statements: erin at erin-laptop:~/Desktop/R-2.9.1/bin$ R CMD check RcmdrPlugin.qual * checking for working pdflatex ... OK * using log directory '/home/erin/Desktop/R-2.9.1/bin/RcmdrPlugin.qual.Rcheck' * using R version 2.8.1 (2008-12-22) * using
2006 Nov 03
4
read file problem
R-help, I have the following file I want to import to R (some lines removed) Calibrated CTD data for station:00280001 Calibrated:23/8 2001, Salinity Unsmoothed, Fluorescence Uncalibrated Maximum observed depth: 36 m QUAL has one digit for each of pressure, temp., sal. and fluor. QUAL=1:Uncal., QUAL=2:OK, QUAL=6:Interp., QUAL=9:No data
2006 Feb 14
1
Bug in vbr_analysis
Hi Jean-Marc, I used the following code after init of the encoder to get the frame size of my RTP packets. char pcm_data[3200]; char speex_data[3200]; SpeexBits bits; memset(pcm_data, '\0', 3200); memset(speex_data, '\0', 3200); speex_bits_init(&bits); speex_bits_reset(&bits); speex_encode_int(codec_info->enc,
2009 Jul 03
3
ffmpeg and zoneminder install problems
CentOs zoneminder users, I have been trying to install zoneminder on Centos 5.3 (2.6.18-128.1.16.el5xen) and have hit a brick wall with ffmpeg which zoneminder has as a dependancy. There were no rpm's in centos or rpmforge so I have followed the instructions on the zoneminder website for a CentOs install. I have posted a note on the zoneminder list, but have not been able to get any takers
2005 Dec 12
1
Getting SING errors
Hello! I'm getting SING errors from the log() function. Here is the code inside the vbr_analysis() function. if (ener<60000) { if (vbr->consec_noise>2) qual-=0.5*(log(3.0 + vbr->consec_noise)-log(3)); if (ener<10000&&vbr->consec_noise>2) qual-=0.5*(log(3.0 + vbr->consec_noise)-log(3)); if (qual<0) qual=0;
2009 Nov 21
1
MASS loading error
Dear R People: I just installed R-2.10.0 on Karmic Koala Ubuntu, via the sudo apt-get install r-base, etc. However, when I try to install an Rcmdr Plugin package, I get the following: > install.packages("RcmdrPlugin.qual",depen=TRUE) Warning in install.packages("RcmdrPlugin.qual", depen = TRUE) : argument 'lib' is missing: using
2006 Dec 22
6
[PATCH] two missing bits (was Re: Add -Wcast-qual flag)
Hi! I catched two pieces with debug and crash_debug enabled. One of them fixes a build error even without the -Wcast-qual flag. Patch attached. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2002 Jun 18
1
remote rsync process dies, local hangs
I've got an rsync job which is consistently failing, but I've been unable to diagnose the problem. FAQ/Google/docs/etc. checked and no luck. Basically, it looks like the rsync process invoked on the far end is exiting, and then the local process waits until the timeout and exits. Both systems are Sun boxes, Ultra 10 or better with 256+ MB of memory. Rsync version is 2.5.0 on the local
2010 Apr 02
0
Wine release 1.1.42
The Wine development release 1.1.42 is now available. What's new in this release (see below for details): - Support for shared 32/64-bit setups. - Dwarf debug info support for better backtraces. - More standard actions supported in MSI. - Support for TIFF image format in WinCodecs. - A number of Direct3D improvements. - Shell fixes for better Internet Explorer support. - Various
2006 Dec 21
7
[PATCH] Add -Wcast-qual flag
Hi! The xen-cast.diff adds the -Wcast-qual flag. The xen-cast-xen.diff makes the hypervisor itself buildable with the new flag - at least on x86_32 and x86_64. The xen-cast-tools.diff makes the tools build with the new flag. Generally, the places with the __UNCONST() hack should be considered to be reworked. These places may hide bugs. Christoph
2006 Nov 24
0
Wine release 0.9.26
This is release 0.9.26 of Wine, a free implementation of Windows on Unix. What's new in this release: - Better support for Unix locale settings. - Improved X11 keyboard support. - Various MSI fixes. - Winecfg improvements. - Lots of bug fixes. Because of lags created by using mirrors, this message may reach you before the release is available at the public sites. The sources will
2013 Sep 17
1
strange behavior for RcmdrPlugin.qual
Hello! Over the weekend, I updated my RcmdrPlugin.qual package. It works fine on a 64 bit Windows machine but not a 32 bit. This is very strange. The new menu with all of the Quality Control stuff does not appear. Have any of you run into this sort of thing before, please? Thanks, Sincerely, Erin Erin M. Hodgess, Ph.D. Associate Professor Department of Computer and Mathematical Sciences
2006 Feb 14
0
Bug in vbr_analysis
This was reported by me (and most likely others). Here is the exchange about this. The reason the problem is visible in Delphi is that Borland (C++ and Delphi) initialize the FPU differently from other RTLs. Also, there is another problem that will be visible with Delphi --------------------------------------------------------- ------------- Yes, that's definitely a bug in the vbr code,
2008 Jun 26
1
Compile warning using additonal CFLAGS '-Wshadow -Wpointer-arith -Wcast-qual -W'
Hi, Ive just downloaded and build the portable openssh-5.0p1 source on my Linux box, and when I add the CFLAGS '-Wshadow -Wpointer-arith -Wcast-qual -W' I get a lot of warnings of the following type: - -Wuninitialized is not supported without -O - cast discards qualifiers from pointer target type - warning: `foo' is not at beginning of declaration - cast discards qualifiers from
2006 Oct 13
0
Wine release 0.9.23
This is release 0.9.23 of Wine, a free implementation of Windows on Unix. What's new in this release: - Massive update of printf formats for Win64 compatibility. - Dynamic drive support on MacOSX. - Still more MSI fixes and improvements. - Lots of bug fixes. Because of lags created by using mirrors, this message may reach you before the release is available at the public sites. The
2003 Aug 09
18
[releng_4 tinderbox] failure on i386/i386
TB --- 2003-08-09 16:00:11 - starting RELENG_4 tinderbox run for i386/i386 TB --- 2003-08-09 16:00:11 - checking out the source tree TB --- cd /home/des/tinderbox/RELENG_4/i386/i386 TB --- /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -rRELENG_4 src TB --- 2003-08-09 16:00:11 - /usr/bin/cvs returned exit code 1 TB --- 2003-08-09 16:00:11 - ERROR: unable to check out the source tree TB ---
2006 Dec 22
0
Wine release 0.9.28
This is release 0.9.28 of Wine, a free implementation of Windows on Unix. What's new in this release: - OpenGL in child windows should work again. - Better mouse support in games. - Beginnings of new state management in Direct3D. - Improved audio and font support on Mac OS. - Lots of bug fixes. Because of lags created by using mirrors, this message may reach you before the release
2006 Jun 16
3
Aiuto
Salve a tutti; Sono un neofita di Ruby, sinceramente Rails ancora non lo ho utilizzato. Sono uno studente universitario, ora sto preparando una tesina su un framework per sviluppare applicazioni web non so se lo conoscete e lo Spring webflow. nella tesina ho cercato di convincere il prof sul fatto che Rails ? migliore. Solo che lui mi ha fatto una domanda che mi ha spiazzato alla quale al
2009 Dec 07
2
xapain install
Hi, I am trying to isntall Xapain. I run $./cofigure optionand then I rune make, but it echos following message in infinite loop. Is there anything wrong? How to correct? --------------------------------- /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long
2012 Dec 04
2
[releng_8 tinderbox] failure on sparc64/sparc64
TB --- 2012-12-04 23:10:18 - tinderbox 2.9 running on freebsd-legacy2.sentex.ca TB --- 2012-12-04 23:10:18 - FreeBSD freebsd-legacy2.sentex.ca 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC 2012 root at farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2012-12-04 23:10:18 - starting RELENG_8 tinderbox run for sparc64/sparc64 TB --- 2012-12-04 23:10:18 - cleaning