code stringlengths 1 1.96M | language stringclasses 1
value |
|---|---|
#!/usr/local/bin/zsh
username='lucas'
password='loves_you'
url='http://www.wingedleopard.net/post.php'
#########################################################################
sha_pw=`sha1 -s "$password" | sed 's/.*\ //'`
body="`uptime`\n\n`df -hi`\n\n`gmirror status`"
post="username=$username&password=$s... | Shell |
#!/usr/local/bin/zsh
username='lucas'
password='loves_you'
url='http://www.wingedleopard.net/post.php'
#########################################################################
sha_pw=`sha1 -s "$password" | sed 's/.*\ //'`
body="`uptime`\n\n`df -hi`\n\n`gmirror status`"
post="username=$username&password=$s... | Shell |
ant clean; ant release; adb install -r bin/MetaTracker-release.apk
| Shell |
#!/bin/bash -
# Contributor: Victor Mishel Vera Sanchez (mishudark) <moonsadly@gmail.com>
[ -x /usr/bin/apt-get ] && {
INSTALL_LAYOUT='--install-layout deb'
python -c 'import webkit, keybinder, pynotify, DistUtilsExtra.command' \
|| sudo apt-get install python-webkit python-notify python-keybinder python-d... | Shell |
#!/bin/sh
SCRIPTDIR=`dirname $0`
cd $SCRIPTDIR/..
RED="0.5 0.5 0.5 0 0 0 0 0 0"
GREEN="0 0 0 0.5 0.5 0.5 0 0 0"
for x in btn_zoom_down_disabled.9 btn_zoom_down_disabled_focused.9 btn_zoom_down_normal.9 btn_zoom_up_disabled.9 btn_zoom_up_disabled_focused.9 btn_zoom_up_normal.9 btn_zoom_width_normal ; do
conv... | Shell |
#!/bin/sh
SCRIPTDIR=`dirname $0`
cd $SCRIPTDIR/..
for x in upfolder folder home recent1 recent2 recent3 recent4 recent5 ; do
convert res/drawable-hdpi/$x.png -resize 66.7% res/drawable-mdpi/$x.png
convert res/drawable-hdpi/$x.png -resize 50% res/drawable-ldpi/$x.png
done
| Shell |
#!/bin/sh
# make sure ndk-build is in path
SCRIPTDIR=`dirname $0`
MUPDF_FILE=mupdf-1.1-source.tar.gz
MUPDF=mupdf-1.1-source
FREETYPE=freetype-2.4.10
OPENJPEG=openjpeg-1.5.1
JBIG2DEC=jbig2dec-0.11
JPEGSRC=jpegsrc.v8d.tar.gz
JPEGDIR=jpeg-8d
cd $SCRIPTDIR/../deps
tar xvf $FREETYPE.tar.bz2
tar xvf $JPEGSRC
tar xvf $MUPDF... | Shell |
#!/bin/bash
# Copyright 2010 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 t... | Shell |
ant clean; ant release; adb install -r bin/MetaTracker-release.apk
| Shell |
#!/system/bin/sh
DIR=/data/data/org.sshtunnel
PATH=$DIR:$PATH
case $1 in
start)
echo "
base {
log_debug = off;
log_info = off;
log = stderr;
daemon = on;
redirector = iptables;
}
" >$DIR/redsocks.conf
echo "
redsocks {
local_ip = 127.0.0.1;
local_port = 8123;
ip = 127.0.0.1;
port = $2;
type = socks5;... | Shell |
#!/system/bin/sh
DIR=/data/data/org.sshtunnel
PATH=$DIR:$PATH
case $1 in
start)
echo "
base {
log_debug = off;
log_info = off;
log = stderr;
daemon = on;
redirector = iptables;
}
" >$DIR/redsocks.conf
echo "
redsocks {
local_ip = 127.0.0.1;
local_port = 8123;
ip = 127.0.0.1;
port = $2;
type = http-re... | Shell |
#!/bin/bash
#
# Copyright (C) 2007 The Android Open Source Project
#
# 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 ap... | Shell |
#!/bin/bash
#
# Copyright (C) 2007 The Android Open Source Project
#
# 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 ap... | Shell |
#!/bin/bash
#* Byte-oriented AES-256 implementation.
#* All lookup tables replaced with 'on the fly' calculations.
#*
#* In bash version, lookup tables are retained and 2 others added.
#*
#* Copyright (c) 2007-2009 Ilya O. Levin, http://www.literatecode.com
#* Other contributors: Hal Finney
#*
#* Bash vers... | Shell |
#!/bin/bash
#* Byte-oriented AES-256 implementation.
#* All lookup tables replaced with 'on the fly' calculations.
#*
#* In bash version, lookup tables are retained and 2 others added.
#*
#* Copyright (c) 2007-2009 Ilya O. Levin, http://www.literatecode.com
#* Other contributors: Hal Finney
#*
#* Bash vers... | Shell |
gcc -O3 -std=gnu99 -ffast-math ../src/cp*.c ../src/chipmunk.c ./*.c -I../src -lGL -lglut -o chipmunk_demos
| Shell |
gcc -O3 -std=gnu99 -ffast-math ../src/cp*.c ../src/chipmunk.c ./*.c -I../src -lGL -lglut -o chipmunk_demos
| Shell |
gcc -O3 -ffast-math ../cp*.c ../chipmunk.c ./*.c -I.. -lGL -lglut -o chipmunk_demos
| Shell |
gcc -O3 ../chipmunk.c ../cpArbiter.c ../cpArray.c ../cpBB.c ../cpBody.c ../cpCollision.c ../cpHashSet.c ../cpPoly.c ../cpShape.c ../cpSpace.c ../cpSpaceHash.c ../cpVect.c Demo1.c Demo2.c Demo3.c Demo4.c Demo5.c Demo6.c main.c -I.. -lGL -lglut -o chipmunk_demos
| Shell |
gcc -O3 -std=gnu99 -ffast-math ../src/cp*.c ../src/chipmunk.c ./*.c -I../src -lGL -lglut -o chipmunk_demos
| Shell |
gcc -O3 ../chipmunk.c ../cpArbiter.c ../cpArray.c ../cpBB.c ../cpBody.c ../cpCollision.c ../cpHashSet.c ../cpPoly.c ../cpShape.c ../cpSpace.c ../cpSpaceHash.c ../cpVect.c Demo1.c Demo2.c Demo3.c Demo4.c Demo5.c Demo6.c main.c -I.. -lGL -lglut -o chipmunk_demos
| Shell |
gcc -O3 -std=gnu99 -ffast-math ../src/cp*.c ../src/chipmunk.c ./*.c -I../src -lGL -lglut -o chipmunk_demos
| Shell |
#!/bin/bash
cd Aerosol.app/Contents/Resources
../MacOS/Aerosol $@ | Shell |
#!/bin/bash
cd Aerosol.app/Contents/Resources
../MacOS/Aerosol $@ | Shell |
gcc makefont.c ../macosx/SDLMain.m -framework Cocoa -framework SDL -framework SDL_TTF -I /Library/Frameworks/SDL.framework/Headers/ -I /Library/Frameworks/SDL_ttf.framework/Headers/ -o makefont | Shell |
pushd external/Chipmunk
scons ruby
popd
pushd external/Photon
scons ruby
popd
scons
rm -rf Aerosol.app
mkdir -p Aerosol.app/Contents/Frameworks
mkdir -p Aerosol.app/Contents/MacOS
mkdir -p Aerosol.app/Contents/Resources
cp -r macosx/universal_libs/*.framework Aerosol.app/Contents/Frameworks
cp -r ruby Aerosol.app/... | Shell |
#!/bin/bash
CP=`ls lib/*.jar|tr '\n' ':'`
# Tatoeba indexing uses quite a lot of memory on Linux 64bit
JAVA_OPTS=-Xmx1024m
java $JAVA_OPTS -cp $CP sk.baka.aedict.indexer.Main "$@"
| Shell |
#!/bin/bash
cd ..
# Index Edict
# We need edict.gz to be present locally, for Tanaka/Tatoeba parsing
wget http://ftp.monash.edu.au/pub/nihongo/edict.gz || exit 1
./ai.sh -f edict.gz -g --upload || exit 1
# Index Kanjidic
./ai.sh -d -k --upload || exit 1
# Index Tanaka
./ai.sh -d -t --upload || exit 1
# Index Tatoeb... | Shell |
#!/bin/sh
aclocal -I m4
autoheader
libtoolize -f -c --automake
automake --foreign -c -a
autoconf
| Shell |
#!/bin/sh
if [[ -z $ADB ]]; then ADB=adb; fi
./kill_process.sh
$ADB shell rm -r /data/data/com.google.android.apps.iosched/* | Shell |
#!/bin/sh
if [[ -z $ADB ]]; then ADB=adb; fi
$ADB shell am force-stop com.google.android.apps.iosched
| Shell |
#!/bin/sh
if [[ -z $ADB ]]; then ADB=adb; fi
$ADB shell "echo '$*' | sqlite3 -header -column /data/data/com.google.android.apps.iosched/databases/schedule.db" | Shell |
#!/bin/sh
# Sessions list
#adb shell am start -a android.intent.action.VIEW -d content://com.google.android.apps.iosched/tracks/android/sessions
# Vendors list
#adb shell am start -a android.intent.action.VIEW -d content://com.google.android.apps.iosched/tracks/android/vendors
# Session detail
#adb shell am start -a... | Shell |
#!/bin/sh
if [[ -z $ADB ]]; then ADB=adb; fi
MAC_UNAME="Darwin"
if [[ "`uname`" == ${MAC_UNAME} ]]; then
DATE_FORMAT="%Y-%m-%dT%H:%M:%S"
else
DATE_FORMAT="%Y-%m-%d %H:%M:%S"
fi
if [ -z "$1" ]; then
NOW_DATE=$(date "+${DATE_FORMAT}")
echo Please provide a mock time in the format \"${NOW_DATE}\" or \"d\" to del... | Shell |
#!/bin/sh
adb shell cat /data/data/com.google.android.apps.iosched/shared_prefs/com.google.android.apps.iosched_preferences.xml | xmllint --format - | Shell |
#!/bin/sh
# Remember VERBOSE only works on debug builds of the app
adb shell setprop log.tag.iosched_SyncHelper VERBOSE
adb shell setprop log.tag.iosched_SessionsHandler VERBOSE
adb shell setprop log.tag.iosched_ImageCache VERBOSE
adb shell setprop log.tag.iosched_ImageWorker VERBOSE
adb shell setprop log.tag.iosched_I... | Shell |
#!/bin/sh
adb shell pm clear com.google.android.apps.iosched | Shell |
#!/bin/sh
if [[ -z $ADB ]]; then ADB=adb; fi
$ADB shell am start \
-a android.intent.action.MAIN \
-c android.intent.category.LAUNCHER \
-n com.google.android.apps.iosched/.ui.HomeActivity
| Shell |
#! /bin/bash
# This bash script has been created by Diego Massanti
# www.massanti.com
#
# set -x # uncomment this for debugging
shopt -s nullglob # so the glob expands to nothing when there are no .mov files.
# User settings:
fileext=".mov" # Set this variable to the video file extension that you want to search for ... | Shell |
#! /bin/bash
# This bash script has been created by Diego Massanti
# www.massanti.com
#
# set -x # uncomment this for debugging
shopt -s nullglob # so the glob expands to nothing when there are no .mov files.
# User settings:
fileext=".mov" # Set this variable to the video file extension that you want to search for ... | Shell |
#! /bin/bash
# Binary of the Texturepacker:
TEXTUREPACKER_BINARY=/usr/local/bin/TexturePacker
# Shared Spritesheet-Output-Definitions:
SPRITESHEET_OUTPUT_DIRECTORY="../assets/gfx/spritesheets/"
SPRITESHEET_OUTPUT_JAVAIDS_PACKAGE="org.anddev.andengine.examples.spritesheets"
SPRITESHEET_OUTPUT_JAVAIDS_DIRECTORY="../src... | Shell |
#!/bin/sh
# Time-stamp: <05/08/09 14:41:27 ostolop>
# Initial data creation and loading script. Not tested on Oracle!
USAGE="Usage: init_data.sh ORACLE|POSTGRES DB|SID HOST USER"
if [ -z $1 ]
then
echo $USAGE
exit;
fi
PLATFORM=$1
DB=$2
HOST=$3
USER=$4
if [ "$HOST" ]
then
HOST="-h $HOST";
fi
if [ -z "$... | Shell |
#!/bin/sh
# Time-stamp: <05/08/09 14:41:27 ostolop>
# Initial data creation and loading script. Not tested on Oracle!
USAGE="Usage: init_data.sh ORACLE|POSTGRES DB|SID HOST USER"
if [ -z $1 ]
then
echo $USAGE
exit;
fi
PLATFORM=$1
DB=$2
HOST=$3
USER=$4
if [ "$HOST" ]
then
HOST="-h $HOST";
fi
if [ -z "$... | Shell |
if [ $# -ne 1 ] # Correct number of arguments passed to script?
then
echo "Usage: `basename $0` filename"
exit
fi
# setup global variables
# Sadly java 1.5.0 does not work with this script, so make sure
# you're using java 1.4.x
if [ $JAVA_HOME = "" ]; then
JAVA_HOME=/usr/java/jdk1.5.0_04
fi
DOCBOOK="/usr/s... | Shell |
#!/bin/bash
numprocs=`ps ax | grep -c 'Xvfb \:2'`
if [ $numprocs -eq 0 ]; then
echo Oops, restarting Xvfb...
/usr/X11R6/bin/Xvfb :2 1> /dev/null 2> /dev/null &
fi
| Shell |
#!/bin/bash
numprocs=`ps ax | grep -c 'Xvfb \:2'`
if [ $numprocs -eq 0 ]; then
echo Oops, restarting Xvfb...
/usr/X11R6/bin/Xvfb :2 1> /dev/null 2> /dev/null &
fi
| Shell |
#!/bin/sh
export CLASSPATH=.:dist/aerolith.jar:dist/mina-core.jar:dist/slf4j-api.jar:dist/slf4j-jdk14.jar:dist/mysql-connector-java-bin.jar
java -server -Dnet.sf.odinms.wzpath=wz/ server.Start | Shell |
#!/bin/sh
export CLASSPATH=.:dist/aerolith.jar:dist/mina-core.jar:dist/slf4j-api.jar:dist/slf4j-jdk14.jar:dist/mysql-connector-java-bin.jar
java -server -Dnet.sf.odinms.wzpath=wz/ server.Start | Shell |
#!/bin/sh
export CLASSPATH=.:dist/aerolith.jar:dist/mina-core.jar:dist/slf4j-api.jar:dist/slf4j-jdk14.jar:dist/mysql-connector-java-bin.jar:dist/bcprov-jdk16-145.jar
java -server -Dnet.sf.odinms.wzpath=wz/ tools.wztosql.DumpMobSkills | Shell |
#!/bin/sh
export CLASSPATH=.:dist/aerolith.jar:dist/mina-core.jar:dist/slf4j-api.jar:dist/slf4j-jdk14.jar:dist/mysql-connector-java-bin.jar:dist/bcprov-jdk16-145.jar
java -server -Dnet.sf.odinms.wzpath=wz/ tools.wztosql.DumpQuests | Shell |
#!/bin/sh
export CLASSPATH=.:dist/aerolith.jar:dist/mina-core.jar:dist/slf4j-api.jar:dist/slf4j-jdk14.jar:dist/mysql-connector-java-bin.jar
java -server -Dnet.sf.odinms.wzpath=wz/ tools.wztosql.DumpItems | Shell |
#!/bin/sh
export CLASSPATH=.:dist/aerolith.jar:dist/mina-core.jar:dist/slf4j-api.jar:dist/slf4j-jdk14.jar:dist/mysql-connector-java-bin.jar:dist/bcprov-jdk16-145.jar
java -server -Dnet.sf.odinms.wzpath=wz/ tools.wztosql.DumpMobSkills | Shell |
#!/bin/sh
export CLASSPATH=.:dist/aerolith.jar:dist/mina-core.jar:dist/slf4j-api.jar:dist/slf4j-jdk14.jar:dist/mysql-connector-java-bin.jar
java -server -Dnet.sf.odinms.wzpath=wz/ tools.wztosql.DumpItems | Shell |
#!/bin/sh
export CLASSPATH=.:dist/aerolith.jar:dist/mina-core.jar:dist/slf4j-api.jar:dist/slf4j-jdk14.jar:dist/mysql-connector-java-bin.jar:dist/bcprov-jdk16-145.jar
java -server -Dnet.sf.odinms.wzpath=wz/ tools.wztosql.DumpQuests | Shell |
#!/bin/bash -e
BOOST_DIR=${HOME}/dev/lib/boost_1_36_0/
YASMIC_DIR=.
source ccfiles.sh
OFILES=`echo ${CCFILES} | sed -e 's/\.cc/\.o/g'`
CFLAGS="-O2 -fPIC -c -I${BOOST_DIR} -I${YASMIC_DIR}"
CFLAGS="-g -fPIC -c -I${BOOST_DIR} -I${YASMIC_DIR}"
function echocmd {
echo $@
$@
}
for file in ${CCFILES}; do
echocmd g++-3... | Shell |
#!/bin/bash -e
CCFILES="components.cc max_flow.cc orderings.cc searches.cc shortest_path.cc
spanning_trees.cc statistics.cc layouts.cc planar.cc"
| Shell |
#!/bin/bash -e
BOOST_DIR=${HOME}/dev/lib/boost_1_36_0/
YASMIC_DIR=.
source ccfiles.sh
OFILES=`echo ${CCFILES} | sed -e 's/\.cc/\.o/g'`
CFLAGS="-O2 -c -I${BOOST_DIR} -I${YASMIC_DIR}"
#CFLAGS="-g -c -I${BOOST_DIR} -I${YASMIC_DIR}"
function echocmd {
echo $@
$@
}
for file in ${CCFILES}; do
echocmd g++-3.3 $CFLAGS $... | Shell |
#!/bin/bash -e
BOOST_DIR=${HOME}/dev/lib/boost_1_36_0/
YASMIC_DIR=.
source ccfiles.sh
OFILES=`echo ${CCFILES} | sed -e 's/\.cc/\.o/g'`
CFLAGS="-O2 -c -I${BOOST_DIR} -I${YASMIC_DIR}"
function echocmd {
echo $@
$@
}
for file in ${CCFILES}; do
echocmd g++ $CFLAGS $file
done
echocmd ar rc libmbgl-macosx-ppc-32.a $... | Shell |
#!/bin/bash -e
BOOST_DIR=${HOME}/dev/lib/boost_1_36_0/
YASMIC_DIR=.
source ccfiles.sh
OFILES=`echo ${CCFILES} | sed -e 's/\.cc/\.o/g'`
CFLAGS="-O2 -fPIC -c -I${BOOST_DIR} -I${YASMIC_DIR}"
CFLAGS="-g -fPIC -c -I${BOOST_DIR} -I${YASMIC_DIR}"
function echocmd {
echo $@
$@
}
for file in ${CCFILES}; do
echocmd g++-3... | Shell |
#!/bin/bash -e
CCFILES="components.cc max_flow.cc orderings.cc searches.cc shortest_path.cc
spanning_trees.cc statistics.cc layouts.cc planar.cc"
| Shell |
#!/bin/bash -e
BOOST_DIR=${HOME}/dev/lib/boost_1_36_0/
YASMIC_DIR=.
source ccfiles.sh
OFILES=`echo ${CCFILES} | sed -e 's/\.cc/\.o/g'`
CFLAGS="-O2 -c -I${BOOST_DIR} -I${YASMIC_DIR}"
function echocmd {
echo $@
$@
}
for file in ${CCFILES}; do
echocmd g++ $CFLAGS $file
done
echocmd ar rc libmbgl-macosx-intel-32.a... | Shell |
#!/bin/bash -e
BOOST_DIR=${HOME}/dev/lib/boost_1_36_0/
YASMIC_DIR=.
source ccfiles.sh
OFILES=`echo ${CCFILES} | sed -e 's/\.cc/\.o/g'`
CFLAGS="-O2 -DMATLAB_BGL_LARGE_ARRAYS -fPIC -c -I${BOOST_DIR} -I${YASMIC_DIR}"
#CFLAGS="-g -W -DMATLAB_BGL_LARGE_ARRAYS -fPIC -c -I${BOOST_DIR} -I${YASMIC_DIR}"
function echocmd {
... | Shell |
#!/bin/bash -e
BOOST_DIR=${HOME}/dev/lib/boost_1_36_0/
YASMIC_DIR=.
source ccfiles.sh
OFILES=`echo ${CCFILES} | sed -e 's/\.cc/\.o/g'`
CFLAGS="-O2 -c -I${BOOST_DIR} -I${YASMIC_DIR}"
function echocmd {
echo $@
$@
}
for file in ${CCFILES}; do
echocmd g++ $CFLAGS $file
done
echocmd ar rc libmbgl-macosx-intel-32.a... | Shell |
#!/bin/bash -e
BOOST_DIR=${HOME}/dev/lib/boost_1_36_0/
YASMIC_DIR=.
source ccfiles.sh
OFILES=`echo ${CCFILES} | sed -e 's/\.cc/\.o/g'`
CFLAGS="-O2 -c -I${BOOST_DIR} -I${YASMIC_DIR}"
#CFLAGS="-g -c -I${BOOST_DIR} -I${YASMIC_DIR}"
function echocmd {
echo $@
$@
}
for file in ${CCFILES}; do
echocmd g++-3.3 $CFLAGS $... | Shell |
#!/bin/bash -e
BOOST_DIR=${HOME}/dev/lib/boost_1_36_0/
YASMIC_DIR=.
source ccfiles.sh
OFILES=`echo ${CCFILES} | sed -e 's/\.cc/\.o/g'`
CFLAGS="-O2 -c -I${BOOST_DIR} -I${YASMIC_DIR}"
function echocmd {
echo $@
$@
}
for file in ${CCFILES}; do
echocmd g++ $CFLAGS $file
done
echocmd ar rc libmbgl-macosx-ppc-32.a $... | Shell |
#!/bin/bash -e
BOOST_DIR=${HOME}/dev/lib/boost_1_36_0/
YASMIC_DIR=.
source ccfiles.sh
OFILES=`echo ${CCFILES} | sed -e 's/\.cc/\.o/g'`
CFLAGS="-O2 -DMATLAB_BGL_LARGE_ARRAYS -fPIC -c -I${BOOST_DIR} -I${YASMIC_DIR}"
#CFLAGS="-g -W -DMATLAB_BGL_LARGE_ARRAYS -fPIC -c -I${BOOST_DIR} -I${YASMIC_DIR}"
function echocmd {
... | Shell |
#!/bin/sh
# $Revision$
#############################################################
# Das große Backupskript für zu Hause
# Die sechste Inkarnation...
#############################################################
# $HeadURL$
# $Id$
#############################################################
# Settings & Lock
######... | Shell |
#!/bin/sh
# $Revision$
#############################################################
# Das große Backupskript für zu Hause
# Die sechste Inkarnation...
#############################################################
# $HeadURL$
# $Id$
#############################################################
# Settings & Lock
######... | Shell |
#!/bin/sh
# $Revision$
#############################################################
# Das große Backupskript für zu Hause
# Die sechste Inkarnation...
#############################################################
# $HeadURL$
# $Id$
#############################################################
# Settings & Lock
######... | Shell |
#!/bin/sh
# $Revision: 33 $
#############################################################
# Das große Backupskript für zu Hause
# Die sechste Inkarnation...
#############################################################
# $HeadURL: http://af6backup.googlecode.com/svn/trunk/af6kill.sh $
# $Id: af6kill.sh 33 2014-06-10 2... | Shell |
#!/bin/sh
# $Revision: 41 $
#############################################################
# Das große Backupskript für zu Hause
# Die sechste Inkarnation...
#############################################################
# $HeadURL: http://af6backup.googlecode.com/svn/trunk/af6backup.sh $
# $Id: af6backup.sh 41 2014-06-... | Shell |
#!/bin/sh
# $Revision: 33 $
#############################################################
# Das große Backupskript für zu Hause
# Die sechste Inkarnation...
#############################################################
# $HeadURL: http://af6backup.googlecode.com/svn/trunk/af6collect.sh $
# $Id: af6collect.sh 33 2014-0... | Shell |
#!/bin/sh
# $Revision: 41 $
#############################################################
# Das große Backupskript für zu Hause
# Die sechste Inkarnation...
#############################################################
# $Url$
#############################################################
# Settings & Lock
############... | Shell |
#!/bin/sh
# $Revision$
#############################################################
# Das große Backupskript für zu Hause
# Die sechste Inkarnation...
#############################################################
# $Url$
#############################################################
# Settings & Lock
#################... | Shell |
#!/bin/sh
#############################################################
# Das große Backupskript für zu Hause.
# Die fünfte Inkarnation...
#############################################################
# Settings & Lock
#############################################################
DATE=`date +%Y%m%d%H%M%S`
START=`date +... | Shell |
#!/bin/sh
# $Revision$
#############################################################
# Das große Backupskript für zu Hause
# Die sechste Inkarnation...
#############################################################
# $Url$
#############################################################
# Settings & Lock
#################... | Shell |
#!/bin/sh
# $Revision$
#############################################################
# Das große Backupskript für zu Hause
# Die sechste Inkarnation...
#############################################################
# $HeadURL$
# $Id$
#############################################################
# Settings & Lock
######... | Shell |
#!/bin/sh
# $Revision: 41 $
#############################################################
# Das große Backupskript für zu Hause
# Die sechste Inkarnation...
#############################################################
# $Url$
#############################################################
# Settings & Lock
############... | Shell |
#!/bin/sh
#############################################################
# Das große Backupskript für zu Hause.
# Die fünfte Inkarnation...
#############################################################
# Settings & Lock
#############################################################
DATE=`date +%Y%m%d%H%M%S`
START=`date +... | Shell |
#!/bin/sh
# $Revision: 41 $
#############################################################
# Das große Backupskript für zu Hause
# Die sechste Inkarnation...
#############################################################
# $HeadURL: http://af6backup.googlecode.com/svn/trunk/old/af6retention.sh $
# $Id: af6retention.sh 4... | Shell |
#! /bin/sh
gcc -Wall -g -c -O3 -arch i386 -DTRACE_KAT_MCT -DINTERMEDIATE_VALUE_KAT -o rijndael-api-fst.o rijndael-api-fst.c
gcc -Wall -g -c -O3 -arch i386 -DTRACE_KAT_MCT -DINTERMEDIATE_VALUE_KAT -o rijndael-alg-fst.o rijndael-alg-fst.c
gcc -o aes.dylib -dynamiclib -arch i386 rijndael-alg-fst.o rijndael-api-fst.o
sudo ... | Shell |
#! /bin/sh
gcc -Wall -O3 -DTRACE_KAT_MCT -DINTERMEDIATE_VALUE_KAT -c -o rijndael-api-fst.o rijndael-api-fst.c
gcc -Wall -O3 -DTRACE_KAT_MCT -DINTERMEDIATE_VALUE_KAT -c -o rijndael-alg-fst.o rijndael-alg-fst.c
gcc -o aes.so -shared rijndael-alg-fst.o rijndael-api-fst.o
sudo cp aes.so /usr/local/lib/
| Shell |
#!/bin/sh
export CLASSPATH=.:dist/aeroscape.jar:lib/mina-core.jar:lib/slf4j-api.jar:lib/slf4j-jdk14.jar
java -Xmx100m com.rs2.aero.Main | Shell |
#!/bin/sh
export CLASSPATH=.:dist/aeroscape.jar:lib/mina-core.jar:lib/slf4j-api.jar:lib/slf4j-jdk14.jar
java -Xmx100m com.rs2.aero.Main | Shell |
#!/usr/bin/env bash
# Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
# For licensing, see LICENSE.html or http://ckeditor.com/license
# Use this file to quickly run the sample under Linux.
adl application.xml ../../
| Shell |
#!/usr/bin/env bash
# Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
# For licensing, see LICENSE.html or http://ckeditor.com/license
# Use this file to quickly run the sample under Linux.
adl application.xml ../../
| Shell |
#!/usr/bin/env bash
# Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
# For licensing, see LICENSE.html or http://ckeditor.com/license
# Use this file to quickly run the sample under Linux.
adl application.xml ../../
| Shell |
#!/usr/bin/env bash
# Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
# For licensing, see LICENSE.html or http://ckeditor.com/license
# Use this file to quickly run the sample under Linux.
adl application.xml ../../
| Shell |
#!/bin/bash
curl -O http://tesseract-ocr.googlecode.com/files/tesseract-ocr-3.02.eng.tar.gz
tar -zxvf tesseract-ocr-3.02.eng.tar.gz
rm -f tesseract-ocr-3.02.eng.tar.gz
mkdir data
mv tesseract-ocr data/tesseract
adb push data/ /sdcard/
adb shell sync
| Shell |
#!/bin/bash
curl -O https://tesseract-ocr.googlecode.com/files/tesseract-ocr-3.02.02.tar.gz
curl -O http://leptonica.googlecode.com/files/leptonica-1.69.tar.gz
tar -zxvf tesseract-ocr-3.02.02.tar.gz
tar -zxvf leptonica-1.69.tar.gz
rm -f tesseract-ocr-3.02.02.tar.gz
rm -f leptonica-1.69.tar.gz
mv tesseract-ocr jni/com_g... | Shell |
#! /bin/bash
# Binary of the Texturepacker:
TEXTUREPACKER_BINARY=/usr/local/bin/TexturePacker
# Shared Spritesheet-Output-Definitions:
SPRITESHEET_OUTPUT_DIRECTORY="../assets/gfx/spritesheets/"
SPRITESHEET_OUTPUT_JAVAIDS_PACKAGE="org.anddev.andengine.examples.spritesheets"
SPRITESHEET_OUTPUT_JAVAIDS_DIRECTORY="../src... | Shell |
#!/bin/bash
# Copyright 2012 Google Inc. All Rights Reserved.
# 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... | Shell |
#!/bin/bash
dir=$(dirname "$0")
exec "${dir}"/gbaemu "$@"
| Shell |
#!/bin/bash
dir=$(dirname "$0")
exec "${dir}"/nesemu "$@"
| Shell |
#!/bin/bash
dir=$(dirname "$0")
exec "${dir}"/2600emu "$@"
| Shell |
#!/bin/bash
dir=$(dirname "$0")
exec "${dir}"/mdemu "$@"
| Shell |
#!/bin/bash
dir=$(dirname "$0")
exec "${dir}"/gbcemu "$@"
| Shell |
#!/bin/bash
dir=$(dirname "$0")
exec "${dir}"/pceemu "$@"
| Shell |
#!/bin/bash
dir=$(dirname "$0")
exec "${dir}"/msxemu "$@"
| Shell |
#!/bin/sh
# Run this to set up the build system: configure, makefiles, etc.
# (based on the version in enlightenment's cvs)
package="vorbisdec"
olddir=`pwd`
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
cd "$srcdir"
DIE=0
echo "checking for autoconf... "
(autoconf --version) < /dev/null > /dev/null 2>&1 || {
... | Shell |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.