search for: qual

Displaying 20 results from an estimated 412 matches for "qual".

Did you mean: quad
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 session charset: UTF-8 * checking for file 'RcmdrPlugin.qual/DESCRIPTION' ... OK * checking extension type ... Package *...
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 DEPTH CTDPRS CTDTMP CTDSAL RAWFLU NUMB. QUAL M DBAR IPTS-68 PSS-78 OBS. ******* ******* ******* ******* 1 1.0...
2006 Feb 14
1
Bug in vbr_analysis
...I never run into problems using either speex on linux or windows until one used my dll and speex through delphi on windows: he gets division by zero. I found that "ener" is 0 around line 253: (version 1.1.11) 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; qual += .3*log(ener/60000.0); } I think this is a side effect of the fact th...
2009 Jul 03
3
ffmpeg and zoneminder install problems
...e is the output of make [root at SeVi ffmpeg]# make "/root/software/ffmpeg"/version.sh "/root/software/ffmpeg" gcc -fPIC -fomit-frame-pointer -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -I"/root/software/ffmpeg" -I"/root/software/ffmpeg" -I"/root/software/ffmpeg"/libavutil -I"/root/software/ffmpeg"/libavcodec -I"/root/software/ffmpeg"/libavformat -I"/root/software/ffmpeg"/libswscale -I"/root/softw...
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; qual += .3*log(ener/60000.0); } Inspecting the values shows that 'ener' is...
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 '/usr/local/lib/R/site-library' Warning in install.packages("RcmdrPlugin.qual", depen = TRUE) : 'lib = "/usr/local/lib/R/site-library&q...
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
...e --rsync-path=/usr/local/bin/rsync /some/path/ user@somehost.faraway:/another/path/ building file list ... done On the remote end, looking with truss -vpoll -p: lstat64("toolbox/shaperouter.mgc_shaperouter.attr", 0xFFBEFAE0) = 0 lstat64("toolbox/shaperouter/shaperouter.qual", 0xFFBEFAE0) = 0 lstat64("toolbox/spicenet2G6", 0xFFBEFAE0) = 0 lstat64("toolbox/spicenet2G6", 0xFFBEF1D8) = 0 lstat64("toolbox/spicenet2G6.SpiceNet2G6.attr", 0xFFBEFAE0) = 0 lstat64("toolbox/spicenet2G6/spicenet2G6.qual", 0xFFBEFAE0) = 0 lstat64("...
2010 Apr 02
0
Wine release 1.1.42
...Mike Kaplinskiy (3): ws2_32: Use ntstatus in overlapped functions. ws2_32/tests: Test a WSARecv error condition. ws2_32/tests: Fix win9x test failure. Mikhail Maroukhine (42): comctl32/tests: Remove superfluous casts. comctl32: Fix compiler warnings with flag -Wcast-qual. comctl32: Fix incorrect const type casting. comctl32: Fix compiler warnings. advapi32: Fix compiler warnings with flag -Wcast-qual. appwiz.cpl: Fix compiler warnings with flag -Wcast-qual. objbase.h: CLSIDFromString: Add constness to the parameters declaration in acco...
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....
2006 Nov 24
0
Wine release 0.9.26
...her with async I/O on regular files. winecfg: Don't try to load the arts driver, the arts library is too buggy. comctl32: Remove invalid NULL check. ntdll: Setting the needs_close flag in server_get_unix_fd got lost in the previous change. Andrew Talbot (23): qcap: Cast-qual warnings fix. quartz: Cast-qual warnings fix. rpcrt4: Cast-qual warnings fix. rpcrt4: Cast-qual warnings fix. advapi32: Constify a parameter. rsaenh: Cast-qual warning fix. secur32: Cast-qual warning fix. setupapi: Cast-qual warning fix. shell32: Cast...
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 Depart...
2006 Feb 14
0
Bug in vbr_analysis
...(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, there's an easy fix for that. Just replace: qual += .3*log(ener/60000.0); with qual += .3*log((ener+1)/60000.0); Jean-Marc ========================================================= === On Mon, 2005-12-12 at 18:06 -0800, Alex Bakaev wrote: > Hello! > > I'm getting SING errors from the log() function. Here is the code > inside...
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 pointer target type - unused parameter 'foo' - d...
2006 Oct 13
0
Wine release 0.9.23
...4 printf format fixes. loader: Make sure the reserved area is protected on MacOSX too. Fixed some printf warnings caused by using sizeof. sane.ds: Get rid of the prototypes of some removed functions. msvfw32: Avoid a compiler warning. Andrew Talbot (19): shell32: Cast-qual warnings fix. shell32: Cast-qual warnings fix. shell32: Cast-qual warnings fix. shell32: Cast-qual warnings fix. shell32: Cast-qual warnings fix. shell32: Another cast-qual warning fix. tapi32: Cast-qual warnings fix. user: Cast-qual warnings fix. use...
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
...and print a warning. shell32: Don't hardcode the system32 directory in registered classes. ntdll: File positions should be aligned to sector boundaries in PE loader. ntdll: Added support for physically ejecting devices on Mac OS. Andrew Talbot (22): kernel32/tests: Cast-qual warnings fix. dmime: Dangling references fix. dmloader: Dangling references fix. dmstyle: Dangling references fix. gdi32/tests: Cast-qual warning fix. mapi32/tests: Cast-qual warnings fix. mapi32/tests: Cast-qual warnings fix. cryptdll: Change storage class...
2006 Jun 16
3
Aiuto
.... 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 momento no so rispondere. Vuole sapere: 1)Se Ruby on Rails ? realmente utilizzato da qualcuno per sviluppo di applicazioni 2) Se Ruby on Rails ? adatto per lo sviluppo di applicazioniche supportano i processi spero che qualcuno di voi sappia darmi una risposta o mi possa riportare a qualch...
2009 Dec 07
2
xapain install
...e 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 -Wformat-security -fno-gnu-keywords -Woverloaded-virtual -Wundef -Wshadow -Wstrict-null-sentinel -Wshadow -fvisibility=hidden -g -O2 -MT matcher/branchpostlist.lo -MD -MP -MF $depbase.Tpo -c -o matcher/branchpostlist.lo matcher/branchpostlist.cc &&\ mv -f...
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