code stringlengths 1 1.96M | language stringclasses 1
value |
|---|---|
#!/bin/sh
#
# install - install a program, script, or datafile
# This comes from X11R5 (mit/util/scripts/install.sh).
#
# Copyright 1991 by the Massachusetts Institute of Technology
#
# Permission to use, copy, modify, distribute, and sell this software and its
# documentation for any purpose is hereby granted without ... | Shell |
#!/bin/sh
# START-COMMIT HOOK
#
# The start-commit hook is invoked before a Subversion txn is created
# in the process of doing a commit. Subversion runs this hook
# by invoking a program (script, executable, binary, etc.) named
# 'start-commit' (for which this file is a template)
# with the following ordered... | Shell |
#!/bin/sh
# POST-REVPROP-CHANGE HOOK
#
# The post-revprop-change hook is invoked after a revision property
# has been added, modified or deleted. Subversion runs this hook by
# invoking a program (script, executable, binary, etc.) named
# 'post-revprop-change' (for which this file is a template), with the
# f... | Shell |
#!/bin/sh
# POST-LOCK HOOK
#
# The post-lock hook is run after a path is locked. Subversion runs
# this hook by invoking a program (script, executable, binary, etc.)
# named 'post-lock' (for which this file is a template) with the
# following ordered arguments:
#
# [1] REPOS-PATH (the path to this repos... | Shell |
#!/bin/sh
# POST-LOCK HOOK
#
# The post-lock hook is run after a path is locked. Subversion runs
# this hook by invoking a program (script, executable, binary, etc.)
# named 'post-lock' (for which this file is a template) with the
# following ordered arguments:
#
# [1] REPOS-PATH (the path to this repos... | Shell |
#!/bin/sh
# PRE-LOCK HOOK
#
# The pre-lock hook is invoked before an exclusive lock is
# created. Subversion runs this hook by invoking a program
# (script, executable, binary, etc.) named 'pre-lock' (for which
# this file is a template), with the following ordered arguments:
#
# [1] REPOS-PATH (the pat... | Shell |
#!/bin/sh
# POST-UNLOCK HOOK
#
# The post-unlock hook runs after a path is unlocked. Subversion runs
# this hook by invoking a program (script, executable, binary, etc.)
# named 'post-unlock' (for which this file is a template) with the
# following ordered arguments:
#
# [1] REPOS-PATH (the path to this... | Shell |
#!/bin/sh
# PRE-COMMIT HOOK
#
# The pre-commit hook is invoked before a Subversion txn is
# committed. Subversion runs this hook by invoking a program
# (script, executable, binary, etc.) named 'pre-commit' (for which
# this file is a template), with the following ordered arguments:
#
# [1] REPOS-PATH (t... | Shell |
#!/bin/sh
# PRE-UNLOCK HOOK
#
# The pre-unlock hook is invoked before an exclusive lock is
# destroyed. Subversion runs this hook by invoking a program
# (script, executable, binary, etc.) named 'pre-unlock' (for which
# this file is a template), with the following ordered arguments:
#
# [1] REPOS-PATH ... | Shell |
#!/bin/sh
# POST-REVPROP-CHANGE HOOK
#
# The post-revprop-change hook is invoked after a revision property
# has been added, modified or deleted. Subversion runs this hook by
# invoking a program (script, executable, binary, etc.) named
# 'post-revprop-change' (for which this file is a template), with the
# f... | Shell |
#!/bin/sh
# POST-COMMIT HOOK
#
# The post-commit hook is invoked after a commit. Subversion runs
# this hook by invoking a program (script, executable, binary, etc.)
# named 'post-commit' (for which this file is a template) with the
# following ordered arguments:
#
# [1] REPOS-PATH (the path to this rep... | Shell |
#!/bin/sh
# START-COMMIT HOOK
#
# The start-commit hook is invoked before a Subversion txn is created
# in the process of doing a commit. Subversion runs this hook
# by invoking a program (script, executable, binary, etc.) named
# 'start-commit' (for which this file is a template)
# with the following ordered... | Shell |
#!/bin/sh
# PRE-REVPROP-CHANGE HOOK
#
# The pre-revprop-change hook is invoked before a revision property
# is added, modified or deleted. Subversion runs this hook by invoking
# a program (script, executable, binary, etc.) named 'pre-revprop-change'
# (for which this file is a template), with the following or... | Shell |
#!/bin/sh
# PRE-LOCK HOOK
#
# The pre-lock hook is invoked before an exclusive lock is
# created. Subversion runs this hook by invoking a program
# (script, executable, binary, etc.) named 'pre-lock' (for which
# this file is a template), with the following ordered arguments:
#
# [1] REPOS-PATH (the pat... | Shell |
#!/bin/sh
# PRE-UNLOCK HOOK
#
# The pre-unlock hook is invoked before an exclusive lock is
# destroyed. Subversion runs this hook by invoking a program
# (script, executable, binary, etc.) named 'pre-unlock' (for which
# this file is a template), with the following ordered arguments:
#
# [1] REPOS-PATH ... | Shell |
#!/bin/sh
# POST-COMMIT HOOK
#
# The post-commit hook is invoked after a commit. Subversion runs
# this hook by invoking a program (script, executable, binary, etc.)
# named 'post-commit' (for which this file is a template) with the
# following ordered arguments:
#
# [1] REPOS-PATH (the path to this rep... | Shell |
#!/bin/sh
# PRE-COMMIT HOOK
#
# The pre-commit hook is invoked before a Subversion txn is
# committed. Subversion runs this hook by invoking a program
# (script, executable, binary, etc.) named 'pre-commit' (for which
# this file is a template), with the following ordered arguments:
#
# [1] REPOS-PATH (t... | Shell |
#!/bin/sh
# PRE-REVPROP-CHANGE HOOK
#
# The pre-revprop-change hook is invoked before a revision property
# is added, modified or deleted. Subversion runs this hook by invoking
# a program (script, executable, binary, etc.) named 'pre-revprop-change'
# (for which this file is a template), with the following or... | Shell |
#!/bin/sh
# POST-UNLOCK HOOK
#
# The post-unlock hook runs after a path is unlocked. Subversion runs
# this hook by invoking a program (script, executable, binary, etc.)
# named 'post-unlock' (for which this file is a template) with the
# following ordered arguments:
#
# [1] REPOS-PATH (the path to this... | Shell |
#!/bin/bash
jar cf clearnlp-$1.jar com
rsync -avc clearnlp-$1.jar jdchoi@blake.cs.umass.edu:/iesl/canvas/jdchoi/clearnlp/lib
| Shell |
#!/bin/sh
move_generic_lib() {
echo -n "Moving $1.so to $2 project ... "
libs_files=$(ls libs/*/${1}.so 2> /dev/null | wc -l)
if [ "$libs_files" != "0" ]; then
for lib_folder in libs/*; do
if [ -d ${lib_folder} ]; then
mkdir -p ../${2}/${lib_folder};
mv ${lib_folder}/${1}.so ../${2}/${lib_folder}/${1}.... | Shell |
#!/bin/sh
move_generic_lib() {
echo -n "Moving $1.so to $2 project ... "
libs_files=$(ls libs/*/${1}.so 2> /dev/null | wc -l)
if [ "$libs_files" != "0" ]; then
for lib_folder in libs/*; do
if [ -d ${lib_folder} ]; then
mkdir -p ../${2}/${lib_folder};
mv ${lib_folder}/${1}.so ../${2}/${lib_folder}/${1}.... | Shell |
#!/bin/bash
F="configure-iphone"
if test "$*" = "--help" -o "$*" = "-h"; then
echo "$F [OPTIONS]"
echo ""
echo "where:"
echo " OPTIONS Other options that will be passed directly to"
echo " ./aconfigure script. Run ./aconfigure --help"
echo " for more info."
echo ""
echo "En... | Shell |
#!/bin/bash
F="configure-iphone"
if test "$*" = "--help" -o "$*" = "-h"; then
echo "$F [OPTIONS]"
echo ""
echo "where:"
echo " OPTIONS Other options that will be passed directly to"
echo " ./aconfigure script. Run ./aconfigure --help"
echo " for more info."
echo ""
echo "En... | Shell |
#!/bin/sh
./aconfigure $*
# Note:
# if you're looking for the old configure script, it has been renamed
# to configure-legacy
| Shell |
#! /bin/sh
# Configuration validation subroutine script.
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
# 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
timestamp='2005-04-22'
# This file is (in principle) common to ALL GNU software.
# The presence of a machine in this file sug... | Shell |
#!/bin/sh
svn add $*
./svn_pset $*
| Shell |
#!/bin/sh
svn pset svn:keywords id $*
svn pset svn:eol-style native $*
| Shell |
#! /bin/sh
# Attempt to guess a canonical system name.
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
# Free Software Foundation, Inc.
timestamp='2001-09-04'
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as pu... | Shell |
#!/bin/sh
PJDIR=`pwd`
#
# Detect machine, unless the choice has been made already.
#
if [ "$MACHINE" = "" ]; then
MACHINE=`uname -m`
fi
if echo $MACHINE | grep sun4u > /dev/null; then
MACHINE_NAME=sparc
elif echo $MACHINE | grep i.86 > /dev/null; then
MACHINE_NAME=i386
elif echo $MACHINE | grep x86_64 > /d... | Shell |
#!/bin/sh
#
# install - install a program, script, or datafile
# This comes from X11R5 (mit/util/scripts/install.sh).
#
# Copyright 1991 by the Massachusetts Institute of Technology
#
# Permission to use, copy, modify, distribute, and sell this software and its
# documentation for any purpose is hereby granted without ... | Shell |
#!/bin/sh
MMP=$1
if test "$MMP" == ""; then
echo "Usage: makedef.sh FILE.MMP"
echo " or makedef.sh all"
exit 1
fi
if test "$MMP" == "all"; then
. $0 pjlib.mmp
. $0 pjlib_util.mmp
. $0 pjnath.mmp
. $0 pjmedia.mmp
. $0 pjsdp.mmp
. $0 pjsip.mmp
. $0 pjsip_simple.mmp
. $0 pjsip_ua.mmp
. $... | Shell |
#!/bin/sh
MMP=$1
if test "$MMP" == ""; then
echo "Usage: makedef.sh FILE.MMP"
echo " or makedef.sh all"
exit 1
fi
if test "$MMP" == "all"; then
. $0 pjlib.mmp
. $0 pjlib_util.mmp
. $0 pjnath.mmp
. $0 pjmedia.mmp
. $0 pjsdp.mmp
. $0 pjsip.mmp
. $0 pjsip_simple.mmp
. $0 pjsip_ua.mmp
. $... | Shell |
#!/bin/sh
svn pset svn:keywords id $*
svn pset svn:eol-style native $*
| Shell |
#!/bin/sh
PJDIR=`pwd`
#
# Detect machine, unless the choice has been made already.
#
if [ "$MACHINE" = "" ]; then
MACHINE=`uname -m`
fi
if echo $MACHINE | grep sun4u > /dev/null; then
MACHINE_NAME=sparc
elif echo $MACHINE | grep i.86 > /dev/null; then
MACHINE_NAME=i386
elif echo $MACHINE | grep x86_64 > /d... | Shell |
#!/bin/sh
#
# install - install a program, script, or datafile
# This comes from X11R5 (mit/util/scripts/install.sh).
#
# Copyright 1991 by the Massachusetts Institute of Technology
#
# Permission to use, copy, modify, distribute, and sell this software and its
# documentation for any purpose is hereby granted without ... | Shell |
#!/bin/sh
svn add $*
./svn_pset $*
| Shell |
#!/bin/bash
(set -o igncr) 2>/dev/null && set -o igncr; # force bash to ignore \r character
#
# This script can be used to verify the bit exactness of iLBC fixed-point version 1.0.6
#
INP=../../../../../../../test/data/audio_coding
EXEP=../../../../../../../out/Release
OUTP=./GeneratedFiles
mkdir ./GeneratedFiles
$E... | Shell |
#!/bin/bash
(set -o igncr) 2>/dev/null && set -o igncr; # force bash to ignore \r character
#
# This script can be used to verify the bit exactness of iLBC fixed-point version 1.0.6
#
INP=../../../../../../../test/data/audio_coding
EXEP=../../../../../../../out/Release
OUTP=./GeneratedFiles
mkdir ./GeneratedFiles
$E... | Shell |
#!/bin/bash
(set -o igncr) 2>/dev/null && set -o igncr; # force bash to ignore \r character
LOGFILE=logplc.txt
echo "START PLC TEST" > $LOGFILE
ISAC=../Release/kenny.exe
INDIR=../data/orig
OUTDIR=../dataqaplc_0
mkdir -p $OUTDIR
$ISAC 12000 -PL 15 $INDIR/speechmusic.pcm $OUTDIR/outplc1.pcm
$ISAC 20000 -PL 15 $INDIR... | Shell |
#!/bin/bash
(set -o igncr) 2>/dev/null && set -o igncr; # force bash to ignore \r character
LOGG=loggRate.txt
OUTDIR=../dataqaRate
mkdir -p $OUTDIR
../Release/kenny.exe 13000 -FIXED_FL -FL 30 -MAX 100 ../data/orig/sawsweep_380_60.pcm $OUTDIR/out_napi_1.pcm > $LOGG
../Release/kenny.exe ../data/orig/bottlenecks.txt -FI... | Shell |
#!/bin/bash
(set -o igncr) 2>/dev/null && set -o igncr; # force bash to ignore \r character
LOGFILE=logNormal.txt
echo "START ISAC TEST" > $LOGFILE
echo >> $LOGFILE
ISAC=../Release/kenny.exe
ISACFIXFLOAT=../Release/testFixFloat.exe
INFILES=$(cat InputFiles.txt)
SUBSET=$(cat InputFilesFew.txt)
CHANNELFILES=$(cat Chan... | Shell |
#!/bin/bash
(set -o igncr) 2>/dev/null && set -o igncr; # force bash to ignore \r character
LOGFILE=logNB.txt
echo "START NARROWBAND TEST" > $LOGFILE
echo >> $LOGFILE
ISAC=../Release/kenny.exe
ISACFIXFLOAT=../Release/testFixFloat.exe
INFILES=$(cat InputFiles.txt)
SUBSET=$(cat InputFilesFew.txt)
CHANNELFILES=$(cat Ch... | Shell |
#!/bin/bash
(set -o igncr) 2>/dev/null && set -o igncr; # force bash to ignore \r character
LOGFILE=logfxfl.txt
echo "START FIX-FLOAT TEST" > $LOGFILE
ISACFIXFLOAT=../testFixFloat.exe
INFILES=$(cat InputFiles.txt)
SUBSET=$(cat InputFilesFew.txt)
CHANNELFILES=$(cat ChannelFiles.txt)
CHANNELLIST=($(cat ChannelFiles.t... | Shell |
#!/bin/bash
(set -o igncr) 2>/dev/null && set -o igncr; # force bash to ignore \r character
LOGFILE=logplc.txt
echo "START PLC TEST" > $LOGFILE
ISAC=../Release/kenny.exe
INDIR=../data/orig
OUTDIR=../dataqaplc_0
mkdir -p $OUTDIR
$ISAC 12000 -PL 15 $INDIR/speechmusic.pcm $OUTDIR/outplc1.pcm
$ISAC 20000 -PL 15 $INDIR... | Shell |
#!/bin/bash
(set -o igncr) 2>/dev/null && set -o igncr; # force bash to ignore \r character
LOGFILE=logfault.txt
echo "START FAULT TEST" > $LOGFILE
ISAC=../Release/kenny.exe
ISACFIXFLOAT=../Release/testFixFloat.exe
INFILES=$(cat InputFiles.txt)
SUBSET=$(cat InputFilesFew.txt)
CHANNELFILES=$(cat ChannelFiles.txt)
CHA... | Shell |
#!/bin/bash
(set -o igncr) 2>/dev/null && set -o igncr; # force bash to ignore \r character
LOGFILE=logplc.txt
echo "START PLC TEST" > $LOGFILE
OUTDIR1=../dataqaplc_0
OUTDIR2=../dataqaplc_1
diff $OUTDIR1/outplc1.pcm $OUTDIR2/outplc1.pcm
diff $OUTDIR1/outplc2.pcm $OUTDIR2/outplc2.pcm
diff $OUTDIR1/outplc3.pcm $OUTD... | Shell |
#!/bin/bash
(set -o igncr) 2>/dev/null && set -o igncr; # force bash to ignore \r character
diff ../dataqa350/i30_1DTMF_16kHz_long.pcm ../dataqa351/i30_1DTMF_16kHz_long.pcm
diff ../dataqa350/i60_1DTMF_16kHz_long.pcm ../dataqa351/i60_1DTMF_16kHz_long.pcm
diff ../dataqa350/i30_2DTMF_16kHz_long.pcm ../dataqa351/i30_2DTMF... | Shell |
#!/bin/bash
(set -o igncr) 2>/dev/null && set -o igncr; # force bash to ignore \r character
LOGFILE=logplc.txt
echo "START PLC TEST" > $LOGFILE
OUTDIR1=../dataqaplc_0
OUTDIR2=../dataqaplc_1
diff $OUTDIR1/outplc1.pcm $OUTDIR2/outplc1.pcm
diff $OUTDIR1/outplc2.pcm $OUTDIR2/outplc2.pcm
diff $OUTDIR1/outplc3.pcm $OUTD... | Shell |
#!/bin/bash
(set -o igncr) 2>/dev/null && set -o igncr; # force bash to ignore \r character
LOGFILE=logfault.txt
echo "START FAULT TEST" > $LOGFILE
ISAC=../Release/kenny.exe
ISACFIXFLOAT=../Release/testFixFloat.exe
INFILES=$(cat InputFiles.txt)
SUBSET=$(cat InputFilesFew.txt)
CHANNELFILES=$(cat ChannelFiles.txt)
CHA... | Shell |
#!/bin/bash
(set -o igncr) 2>/dev/null && set -o igncr; # force bash to ignore \r character
LOGG=loggRate.txt
OUTDIR=../dataqaRate
mkdir -p $OUTDIR
../Release/kenny.exe 13000 -FIXED_FL -FL 30 -MAX 100 ../data/orig/sawsweep_380_60.pcm $OUTDIR/out_napi_1.pcm > $LOGG
../Release/kenny.exe ../data/orig/bottlenecks.txt -FI... | Shell |
#!/bin/bash
(set -o igncr) 2>/dev/null && set -o igncr; # force bash to ignore \r character
diff ../dataqa350/i30_1DTMF_16kHz_long.pcm ../dataqa351/i30_1DTMF_16kHz_long.pcm
diff ../dataqa350/i60_1DTMF_16kHz_long.pcm ../dataqa351/i60_1DTMF_16kHz_long.pcm
diff ../dataqa350/i30_2DTMF_16kHz_long.pcm ../dataqa351/i30_2DTMF... | Shell |
#!/bin/bash
(set -o igncr) 2>/dev/null && set -o igncr; # force bash to ignore \r character
LOGFILE=logNormal.txt
echo "START ISAC TEST" > $LOGFILE
echo >> $LOGFILE
ISAC=../Release/kenny.exe
ISACFIXFLOAT=../Release/testFixFloat.exe
INFILES=$(cat InputFiles.txt)
SUBSET=$(cat InputFilesFew.txt)
CHANNELFILES=$(cat Chan... | Shell |
#!/bin/bash
(set -o igncr) 2>/dev/null && set -o igncr; # force bash to ignore \r character
LOGFILE=logNB.txt
echo "START NARROWBAND TEST" > $LOGFILE
echo >> $LOGFILE
ISAC=../Release/kenny.exe
ISACFIXFLOAT=../Release/testFixFloat.exe
INFILES=$(cat InputFiles.txt)
SUBSET=$(cat InputFilesFew.txt)
CHANNELFILES=$(cat Ch... | Shell |
#!/bin/bash
(set -o igncr) 2>/dev/null && set -o igncr; # force bash to ignore \r character
LOGFILE=logfxfl.txt
echo "START FIX-FLOAT TEST" > $LOGFILE
ISACFIXFLOAT=../testFixFloat.exe
INFILES=$(cat InputFiles.txt)
SUBSET=$(cat InputFilesFew.txt)
CHANNELFILES=$(cat ChannelFiles.txt)
CHANNELLIST=($(cat ChannelFiles.t... | Shell |
#!/bin/bash
(set -o igncr) 2>/dev/null && set -o igncr; # force bash to ignore \r character
if [ "$1" = "x64" ] || [ "$2" = "x64" ] || [ "$#" -eq 0 ]
then
PLATFORM=_X64
ISAC=../x64/Release/ReleaseTest-API_2005.exe
elif [ "$1" = "LINUX" ] || [ "$2" = "LINUX" ]
then
PLATFORM=_linux
ISAC=../Rel... | Shell |
#!/bin/bash
(set -o igncr) 2>/dev/null && set -o igncr; # force bash to ignore \r character
LOGFILE=logfxfl.txt
echo "START FIX-FLOAT TEST" > $LOGFILE
ISACFIXFLOAT=../../../fix/test/testFixFloat.exe
INFILES=$(cat InputFiles.txt)
SUBSET=$(cat InputFilesFew.txt)
CHANNELFILES=$(cat ChannelFiles.txt)
CHANNELLIST=($(cat... | Shell |
#!/bin/bash
(set -o igncr) 2>/dev/null && set -o igncr; # force bash to ignore \r character????? ??????
if [ "$1" = "x64" ] || [ "$#" -eq 0 ]
then
PLATFORM=_X64
ISAC=../x64/Release/ReleaseTest-API_2005.exe
elif [ "$1" = "2005" ]
then
PLATFORM=_2005
ISAC=../win32/Release/ReleaseTest-API_2005.exe
e... | Shell |
#!/bin/bash
(set -o igncr) 2>/dev/null && set -o igncr; # force bash to ignore \r character????? ??????
if [ "$1" = "x64" ] || [ "$#" -eq 0 ]
then
PLATFORM=_X64
ISAC=../x64/Release/ReleaseTest-API_2005.exe
elif [ "$1" = "2005" ]
then
PLATFORM=_2005
ISAC=../win32/Release/ReleaseTest-API_2005.exe
e... | Shell |
#!/bin/bash
(set -o igncr) 2>/dev/null && set -o igncr; # force bash to ignore \r character
if [ "$1" = "x64" ] || [ "$2" = "x64" ] || [ "$#" -eq 0 ]
then
PLATFORM=_X64
ISAC=../x64/Release/ReleaseTest-API_2005.exe
elif [ "$1" = "LINUX" ] || [ "$2" = "LINUX" ]
then
PLATFORM=_linux
ISAC=../Rel... | Shell |
#!/bin/bash
(set -o igncr) 2>/dev/null && set -o igncr; # force bash to ignore \r character
LOGFILE=logfxfl.txt
echo "START FIX-FLOAT TEST" > $LOGFILE
ISACFIXFLOAT=../../../fix/test/testFixFloat.exe
INFILES=$(cat InputFiles.txt)
SUBSET=$(cat InputFilesFew.txt)
CHANNELFILES=$(cat ChannelFiles.txt)
CHANNELLIST=($(cat... | Shell |
#!/bin/sh
# sim.sh
# David Rowe 10 Sep 2009
# Process a source file using the codec 2 simulation. An output
# speech file is generated for each major processing step, from the
# unquantised siusoidal model to fully quantised. This way we can
# listen to the effect of each processing step. Use listensim.sh to
# test... | Shell |
#!/bin/sh
# sim.sh
# David Rowe 10 Sep 2009
# Process a source file using the codec 2 simulation. An output
# speech file is generated for each major processing step, from the
# unquantised siusoidal model to fully quantised. This way we can
# listen to the effect of each processing step. Use listensim.sh to
# test... | Shell |
#!/bin/sh
# listensim.sh
# David Rowe 10 Sep 2009
#
# Listen to files processed with sim.sh
../script/menu.sh ../raw/$1.raw $1_uq.raw $1_phase0.raw $1_lpc10.raw $1_phase0_lpc10.raw $1_phase0_lpc10_dec.raw $1_phase0_lsp_dec.raw $2 $3
| Shell |
#!/bin/sh
# fq20.shsh
# David Rowe 27 July 2010
#
# Decode a file with fully quantised codec at 20ms frame rate
../src/sinedec ../raw/$1.raw $1.mdl -o $1_phase0_lsp_20_EWo2.raw --phase 0 --lpc 10 --lsp --postfilter --dec
| Shell |
#!/bin/sh
# fq20.shsh
# David Rowe 27 July 2010
#
# Decode a file with fully quantised codec at 20ms frame rate
../src/sinedec ../raw/$1.raw $1.mdl -o $1_phase0_lsp_20_EWo2.raw --phase 0 --lpc 10 --lsp --postfilter --dec
| Shell |
#!/bin/sh
# listensim.sh
# David Rowe 10 Sep 2009
#
# Listen to files processed with sim.sh
../script/menu.sh ../raw/$1.raw $1_uq.raw $1_phase0.raw $1_lpc10.raw $1_phase0_lpc10.raw $1_phase0_lpc10_dec.raw $1_phase0_lsp_dec.raw $2 $3
| Shell |
#!/bin/bash
pushd `dirname $0`
VERSION=$1
DEST=`pwd`/build/ffmpeg
case "$VERSION" in
x86)
. settings_x86.sh
FLAGS="--cross-prefix=$NDK_TOOLCHAIN_BASE/bin/i686-android-linux- --enable-pic --target-os=linux --arch=x86 --disable-asm "
;;
*)
. settings.sh
FLAGS="--cross-prefix=$NDK_TOOLCHAIN_BASE/bin/arm-linux... | Shell |
#!/bin/bash
# set the base path to your Android NDK (or export NDK to environment)
if [[ "x$ANDROID_NDK" == "x" ]]; then
NDK_BUILD_PATH=$(which ndk-build)
ANDROID_NDK=$(dirname $NDK_BUILD_PATH)
echo "No ANDROID_NDK set, using $ANDROID_NDK"
fi
NDK_PLATFORM_VERSION=9
NDK_SYSROOT=$ANDROID_NDK/platforms/and... | Shell |
#!/bin/bash
pushd `dirname $0`
VERSION=$1
DEST=`pwd`/build/ffmpeg
case "$VERSION" in
x86)
. settings_x86.sh
FLAGS="--cross-prefix=$NDK_TOOLCHAIN_BASE/bin/i686-android-linux- --enable-pic --target-os=linux --arch=x86 --disable-asm "
;;
*)
. settings.sh
FLAGS="--cross-prefix=$NDK_TOOLCHAIN_BASE/bin/arm-linux... | Shell |
#!/bin/bash
pushd `dirname $0`
VERSION=$1
DEST=`pwd`/build/x264
case "$VERSION" in
x86)
. settings_x86.sh
FLAGS="--cross-prefix=$NDK_TOOLCHAIN_BASE/bin/i686-android-linux- --enable-pic --disable-asm "
;;
*)
. settings.sh
FLAGS="--cross-prefix=$NDK_TOOLCHAIN_BASE/bin/arm-linux-androideabi- --enable-pic --ho... | Shell |
#!/bin/bash
# set the base path to your Android NDK (or export NDK to environment)
if [[ "x$ANDROID_NDK" == "x" ]]; then
NDK_BUILD_PATH=$(which ndk-build)
ANDROID_NDK=$(dirname $NDK_BUILD_PATH)
echo "No ANDROID_NDK set, using $ANDROID_NDK"
fi
NDK_PLATFORM_VERSION=9
NDK_SYSROOT=$ANDROID_NDK/platforms/and... | Shell |
#!/bin/bash
# set the base path to your Android NDK (or export NDK to environment)
if [[ "x$ANDROID_NDK" == "x" ]]; then
NDK_BUILD_PATH=$(which ndk-build)
ANDROID_NDK=$(dirname $NDK_BUILD_PATH)
echo "No ANDROID_NDK set, using $ANDROID_NDK"
fi
NDK_PLATFORM_VERSION=9
NDK_SYSROOT=$ANDROID_NDK/platforms/and... | Shell |
#!/bin/bash
# set the base path to your Android NDK (or export NDK to environment)
if [[ "x$ANDROID_NDK" == "x" ]]; then
NDK_BUILD_PATH=$(which ndk-build)
ANDROID_NDK=$(dirname $NDK_BUILD_PATH)
echo "No ANDROID_NDK set, using $ANDROID_NDK"
fi
NDK_PLATFORM_VERSION=9
NDK_SYSROOT=$ANDROID_NDK/platforms/and... | Shell |
#!/bin/bash
pushd `dirname $0`
VERSION=$1
DEST=`pwd`/build/x264
case "$VERSION" in
x86)
. settings_x86.sh
FLAGS="--cross-prefix=$NDK_TOOLCHAIN_BASE/bin/i686-android-linux- --enable-pic --disable-asm "
;;
*)
. settings.sh
FLAGS="--cross-prefix=$NDK_TOOLCHAIN_BASE/bin/arm-linux-androideabi- --enable-pic --ho... | Shell |
/*
-*- Engage Auth Widget -*-
Copyright (c) 2012, Janrain, Inc. All rights reserved.
Version: 2013.1_ws_widgets_rc9
*/
"object"!==typeof window.janrain&&(window.janrain={});janrain.apps={};
janrain.apps=function(){var $a,Ca,ja,Pa;function Eb(){var a;a="http:"===document.location.protocol?"http://cdn.quilt.janrain.co... | Shell |
ant clean; ant release; adb install -r bin/MetaTracker-release.apk
| Shell |
ant clean; ant release; adb install -r bin/MetaTracker-release.apk
| Shell |
mvn -P softphone archetype:generate \
-DgroupId=it.abc.sicsic \
-DartifactId=sicsic-ear \
-Dversion=1.0-SNAPSHOT \
-DarchetypeGroupId=it.soulsoftware.adf \
-DarchetypeArtifactId=Ear-archetype \
-DarchetypeVersion=1.0c
| Shell |
#!/bin/sh
# Copyright 2013 Google Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in... | Shell |
#!/bin/bash
# Call this script from a "Run Script" target in the Xcode project to
# cross compile MuPDF and third party libraries using the regular Makefile.
# Also see "iOS" section in Makerules.
if [ ! -e ../../generated/gen_cmap_korea.h ]
then
echo 'ERROR: You are missing the generated files.'
echo 'ERROR: Pleas... | Shell |
#!/bin/bash
# Call this script from a "Run Script" target in the Xcode project to
# cross compile MuPDF and third party libraries using the regular Makefile.
# Also see "iOS" section in Makerules.
if [ ! -e ../../generated/gen_cmap_korea.h ]
then
echo 'ERROR: You are missing the generated files.'
echo 'ERROR: Pleas... | Shell |
#!/bin/bash
# Call this script from a "Run Script" target in the Xcode project to
# cross compile MuPDF and third party libraries using the regular Makefile.
# Also see "iOS" section in Makerules.
if [ ! -e ../../generated/gen_cmap_korea.h ]
then
echo 'ERROR: You are missing the generated files.'
echo 'ERROR: Pleas... | Shell |
#!/bin/bash
# Call this script from a "Run Script" target in the Xcode project to
# cross compile MuPDF and third party libraries using the regular Makefile.
# Also see "iOS" section in Makerules.
if [ ! -e ../../generated/gen_cmap_korea.h ]
then
echo 'ERROR: You are missing the generated files.'
echo 'ERROR: Pleas... | Shell |
#!/bin/sh
#
# Android Weather Notification.
# Copyright (C) 2010 gelin, 2011 mihovilic
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at... | Shell |
#!/bin/sh
#
# Android Weather Notification.
# Copyright (C) 2012 gelin
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) an... | Shell |
#!/bin/sh
#
# Android Weather Notification.
# Copyright (C) 2010 gelin, 2011 mihovilic
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at... | Shell |
#!/bin/sh
#
# Android Weather Notification.
# Copyright (C) 2010 gelin, 2011 mihovilic
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at... | Shell |
#!/bin/sh
#
# Android Weather Notification.
# Copyright (C) 2012 gelin, 2011 mihovilic
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at... | Shell |
#!/bin/sh
#
# Android Weather Notification.
# Copyright (C) 2010 gelin, 2011 mihovilic
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at... | Shell |
#!/bin/sh
#
# Android Weather Notification.
# Copyright (C) 2010 Denis Nelubin aka Gelin
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# ... | Shell |
#!/bin/sh
TARGETS=$*
buildin() {
BASE_DIR=$(pwd)
cd $1
ant $TARGETS
cd $BASE_DIR
}
buildin core
buildin skins/black-text
buildin skins/white-text
buildin skins/black-text-plus
buildin skins/white-text-plus
buildin skins/bigger-text
| Shell |
#!/bin/sh
#
# Android Weather Notification.
# Copyright (C) 2014 gelin
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) an... | Shell |
#!/usr/bin/env bash
##############################################################################
##
## Gradle start up script for UN*X
##
##############################################################################
# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to ... | Shell |
#!/usr/bin/env bash
##############################################################################
##
## Gradle start up script for UN*X
##
##############################################################################
# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to ... | Shell |
#!/usr/bin/env bash
# Author: Zhang Huangbin (zhb@iredmail.org)
#---------------------------------------------------------------------
# This file is part of iRedMail, which is an open source mail server
# solution for Red Hat(R) Enterprise Linux, CentOS, Debian and Ubuntu.
#
# iRedMail is free software: you can re... | Shell |
#!/usr/bin/env bash
# Author: Zhang Huangbin (zhb(at)iredmail.org)
# Purpose: Create new SSL keys.
# Project: iRedMail (http://www.iredmail.org/)
export HOSTNAME="$(hostname -f)"
export ROOTDIR="$(pwd)"
# SSL key.
export SSL_CERT_FILE="${ROOTDIR}/certs/iRedMail_CA.pem"
export SSL_KEY_FILE="${ROOTDIR}/private/iRe... | Shell |
#!/usr/bin/env bash
# Author: Zhang Huangbin (zhb(at)iredmail.org)
# Purpose: Import users to MySQL database from plain text file.
# Project: iRedMail (http://www.iredmail.org/)
# -------------------------------------------------------------------
# Usage:
# * Edit these variables:
# STORAGE_BASE_DIRECTOR... | Shell |
#!/usr/bin/env bash
# Author: Zhang Huangbin (zhb(at)iredmail.org)
# Purpose: Add new OpenLDAP user for postfix mail server.
# Project: iRedMail (http://www.iredmail.org/)
# --------------------------- WARNING ------------------------------
# This script only works under iRedMail >= 0.3.3 due to ldap schema
# chan... | Shell |
#!/usr/bin/env bash
# Author: Zhang Huangbin (zhb@iredmail.org)
# Date: 16/09/2007
# Purpose: Backup specified mysql databases with command 'mysqldump'.
# License: This shell script is part of iRedMail project, released under
# GPL v2.
###########################
# REQUIREMENTS
#####################... | Shell |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.