search for: repi

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

Did you mean: rep
2004 Sep 14
3
reshaping some data
Hi all, I have a data.frame with the following colnames pattern: x1 y11 x2 y21 y22 y23 x3 y31 y32 ... I.e. I have an x followed by a few y's. What I would like to do is turn this wide format into a tall format with two columns: "x", "y". The structure is that xi needs to be associated with yij (e.g. x1 should next to y11 and y12, x2 should be next to y21, y22, and
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...
2013 Nov 26
3
Re: Problem Connecting to RBD images using Sys::Guestfs Perl Module
...see a reason to run i386 these days, but I _guarntee_ you, I have a customer who /refuses/ to use 64bit vms...) >> The ceph package in Debian has been a mess until very recently Really? I have no problems with ceph. Until I upgraded to 13.10, I was using the opscode ppa; there are no 13.10 repis I'm the ppa... Ok... I take that back.... Ceph::RADOS is largely incomplete, and my C is *really* rusty, so I've had some trouble extending the library... but other than that, ceph has been rock solid for me since at least 12.04. >> support was dropped from the qemu pacakges. It&...
2015 Nov 20
2
yum errors
> On Nov 20, 2015, at 10:41 AM, Jim Perrin <jperrin at centos.org> wrote: > > It should be looking at /6/ instead of a specific point release. We > (CentOS) do not provide updates for individual point releases. You are > several years behind in security and bug-fix updates. Once a specific > minor version is expired, it is moved off the main mirrors and into the >
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 integrating with LLVM, or by other C++
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
...ntcap name = CUPS >>> lpq command = lpstat -o %p >>> I can see the jobs only as they appear on the samba-/cups-server. They >>> disappear from the status panel immediatly when the spooling is >>> finished. Should it work? Anybody else has this problem? I repied to that part already on the Samba list, with a few suggestions for things to try and test... > Another amazing thing is that I can use > print command = my own command with parameters > even if I configured I will try to verify this on my system... > printing = CUPS > printca...
2015 Dec 08
0
yum errors
> On Nov 20, 2015, at 11:55 AM, Wes James <comptekki at me.com> wrote: > >> >> On Nov 20, 2015, at 10:41 AM, Jim Perrin <jperrin at centos.org> wrote: >> >> It should be looking at /6/ instead of a specific point release. We >> (CentOS) do not provide updates for individual point releases. You are >> several years behind in security and
2019 Apr 12
0
Samba nns winbind not working
On Fri, 12 Apr 2019 16:15:36 +0200 Marco Gemignani <marko.gem at inwind.it> wrote: > as you told me, i re-do al link for pam_winbind and libnss > > > and now "getent passwd TECNOGM\\testUser" work OK, one step forward ;-) > i still unable to login by ssh but i'm trying to solve Drat, I keep forgetting this. install oddjob-mkhomedir run 'authconfig
2005 Nov 22
0
[OT] Message-ID Threading w/Subject Append Example --WAS: pine rpm for centos 4
Brian Brunner brian.t.brunner at gai-tronics.com (610)796-5838 >>> jlb17 at duke.edu 11/22/05 11:29AM >>> \begin{sotto voce} I can't believe I'm jumping into a thread like this. \end{sotto voce} ***I can. On Tue, 22 Nov 2005 at 10:23am, Les Mikesell wrote > On Tue, 2005-11-22 at 09:52, Bryan J. Smith wrote: >>> Not all mail/news readers track exclusevly
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 = mock_model(Topic,:id=>''1'',:forum =>@forum) @reply = mock_model(Reply,:topic => @topic,:save=>true) Topic.stu...
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 "not legal enough". I'll work on the patch to stop
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 when...
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)
...use groups to apply specific settings. I reviewed linked policies, but if there was something for me to do it wasn't obvious. There was a message saying these policies were linked elsewhere, but nothing for me to do. > Whenever you change settings in the sysvol share, you might need to repied above steps. > This will fix it, if not, then there is another problem i have not seen yet. > > but the currect rights layout from above is not ok and use getfacl of setfacl NOT chmod/chown. > using chmod/chown in sysvol, after settting ignore system acls = yes might open an probl...
2018 Jul 02
2
[RFC][VECLIB] how should we legalize VECLIB calls?
Adding to Ashutosh's comments, We are also interested in making LLVM generate vector math library calls that are available with glibc (version > 2.22). reference: https://sourceware.org/glibc/wiki/libmvec Using the example case given in the reference, we found there are 2 vector versions for "sin" (4 X double) with same VF namely _ZGVcN4v_sin (avx) version and _ZGVdN4v_sin
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?
It may not be a full solution for the problems you're trying to solve, but I don't know why adding to include/llvm/CodeGen/RuntimeLibcalls.def is a problem in itself. Certainly, it's a mess that could be organized, especially so we're not repeating everything for each data type as we do right now. So yes, I think that would allow us to remove the VecLib mappings because we are
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