code stringlengths 3 1.03M | repo_name stringlengths 5 84 | path stringlengths 4 233 | language stringclasses 1
value | license stringclasses 15
values | size int32 3 1.03M |
|---|---|---|---|---|---|
@echo off
setlocal
REM Copyright 2006-2010 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the
REM Amazon Software License (the "License"). You may not use this file except in compliance with the License. A copy of the
REM License is located at http://aws.amazon.com/asl or in the "lic... | capotej/whim | ec2_home/ec2-api-tools-1.6.3.1/bin/ec2addnae.cmd | bat | mit | 1,043 |
@echo off
rem *************************************************************************************************
rem usage:
rem AutoBuildForWPAndWindows.bat % Configuration %
rem --For debug version:
rem Win32-C-Only: AutoBuildForWPAndWindows.bat Win32-Debug-C
rem Win32-ASM: AutoBuildF... | eastlhu/losslessh264 | build/AutoBuildForWPAndWindows.bat | bat | bsd-2-clause | 14,425 |
REM Copyright 2013 The Chromium Authors. All rights reserved.
REM Use of this source code is governed by a BSD-style license that can be
REM found in the LICENSE file.
del /q certificates\*
REM Create a Cert Authority.
makecert -r -pe -n "CN=CertAuthority" -ss CA -sr CurrentUser ^
-a sha256 -cy autho... | s20121035/rk3288_android5.1_repo | external/chromium_org/chrome/app/test_data/cert_maker.bat | bat | gpl-3.0 | 3,267 |
rd /s /q sim
md sim
cd sim
copy ..\*.hex .
vsim -novopt -do ../modelsim_script.tcl
cd ..
| MIPSfpga/schoolMIPS | scripts/program/common/03_simulate_with_modelsim.bat | bat | mit | 92 |
::Create repo
curl -X POST -H "Content-Type: application/json" -d "{\"id\":\"github\"}" http://localhost:1337/api/v1/repository/github
::Create patches in repo
curl -X POST -H "Content-Type: application/json" -d "{\"id\":\"defaultFeatures\",\"data\":{\"features\":{\"privateRepository\":0}}}" http://localhost:1337/api/... | realcrowd/rennet | tests/demo.cmd | bat | mit | 2,739 |
@ECHO OFF
SETLOCAL EnableDelayedExpansion
SET SCRIPTPATH=%~dp0
CALL "%SCRIPTPATH%\NuGet.Package.cmd"
SET APPNAME=DNX.Helpers
REM NuGet feed v3 (VS 2015 / NuGet v3.x): https://api.nuget.org/v3/index.json
REM NuGet feed v2 (VS 2013 and earlier / NuGet 2.x): https://www.nuget.org/api/v2
SET NUGETEXE=%SCRIPTPATH%\.nu... | martinsmith1968/DNX.Helpers | NuGet.Push.cmd | bat | mit | 602 |
echo Deploying to app engine
python "C:\Program Files (x86)\Google\google_appengine\appcfg.py" update %CD%
pause
| kelvinatorr/deepspace9cloudstorage | deploy_script.bat | bat | mit | 113 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\closurecompiler\bin\ccjs" %*
) ELSE (
node "%~dp0\..\closurecompiler\bin\ccjs" %*
) | Mindmine/annojs | node_modules/gulp-closure-compiler/node_modules/.bin/ccjs.cmd | bat | mit | 145 |
@if "%SCM_TRACE_LEVEL%" NEQ "4" @echo off
:: ----------------------
:: KUDU Deployment Script
:: Version: 0.2.2
:: ----------------------
:: Prerequisites
:: -------------
:: Verify node.js installed
where node 2>nul >nul
IF %ERRORLEVEL% NEQ 0 (
echo Missing node.js executable, please install node.js, if already i... | KauffmanCenter/esthers-crew | deploy.cmd | bat | mit | 3,309 |
@ECHO OFF
SETLOCAL ENABLEDELAYEDEXPANSION
echo Performing some hardcore file system nuking!
FOR /R . %%X IN (bin obj) DO (
SET retard=%%X
SET cretin=!retard:\Umbraco\bin=!
IF !cretin! == %%X (
RD /S /Q "%%X" 2> NUL
)
) | Pomona/Pomona | Clean.cmd | bat | mit | 225 |
cmd_drivers/cpufreq/built-in.o := arm-none-linux-gnueabi-ld -EL -r -o drivers/cpufreq/built-in.o drivers/cpufreq/cpufreq.o drivers/cpufreq/cpufreq_stats.o drivers/cpufreq/cpufreq_performance.o drivers/cpufreq/cpufreq_powersave.o drivers/cpufreq/cpufreq_userspace.o drivers/cpufreq/cpufreq_ondemand.o drivers/cpufreq/... | srinugnt2000/linux-2.6.37 | drivers/cpufreq/.built-in.o.cmd | bat | gpl-2.0 | 373 |
cmd_fs/proc/proc_tty.o := arm-eabi-gcc -Wp,-MD,fs/proc/.proc_tty.o.d -nostdinc -isystem /data/repos/cm/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/data/repos/kernels/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-m... | bigbiff/i717-GB-Kernel | fs/proc/.proc_tty.o.cmd | bat | gpl-2.0 | 19,916 |
cmd_drivers/media/usb/dvb-usb/dvb-usb-dtt200u.o := ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ld -EL -r -o drivers/media/usb/dvb-usb/dvb-usb-dtt200u.o drivers/media/usb/dvb-usb/dtt200u.o drivers/media/usb/dvb-usb/dtt200u-fe.o
| avareldalton85/rpi2-linux-rt | drivers/media/usb/dvb-usb/.dvb-usb-dtt200u.o.cmd | bat | gpl-2.0 | 276 |
cmd_fs/proc/inode.o := arm-none-linux-gnueabi-gcc -Wp,-MD,fs/proc/.inode.o.d -nostdinc -isystem /opt/CodeSourcery/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.3/include -I/home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -... | EAVR/EV3.14 | ev3sources/extra/linux-03.20.00.13/fs/proc/.inode.o.cmd | bat | gpl-2.0 | 24,804 |
cmd_arch/x86/realmode/rm/realmode.elf := ld -m elf_x86_64 --emit-relocs -T arch/x86/realmode/rm/realmode.lds arch/x86/realmode/rm/header.o arch/x86/realmode/rm/trampoline_64.o arch/x86/realmode/rm/stack.o arch/x86/realmode/rm/reboot.o arch/x86/realmode/rm/wakeup_asm.o arch/x86/realmode/rm/wakemain.o arch/x86/realmode... | acheron1502/android_kernel_BLU_BLU_PURE_XL | arch/x86/realmode/rm/.realmode.elf.cmd | bat | gpl-2.0 | 564 |
@echo off
copy conf\sqltool.rc %UserProfile%
mkdir transport
call startup.bat
| fprates/iocaste | src/install.bat | bat | gpl-2.0 | 78 |
cmd_drivers/md/built-in.o := /home/yyoung.kim/Toolchain/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o drivers/md/built-in.o drivers/md/dm-mod.o drivers/md/dm-crypt.o
| PrestigeMod/SHW-M440S | drivers/md/.built-in.o.cmd | bat | gpl-2.0 | 195 |
cmd_fs/devpts/devpts.o := /home/friedrich420/kernel/sm-arm-eabi-4.10/bin/arm-eabi-ld -EL -r -o fs/devpts/devpts.o fs/devpts/inode.o
| friedrich420/Note-3-Kernel | fs/devpts/.devpts.o.cmd | bat | gpl-2.0 | 136 |
UDIRX=`pwd`
cd ../../source/SPHYSICSgen2D/
make -f SPHYSICSgen_gfortran.mak clean
make -f SPHYSICSgen_gfortran.mak
if [ $? -eq 0 ]; then
SPHYSICSGENcompilationDone="yes"
echo 'SPHYSICSGENcompilationDone = ' $SPHYSICSGENcompilationDone
cd $UDIRX
../../execs/SPHYSICSgen_2D < Case8.txt > "Case8.out"
if [ $? -eq ... | slitvinov/sphysics2d | run_directory/Case8/Case8_unix_gfortran.bat | bat | gpl-3.0 | 1,091 |
-stack 0x2000 /* PRIMARY STACK SIZE */
-sysstack 0x1000 /* SECONDARY STACK SIZE */
-heap 0x2000 /* HEAP AREA SIZE */
MEMORY
{
PAGE 0:
VEC(RWX) : origin = 0000100h length = 000100h
DATA(RWX) : origin = 0000200h length = 017E00h
... | DMFX-1/Software | DMFX_1_1/c55xx_csl/ccs_v5.0_examples/usb/CSL_USB_PollExample/VC5505_USB.cmd | bat | gpl-3.0 | 702 |
@rem set BOOST_ROOT=
set CXXFLAGS=-I%BOOST_ROOT%
set CFLAGS=-I%BOOST_ROOT%
@rem C:\DEV\boost_1_55_0
bjam.exe define=TORRENT_NO_ASSERTS=1 define=TORRENT_DISABLE_INVARIANT_CHECKS=1 -j7 debug toolset=msvc %1 %2 %3 | tee build.log
bjam.exe define=TORRENT_NO_ASSERTS=1 define=TORRENT_DISABLE_INVARIANT_CHECKS=1 -j7 rele... | franciscocpg/pop | Import/libtorrent/makehappy.cmd | bat | gpl-3.0 | 457 |
@echo off
PublishSpacedock.py @publish_spacedock_args.txt
| ihsoft/EasyVesselSwitch | Tools/publish_spacedock.cmd | bat | unlicense | 58 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\cbor\bin\json2cbor" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\cbor\bin\json2cbor" %*
) | rbenech/RiWebApps | mqtt-test/node_modules/.bin/json2cbor.cmd | bat | unlicense | 178 |
@echo off
echo.
rem pause
rem echo.
cd %~dp0
cd..
set MAVEN_OPTS=%MAVEN_OPTS% -Xms256m -Xmx512m -XX:PermSize=128m -XX:MaxPermSize=256m
call mvn tomcat7:run
cd bin
pause | God2016/poster_1472181226002 | bin/run-tomcat7.bat | bat | apache-2.0 | 172 |
java -cp lib/LogAnalyzerFramework-1.0-SNAPSHOT.jar;lib/log4j-1.2.16.jar;lib/jyaml-1.3.jar;lib/commons-lang-2.6.jar;lib/commons-collections-3.2.1.jar;lib/commons-cli-1.2.jar;lib/mail-1.4.7.jar;lib/commons-io-2.4.jar loganalyzer.core.AnalyseLogTaskLauncher -log log4j.xml -task task.yaml
| yunshouhu/LogAnalyzer | output/start.bat | bat | apache-2.0 | 286 |
cls
@echo off
echo ***************************************************************************
echo *
echo * SYNTAX ANALYSER TEST
echo *
echo * Course: Compiler Connstruction for HEDSPI 55
echo *
echo * Part 1: Normal syntax
echo * Part 2: Error syntax
echo * Part 3: Special syntax
... | duongnd313/pl0compiler | aaaa/runTest.bat | bat | apache-2.0 | 2,511 |
@echo off
rem
rem Copyright (c) Orient Technologies LTD (http://www.orientechnologies.com)
rem
echo .
echo .` `
echo , `:.
echo `,` ,:` ... | MarcoPolo-Project/IDE | bin/server.bat | bat | apache-2.0 | 3,429 |
@Echo OFF
Echo.
Echo LAUNCH DIRECTORY
Echo ----------------
Echo "%~dp0"
Echo.
Echo CURRENT DIRECTORY
Echo -----------------
Echo "%CD%"
Echo.
Set PD=%~dp0..
Set JAVA_BIN=%PD%\jre\bin\java.exe
Set JAVAW_BIN=%PD%\jre\bin\javaw.exe
Echo JAVA BIN
Echo --------
Echo "%JAVA_BIN%"
Echo.
Echo JAVA ... | mjremijan/ferris-tweial | src/assembly/windows/bat/start-tweial.bat | bat | apache-2.0 | 481 |
python pymos -ts 75 C:\Users\maura\Documents\GitHub\hackbaseball\images\higgins.jpg c:\dev\mosaic.png C:\Users\maura\Documents\GitHub\hackbaseball\blob\source | codingoutloud/hackbaseball | test.bat | bat | apache-2.0 | 158 |
@echo off
set testno=1
echo Flex test %testno%
set mingw=C:\MinGW
set PATH=%PATH%;%mingw%\bin;%mingw%\msys\1.0\bin
if exist test%testno%.exe del test%testno%.exe
flex.exe -i -Ptest%testno% test%testno%.l
gcc lex.test%testno%.c -s -Wall -Wextra -Wconversion -Os -otest%testno% 2> test%testno%.err
cat test%testno%.l ... | oboroc/misc | flex-test/test1/build-test1.cmd | bat | apache-2.0 | 339 |
::
:: Copyright 2014-2019 Real Logic Ltd.
::
:: 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 agree... | galderz/Aeron | aeron-samples/scripts/pong.bat | bat | apache-2.0 | 880 |
Sc.exe stop OneCService2
| allustin/one-c-connectors | Projects/OneCService2/OneCService2/scripts/stop.bat | bat | apache-2.0 | 26 |
"%PREFIX%\python.exe" -m nose nb_config_manager -vv
| Anaconda-Server/nb_config_manager | conda.recipe/run_test.bat | bat | bsd-3-clause | 52 |
java -jar packr.jar json\linux64-build.json
| Aeo-Informatik/Space-Bombs | build-tools/linux64-build.bat | bat | mit | 44 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_LISTSWS.S04_OperationOnAttachment.MSLISTSWS_S04_TC01_AddAttachment_ContentLengthZero /testcontainer:..\..\MS-LISTSWS\TestSuite\bin\Debug\MS-LISTSWS_TestSuite.dll /runconfig:..\..\MS-LISTSWS\MS-LISTSWS.testsettings /unique
paus... | XinwLi/Interop-TestSuites-1 | SharePoint/Source/Scripts/MS-LISTSWS/RunMSLISTSWS_S04_TC01_AddAttachment_ContentLengthZero.cmd | bat | mit | 321 |
@echo off
setlocal
REM Set intermediate env vars because the %VAR:x=y% notation below
REM (which replaces the string x with the string y in VAR)
REM doesn't handle undefined environment variables. This way
REM we're always dealing with defined variables in those tests.
set CHK_HOME=_%AWS_AUTO_SCALING_HOME%
if "%CHK_... | coen-hyde/dotfiles | libs/aws-autoscaling-cli/bin/as-record-lifecycle-action-heartbeat.cmd | bat | mit | 518 |
rem cd /d "C:\Program Files\MinGW\bin"
"C:\Program Files\MinGW\bin\mingw32-make.exe" --directory=..\src --makefile=Makefile.mingw clean
"C:\Program Files\MinGW\bin\mingw32-make.exe" --directory=..\src --makefile=Makefile.mingw
pause | mmarchini/twin-e-snmp | dists/mingw_build.cmd | bat | gpl-2.0 | 235 |
cmd_net/ipv4/tunnel4.o := /opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc -Wp,-MD,net/ipv4/.tunnel4.o.d -nostdinc -isystem /root/asuswrt-bender/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict... | matteocrippa/dsl-n55u-bender | release/src-ra/linux/linux-2.6.21.x/net/ipv4/.tunnel4.o.cmd | bat | gpl-2.0 | 21,075 |
cmd_fs/nfs_common/nfs_acl.o := /home/milind/toolchain/arm-eabi-4.6/bin/arm-eabi-ld -EL -r -o fs/nfs_common/nfs_acl.o fs/nfs_common/nfsacl.o
| sai9615/MY-kernel-for-grand-I9082 | fs/nfs_common/.nfs_acl.o.cmd | bat | gpl-2.0 | 144 |
@if (@X)==(@Y) @end /* JScript comment
@echo off
rem :: the first argument is the script name as it will be used for proper help message
cscript //E:JScript //nologo "%~f0" %*
exit /b %errorlevel%
@if (@X)==(@Y) @end JScript comment */
//gets an information that normally is acquired by right click-details
//... | TheBigBear/batch.scripts | hybrids/jscript/pinnerJS.bat | bat | mit | 4,897 |
@Echo Off
set ANT_HOME=D:\Dependencies\Ant\
set ANT_BIN=%ANT_HOME%bin\
set ANT_EXE=%ANT_BIN%ant.bat
set ANT_VERSION=1.8.0
| gammalgris/batch-utilities | environments/ant/properties-ant.bat | bat | mit | 123 |
regsvr32 /u UNCOM.dll
regsvr32 UNCOM.dll | efool/tianluo | lib/Winic/SMSAPI/ActiveX dll/注册DLL.bat | bat | gpl-2.0 | 40 |
java -jar BuildRelease1.2.jar
pause | judos/hardCrafting | BuildRelease.bat | bat | gpl-3.0 | 35 |
nuget pack EveLib.EveXml.csproj -IncludeReferencedProjects -Prop Configuration=Release -S
pause | stiez/evelib | EveLib.EveXml/pack.bat | bat | apache-2.0 | 95 |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=_build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% .
set I18NSPHINXOPTS=%SPHINXOPTS% .
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
set I18N... | dilawar/moose-full | moose-core/Docs/user/py/make.bat | bat | gpl-2.0 | 5,094 |
#!/bin/csh
###
# $LocalVisionRoot/adminScripts/filteredSpaces.cmd
#
# This script gets a subset of the ObjectSpaces after removing those found
# within $adminArea/helpers/NetMaintOSExcludeList.
#
# It takes a start and end parameter specifying the sequence range.
#
###
if ($# != 2) then
echo "Usage: $0 start en... | MichaelJCaruso/vision | application/localvision/adminScripts/filteredSpaces.cmd | bat | bsd-3-clause | 937 |
@ECHO OFF
REM (C) 2012-2017 see Authors.txt
REM
REM This file is part of MPC-HC.
REM
REM MPC-HC is free software; you can redistribute it and/or modify
REM it under the terms of the GNU General Public License as published by
REM the Free Software Foundation; either version 3 of the License, or
REM (at your option) any ... | XhmikosR/mpc-hc | contrib/run_astyle.bat | bat | gpl-3.0 | 1,611 |
@echo off
rem Make sure that environment edits are local and that we have access to the
rem Windows command extensions.
setlocal enableextensions
if not errorlevel 1 goto extensionsokay
echo Unable to enable Windows command extensions.
goto end
:extensionsokay
rem Make sure VUFIND_HOME is set:
if not "!%VUFIND_HOME%!... | ubtue/ixTheo | harvest/batch-import-marc-auth.bat | bat | gpl-2.0 | 3,323 |
echo "This is a failing test"
exit /b 1
| Originate/morula | features/examples/failing/bin/spec.cmd | bat | isc | 40 |
set PGPORT=5445
set PGHOST=localhost
set PGUSER=postgres
set PGPASSWORD=postgres
set PGDATABASE=Coverages
set PGBIN=%~dp0..\..\bin-ext\postgresql-win64-9.1.3-2\bin
"%PGBIN%\pg_dump" --file=dump --format=d --schema-only --compress=0 --create
| as-zhuravlev/logistics_crs_prj | Utils/postgres/pgdump-run.cmd | bat | mit | 248 |
@ECHO OFF
mkdir build\logs
%MSBuildRoot%\msbuild.exe "build\runner.msbuild" /t:Rebuild;Test /p:Configuration=Debug /l:FileLogger,Microsoft.Build.Engine;logfile=build\logs\runner.log;verbosity=detailed
if "%1" NEQ "noprompt" PAUSE
| ruthlesshelp/Presentations | ContinuousIntegration/runner.bat | bat | mit | 232 |
java -jar ./target/bpl-jar-with-dependencies.jar %1
| baeda/bpl | bplc.bat | bat | mit | 52 |
::
:: CMGen
:: Copyright (C) 2015 Dmitriy Ka
::
:: 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) any later version.
::
:: This program ... | dmkrepo/cmgen | install.cmd | bat | gpl-2.0 | 8,962 |
@echo off
color 66
echo =======================================
echo = AtNet Cms .NET ! ºËÐijÌÐò¼¯Éú³É¹¤¾ß =
echo =======================================
set dir=%~dp0
set megdir=%dir%\refrence.dll\
if exist "%megdir%merge.exe" (
echo Éú³ÉÖÐ,ÇëÉÔµÈ...
cd %dir%bin\
echo /keyfile:%dir%\Source_Code\AtNet.Cms.Co... | chenkaibin/cms | build.bat | bat | gpl-2.0 | 991 |
start patcher --data=.. --rules=demos --debug=* --consoleloglevel=4 | unforbidable/patcher | data/Patcher/Patcher-demos.bat | bat | gpl-2.0 | 67 |
cmd_scripts/kconfig/conf.o := gcc -Wp,-MD,scripts/kconfig/.conf.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -DCURSES_LOC="<ncurses.h>" -DLOCALE -c -o scripts/kconfig/conf.o scripts/kconfig/conf.c
deps_scripts/kconfig/conf.o := \
scripts/kconfig/conf.c \
$(wildcard include/config/allconfig.h) \
... | gzdaoke/linux2.6.32_kernel | scripts/kconfig/.conf.o.cmd | bat | gpl-2.0 | 2,929 |
cmd_drivers/char/dm365_imp.o := /root/CodeSourcery/Sourcery_G++_Lite//bin/arm-none-linux-gnueabi-ld -EL -r -o drivers/char/dm365_imp.o drivers/char/dm365_ipipe.o drivers/char/dm365_def_para.o drivers/char/dm365_ipipe_hw.o drivers/char/dm3xx_ipipe.o
| gzdaoke/linux2.6.32_kernel | drivers/char/.dm365_imp.o.cmd | bat | gpl-2.0 | 253 |
"%GBC%\fart.exe" "zsnesw.cfg" [ROMPTH] "%GBG%\%GAM%\%CONS%\%SNES%\%CSTM%"
"%GBC%\fart.exe" "zsnesw.cfg" [ROMPTH] "%GBG%\%GAM%\%CONS%\%SNES%\%CSTM%"
"%GBC%\fart.exe" "zsnesw.cfg" \ \\
| HoodlumDTX/rom-jacket | Snesinject.bat | bat | gpl-2.0 | 186 |
cmd_arch/arm/lib/muldi3.o := arm-linux-gnueabihf-gcc -Wp,-MD,arch/arm/lib/.muldi3.o.d -nostdinc -isystem /usr/lib/gcc/arm-linux-gnueabihf/4.6/include -I/home/tyler/dev/rk3188/tylermk908/arch/arm/include -Iarch/arm/include/generated -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/ar... | tyeo098/MK908-Kernel-NAND | arch/arm/lib/.muldi3.o.cmd | bat | gpl-2.0 | 1,320 |
@echo off
echo TITLE Shutdown GeoServer
cd ..\apache-tomcat-7.0.65\bin\
call shutdown.bat | GeoNode/geonode-win-installer | shutdown_geoserver.bat | bat | gpl-3.0 | 90 |
@echo off
setlocal EnableDelayedExpansion
@if exist _objs del /f _objs
echo OBJSX = \> _objs
for /f "delims=" %%A in ('forfiles /s /p src /m *.cpp /c "cmd /c echo @relpath"') do (
setlocal enableDelayedExpansion
set "source=%%~A"
set source=!source:~2!
set "end= \"
set "firstLine= $(SOURCE_DIR)\... | ppmanager/ppm | out/_ppm/cpp_/cl/scanfiles.cmd | bat | gpl-3.0 | 397 |
@echo off
title freeCast server NodeJs
:first
cls
node server.js
pause
goto first | tkon99/freeCast | run.bat | bat | gpl-3.0 | 86 |
omniidl -bcxx -Wba -nf -I"%RTM_ROOT%\\rtm\\idl" Simulator.idl | ogata-lab/v_repExtRTC | idl/makeidl.bat | bat | gpl-3.0 | 61 |
cmd_/var/tmp/stbgcc-4.5.3-2.4-root-root//opt/toolchains/stbgcc-4.5.3-2.4/mipsel-linux-uclibc/sys-root/usr/include/linux/byteorder/.install := perl /usr/src/redhat/BUILD/linux-2.6.37/scripts/headers_install.pl /usr/src/redhat/BUILD/linux-2.6.37/include/linux/byteorder /var/tmp/stbgcc-4.5.3-2.4-root-root//opt/toolchains/... | javilonas/NCam | cross/stbgcc-4.5.3-2.4/mipsel-linux-uclibc/sys-root/usr/include/linux/byteorder/..install.cmd | bat | gpl-3.0 | 837 |
java -cp .\LinuxJoystick.jar;.\JoyMonitor.jar -Djava.library.path=. -Dswing.defaultlaf=com.sun.java.swing.plaf.windows.WindowsLookAndFeel joymonitor.Main | wheerdam/linuxjoy | dev-distrib/joymonitor.bat | bat | gpl-3.0 | 153 |
@echo off
setlocal
set QTASTE_ROOT=%~dp0\..
java -Xms64m -Xmx512m -cp %QTASTE_ROOT%\plugins\*;%QTASTE_ROOT%\kernel\target\qtaste-kernel-deploy.jar;testapi\target\qtaste-testapi-deploy.jar com.qspin.qtaste.kernel.campaign.CampaignLauncher %*
endlocal
| qspin/qtaste | bin/qtaste_campaign_start.bat | bat | lgpl-3.0 | 255 |
msg * %1%
%SystemRoot%\system32\cmd.exe /t:0E
REM ............................Systémová nápovìda pro CMD.EXE........................
REM /c Provede prikaz zadaný parametrem øetìzec a ukonèí práci.
REM /k Provede prikaz zadaný parametrem øetìzec a pokraèuje v provádìní.
REM /s Mení zpùsob zpracování parametru ø... | kubow/HAC | msg.bat | bat | unlicense | 2,768 |
@echo off
if "%2" == "" goto argumentsError
rem Make sure prerequisite environment variables are set
if not "%JAVA_HOME%" == "" goto gotJavaHome
echo The JAVA_HOME environment variable is not defined
echo This environment variable is needed to run this program
goto exit
:gotJavaHome
if not exist "%JAVA_HOME%\bin\java... | jecuendet/maven4openxava | dist/openxava/tomcat/bin/start-hsqldb.bat | bat | apache-2.0 | 1,504 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_FSSHTTP_FSSHTTPB.MS_FSSHTTP_FSSHTTPB_S03_SchemaLock.TestCase_S03_TC31_ReleaseLock_ExclusiveLock /testcontainer:..\..\MS-FSSHTTP-FSSHTTPB\TestSuite\bin\Debug\MS-FSSHTTP-FSSHTTPB_TestSuite.dll /runconfig:..\..\MS-FSSHTTP-FSSHTTP... | XinwLi/Interop-TestSuites-1 | FileSyncandWOPI/Source/Scripts/MS-FSSHTTP-FSSHTTPB/RunTestCase_S03_TC31.cmd | bat | mit | 368 |
cmd_drivers/media/video/videodev.o := /media/sagformas/47f72a56-be22-485d-ba83-da42e0d4eb18/fuentes/Samsung/TrendPlus/GT-S7580_JB_Opensource/rk-prebuilts/bin/arm-eabi-ld.bfd -EL -r -o drivers/media/video/videodev.o drivers/media/video/v4l2-dev.o drivers/media/video/v4l2-ioctl.o drivers/media/video/v4l2-device.o driv... | EPDCenter/android_kernel_archos_97_titan | drivers/media/video/.videodev.o.cmd | bat | gpl-2.0 | 447 |
set Version_H_PATH=Combo\Version.h
set Version_Set_PATH=Version_Set_Combo.bat
set Version_Create_PATH=VersionCTL\Version_Create.bat
set Update_File_PATH=Release\update_combo.txt
SET APP_SubWCRev=C:\Program Files\TortoiseSVN\bin\SubWCRev.exe
set Svn_WorkingCopyPath=Combo
set ShowDbgMsg=
if "%1" == "1" (
pus... | closer76/pcman-windows | Version_PreBuildEvent_Combo.bat | bat | gpl-2.0 | 538 |
@echo off
setlocal ENABLEDELAYEDEXPANSION
for /F "tokens=*" %%A in (copydirs.txt) do (
ECHO processing %%A....
for /L %%f in (1,1,3) do (
set j=00%%f
copy X:\Bookeye_Exports\Wyoming_Student\v_19_1916_1917\%%A\000.xml X:\Bookeye_Exports\Wyoming_Student\v_19_1916_1917\%%A\!j:~-3!.xml
)
)
endl... | amandarl/myIslandoraScripts | bat/copy.bat | bat | gpl-2.0 | 325 |
@echo off
REM
REM Copyright (C) 2010 Funambol, Inc. All rights reserved.
REM
setlocal
set SCRIPT_NAME=%~nx0
set CURRENT_DIR=%cd%
set FUNAMBOL_HOME=%~dp0..
set DS_HOME=%FUNAMBOL_HOME%\ds-server
rem Setting the JAVA_HOME to the bundle one if not set or if not correctly set
IF "%JAVA_HOME%" == "" (
set JAVA_HOME=%... | accesstest3/cfunambol | bundle-resources/src/main/resources/Funambol/bin/patch.cmd | bat | agpl-3.0 | 1,242 |
@echo off
call bapp_w320g @parfile.bld
:copy terminal.exe %CCCDIR%\usr\bin\%CCCUNAME%
:copy *.v2i %CCCDIR%\usr\bin\%CCCUNAME%
| mrev11/ccc3 | terminal/windows/m.bat | bat | lgpl-2.1 | 134 |
:if exist "%windir%\SysWOW64" ( C:\Windows\Microsoft.NET\Framework64\v4.0.30319\InstallUtil /u VoicePlayService.exe ) else ( C:\Windows\Microsoft.NET\Framework\v4.0.30319\InstallUtil /u VoicePlayService.exe )
C:\Windows\Microsoft.NET\Framework\v4.0.30319\InstallUtil /u VoicePlayService.exe
pause | FinchYang/study | CDMservers/VoicePlayService/cdmvoiceuninstall.bat | bat | apache-2.0 | 301 |
@echo off
net stop "WireMock.Net.Service" | StefH/WireMock.Net | examples/WireMock.Net.Service/Service-Stop.bat | bat | apache-2.0 | 42 |
del bin\OscGroupClient.exe
del bin\OscGroupServer.exe
mkdir bin
g++ OscGroupClient.cpp md5.cpp ..\oscpack\osc\OscOutboundPacketStream.cpp ..\oscpack\osc\OscTypes.cpp ..\oscpack\osc\OscReceivedElements.cpp ..\oscpack\ip\win32\NetworkingUtils.cpp ..\oscpack\ip\win32\UdpSocket.cpp ..\oscpack\ip\IpEndpointName.cpp -Wa... | gabrield/beebox | oscgroups/make.MinGW32.bat | bat | bsd-2-clause | 710 |
@echo off
rem -------
rem Script for apply AMPs to installed WAR
rem -------
set ALF_AMP_PARAMS=
set ALF_AMP_NOWAIT=
:ParamsLoop
if "%~1"=="" goto ParamsLoopContinue
if "%~1"=="nowait" shift & set ALF_AMP_NOWAIT=yes& goto ParamsLoop
set ALF_AMP_PARAMS=%ALF_AMP_PARAMS% %1
shift
goto :ParamsLoop
:ParamsLoopContinue
se... | nguyentienlong/community-edition | packaging/installer/src/main/resources/bitrock/bitrock/alfresco/commands/apply_amps.bat | bat | lgpl-3.0 | 1,660 |
@echo off
setlocal
if not exist %1 exit /B 1
cd %1
:: Get the git commit
set _GIT_COMMIT_FILE=%TEMP%\consul-git_commit.txt
set _GIT_DIRTY_FILE=%TEMP%\consul-git_dirty.txt
set _GIT_DESCRIBE_FILE=%TEMP%\consul-git_describe.txt
set _NUL_CMP_FILE=%TEMP%\consul-nul_cmp.txt
type NUL >%_NUL_CMP_FILE%
git rev-parse HEAD >... | apihub/apihub | vendor/github.com/hashicorp/consul/scripts/windows/build.bat | bat | bsd-2-clause | 1,076 |
@echo off
setlocal
set SLN_FILE=%~dp0src\NQueryViewer\NQueryViewer.csproj
set OUT_DIR=%~dp0bin\
dotnet run --project %SLN_FILE% --nologo -o %OUT_DIR% -- %*
| terrajobst/nquery-vnext | run.cmd | bat | mit | 157 |
@ECHO OFF
pushd %~dp0
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set SOURCEDIR=.
set BUILDDIR=_build
set SPHINXPROJ=TitanicAttempt
if "%1" == "" goto help
%SPHINXBUILD% >NUL 2>NUL
if errorlevel 9009 (
echo.
echo.The 'sphinx-build' command was not found. M... | brookemosby/titanic | docs/make.bat | bat | mit | 782 |
set DSTPATH=../../bin/qtrk
cp cudart32_50_35.dll %DSTPATH%
cp qtrkcudad-labview.dll %DSTPATH%
cp qtrkcudad-labview.pdb %DSTPATH%
cp qtrkcuda-labview.dll %DSTPATH%
cp qtrkcuda-labview.pdb %DSTPATH%
cp qtrk-labview.dll %DSTPATH%
cp qtrk-labview.pdb %DSTPATH%
cp qtrkd-labview.dll %DSTPATH%
cp qtrkd-labview.pdb %DSTPATH... | jcnossen/qtrk | lv/CopyToTweezerTracker.bat | bat | mit | 410 |
java Client.java | kieranhogan13/Java | Distributed Systems/Assignment 1/Archive/Client.bat | bat | mit | 16 |
set OLDCD=%CD%
pushd ..\..\..\
set OLDPATH=%PATH%
set PATH=%BOOST_ROOT%;%MINGW32%;%MINGW32%\bin\;%PATH%
b2 -j %NUMBER_OF_PROCESSORS% toolset=gcc address-model=32 debug > %OLDCD%\debug_x86.txt 2>&1
set PATH=%OLDPATH%
popd
| lvous/hadesmem | build/full/gcc/debug_x86.bat | bat | mit | 228 |
@echo off
set /p var="enter any value: "
echo "%var% was entered"
| friendlyted/mvnsh | mvnsh-scripts/src/main/resources/win/input.bat | bat | mit | 69 |
lua lw-replay.lua | Houshalter/lw-replay | lw-replay.bat | bat | mit | 17 |
php.exe ../../index.php demo:greet Petrov --yell
TIMEOUT /T 30 | bsa-git/silex-mvc | app/Console/scripts/demo/greet.bat | bat | mit | 63 |
%SystemRoot%\Microsoft.NET\Framework\v2.0.50727\csc.exe /target:exe /out:TestSSLServer.exe /main:TestSSLServer /debug+ Src\*.cs Asn1\*.cs X500\*.cs
| saka8490/TestSSLServer | build.cmd | bat | mit | 149 |
@echo off
SETLOCAL enabledelayedexpansion
TITLE Elasticsearch 5.0.2
SET params='%*'
rem TODO: remove for Elasticsearch 6.x
set bad_env_var=0
if not "%ES_MIN_MEM%" == "" set bad_env_var=1
if not "%ES_MAX_MEM%" == "" set bad_env_var=1
if not "%ES_HEAP_SIZE%" == "" set bad_env_var=1
if not "%ES_HEAP_NEWSIZE... | ashnewport/elasticsearch | elasticsearch-5.0.2/bin/elasticsearch.bat | bat | mit | 3,343 |
::BATCH script to upload / install a new infopath form template, and activate it for a particular site collection (uses STSADM commands)
::Publish the form to a location lets say it is published at C:\InfoPathForms\Publish\sample.xsn
cd C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN
::uncom... | borkit/scriptdump | batch/SharePoint/InstallNewInfoPathFormTemplate.bat | bat | mit | 912 |
@ECHO off
py -m pip install numpy
@ECHO:
py -m pip install openCV-python
| DieJames/CherryQuant | setup.bat | bat | mit | 77 |
cmd_mm/slub.o := arm-eabi-gcc -Wp,-MD,mm/.slub.o.d -nostdinc -isystem /data/repos/cm/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/data/repos/kernels/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm/include -Wall -... | bigbiff/i717-GB-Kernel | mm/.slub.o.cmd | bat | gpl-2.0 | 28,277 |
cmd_arch/arm/lib/memcpy.o := /home/playfulgod/Android/2.3.5/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.memcpy.o.d -nostdinc -isystem /home/playfulgod/Android/2.3.5/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/../lib/gcc/arm-eabi/4.4.0/include -Iinclude -I/home/playfulgod/And... | Jewbie/Kernel-2.6.32 | arch/arm/lib/.memcpy.o.cmd | bat | gpl-2.0 | 1,770 |
cmd_libbb/herror_msg.o := arm-linux-musleabihf-gcc -Wp,-MD,libbb/.herror_msg.o.d -std=gnu99 -Iinclude -Ilibbb -include include/autoconf.h -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D"BB_VER=KBUILD_STR(1.22.1)" -DBB_BT=AUTOCONF_TIMESTAMP -Wall -Wshadow -Wwrite-strings -W... | ThinkIntegrate/busybox | libbb/.herror_msg.o.cmd | bat | gpl-2.0 | 11,372 |
@setlocal
@pushd "%~dp0"
@if not "%VisualStudioVersion%" == "" Set HAS_VSDEV=TRUE
@if not "%HAS_VSDEV%" == "TRUE" CALL "%VS140COMNTOOLS%VsDevCmd.bat" %1
@if "%Platform%" == "X64" Set $DIR_SIFFIX=_x64
@pushd build_static%$DIR_SIFFIX%
MSBuild INSTALL.vcxproj /m /p:Configuration=Release
@popd
@pushd build_shared%$DIR_SIF... | kazuyaujihara/osra_vs | libpng/vs2015/install.bat | bat | gpl-2.0 | 439 |
cmd_kernel/irq/spurious.o := /pub/CIS520/usr/arm/bin/arm-angstrom-linux-gnueabi-gcc -Wp,-MD,kernel/irq/.spurious.o.d -nostdinc -isystem /net/files.cis.ksu.edu/exports/public/CIS520/usr/arm/bin/../lib/gcc/arm-angstrom-linux-gnueabi/4.3.3/include -Iinclude -I/net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Ker... | mjmccall/Kernel | kernel/irq/.spurious.o.cmd | bat | gpl-2.0 | 19,858 |
cmd_fs/char_dev.o := ppc_4xx-gcc -m32 -Wp,-MD,fs/.char_dev.o.d -nostdinc -isystem /tools/dev/eldk/usr/bin/../lib/gcc/powerpc-linux/4.2.2/include -I/tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -Iarch/powerpc -Wall -Wundef -Wstrict-prototypes -Wno-tri... | mattkelly/linux-2.6-xlnx | fs/.char_dev.o.cmd | bat | gpl-2.0 | 21,242 |
@echo off
set PYTHONPATH=%~dp0
set PYTHON=python3
call run_scapy.bat | mtury/scapy | run_scapy_py3.bat | bat | gpl-2.0 | 68 |
cmd_drivers/media/common/built-in.o := /home/dolphinor/arm-2009q3/bin/arm-none-eabi-ld -EL -r -o drivers/media/common/built-in.o drivers/media/common/tuners/built-in.o
| SeoDongMin/Gace_kernel | drivers/media/common/.built-in.o.cmd | bat | gpl-2.0 | 173 |
cmd_arch/powerpc/boot/simpleImage.virtex440-rgmii-dma-plb-6-4 := /bin/sh /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/boot/wrapper -c -o arch/powerpc/boot/simpleImage.virtex440-rgmii-dma-plb-6-4 -p simpleboot-virtex440-rgmii-dma-plb-6-4 -C "ppc_4xx-" -d arch/powerpc/boot/virtex440-rgmii-dma-plb-6-4.dtb vmlinux
| mattkelly/linux-2.6-xlnx | arch/powerpc/boot/.simpleImage.virtex440-rgmii-dma-plb-6-4.cmd | bat | gpl-2.0 | 313 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.