Displaying 3 results from an estimated 3 matches for "curx".
Did you mean:
cur
2006 Jul 29
1
fancier plotting
...**************************************
###########
# ploting #
###########
library(tkrplot)
#just the turning points
L <- length(I0); #points to plot
tt <- tktoplevel()
left <- tclVar(1)
oldleft <- tclVar(1)
right <- tclVar(L)
cury <- tclVar(' ')
curx <- NA
tmpusr <- numeric(4)
tmpplt <- numeric(4)
f1 <- function(){
lleft <- as.numeric(tclvalue(left))
rright <- as.numeric(tclvalue(right))
x <- seq(lleft,rright,by=1)
par(bg='black', fg='green', col='white', col.axis='white',
col....
2006 Apr 17
0
autoscall the y-axis
...d waiting for the book to arrive.
thank you
#**************** code starts ****************
library(tkrplot)
L <- length(myData);
tt <- tktoplevel()#cursor='crosshair')
left <- tclVar(1)
oldleft <- tclVar(1)
right <- tclVar(L)
cury <- tclVar(' ')
curx <- NA
tmpusr <- numeric(4)
tmpplt <- numeric(4)
f1 <- function(){
lleft <- as.numeric(tclvalue(left))
rright <- as.numeric(tclvalue(right))
x <- seq(lleft,rright,by=1)
par(bg='black', fg='green', col='white', col.axis='white',...
2009 Feb 19
0
connection to AD wtih kerberos and samba
Hello,
I can not list the users in my AD Domain server with my curx.
I want to centralize authentication sessions unix in the domain Ad.
Help me please.
#net ads join -U administrator
Enter administrator's password:
Using short domain name -- FWAVPC
Joined 'CRUX' to realm 'FWAVPC.LAN'
#wbinfo -u is null.
#wbinfo -g is null....