search for: obviuosly

Displaying 13 results from an estimated 13 matches for "obviuosly".

Did you mean: obviously
2002 Oct 28
3
create an object list in a loop
Hi! Probably I perform this question because I did'nt still understand the R-philosophy. I have to build many matrix, with different dimensions, and I would to assign them a same 'prefix' name, i.e. "aval", but, obviuosly different suffix, something like: for (i in 1:n) { aval%i% <- matrix(scan(data....),nrow=nr[i],ncol=nc[i] ... } where "%i%" is a symbol to indicate different label for different index i. Ther'is some trick to "paste" a label(i) and to build the object ava...
2004 Sep 18
1
Rcmd problems and questions, lazyloading
...description(file) : file '/DESCRIPTION' does not exist Execution halted make: *** [lazyload] Error 1 *** Installation of asypow failed *** Removing 'C:/DOCUME~1/HALVOR~1/LOCALS~1/Temp/Rbuild.852/asypow' ERROR * installation failed . . . but as it passed make check, DESCRIPTION obviuosly is there, so this must be symptoms of something else. Then, adding the line LazyLoad: FALSE to DESCRIPTION, Rcmd build --binary runs without problems! What is happening? Kjetil -- Kjetil Halvorsen. Peace is the most effective weapon of mass construction. -- Mahd...
2007 Feb 08
1
Diffrerence in "%in%" function to boundry setting via <>
...t;= -0.010 [1] TRUE > -0.009 == -0.009 [1] TRUE BUT: > ps[249] [1] -0.254 > class(ps[249]) [1] "numeric" > ps[249] %in% -0.254 [1] TRUE OK! Can sombody explain to me what is happening here? Honestly? I don't understand where the difference but it's critical! Because obviuosly when I have a set of numeric values (ALL have three digits) and to boundry values lb/up, a lower and an upper boundry, I could (from what I thought until now) chosse between: Version1: > small.set <- set[set %in% seq(lb,up,by=0.001)] Version2: > small.set <- set[set >= lb & set...
2010 Jan 25
3
[LLVMdev] cannot find -lgcc_s
...2.6/bin/i686-linux-llvm-gcc a.c /local/tools/lin32/binutils-2.17.50.0.15/bin/i686-linux-ld: cannot find -lgcc_s collect2: ld returned 1 exit status libgcc_s.so* is presnet under /local/tools/lin32/llvm-gcc4.2-2.6/lib Any ideas what is going wrong here? print-search-dirs gives the following which obviuosly does not include libgcc_s.so* path $ /local/tools/lin32/llvm-gcc4.2-2.6/bin/i686-linux-llvm-gcc -print-search-dirs install: /local/tools/lin32/llvm-gcc4.2-2.6/lib/gcc/i686-linux/4.2.1/ programs: =/local/tools/lin32/llvm-gcc4.2-2.6/libexec/gcc/i686-linux/4.2.1/:/local/tools/lin32/llvm-gcc4.2-2.6/li...
2004 Sep 12
0
Help needed: division by zero in winword etc.
...0x0b) - 1)) / GETWORD(buff, 0x0b); nclust = nsect / buff[0x0d]; when i change these into this: nsect -= GETWORD(buff, 0x0e) + buff[0x10] * sz + (GETWORD(buff, 0x11) * 32 + (GETWORD(buff, 0x0b) - 1)) / (GETWORD(buff, 0x0b)-1); nclust = nsect / (buff[0x0d]+1); i can (obviuosly) avoid the division by zero and everything (winword and camel join) just works fine. I'm not a programmer, so this solution obviously sucks, so my question is: how can this error be fixed, and do more people encounter this problem. PS i'm using the august version of wine, and in the april...
2015 Nov 18
0
Packet loss when using multiple subnet#weight entries
...t? Do I > miss a rule or something. > > Two servers run tinc 1.0.24, the other 1.0.26. Please ignore this report about packet loss. After a lot of tests I found out that the packets got lost somewhere between C and A. Strange that it happened only with exactly that setup. Anyway, tinc is obviuosly not the cause. But I have a question regarding "Subnet=" possibilities. When I have more than one Server acting as host for VMs and need to have automatic routing to all VMs on these servers, can I use tinc to create this routing automatically? My idea is to have a script which is start...
2003 Dec 01
0
No subject
...servers on the network. in > > the mornings, when people come in and try to logon, they can logon to > > the NT and novell servers, yet the logon to the samba servers are slow, > > and most of the time they cannot connect and ask if next time they want > > to try to connect, obviuosly they say yes, but this time after the whole > > weekend, they all came in and cannot lo in. even if I go into the > > windows explorer and click on the red x'ed out share, they sometimes > > still don't connect. we have a WINS server on the wire for name > > resoluti...
2008 Apr 30
2
[LLVMdev] [PATCH] use-diet for review
Mike, Holger, thanks for the tips, but being a long-time subversion user, I already knew this all :-) The problem was that I did an SVN merge from branch to trunk, and I ended up with: ... M include/llvm/User.h A + include/llvm/OperandTraits.h M include/llvm/Instruction.h ... The little "+" after the "A" means, the file got copied unchanged, and I think this is
2007 Oct 17
0
incorrect password length
..._from_ldap: Entry found for group: 1101 [2007/10/17 14:23:22, 0] libsmb/smbencrypt.c:decode_pw_buffer(520) decode_pw_buffer: incorrect password length (-855035467). [2007/10/17 14:23:22, 0] libsmb/smbencrypt.c:decode_pw_buffer(521) decode_pw_buffer: check that 'encrypt passwords = yes' Obviuosly in the smb.conf I have "encrypt passwords = yes" or I have not any 'encrypt passwords = yes' ... The windows xp client receive a password length error and the account become locked.. here my smb.conf [global] workgroup = MYDOMAIN server string = %h interfa...
2009 May 25
3
DO NOT REPLY [Bug 6405] New: Error parsing commandline in version 3.0.6
...uot;//xxx.xxx.com:11000::cadappl_sde/cadappl_sde/ictools/tetramax" ssh: Could not resolve hostname rsync: host/servname not known rsync: connection unexpectedly closed (0 bytes received so far) [receiver] rsync error: error in rsync protocol data stream (code 12) at io.c(600) [receiver=3.0.6] Obviuosly there is a problem extracting the hostname from the rsync://... expression. I tried this on both Solaris and Linux. Regards, Christian -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bu...
2010 Aug 20
1
can i config/build/boot a new kernel on centos 5.5 with LVM?
...heoretically work? is there a web page that actually walks through the process? because we were having all kinds of grief just installing the kernel or booting and failing to find the root device (which is why i suspect something LVM-related.) i'm open to suggestions. thanks. rday p.s. obviuosly, i'd love to hear that someone else has already done this and it worked just fine. -- ======================================================================== Robert P. J. Day Waterloo, Ontario, CANADA Top-notch, inexpensive online Linux/OSS/kernel cour...
2015 Nov 15
2
Packet loss when using multiple subnet#weight entries
Hello, I have two servers (A and B) in separate locations. Both are connected together via two tinc switches to provide two subnets on both servers. This works pretty good. I can start my VMs on any server connected to one of those bridges without changing any routes. The subnets hosted on both servers (each in a bridge) are 172.16.10.0/24 (mainly on A) and 172.16.11.0/24 (mainly on B) Now I
2012 Jul 17
1
problem with function
Dear list, I have a problem with defining a function (see below) to read my testfile (see testfile). My function only returns mydata I wish to work with attr(mydata, 'fc') as well (for labelling a plot). Principally it works if I do not insist on this function but it would be much easer if it is possible to return mydata AND attr(mydata, 'fc') by using a function. 1) testfile: