search for: repy

Displaying 20 results from an estimated 25 matches for "repy".

Did you mean: reply
2004 Sep 14
3
reshaping some data
...which are the y columns nmy <- grep("^y", names(x)) # grab y values y <- unlist(x[nmy]) # reserve some space for the x's z <- vector("numeric", length(y)) # a loop counter k <- 0 n <- nrow(x) seq.n <- seq(n) # determine how many times to repeat the x's repy <- diff(c(nmx, length(names(x)) + 1)) - 1 for(i in seq(along = nmx)) { for(j in seq(repy[i])) { # store the x values in the appropriate z indices z[seq.n + k * n] <- x[, nmx[i]] # move to next block in z k <- k + 1 } } data.frame(x = z, y = y, row.names = NULL)
2012 Feb 29
1
Coding help
Dear Group, I have the following dataset: ID REPI DV CONC SS 1 1 156.84 116 0 1 2 146.56 116 0 1 3 115.13 116 0 1 4 207.81 116 0 1 5 129.53 116 0 1 6 151.48 116 0 1 7 158.95 116 0 1 8 192.37 116 0 1 9 32.97 116 0 1 10 151.66 116 0 I want to calculate the percentile of each CONC within ID=i and add as a column
2013 Nov 26
3
Re: Problem Connecting to RBD images using Sys::Guestfs Perl Module
Hey Hilko, >> I'm guessing that you're using Ubuntu, am I right? Pretty good guess. :) For the time being I'm using 13.10. I know I've said it previously, but your right, I should include that info so I don't make people have to go digging. How do you normally deal with that warning? I typically rename the kvm binary, then link qemu-system-x86_64 but my concern is
2015 Nov 20
2
yum errors
...om cached hostfile >> * base: mirror.unl.edu >> * extras: mirrors.cmich.edu >> * updates: mirror.steadfast.net >> http://mirror.unl.edu/centos/6.4/os/x86_64/repodata/repomd.xml: [Errno 14] PYCURL ERROR 22 I fixed the problem for now by editing /etc/yum.repos.d/CentOS-Base.repy, commenting out: mirrorlist= then finding a local university that has /6/ repo data and uncommenting and using: baseurl= I?m not sure why this box was having issues reaching mirrorlist.centos.org or even tracerouting to it???? It kept getting a different trace than my 6.4 virtualbox. Thanks,...
2010 Nov 21
0
[LLVMdev] Ahoy JIT Users
[Resend: I don't know why Reply-to-all button comes after Repy one] On Sat, Nov 13, 2010 at 1:42 AM, Daniel Dunbar <daniel at zuster.org> wrote: > Hi, > > I am starting to poke at the LLVM JIT, which seems to be in need of some TLC. > > If you are a "sophisticated" JIT user and are using either internal > APIs (either by inte...
2006 Jan 10
7
Can only render or redirect once per action - why?
I ran into this error message a quite a few times since my app requires branching to different pages from the same action... say using a switch statement. Ofcourse I found that you can use multiple redirects or renders if you do render :action => ''new'' and return false I hate to code something I don''t understand fully. Any explanation of this will be greatly
2003 May 14
1
[cups.general] Re: windows printer queue failure
Christoph Litauer <litauer@uni-koblenz.de> wrote on CUPS digest: > Message: 6 > From: Christoph Litauer <litauer@uni-koblenz.de> > Date: Wed, 14 May 2003 17:45:49 +0200 > Organization: Easy Software Products > To: cups@easysw.com > Subject: [cups.general] Re: [Samba] windows printer queue failure > Reply-To: cups@easysw.com > > Christoph Litauer wrote: >
2015 Dec 08
0
yum errors
...* base: mirror.unl.edu >>> * extras: mirrors.cmich.edu >>> * updates: mirror.steadfast.net >>> http://mirror.unl.edu/centos/6.4/os/x86_64/repodata/repomd.xml: [Errno 14] PYCURL ERROR 22 > > > I fixed the problem for now by editing /etc/yum.repos.d/CentOS-Base.repy, commenting out: > > mirrorlist= > > then finding a local university that has /6/ repo data and uncommenting and using: > > baseurl= > > > I?m not sure why this box was having issues reaching mirrorlist.centos.org <http://mirrorlist.centos.org/> or even tracero...
2019 Apr 12
0
Samba nns winbind not working
...-) > i still unable to login by ssh but i'm trying to solve Drat, I keep forgetting this. install oddjob-mkhomedir run 'authconfig --enablemkhomedir --update' and you then should be able to login via ssh > > and olso i can sent linux permission do domain admins, at first repy > you told me to remove > > username map = /usr/local/samba/etc/user.map > vfs objects = acl_xattr > map acl inherit = yes > store dos attributes = yes > > this is for a small office and samba AD DC is olso used as a > fileserver, so i need to set Windows ACLs so i need...
2005 Nov 22
0
[OT] Message-ID Threading w/Subject Append Example --WAS: pine rpm for centos 4
...taught > the rest of the world the value of the headers they can't Threading that *works* is the value that users would notice. ***Threading that *works* is the value that users would notice. > see and some way to get the address list from a message > without making an irrelevant In-Repy-To:. Yeah, because address books are *so* hard to use. I'm sorry, but making decisions based on Stupid User Tricks is about the worst policy I can imagine. That way lies madness. ***Or worse, imitates the Congress of the United States. *** My vote's with Bryan & Joshua... if only...
2010 Nov 11
2
SAMBA accessible with hostname only on local subnet
hi all, i have integrated SAMBA with active directory and everthing is working . however SAMBA server is accessible with hostname only on local subnet. it is not opening in other subnets and opening with ipaddress. it keeps on asking for password and saying access denied while using net view \\testsamba corp.raju.ad. command any one faced the same problem ?? please help me out. Regards
2008 Apr 23
0
How i write the respec in this situation??
Hi all guys!im new in rails! i have a forum,have_many topics,and the topic also has_many replies.Now i want to write the respec for the repliescontroller: describe RepliesController do controller_name :repies describe "All Requests",:share=>true do before do @forum = mock_model(Forum,:id=>''1'') @topic =
2018 Jun 29
2
[RFC][VECLIB] how should we legalize VECLIB calls?
Ashutosh, Thanks for the repy. Related earlier topic on this appears in the review of the SVML patch (@mmasten). Adding few names from there. https://reviews.llvm.org/D19544 There, I see Hal's review comment "let's start only with the directly-legal calls". Apparently, what we have right now in the trunk is &...
1999 Jul 20
1
MS Word from samba share
A few days ago I send a message titled "A samba question or a mutt question". I got a few repies but they suggested wide work-arounds to the problem. I have done some more work and it is clear it is not anything to do with the mail side of what I was trying. The question or problem I have is essentially this:- How do you double click on a MS Word icon to bring the document into MS Word
2010 Nov 13
8
[LLVMdev] Ahoy JIT Users
Hi, I am starting to poke at the LLVM JIT, which seems to be in need of some TLC. If you are a "sophisticated" JIT user and are using either internal APIs (either by integrating with LLVM, or by other C++ tricks), or are using obscure or poorly documented public APIs (e.g., why is runJITOnFunction exposed?) please make me aware of it! I reserve the right to break anything which
2018 Jun 23
0
Fixing sysvol permissions (SOLVED)
On Wed, 20 Jun 2018 12:05:13 +0200 L.P.H. van Belle wrote: > > As said very busy, but i can spare a few minutes now. > > -rwxrwxr-x+ 1 3000000 domusers 2240 2018-06-18 17:33:55 /var/lib/samba/sysvol/hprs.local/policies/{3C103F7B-7250-4610-BC45-8B06353CAA7C}/User/Documents & Settings/fdeploy1.ini > -rwxrwx---+ 1 3000000 users 64 2018-06-18 17:34:22
2018 Jul 02
2
[RFC][VECLIB] how should we legalize VECLIB calls?
...F80, RTLIB::LOG_F128, > RTLIB::LOG_PPCF128)); > > > > > On Fri, Jun 29, 2018 at 2:15 PM, Saito, Hideki <hideki.saito at intel.com> > wrote: > >> >> >> Ashutosh, >> >> >> >> Thanks for the repy. >> >> >> >> Related earlier topic on this appears in the review of the SVML patch >> (@mmasten). Adding few names from there. >> >> https://reviews.llvm.org/D19544 >> >> There, I see Hal’s review comment “let’s start only with the >> dire...
2019 Apr 12
6
Samba nns winbind not working
Hi, i have a centos7 system, build samba from source usif samba-4.9.6.tar.gz done provision as ad dc and all working good (i use samba a lot of time in past) than i have problem on domain users/group, system not read them vi /usr/local/samba/etc/smb.conf [global]         dns forwarder = 192.168.0.1         netbios name = DC         realm = TECNOGM.LAN         server role = active
2018 Jul 02
2
[RFC][VECLIB] how should we legalize VECLIB calls?
...OG_F80, RTLIB::LOG_F128, > RTLIB::LOG_PPCF128)); > > > > > > > > > > On Fri, Jun 29, 2018 at 2:15 PM, Saito, Hideki <hideki.saito at intel.com> > wrote: > > > > Ashutosh, > > > > Thanks for the repy. > > > > Related earlier topic on this appears in the review of the SVML patch > (@mmasten). Adding few names from there. > > https://reviews.llvm.org/D19544 > > There, I see Hal’s review comment “let’s start only with the > directly-legal calls”. Apparently, what we h...
2012 Oct 01
3
(no subject)
Hello, I am a new R -user and request your help for the following problem. I need to merge two dataset of longitudinal study which has two column (id and respose) common. when I used merge option to join the datas side be side, because of the repeated subject id, I got larger data set which is not accurate. I would like to connect twi data sets by id and response in such a way that data are