Displaying 3 results from an estimated 3 matches for "transaparencies".
2003 Nov 21
1
Samba vs DHCP
I was using a Samba server under a SUNOS 5.5.1 operative system. This
SUN machine was the server of a number of Lynux (Mandrake) and Windows
(95,98, XP) computers in a TCP/IP network with fixed IP numbers. We were
oblied to change to DHCP recently. As our network has a huge number of
computers I am running the smbd and nmbd daemos of the Samba with an
identification in such a way that only those
2011 Dec 09
1
rgl.postscript() failure when saving a scene
...do that
but...when I go to save the scene using
rgl.postscript() R crasches .###########
plot3d(datii[,1:3],box=F,col=datii[,5],type="s",radius=datii[,4]/10,add=T,bbox=F)
#### MINOR PROBLEM: these are the 95% ellipses for any
group; when saving using rgl.postscript() IN ANY
FORMAT the transaparencies are lost ####
plot3d(ellipse3d(cov(subset(datii[,1:3],datii[,5]==1)),centre=c(mean(subset(datii[,1],datii[,5]==1)),mean(subset(datii[,2],datii[,5]==1)),mean(subset(datii[,3],datii[,5]==1)))),col=1,alpha=0.3,add=T)
plot3d(ellipse3d(cov(subset(datii[,1:3],datii[,5]==2)),centre=c(mean(subset(datii[,1]...
2006 Mar 26
7
MVC Design
Hello I have been using LAMP for the last 6 years and i am now finally
making the choice to move over to RoR. This MVC stuff is all very new to
me. As i have no trouble understanding ruby code... or any code for that
matter.. my challange comes in getting my head around the MVC stuff. Is
there any demos articles that you guys have seen that takes a site or a
business breif and explains where