search for: local_copy

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

2013 Jul 15
2
Asterisk offline compiling with get_mp3_source.sh
..., because I download the file and run the script but there is no asterisk-contrib-mp3.tar.gz in my tmp folder --- contrib/scripts/get_mp3_source.sh.orig 2013-06-04 12:41:08.222602824 +0200 +++ contrib/scripts/get_mp3_source.sh 2013-06-04 12:40:45.218602846 +0200 @@ -9,6 +9,15 @@ exit 1 fi +LOCAL_COPY=/tmp/asterisk-contrib-mp3.tar.gz +if [ -f ${LOCAL_COPY} ]; then + echo "***" + echo "Found ${LOCAL_COPY} - unpacking it, not downloading" + echo "***" + tar xzf ${LOCAL_COPY} + exit 0 +fi + svn export http://svn.digium.com/svn/thirdparty/mp3/trunk addon...
2008 Dec 05
3
How to calculate the distance between two density functions
Dear all, I wrote the following code to calculate the density functions for two data sets, respectively. den_str <-density(str_data$Similarity); den_non_str <-density(nonstr_data$Similarity); However, I would like to knowing the difference between den_str and den_non_str, that is, the difference between the region under the curve of the den_str and the region under the curve of