search for: raccourci

Displaying 2 results from an estimated 2 matches for "raccourci".

2013 May 24
2
[samba4] smbd processes never die after logoff
...inbind trusted domains only = no winbind use default domain = yes winbind enum users = yes winbind enum groups = yes winbind cache time = 300 deadtime = 10 socket options = TCP_NODELAY SO_KEEPALIVE [myhome] path = /home/%U hide files = *.ini/*.INI/*.bin/*.BIN/desktop - Raccourci.lnk/~*/ read only = No browseable = Yes [admhomes] path = /home read only = No browseable = Yes valid users = administrator admin users = administrator -- Fran?ois Lafont
2005 Aug 18
2
axTicks and window resizing
Dear listers, I have written a function to facilitate the drawing of altitude profiles with x (distance), y (altitude) and a z parameter (altitude magnification). profplot<-function(x,y,z=10,...){ op <- par()$mai par(mai=c(0.95625,0.76875,0.76875,0.95625)) plot(x,y*z, type="l",asp=1,las=1,xlab="",ylab="",yaxt="n",...)