Displaying 20 results from an estimated 3000 matches similar to: "dovecot died"
2008 Dec 16
0
[LLVMdev] Another compiler shootout
On Tuesday 16 December 2008 01:03:36 Evan Cheng wrote:
> FYI. http://leonardo-m.livejournal.com/73732.html
>
> If anyone is motivated, please file bugs for the losing cases. Also,
> it might make sense to incorporate the tests into our nightly tester
> test suite.
FWIW, I just ported my ray tracer benchmark to C and found that llvm-gcc gives
much worse performance than gcc on x86
2015 Nov 04
2
navigation mode(s) in rgl
Hello, I've CCd' Duncan Murdoch as the rgl maintainer, but I'm also keen to
hear from the broader community of any insights.
In rgl my understanding is that there's only one rotation-navigation mode,
where you left-click hold and the view pivots abound the centre of the
scene.
In other tools, including Google Earth, that is the default behaviour but
there's also a
2011 May 12
2
Exporting interactive 3D plots with axes and labels
Hi,
I have a question about exporting interactive 3D plots. I use the following code to plot a contour of a trivariate normal distribution:
library(mvtnorm)
library(rgl)
library(misc3d)
n=25
x=seq(-3,3,length=n)
X=cbind(rep(x,each=n**2),rep(rep(x,each=n),n),rep(x,n**2))
p=array(dmvnorm(X,sigma=diag(3)*0.5+0.5),c(n,n,n))
contour3d(p,x,x,x,level=mean(p))
lim=c(-3,3)
2011 Dec 09
1
rgl.postscript() failure when saving a scene
Dear all,
I write to the community to know if other people
expierenced the same problem. I want to save a rgl
scene where I plotted a 3d cloud of spheres whose
radius is set proportional to a given variable and
coloured by another group variable and with 95%
ellipsoids for distribution of any group.
I had no problem at all for coding but I had two
problem when saving the scene (in any format)
2002 Nov 18
1
6 channel encoding
It appears that either Vorbis was never intended to support more than 2
channels
or the algorithm doesn't work for low sound levels. In trying to encode
Beauty and the Beast and Starwars II using 6 channels, the Vorbis
encoder produced
noise in all the scenes were audio dropped below -25 dB. Unfortunately
since most
dialog is below -25 dB, the Vorbis encodings are unintelligable for most
2010 Nov 22
1
Plotting a cloud/fog of variable density in rgl
Hi everyone,
I want to plot a 3D interpolation of the concentration of aquatic
organisms. My goal would be to have the result represented as clouds
with a density proportional to the abundance of organisms, so that I
could fly (well, swim actually ;) ) through the scene and see the
patches here and there. Basically, I want to do something like this:
http://www.youtube.com/watch?v=27mo_Y-aU-c
but
2002 Nov 25
3
scale for the y-axis
hi there
I hope you can help me
I'm doing a boxplot and I'm trying to change the y-axis from seconds to
minutes
I do this:
boxplot ( time~movement*scene, ylab = "Time (seconds)", xlab = "Condition")
but seconds goes from 0 to 900 and I'm looking to change it into minutes
I've been though the manuals but I don't know what you call this function so
its hard
2003 May 26
1
Computer cannot join Samba3.0 PDC domain
Hi:
setup: Samba-3.0alpha24 with OpenLDAP 2.1.20
client: XP
smbclient test with an LDAP user works
But I cannot join the domain PDC (with root, uidNumber
= 0):
1. if I set passwd backend = ldapsam_compat, I got:
Access Denied
2. if I set passwd backend = ldapsam_compat, ldapsam,
I got
No mapping between account names and security IDs was
done.
The machine account was created on the fly
2016 Dec 18
0
llvm (the middle-end) is getting slower, December edition
On Sat, Dec 17, 2016 at 1:35 PM, Davide Italiano <davide at freebsd.org> wrote:
[...]
> I don't have an infrastructure to measure the runtime performance
> benefits/regression of clang, but I have for `game7`.
> I wasn't able to notice any fundamental speedup (at least, not
> something that justifies a 2x build-time).
>
Just to provide numbers (using Sean's
2012 Aug 27
1
RGL plot : lighting problem when triangle3d and persp3d are used in the same plot
Dear all,
I have tried to plot a triangular matrix with the function persp3d(rgl).
for example
z=rbind(c(1,NA,NA,NA),c(5,3,NA,NA),c(4,2,9,NA),c(8,6,5,11))
x=1:4
y=1:4
persp3d(x,y,z,color="gray")
The two extreme points are not plotted (value=1 and value=10). It seems
because the half of the matrix have 'NA' and perp3d need planar
quadrilateral face. So I decided to use the
2005 Dec 18
1
CRAN version branch for Windows packages
Hi Folks,
This query arises out of a call for help from a friend
who has been running R version 1.9 unbder Windows XP,
and wanted advice on using install.packages() in order
to install the Windows binary of the package "Epi".
Since this environment is outside my personal experience,
I could only help in a general way. I did manage to track
his problem down to the fact that package
2006 Sep 01
4
Helping CentOS automatically
...If you like the majority of us as I am...there is something we can do
for the centos scene that really doesn't cost anything.
When you download the distro...just let bittorrent seed indefinitely.
By doing this you are contributing to centos as a whole.
...go figure...I'm actually giving the centos cause 17-18 KB/s and the
beauty...I don't even miss it!
My boxes run 24/7 anyway so
2007 Feb 06
2
Login systems : stubbing accounts and AR association proxies
My Rails site has a fair amount of login and ''ownership'' logic. For
instance, we have a number of clients (companies), each of which has
several accounts. A client owns a number of different types of
resources, and shouldn''t see any other clients'' resources, so, for
example, our ScenesController contains a lot of references to
2016 Dec 18
0
llvm (the middle-end) is getting slower, December edition
On Dec 17, 2016 7:41 PM, "Sean Silva" <chisophugis at gmail.com> wrote:
On Sat, Dec 17, 2016 at 6:32 PM, Davide Italiano via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> On Sat, Dec 17, 2016 at 1:35 PM, Davide Italiano <davide at freebsd.org>
> wrote:
> [...]
>
> > I don't have an infrastructure to measure the runtime performance
> >
2007 Aug 03
2
CentOS 4 vs 5 for VMware?
For stability reasons, I'm running CentOS 4 for VMware (it's the devil I know).
Are there any compelling reasons to upgrade to CentOS 5 for it? I'm
relatively new to the whole virtualisation scene and perhaps there are
some updated packages that might be good for VMware?
2011 Jan 07
2
Idea to possibly improve flac?
On 1/7/2011 11:42 PM, J?rgen Vigdal wrote:
> Hi Brian.
>
> I also agree with you on these points you mention. If you guys are familiar on how the piracy groups work on the internet, you are aware that they have "releases" with their names on it. In the piracy "scene", some groups are competing on getting the first release out, and could only be beaten by another group
2001 Dec 29
2
reversing the roles of ssh and sshd
I have a box behind a firewall that I'd like to administer. The
firewall allows outgoing connections, but blocks all incoming
connection requests. Thus, behind the firewall I can ssh out
to my server, but I can't do the reverse. I found Sebastian
Krahmer's OpenSSH Reverse [1] which looks very promising, but
it is a few revisions behind. I was wondering if anyone has
considered
2009 Feb 05
2
Autodialler query
Hi Everybody
I've a requirement for one of my operators for an autodialler for which i plan to deploy asterisk (I already have 3 asterisk servers on PRI running very well ! ). The scene is like : Asterisk will call a customer and play a prompt that prompts him to press 1 if he wishes to talk to an agent , If the customer presses 1 then the call gets connected to one of my proffessional agents
2003 Nov 18
4
PBX (Asterisk) <-> Cellular Phone Network
Maybe someone here has found a good solution to this problem.
I voulenteer with a local Search And Rescue unit and I was speaking with the
senior members about how they interface the command trailer PBX with the PSTN
or cellular networks when they are on scene at a remote location. Turns out
they don't. Thus that got me to thinking about how one would get Asterisk to
interface with a
2004 Jun 25
4
rgl installation problems
Hi!
I'm new to R, but have worked with Splus before. I installed several
packages in R (R-1.9.1) without problems, but when I try to install rgl
(rgl_0.64-13.tar.gz). I get the following, and the package does not install.
Any help would be greatly appreciated. I'm running R in redhat 9.
Thanks,
Enrique
-------
[my pc]# R CMD INSTALL rgl_0.64-13.tar.gz
* Installing *source* package