search for: aches

Displaying 20 results from an estimated 698 matches for "aches".

Did you mean: caches
2004 Jun 08
1
level assignment
Hi, i would like recocde some numeric variables in one step, but hanging unexpected in a level asignment problem? for(i in 2:length(msegmente)) { msegmente[,i] <- as.factor(msegmente[,i]) } Problem is that not every level is in every variable, so the asignment is necessary!? levels(LT.200301) <- c(1=AK,3=GC,10=OC, 29=AM,32=IA,38=ACH,52=ZBA,53=A9L,59=EHK) Error: syntax error >
2009 Jul 04
4
Rsync with spaces in source or destination path
Hi, I am trying to transfer a file that has spaces in its name. The rsync gives me below error. Am I doing anything wrong? #ls -l /tmp/test\ file -rw-rw-r-- 1 xxx xxx 0 Jul 5 02:23 /tmp//test file # /usr/local/bin/rsync --archive /u/masanip/ACH/test\\\ file /tmp/mydir/ rsync: link_stat "/tmp/test\ file" failed: No such file or directory (2) Number of files: 0 Number of
2011 Mar 22
0
ACH Recurring Transactions on RoR?
Have you ever implemented an ACH recurring transaction using a RoR web-app? If so, I would like to hear about your experience. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to
2004 Aug 26
1
file permissions head-ache on Samba V3.0.4
Hi, I hope that this is a quick answer, as it's probably been answered many times before and I'm just missing a very minor setting in my config. I have just setup a samba server(ver 3.0.4) on a Redhat Enterprise Linux Box ES3. The box has been setup as a member of a Windows NT4 domain, it's to be used as a fileserver for users on the NT domain. I have configured samba to use domain
2010 Jan 24
1
lattice ltext
Dear friends - please give me a hand. I have a dataset of 40 patients in two groups observed on three occasions. I only want to plot a line for each patient in the two groups. I use the ltext function to put the patient number but fail to make lattice understand the numbers as unique since apparently it starts all over with 1:20 for each panel instead of respecting my desires to have 1:20
2006 Dec 06
1
Agent autologoff dynamic queue members - Brain aches please help
Hi list, Using Asterisk 1.2.10 I am getting seriously confused by Queues and Agents. So far I configured my queue and agents, had my agents login using agentcallback. Call enters queue agent gets a call, if agent doesn't answer after 20 seconds a flag is set in AstDB (thanks to: Leo Ann Boon), call is returned to queue and the cycle continues. If the same agent doesn't
2006 Jul 21
2
Tableless ActiveRecord attribute and my aching head
I beat my head against a wall for almost 2 hours with this issue. My first problem was easily solved. I wanted a class that could use ActiveRecord''s validation capabilities but without using a table behind it (I would be persisting setup information in the session, but the initial setup parameters come from a user input form) No problem...found this link which got me up and running
2007 Apr 18
6
Bad network performance between VMs in a domain.
Hi! I have got this problem aching in my head. The speed between my VM and external machine is about 900Mb/s, but the speed between 2 VMs in one bridge is just about 20 Mb/s. What can i do with this? Please, help me out. I ve got a standart Xen configuration(bridge). Thanks. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com
2011 Jun 28
1
plotting survival curves with model parameters
Hello. I am trying to write an R function to plot the survival function (and associated hazard and density) for a Siler competing hazards model. This model is similar to the Gompertz-Makeham, with the addition of a juvenile component that includes two parameters---one that describes the initial infant mortality rate, and a negative exponential that describes typical mortality decline over the
2011 Aug 04
1
Plotting just a portion of a smoother graph in ggplot2
Hi, I am using ggplot2 to with the following code: gmathk2 <- qplot(time,math,colour=Kids,data=kids.ach.lm.k5,geom="smooth",method="lm",formula=y~ns(x,1)) + opts(title="Smoother Plot: Math K-5") + xlab("Time") + ylab("Math") + scale_colour_brewer(pal="Set1"); gmathk2 This plots all the smoother for all the x values. What I'd like
2004 May 03
1
Bad VuXML check on PNG port ?
Hello, The current png-1.2.5_4 port has no more vulnerability. It has been corrected by ache@FreeBSD.org yesterday. But when i try to install the updated port to remplace the vulnerable one this is what i am told : # make install ===> png-1.2.5_4 has known vulnerabilities: >> libpng denial-of-service. Reference:
2010 Aug 31
1
summary in Hmisc and Latex
Dear all, With the latest update of Hmisc I no longer have any problems with latex. However using the ctable option produces latex code that at least on both the miktex distribution at work and mactex distribution at home refuses to run due to an extra blank line inserted between the multicolumn lines in the latex code... It runs fine if the line is deleted or if the ctable option is left out.
2001 Sep 12
1
error in nlme
I'm getting an error from nlme that has me stymied. I have a data set ,'mydata', with variables: AChE, Dose, sex, set, and mrid; 'set' and 'mrid' indicate two levels of nesting, with 'set' nested within 'mrid'. I want to fit the model: mod <- nlme(AChE ~ Cexp(Dose, A, B, m), data=mydata, fixed = A+B+M~sex, random=A+B+m~sex | mrid/set,
2017 May 04
1
R 3.4.0 for Ubuntu zesty?
Dear Michael, Thanks for looking into this. It seems to be working now. apt-cache madison r-base-core r-base-core | 3.4.0-1zesty | http://cran.rstudio.com/bin/linux/ubuntu zesty/ Packages r-base-core | 3.3.2-1 | http://archive.ubuntu.com/ubuntu zesty/universe amd64 Packages r-base | 3.3.2-1 | http://archive.ubuntu.com/ubuntu zesty/universe Sources Best regards, ir. Thierry Onkelinx
2018 Oct 28
4
IBM buying RedHat
On 10/28/18 17:54, Zube wrote: > On Sun Oct 28 10:20:31 PM, Alain p?an wrote: > >> Le 28/10/2018 ? 22:10, Albert McCann a ?crit?: >>> Damn, this is bad enough to make one weep. >> >> Red Hat would stay as a distinct entity inside IBM. IBM has also >> contributed to Free software, and especially Linux kernel. >> I don't know how bad it is and the
2006 Mar 14
1
ruby/rails and NACHA
I am looking for ruby/gem support for ACH transactions, that is bank-bank electronic funds transfers. I have found a gem (Payment) for credit card payment but nothing on ACH /NACHA format. Anyone know of anythings. Thanks -- Rob Gordon -------------- next part -------------- An HTML attachment was scrubbed... URL:
2017 May 03
2
R 3.4.0 for Ubuntu zesty?
Dear all, I only seems to get the yakkety version for R 3.4.0. Am I missing something? root at LPHP:/# apt-get update Hit:1 http://security.ubuntu.com/ubuntu zesty-security InRelease Hit:2 http://archive.ubuntu.com/ubuntu zesty InRelease Hit:3 http://archive.ubuntu.com/ubuntu zesty-updates InRelease Hit:4 http://cran.rstudio.com/bin/linux/ubuntu zesty/ InRelease Hit:5
2008 Jul 25
2
Package Hmisc, functions summary.formula() and latex(), options pdig, pctdig, eps and prmsd
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?... Nom : non disponible URL : <https://stat.ethz.ch/pipermail/r-help/attachments/20080725/bcafe250/attachment.pl>
2006 Sep 08
2
CPU usage
Does anyone have an idea why cpu usage varies constantly, from as low as 4.X % to as high as 20+%? All that I have open at the time of running "top" is the gnome-terminal. The reason why I'm hunting this, is that I just can't seem to play DVD's (using Xine) without choppy playback (sound is fine). I know my laptop is aching - running CentOS 4.4 with a Celeron 800 and 256MB
2017 Sep 06
4
post_processor in rmarkdown not working
Dear all, I'm trying to write a post_processor() for a custom rmarkdown format. The goal of the post_processor() is to modify the latex file before it is compiled. For some reason the post_processor() is not run. The post_processor() does work when I run it manually on the tex file. Any suggestions on what I'm doing wrong? Below is the relevant snippet of the code. The full code is