Displaying 3 results from an estimated 3 matches for "difuse".
Did you mean:
diffuse
2007 Nov 13
0
resampling
Dear all,
I sample without replacement elements of a vector and generate a new
vector:
kl<-c(1,1,1,1,1,2,2,2,2,2,3,3,3,3,3,4,4,4,4,5,5,5,5,5,6,6,6,6,6,7,7,8,8,
8,8,8,8,8,8,8)
the_index<-c(sample(40,35))
for(fs in
1:length(the_index)){if(fs==1){s<-c(kl[the_index[fs]])}else{s<-
append(s, kl[the_index[fs]], after = length(s))}}
I am running in BATCH mode this script in a
2000 Jan 27
0
I can not see the samba server in windows explorer
Hello, I have configured and working samba in a unix machine, but I can
not see the server in the windows explorer. I configured the smb.conf in
this way:
workgroup = SGREC
server string = Samba Server
hosts allow = 172.18. 127.
log file = /usr/local/samba/var/log.%m
[TMP]
path = /tmp
guest ok = no
read only = no
public = yes
browseable = yes
[JAVIER]
path =
2003 May 22
2
square polar mapping - backgrounds
Hello,
I wanted to find out more about square polar mapping, cause that whole
stuff is a bit tricky - to me - and not so easy to understand.
Searching the web did't get me any results, so I wonder what the background
of square polar mapping is.
Is it derived from some mathematical publications or just the result of a brilliant
intuition of a Vorbis programmer ? ;)
Thanks.
Stoffke