search for: sharad

Displaying 20 results from an estimated 37 matches for "sharad".

2008 Aug 23
3
Postfix and Dovecot SASL authentication error
...authentication mechanisms Aug 23 19:12:10 mails postfix/master[3407]: warning: process /usr/libexec/postfix/smtpd pid 3582 exit status 1 Aug 23 19:12:10 mails postfix/master[3407]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling And our server 's fetchmail -vvv log is: [sharad at mails ~]$ fetchmail -vvv fetchmail: 6.3.6 querying coreteamsolutions.in (protocol POP3) at Sat 23 Aug 2008 07:13:41 PM IST: poll started Trying to connect to 66.7.148.25/110...connected. fetchmail: POP3< +OK Hello there. fetchmail: POP3> CAPA fetchmail: POP3< +OK Here's what I can d...
2011 Jan 08
4
Help How to create DSL for conditional validations
...alid_with_cond :test do if self.addresses > 3 errors[:base] << "Can not have more than 3 addresses". end end end But when I check it on console Person.test it throw me error test is private method. Anybody could let me know how to correct it. -- Regards, -sharad -- 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 rubyonrails-talk+unsubscribe-/J...
2009 Apr 09
1
[Bridge] Out of memory problem
...I googled for solution or patch, I saw the same defect was reported by some people, but in between only the threaded ended, with no exact solution. Don't know Y??? Can any one help me to refer to some patch to point some location in code from where memory is failed to deallocate. Thanks, Sharad. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.linux-foundation.org/pipermail/bridge/attachments/20090409/a37159ab/attachment.htm
2011 Aug 18
4
splitting sample names
...x$Sample) yy<-xx$Sample strsplit(yy,"_") I have to extract the time information separated by '_' in the sample names, i tried grep and strsplit, it looks that i am not providing some information correctly. I would appreciate if someone can point me to the correct way. Thanks Sharad -- View this message in context: http://r.789695.n4.nabble.com/splitting-sample-names-tp3753712p3753712.html Sent from the R help mailing list archive at Nabble.com.
2003 Feb 27
2
epoch time conversion in R
...the time in seconds since epoch (e.g. 1046315697). Is there an easy way to convert this time value into a more friendly time (such as Month-Year) when plotting it? I searched through the manual, mailing lists, and functions like as.POSIXct and strptime, but didn't find what I need. Thanks, Sharad.
2011 Oct 10
4
correlation matrix
...x1 x2 x 1.0000000 -0.15157123 -0.23085308 x1 0.3466155 1.00000000 -0.01061675 x2 0.1234507 0.01775527 1.00000000 I would like to generate a heatmap for correlation values in disease and non disease phenotype I would appreciate if someone can point me in correct direction. Thanks sharad -- View this message in context: http://r.789695.n4.nabble.com/correlation-matrix-tp3891085p3891085.html Sent from the R help mailing list archive at Nabble.com.
2011 Oct 27
2
help with paste
...H","sEGFR") > samples=mols[1:3] > samples [1] "LEPTIN" "SAA" "PTH" > names1=samples[1] > for (j in 2:length(samples)){ names1 = paste (names1, samples[j], > sep="+")} > names1 [1] "LEPTIN+SAA+PTH" > thanks sharad -- View this message in context: http://r.789695.n4.nabble.com/help-with-paste-tp3942818p3942818.html Sent from the R help mailing list archive at Nabble.com.
2010 Sep 16
1
virConnectOpen question.
...uot;xen:///". The machine does not have these drivers installed, and I am using libvirt 0.6.3. My questions are - 1. Why I see error in /var/log/messages for container and not for xen? 2. Is there a way to avoid this error? Can I check for installed drivers before trying to connect? Thanks Sharad Mishra -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20100916/c0223ea3/attachment.htm>
2011 Aug 11
2
virInitialize dumps core intermittently.
...restarts the VMs. Intermittently we noticed a core during start up that points to the last call made by libvirt-cim to "virInitialize". I am thinking that it is a timing issue where virInitialize is called while libvirt is trying to autostart the VMs. Is this a known issue? Thanks, Sharad Mishra -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20110811/3798bd79/attachment.htm>
2011 Aug 08
1
msProcess, creating msSet file(s)
I have 120 MS chromatograms containing two columns'Time' and 'Peak height'. how do in create a msSet file which is required by all the functions of 'msProcess' to process these files. I would appreciate help very much. Thanks Sharad -- View this message in context: http://r.789695.n4.nabble.com/msProcess-creating-msSet-file-s-tp3727959p3727959.html Sent from the R help mailing list archive at Nabble.com.
2011 May 04
1
merging multiple columns from two dataframes
...se=rep(c('N','Y'),6), wellid=1:12) I have to merge or add the disease column and 3 other columns to the data file. I am unable to use merge in R. I have searched google, i guess i am not hitting the correct terms to get the answer. I would appreciate any input on this issue. thanks sharad -- View this message in context: http://r.789695.n4.nabble.com/merging-multiple-columns-from-two-dataframes-tp3496341p3496341.html Sent from the R help mailing list archive at Nabble.com.
2011 Oct 17
1
calculating ratios from all combinations
so here is the code I need help to fix the line for 'st' when it reaches maximum, that's where i am getting stuck. thanks Sharad set.seed(100) d=data.frame(x=rnorm(20)+5, x1=rnorm(20)+5, x2=rnorm(20)+5, x3=rnorm(20)+5, x4=rnorm(20)+5, x5=rnorm(20)+5, x6=rnorm(20)+5, x7=rnorm(20)+5, x8=rnorm(20)+5) r2=c() cinit=0 for (col in 1:9) { cinit=cinit+1 st=cinit+1 end=dim(d)[2] r=d[,cinit]-d[,st:end] r2=cbind(r...
2010 Aug 27
1
Unable to autostart storage pool.
...skpool active no When I try to set it up for autostart, I get - # virsh pool-autostart my-diskpool error: failed to mark pool my-diskpool as autostarted error: invalid argument in pool has no config file Why is it failing to autostart? /etc/libvirt/storage has no xml file. Thanks Sharad Mishra IBM -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20100827/01f4d37d/attachment.htm>
2012 Jan 29
1
height of plots
...te space. par(mar=c(3,3,.5,.5)) split.screen(c(6,2)) # split display into two screens for (i in 1:12) { if (i<11) { screen(i) plot(1:10,xaxt='n', xlab='', ylab='') box() }else{ screen(i) plot(1:10, xlab='', ylab='', cex=0.75) box() } } Thanks Sharad -- View this message in context: http://r.789695.n4.nabble.com/height-of-plots-tp4339152p4339152.html Sent from the R help mailing list archive at Nabble.com.
2012 Mar 05
1
Qemu restore error.
...11-December/msg00059.html # virsh start <domain> error: Failed to start domain <domain> error: operation failed: failed to read qemu header # od -N 128 -tx1z /path/to/domain.save 0000000 The workaroud to run --force-boot does not work on 0.8. Is a fix available for this issue? -Sharad Mishra
2011 Nov 07
2
help with formula for clogit
...ients is 3 * number of parameters pval = 2*pnorm(-abs(z)) res2 = c(paste('IL8+',molecule,sep=''), paste (round(a[1,1],2), " (" , round(a[1,3],2), " - " , round(a[1,4],2), ")" , sep=""), pval) results = rbind (results ,res2 ) } Thanks Sharad -- View this message in context: http://r.789695.n4.nabble.com/help-with-formula-for-clogit-tp3998967p3998967.html Sent from the R help mailing list archive at Nabble.com.
2010 Oct 20
3
Plot creates a straigth line
...d(cyto_std_conc,od) plot(cyto_std_conc,od, type='b') I have searched help using '?plot' in R as well as google, all the examples which are available online gives me the plot the way it is shown in the example. but when i use the plot for my data it gives me a straight line. thanks sharad -- View this message in context: http://r.789695.n4.nabble.com/Plot-creates-a-straigth-line-tp3004090p3004090.html Sent from the R help mailing list archive at Nabble.com.
2011 Apr 13
1
error for ttest
...ormula(conc ~ Self_T1D, data = df, na.rm = T) : grouping factor must have exactly 2 levels". Self_T1D has two levels "N" and "Y" I have used the ddply function to do the mean and sd for the same dataframe without any issues. I would appreciate help to solve this. Thanks Sharad -- View this message in context: http://r.789695.n4.nabble.com/error-for-ttest-tp3448056p3448056.html Sent from the R help mailing list archive at Nabble.com.
2011 Dec 20
5
Help with code
...lt;-"T1D_noc" if(substr(data$t1d_ptype[i],1,4) == "Ctrl") c2[i,j]<-"Ctrl_noc" } } it is giving me error In `[<-.factor`(`*tmp*`, iseq, value = structure(c(NA, ... : invalid factor level, NAs generated Also it there a simple way to do this. Thanks Sharad -- View this message in context: http://r.789695.n4.nabble.com/Help-with-code-tp4218989p4218989.html Sent from the R help mailing list archive at Nabble.com.
2011 May 19
3
A better way to do this
...print('done') } the function subsets the data based on the 'group' and plots the datapoints currently I am using a loop to assign the colors under two conditions. I need some pointers to assign the colors to the regression lines for the two groups without using a loop. thanks sharad -- View this message in context: http://r.789695.n4.nabble.com/A-better-way-to-do-this-tp3536576p3536576.html Sent from the R help mailing list archive at Nabble.com.