similar to: Epiphany?

Displaying 20 results from an estimated 5000 matches similar to: "Epiphany?"

2009 Oct 05
1
[Bug 24328] New: swfdec crashing in both firefox and epiphany
http://bugs.freedesktop.org/show_bug.cgi?id=24328 Summary: swfdec crashing in both firefox and epiphany Product: swfdec Version: unspecified Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: plugin AssignedTo: swfdec at lists.freedesktop.org
2017 Jan 12
2
[Bug 99373] New: Kernel crash when visiting website with Epiphany
https://bugs.freedesktop.org/show_bug.cgi?id=99373 Bug ID: 99373 Summary: Kernel crash when visiting website with Epiphany Product: xorg Version: unspecified Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau Assignee: nouveau at
2008 Apr 24
3
[Bug 15689] New: loading playing flash file at URL freezes epiphany with 100% CPU usage
http://bugs.freedesktop.org/show_bug.cgi?id=15689 Summary: loading playing flash file at URL freezes epiphany with 100% CPU usage Product: swfdec Version: git Platform: Other URL: http://talkingpointsmemo.com/archives/190399.php OS/Version: All Status: NEW Severity: critical
2017 Dec 09
9
[Bug 104181] New: [NV50/G94] system freeze on youtube with epiphany 3.26
https://bugs.freedesktop.org/show_bug.cgi?id=104181 Bug ID: 104181 Summary: [NV50/G94] system freeze on youtube with epiphany 3.26 Product: xorg Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau
2007 Jul 27
1
make swfdec a gstreamer backend?
Hi, I don't know much about gstreamer internals so I'm not sure.. The idea just appeared in my mind. Is it possible to make swfdec a gstreamer plugin? Totem then can play swf files. Totem already has a plugin for Epiphany so we don't have to write another plugin for epiphany. I don't know how gstreamer handle interative input though. -- Duy
2004 Apr 21
2
Question on CAR appendix on NLS
The PDF file on the web, which is an appendix on nonlinear regression associated with the CAR book, is very nice. When I ran through the code presented there, I found something odd. The code does a certain model in 3 ways: Vanilla NLS (using numerical differentation), Analytical derivatives (where the user supplies the derivatives) and analytical derivatives (using automatic differentiation). The
2006 Jul 21
9
How 37s affects Rails
Ok, no one has said it yet so I will. http://37signals.com/svn/archives2/bezos_expeditions_invests_in_37signals.php?102#comments How is this going to affect Rails? Or is it? -- Posted via http://www.ruby-forum.com/.
2012 Oct 23
1
Minimizing Computational Time
Dear R-users, May I seek some suggestions from you. I have a long programme written in R with several 'for' loops inside. I just want to get them out by any elegant way (if there is!) to reduce the computational time of the main programme. For instance, is there any smart way for the following programme that will lessen time?
2013 Apr 03
3
Generating a bivariate joint t distribution in R
Hi, I conduct a panel data estimation and obtain estimators for two of the coefficients beta1 and beta2. R tells me the mean and covariance of the distribution of (beta1, beta2). Now I would like to find the distribution of the quotient beta1/beta2, and one way to do it is to simulate via the joint distribution (beta1, beta2), where both beta1 and beta2 follow t distribution. How could we
2006 Dec 05
2
zaptel-1.4.0-beta2 Getting it to compile on Fedora Core 6 _64bit
I keep running into the dead end that it can't find config.h in the source tree. It looks like newer kernels don't use it anymore. Someone ran into this awhile back when compiling 1.2 and it looks as though the issue was never resolved. Any ideas? Last time I tried this, I was on fedora core 5 64bit and all went well. It's not working on this newer setup Any ideas on what I can do
2006 Nov 08
1
Still problems with Asterisk on latest Debian
Hi all, I have now reinstalled my whole system because I had to change a few things wiht my drives. Here is what happens. I have done apt-get build-dep asterisk apt-get install linux-headers-2.6.17-2-686 which works just fine now. Downloaded the latest files from digiums ftp. First I unpacked zaptel. I am doing everything as root. Then I just type make. Here is what happens: checking for gcc...
2009 Jul 12
2
Nonlinear Least Squares nls() programming help
Hi, I am trying to use the nls() function to closely approximate a vector of values, colC and I'm running into trouble. I am not sure how if I am asking the program to do what I think its doing, because the same minimization in Excel's Solver does not run into problems. If anyone can tell me what is going wrong, and why I'm getting a singular convergence(7) error, please tell me. I
2008 Dec 03
1
hypergeometric
Hi, I hope somebody can help me on how to use the hypergeometric function. I did read through the R documentation on hypergeometric but not really sure what it means. I would like to evaluate the hypergeometric function as follows: F((2*alpha+1)/2, (2*alpha+2)/2 , alpha+1/2, betasq/etasq). I'm not sure which function should be used- either phyper or qhyper or dhyper Where
2013 Mar 11
2
vertical lines in R plot
Dear All, May I seek your suggestion on a simple issue. I want to draw vertical lines at some positions in the following R plot. To be more specific, I wish to draw vertical lines at d=c(5.0,5.5,6) and they should go till p=c(0.12,0.60,0.20) . I haven't found any way out, though made several attempts. Please run the following commands first if you are interested in!
2012 Oct 17
1
Random Forest for multiple categorical variables
Dear all, I have the following data set. V1 V2 V3 V4 V5 V6 V7 V8 V9 V10 alpha beta 1 11 1 11 1 11 1 11 1 11 alpha beta1 2 12 2 12 2 12 2 12 2 12 alpha beta1 3 13 3 13 3 13 3 13 3 13 alpha beta1 4 14 4 14 4 14 4 14 4 14 alpha beta1 5 15 5 15 5 15 5 15 5
2006 Jul 26
9
RadRails config? Getting blank project only created?
Hi, Does anyone know how to correctly configure RadRails (0.7)? I can''t seem to get 0.7 version of radrails to create a Rails project. All I get is a blank project. I have ensured that my PATH does point to my ruby\bin area. Also any clarification regarding which directory (with an example) should be used for the following preferences setting (are they asking for a file or
2012 Dec 04
1
Winbugs from R
Hi, I am trying to covert a Winbugs code into R code. Here is the winbugs code model{# model’s likelihoodfor (i in 1:n){time[i] ~ dnorm( mu[i], tau ) # stochastic componenent# link and linear predictormu[i] <- beta0 + beta1 * cases[i] + beta2 * distance[i]}# prior distributionstau ~ dgamma( 0.01, 0.01 )beta0 ~ dnorm( 0.0, 1.0E-4)beta1 ~ dnorm( 0.0, 1.0E-4)beta2 ~ dnorm( 0.0, 1.0E-4)#
2006 Oct 17
4
if statement error
Hi List, I was not able to make this work. I know it is a simple one, sorry to bother. Give me some hints pls. Thanks! Jen if(length(real.d)>=30 && length(real.b)>=30 && beta1*beta2*theta1*theta2>0 ) { r <- 1; corr <- 1; } real.d and real.b are two vectors, beta1,beta2,theta1,and theta2 are constants. The error occurred like this: Error in if
2004 Aug 06
2
testers..
Hello I found that in this version, in the access log, the source log lines are wrong. The number of bytes transfered for the source is always 19 bytes... bla.bla.bla.bla - - [17/Nov/2003:23:25:22 +0100] "SOURCE /radio-bro-gwened.ogg HTTP/1.0" 200 19 "-" "IceS 2.0-Beta2" 13325 bla.bla.bla.bla - - [17/Nov/2003:23:25:52 +0100] "SOURCE /radio-bro-gwened.ogg
2006 Nov 12
6
Compiz bugs?
Hi, I've been following the list for a few months but this just my first post to the list. I've just started to use compiz again a few days ago and I have a few things (probably bugs) here that bugged me a little bit. I am not sure whether the bugs is in compiz or somewhere else so it would be nice if someone could confirm them. Here they are: - on default window decoration the maximize