search for: obviuosli

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

Did you mean: obviuosly
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%"
2004 Sep 18
1
Rcmd problems and questions, lazyloading
Hola! I got past the problems I asked about two days ago, thanks. No I am updating CRAN package asypow (the daily package check on CRAN gave warnings due to .Rd problems, fixed). Now it PASSED Rcmd check (WindowsXP home edition, rw2000dev, on a new toshiba laptop, if that matters.) but then Rcmd build --binary gives problems: . . . preparing package asypow for lazy loading Error in
2007 Feb 08
1
Diffrerence in "%in%" function to boundry setting via <>
Hi, There is a point which is irritating me currently quite a bit and that is an aspect of different behaviour between the %in% function and the smaller/bigger than signs (<>). Here is are two examples to demonstrate what I mean: Example1: > c(1,1,2,2,3,4,4,6,7) %in% c(1,2,3) [1] TRUE TRUE TRUE TRUE TRUE FALSE FALSE FALSE FALSE Right, that is what I expect. Example2: > ps
2010 Jan 25
3
[LLVMdev] cannot find -lgcc_s
I am trying to build llvm-gcc4.2-2.6. My configure options are $ /local/tools/lin32/llvm-gcc4.2-2.6/bin/llvm-gcc -v Using built-in specs. Target: i686-linux Configured with: ../llvm-gcc4.2-2.6.source/configure --prefix=/local/tools/lin32/llvm-gcc4.2-2.6 --disable-nls --enable-shared --enable-threads=posix --enable-languages=c,c++ --with-gnu-as --with-gnu-ld --target=i686-linux
2004 Sep 12
0
Help needed: division by zero in winword etc.
Hi, in quite a few programs i can not browse the filesystem when opening a "listbox"; to be more clear: for example when i do in winword Open and the listbox appears, and i try to open the pull down menu winword just quits(without an error message in wine). In another program like "Camel join" it quits as soon as i go up to the level of "my computer" with a message
2015 Nov 18
0
Packet loss when using multiple subnet#weight entries
On 11/15/2015 02:28 PM, Armin Schindler wrote: > 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
2003 Dec 01
0
No subject
This means that when a person logs into the samba server it will execute this file. You should possibly put this file on your NT server that's currently the PDC in the netlogon share there though, which would mean that presuming that samba authenticates ok back to the NT box, your users will transparently get a whole new bunch of drives, and won't need to worry about password maintenance
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
Hi, I have a samba PDC with openldap, it works well but I have a problem. When the user change the password from Windows XP I see the following error on the log file: init_group_from_ldap: Entry found for group: 1101 [2007/10/17 14:23:22, 2] passdb/pdb_ldap.c:init_group_from_ldap(2140) init_group_from_ldap: Entry found for group: 1101 [2007/10/17 14:23:22, 0]
2009 May 25
3
DO NOT REPLY [Bug 6405] New: Error parsing commandline in version 3.0.6
https://bugzilla.samba.org/show_bug.cgi?id=6405 Summary: Error parsing commandline in version 3.0.6 Product: rsync Version: 3.0.6 Platform: Sparc OS/Version: Solaris Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: samba@japes.de
2010 Aug 20
1
can i config/build/boot a new kernel on centos 5.5 with LVM?
(disclaimer: i'll be a bit vague about some of this since i don't have a test system to try to reproduce it until later today or this weekend.) during a RHEL SA course i was teaching this week, i was using both centos 5.5 and RHEL 6.0 beta 2 and, as a fun exercise, i was showing how to "git" checkout the kernel source tree, configure it, build, install and boot to a new
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: