search for: soultions

Displaying 20 results from an estimated 44 matches for "soultions".

Did you mean: solutions
2008 Mar 05
6
Prototype Observe Links (Mouseover)
Hi all, I''am new to Prototype and after a 2 hours of research I didn''t find a solution for the following question: I have the following list: <ul id="navi"> <li><a href="/about/">Home</a></li> <li><a href="/about/" class="dropdown" onmouseover="showSubnavi(this)">About</a>
2011 Nov 07
2
yum update fails for 5.6
google for "centos error performing checksum" refers to createrepo but of course "yum install createrepo" also fails and the instructions appear to be overkill. Is there a "simple" soultion? here's the result of yum update: # yum -v update Loading "fastestmirror" plugin Config time: 0.118 Yum Version: 3.2.22 Setting up Package Sacks Loading mirror
2001 Nov 13
2
plot and its options
Hi all, I have some some difficulties to use plot and its options. This is what i would like to do. I want to put three plot in a same window so i use par(mfrow=c(1,3)) and i obtain three columns for my three graphics. But, i would like that the two first take 90% of the window and the last 10%. Could anyone give me a soultion?? Best regards, Olivier --
2016 Apr 07
2
Storing output of loop into list()
Hello. I am trying to store the output from a loop into a matrix. Failed so far, thanks for the help. What I want to store into a new matrix: (just run the code once): temps<-rnorm(400,14,0.05) ttind<-NULL for(ti in 1:(length(temps)-9)) { if(temps[ti]-temps[ti+9] >= 0.1 && max(temps[ti]-temps[ti+1:9]) > -0.05) ttind<-c(ttind,ti) } for(ti in 1:length(ttind)) {
2006 Apr 28
2
Device 0 (vif) could nto be connected: backend device not found
Hi, I have seen many posts regarding this but have not found the soultion. So please cna someone shed some light on this Thanks - padma I get this error when I do try to create a domU guest (xen 3.0.0, 2.6.12.6). The vif is set to vif = [ '' mac=aa:00:00:00:11, bridge=xenbr0'' ] and a "brctl show" shows xenbr0 8000,fefffffff interfaces vif0.0 peth0 Xend.log
2009 Dec 09
1
the iredmail project
Hi, I'm not sure why this would be sent directly to me so I'm forwarding it to the CentOS Documentation mailing list as that would seem a more appropriate place. http://wiki.centos.org/Contribute#head-42b3d8e26400a106851a61aebe5c2cca54dd79e5 shake chen wrote: > hello > > I am a team member of iRedMail. http://code.google.com/p/iredmail/w/list > > the iredmail is open
2009 May 19
1
loglinear analysis
Dear R Users, A would like to fit a loglinear analysis to a three dimensional contingency table. But I Don't want to run a full saturated modell. Is there any package in R that could handle somekind of stepwise search to choose out the best soultion? And how can I fit a non fully saturated modell, which only use the important interactions? Best Regards Zoltan Kmetty [[alternative HTML
2007 Aug 14
2
Patent issues, what features we can't use?
Hi everybody, As the Asterisk community is getting larger and larger, I was wondering that the features which are provided in Asterisk and are programmed by the open source community under GPL, or GUIs like FreePBX which also come loaded with wonderful features and uses same Asterisk, are they anywhere violating any patent laws? Most of the features work the same way as Nortel, Avaya and other
2007 Apr 29
3
White boarders on size 32 shadows. Intel platform only
...eing drawn instead of shadows in Gnome-Window-Decorator. A patch was made up by gandalfn to correct this by making 32 pixel shadows 33 pixels, however the patch was not committed because it was a workaround. This is a huge functional annoyance to us intel users and needs to be cured. There are two soultions I can think of: 1 Get in contact with the X.org i810 team and ask them to correct the issue in their driver which does not allow 32 pixel shadows to be drawn. 2 Allow the user to specify in GConf or something the depth of the shadows that GWD creates. Emerald from Beryl currently allows this so I...
2006 Feb 22
4
UUIDTool and weird timestamp split error
Hi, I am using UUIDTools to generate my Guids. It works fine on my computer (Windows Xp), but doesn''t work on my host (TextDrive) The error is: Loading production environment. >> UUID.timestamp_create.to_s /sbin/ifconfig: Permission denied NoMethodError: private method `split'' called for nil:NilClass from ./script/../config/../config/../lib/uuidtools.rb:236:in
2006 Mar 14
3
ActiveRecord row-by-row processing
I want to use ActiveRecord outside of Rails to do processing on large tables. I want to be able to process the rows as they are retrieved rather than having to store the results in an intermediate array. Any suggestions? Looks like I could hack the adapter to provide an accessor to the underlying DBI handle. Anything cleaner than that?
2011 Feb 20
0
[LLVMdev] LLVM and Windows?
I'm actively working on Windows with LLVM/clang (not directly contributing yet). First of all, it does compile on Windows (only tested in Visual Studio 2010). But, there are still many problems: (1) x86-64 won't compile as far as I know. CMake generates 64-bit soultion, but one project is missing. But, 32-bit solution compiles safely. (2) Although safe compiliation, there are many
2018 Feb 11
2
Best mail encryption solution for per-user
Aki really thanks for reply,, I hope for continue the conversation, >> Do you have advice about Dovecot plugins for mail encryption: >> >> https://wiki2.dovecot.org/Plugins/MailCrypt >> https://0xacab.org/riseuplabs/trees >> >> I like NaCL based encryption but the MailCrypt plugin is better >> because it's maintained by Dovecot developers (is this
2006 Apr 18
0
GNUPLOT + Ruby question
Hi, I need a fairly advanced graphing soultion and it seems as though GNUPLOT is one of the very few graphing solutions that i can use with ruby. Java has JFreeChart, which Rocks. Does anybody have experience with GNUPLOT + Ruby + Windows? If so, what are the steps to get it all working? Any help is appreciated as I cant get it working. Thanks, Chris -- Posted via
2011 May 11
0
KVM switch in promiscuous mode
Hi all, I am trying to enable promiscuous mode on a kvm switch due to sniff all traffic using snort installed on a kvm guest. I have found a partial solution configuring this bridge with "brctl setaging br0 0", but all vms sees all traffic. I think the soultion is using ebtables but I didn't found any doc about how can I do under kvm (and upstream recommends disable this
2003 Apr 04
1
Problems with Mac OS X Beta 3 display?
...;,"bca")) [1] "odd number of coulumns" [,1] [,2] [1,] "95/1.074" "1.908/0.978" Error in paste("(", ints1[, 2 * (1:n1)], ",", sep = "") : subscript out of bounds Did anyone find the same behavior under X11? Any soultions? Or just that is why it is still beta. Thanks for any thoughts, suggestions! Katalin
2005 Aug 18
1
axis label justified
Hi, I am trying to make my axis labels left justified, and have used adj=0 in the axis() without success. Can anyone have a suggestion? axis(2,at=1:50,labels=paste('a',1:50,sep=''),las=2,cex.axis=0.5,adj=0,tck=0,mgp=c(3,0.5,0)) Thanks
2007 Apr 23
0
chi square problem
Dear all, I have a problem that I could not solve neither with spss nor with R. Please, excuse me if it is atrivial question but I did not find any soultion. I have the followig practical problem: we a product that has A, B, C effects (we differentiated about 30) on health and we want to know whether these effects are associated with its physical properties
2006 Nov 19
2
Question on CDR Database
Hi I have a small question on CDR Database: It's used by billing software no ? he have only one structure of data or they have multi structure with more information logged ? sample: cdr simple and cdr_extended thanks bye
2008 Feb 09
0
a problem with before_create and validations
I stumble across some strange problem. I have a model with a virtual attribute file_contents that is a string. The model has validates_format_of :file_contents, :on => create, :unless => no_contents? (The method that returns file_contents.nil?) Then, I have a before_create callback, where I get my model''s title and description by parsing file_contents, and do write_attribute for