Displaying 4 results from an estimated 4 matches for "bzzz".
Did you mean:
buzz
2013 Mar 05
1
different colors for two wireframe spheres
...n <- 10
tx <- matrix(seq(-pi, pi, length.out = 2*n), 2*n, n)
ty <- matrix(seq(-pi, pi, length.out = n) / 2, 2*n, n, byrow = T)
xx <- cos(tx) * cos(ty)
yy <- sin(tx) * cos(ty)
zz <- sin(ty)
zzz <- zz
bxx <- xx+5
byy <- yy+5
bzzz <- zzz+5
xx=rbind(xx,rep(NA,n),bxx)
yy=rbind(yy,rep(NA,n),byy)
zzz=rbind(zzz,rep(NA,n),bzzz)
gr<-rbind(matrix(1,n,2*n),rep(NA,n),matrix(2,n,2*n))
wireframe(zzz ~ xx + yy, groups=gr,col.groups=c("red","blue"))
I tried various parameters as col....
2013 Mar 28
2
UPS don't reset
Debian sid package v. 2.6.4-2.3
UPS nitram elite 2002 700VA (serial port)
MOBO A7V8X-X
================================
Hi list,
Everything work fine, except after an AC supply shortage:
the UPS don't come back to a normal behavior, it stays
on battery (of course, it works right w/o any cable).
Is there something I can do recover a normal behavior?
JY
--
Too much of a good thing is
2009 Nov 12
4
OMG! Microsoft patents sudo! Linux and MacOS dead!
http://blogs.computerworld.com/15082/omg_microsoft_patents_sudo_linux_and_macos_dead?source=CTWNLE_nlt_dailyam_2009-11-12
--
thanks
./francis
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20091112/1061174b/attachment-0003.html>
2005 Sep 09
7
[PATCH 0/6] jbd cleanup
The following 6 patches cleanup the jbd code and kill about 200 lines.
First of 4 patches can apply to 2.6.13-git8 and 2.6.13-mm2.
The rest of them can apply to 2.6.13-mm2.
fs/jbd/checkpoint.c | 179 +++++++++++--------------------------------
fs/jbd/commit.c | 101 ++++++++++--------------
fs/jbd/journal.c | 11 +-
fs/jbd/revoke.c | 158