search for: cru

Displaying 20 results from an estimated 104 matches for "cru".

Did you mean: cpu
2010 Jun 09
1
Subset columns by prefix
Hello R listserve, I would appreciate someone's help with this problem. Consider the following toy dataset: x <- read.table(textConnection("worldclim.1 worldclim.2 cru.1 cru.2 indv.1 7 8 32 658 indv.2 7 7 39 422"), header = TRUE) How could I create a subset of the data based on the column prefix? For instance, let's say I wanted to subset only the columns with the "cru" prefix. Keep in mind that my real data set is very large and likely to cha...
2011 Dec 12
2
i can't read large NETCDF file like CRU
....nc,'lon') latall = get.var.ncdf(sst.nc,'lat') precip = get.var.ncdf(sst.nc,'pre') close(sst.nc) if i use this method my pc freeze and not respond until i restart it is there -- View this message in context: http://r.789695.n4.nabble.com/i-can-t-read-large-NETCDF-file-like-CRU-tp4185435p4185435.html Sent from the R help mailing list archive at Nabble.com.
2006 Mar 16
1
sql functions in cru ( not d )
Hi, I''m looking at ways to encrypt email addresses rather than storing them directly in the database. There are several ways that it could be done. I could make an Encrypter class and use before_update, etc. Or I could set up an updatable VIEW in mySql. (I guess triggers might be another possibility.) However, what I would really LIKE to do is use the handy AES_ENCRYPT and
2010 Oct 20
2
[PATCH] klibc: reproducible builds
...ut -d. -f2 $(srctree)/usr/klibc/version) KLIBCLD := $(LD) KLIBCCC := $(CC) KLIBCAR := $(AR) -KLIBCRANLIB := $(RANLIB) +KLIBCAR_cq := $(KLIBCAR) $(if $(KBUILD_REPRODUCIBLE),Dcq,cq) +KLIBCAR_crs := $(KLIBCAR) $(if $(KBUILD_REPRODUCIBLE),Dcrs,crs) +KLIBCAR_cru := $(KLIBCAR) $(if $(KBUILD_REPRODUCIBLE),Dcr,cru) +KLIBCAR_s := $(KLIBCAR) $(if $(KBUILD_REPRODUCIBLE),Ds,s) +KLIBCRANLIB := $(KLIBCAR_s) KLIBCSTRIP := $(STRIP) KLIBCNM := $(NM) -KLIBCOBJCOPY := $(OBJCOPY) -KLIBCOBJDUMP := $(OBJDUMP) +KLIBCOBJCOPY := $(OBJCO...
2010 May 03
2
advice?
...ent 1.86 gig .dat format. I know that the data is "just a plain ASCII file with 720 columns and 360 rows per time step (month). It should be readable by anything!" There are 1272 steps. Here is what happens when I try to assign the file to an object: > clds<-read.table("C:\\CRU Data\\TS3.0\\Cloud\\cru_ts_3_00.1901.2006.cld.dat", header = TRUE, row.names = 1) Error in read.table("C:\\CRU Data\\TS3.0\\Cloud\\cru_ts_3_00.1901.2006.cld.dat", : duplicate 'row.names' are not allowed In addition: There were 45 warnings (use warnings()...
2009 Apr 03
0
[LLVMdev] build error on libLLVMSystem.a without any useful error message
...the two patches are : > Locally applied patches: > fix for regcomp CVE-2007-5116 security vulnerability > fix for double-free CVE-2008-1927 security vulnerability > > Thanks for your help, > I'm not thinking clearly, evidently. Looking at the more verbose results ar cru /Users/nraynaud/Desktop/geek/llvm-svn/build/Debug/lib/libLLVMSystem.a .... looks wrong, I would have expected ar -cru /Users/nraynaud/Desktop/geek/llvm-svn/build/Debug/lib/libLLVMSystem.a .... at that point. Editing the makefile would get you past that, but the changes would be lost on reconfig...
2009 Apr 03
2
[LLVMdev] build error on libLLVMSystem.a without any useful error message
...bility Thanks for your help, Nico. On Fri, Apr 3, 2009 at 4:25 AM, Kenneth Boyd <zaimoni at zaimoni.com> wrote: > Nicolas Raynaud wrote: >> Thanks for your help Dale, >> >> I got a little bit more clue (in snipped the begining the build messages) : >> >> ar cru /Users/nraynaud/Desktop/geek/llvm-svn/build/Debug/lib/libLLVMSystem.a >> /Users/nraynaud/Desktop/geek/llvm-svn/build/lib/System/Debug/Alarm.o >> /Users/nraynaud/Desktop/geek/llvm-svn/build/lib/System/Debug/Disassembler.o >> /Users/nraynaud/Desktop/geek/llvm-svn/build/lib/System/De...
2001 Nov 20
2
rename file1 -> file2: No such file or directory
...2k. durring the procces he gives me a lotte of the following errors (with different filenames): rename realother/Maildir/cur/.1005882149.8001_0.nyx.wildape,S=3080:2,.001002 -> realother/Maildir/cur/1005882149.8001_0.nyx.wildape,S=3080:2, : No such file or directory I user the command: rsync -cru pietje@host1:/rcd/ /lcd any Ideas what is the problem? thx Willem
2006 Oct 18
2
cannot allocate vector of size 1215000 Kb
Dear All, I'm running the latest R on SUSE 10.0. After read in a huge data CDF file I tried to process the only variable variable using the comands aek<-open.ncdf('C:/Monthly/CRU/Crutmp Europe.CDF') v1<-aek$var[[1]] gugus<-get.var.ncdf(aek, v1) But I can't because of this message Error: cannot allocate vector of size 1215000 Kb I'm now hoping for some help Any tips to get out of it? Thanks in advance. john
2003 Nov 29
1
[PATCH] ash not make -j safe, make spotless updates
...e d -print0 | xargs -0rt rm -f diff -p -purNx linux klibc-0.87.orig/ipconfig/Makefile klibc-0.87/ipconfig/Makefile --- klibc-0.87.orig/ipconfig/Makefile 2003-05-01 21:10:35.000000000 +0200 +++ klibc-0.87/ipconfig/Makefile 2003-11-29 13:20:53.000000000 +0100 @@ -18,9 +18,9 @@ $(LIB): $(OBJS) $(AR) cru $(LIB) $(OBJS) clean: - $(RM) *.o $(PROGS) core + $(RM) *.o $(PROG) $(LIB) core -spotless: +spotless: clean $(RM) *~ .*.d ifneq ($(wildcard .*.d),) diff -p -purNx linux klibc-0.87.orig/kinit/Makefile klibc-0.87/kinit/Makefile --- klibc-0.87.orig/kinit/Makefile 2003-06-01 08:18:41.00000000...
2009 Apr 03
1
[LLVMdev] build error on libLLVMSystem.a without any useful error message
Thanks Kenneth, but it looks like the problem lies elsewhere :ar -cru /Users/nraynaud/Desktop/geek/llvm-svn/build/Debug/lib/libLLVMSystem.a /Users/nraynaud/Desktop/geek/llvm-svn/build/lib/System/Debug/Alarm.o /Users/nraynaud/Desktop/geek/llvm-svn/build/lib/System/Debug/Disassembler.o /Users/nraynaud/Desktop/geek/llvm-svn/build/lib/System/Debug/DynamicLibrary.o /Users...
2013 Mar 13
2
Extract letters from a column
Dear list: I would like to extract three letters from first and second elements in one column and make a new column. For example below, > tempdf = read.table("clipboard", header=T, sep='\t') > tempdf name var1 var2 abb 1 Tom Cruiser 1 6 TomCru 2 Bread Pett 2 5 BrePet 3 Arnold Schwiezer 3 7 ArnSch > (p1 = substr(tempdf$name, 1, 3)) [1] "Tom" "Bre" "Arn" I was able to extract three letters from first name, however, I don't know how to extract three letters from la...
2011 Aug 09
2
[LLVMdev] llvm-gcc with static libraries
...ww.yolinux.com/TUTORIALS/LibraryArchives-StaticAndDynamic.html == Without --emit-llvm == $ llvm-gcc -c ctest1.c ctest2.c $ file *.o ctest1.o: ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV), not stripped ctest2.o: ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV), not stripped $ llvm-ar cru libctest.a *.o $ ls ctest1.c ctest1.o ctest2.c ctest2.o libctest.a prog.c $ llvm-ar t libctest.a ctest1.o ctest2.o $ llvm-nm libctest.a $ nm libctest.a nm: #_LLVM_SYM_TAB_: File format not recognized ctest1.o: 0000000000000000 T ctest1 ctest2.o: 0000000000000000 T ctest2 $ llvm-ranlib l...
2013 Jul 01
3
Installing NUT on Solaris
...ght, but the subsequent "make" fails with: > make[1]: Entering directory `/opt/downloads/nut-2.6.5/common' > /bin/bash ../libtool --tag=CC --mode=link gcc -I../include -g -O2 -Wall -Wsign-compare -o libparseconf.la parseconf.lo -lrt -lsocket -lnsl > libtool: link: false cru .libs/libparseconf.a .libs/parseconf.o > make[1]: *** [libparseconf.la] Error 1 But at this point I don't know if I have some library in the wrong location, or if the makefile is being told to look in the wrong location, or something else entirely. -- Do things because you should,...
2004 Aug 06
2
compiling error
...funroll-loops -mcpu=ultrasparc -mtune=ultrasparc -Wall -o libmpgdecoder.la common.lo dct64_i386.lo decode_i386.lo interface.lo layer1.lo layer2.lo layer3.lo tabinit.lo -lsocket rm -fr .libs/libmpgdecoder.la .libs/libmpgdecoder.* .libs/libmpgdecoder.* ar cru .libs/libmpgdecoder.al common.lo dct64_i386.lo decode_i386.lo interface.lo layer1.lo layer2.lo layer3.lo tabinit.lo ../libtool: ar: command not found make[2]: *** [libmpgdecoder.la] Error 127 make[2]: Leaving directory `/lame-3.93.1/mpglib' make[1]: *** [all-recursive] Error 1 make[1]: Leaving...
2006 Sep 25
2
Errors while doing make on Solaris 9 for dovecot-1.0.rc7
...39;write-full.o' libtool=no \ DEPDIR=.deps depmode=none /bin/bash ../../depcomp \ gcc -DHAVE_CONFIG_H -I. -I. -I../.. -std=gnu99 -g -O2 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -c write-full.c rm -f liblib.a false cru liblib.a base64.o bsearch-insert-pos.o buffer.o close-keep-errno.o compat.o data-stack.o env-util.o failures.o fd-close-on-exec.o fd-set-nonblock.o fdpass.o file-cache.o file-copy.o file-dotlock.o file-lock.o file-set-size.o hash.o hex-binary.o hex-dec.o hmac-md5.o home-expand.o hostpid.o i...
2007 Oct 17
1
Fwd: Re: FLAC for "ARM little endian for glibc"
...: line 5387: test: : integer expression expected ../../libtool: line 5387: test: : integer expression expected ../../libtool: line 5387: test: : integer expression expected ../../libtool: line 5387: test: : integer expression expected ../../libtool: line 5387: test: : integer expression expected ar cru .libs/libFLAC.a bitbuffer.o : .libs/libFLAC.a ar cru .libs/libFLAC.a bitmath.o : .libs/libFLAC.a ar cru .libs/libFLAC.a cpu.o : .libs/libFLAC.a ar cru .libs/libFLAC.a crc.o : .libs/libFLAC.a ar cru .libs/libFLAC.a file_decoder.o : .libs/libFLAC.a ar cru .libs/libFLAC.a file_encoder.o : .libs/libFLA...
2005 Aug 28
2
error compiling on solaris 10
>Message: 11 >Date: Sun, 28 Aug 2005 11:46:29 +0800 >From: "chris" <chris@fivestartel.com> >Subject: [Asterisk-Users] error compiling on solaris 10 >To: "Asterisk Users Mailing List - Non-Commercial Discussion" <asterisk-users@lists.digium.com> >Message-ID: <003a01c5ab83$149a9e30$650fa8c0@acid> >Content-Type: text/plain;
2011 Nov 29
1
Problems with Raster and clim.pact packages with large netcdf files (2.7G) in x64 bit R
...ion.exe File: posixio.c, Line 417 Expression: offset >= 0 This application has requested the Runtime to terminate it in an unusual way.Please contact the application's support team for more information. here is an example of my code library(raster) library(clim.pact) PET1<-brick("cru_ts_3_10.1901.2009.pet.dat.nc") #will give error PET<-retrieve.nc("cru_ts_3_10.1901.2009.pet.dat.nc",x.rng=c(20,50),y.rng=c(-15,40)) #will give error The files are CRU data downloaded from BADC. Smaller files work ok but these are bigger file 1. This is the link to the or...
2009 Apr 03
2
[LLVMdev] build error on libLLVMSystem.a without any useful error message
Thanks for your help Dale, I got a little bit more clue (in snipped the begining the build messages) : ar cru /Users/nraynaud/Desktop/geek/llvm-svn/build/Debug/lib/libLLVMSystem.a /Users/nraynaud/Desktop/geek/llvm-svn/build/lib/System/Debug/Alarm.o /Users/nraynaud/Desktop/geek/llvm-svn/build/lib/System/Debug/Disassembler.o /Users/nraynaud/Desktop/geek/llvm-svn/build/lib/System/Debug/DynamicLibrary.o /Users...