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 |
|---|---|---|---|---|---|
cmd_firmware/built-in.o := rm -f firmware/built-in.o; arm-linux-ar rcs firmware/built-in.o
| beebingoo/linux-2.6.32.2 | firmware/.built-in.o.cmd | bat | gpl-2.0 | 92 |
@echo off
call ./set-env.cmd
start %SOFTWARE_DIR%\intellij-2016.2.5\bin\idea64.exe
| sjahreis/seu-as-code.packages | com.jetbrains/intellij/2016.2.5/files/start-intellij.bat | bat | apache-2.0 | 84 |
@echo off
rem $Id: TextComparer.bat,v 1.2 2014/05/10 00:52:43 marka Exp $
rem mark.armbrust@pobox.com
setlocal
if not "%3"=="" goto :USAGE
if "%1"=="/?" goto :USAGE
if not "%~1"=="" (
set "_arg1=%~f1"
)
if not "%~2"=="" (
set "_arg2=%~f2"
)
pushd "%~dp0"
if NOT "%~1"=="" (
if NOT "%~2"=="" (
java -classpa... | beswarm/nand2tetris | tools/TextComparer.bat | bat | lgpl-2.1 | 658 |
cmd_drivers/usb/misc/built-in.o := rm -f drivers/usb/misc/built-in.o; arm-eabi-ar rcs drivers/usb/misc/built-in.o
| R-M-S/RMS_DragunKernel_V.11-MAX-9-3-2012_3.0.42 | drivers/usb/misc/.built-in.o.cmd | bat | gpl-2.0 | 115 |
@echo off
REM ---------------------------------------------------------------------------
REM Copyright 2005,2006 WSO2, Inc. http://www.wso2.org
REM
REM Licensed under the Apache License, Version 2.0 (the "License");
REM you may not use this file except in compliance with the License.
REM You may obtain a copy of t... | sanethd/product-as | modules/samples/product/Jaxws-Jaxrs/jaxrs_content_negotiation/run-client.bat | bat | apache-2.0 | 3,266 |
@Title Build Extend
@Rem $Header: /cvsroot/adempiere/extend/RUN_build.bat,v 1.9 2005/09/16 00:49:02 jjanke Exp $
@CALL ..\utils_dev\myDevEnv.bat
@IF NOT %ADEMPIERE_ENV%==Y GOTO NOBUILD
@echo Cleanup ...
@"%JAVA_HOME%\bin\java" -Dant.home="." %ANT_PROPERTIES% org.apache.tools.ant.Main clean
@echo Building ... | erpcya/adempierePOS | extend/RUN_build.bat | bat | gpl-2.0 | 528 |
@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... | staranjeet/fjord | vendor/packages/Babel/docs/make.bat | bat | bsd-3-clause | 5,094 |
set ocd=%cd%
cd /d %~dp0
cd ..
rmdir /S /Q proj.android
cd /d %ocd%
| dxmgame/dxm-tutorials | tutorials/tu_lua/build/clean.android.bat | bat | mit | 79 |
@echo off
REM SetEnv.cmd for rober
set path=%path%;c:\bin\;%devdir%\scripts
set path=%path%;C:\Program Files\IIS\Microsoft Web Deploy V3
Set _NT_SYMBOL_PATH = symsrv*symsrv.dll*C:\symbols*http://msdl.microsoft.com/download/symbols
prompt [$P\]$S
pushd "%product%"
git status
pushd "%sln%
| eXtensoft/xf-2.0 | private/developer/rober/environment/setenv.cmd | bat | mit | 289 |
@if "%~1" == "" (
echo Usage : %0 directory. recursive add '-r' , replace add '-R'; preview without '-R'. more options see usage of %~dp0..\lzmw
echo Example-preview : %0 %CD%
echo Example-replace : %0 %CD% -R
echo Example-preview-sub-directory : %0 %CD% -r
echo Example-replace-sub-directory : %0 %C... | qualiu/testMobius | tools/bat/turn-off-bat-debug-in-dir.bat | bat | mit | 814 |
set PYTHONPATH=src;qq;plugins
C:\Python27\python webqq.py | evilbinary/robot | run.cmd | bat | mit | 57 |
@REM Build for Visual Studio compiler. Run your copy of vcvars32.bat or vcvarsall.bat to setup command-line compiler.
@echo OFF
ctime -begin winjump.ctm
REM Build tags file
ctags -R
REM Check if build tool is on path
REM >nul, 2>nul will remove the output text from the where command
where cl.exe >nul 2>nul
if %errorl... | Doy-lee/Winjump | src/build.bat | bat | mit | 1,933 |
@cd /D %~dp0
@tools\vlua.exe vmake %*
@rem pause
| louisliangjun/puss | vmake.cmd | bat | mit | 49 |
@echo off
rem golobal path define
set IDEV_HOME=c:\devtools
rem param parse and configuration
rem default arch is amd64
set ARCH=amd64
set PY_VER=3.4.2
if /i "%1" == "x86" set ARCH=x86
if /i "%2" == "2.7.8" set PY_VER=%2
rem qt related configuration
rem set QT_ARCH=_64
rem if /i %ARCH% == x86 set QT_ARC... | mysqto/snippets | batch/windevsetup.bat | bat | mit | 2,725 |
@echo off
REM the main script to 'setup' and 'cleanup' path information
REM to be called by other batch file(s)
REM -------------------------
REM MINGW INSTALL PARAMETERS!
REM -------------------------
set MINGW_STARTENV=setup-mingw.bat
set MINGW_APPSNAME=MinGW
set MINGW_USERPATH=%APPDATA%\%MINGW_APPSNAME%
... | my1matrix/mingw4user | tools/mingw-check.bat | bat | mit | 2,244 |
::*******************************************************************************************************
:: BuildBeta.bat - Gbtc
::
:: Tennessee Valley Authority, 2009
:: No copyright is claimed pursuant to 17 USC § 105. All Other Rights Reserved.
::
:: This software is made freely available under the TVA Open So... | GridProtectionAlliance/openECA | Build/Scripts/BuildBeta.bat | bat | mit | 1,282 |
call ..\..\nuget-key-mattjcowan.cmd
call deploy.cmd %nugetApiKey%
| mattjcowan/EasyPlugins | build/deploy-with-key.cmd | bat | mit | 66 |
@echo off
if "%1"=="help" (
echo usage {arch} {exec} {client_arg} {test_name}
echo {arch} m32, m64
echo {exec} photoshop, halide, ctests, asm, gimp, ppt
echo {client_arg}
echo {test_name}
exit /b
)
set CURRENT_DIR=%CD%
:: you could either run photoshop, halide_tests, c_tests or asm_tests
:: setup paths f... | CharithYMendis/Helium | dr_clients/utility/run.bat | bat | mit | 2,326 |
@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... | ryankanno/cookiecutter-py | {{cookiecutter.package_name}}/docs/make.bat | bat | mit | 7,027 |
@echo off
cd %~dp0
start "TEST SERVER" /I php -S 127.0.0.1:8080 router.php
| TakamiChie/Pico | phpserv.bat | bat | mit | 75 |
@echo off
setlocal
set originDir=%cd%
cd /D %~dp0
java -Xmx512m -classpath ./scouter-server-boot.jar scouter.boot.Boot ./lib
cd /D %originDir%
echo "Scouter Server Stopped..."
pause | scouter-project/scouter-demo | demo-env1/scouter/server/startup.bat | bat | mit | 181 |
E:\xampp\php\php.exe -q E:\xampp\htdocs\ql\websocket_start.php | jesshyl/jessRepo | start.bat | bat | mit | 62 |
/*-------------------------------------------------------------------*/
/* */
/* Compile options: */
/* */
/* CrtCmd Cmd( WRKNETUSR ... | ChrisHird/CF_API | cbx958/wrknetusr.cmd | bat | mit | 1,936 |
cmd_sound/core/snd-pcm.o := /home/algesat/arm-eabi-4.7/bin/arm-eabi-ld -EL -r -o sound/core/snd-pcm.o sound/core/pcm.o sound/core/pcm_native.o sound/core/pcm_lib.o sound/core/pcm_timer.o sound/core/pcm_misc.o sound/core/pcm_memory.o
| Algesat/BladeApex2 | sound/core/.snd-pcm.o.cmd | bat | gpl-2.0 | 237 |
cmd_sound/sound_core.o := arm-eabi-gcc -Wp,-MD,sound/.sound_core.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 | sound/.sound_core.o.cmd | bat | gpl-2.0 | 22,291 |
cmd_drivers/media/video/built-in.o := arm-linux-gnueabi-ld -EL -r -o drivers/media/video/built-in.o drivers/media/video/videodev.o drivers/media/video/v4l2-int-device.o drivers/media/video/v4l2-common.o drivers/media/video/sunxi_csi/device/built-in.o drivers/media/video/ir-kbd-i2c.o drivers/media/video/davinci/buil... | qubir/PhoenixA20_linux_sourcecode | drivers/media/video/.built-in.o.cmd | bat | gpl-2.0 | 365 |
cmd_net/mac80211/mac80211.o := arm-poky-linux-gnueabi-ld -EL -r -o net/mac80211/mac80211.o net/mac80211/main.o net/mac80211/status.o net/mac80211/sta_info.o net/mac80211/wep.o net/mac80211/wpa.o net/mac80211/scan.o net/mac80211/offchannel.o net/mac80211/ht.o net/mac80211/agg-tx.o net/mac80211/agg-rx.o net/mac80211/v... | heyoufei2/yocto3.14.38_kernel | net/mac80211/.mac80211.o.cmd | bat | gpl-2.0 | 782 |
REM Set this path to the UNC path RRender:
REM e.g. set "RR_ROOT=\\Fileserver\Share\RoyalRender"
set "RR_ROOT="
call "%RR_ROOT%\win__global.bat"
start "" "%RR_ROOT%\bin\win\rrConfig.exe" %RRCMD% %*
| michimussato/pypelyne2 | pypelyne2/payload/rr/7.0.29__installer/files/win__rrConfig.bat | bat | gpl-2.0 | 209 |
"%GBC%\fart.exe" "stella.ini" [ROMPTH] "%GBG%\%GAM%\%CONS%\%AT26%\%CSTM%"
| HoodlumDTX/rom-jacket | AT26inject.bat | bat | gpl-2.0 | 75 |
cmd_drivers/usb/gadget/g_android.o := /home/algesat/arm-eabi-4.7/bin/arm-eabi-ld -EL -r -o drivers/usb/gadget/g_android.o drivers/usb/gadget/android.o
| Algesat/BladeApex2 | drivers/usb/gadget/.g_android.o.cmd | bat | gpl-2.0 | 155 |
cmd_kdb/kdb_bp.o := gcc -Wp,-MD,kdb/.kdb_bp.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.6/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -O2 -fno-optimize-sibling-calls -mtune=generic -m64 -mno-red-zone -mcm... | dnh34/proj1 | kdb/.kdb_bp.o.cmd | bat | gpl-2.0 | 12,841 |
cmd_arch/arm/lib/memzero.o := /home/peter/Downloads/android-ndk-r5b/toolchains/arm-eabi-4.4.0/prebuilt/linux-x86/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.memzero.o.d -nostdinc -isystem /home/peter/Downloads/android-ndk-r5b/toolchains/arm-eabi-4.4.0/prebuilt/linux-x86/bin/../lib/gcc/arm-eabi/4.4.0/include -Iinclude -I/h... | paxchristos/R800x-2.3.3-Kernel | arch/arm/lib/.memzero.o.cmd | bat | gpl-2.0 | 1,806 |
cmd_drivers/media/rc/built-in.o := /home/adam/Android/Toolchains/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o drivers/media/rc/built-in.o drivers/media/rc/keymaps/built-in.o drivers/media/rc/rc-core.o drivers/media/rc/lirc_dev.o drivers/media/rc/ir-nec-decoder.o drivers/media/rc/ir-rc5-decoder.o drivers/media/rc/ir-rc6... | arshull/GalaTab3_Kernel | drivers/media/rc/.built-in.o.cmd | bat | gpl-2.0 | 471 |
cmd_networking/ping.o := gcc -Wp,-MD,networking/.ping.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 -Wundef -Wstrict-prototyp... | valentinthirion/android-tracebox-busybox | networking/.ping.o (Valentin-Thirions-MacBook-Airs in Konflikt stehende Kopie 2014-05-21).cmd | bat | gpl-2.0 | 10,396 |
cmd_sound/soc/jz4740/built-in.o := rm -f sound/soc/jz4740/built-in.o; /home/selva/android/kernel/Android_Toolchains/arm-eabi-4.4.3/bin/arm-eabi-ar rcs sound/soc/jz4740/built-in.o
| selva-simple/Galaxy-R-Kernel | sound/soc/jz4740/.built-in.o.cmd | bat | gpl-2.0 | 180 |
cmd_sound/pci/asihpi/built-in.o := rm -f sound/pci/asihpi/built-in.o; /home/livlogik/android/ndk/android-ndk-r10e/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/bin/aarch64-linux-android-ar rcsD sound/pci/asihpi/built-in.o
| livlogik/Evil_Yummy_Gumdrop--Tmo-V10-Kernel | sound/pci/asihpi/.built-in.o.cmd | bat | gpl-2.0 | 236 |
cmd_fs/nfs/built-in.o := /home/selva/android/kernel/Android_Toolchains/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o fs/nfs/built-in.o fs/nfs/nfs.o
| selva-simple/Galaxy-R-Kernel | fs/nfs/.built-in.o.cmd | bat | gpl-2.0 | 148 |
cmd_drivers/media/usb/dvb-usb/built-in.o := rm -f drivers/media/usb/dvb-usb/built-in.o; arm-poky-linux-gnueabi-ar rcsD drivers/media/usb/dvb-usb/built-in.o
| heyoufei2/yocto3.14.38_kernel | drivers/media/usb/dvb-usb/.built-in.o.cmd | bat | gpl-2.0 | 157 |
cmd_fs/yaffs2/built-in.o := /home/utkanos/android/ginger/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ld -EL -r -o fs/yaffs2/built-in.o fs/yaffs2/yaffs.o
| utkanos/android_htc_mecha_kernel_5slot | fs/yaffs2/.built-in.o.cmd | bat | gpl-2.0 | 171 |
@echo off
REM https://msdn.microsoft.com/en-us/library/windows/hardware/dn293283.aspx
wpeutil UpdateBootInfo
for /f "tokens=2* delims= " %%A in ('reg query HKLM\System\CurrentControlSet\Control /v PEFirmwareType') DO SET Firmware=%%B
:: Note: delims is a TAB followed by a space.
echo PEFirmwareType %Firmware%
:: Cr... | WinPEGuy/WinPE-Create-Partitions | Wipe.cmd | bat | gpl-2.0 | 3,230 |
cmd_net/packet/built-in.o := /home/friedrich420/kernel/sm-arm-eabi-4.10/bin/arm-eabi-ld -EL -r -o net/packet/built-in.o net/packet/af_packet.o
| friedrich420/Note-3-Kernel | net/packet/.built-in.o.cmd | bat | gpl-2.0 | 148 |
@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... | asieriko/python-educa | doc/make.bat | bat | gpl-3.0 | 7,259 |
@set TARGETNAME=choose
@set LDCOMMAND=
windres %TARGETNAME%.rc -o tmp.o
g++ -o %TARGETNAME%.exe %TARGETNAME%.cpp tmp.o -s %LDCOMMAND% -O2
del /q tmp.o
pause | HostsTools/Windows | object-runwithcode/g++make.bat | bat | gpl-3.0 | 156 |
@ECHO OFF
pushd %~dp0
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set SOURCEDIR=source
set BUILDDIR=build
set SPHINXPROJ=myutils
if "%1" == "" goto help
%SPHINXBUILD% >NUL 2>NUL
if errorlevel 9009 (
echo.
echo.The 'sphinx-build' command w... | aidken/myutils | doc/source/make.bat | bat | gpl-3.0 | 815 |
/******************************************************************************
*
* udma_demo_ccs.cmd - CCS linker configuration file for udma_demo.
*
* Copyright (c) 2013 Texas Instruments Incorporated. All rights reserved.
* Software License Agreement
*
* Texas Instruments (TI) is supplying this softw... | trfiladelfo/unesp_mdt | boards/SW-TM4C-2.0.1.11577/examples/boards/dk-tm4c129x/udma_demo/udma_demo_ccs.cmd | bat | mpl-2.0 | 2,795 |
@java -Dringo.home=%~dp0\.. -jar "%~dp0\..\run.jar" %*
| ringo/ringojs | bin/ringo.cmd | bat | apache-2.0 | 55 |
cmd_console-tools/kbd_mode.o := gcc -Wp,-MD,console-tools/.kbd_mode.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.25.1)" -DBB_BT=AUTOCONF_TIMESTAMP -Wall -Wshadow -Wwrite-strings -Wundef -Ws... | rennman/copfvtci | build/busybox-1.25.1/console-tools/.kbd_mode.o.cmd | bat | apache-2.0 | 10,791 |
@echo off
set "JAVA_HOME=%ProgramFiles%\Java\jdk1.8.0_112"
echo "Using JAVA_HOME %JAVA_HOME%"
echo "maven version"
call mvnw --version
echo "Building ..."
call mvnw -Dmaven.repo.local=..\.repository clean
| thebagchi/heimdall-proxy | clean.bat | bat | apache-2.0 | 208 |
rem NOTE: this batch file is to be run in a Visual Studio command prompt
rem Delete old files
del *.obj
del *.ilk
del *.exe
del *.pdb
rem Compile files into .obj files in current directory
cl /I"..\..\..\testcasesupport" /W3 /MT /GS /RTC1 /bigobj /EHsc /nologo /c main.cpp CWE*.cpp CWE*.c ..\..\..\testcasesupport\io.... | JianpingZeng/xcc | xcc/test/juliet/testcases/CWE134_Uncontrolled_Format_String/s01/CWE134_s01.bat | bat | bsd-3-clause | 486 |
@ECHO OFF
gcc -Wall -O2 -o dirtest DirTest.c Buffer.c util.c
| kaiaie/bile | oldsrc/BuildDir.bat | bat | bsd-3-clause | 62 |
@ECHO OFF
REM Command file for Sphinx documentation
if "%BLENDERHOME%" == "" (
echo.Please set BLENDERHOME to the blender.exe folder
goto end
)
set SPHINXBUILD="%BLENDERHOME%/blender.exe" --background --factory-startup --python blender-sphinx-build.py --
set SPHINXAPIBUILD="%BLENDERHOME%/blender.exe" --background -... | nightstrike/blender_nif_plugin | docs/make.bat | bat | bsd-3-clause | 6,322 |
verifast -shared -emit_vfmanifest ..\..\..\bin\listex.vfmanifest listex2.c
verifast -shared ..\..\..\bin\threading.vfmanifest sblock.c
verifast -shared ..\..\..\bin\threading.vfmanifest ..\..\..\bin\listex.vfmanifest listex2.vfmanifest tblock.c
verifast -shared ..\..\..\bin\threading.vfmanifest sglock.c | willempx/verifast | examples/shared_boxes/locks/build.bat | bat | mit | 307 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXCFXICS.S04_SyncFastTransferServerClientServerExtended_TestSuite.MSOXCFXICS_S04_SyncFastTransferServerClientServerExtended_TestSuite16 /testcontainer:..\..\MS-OXCFXICS\TestSuite\bin\Debug\MS-OXCFXICS_TestSuite.dll /runconfig:... | XinwLi/Interop-TestSuites-1 | ExchangeMAPI/Source/Scripts/MS-OXCFXICS/RunMSOXCFXICS_S04_SyncFastTransferServerClientServerExtended_TestSuite16.cmd | bat | mit | 376 |
@ECHO OFF
setlocal DISABLEDELAYEDEXPANSION
SET BIN_TARGET=%~dp0/../athletic/athletic/bin/athletic
php "%BIN_TARGET%" %*
| SouthwaresSolutions/jje_erp | application/libraries/zendframework/zend-stdlib/vendor/bin/athletic.bat | bat | mit | 120 |
cmd_drivers/char/rtl8367b_asicdrv_qos.o := /opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc -Wp,-MD,drivers/char/.rtl8367b_asicdrv_qos.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... | matteocrippa/dsl-n55u-bender | release/src-ra/linux/linux-2.6.21.x/drivers/char/.rtl8367b_asicdrv_qos.o.cmd | bat | gpl-2.0 | 1,746 |
@rem Copyright 2015 Google Inc. All Rights Reserved.
@rem
@rem Licensed under the Apache License, Version 2.0 (the "License");
@rem you may not use this file except in compliance with the License.
@rem You may obtain a copy of the License at
@rem
@rem http://www.apache.org/licenses/LICENSE-2.0
@rem
@rem Unl... | ariccio/UIforETW | bin/etwcommonsettings.bat | bat | apache-2.0 | 4,115 |
if exist "%SYSTEMROOT%\system32\tar.exe" (
"%SYSTEMROOT%\system32\tar.exe" -xf %1 -C %2
) else (
7z x %1 -so -tgzip | 7z x -o%2 -si -ttar -y
)
| AirQuick/xspec | test/ci/extract-tgz.cmd | bat | mit | 151 |
::
:: Usage: CreateVSProjects.bat [<build-directory>=.\build]
::
:: This script runs the dependency checks, then invokes CMake with the right parameters to create
:: the solutions for Visual Studio.
::
:: Run this script only if you have a previous version of Visual Studio (2015 and below), or if you
:: don't ... | emjotde/amunn | vs/CreateVSProjects.bat | bat | mit | 2,393 |
mongo --shell localhost/week6 week6.js | hemmerling/nosql-mongodb2013 | src/m102/week06/hw6-3/hemmerling_week6_hw3_2.bat | bat | apache-2.0 | 38 |
node dropbox/app.js | recurve/ares-ecosystem | hermes/dropbox.bat | bat | apache-2.0 | 19 |
@echo off
rem
rem Licensed to the Apache Software Foundation (ASF) under one or more
rem contributor license agreements. See the NOTICE file distributed with
rem this work for additional information regarding copyright ownership.
rem The ASF licenses this file to You under the Apache License, Version 2.0
r... | WilliamNouet/nifi | nifi-toolkit/nifi-toolkit-assembly/src/main/resources/bin/notify.bat | bat | apache-2.0 | 1,474 |
@echo off
set PATH=$PATH;C:\Program Files\Java\jdk1.8.0_25\bin
echo Generate certificate
keytool ^
-genkeypair ^
-keystore FeRemote.jks ^
-alias FeRemote ^
-keyalg RSA ^
-keysize 4096 ^
-validity 360 ^
-dname "CN=ForgeEssentials Remote, OU=ForgeEssentials, O=ForgeEssentials Team, L=International, ST=Internation... | planetguy32/ForgeEssentials | remote-cert/generate-ssl-certificates.bat | bat | epl-1.0 | 950 |
REM - Run the full testsuite; testament\tester all
REM - Uncomment the list of changes in news.txt
REM - write a news ticker entry
REM - Update the version
REM - Generate the full docs; koch web0
REM - Generate the installers;
REM - Update the version in system.nim
REM - Test the installers
REM - Tag the release
RE... | dom96/Nim | ci/nsis_build.bat | bat | mit | 1,626 |
@echo off
rem Licensed to the Apache Software Foundation (ASF) under one or more
rem contributor license agreements. See the NOTICE file distributed with
rem this work for additional information regarding copyright ownership.
rem The ASF licenses this file to You under the Apache License, Version 2.0
rem (... | lemining/loadtest_sample | tools/apache-jmeter-2.13/extras/proxycert.cmd | bat | gpl-2.0 | 1,694 |
del *.bak /s
del *.ddk /s
del *.edk /s
del *.lst /s
del *.lnp /s
del *.mpf /s
del *.mpj /s
del *.obj /s
del *.omf /s
del *.opt /s
del *.plg /s
del *.rpt /s
del *.tmp /s
del *.__i /s
del *.crf /s
del *.o /s
del *.d /s
del *.axf /s
del *.tra /s
del *.dep /s
del JLinkLog.txt /s
del *.iex /s
del *.htm /s
del *.sct /s
del ... | Hom-Wang/SmartIMU | firmware/NRF_Peripheral_UARTE/Project/ClearFile.bat | bat | mit | 372 |
cls
mkdir .\bin
copy .\lib\parca.dll .\bin\parca.dll
csc ./src/core/*.cs /target:library /out:./bin/aquabot.dll ^
/r:System.Drawing.dll ^
/r:./lib/parca.dll ^
/r:./lib/Contest.Core.dll ^
/r:System.Windows.Forms.dll
csc ./src/app/*.cs /target:exe /out:./bin/aqua.exe ^
/r:System.Windows.Forms.dll ^
/r:./lib/parc... | amiralles/aquaforms | build.bat | bat | mit | 520 |
@echo off
for %%d in (.) do set PROJNAME=%%~nd
set SHORTNAME=%PROJNAME%
set LONGNAME=%PROJNAME%
set PRODUCT_CODE=%PROJNAME%
set PUBNAME=flarn2006
set UNIQUE_ID=0x12345
copy /y template.rsf cia.rsf >NUL
sed -i "s/@@TITLE@@/%SHORTNAME%/g" cia.rsf
sed -i "s/@@PRODUCT_CODE@@/%PRODUCT_CODE%/g" cia.rsf
sed -i "s/... | flarn2006/SF2DBmpFont | makecia.bat | bat | mit | 758 |
java -Xmx4G -Xms2G -cp "bin;./lib/*;properties;db" dk.itu.ejuuragr.replay.Replay tmaze.properties 2331278
pause | Fumaloko92/MSc-Thesis | 17-05-2017/neuralturingmachines-master/RUN Replay NEAT T-Maze.bat | bat | mit | 111 |
@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... | Jverma/InfoR | docs/make.bat | bat | mit | 6,699 |
start cmd /k "C:\Python27\Scripts\scons.bat DEBUG=1 -c && C:\Python27\Scripts\scons.bat -c" | peku33/proZPRd | _Kompilacja CLEAN.bat | bat | mit | 91 |
gisele --version | gisele-tool/gisele | spec/command/main/gisele_version.cmd | bat | mit | 16 |
@echo off
java -cp %~dp0/build;%~dp0/lib/antlr-4.7.2-complete.jar org.antlr.v4.gui.TestRig Kalang compilationUnit %* TestScript/* TestInput.kl | kasonyang/kalang | antlr/test.bat | bat | mit | 142 |
::----------------------------------------------------------------::
:: Copyright (c) 2010-2011 Zipline Games, Inc.
:: All Rights Reserved.
:: http://getmoai.com
::----------------------------------------------------------------::
@echo off
:: run moai
"..\hosts\win32\moai" "%MOAI_CONFIG%\config.lua" "createcs350HUDL... | kennethlombardi/moai-graphics | engine/editor/createcs350HUDLayer.bat | bat | mit | 395 |
@rem 配置windows2003系统的IP安全策略
@rem version 3.0 time:2014-5-12
netsh ipsec static add policy name=drop
netsh ipsec static add filterlist name=drop_port
netsh ipsec static add filter filterlist=drop_port srcaddr=me dstaddr=any dstport=21 protocol=TCP mirrored=no
netsh ipsec static add filter filterlist=drop_port srcaddr=... | woerwin/learning | kjyw/windows/windows2003_drop_port1.bat | bat | mit | 2,697 |
nuget pack erlang/erlang.nuspec -NoPackageAnalysis
| Thuzi/RabbitMQ2Go | tools/pack.erlang.bat | bat | mit | 51 |
@setlocal EnableExtensions EnableDelayedExpansion
@echo off
set proton-repo=https://github.com/Azure/qpid-proton.git
set proton-branch=0.9-IoTClient
set package-id=Apache.QPID.Proton.AzureIot
set package-root=%~dp0\..\packaging\windows
rem -----------------------------------------------------------------------------
... | fsautomata/azure-iot-sdks | c/build_all/windows/build_proton.cmd | bat | mit | 3,866 |
cmd_sound/pci/ice1712/built-in.o := rm -f sound/pci/ice1712/built-in.o; /home/sunghun/arm-2009q3/bin/arm-none-linux-gnueabi-ar rcs sound/pci/ice1712/built-in.o
| sktjdgns1189/android_kernel_iriver_MX100 | sound/pci/ice1712/.built-in.o.cmd | bat | gpl-2.0 | 161 |
cmd_fs/nfs/nfsv3.o := /opt/freescale/usr/local/gcc-4.6.2-glibc-2.13-linaro-multilib-2011.12/fsl-linaro-toolchain/bin/arm-none-linux-gnueabi-ld -EL -r -o fs/nfs/nfsv3.o fs/nfs/nfs3super.o fs/nfs/nfs3client.o fs/nfs/nfs3proc.o fs/nfs/nfs3xdr.o fs/nfs/nfs3acl.o
| FEDEVEL/tmp-imx6-tiny-rex-linux | fs/nfs/.nfsv3.o.cmd | bat | gpl-2.0 | 263 |
cmd_lib/gen_crc32table := gcc -Wp,-MD,lib/.gen_crc32table.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -o lib/gen_crc32table lib/gen_crc32table.c
source_lib/gen_crc32table := lib/gen_crc32table.c
deps_lib/gen_crc32table := \
/usr/include/stdio.h \
/usr/include/features.h \
/us... | asopov/linux-tpt-2.6.39 | lib/.gen_crc32table.cmd | bat | gpl-2.0 | 1,270 |
echo Restoring packages...
dotnet restore FizzBuzz\FizzBuzz.csproj
dotnet restore FizzBuzz.Tests\FizzBuzz.Tests.csproj
echo Building the code...
dotnet build -c Release --no-restore FizzBuzz\FizzBuzz.csproj
dotnet build -c Debug --no-restore FizzBuzz.Tests\FizzBuzz.Tests.csproj
echo Running tests...
dotnet test -c De... | Veyix/Public | EqualExperts/dotnet/run-on-windows.cmd | bat | gpl-2.0 | 496 |
@echo off
if not exist ..\win32\vs_tmpl\mkmsvc.exe goto missingmkmsvc
echo generating SDL1x MSVC14 project as win32-sdl1x-msvc14
if exist win32-sdl1x-msvc14 goto removedir
:makemsvcdir
mkdir win32-sdl1x-msvc14
cd ..\win32\vs_tmpl
mkmsvc.exe -sdl -14 vice
cd ..\..\sdl
copy msvc-files\make-bindist-sdl1x.bat.prot... | AreaScout/vice-gles2 | src/arch/sdl/generate_msvc14_sdl1x.bat | bat | gpl-2.0 | 1,401 |
cmd_fs/autofs4/waitq.o := gcc -Wp,-MD,fs/autofs4/.waitq.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.6/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -O2 -fno-optimize-sibling-calls -mtune=generic -m64 -mno-... | dnh34/proj1 | fs/autofs4/.waitq.o.cmd | bat | gpl-2.0 | 11,660 |
dbLoadDatabase "O.Common/streamApp.dbd"
streamApp_registerRecordDeviceDriver
# no autoconnect for web servers (see regexp.proto)
drvAsynIPPortConfigure web epics.web.psi.ch:80 0 1
dbLoadRecords regexp.db
iocInit
# var streamDebug 1
| T-A-R-L-A/StepmotorEpics | StreamDevice-2-6/streamApp/regexp.cmd | bat | gpl-2.0 | 235 |
@echo off
rem
rem $Id: make_gnu.cmd 9280 2011-02-14 18:16:32Z druzus $
rem
rem ---------------------------------------------------------------
rem Template to initialize the environment before starting
rem the GNU make system for Harbour
rem
rem For further information about the GNU make system please
rem check doc/... | xharbour/core | make_gnu.cmd | bat | gpl-2.0 | 3,883 |
cmd_arch/arm/lib/built-in.o := rm -f arch/arm/lib/built-in.o; /opt/toolchains/arm-2009q3/bin/arm-none-eabi-ar rcs arch/arm/lib/built-in.o
| dizgustipated/BOCA-2.6.35.14 | arch/arm/lib/.built-in.o.cmd | bat | gpl-2.0 | 139 |
cmd_crypto/authenc.o := arm-eabi-gcc -Wp,-MD,crypto/.authenc.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/i... | bigbiff/i717-GB-Kernel | crypto/.authenc.o.cmd | bat | gpl-2.0 | 29,691 |
@ECHO OFF
SETLOCAL ENABLEDELAYEDEXPANSION
REM Static settings.
set EXECUTABLE=%XPEDAQ_ROOT%\bin\xpedaq.exe
set NUM_EVENTS=1000
REM Scan settings.
set ADDRESS_X=20 150 280
set ADDRESS_Y=20 176 332
set CHARGE_DAC=(300, 500, 700)
REM Converting lists into arrays, so we can make a loop over pairs
set i=0
for %%x in (%AD... | lucabaldini/xpedaq | scripts/scan_pixel.bat | bat | gpl-2.0 | 782 |
cmd_net/netlink/built-in.o := ld -m elf_i386 -r -o net/netlink/built-in.o net/netlink/af_netlink.o net/netlink/genetlink.o
| madhwang/linuxKernel | net/netlink/.built-in.o.cmd | bat | gpl-2.0 | 127 |
@echo off
set xv_path=C:\\Xilinx2\\Vivado\\2015.3\\bin
echo "xvlog -m64 --relax -prj sim_vlog.prj"
call %xv_path%/xvlog -m64 --relax -prj sim_vlog.prj -log compile.log
echo "xvhdl -m64 --relax -prj sim_vhdl.prj"
call %xv_path%/xvhdl -m64 --relax -prj sim_vhdl.prj -log compile.log
if "%errorlevel%"=="1" goto END
if "%... | tnsrb93/G1_RealTimeDCTSteganography | src/ips/stream_encoder_ip_prj/stream_encoder_ip_prj.sim/sim_1/behav/compile.bat | bat | gpl-3.0 | 379 |
:: Batch file to take precidence over cmake-exe.exe and use my toolchain
"C:\Program Files (x86)\CMake 2.8\bin\cmake-gui.exe" -DCMAKE_TOOLCHAIN_FILE=%PORT_SETTINGS%\cmake-msys-toolchain.cmake %*
| Erotemic/local | windows/oldscripts/cmake-gui2.bat | bat | gpl-3.0 | 195 |
rem declare a environment variable ASTYLE which points to the
rem Artistic Style executible ("C:\Program Files\astyle\bin\AStyle.exe"
rem or whatever is appropriate)
cd egolib
%ASTYLE% --mode=c -s4bCSKNwm4pDUoOcZ *.c
%ASTYLE% --mode=c -s4bCSKNwm4pDUoOcZ *.cpp
%ASTYLE% --mode=c -s4bCSKNwm4pDUoOcZ *.inl
%AST... | penguinflyer5234/egoboo | run_astyle.bat | bat | gpl-3.0 | 1,341 |
cd %~dp0
google\protobuf\cmake\build\protoc -I. --grpc_out=. --plugin=protoc-gen-grpc=third_party\grpc\vsprojects\x64\Release\grpc_cpp_plugin.exe tensorflow/core/protobuf/master_service.proto
google\protobuf\cmake\build\protoc -I. --grpc_out=. --plugin=protoc-gen-grpc=third_party\grpc\vsprojects\x64\Release\grpc_cpp_pl... | shishaochen/TensorFlow-0.8-Win | rungrpc.bat | bat | apache-2.0 | 374 |
@echo off
:: Get the (last) file name
for /f "delims=" %%a in ('dir /b wix.d\MinionMSI\bin\Release\*.msi') do @set "msi=%%a"
@echo on
msiexec /i wix.d\MinionMSI\bin\Release\%msi% NSIS_UNINSTALLSTRING="C:\abc\uninst.exe" NSIS_DISPLAYVERSION="v2016.4"
:: expected results:
:: PROPERTY CHANGE: Adding nsis_uninst_wait... | markuskramerIgitt/salt-windows-msi | test_nsis_uninst_wait_not1.cmd | bat | apache-2.0 | 421 |
@setlocal
@set node_name=tratest
@rem Get the absolute path to the parent directory,
@rem which is assumed to be the node root.
@for /F "delims=" %%I in ("%~dp0..") do @set node_root=%%~fI
@set releases_dir=%node_root%\releases
@rem Parse ERTS version and release version from start_erl.data
@for /F "usebackq tokens... | masatoshiitoh/tratest | rel/files/tratest.cmd | bat | apache-2.0 | 2,983 |
@echo off
if not [%1]==[] goto run
echo.
echo Usage: process ^<configuration directory^> ^[batch process bean id^]
echo.
echo configuration directory -- required -- directory that contains configuration files,
echo i.e. config.properties, process-conf.xml, database-conf.xml
echo.
echo batch process b... | forcedotcom/dataloader | release/win/bin/process.bat | bat | bsd-3-clause | 1,632 |
: ob`fBNg.
%~d0
cd %~p0
: DLLo^.
regsvr32 x64\Release\lnhdr.dll
| kobake/lnhdr | vc10.0_2010/register.bat | bat | bsd-3-clause | 79 |
@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... | smitty1eGH/webwordup | docs/make.bat | bat | bsd-3-clause | 6,465 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_LISTSWS.S02_OperationOnContentType.MSLISTSWS_S02_TC41_GetListContentTypes_GetBestMatch /testcontainer:..\..\MS-LISTSWS\TestSuite\bin\Debug\MS-LISTSWS_TestSuite.dll /runconfig:..\..\MS-LISTSWS\MS-LISTSWS.testsettings /unique
pa... | OfficeDev/Interop-TestSuites | SharePoint/Source/Scripts/MS-LISTSWS/RunMSLISTSWS_S02_TC41_GetListContentTypes_GetBestMatch.cmd | bat | mit | 323 |
@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... | sanoma/dynamic-rest | docs/make.bat | bat | mit | 7,259 |
cmd_sound/mips/built-in.o := rm -f sound/mips/built-in.o; /media/sagformas/47f72a56-be22-485d-ba83-da42e0d4eb18/fuentes/Samsung/TrendPlus/GT-S7580_JB_Opensource/rk-prebuilts/bin/arm-eabi-ar rcsD sound/mips/built-in.o
| EPDCenter/android_kernel_archos_97_titan | sound/mips/.built-in.o.cmd | bat | gpl-2.0 | 218 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.