code stringlengths 2 1.05M | repo_name stringlengths 5 110 | path stringlengths 3 922 | language stringclasses 1
value | license stringclasses 15
values | size int64 2 1.05M |
|---|---|---|---|---|---|
#!/bin/bash
service php7.0-fpm start
service nginx start
service cron restart
| vrkansagara/mwop.net | .aws/application-start.sh | Shell | bsd-2-clause | 78 |
#!/bin/bash
# launch from /srv/skaraman
#export LD_LIBRARY_PATH=/srv/skaraman/anaconda/envs/memex-weapons/lib/:$LD_LIBRARY_PATH
#export LD_LIBRARY_PATH="/srv/skaraman/caffe/build/lib:/usr/local/cuda-6.5/lib64:/srv/skaraman/anaconda/envs/memex-weapons/lib/:$LD_LIBRARY_PATH"
base_deep_dir=/srv/skaraman/weapons/memex-wea... | svebk/memex-weapons | deepmodels/train_annotated_lmdb.sh | Shell | bsd-2-clause | 728 |
#!/bin/bash
# this file is mostly meant to be used by the author himself.
root=`pwd`
home=~
version=$1
force=$2
#--with-cc=gcc46 \
ngx-build $force $version \
--with-http_ssl_module \
--with-cc-opt="-I$OPENSSL_INC -I$PCRE_INC" \
--with-ld-opt="-L$OPENSSL_LIB -L$PCRE_L... | LomoX-Offical/nginx-openresty-windows | src/encrypted-session-nginx-module-0.06/util/build.sh | Shell | bsd-2-clause | 1,242 |
#!/bin/bash
cd pytition
echo "Creating 3 Organizations (RAP, Greenpeace and Attac)..."
python3 ./cli_pytition.py gen_orga --orga RAP
python3 ./cli_pytition.py gen_orga --orga Greenpeace
python3 ./cli_pytition.py gen_orga --orga Attac
echo "Creating 3 users (john, max, julia)..."
python3 ./cli_pytition.py gen_user --u... | fallen/Pytition | dev/prepopulate.sh | Shell | bsd-3-clause | 1,512 |
#!/bin/bash
###########################################################
# Copyright (c) 2015-2017, Blockbridge Networks LLC. All rights reserved.
# Use of this source code is governed by a BSD-style license, found
# in the LICENSE file.
###########################################################
#####################... | blockbridge/blockbridge-docker-volume | volume_driver.sh | Shell | bsd-3-clause | 958 |
### __common-func-2.sh
CURBUILDAPP=
__dep()
{
echo Dependent Apps: $@
}
__echo-setcol-green()
{
COLGREEN=$'\e[1;32;1m'
echo "$COLGREEN"$@
}
__echo-setcol-red()
{
COLRED=$'\e[0;31;1m'
echo "$COLRED"$@
}
__echo-setcol-def()
{
COLDEF=$'\e[0m'
echo "$COLDEF"$@
}
__echo-g()
{
__echo-set... | takeutch-kemeco/private-build-script | common-func/__common-func-2.sh | Shell | bsd-3-clause | 3,936 |
before() {
cp -r test-app detect-test
}
after() {
rm -rf detect-test
}
it_is_go_if_dart_files_under_src() {
sh -x bin/detect detect-test/
}
it_is_not_go_without_all_sh_or_dart_files() {
rm -rf detect-test/src/*
! sh -x bin/detect detect-test/
}
| bindstone/dartisan | detect-test.sh | Shell | bsd-3-clause | 258 |
for CID in $(docker ps -a -q --filter "name=bbsim-sn")
do
echo "Starting storage node: $(docker start $CID)"
done
| blockbridge/blockbridge-demo | simulator/storage_node/start.sh | Shell | bsd-3-clause | 118 |
#/bin/bash
# Register EBS backed AMI.
# Stop execution if any command fails.
#set -e
txtdef="\e[0m" # revert to default color
txtbld="\e[1m" # bold
txtgreen="\e[0;32m"
errcolor="\e[1;31m" # bold red
logcolor="\e[0;34m" # blue
logfile="out.log"
errfile="out.err"
: > $logfile
: > $errfile
# Requires: $img_file
# ... | ema/conpaas | conpaas-services/scripts/create_vm/register-image-ec2-ebs.sh | Shell | bsd-3-clause | 15,580 |
#!/bin/sh
#############################################################################
# Copyright (c) 2015-2018, Intel Corporation #
# All rights reserved. #
# ... | egeor/libxsmm | samples/smm/smm-plot.sh | Shell | bsd-3-clause | 4,326 |
#!/bin/bash
if ! type docker 2>>/dev/null
then
# https://github.com/gliderlabs/docker-consul/issues/60#issuecomment-104561023
sudo wget -qO- https://get.docker.com/ | sh
fi
# http://askubuntu.com/questions/477551/how-can-i-use-docker-without-sudo
sudo groupadd docker
sudo gpasswd -a ${USER} docker
# https://hel... | niccokunzmann/cp-automated-development | setup-docker/01_install_docker.sh | Shell | mit | 1,431 |
#!/bin/bash
cd ../output
gdb model
| andyLaurito92/haikunet | debug/bin/debug.sh | Shell | mit | 35 |
#!/bin/bash
mv /media/sf_D_DRIVE/Downloads/*.ofx files/.
echo $1
export FILE=files/SMILES_INTERN._MASTER-Próxima_Fatura_$1.ofx
node convert-ofx.js $FILE
cp $FILE.csv /media/sf_D_DRIVE/databox/Documents/hdc/csv/.
export FILE=files/OUROCARD_ELO_MAIS-Próxima_Fatura_$1.ofx
node convert-ofx.js $FILE
cp $FILE.csv /medi... | hora-das-contas/backend | convertOFX.sh | Shell | mit | 363 |
#!/bin/sh
make VIMRUNTIMEDIR=/usr/share/vim/vim80
| metalmac/dotfiles | vim/unix-like/vim80-compile-sh.sh | Shell | mit | 53 |
#! /bin/sh -e
# tup - A file-based build system
#
# Copyright (C) 2015-2017 Mike Shal <marfey@gmail.com>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation.
#
# This program is distribu... | anatol/tup | test/t4174-toplevel-gitignore.sh | Shell | gpl-2.0 | 978 |
#!/bin/bash
tprname=step7_10.tpr
#trajname=${tprname%7_10.tpr}8_1.dcd
trajname=traj_openMM.dcd
trajgroname=${trajname%.dcd}_run.gro
gromacs_folder_prefix="../gromacs"
sn1outname=OrderParamSN1_sim2_openMM.dat
sn2outname=OrderParamSN2_sim2_openMM.dat
# workaround with tpr file from gromacs simulation (which should matc... | jmelcr/NmrLipidsCholXray | DATA/charmm36-charmm-gui/chol30_openMM_Gmx-charmm-gui-inp-files/calcOrderParameters_oMM.sh | Shell | gpl-2.0 | 1,566 |
#!/bin/sh -e
test -n "$srcdir" || srcdir=`dirname "$0"`
test -n "$srcdir" || srcdir=.
mkdir -p m4
intltoolize --copy --force --automake && autoreconf --force --install --verbose --warnings=all "$srcdir"
test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"
| awinkelmann/easytag | autogen.sh | Shell | gpl-2.0 | 256 |
#!/bin/sh
# @author Greg Rundlett <info@eQuality-Tech.com>
# This is a quick shell script to create a sql dump of your database.
# You may need to adjust the path of mysqldump,
# or sudo apt-get install mysqldump if it doesn't exist
# To configure this script,
# you could hardcode which database to backup
# DB=wiki... | freephile/Html2Wiki | backup.db.sh | Shell | gpl-2.0 | 2,230 |
# Copyright: 2016 Masatake YAMATO
# License: GPL-2
CTAGS=$1
echo '# FILE NAME ONLY'
# extension `m' matches both matlab and objc.
# matlab wins by the alphabetical order of parser names
${CTAGS} -G --print-language input.m
# extension `m' matches only objc because matlab is disabled.
${CTAGS} -G --languages=-MatLab -... | blackb1rd/ctags | Tmain/disable-languages.d/run.sh | Shell | gpl-2.0 | 2,082 |
#!/bin/bash
####
## Crear la lista de bamfiles de acuerdo a la carpeta señalada como input por el usuario !!!EN UNA CARPETA DEBE ESTAR CADA UNA DE LAS POBLACIONES QUE SE QUIEREN ESTUDIAR, CADA CARPETA SEPARADA
###
list_name=$(echo $1 | cut -d"/" -f3)
fecha=$(date -u | tr " " "_" | tr ":" ".")
o_file=$(echo temp/$list... | rgarcia-herrera/100g | scripts/positive_selection/Scripts/BKUPS/01.sh | Shell | gpl-3.0 | 740 |
#!/bin/bash
set -e
pegasus_lite_version_major="4"
pegasus_lite_version_minor="7"
pegasus_lite_version_patch="0"
pegasus_lite_enforce_strict_wp_check="true"
pegasus_lite_version_allow_wp_auto_download="true"
. pegasus-lite-common.sh
pegasus_lite_init
# cleanup in case of failures
trap pegasus_lite_signal_int INT
trap... | elainenaomi/sciwonc-dataflow-examples | dissertation2017/Experiment 1A/logs/w-11_0/20161108T152726+0000/00/00/init_0_ID0000001.sh | Shell | gpl-3.0 | 1,222 |
#!/bin/bash
set -x
set -e
cd $1
source ./$1.info
wget --no-check-certificate -nc $DOWNLOAD
export OUTPUT="/tmp/pkgs"
mkdir -p $OUTPUT
sh $1.SlackBuild
| cmotc/Byzantium | packages/build.sh | Shell | gpl-3.0 | 154 |
#!/bin/bash
cd /usr/local/infra-daemon
echo "Collecting Information from vCenter : VCENTER01 (DC1)"
./openinfra-vcenter-daemon.py --host VCENTER01 --user 'vcenter-ro' --pass 'PASS' &
echo "Collecting Information from vCenter : VCENTER02 (DC2)"
./openinfra-vcenter-daemon.py --host VCENTER02 --user 'vcenter-ro' --pass ... | arunbagul/openinfra | infra-daemon/openinfra-get-vmlist.sh | Shell | gpl-3.0 | 625 |
#!/bin/bash
#
# Script will be run after parameterization has completed, e.g.,
# use this to compile source code that has been parameterized.
#
sudo systemctl enable plc
sudo systemctl start plc
sudo systemctl enable httpserver.service
sudo systemctl start httpserver.service
| cliffe/SecGen | modules/utilities/unix/labtainers/files/Labtainers-master/labs/iptables-ics/plc/_bin/fixlocal.sh | Shell | gpl-3.0 | 280 |
#!/usr/bin/env bash
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
set -o errexit
set -o nounset
set -o pipefail
# https://wiki.mozilla.org/CA/Included_Certificates... | peterjoel/servo | etc/cert_generator.sh | Shell | mpl-2.0 | 984 |
#! /bin/bash -e
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
# Jenkins build script for running tests and packaging build
echo "this is build.sh"
./scripts/clean... | luser/socorro | scripts/build.sh | Shell | mpl-2.0 | 452 |
#!/bin/bash
: ${FIREWALLA_HOME:=/home/pi/firewalla}
: ${LOGDIR:=/home/pi/logs}
source $FIREWALLA_HOME/scripts/utils.sh
setup_folders
logger Onboot start clean_log
${FIREWALLA_HOME}/scripts/clean_log.sh &> $LOGDIR/clean_log.log &
logger Onboot start sync_time
${FIREWALLA_HOME}/scripts/sync_time.sh &> $LOGDIR/sync_ti... | MelvinTo/firewalla | scripts/fireonboot.sh | Shell | agpl-3.0 | 487 |
#!/bin/bash
self_ip=$(ip addr show dev eth0 | awk '/inet /' | awk '$NF=="eth0" {print $2}' | cut -f1 -d/ | grep -v '^169\.254\.' | head -n 1)
if [[ -z $self_ip ]]; then
echo "Can not find Firewalla's IP address."
exit -1
fi
if [[ ! -f /blog/current/conn.log ]]; then
echo "bro conn.log is not found."
exit -1... | MelvinTo/firewalla | scripts/estimate_compatibility.sh | Shell | agpl-3.0 | 840 |
overlay coqhammer https://github.com/ppedrot/coqhammer rm-eauto-bfs-implem 15324
| SkySkimmer/coq | dev/ci/user-overlays/15324-ppedrot-rm-eauto-bfs-implem.sh | Shell | lgpl-2.1 | 81 |
cd "$(dirname "$0")"
javac PokeUtility.java
jar -cvfm PokeUtility.jar manifest Pokemon.class PokeUtility.class Search.class PokeUtilityGUI.class SearchInput.class resources/pokedex/* resources/PressStart2P.ttf
echo "Made excecutable: PokeUtility.jar" | hbod8/PokeUtility | CreateExecutable.sh | Shell | apache-2.0 | 250 |
#!/bin/bash
set -e
function finish {
echo "disk space at end of build:"
df -h
}
trap finish EXIT
echo "disk space at beginning of build:"
df -h
# shellcheck source=ci/setup_cache.sh
. "$(dirname "$0")"/setup_cache.sh
read -ra BAZEL_BUILD_EXTRA_OPTIONS <<< "${BAZEL_BUILD_EXTRA_OPTIONS:-}"
read -ra BAZEL_EXTRA_T... | envoyproxy/envoy | ci/mac_ci_steps.sh | Shell | apache-2.0 | 1,884 |
#!/usr/bin/env bash
for i in `find . -name "*.jar" -path "*cache/intellij*"`; do
grep -e $1 <(unzip -l "$i") && echo "Found in $i";
done | wisechengyi/intellij-pants-plugin | scripts/find_intellij_class_file.sh | Shell | apache-2.0 | 141 |
#!/bin/bash
# Copyright 2012 Johns Hopkins University (Author: Daniel Povey). Apache 2.0.
echo "*** Warning, this script is deprecated and will eventually be deleted. ***"
echo "*** Please replace with steps/nnet2/train_tanh.sh ***"
# Begin configuration section.
cmd=run.pl
num_epochs=15 # Number of epochs during ... | chagge/Kaldi-timit | s5/steps/train_nnet_cpu.sh | Shell | apache-2.0 | 27,786 |
#!/bin/bash
# Copyright (c) 2016 Pani Networks
# 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 ap... | mortensteenrasmussen/romana | romana-install/roles/stack/openstack/install-controller/templates/neutron-post-install.sh | Shell | apache-2.0 | 2,031 |
#!/bin/sh
bin/test_main conf/test_stack.cf
| hankwing/Squirrel | library/acl/unit_test/stack.sh | Shell | apache-2.0 | 43 |
#!/bin/bash
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); y... | dmlc/tvm | docker/install/ubuntu_install_oneflow.sh | Shell | apache-2.0 | 903 |
#!/bin/bash
set -u
set -e
srcdir="${SRCDIR:-/tmp}"
jobs_=`nproc`
cxxflags="\
-stdlib=libc++ -std=c++14 \
-I/usr/local/include/c++/v1 \
-Wno-sign-compare \
-Wno-reserved-user-defined-literal"
export LD_LIBRARY_PATH=/usr/local/lib
cd $srcdir
if [ ! -d "wangle" ]; then
git clone https://github.com/rcgoodfe... | marinatb/marinatb | deps/wangle.sh | Shell | bsd-2-clause | 529 |
#!/bin/bash
cd lib
ln -s libembree.so.* libembree.so
cd ..
cp -rv * "${PREFIX}"
| astrohckr/pyembree | recipes/embree/build.sh | Shell | bsd-2-clause | 80 |
VPN=$(nmcli conn show --active | grep vpn | cut -d' ' -f1)
if [ $VPN != "" ]; then
echo " $VPN"
fi
| Jhebes/Configs | i3/scripts/vpn.sh | Shell | bsd-3-clause | 107 |
#
# Get the absolute location of this script so we can correctly symlink the files
# and other dependencies can also force bigpipe in to submission by manually calling
# this supplied symlink file.
#
ROOT="$( cd "$( dirname "$0" )" && pwd )"
#
# We assume that all the sub projects are in the previous folder.
#
rm -rf ... | PatidarWeb/bigpipe | locallink.sh | Shell | mit | 796 |
#!/bin/sh
set -e
echo "mkdir -p ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
mkdir -p "${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
SWIFT_STDLIB_PATH="${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}"
install_framework()
{
if [ -r "${BUILT_PRODUCTS_DIR}/$1" ]; then
local source="${BUILT_PRO... | pekkapulli/2020lifecount-ios | Pods/Target Support Files/Pods/Pods-frameworks.sh | Shell | mit | 3,516 |
#!/bin/sh
NODE=/opt/node/bin/node
JSDOC=/opt/node/node_modules/jsdoc/jsdoc.js
SRC_ROOT=/depot/dsjs
#gen jsdoc
$NODE $JSDOC $SRC_ROOT/lib -c $SRC_ROOT/build/jsdocs-conf.json $SRC_ROOT/README.md
cd $SRC_ROOT
tar --exclude=.idea --exclude=dsjs.iml --exclude=.git -cvzf dsjslib.tar.gz .
| monmohan/dsjslib | build/build.sh | Shell | mit | 284 |
#!/bin/bash
DIR="languages"
DOMAIN="wpclef"
POT="$DIR/$DOMAIN.pot"
SOURCES="*.php"
# Create template
echo "Creating POT"
rm -f $POT
xgettext --copyright-holder="Clef, Inc." \
--package-name="WPClef" \
--package-version="2.3.4" \
--msgid-bugs-address="support@getclef.com" \
--language=PHP \
--sort... | nickbass/newcecs300.dev | wp-content/plugins/wpclef/update_translations.sh | Shell | gpl-2.0 | 1,054 |
#!/bin/sh
export PATH="/bin:/sbin:/usr/sbin:/usr/bin"
gateway=`route -n get default | grep gateway | awk '{print $2}'`
{{range $i, $ip := .Ips}}route delete {{$ip.Ip}}/{{$ip.Cidr}} "${gateway}"
{{end}}
| sabersalv/freedom-routes | routes/templates/mac/routes-down.sh | Shell | gpl-3.0 | 204 |
#!/bin/sh
echo "******************************************************************"
echo " HELIOS base"
echo " Created by Hidehisa Akiyama and Hiroki Shimora"
echo " Copyright 2000-2007. Hidehisa Akiyama"
echo " Copyright 2007-2012. Hidehisa Akiyama and Hiroki Shimora"
echo " All rights reserved."
echo "************... | devanshujain919/robocup-attack-watchdogs | src/oppstart.sh | Shell | gpl-3.0 | 7,923 |
#!/bin/bash
BASE_DIRECTORY="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
pushd $BASE_DIRECTORY > /dev/null
PACKAGEDIR=`rospack find rgbdslam`/
if [[ "$1" == "" ]]; then
echo "This script will run rgbdslam on all bagfiles in this directory."
echo "Usage: $0 <Directory for results>"
TESTNAME=`date +%Y-%m-%d... | mylxiaoyi/rgbdslam_v2 | test/run_tests.sh | Shell | gpl-3.0 | 3,693 |
#!/bin/bash
set -e
# Wrapper script to run bats tests for various drivers.
# Usage: DRIVER=[driver] ./run-bats.sh [subtest]
function quiet_run () {
if [[ "$VERBOSE" == "1" ]]; then
"$@"
else
"$@" &>/dev/null
fi
}
function cleanup_machines() {
if [[ $(machine ls -q | wc -l) -ne 0 ]]; ... | NeilW/machine | test/integration/run-bats.sh | Shell | apache-2.0 | 2,253 |
#!/bin/bash
#
# Ensure that the host OS packages are current
#
# On an Atomic host, upgrade the host tree
# On traditional host, update RPMs
#
# ENVVARS:
# WC_NOTIFY: a curl CLI fragment to notify OpenStack Heat of the completion
# status of the script.
# Provided by an OpenStack WaitCon... | redhat-openstack/openshift-on-openstack | fragments/host-update.sh | Shell | apache-2.0 | 1,101 |
#!/bin/bash
# SIGTERM-handler
term_handler() {
echo "Get SIGTERM"
iptables -t nat -D POSTROUTING -o eth0 -j MASQUERADE
/etc/init.d/dnsmasq stop
/etc/init.d/hostapd stop
/etc/init.d/dbus stop
kill -TERM "$child" 2> /dev/null
}
ifconfig wlan0 10.0.0.1/24
if [ -z "$SSID" -a -z "$PASSWORD" ]; then
ssid="Pi... | openthings/znet | c.zhostapd_rpi/entrypoint.sh | Shell | apache-2.0 | 894 |
#!/bin/bash -e
function finish
{
JOBS=$(jobs -rp)
if [[ ! -z ${JOBS} ]] ; then
echo ${JOBS} | xargs kill ;
fi
#rm -f /tmp/sc-test-sreply-01.bin /tmp/sc-test-sreply-01.chsum /tmp/sc-test-sreply-01o.bin
}
trap finish EXIT
./sreply &
sleep 0.2
dd if=/dev/urandom count=1024 bs=1024 > /tmp/sc-test-sreply-01.bin
... | TeskaLabs/Frame_Transporter | examples/sreply/test_sreply_01.sh | Shell | bsd-3-clause | 633 |
#!/bin/sh
set -e
set -u
set -o pipefail
function on_error {
echo "$(realpath -mq "${0}"):$1: error: Unexpected failure"
}
trap 'on_error $LINENO' ERR
if [ -z ${FRAMEWORKS_FOLDER_PATH+x} ]; then
# If FRAMEWORKS_FOLDER_PATH is not set, then there's nowhere for us to copy
# frameworks to, so exit 0 (signalling the... | honghaoz/AutoKeyboardScrollView | Example/Pods/Target Support Files/Pods-ProgrammaticExample/Pods-ProgrammaticExample-frameworks.sh | Shell | mit | 7,929 |
#!/bin/bash
if [ -z "$1" ]
then
echo "Called without any arguments. Must be called with host name of server, like test.bewelcome.org"
exit 1
fi
file=`date +%Y-%m-%d`
if `/usr/bin/wget --header="Host: $1" http://localhost/about/updatestats -O /tmp/statsupdate$file > /dev/null 2>&1`
then
if /bin/grep -q "^su... | thisismeonmounteverest/rox | setup/cron_stats_update.sh | Shell | gpl-2.0 | 589 |
#!/bin/sh
test_description='working-tree-encoding conversion via gitattributes'
. ./test-lib.sh
GIT_TRACE_WORKING_TREE_ENCODING=1 && export GIT_TRACE_WORKING_TREE_ENCODING
test_expect_success 'setup test files' '
git config core.eol lf &&
text="hallo there!\ncan you read me?" &&
echo "*.utf16 text working-tree-... | Ikke/git | t/t0028-working-tree-encoding.sh | Shell | gpl-2.0 | 9,010 |
#
# $Id: net.west.sh,v 1.6 2004/04/16 19:46:17 mcr Exp $
#
if [ -n "$UML_west_CTL" ]
then
net_eth0="eth0=daemon,10:00:00:ab:cd:ff,unix,$UML_west_CTL,$UML_west_DATA";
elif [ -n "$UML_private_CTL" ]
then
net_eth0="eth0=daemon,10:00:00:ab:cd:ff,unix,$UML_private_CTL,$UML_private_DATA";
else
net_eth0="eth0=mca... | qianguozheng/Openswan | testing/baseconfigs/net.west.sh | Shell | gpl-2.0 | 779 |
#!/bin/bash
#
# checks if Wireshark's ABI has been changes since last release (tag)
#
# Copyright 2011 Balint Reczey <balint@balintreczey.hu>
#
# $Id$
#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 1998 Gerald Combs
#
# This program is free software; you can redistribute i... | boundary/wireshark | tools/git-compare-abis.sh | Shell | gpl-2.0 | 1,585 |
#BSUB-e Beagle5.err.%J
#BSUB-o Beagle5.out.%J
#BSUB-J Beagle5
#BSUB-n 16
cd /scratch/inmegen/100g/phasing
export PATH=$PATH:/scratch/inmegen/100g/references/JAVA/jdk1.8.0_74/bin/
java8 -Xmx12g -jar /home/inmegen/r.garcia/src/beagle.03May16.862.jar gtgl=/scratch/inmegen/100g/wg_GATK/test3/allsamples_final_recaled_snp-... | rgarcia-herrera/100g | scripts/phasing-beagle/beagle-chr5.sh | Shell | gpl-3.0 | 796 |
#!/bin/sh
# Copyright (C) 2018-2020 The ESPResSo project
#
# This file is part of ESPResSo.
#
# ESPResSo 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 3 of the License, or
# (at your option) a... | pkreissl/espresso | maintainer/format/clang-format.sh | Shell | gpl-3.0 | 1,389 |
#! /bin/bash
. acsstartupAcsPorts
CL_SLEEP=0
CL_ERROR=
CL_HELP=
LONGOPTS=help
SHORTOPTS=hs:e:
function printUsage {
echo "Bad"
}
export POSIXLY_CORRECT=1
getopt -n `basename $0` -Q -u -a -l $LONGOPTS $SHORTOPTS "$@" || {
printUsage
exit 43;
}
set -- `getopt -u -a -l $LONGOPTS $SHORTOPTS "$@"`
while :
do
... | jbarriosc/ACSUFRO | LGPL/CommonSoftware/acsstartup/test/acsstartupGenericProcess.sh | Shell | lgpl-2.1 | 847 |
#!/usr/bin/env bash
mkdir -p $HOME/.binaries
cd $HOME/.binaries
if [ '!' -d apache-maven-3.3.9 ]
then
if [ '!' -f apache-maven-3.3.9-bin.zip ]
then
wget https://archive.apache.org/dist/maven/maven-3/3.3.9/binaries/apache-maven-3.3.9-bin.zip || exit 1
fi
echo "Installing maven 3.3.9"
unzip -qq apache-ma... | DevFactory/afc | build-tools/src/main/resources/bash/travis-download-maven.sh | Shell | apache-2.0 | 394 |
#!/bin/sh
# Copyright 2001,2004-2006 The Apache Software Foundation
#
# 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 requir... | madhawa-gunasekara/product-ei | samples/business-process-samples/product/sample-utils/src/main/scripts/axis2server.sh | Shell | apache-2.0 | 5,282 |
#!/bin/bash
mvn -Pjar-with-dependencies verify
cp target/fitnesse.jar .
| alexkogon/OASIS-Maven | buildoasis.sh | Shell | apache-2.0 | 72 |
#!/bin/sh
MD5TOOL=../file_md5
TEMP_DIR=/tmp/wavewritetest_temp$$
OUTPUT=${TEMP_DIR}/test_1.wav
mkdir -p ${TEMP_DIR}
BASE_COMMAND="../../apps/raw2bmx/raw2bmx --regtest -t wave -o $OUTPUT -f 25 -y 10:11:12:13 --orig regtest "
# create essence data
../create_test_essence -t 1 -d $1 ${TEMP_DIR}/pcm.raw
# write
$BASE... | stuarthicks/bmx | test/wave/check_write.sh | Shell | bsd-3-clause | 656 |
#!/bin/sh
. ./systemTesting.sh
nproc=2
rank=1
if test "x${MPI_DIR}" = "x"; then
MPI_DIR="/usr/local/mpich"
fi
if test "x${MPI_BINDIR}" = "x"; then
MPI_BINDIR="${MPI_DIR}/bin"
fi
if test "x${MPI_RUN}" = "x"; then
MPI_RUN="${MPI_BINDIR}/mpirun"
fi
if test "x${MPI_NPROC}" = "x"; then
MPI_NPROC="-np"
fi
EXEC="${MPI_R... | bmi-forum/bmi-pyre | Snac/tests/test-basic-velocity-completeForceCalc.1of2.sh | Shell | gpl-2.0 | 1,151 |
#! /bin/sh
# Copyright (C) 1998-2013 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 License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
#
# This program ... | DDTChen/CookieVLC | vlc/extras/tools/automake/t/pluseq4.sh | Shell | gpl-2.0 | 904 |
#!/bin/sh
set -e
#CXX=~/sources/llvm/_build/install/bin/clang++
CXX=g++
CXXFLAGS=-O3
export PATH=../../../../scripts:$PATH
export PYTHONPATH=../../../..
# first clean all
find -name '*.pyc' -o -name '*.so' -o -name '*.c' -o -name '*.cpp' | xargs rm -f || true
# then build all cython stuff
for target in cython/*.pyx
... | pombredanne/pythran | docs/papers/iop2014/xp/run_benchmarks.sh | Shell | bsd-3-clause | 3,601 |
#m4nual
echo "This provider does not permit downloading ovpn files in an automatic way."
| Hackplayers/4nonimizer | vpn/vpnme/vpn-get-ovpn.sh | Shell | gpl-3.0 | 89 |
#!/bin/bash
FN="scRNAseq_2.8.0.tar.gz"
URLS=(
"https://bioconductor.org/packages/3.14/data/experiment/src/contrib/scRNAseq_2.8.0.tar.gz"
"https://bioarchive.galaxyproject.org/scRNAseq_2.8.0.tar.gz"
"https://depot.galaxyproject.org/software/bioconductor-scrnaseq/bioconductor-scrnaseq_2.8.0_src_all.tar.gz"
)
MD5="2... | cokelaer/bioconda-recipes | recipes/bioconductor-scrnaseq/post-link.sh | Shell | mit | 1,288 |
#!/bin/bash
# Copyright 2014 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 applic... | CrunchyData/dnsbridge | src/github.com/GoogleCloudPlatform/kubernetes/contrib/logging/kibana-image/run_kibana_nginx.sh | Shell | apache-2.0 | 6,553 |
#!/bin/bash
SOURCE="${BASH_SOURCE[0]}"
while [ -h "$SOURCE" ]; do
DIR="$(cd -P "$(dirname "$SOURCE")" && pwd)"
SOURCE="$(readlink "$SOURCE")"
[[ $SOURCE != /* ]] && SOURCE="$DIR/$SOURCE"
done
DIR="$(cd -P "$(dirname "$SOURCE")" && pwd)"
classpath=$(${DIR}/classpath.sh dev/import-local)
if [ $? -ne 0 ]; then
e... | j-bernardo/lumify | bin/importData.sh | Shell | apache-2.0 | 634 |
#!/bin/sh
# Debian, unlike Ubuntu, doesn't sudo it users by default
if [ -x /usr/bin/aptitude ]; then
# aptitude is nice since it doesn't fail if a non-existant package is hit
# See: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=503215
su -c "aptitude -y install $*"
else
su -c "apt-get -y --ignore-missing instal... | BryanQuigley/phoronix-test-suite | pts-core/external-test-dependencies/scripts/install-debian-packages.sh | Shell | gpl-3.0 | 329 |
#!/usr/bin/expect
set p "P@\$\$w0rd"
set f [lindex $argv 0]
spawn rpm --resign $f
expect "Enter pass phrase:"
send -- "$p\r"
expect eof
| quark-pat/CLIP | packages/aqueduct/aqueduct/compliance/Puppet/STIG/rhel5/Unix-Checklist/base/dev/rhel5/scripts/trunk/scripts/rpm_addsign.sh | Shell | apache-2.0 | 136 |
#!/bin/bash
#
# Copyright IBM Corp. All Rights Reserved.
#
# SPDX-License-Identifier: Apache-2.0
#
set -e
ARCH=`uname -m`
#check job type, do patch set specific unit test when job is verify
if [ "$JOB_TYPE" = "VERIFY" ]; then
cd $GOPATH/src/github.com/hyperledger/fabric/
#figure out what packages should be te... | cophey/fabric | unit-test/run.sh | Shell | apache-2.0 | 3,465 |
#!/usr/bin/env bash
# Copyright 2017 The Kubernetes Authors.
#
# 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 applica... | quinton-hoole/kubernetes | cluster/common.sh | Shell | apache-2.0 | 16,500 |
/drd/software/int/bin/launcher.sh -p hf2 -d rnd --launchBlocking bach -o EPA_CMDLINE python2.5 --arg data_export/auto_import.py --arg /drd/jobs/hf2/global/art/Textures/grass/ --arg auto-import -x /drd/users/barry.robison/drd/core/launcher_xml/trunk
| barryrobison/arsenalsuite | cpp/apps/bach/plugins/auto_import_cron.sh | Shell | gpl-2.0 | 251 |
MACHINE=
SCRIPT_NAME=elf
OUTPUT_FORMAT="elf32-rx-linux"
# See also `include/elf/rx.h'
TEXT_START_ADDR=0x10000000
ARCH=rx
ENTRY=start
EMBEDDED=yes
TEMPLATE_NAME=elf
EXTRA_EM_FILE=rxlinux
ELFSIZE=32
MAXPAGESIZE=256
STACK_ADDR="(DEFINED(__stack) ? __stack : 0xbffffffc)"
STACK_SENTINEL="LONG(0xdeaddead)"
# We do not need ... | mattstock/binutils-bexkat1 | ld/emulparams/elf32rx_linux.sh | Shell | gpl-2.0 | 391 |
version=1.60.0
src_url=http://sourceforge.net/projects/boost/files/boost/${version}/boost_${version//./_}.tar.bz2
src_url_sha1=7f56ab507d3258610391b47fef6b11635861175a
pkg_install-include () {
mkdir -p "$install_dir/include/boost"
cp -a "$src_dir/boost/." "$install_dir/include/boost"
}
pkg_install () {
... | mbroadst/rethinkdb | mk/support/pkg/boost.sh | Shell | agpl-3.0 | 599 |
#!/bin/bash
set -e
source "`dirname $0`/includes.sh"
OFN_COMMIT=$(get_ofn_commit)
if [ "$OFN_COMMIT" = 'OFN_COMMIT_NOT_FOUND' ]; then
OFN_COMMIT=$(git rev-parse $BUILDKITE_COMMIT)
fi
echo "--- Checking environment variables"
require_env_vars OFN_COMMIT STAGING_SSH_HOST STAGING_CURRENT_PATH STAGING_SERVICE STAGING_... | RohanM/openfoodnetwork | script/ci/push_to_production.sh | Shell | agpl-3.0 | 818 |
#!/bin/sh
# Package
PACKAGE="python"
DNAME="Python"
# Others
INSTALL_DIR="/usr/local/${PACKAGE}"
PATH="${INSTALL_DIR}/bin:${PATH}"
preinst ()
{
exit 0
}
postinst ()
{
# Link
ln -s ${SYNOPKG_PKGDEST} ${INSTALL_DIR}
# Install busybox stuff
${INSTALL_DIR}/bin/busybox --install ${INSTALL_DIR}/bin
... | GaetanCambier/spksrc | spk/python/src/installer.sh | Shell | bsd-3-clause | 1,196 |
function gi() { curl -fL https://www.gitignore.io/api/${(j:,:)@} }
_gitignoreio_get_command_list() {
curl -fL https://www.gitignore.io/api/list | tr "," "\n"
}
_gitignoreio () {
compset -P '*,'
compadd -S '' `_gitignoreio_get_command_list`
}
compdef _gitignoreio gi
| ccollins/dotfiles | zsh/oh-my-zsh.symlink/plugins/gitignore/gitignore.plugin.zsh | Shell | mit | 275 |
#!/usr/bin/env bash
# Copyright 2014 The Kubernetes Authors.
#
# 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 applica... | linzhaoming/origin | vendor/k8s.io/kubernetes/hack/lib/util.sh | Shell | apache-2.0 | 25,968 |
legacy_sdcard_check_image() {
local file="$1"
local diskdev partdev diff
export_bootdevice && export_partdevice diskdev 0 || {
v "Unable to determine upgrade device"
return 1
}
get_partitions "/dev/$diskdev" bootdisk
v "Extract boot sector from the image"
get_image_dd "$1" of=/tmp/image.bs count=1 bs=512b
... | the2masters/openwrt | package/base-files/files/lib/upgrade/legacy-sdcard.sh | Shell | gpl-2.0 | 2,358 |
#!/bin/zsh
SALT=`date +%N`
if [[ ARGC -gt 0 ]] then
BINNAME=`basename $PWD`
foreach USER ($@)
mkdir -p obj/$USER
AA=`echo $USER $SALT $BINNAME | sha512sum | base64 | head -1 | cut -c 1-8`
cat program.c.template | sed s/AAAAAA/$AA/ >! program.c
gcc -o obj/$USER/$BINNAME program.c
end
else
echo "U... | cliffe/SecGen | modules/utilities/unix/ctf/metactf/files/repository/src_sse/Ch3.6-3.7/Ch3_07_SegvBacktrace/build.zsh | Shell | gpl-3.0 | 356 |
#!/bin/sh
# run this after running auction.exp, to check the export output files.
! grep -v '^"[0-9]*","[0-9]*","[0-9]*","0","1","1","[0-9]*","[0-9]","-*[0-9]*","[0-9]*\-[0-9]*\-[0-9]* [012][0-9]:[0-5][0-9]:[0-5][0-9].[0-9]*","[0-9]*.[0-9]*"$' *EXPORTDEMO*BID*.csv
| wolffcm/voltdb | tools/kit_tools/auction.sh | Shell | agpl-3.0 | 265 |
#!/bin/bash
# load java environment variables
source $IROOT/java7.installed
sed -i 's|mysql://.*:3306|mysql://'"${DBHOST}"':3306|g' src/main/java/conf/application.conf
mvn clean compile assembly:single
java -Dninja.port=8080 -jar target/ninja-standalone-0.0.1-SNAPSHOT-jar-with-dependencies.jar & | hamiltont/FrameworkBenchmarks | frameworks/Java/ninja-standalone/setup.sh | Shell | bsd-3-clause | 300 |
## Platforms with a built-in command-not-found handler init file
for file (
# Arch Linux. Must have pkgfile installed: https://wiki.archlinux.org/index.php/Pkgfile#Command_not_found
/usr/share/doc/pkgfile/command-not-found.zsh
# macOS (M1 and classic Homebrew): https://github.com/Homebrew/homebrew-command-not-fo... | lstolowski/oh-my-zsh | plugins/command-not-found/command-not-found.plugin.zsh | Shell | mit | 2,294 |
#!/bin/sh
test_description='test git fast-import unpack limit'
. ./test-lib.sh
test_expect_success 'create loose objects on import' '
test_tick &&
cat >input <<-INPUT_END &&
commit refs/heads/master
committer $GIT_COMMITTER_NAME <$GIT_COMMITTER_EMAIL> $GIT_COMMITTER_DATE
data <<COMMIT
initial
COMMIT
done
INP... | brunosantiagovazquez/git | t/t9302-fast-import-unpack-limit.sh | Shell | gpl-2.0 | 2,364 |
#!/usr/bin/env bash
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
set -o errexit
set -o nounset
set -o pipefail
diff="$(find . -name 'Cargo.lock' -print0 | xargs -... | CYBAI/servo | etc/ci/lockfile_changed.sh | Shell | mpl-2.0 | 367 |
#!/bin/bash
set -o pipefail
: ${SCHEME:="XCDYouTubeKit iOS Static Library"}
: ${CONFIGURATION:="Release"}
: ${DESTINATION:="platform=iOS Simulator,name=iPhone 5s"}
COMMAND="xcodebuild clean test -project XCDYouTubeKit.xcodeproj -scheme '${SCHEME}' -configuration '${CONFIGURATION}' -destination '${DESTINATION}'"
for... | eni9889/XCDYouTubeKit | Scripts/run-tests.sh | Shell | mit | 631 |
# ltmain.sh - Provide generalized library-building support services.
# NOTE: Changing this file will not affect anything until you rerun configure.
#
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001
# Free Software Foundation, Inc.
# Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
#
# This program is free... | aehlke/eb | zlib/ltmain.sh | Shell | gpl-2.0 | 138,312 |
#!/bin/bash
while :
do
cat /proc/[0-9]*/cmdline > /dev/null 2>/dev/null
done
| liaoqingwei/ltp | testscripts/adp_test.sh | Shell | gpl-2.0 | 79 |
#!/bin/sh
if test $# -lt 3; then
echo "Usage: $0 <tree> <tag> <dir>"
exit 1
fi
TREE=$1
TAG=$2
DIR=$3
set -e
if test \! -d $DIR-remote; then
rm -rf $DIR-remote $DIR-remote.tmp
mkdir -p $DIR-remote.tmp; rmdir $DIR-remote.tmp
$GIT clone $TREE $DIR-remote.tmp
if test "$TAG" ; then
cd $DIR-remote.tmp
$GIT bran... | timtianyang/rt-xen4.6 | scripts/git-checkout.sh | Shell | gpl-2.0 | 464 |
#!/usr/bin/env bash
function fg_activate_machine {
eval $(docker-machine env ForestGuardianWebSummit)
}
function fg_clean {
fg_activate_machine
docker-compose -f docker-compose-production.yml down
docker volume rm $(docker volume ls -f dangling=true -q)
}
function fg_start {
fg_activate_machine
c... | ForestGuardian/ForestGuardianBackend | deploy-production.sh | Shell | mit | 2,978 |
#!/bin/sh
composer run-script post-update-cmd
apache2ctl -DFOREGROUND
| datatheke/datatheke | docker/build/run.sh | Shell | mit | 71 |
#!/usr/bin/env bash
(cd consumer && npm start)
| swarajban/node-express-jwt | run_consumer.sh | Shell | mit | 47 |
#!/bin/sh
# CYBERWATCH SAS - 2017
#
# Security fix for CESA-2014:1870
#
# Security announcement date: 2014-11-18 18:33:30 UTC
# Script generation date: 2017-01-01 21:11:17 UTC
#
# Operating System: CentOS 6
# Architecture: x86_64
#
# Vulnerable packages fix on version:
# - libXfont.i686:1.4.5-4.el6_6
# - libXfo... | Cyberwatch/cbw-security-fixes | CentOS_6/x86_64/2014/CESA-2014:1870.sh | Shell | mit | 1,013 |
#!/bin/bash
# Joseph Harriott Sun 13 Feb 2022
# Recursively find all *.md files in the current directory,
# convert those that haven't been done yet or have changed since last converted to pdf.
# Use LaTeX Chapter as the first level heading, and Subsubsection as the 5th
# (and preferably last) level heading. Apply s... | harriott/md4pdf | GNULinux/m4ps.sh | Shell | mit | 1,624 |
if hash wofi 2>/dev/null; then
wofi --dmenu --allow-images --insensitive --prompt "${1}"
elif hash kitty 2>/dev/null; then
fzf-kitty -i --reverse --prompt "'${1}: '"
elif hash mako 2>/dev/null; then
notify-send 'No application to display menu' 'Please, install wofi or kitty'
elif hash swaynag 2>/dev/null; then
sway... | ahaasler/dotfiles | sway/config/scripts/menu.sh | Shell | mit | 394 |
#!/bin/sh
set -xe
_last_apt_get_update() {
[ -z "${1}" ] && cache_seconds="3600" || cache_seconds="${1}"
cache_file="/var/cache/apt/pkgcache.bin"
if [ -f "${cache_file}" ]; then
last="$(stat -c %Y "${cache_file}")"
now="$(date +'%s')"
diff="$(($now - $last))"
if [ "${diff}" ... | noinarisak/my-starter-kit | vagrant/flask/provision/001-install-base-dependencies.sh | Shell | mit | 3,310 |
#!/usr/bin/env bash
apt-get update
apt-get install -y rabbitmq-server haskell-platform
/usr/lib/rabbitmq/lib/rabbitmq_server-2.7.1/sbin/rabbitmq-plugins enable rabbitmq_management
service rabbitmq-server restart
cd /vagrant
cabal update
cabal install --only-dep
cabal configure
cabal build
| puffnfresh/amqp-pathwatcher | bootstrap.sh | Shell | mit | 293 |
# get emecs' tramp (ssh) mode to work
if [[ "$TERM" == "dumb" ]]
then
unsetopt zle
unsetopt prompt_cr
unsetopt prompt_subst
unfunction precmd
unfunction preexec
PS1='$ '
fi
| jeroenrietveld/dotfiles | emacs/tramp_fix.zsh | Shell | mit | 183 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.