Displaying 4 results from an estimated 4 matches for "selma".
Did you mean:
  selm
  
2000 Jul 17
0
SSL!
...s
[global]
	encrypt passwords = Yes
	lock directory = /var/lock/samba
	smb passwd file=/private/smbpasswd
	ssl=yes
	
	ssl server cert=/etc/certificates/cacert.pem
	ssl server key=/etc/certificates/private/cakey.pem
	ssl CA certDir=/etc/certificates
[home]
	comment = Home Directories
	path = /home/selma
	valid users = selma
	writeable = Yes
	create mask = 0750
	browseable = No
[tmp]
	comment = Temporary file space
	path = /tmp
	writeable = Yes
	guest ok = Yes
[public]
	comment = Public Stuff
	path = /home/public
	valid users = selma
	writeable = Yes
[cdrom]
	path = /cdrom
	guest ok = Yes
I als...
2007 Sep 20
1
SHLIB problem under Vista
Hi all,
I'd like to distribute an R package that compiles some (small) C functions
every time it's sourced. The relevant code in the top level R script is as
follows:
system("R CMD SHLIB Selma_extensions.c")
if (.Platform$OS.type=="windows") {
    slash = '\\'
    dyn.load("Selma_extensions.dll")
}
if (.Platform$OS.type=="unix") {
    slash = '/'
    dyn.load("Selma_extensions.so")
}
This works fine on a Mac, but I tried it u...
2000 Mar 15
2
SWAT and SSL
Is there a way to use SWAT through an encrypted channel? With OpenSSL maybe?
TIA. :-)
-- 
"And I'm happy, because you make me feel good, about me." - Melvin Udall
-----------------------------------------------------------------
Martín Marqués			email: 	martin@math.unl.edu.ar
Santa Fe - Argentina		http://math.unl.edu.ar/~martin/
Administrador de sistemas en math.unl.edu.ar
2010 Nov 19
1
Color Alaska in USA map
Hello:
    I have a problem when I tried to color the USA map with different colors. The following is my data (I only used the second column of data):
alaska,	       1, 2
Hawaii,         0, 0
USA,            5, 5
And here is my code:
library("latticeExtra")
library("mapproj")
state<-read.table("C:\\usaclass.txt",sep=",")
state