Displaying 20 results from an estimated 1000 matches similar to: "Distances between countries package?"
2006 Aug 09
3
select with country names
Hi,
I need to create a list of coutries in a driop down.
I''m aware of a function ''country_options_for_select'' however this jsut
seems to output a string of all countires.
How can I get this list in a drop down?
Thanks
scott
--
Posted via http://www.ruby-forum.com/.
2003 Aug 06
2
L10N and i18n of R
Dear R-users of non-English speaking countires.
Maybe a good news for those who want to use R in their
local languages. Recently two Japanese, E. Nakama and
M. Okada, succeeded in "making R speak Japanese". At
present, R can handle Japanese (as well as other languages,
I guess) character strings if one use consoles which
can understand Japanese. Also P. Murrell kindly
provided a
2003 Aug 06
2
L10N and i18n of R
Dear R-users of non-English speaking countires.
Maybe a good news for those who want to use R in their
local languages. Recently two Japanese, E. Nakama and
M. Okada, succeeded in "making R speak Japanese". At
present, R can handle Japanese (as well as other languages,
I guess) character strings if one use consoles which
can understand Japanese. Also P. Murrell kindly
provided a
2006 Jan 08
2
Filters in waveslim
Dear R Users,
For running wavelet functions using dwt( ), modwt( ), and mra( ), a wavelet filter algorithm is applied. For all these functions, default is "la8" and other possibility is "haar". In related documents, another possibilities like as symlet and coiflet ... are not cited.
Besides "la8" and "haar", which wavelet filters can be used?
Thank
2009 Oct 16
2
what's the R code for wavelet decomposition (Haar transformation)?
Dear all,
Using R function "dwt", it seems that I cannot specify the wavelet
transformation like Haar. What's the R code for wavelet decomposition
which allows me to specify Haar wavelet transformation? Of course, if it
can include "db2", that is even better. In general, I want an R function
like matlab code "dwt". Thanks in advance!
Zhen Li
2008 Feb 26
3
R package to perform Horn's parallel analysis
I am seeking information on whether anyone has written code to perform
Horn's parallel analysis (a procedure that informs the selection of the
proper number of components in PCA) in R.
Thank you in advance for any help you can provide. Please respond
off-list at the email address below.
Karen Douglas
*******************************************************************
Karen Douglas,
2013 Nov 28
1
Multivariate dispersion & distances
Dear All,
I'm using betadisper {vegan} and I'm interested not only in the dispersion
within the group but also the distances between the groups. With betadisper
I get distances to group centroids but is it possible to get distances to
other groups centroids?
It might be possible to do it by hand by the formula given in the
description of the betadisper (below) but I'm a bit confused
2017 Aug 30
2
How many relays
Hello !
How many relays can I make with a single Icecast server ?, I can only
run 2 relays at most:
<relay>
<server>111.222.111.222</server>
<port>8010</port>
<mount>/example1.ogg</mount>
<local-mount>/different1.ogg</local-mount>
<on-demand>0</on-demand>
2017 Sep 05
2
Resample and Relay Using Icecast2
Hi Robert,
Icecast itself doesn't do any resampling of audio streams it receives.
One would likely craft a solution that listens to the original stream
and re-encodes on the fly, providing those alternate bitrate streams
back to Icecast. I've heard people doing this with liquidsoap and other
source clients, and a bit of server-side magic.
Some quick Googling provided me with this link
2006 Dec 05
1
Cannot connect to Samba-3.0.23d (and earlier) from other trusted AD domains
Hi there
We have a bunch of Samba 3.0.10+ CentOS4.4 servers that are working 100%
fine when connected to from users who are members of the same ADS domain
our Samba servers are members of. However, users from other ADS domains
(we are all W2K3-based) on our network cannot connect - they get
NT_STATUS_ACCESS_DENIED. The shares they are trying to connect to have
no share-level permission checks -
2010 Aug 11
2
Samba/Winbind issue
Hi,
I have an issue with Samba using winbind. We have Active Directory groups with underscores (for example sambagroup_underscore). But an underscore in Samba (Unix) is a space in Active Directory.
So my question is what character is used in Samba (Unix) for an underscore in Active Directory? Or are there other solutions to solve this?
I would be very happy if you can help me!
Met
2004 Jun 15
1
How do you properly use "--partial"?
[background: we rsync Gbs of data over our WAN, so want to run rsync as
efficiently as possible. We have Linux "rsync servers" that mount local
Windows file servers - i.e we use Linux-rsync to replicate data between
Windows file servers. (why? we found Linux IP stack to be superior over our
WAN)]
I know that "--partial" on it's own merely makes the rsync server process
2012 Jul 03
4
s3fs vs. zfs
Hi all..
Is possible use the s3fs with ZFS (freebsd) ? how ?
Thanks
--
Luiz Gustavo Costa (Powered by BSD)
*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+
mundoUnix - Consultoria em Software Livre
http://www.mundounix.com.br
ICQ: 2890831 / MSN: contato at mundounix.com.br
Tel: 55 (21) 4063-7110 / 8194-1905 / (11) 4063-0407
Blog: http://www.luizgustavo.pro.br
2008 Jun 30
2
FreeBSD, Samba 3.0.28a joined to AD domain but prompts for login
Hi,
I am trying to connect a FreeBSD server running 7.0 Release and Samba 3.0.28a to a
Windows 2003 AD Domain Controller. Has anyone had success with this combo? I have joined
the domain and I can enumerate users, groups, etc..
humpty# getent passwd|wc -l
105
humpty# wbinfo -u|wc -l
165
humpty# wbinfo -g|wc -l
59
humpty# wbinfo -t
checking the trust secret via RPC calls
2008 Oct 24
1
performance lower then expected
I've setup an eight node server stripe using gluster 1.4.0pre5 using the
stripe example from the wiki. Each of these eight nodes has a 100Mbit
ethernet card and a single hard disk.
I've connected them all together using a gigabit switch and I have a gigabit
workstation connected, with gluster mounted and running fine.
However, when i try to do a dd test to the disk "dd if=/dev/zero
2011 Mar 16
4
Scope of variable?
I know this is a very elementary question... I could not find a solution
looking at old posts.
I am unable to access a variable outside the scope of a for loop, even when
the variable was defined before the loop:
haar <- function() {
a = c(1.4560773, 2.3752412, 0.9798882, 3.0909252, 2.3986487, 1.8581543)
for (i in c(1:100)) {
m = matrix(rnorm(36)+1i*rnorm(36),6)
qrm = qr(m)
Q = qr.Q(qrm)
2005 Oct 16
1
Can Asterisk "proxy" a SIP phone to make it look like a Cisco skinny softphone?
Hi there
We have a Cisco VOIP environment here, with hard and softphones. I have
a softphone account/etc, but I'm a Linux user and (as far as I'm aware)
there is no Cisco softphone for Linux. However I can run Asterisk. So I
was wondering if there is a way to "convert" a SIP phone transaction
into a SKINNY transaction so that the Cisco environment thinks it is a
Cisco
2007 May 21
1
3.0.25 breaks "username map"?
Hi there
I was using "username map" under 3.0.24 so that when I connected from
DOM\jhaar under (ADS Win2K3) Windows, it was mapped to my local "jhaar"
Unix account - with homedir "/home/jhaar", etc.
However, when I upgraded to 3.0.25, I started getting
NT_STATUS_LOGON_FAILURE errors - even when just trying to list the
shares. This occurred using smbclient as well as
2008 Jan 28
2
Win2K3 DNS losing Samba DNS entries?
Hi there
We are having a problem where the DNS "A" records of ADS member Samba
servers are disappearing from DNS. It's not routine, but it is
definitely real. What we normally do is assign static IPs, create DNS
records manually and then install and configure the Samba server (mainly
CentOS4 and CentOS5) and "net ads join" it to the domain. This is
normally good for a
2007 Mar 12
2
Samba kerberos more time sensitive that Windows?
Hi there
We just had a problem where a user couldn't connect to a Samba server
that is a full ADS member. The same user could successfully connect to
Windows2K3 servers.
The problem was obvious - their clock was 5 hours out, and Samba
rejected their connections with a "Failed to verify incoming ticket".
Correcting the time fixed the fault. However, it remains that Samba
rejected