search for: disactivates

Displaying 8 results from an estimated 8 matches for "disactivates".

Did you mean: desactivates
2009 Sep 25
1
xaxs disactivated when asp=1 in plots (PR#13971)
Full_Name: Fran?ois Birgand Version: 2.9.0 OS: windows xp Submission from: (NULL) (152.1.16.161) When I type this sequence: x11() Ylim<-c(0,14) Xlim<-c(0,14) plot(0,0,xlim=Xlim,ylim=Ylim,col="white",main="",xlab="",ylab="",bty="n",xaxt="n",yaxt="n",xaxs="i",yaxs="i",asp=1)
2007 Sep 08
4
bye!
Dear fellow NUT developers, after almost exactly two years as a NUT developer, I have concluded that this would be a good time to retire from active development. The project is in good shape, and the driver I was most involved with (usbhid-ups) is in better condition than ever, due to the excellent recent work of Arjen de Korte. Having already scaled back my activity for the last 6 months, I
2008 Apr 11
3
SID does not exist.
Hello, it would be nice to display also the quality of the stream. Just an idea... :-) Keep on rocking and regards Sascha Am Freitag, 11. April 2008 00:05:57 schrieb Vincent Tabard: > Hello, > > We're (Karl and I) currently working on a new version of the YP... so, > yes, so things need adjustings :) > > To remove yourself from the YP listing, either make your source
2008 Apr 10
2
SID does not exist.
Hi there! Does anybody out there know how to remove my server from the YP listing again? And how can I get rid off this error: [2008-04-10 ?16:42:32] EROR yp/send_to_yp YP touch on http://dir.xiph.org/cgi-bin/yp-cgi failed: SID does not exist. Best regards Sascha
2008 Apr 11
0
SID does not exist.
hi, is there a list of public YP servers available? i have openradioddirectory, steamcast and xiph, others? thx, uno Gong 96.3 [Sascha Bieler]: > Hello, > > it would be nice to display also the quality of the stream. Just an idea... > :-) > > Keep on rocking and regards > Sascha > > > Am Freitag, 11. April 2008 00:05:57 schrieb Vincent Tabard: > >
2007 Sep 16
1
evt_close
Salut Alex. Quand j''utilise: evt_close() {|event| on_sortie} def on_sortie @fich1 = nil end dans mon application, ça désactive complètement la fermeture. Pourquoi? J''aimerai pouvoir créer un évenement à la fermeture de mon application, quand je la ferme avec window manager, qui pourrait me permettre d''initialiser ma variable. Quel est la chose que je ne fait pas
2007 Jul 01
1
windows don't browse samba server 3.0.x
hi sorry my english :-) from windows don't look the samba server, if I try to enter by ip (start -> run-> //[server-samba ip])I look the shared directories and files are ok. the problem start when I have upadate a linux server from fedora 4 to 6 and also from another server from fedora 6 to 7 before worked good i don't modify the smb.cfg suggestions ??? thanks ah the problem
2007 Jan 25
3
?mean
The help page for mean does not say what happens when one applies mean to a matrix. mean and sd work in an inconsistent way on a matrix so that should at least be documented. Also there should be a See Also to colMeans since that provides the missing column-wise analog to sd.