search for: denise

Displaying 20 results from an estimated 43 matches for "denise".

Did you mean: denis
2008 Aug 18
1
Converting monthly data to quarterly data
...s have one extra month, some have two extra months so there's no way of deleting some rows with a simple command (I want to get rid of all extra data that does not fall into the quarters for each country), since the amount of data to get rid of for each country varies. I tried for example: i=1 denise<-data[((data$country)==unique(data$country[i]),] denise[,2]<- as.Date(denise$date, "%Y-%m-%d") denise2<-denise[order(denise[,2],decreasing=FALSE),] len<-length(denise[,1]) limit<-floor(len/3)+1 splitter<-rep(1:limit,each=3) spl.dat<-split(denise2,splitter) new.data&lt...
2006 Mar 15
4
RJS template eating encoding
I was previously doing an update via .rhtml templates creating an AJAX :evaluate_remote_response. I use UTF-8 in my pages, and my app requires that I be able to, say, put Japanese characters in. The problem is that when I switched this over to an RJS template it started eating the encoding. I now get garbage characters where before I got the correct ones. The code for the RHTML: <%=
2017 Aug 17
3
Can't recursively delete mailboxes
Hi, This appears to be some sort of dovecot bug. When I use the -r option to recursively delete a mailbox and sub-folders, it removes the sub-folders but not the inbox. It gives me the error below: doveadm mailbox delete -u denise at lifelinetechnique.com.au -r -s inbox doveadm(denise at lifelinetechnique.com.au): Error: Can't delete mailbox inbox: INBOX can't be deleted. Our user database is in ldap and I am using dovecot-ee v2:2.2.31.2-1. Could you please acknowledge that this is a bug or let me know the correct...
2008 Aug 19
0
Converting monthly data to quarterly dataMonday, August 18, 2008 11:38 AM
Dear Gavin, This is really great, thank you! I created some long loops to get rid of extra months at the beginning and the end of my data but your code is great for putting it then together quarterly. thanks again, Denise On Mon, 2008-08-18 at 14:31 +0100, Denise Xifara wrote: > Thank you very much Stephen, but how will aggregate deal with months that > fall outside annual quarters? eg, one extra month at the end of the dataset? [Without your data I'm kind of guessing at the exact format and problem, but...
2011 Oct 20
2
Expire plugin not executing for sieve plugin?
...table before and after I did the move/move: mysql> select * from expires; +----------+---------------+--------------+ | username | mailbox | expire_stamp | +----------+---------------+--------------+ | dswartz | Deleted Items | 1319720163 | | dswartz | Sent | 1319120165 | | denise | Trash | 1319139920 | | samantha | Trash | 1319136146 | | denise | Sent | 1319655872 | | danielle | Sent | 1319192230 | | samantha | Sent | 1319268855 | | dswartz | Trash | 1319725884 | | samantha | SPAM | 1321504531 |...
2006 Jul 22
2
redirect_to error
...r. save statement. Anywhere before that statement, the redirect works perfectly. Anywhere after it, the error occurs. This is happening on rails v1.0.0 ( Ruby v 1.8.4 ) running on Unix. There is clearly something I am missing here - and I would really appreciate any suggestions! Thanks, Denise
2006 Jun 28
2
perform_deliveries = false
...configured before sending out a big mailing, so I set perform_deliveries = false, believing that would prevent mail from being sent. Big surprise when my entire mailing list got a copy of the email I was testing. Is there something ELSE I need to do to keep mail from being sent? Thanks, Denise -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060628/75ac90a1/attachment.html
2006 Mar 16
1
sql functions in cru ( not d )
...;user_email'' , ''password'' ). Since ActiveRecord handles all this for me, it is not clear if I can override the insert, update and select statements for a table. It may not be a very good idea, but I''d like more information before giving up on it. Thanks, Denise
2008 Jul 28
3
speeding up loop and dealing wtih memory problems
...articular column, rather than the whole dataset, so that I dont have the memory problem, ie for(i in 1:835353){ if (is.na(dat[i,4])==TRUE){dat[i,4]<-0 }} it takes ridiculously long to process, so I was hoping that there would be a quicker way to do this. Thank you all very much for the help, Denise [[alternative HTML version deleted]]
2006 Jan 09
4
Firefox plugin to auto convert audio files into Ogg
...be fantastic to be able to right click on an MP3 (or other audio file) while in Firefox, and automatically have the file converted into Ogg at the same time as the file is being saved I'm not too technical - but a Firefox plugin that did this would be a great way to support the spread of Ogg. denise
2006 Nov 21
1
Installing 2.4.0
...clude it using the -I and -L arguments to gcc, but this results in the same error. I've tried using both the R-2.4.0 (R-latest) and R-patched gzip source files. Is there any additional information that you need in order to help me? What steps should I take to solve this problem? Thanks, Denise
2010 Mar 11
2
Problem with rcmd SHLIB
...he problem is that this hasn't happened. I have never compiled a .c file this way on this computer and there definitely aren't any .dll files as compiling hasn't ever actually worked. Any ideas about why this is happening? Thank you all in advance for the help and any feedback, Best, Denise C code: void convolve1(double *a, int *na, double *b, int *nb, double *ab) { int i, j, nab = *na + *nb - 1; for (i = 0; i < nab; i++) ab[i] = 0.0; for (i = 0; i < *na; i++) for (j = 0; j < *nb; j++) ab[i + j] += a[i] + b[j]; } [[alternative HTML version deleted]]
2007 Dec 06
2
RHEL 5 vs. CentOS 5
...ity of the packages is the same. In addition, updates may come a day or two later than RHEL 5. My boss is a little concerned about the differences since we host production servers that require minimal downtime. Any thoughts and opinions are very welcome. Thank you for your input. Denise Lopez UCLA - Center for Digital Humanities Network Services Linux Systems Engineer 337 Charles E. Young Drive East PPB 1020 Los Angeles, CA 90095-1499 310/206-8216 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/cen...
2019 Jan 16
2
Internal DNS migrate to Bind9_DLZ
...ecific? Okay, now I'm with you, I am aware of how to update samba. We have been updating Samba the normal way using the repository. We have been doing updates as should from version 4 moving up slowly to version 4.9.4, not all in a go but over the years as updates and new releases came out. @Denise, Thanks for the info, I'll try the commands and provide feedback. I do however have a SOA and NS records when checking via RSAT On 2019/01/16, 16:23, "samba on behalf of Rowland Penny via samba" <samba-bounces at lists.samba.org on behalf of samba at lists.samba.org> wrote:...
2017 Aug 17
0
Can't recursively delete mailboxes
...ash: SHA1 On Thu, 17 Aug 2017, Murray T. | Dreamscape wrote: > This appears to be some sort of dovecot bug. When I use the -r option to recursively delete a mailbox and sub-folders, it removes the sub-folders but not the inbox. It gives me the error below: > > doveadm mailbox delete -u denise at lifelinetechnique.com.au -r -s inbox > doveadm(denise at lifelinetechnique.com.au): Error: Can't delete mailbox inbox: INBOX can't be deleted. > > Our user database is in ldap and I am using dovecot-ee v2:2.2.31.2-1. Could you please acknowledge that this is a bug or let me kno...
2004 Jan 23
1
Turnbull estimate
.... It seems that I will have to program this myself. In your opinion, is it advisable to start with the function, kaplanMeier, in Splus and try to get it compatible with R? I'm not sure if this is possible but I'm willing to try. Any advice would be greatly appreciated! Thanks in advance! Denise
2008 Aug 05
0
unexpected problem
...r R users, I have run into a very unexpected problem and I was hoping someone could explain it to me. I have a 650 000 by 12 matrix and I want to perform a rolling regression on it, width 36 or 48, using the package performanceAnalytics. ie: rol.lm<-rollingRegression(lm(y~x1+x2+x3+x4+x5),data=denise,width=36) The regressions occur without a problem and I store my output (coefficients, standard errors and r squared value of each regression) in a matrix. No error or warning comes up. Eventually I realise that some of the R squared values have turned up to be NaN. Looking at the definition in...
2001 Sep 06
1
AIX openssh use of SRC control
I'm new to using openSSH on AIX and want to know how others are launching and maintaing sshd. I see where sshd has a -i option for use with inetd, but I am thinking about adding the AIX SRC APIs so that I can use the commands: lssrc, startsrc and stopsrc to maintain the daemon. -- Denise M. Genty genty at austin.ibm.com (512)838-8170 - T/L 678-8170 AIX IP Security IBM Austin - UNIX Servers
2001 Sep 06
0
Antwort: Re: AIX openssh use of SRC control
...h to add src routines to openssh (based on the Redbook "Writing Reliable AIX Daemons") Since a few days I have the O.K. to post it on the list, but I still want to splitt my patch file into logical parts (SRC/Logging/Datatype fixes) Frank Datum: 06.09.2001 19:04 An: Denise Genty <genty at austin.ibm.com> Kopie: openssh-unix-dev at mindrot.org Antwort an: dmanton at emea.att.com Betreff: Re: AIX openssh use of SRC control Nachrichtentext: Hi Denise, You can add SSH to the SRC using the command: mkssys -s sshd -u 0 -p /usr/sbin/ssh...
2008 Jul 16
0
FW: Conga question
From: Lopez, Denise Sent: Wednesday, July 16, 2008 11:14 AM To: 'centos-bounces at centos.org' Subject: Conga question Hi all, I am trying to setup a high-availablility cluster using CentOS 5.2. All packages are currently up2date using yum. I would like to use it for automatic failover of Xen vir...