code stringlengths 1 1.96M | language stringclasses 1
value |
|---|---|
ant release
./sign.sh
| Shell |
rm debug.keystore
keytool -genkey -v -keystore debug.keystore -alias iniline -keyalg RSA -VALIDITY 10000
| Shell |
jarsigner -verbose -keystore ./keystore/debug.keystore -storepass iniline -keypass iniline \
-signedjar ./bin/Moojigae-release-signed.apk \
./bin/Moojigae-release-unsigned.apk \
iniline
| Shell |
ant release
./sign.sh
| Shell |
rm debug.keystore
keytool -genkey -v -keystore debug.keystore -alias iniline -keyalg RSA -VALIDITY 10000
| Shell |
jarsigner -verbose -keystore ./keystore/debug.keystore -storepass iniline -keypass iniline \
-signedjar ./bin/Moojigae-release-signed.apk \
./bin/Moojigae-release-unsigned.apk \
iniline
| Shell |
ant release
./sign.sh
| Shell |
rm debug.keystore
keytool -genkey -v -keystore debug.keystore -alias iniline -keyalg RSA -VALIDITY 10000
| Shell |
jarsigner -verbose -keystore ./keystore/debug.keystore -storepass iniline -keypass iniline \
-signedjar ./bin/Moojigae-release-signed.apk \
./bin/Moojigae-release-unsigned.apk \
iniline
| Shell |
ant release
./sign.sh
| Shell |
rm debug.keystore
keytool -genkey -v -keystore debug.keystore -alias iniline -keyalg RSA -VALIDITY 10000
| Shell |
jarsigner -verbose -keystore ./keystore/debug.keystore -storepass iniline -keypass iniline \
-signedjar ./bin/Moojigae-release-signed.apk \
./bin/Moojigae-release-unsigned.apk \
iniline
| Shell |
ant release
./sign.sh
| Shell |
rm debug.keystore
keytool -genkey -v -keystore debug.keystore -alias iniline -keyalg RSA -VALIDITY 10000
| Shell |
jarsigner -verbose -keystore ./keystore/debug.keystore -storepass iniline -keypass iniline \
-signedjar ./bin/Moojigae-release-signed.apk \
./bin/Moojigae-release-unsigned.apk \
iniline
| Shell |
ant release
./sign.sh
| Shell |
#!/bin/bash
# Run this from the terminal inside a drupal root folder
# i.e. DRUPAL_ROOT_DIR/sites/all/modules/contrib/ctools/tests/ctools.drush.sh
function stamp {
echo ==============
echo timestamp : `date`
echo ==============
}
DRUPAL_ROOT=`drush dd`
MODULE_DIR="$DRUPAL_ROOT/sites/all/modules"
MODULE_NAME="c... | Shell |
#!/bin/bash
# Run this from the terminal inside a drupal root folder
# i.e. DRUPAL_ROOT_DIR/sites/all/modules/contrib/ctools/tests/ctools.drush.sh
function stamp {
echo ==============
echo timestamp : `date`
echo ==============
}
DRUPAL_ROOT=`drush dd`
MODULE_DIR="$DRUPAL_ROOT/sites/all/modules"
MODULE_NAME="c... | 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 |
#!/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/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
#
# 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 ... | 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_BitmapCache VERBOSE
| Shell |
#!/bin/sh
adb shell pm clear com.google.android.apps.iosched | 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 |
#!/bin/bash
abspath="$(cd "${0%/*}" 2>/dev/null; echo "$PWD"/"${0##*/}")"
path_only=`dirname "$abspath"`
set rootPath=%path_only/../../
set logPath=%path_only/../log/
set repositoryUrl=https://70.190.2.54:8443/svn/amp/trunk
%path_only/privateSettings | Shell |
#!/bin/bash
abspath="$(cd "${0%/*}" 2>/dev/null; echo "$PWD"/"${0##*/}")"
path_only=`dirname "$abspath"`
set rootPath=%path_only/../../
set logPath=%path_only/../log/
set repositoryUrl=https://70.190.2.54:8443/svn/amp/trunk
%path_only/privateSettings | Shell |
#!/bin/bash
abspath="$(cd "${0%/*}" 2>/dev/null; echo "$PWD"/"${0##*/}")"
path_only=`dirname "$abspath"`
cd $path_only
$path_only/script/setSettings.bat
IF EXIST "%rootPath%trunk" (
echo ok
) else (
cd "%rootPath%"
svn co %repositoryUrl% --username %repositoryUserName% --password %repositoryPassword%
)
popd
| Shell |
#!/bin/bash
abspath="$(cd "${0%/*}" 2>/dev/null; echo "$PWD"/"${0##*/}")"
path_only=`dirname "$abspath"`
cd $path_only
$path_only/script/setSettings.bat
IF EXIST "%rootPath%trunk" (
echo ok
) else (
cd "%rootPath%"
svn co %repositoryUrl% --username %repositoryUserName% --password %repositoryPassword%
)
popd
| Shell |
#!/bin/sh
#
# This is a common dao with basic CRUD operations and is not limited to any
# persistent layer implementation
#
# Copyright (C) 2008 Imran M Yousuf (imyousuf@smartitengineering.com)
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser... | Shell |
#!/bin/sh
###
### Job name
#SBATCH --job-name=illumina
### Name of queue to submit to
###SBATCH --partition killing
### Time limit of total run time of the job
###SBATCH --time=20:00:00
### Number of processor cores
#SBATCH -n 40
#SBATCH --error=slurm-%j.err
#SBATCH --mail-type=FAIL
#SBATCH --mail-user=ams@bio.aau.dk
#... | Shell |
#!/bin/sh
###
### Job name
#SBATCH --job-name=illumina
### Name of queue to submit to
###SBATCH --partition killing
### Time limit of total run time of the job
###SBATCH --time=20:00:00
### Number of processor cores
#SBATCH -n 1
#SBATCH --error=slurm-%j.err
### The actual job execution
#gunzip ./data/A4-06_AAGCCAAT_L0... | Shell |
#!/bin/sh
###
### Job name
#SBATCH --job-name=illumina
### Name of queue to submit to
###SBATCH --partition killing
### Time limit of total run time of the job
###SBATCH --time=20:00:00
### Number of processor cores
#SBATCH -n 40
#SBATCH --error=slurm-%j.err
#SBATCH --mail-type=FAIL
#SBATCH --mail-user=ams@bio.aau.dk
#... | Shell |
#!/bin/sh
###
### Job name
#SBATCH --job-name=illumina
### Name of queue to submit to
###SBATCH --partition killing
### Time limit of total run time of the job
###SBATCH --time=20:00:00
### Number of processor cores
#SBATCH -n 40
#SBATCH --error=slurm-%j.err
#SBATCH --mail-type=FAIL
#SBATCH --mail-user=ams@bio.aau.dk
#... | Shell |
#!/bin/sh
###
### Job name
#SBATCH --job-name=illumina
### Name of queue to submit to
###SBATCH --partition killing
### Time limit of total run time of the job
###SBATCH --time=200:00:00
### Number of processor cores
#SBATCH -n 20
#SBATCH --error=slurm-%j.err
### The actual job execution
seqs='./data/A4-06_AAGCCAAT_L0... | Shell |
#!/bin/sh
otu='otu02'
seqs='../clean/TIT003_clean.fna'
cores='5'
map='/home/user/ams/Dropbox/projects/TIT003/mappingfile.txt'
param='custom_parameters.txt'
pick_otus_through_otu_table.py -i $seqs -o $otu -p $param -a -O $cores
summarize_taxa_through_plots.py -i $otu/otu_table.txt -o taxa_summary -m $map -p $param
e... | Shell |
#!/bin/sh
###
### Job name
#SBATCH --job-name=illumina
### Name of queue to submit to
###SBATCH --partition killing
### Time limit of total run time of the job
###SBATCH --time=20:00:00
### Number of processor cores
#SBATCH -n 40
#SBATCH --error=slurm-%j.err
#SBATCH --mail-type=FAIL
#SBATCH --mail-user=ams@bio.aau.dk
#... | Shell |
#!/bin/sh
###
### Job name
#SBATCH --job-name=illumina
### Name of queue to submit to
###SBATCH --partition killing
### Time limit of total run time of the job
###SBATCH --time=20:00:00
### Number of processor cores
#SBATCH -n 1
#SBATCH --error=slurm-%j.err
### The actual job execution
#gunzip ./data/A4-06_AAGCCAAT_L0... | Shell |
#!/bin/sh
###
### Job name
#SBATCH --job-name=illumina
### Name of queue to submit to
###SBATCH --partition killing
### Time limit of total run time of the job
###SBATCH --time=200:00:00
### Number of processor cores
#SBATCH -n 20
#SBATCH --error=slurm-%j.err
### The actual job execution
seqs='./data/A4-06_AAGCCAAT_L0... | Shell |
#!/bin/sh
otu='otu02'
seqs='../clean/TIT003_clean.fna'
cores='5'
map='/home/user/ams/Dropbox/projects/TIT003/mappingfile.txt'
param='custom_parameters.txt'
pick_otus_through_otu_table.py -i $seqs -o $otu -p $param -a -O $cores
summarize_taxa_through_plots.py -i $otu/otu_table.txt -o taxa_summary -m $map -p $param
e... | Shell |
#!/bin/bash
#
# Starts a basic web server on the port specified.
#
# ./serve.sh 3000 -> http://localhost:3000
#
# Copyright 2012 Eric Bidelman <ebidel@gmail.com>
port=$1
if [ $# -ne 1 ]
then
port=8000
fi
open http://localhost:$port/template.html && python -m SimpleHTTPServer $port;
| Shell |
#!/bin/sh
AMOCK_DIR=`dirname $0`/..
java -cp $AMOCK_DIR/lib/java/asm-all-3.0.jar:$CLASSPATH org.objectweb.asm.util.CheckClassAdapter "$@" | Shell |
#!/bin/sh
AMOCK_DIR=`dirname $0`/..
java -cp $AMOCK_DIR/lib/java/asm-all-3.0.jar:$CLASSPATH org.objectweb.asm.util.ASMifierClassVisitor "$@" | Shell |
#!/bin/bash
perl -nle 'print $1 if m!<className n="([\w/]+)">!' "$@" | \
grep -v '^java/' | \
grep -v '^javax/' | \
grep -v '^org/xml/' | \
grep -v '^com/sun/' | \
grep / | \
sort -u
| Shell |
#!/bin/sh
AMOCK_DIR=`dirname $0`/..
java -cp $AMOCK_DIR/lib/java/asm-all-3.0.jar:$CLASSPATH org.objectweb.asm.util.CheckClassAdapter "$@" | Shell |
#!/bin/sh
AMOCK_DIR=`dirname $0`/..
java -cp $AMOCK_DIR/lib/java/asm-all-3.0.jar:$CLASSPATH org.objectweb.asm.util.ASMifierClassVisitor "$@" | Shell |
#!/bin/bash
perl -nle 'print $1 if m!<className n="([\w/]+)">!' "$@" | \
grep -v '^java/' | \
grep -v '^javax/' | \
grep -v '^org/xml/' | \
grep -v '^com/sun/' | \
grep / | \
sort -u
| Shell |
#!/bin/sh
./manage.py loaddata ams/fixtures/sample_users.xml
./manage.py loaddata dict/fixtures/sample_data.xml
./manage.py loaddata ams/fixtures/sample_data.xml
./manage.py loaddata payment/fixtures/sample_data.xml
| Shell |
#!/bin/sh
./manage.py loaddata ams/fixtures/sample_users.xml
./manage.py loaddata dict/fixtures/initial_data.xml
./manage.py loaddata payment/fixtures/initial_data.xml
| Shell |
#!/bin/sh
cd ams
../manage.py compilemessages
cd ..
cd core
../manage.py compilemessages
cd ..
cd dict
../manage.py compilemessages
cd ..
cd payment
../manage.py compilemessages
cd ..
cd reports
../manage.py compilemessages
cd ..
cd feeds
../manage.py compilemessages
cd ..
cd cms
../manage.py compilemessages
| Shell |
#!/bin/sh
./manage.py dumpdata --format=xml --indent=2 dict.Language > dict/fixtures/initial_data.xml
./manage.py dumpdata --format=xml --indent=2 payment.PaymentPolicy > payment/fixtures/initial_data.xml
| Shell |
#!/bin/sh
./manage.py loaddata ams/fixtures/sample_users.xml
./manage.py loaddata dict/fixtures/initial_data.xml
./manage.py loaddata payment/fixtures/initial_data.xml
| Shell |
#!/bin/sh
cd ams
../manage.py compilemessages
cd ..
cd core
../manage.py compilemessages
cd ..
cd dict
../manage.py compilemessages
cd ..
cd payment
../manage.py compilemessages
cd ..
cd reports
../manage.py compilemessages
cd ..
cd feeds
../manage.py compilemessages
cd ..
cd cms
../manage.py compilemessages
| Shell |
#!/bin/sh
./manage.py dumpdata --format=xml --indent=2 ams.Advertizer ams.Ad ams.AdTag > ams/fixtures/sample_data.xml
./manage.py dumpdata --format=xml --indent=2 auth.User > ams/fixtures/sample_users.xml
./manage.py dumpdata --format=xml --indent=2 dict.Language dict.Term > dict/fixtures/sample_data.xml
./manage.py d... | Shell |
#!/bin/sh
cd ams
echo "Message files for AMS"
../manage.py makemessages --extension=html,py --locale=fa
../manage.py makemessages --extension=html,py --locale=en
cd ..
cd core
echo "Message files for Core"
../manage.py makemessages --extension=html,py --locale=fa
../manage.py makemessages --extension=html,py --locale... | Shell |
#!/bin/sh
./manage.py loaddata ams/fixtures/sample_users.xml
./manage.py loaddata dict/fixtures/sample_data.xml
./manage.py loaddata ams/fixtures/sample_data.xml
./manage.py loaddata payment/fixtures/sample_data.xml
| Shell |
#!/bin/sh
target="localhost:8000"
if [ $# -gt 0 ];
then
target="$1"
fi
./manage.py runserver $target
| Shell |
#!/bin/sh
./manage.py dumpdata --format=xml --indent=2 dict.Language > dict/fixtures/initial_data.xml
./manage.py dumpdata --format=xml --indent=2 payment.PaymentPolicy > payment/fixtures/initial_data.xml
| Shell |
#!/bin/sh
cd ams
echo "Message files for AMS"
../manage.py makemessages --extension=html,py --locale=fa
../manage.py makemessages --extension=html,py --locale=en
cd ..
cd core
echo "Message files for Core"
../manage.py makemessages --extension=html,py --locale=fa
../manage.py makemessages --extension=html,py --locale... | Shell |
#!/bin/sh
./manage.py dumpdata --format=xml --indent=2 ams.Advertizer ams.Ad ams.AdTag > ams/fixtures/sample_data.xml
./manage.py dumpdata --format=xml --indent=2 auth.User > ams/fixtures/sample_users.xml
./manage.py dumpdata --format=xml --indent=2 dict.Language dict.Term > dict/fixtures/sample_data.xml
./manage.py d... | Shell |
#!/bin/sh
target="localhost:8000"
if [ $# -gt 0 ];
then
target="$1"
fi
./manage.py runserver $target
| Shell |
#!/bin/sh
./manage.py loaddata ams/fixtures/sample_users.xml
./manage.py loaddata dict/fixtures/sample_data.xml
./manage.py loaddata ams/fixtures/sample_data.xml
./manage.py loaddata payment/fixtures/sample_data.xml
| Shell |
#!/bin/sh
./manage.py loaddata ams/fixtures/sample_users.xml
./manage.py loaddata dict/fixtures/initial_data.xml
./manage.py loaddata payment/fixtures/initial_data.xml
| Shell |
#!/bin/bash
./manage.py sqlall contenttypes > db.sql
./manage.py sqlall sessions >> db.sql
./manage.py sqlall sites >> db.sql
./manage.py sqlall auth >> db.sql
./manage.py sqlall messages >> db.sql
./manage.py sqlall admin >> db.sql
./manage.py sqlall socialauth >> db.sql
./manage.py sqlall openid_consumer >> db.sql
... | Shell |
#!/bin/sh
./manage.py dumpdata --format=xml --indent=2 dict.Language > dict/fixtures/initial_data.xml
./manage.py dumpdata --format=xml --indent=2 payment.PaymentPolicy > payment/fixtures/initial_data.xml
| Shell |
#!/bin/sh
./manage.py loaddata ams/fixtures/sample_users.xml
./manage.py loaddata dict/fixtures/initial_data.xml
./manage.py loaddata payment/fixtures/initial_data.xml
| Shell |
#!/bin/bash
echo "Running debugging email server on localhost:1025"
python -m smtpd -n -c DebuggingServer localhost:1025
| Shell |
#!/bin/sh
./manage.py dumpdata --format=xml --indent=2 ams.Advertizer ams.Ad ams.AdTag > ams/fixtures/sample_data.xml
./manage.py dumpdata --format=xml --indent=2 auth.User > ams/fixtures/sample_users.xml
./manage.py dumpdata --format=xml --indent=2 dict.Language dict.Term > dict/fixtures/sample_data.xml
./manage.py d... | Shell |
#!/bin/bash
./manage.py sqlall contenttypes > db.sql
./manage.py sqlall sessions >> db.sql
./manage.py sqlall sites >> db.sql
./manage.py sqlall auth >> db.sql
./manage.py sqlall messages >> db.sql
./manage.py sqlall admin >> db.sql
./manage.py sqlall socialauth >> db.sql
./manage.py sqlall openid_consumer >> db.sql
... | Shell |
#!/bin/sh
./manage.py loaddata ams/fixtures/sample_users.xml
./manage.py loaddata dict/fixtures/sample_data.xml
./manage.py loaddata ams/fixtures/sample_data.xml
./manage.py loaddata payment/fixtures/sample_data.xml
| Shell |
#!/bin/sh
target="localhost:8000"
if [ $# -gt 0 ];
then
target="$1"
fi
./manage.py runserver $target
| Shell |
#!/bin/sh
./manage.py dumpdata --format=xml --indent=2 dict.Language > dict/fixtures/initial_data.xml
./manage.py dumpdata --format=xml --indent=2 payment.PaymentPolicy > payment/fixtures/initial_data.xml
| Shell |
#!/bin/sh
./manage.py dumpdata --format=xml --indent=2 ams.Advertizer ams.Ad ams.AdTag > ams/fixtures/sample_data.xml
./manage.py dumpdata --format=xml --indent=2 auth.User > ams/fixtures/sample_users.xml
./manage.py dumpdata --format=xml --indent=2 dict.Language dict.Term > dict/fixtures/sample_data.xml
./manage.py d... | Shell |
#!/bin/sh
target="localhost:8000"
if [ $# -gt 0 ];
then
target="$1"
fi
./manage.py runserver $target
| Shell |
#!/bin/bash
echo "Running debugging email server on localhost:1025"
python -m smtpd -n -c DebuggingServer localhost:1025
| Shell |
#!/bin/bash
for file in `ls *.so.*`
do
rm -f ${file/.?.?/}
ln -s $file ${file/.?.?/}
done
| Shell |
#!/bin/bash
for file in `ls *.so.*`
do
rm -f ${file/.?.?/}
ln -s $file ${file/.?.?/}
done
| Shell |
#!/bin/sh
if [ ! -e icons ]; then
echo "You must run this script in the scripts directory."
exit 1
fi
name=$1
echo "Using iconset $name.png"
if [ ! -e "icons/${name}_150.png" ]; then
echo "Icon set does not exist."
echo "usage: set_icons.sh quill"
exit 1
fi
cp "icons/${name}_150.png" ../res/drawable/icon... | Shell |
#!/bin/sh
cat toolbox.xml | \
sed 's/Left/XXXXX/g' | \
sed 's/Right/Left/g' | \
sed 's/XXXXX/Right/g' | \
sed 's/toolbox_undo/XXXXX/g' | \
sed 's/toolbox_redo/toolbox_undo/g' | \
sed 's/XXXXX/toolbox_redo/g' | \
sed 's/toolbox_next/XXXXX/g' | \
sed 's/toolbox_prev/toolbox_next/g' | \
... | Shell |
#!/bin/sh
pushd /home/vbraun/Eclipse/workspace/Quill
javah -jni -d jni -classpath bin/classes org.libharu.Document
javah -jni -d jni -classpath bin/classes org.libharu.Page
javah -jni -d jni -classpath bin/classes org.libharu.Font
javah -jni -d jni -classpath bin/classes org.libharu.Image
/home/vbraun/opt/android-n... | Shell |
# Generated from ltmain.m4sh.
# ltmain.sh (GNU libtool) 2.2.6b
# Written by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, 2007 2008 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# ... | Shell |
#! /bin/sh
# depcomp - compile a program generating dependencies as side-effects
scriptversion=2007-03-29.01
# Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006, 2007 Free Software
# Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public ... | Shell |
#! /bin/sh
# Common stub for a few missing GNU programs while installing.
scriptversion=2009-04-28.21; # UTC
# Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006,
# 2008, 2009 Free Software Foundation, Inc.
# Originally by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996.
# This program is free softw... | Shell |
#/bin/sh
./configure --system-name=GCC
mv Makefile script/Makefile.gcc
./configure --system-name=GCC --shared
mv Makefile script/Makefile.gcc_so
./configure --system-name=CYGWIN
mv Makefile script/Makefile.cygwin
./configure --system-name=CYGWIN --shared
mv Makefile script/Makefile.cygwin_dll
./configure --system-name... | Shell |
#!/bin/sh
#
# make resource files for each platforms
#
_VERSION2=$(grep VERSION include/hpdf_consts.h | awk '{print $3}' | sed 's/"//g')".0"
_VERSION1=$(grep VERSION include/hpdf_consts.h | awk '{print $3}' | sed 's/"//g;s/\./,/g')",0"
_COMPILER=""
which windres
if [ $? -ne 0 ]; then
echo "windres does not exist."
... | Shell |
#!/bin/sh
# install - install a program, script, or datafile
scriptversion=2009-04-28.21; # UTC
# This originates from X11R5 (mit/util/scripts/install.sh), which was
# later released in X11R6 (xc/config/util/install.sh) with the
# following copyright and license.
#
# Copyright (C) 1994 X Consortium
#
# Permission is ... | Shell |
#!/bin/sh
eval `grep '^HPDF_EXTRA_VERSION=' configure.in`
case "$HPDF_EXTRA_VERSION" in
*-dev)
rebuildok=1
;;
*)
rebuildok=0
;;
esac
cvsclean=0
while test $# -gt 0; do
if test "$1" = "--force"; then
rebuildok=1
echo "Forcing buildconf"
fi
if test "$1" = "--clean"; then
cvsclean=... | Shell |
#!/bin/bash
pyuic4 ui/mainWindow.ui > mainWindow.py
pyrcc4 -o mainWindow_rc.py ui/mainWindow.qrc
| 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
################################################################################
#
# Bake is a shell script for running CakePHP bake script
# PHP versions 4 and 5
#
# CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
# Copyright 2005-2011, Cake Software Foundation, Inc.
#
# Licensed under The ... | Shell |
#!/bin/bash
################################################################################
#
# Bake is a shell script for running CakePHP bake script
# PHP versions 4 and 5
#
# CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
# Copyright 2005-2011, Cake Software Foundation, Inc.
#
# Licensed under The ... | Shell |
#!/bin/bash
export PYRO_LOOKUP_FILE=../Data/LookUp_Titanium.dat;
defaultPrimer="AGTGCGTAGTG[ACTG]CAGC[AC]GCCGCGGTAA" #default primer
nodes=2 #no. of cluster nodes to use
sfffile=$1; #first argument name of sff file (necessary)
primer=${2:-$defaultPrimer} #second argument primer as a Perl... | Shell |
#!/bin/bash
export PYRO_LOOKUP_FILE=../Data/LookUp_Titanium.dat;
defaultPrimer="AGTGCGTAGTG[ACTG]CAGC[AC]GCCGCGGTAA" #default primer
nodes=2 #no. of cluster nodes to use
sfffile=$1; #first argument name of sff file (necessary)
primer=${2:-$defaultPrimer} #second argument primer as a Perl... | Shell |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.