search for: 9999

Displaying 20 results from an estimated 1445 matches for "9999".

Did you mean: 1999
2005 Oct 27
1
sorting of data
...specified value. Below is a screen capture of Rgui: > nsmalldata <-read.csv("c:\\DATA\\UNITY\\\PASS0_DOWNFADE\\nsmall.csv") > nsmalldata BOARDNUMBER SESSIONID MATRIXID ARRAYPOINT Temperature PS1 PS2 PS13 PS14 PS15 1 LB0DC 3043 7757513 1 -9999 -9999 -9999 3.6 5 -5 2 LB0DC 3043 7757515 1 -9999 -9999 -9999 3.6 5 -5 3 LB0DC 3043 7757517 1 -9999 -9999 -9999 3.6 5 -5 4 LB0DC 3043 7757520 1 -9999 -9999 -9999 3.6 5 -5 5 LB0DC...
2014 Jul 07
4
[LLVMdev] problem compiling llvm
Hello there, I am trying to compile llvm from git the gentoo ebuild llvm-9999.ebuild. Recently I get an error during compilation. I am using gcc 4.9.0. The error is the following: x86_64-pc-linux-gnu-g++ -march=native -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame...
2008 Nov 26
0
SVM
.......................................................................................................................................... Done: . First six lines of predicted data for map row: 2 predict.class predict.posterior.0 predict.posterior.1 predict.LD1 1 <NA> -9999 -9999 -9999 2 <NA> -9999 -9999 -9999 3 <NA> -9999 -9999 -9999 4 <NA> -9999 -9999 -9999 5 <NA> -9999...
2010 Sep 03
0
How to use MYSQL(Set timeout x)
I use Asterisk 1.6.2.11 and this is my dialplan: [test] exten => 9999,1,NoOp(${STRFTIME(${EPOCH},,%Y-%m-%d %H:%M:%S)}) exten => 9999,n,Answer() exten => 9999,n,NoOp(${STRFTIME(${EPOCH},,%Y-%m-%d %H:%M:%S)}) exten => 9999,n,PlayBack(hello-world) exten => 9999,n,NoOp(${STRFTIME(${EPOCH},,%Y-%m-%d %H:%M:%S)}) exten => 9999,n,MYSQL(Set timeout 2)...
2010 Oct 13
2
Rmysql - dbWritetable
...xx",password="xxx") > dbWriteTable(con, "b20101010", "./2010101000.txt", overwrite = T, sep = "\t", head = F) [1] TRUE > > *xx*<- dbGetQuery(con, "SELECT * FROM b20101010 ") > xx * V1 *1 00859 2010 10 10 00 50 -41.51 6.83 -9999 1016 -9999 -9999.0 -9999.0 -9999.0 2 00859 2010 10 09 22 50 -41.51 6.81 -9999 1015 -9999 -9999.0 -9999.0 -9999.0 3 00707 2010 10 09 23 00 -34.04 -37.63 -9999 1025 -9999 -9999.0 -9999.0 -9999.0 4 00005 2010 10 09 23 00 -34.69 -18.89 -9999 1017 207 7.2 297.1 -9999.0 5 0085...
2010 Apr 19
1
Grouping rows of data by day
Hi all, I have a set of data in hourly time steps with each row identified as time data column1 data column2 1 9999 9999 1.042 9999 9999 1.083 9999 9999 1.125 9999 9999 1.167 9999 9999 1.208 9999...
2012 Jan 23
4
Error is coming as NULL
Hi all, A small problem raising. Suppose the follow raw data is stored in a csv file. And the error is coming as NULL with the following code. Can you please help? Thank you in advance. SUBJCET 9999 9999 9999 9999 9999 1Ito 1Ito 1Ito 1Ito 1Ito 1Ito 9999 9999 9999 9999 read.csv("Noname3.csv") -> FD FD$SUBJECT NULL Regards Devarayalu [[alternative HTML version deleted]]
2012 Apr 04
2
[LLVMdev] "make check" fails at CodeGen/Generic/dbg-declare.ll (r153997 on PPC)
Hi, CodeGen/Generic/dbg-declare.ll is really generic test? $ make check llvm[0]: Running test suite make[1]: Entering directory `/var/tmp/portage/sys-devel/llvm-9999/work/llvm-9999/test' Making a new site.exp file... Making LLVM 'lit.site.cfg' file... Making LLVM unittest 'lit.site.cfg' file... ( ulimit -t 600 ; ulimit -d 512000 ; ulimit -m 512000 ; ulimit -v 1024000 ; \ /var/tmp/portage/sys-devel/llvm-9999/work/llvm-9999/utils/lit/lit.py...
2008 Nov 11
1
AsteriskNOW 1.5 - app_voicemail_imapstorage.so won't talk to IMAP server
I'm having some issues getting app_voicemail_imapstorage to talk to my IMAP server. From imapstorage.txt, I've got the voicemail.conf configured properly, but if I leave a voicemail for extension 9999, I see no indication that the module is trying to reach the IMAP server. What am I missing? # voicemail.conf [general] imapserver=172.16.17.2 [default] 9999 => 9999,9999,,,imapuser=joe|imappassword=joespassword # full.log | grep -i voicemail [Nov 11 18:11:37] VERBOSE[13681] logger.c:...
2007 Sep 24
2
[LLVMdev] Compilation Failure
Hi all, Did someone forget to check-in a patch? I'm getting this error during compilation on PPC: /Volumes/SandBox/Clean/llvm-9999-01.roots/llvm-9999-01~obj/src/llvm/lib/Analysis/IPA/Andersens.cpp: In function 'void dumpToDOUT(llvm::SparseBitVector<128u>*)': /Volumes/SandBox/Clean/llvm-9999-01.roots/llvm-9999-01~obj/src/llvm/lib/Analysis/IPA/Andersens.cpp:1189: error: no matching function for call to 'dump(ll...
2012 Apr 04
0
[LLVMdev] "make check" fails at CodeGen/Generic/dbg-declare.ll (r153997 on PPC)
Kimura san, You may ask committer of r153706. I wonder if it could be x86-independent. > /var/tmp/portage/sys-devel/llvm-9999/work/llvm-9999/Release/bin/llc: > error auto-selecting target for module 'No available targets are > compatible with this triple, see -version for the available targets.'. >  Please use the -march option to explicitly pick a target. ...Takumi as chapuni 2012/4/4 KIMURA Masaru &lt...
2012 Apr 16
1
[LLVMdev] "make check" fails at CodeGen/Generic/dbg-declare.ll (r153997 on PPC)
...lnux b/c *only* for this test. Loving more minor arch, the world will be better... 2012/04/04 23:26 NAKAMURA Takumi <geek4civic at gmail.com>: > Kimura san, > > You may ask committer of r153706. I wonder if it could be x86-independent. > >> /var/tmp/portage/sys-devel/llvm-9999/work/llvm-9999/Release/bin/llc: >> error auto-selecting target for module 'No available targets are >> compatible with this triple, see -version for the available targets.'. >>  Please use the -march option to explicitly pick a target. > > ...Takumi as chapuni > &...
2012 Aug 03
5
replacement has length zero. In addition: Warning message: In max(i) : no non-missing arguments to max; returning -Inf
...9, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 1.9, 2, 1.97, 1.99, 1.83, 1.78, 1.6, 1.52, 1.52, 1.36, 10.53, 9.88, 9.88, 10.53, 10.53, 10.53, 5.26, 9.88, 10.53, 10.53, 5.4, 5.57, 5.46, 5.34, 5.5, 5.59, 5.62, 5.76, 6.23, 6.19, 295, 294, 292, 294, 283, 288, 305, 287, 294, 295, 9999, 9999, 9999, 9999, 9999, 9999, 9999, 9999, 9999, 9999, 999, 999, 999, 999, 999, 999, 999, 999, 999, 999, 12.7, 12.5, 12.3, 12.6, 12.6, 12.5, 12.5, 12.5, 12.7, 12.7, 999, 999, 999, 999, 999, 999, 999, 999, 999, 999, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99), cla...
2008 Sep 16
4
Unexpected returned value from a function
Hi R-Users, I wrote a simple function to change values of a matrix or vector to NA based on the element value being -9999 or -999999. I don't understand why the function returns a unit vector (NA) instead of setting all values in the vector which have -9999 or -999999 to NA. When I apply the function in line, it appears to work correctly? Can someone enlighten me what I am doing wrong? Thanks in advance. David...
2005 May 11
1
HELP: ASTCC (AGI) meets call forward ERROR
Hi, ALL: When I use astcc to do the prepaid function, but if I want to enable "call forward". The result of CDR seems not correct. UA 1011 make a call to UA 9999, and UA 9999 forwards this call to a PSTN number. I think we shall charge the credit from UA 9999 not UA 1011 because UA 1011 don't know where UA 9999 forwards to. But in CDR, I can only find the from(1011) and destination(PSTN number). I can't find UA 9999 from this CDR so I can't c...
2007 Sep 24
0
[LLVMdev] Compilation Failure
On Sep 24, 2007, at 2:29 PM, Bill Wendling wrote: > Hi all, > > Did someone forget to check-in a patch? I'm getting this error during > compilation on PPC: A recent checkout compiled fine for me (on x86). > /Volumes/SandBox/Clean/llvm-9999-01.roots/llvm-9999-01~obj/src/llvm/ > lib/Analysis/IPA/Andersens.cpp: > In function 'void dumpToDOUT(llvm::SparseBitVector<128u>*)': > /Volumes/SandBox/Clean/llvm-9999-01.roots/llvm-9999-01~obj/src/llvm/ > lib/Analysis/IPA/Andersens.cpp:1189: > error: no matching func...
2013 Nov 25
0
QEMU dies on any attempt to load a Linux kernel module when using a 9P rootfs
...urity_model=none -device > virtio-9p-pci,fsdev=root,mount_tag=/dev/root > > Here is a backtrace of QEMU itself that I obtained using gdb: > > Breakpoint 1, virtqueue_map_sg (sg=0x7f695b797b98, addr=0x7f695b793b98, > num_sg=3, is_write=1) at > /usr/src/debug/app-emulation/qemu-9999/qemu-9999/hw/virtio/virtio.c:434 > 434 error_report("virtio: trying to map MMIO memory"); > (gdb) bt > #0 virtqueue_map_sg (sg=0x7f695b797b98, addr=0x7f695b793b98, num_sg=3, > is_write=1) at > /usr/src/debug/app-emulation/qemu-9999/qemu-9999/hw/virtio/virti...
2002 Jul 29
2
Database-conversion
Dear R-Users, I store my data in an Postgres-table. I can connect with Rdbi.PgSQL, that is no the problem. The problem is the NA-Values. No-data-values are coded as -9999 in the table. But when I extrct them with any SELECT-statement, the -9999-values are treated as normal vectors. How can I tell R not to fetch the datasets containig -9999-values? thanks for your help stephan -- Linux: the operating system with a CLUE... Command Line User Environment....
2007 Sep 24
2
[LLVMdev] Compilation Failure
...> On Sep 24, 2007, at 2:29 PM, Bill Wendling wrote: > >> Hi all, >> >> Did someone forget to check-in a patch? I'm getting this error during >> compilation on PPC: > > A recent checkout compiled fine for me (on x86). > >> /Volumes/SandBox/Clean/llvm-9999-01.roots/llvm-9999-01~obj/src/llvm/ >> lib/Analysis/IPA/Andersens.cpp: >> In function 'void dumpToDOUT(llvm::SparseBitVector<128u>*)': >> /Volumes/SandBox/Clean/llvm-9999-01.roots/llvm-9999-01~obj/src/llvm/ >> lib/Analysis/IPA/Andersens.cpp:1189: >> error...
2007 Feb 16
2
if() for() { }
Dear R'helpers, I guess the solution is trivial but despite some hours of testing and looking at the doc, I was unable to fix the following problem. I want to do either: for (i in 1:lat) a[i,which(a[i,]==0] <- NA or: for (i in 1:lat) a[i,which(a[i,]==-9999|a[i,]==9999|a[i,]==9998|a[i,] ==-9998)] <- NA if the word "Time" is or is not present in variable "nomfichier": test<-grep("Time",nomfichier) the controlling test would be: if (test==1) But in either cases I obtain: if (grep("Time",nomfichier)>...