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 |
|---|---|---|---|---|---|
"%VS110COMNTOOLS%..\IDE\CommonExtensions\Microsoft\TestWindow\vstest.console.exe" "..\..\Bin\RDP_ClientTestSuite.dll" /Settings:..\..\Bin\ClientLocal.TestSettings /Tests:S1_ConnectionTest_CapabilityExchange_PositiveTest_FontCapSet_NotPresent /Logger:trx
pause
| dongruiqing/WindowsProtocolTestSuites | TestSuites/RDP/src/Batch/RDPBCGR/S1_ConnectionTest_CapabilityExchange_PositiveTest_FontCapSet_NotPresent.cmd | bat | mit | 260 |
@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... | ellmetha/django-machina | docs/make.bat | bat | bsd-3-clause | 6,717 |
%~dp0\cordova.bat BOOM
| davidjbeveridge/mobox | vendor/phonegap/lib/android/bin/templates/cordova/BOOM.bat | bat | mit | 23 |
ECHO Zip Dolphin VM Binaries
7z a DolphinVM.zip %~dp0%CONFIGURATION%\*.dll %~dp0%CONFIGURATION%\*.exe
7z a DolphinPdbs.zip %~dp0%CONFIGURATION%\Dolphin*.pdb
| blairmcg/Dolphin | Core/DolphinVM/AppVeyorZipDolphinVM.cmd | bat | mit | 157 |
cmd_/home/fdkit/GPL-AirCam-v1.2/openwrt/build_dir/toolchain-arm_v5te_gcc-linaro_uClibc-0.9.32_eabi/linux-dev//include/sound/.install := perl scripts/headers_install.pl /home/fdkit/GPL-AirCam-v1.2/openwrt/build_dir/toolchain-arm_v5te_gcc-linaro_uClibc-0.9.32_eabi/linux-2.6.28.fa2/include/sound /home/fdkit/GPL-AirCam-v1.... | 119/aircam-openwrt | staging_dir/toolchain-arm_v5te_gcc-linaro_uClibc-0.9.32_eabi/include/sound/..install.cmd | bat | gpl-2.0 | 935 |
@echo off
%systemroot%\Microsoft.NET\Framework\v4.0.30319\\InstallUtil.exe /u WebsitePanel.VmConfig.exe | ExpertServices/Websitepanel | WebsitePanel.VmConfig/Resources/uninstall.bat | bat | bsd-3-clause | 104 |
universe = standard
executable = job_ckpt_fn-areauc_std.cndr.exe.$$(OPSYS).$$(ARCH)
error = job_ckpt_fn-areauc_std.err
output = job_ckpt_fn-areauc_std.out
log = job_ckpt_fn-areauc_std.log
arguments = -_condor_aggravate_bugs
Notification = Never
queue
| djw8605/condor | src/condor_tests/job_ckpt_fn-areauc_std.cmd | bat | apache-2.0 | 296 |
@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... | barnyard/pi | p2p-api/etc/ec2-api-tools-1.3-53907/bin/ec2delvgw.cmd | bat | apache-2.0 | 1,038 |
@echo off
if "%2" NEQ "DisablePathSetting" (
CALL _env.bat
)
python test.py
if "%1" NEQ "DisablePrint" (
pause
)
| flake123p/ProjectH | Python/_Basics_/A28_Inheritance/run.bat | bat | gpl-3.0 | 118 |
@ECHO OFF
pdflatex -interaction=nonstopmode tesis_mcim.tex
rem bibtex tesis_mcim
pdflatex -interaction=nonstopmode tesis_mcim.tex
tesis_mcim.pdf
exit | JorgeDeLosSantos/master-thesis | toPDF.bat | bat | mit | 149 |
@ECHO OFF
SETLOCAL ENABLEEXTENSIONS ENABLEDELAYEDEXPANSION
IF "%~5"=="" (
ECHO Include following line the Post-build event of your project^(s^):
ECHO "$(ProjectDir)..\PostBuild.cmd" "$(DevEnvDir)" "$(SolutionPath)" "$(ProjectPath)" "$(TargetPath)" "$(ConfigurationName)"
EXIT /B 1
)
SET DevEnvDir=%~1... | codetuner/Arebis.Common | PostBuild.cmd | bat | mit | 1,142 |
@ECHO OFF
pushd %~dp0
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set SOURCEDIR=.
set BUILDDIR=_build
set SPHINXPROJ=circlecipy
if "%1" == "" goto help
%SPHINXBUILD% >NUL 2>NUL
if errorlevel 9009 (
echo.
echo.The 'sphinx-build' command wa... | levlaz/circleci.py | docs/make.bat | bat | mit | 814 |
rem @echo off
rem תµ½µ±Ç°ÅÌ·û
%~d0
rem ´ò¿ªµ±Ç°Ä¿Â¼
cd %~dp0
rem Äã×öµÄÖ÷JAR°üµÄ·¾¶
set SOURCEJAR=com.estore.ane.jar
set MainJar=estreane.jar
rem µÚÈý·½JAR°üµÄ·¾¶
set ExternalJar=CTEStoreSDKLocalSms2.0.2.jar
rem µÚÈý·½JAR°ü¶¥¼¶°üÃû³Æ
set packageName=com
rem swcÎļþÃû
set SWC=com.estore.ane.swc
echo ===... | platformanes/CTEstoreAne | makeANE.bat | bat | mit | 1,880 |
cl.exe /Wall /EHsc /Ox _makewords.cpp /link /out:_makewords.exe
cl.exe /Wall /EHsc /Ox _lowercase.cpp /link /out:_lowercase.exe
cl.exe /Wall /EHsc /Ox _sort.cpp /link /out:_sort.exe
cl.exe /Wall /EHsc /Ox _unique.cpp /link /out:_unique.exe
cl.exe /Wall /EHsc /Ox _mismatch.cpp /link /out:_mismatch.exe
cl.exe /Wall /EHsc... | SimplyCpp/examples | mismatch/tests/test-cl.bat | bat | mit | 856 |
call NuGet-Settings.cmd
"%MSBUILD_EXE%" %NUGET_PROJECT% /t:Nuget-Clean
"%MSBUILD_EXE%" %NUGET_PROJECT% /t:Build /p:Configuration="Nuget Net 2.0"
"%MSBUILD_EXE%" %NUGET_PROJECT% /t:Build /p:Configuration="Nuget Net 3.0"
"%MSBUILD_EXE%" %NUGET_PROJECT% /t:Build /p:Configuration="Nuget Net 3.5"
"%MSBUILD_EXE%" %NUGET_PRO... | jakegough/jaytwo.FoscamLib | Build.NuGet/NuGet-Package.bat | bat | mit | 555 |
rerun nosetests | agrc/AutomatedCaching | watchTests.bat | bat | mit | 15 |
@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... | iScrE4m/pyCardDeck | docs/make.bat | bat | mit | 7,459 |
python wingamepad.py | team172011/ps_cagebot | programm/gamepad.bat | bat | mit | 20 |
cd %~dp0
node lint-webstorm %*
| egovernment/eregistrations-demo | bin/lint-webstorm.cmd | bat | mit | 31 |
copy ..\style\base.css .
saxon str.xml ../style/module.xsl
cd functions
cd tokenize
copy ..\..\..\style\base.css .
saxon str.tokenize.xml ../../../style/function.xsl
wzzip -P -o str.tokenize.zip @str.tokenize.package.txt
wzzip -P -o str.tokenize.use-cases.zip @str.tokenize.use-cases.txt
cd ..
cd ..
cd functions
cd repl... | exslt/exslt.github.io | str/update.bat | bat | mit | 2,188 |
@echo off
echo Setting environment variables for mingw+WinFsp compile
set GOPATH=Z:\go
rem set PATH=C:\Program Files\mingw-w64\i686-7.1.0-win32-dwarf-rt_v5-rev0\mingw32\bin;%PATH%
set PATH=C:\Program Files\mingw-w64\x86_64-8.1.0-win32-seh-rt_v6-rev0\mingw64\bin;%GOPATH%/bin;%PATH%
set CPATH=C:\Program Files\WinFsp\inc\... | ncw/rclone | bin/win-build.bat | bat | mit | 364 |
autorest -Modeler Swagger -Namespace demo -Input hello.swagger -CodeGenerator Java -OutputDirectory HelloAppJava\src\demo
| matt-gibbs/azbits | demo/helloJava.cmd | bat | mit | 124 |
cmd_net/netfilter/xt_SECMARK.ko := /home/ashishtanwer/goldfish3.10/../x86_64-linux-android-4.7/bin/x86_64-linux-android-ld -r -m elf_i386 -T /home/ashishtanwer/goldfish3.10/scripts/module-common.lds --build-id -o net/netfilter/xt_SECMARK.ko net/netfilter/xt_SECMARK.o net/netfilter/xt_SECMARK.mod.o
| ashishtanwer/NFTable-porting-on-Android-Goldfish | net/netfilter/.xt_SECMARK.ko.cmd | bat | gpl-2.0 | 300 |
°æ±¾¿ØÖÆsubversion·þÎñÆ÷Æô¶¯½Å±¾
¿½±´ÒÔÏÂÄÚÈݲ¢ÃüÃûsvn_run.bat£¬·ÅÖð汾¿â¶¥Ä¿Â¼£¬Ë«»÷¼´Æô¶¯·þÎñÆ÷
=================================================================start
@ echo off
set mypath = ""
if "%1" == "" goto DEF
if "%1" == "HELP" goto HELP
if "%1" == "help" goto HELP
echo Õý´ò¿ªÖ¸¶¨°æ±¾²Ö¿â%1
svnserve... | yejinlei/yeepro | tags/svn_run/1.0/svn_run.bat | bat | gpl-2.0 | 688 |
cmd_drivers/regulator/built-in.o := arm-linux-gnueabi-ld -EL -r -o drivers/regulator/built-in.o drivers/regulator/core.o drivers/regulator/dummy.o drivers/regulator/wm831x-dcdc.o drivers/regulator/wm831x-isink.o drivers/regulator/wm831x-ldo.o drivers/regulator/rk30-pwm-regulator.o
| jpsminix/minix5 | drivers/regulator/.built-in.o.cmd | bat | gpl-2.0 | 287 |
cmd_fs/fuse/control.o := arm-linux-gnueabi-gcc -Wp,-MD,fs/fuse/.control.o.d -nostdinc -isystem /usr/lib/gcc/arm-linux-gnueabi/4.6/include -I/root/linux-jps/arch/arm/include -Iarch/arm/include/generated -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-rk30/include -Iarch/arm... | jpsminix/minix5 | fs/fuse/.control.o.cmd | bat | gpl-2.0 | 24,733 |
cmd_drivers/net/phy/libphy.o := ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ld -EL -r -o drivers/net/phy/libphy.o drivers/net/phy/phy.o drivers/net/phy/phy_device.o drivers/net/phy/mdio_bus.o
| avareldalton85/rpi2-linux-rt | drivers/net/phy/.libphy.o.cmd | bat | gpl-2.0 | 241 |
cmd_arch/arm/lib/testclearbit.o := /home/adam/android/android-ndk-r5b/toolchains/arm-eabi-4.4.0/prebuilt/linux-x86/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.testclearbit.o.d -nostdinc -isystem /home/adam/android/android-ndk-r5b/toolchains/arm-eabi-4.4.0/prebuilt/linux-x86/bin/../lib/gcc/arm-eabi/4.4.0/include -Iinclude ... | damageless/linux-kernel-ican-tab | arch/arm/lib/.testclearbit.o.cmd | bat | gpl-2.0 | 2,076 |
@echo off
setlocal
if "%JAVA_HOME%" == "" goto NO_HOME
goto HAS_HOME
:NO_HOME
set JAVA=java
goto BUILD_COMMAND
:HAS_HOME
set JAVA="%JAVA_HOME%\bin\java.exe"
:BUILD_COMMAND
set COMMAND=%JAVA% -jar "%~dp0lib/${project.artifactId}-${project.version}.jar"
:COMMAND_REPEAT
if "%~1" == "" GOTO RUN
set COMMAND=%COMMA... | Nanonid/scap-datastream | install/run.bat | bat | gpl-2.0 | 405 |
pyinstaller -F -w --clean HunterChess.py
pause | sadnoodles/HunterChess | build.bat | bat | gpl-2.0 | 46 |
cmd_arch/x86/kernel/acpi/realmode/wakemain.o := gcc -Wp,-MD,arch/x86/kernel/acpi/realmode/.wakemain.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Iinclude -include include/linux/autoconf.h -g -Os -D_SETUP -D_WAKEUP -D__KERNEL__ -I/home/nhon... | namgk/kernel-tut | arch/x86/kernel/acpi/realmode/.wakemain.o.cmd | bat | gpl-2.0 | 2,882 |
cmd_net/ipv6/ip6_input.o := arm-linux-gnueabi-gcc -Wp,-MD,net/ipv6/.ip6_input.o.d -nostdinc -isystem /usr/lib/gcc-cross/arm-linux-gnueabi/4.7/include -Iinclude -I/home/benoit/kernel_android/32/es209ra/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm/include -Wall -Wu... | b8e5n/KTG-kernel_es209ra | net/ipv6/.ip6_input.o.cmd | bat | gpl-2.0 | 31,271 |
cmd_arch/arm/kernel/sleep.o := ../prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/bin/arm-eabi-gcc -Wp,-MD,arch/arm/kernel/.sleep.o.d -nostdinc -isystem /media/mwilson/SSD/NU3001/kk4.4.2-rk/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/bin/../lib/gcc/arm-eabi/4.6.x-google/include -I/media/mwilson/SSD/NU3001/kk4.4.2-rk/kernel/arch... | Zaphod-Beeblebrox/kernel_rockchip_rk3188 | arch/arm/kernel/.sleep.o.cmd | bat | gpl-2.0 | 4,239 |
cmd_fs/ext2/balloc.o := arm-eabi-gcc -Wp,-MD,fs/ext2/.balloc.o.d -nostdinc -isystem /usr/bin/../lib/gcc/arm-eabi/4.5.0/include -Iinclude -I/home/jacob/source/wildfire-kernel/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm/include -Wall -Wundef -Wstrict-prototypes -W... | HCDRJacob/wildfire-kernel | fs/ext2/.balloc.o.cmd | bat | gpl-2.0 | 148,329 |
@echo off
set ver=0.0.0.1
title Cookie Enter [v%ver%]
color 0c
:login
::TODO
if exist %%a (
) else (
set cookies=0
set bakers=0
::set TODO
)
:save
cls
(echo --- Save File ---) >> save.sv
(echo cookies=%cookies%) >> save.sv
(echo fingers=%fingers%) >> save.sv
(echo --- File Ends ---) >> save.sv
| NitrateOrigins/ProjectG | Cookie Enter.bat | bat | gpl-3.0 | 297 |
@echo off
copy electron-compat.txt "%LOCALAPPDATA%\rvplayer\modules\player-electron"
| Rise-Vision/rise-player-electron | src/initial_run.bat | bat | gpl-3.0 | 85 |
SET machine=tld_zxuno
SET speed=2
SET ruta_ucf=pines
SET ruta_bat=..\
call %ruta_bat%genxst.bat
rem call %ruta_bat%generar.bat v2 ZZ2
rem call %ruta_bat%generar.bat v3 ZZ3
call %ruta_bat%generar.bat v4 ZX1
rem call %ruta_bat%generar.bat Ap ZZA
| antoniovillena/zxuno | cores/Spectrum/make.bat | bat | gpl-3.0 | 244 |
@echo off
setlocal
setlocal & cd Prop && call Clean & endlocal
setlocal & cd VDU && call Clean & endlocal | pbetti/ZDS | software/RomWBW/Source/Hardware/Clean.cmd | bat | gpl-3.0 | 110 |
grunt nodewebkit
pause | Jefferywa/extremo-minecraft-launcher | build.bat | bat | gpl-3.0 | 22 |
java -jar ShapeChange-${project.version}.jar -Dfile.encoding=UTF-8 -c http://shapechange.net/resources/test/testXMI.xml
java -jar ShapeChange-${project.version}.jar -Dfile.encoding=UTF-8 -c http://shapechange.net/resources/test/testEA.xml | ShapeChange/ShapeChange | src/test/resources/test.bat | bat | gpl-3.0 | 238 |
@echo off
set KITE_JAR=%KITE_HOME%/KITE-Engine/target/kite-jar-with-dependencies.jar
if not defined KITE_HOME (
echo KITE_HOME is not defined. Please run configure.bat or manually add KITE_HOME to your environment variables.
goto end
)
if [%2] == [] (
echo "Usage (with absolute path):"
echo "u "old-allure-re... | webrtc/KITE | scripts/windows/path/kite_u.bat | bat | apache-2.0 | 726 |
@echo off
set JRE=%1
set VMNAME=%2
set FORKMODE=%3
set CLASSLIB=%4
set ITER=%5
set EXCLUDE=swing
echo TESTEDVM %JRE%
echo VMNAME %VMNAME%
echo FORKMODE %FORKMODE%
echo CLASSLIB %CLASSLIB%
echo ITER %ITER%
echo EXCLUDE %EXCLUDE%
copy modulesList %CLASSLIB%
cd %CLASSLIB%
set ANT_COMMAND=%ANT_HOME%\bin\ant.... | freeVM/freeVM | enhanced/buildtest/infra/adaptors/HUT_iterative/HUT_iterative/HUT_iterative_run.bat | bat | apache-2.0 | 1,430 |
@ECHO OFF
IF NOT "%~f0" == "~f0" GOTO :WinNT
@"ruby.exe" "C:/Users/BAUDOGI1/Documents/Laboratory/lab/lang/ruby/Ruby193/bin/httpclient" %1 %2 %3 %4 %5 %6 %7 %8 %9
GOTO :EOF
:WinNT
@"ruby.exe" "%~dpn0" %*
| wpm-org/wpm | lang/ruby/Ruby193/bin/httpclient.bat | bat | apache-2.0 | 203 |
call mvn clean package
call mvn install:install-file -Dfile=.\target\chcp-framework-user-0.0.1-SNAPSHOT.jar -DgroupId=org.chcp.framework -DartifactId=chcp-framework-user -Dversion=0.0.1 -Dpackaging=jar -DgeneratePom=true
call mvn install:install-file -Dfile=.\target\chcp-framework-user-0.0.1-SNAPSHOT-sources.jar ... | rtsgordon/chcp-toolmaker | framework-user/make.bat | bat | apache-2.0 | 440 |
echo off
dir
echo on
| OSVR/OSVR-CPI | reset_yaw.bat | bat | apache-2.0 | 21 |
@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... | thecut/thecut-stripe | docs/make.bat | bat | apache-2.0 | 6,715 |
@echo off
if not "%OS%"=="Windows_NT" goto win9xStart
:winNTStart
@setlocal
rem %~dp0 is name of current script under NT
set JEP_HOME=%~dp0
set JEP_HOME=%JEP_HOME%\..
echo JEP_HOME = %JEP_HOME%
set CLASSPATH=%JEP_HOME%\build\
REM java org.nfunk.jepexamples.LargeExpressionTest
call jview org.nfunk.jepexamp... | Faiva78/NeuralNetProject | jep-2.23/jep-2.23/bin/LargeExpressionTest.bat | bat | apache-2.0 | 463 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\animals\cli.js" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\animals\cli.js" %*
) | ofirDubi/forterChallenge2 | node_modules/.bin/animals.cmd | bat | apache-2.0 | 170 |
if %ARCH% EQU 64 (
call "%VCINSTALLDIR%\vcvarsall.bat" amd64
xcopy "%RECIPE_DIR%\*.def" .
7z x libxml2-2.9.2-win32-x86_64.7z -r -y
lib /machine:X64 /def:libxml2.def
xcopy libxml2.lib %LIBRARY_LIB%
copy bin\libxml2-2.dll %LIBRARY_BIN%\libxml2.dll
xcopy bin\*.exe %LIBRARY_BIN%
... | menpo/conda-recipes | libxml2/bld.bat | bat | bsd-3-clause | 547 |
call mvn package
cp target/hedwig.zip /d/tools/TeamCity/data/plugins/ -f
| Nicologies/Hedwig | build.bat | bat | mit | 74 |
@ECHO OFF
pushd %~dp0
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=python -msphinx
)
set SOURCEDIR=.
set BUILDDIR=_build
set SPHINXPROJ=APIDocs
if "%1" == "" goto help
%SPHINXBUILD% >NUL 2>NUL
if errorlevel 9009 (
echo.
echo.The Sphinx module was not found. Make sure you ... | automacaoiot/API-Docs | docs/pt_BR/make.bat | bat | mit | 769 |
@echo off
@rem $Id$
@rem "Distill" Encapsulated PostScript.
if %1/==/ goto usage
if %2/==/ goto usage
call "%~dp0gssetgs.bat"
echo -dNOPAUSE -dBATCH -P- -dSAFER >"%TEMP%\_.at"
rem Watcom C deletes = signs, so use # instead.
echo -dDEVICEWIDTH#250000 -dDEVICEHEIGHT#250000 >>"%TEMP%\_.at"
:cp
if %3/==/ goto doit
echo %... | westbury/CCPDFConverter | install-files/lib/eps2eps.bat | bat | gpl-2.0 | 592 |
rem Install Matahari services
echo
rem Get the install directory
set target=%0
set target=%target:\install.bat=%
rem Now remove quotes so we can add them as necessary
set target=%target:"=%
cd "%target%"
rem Now install the agents as services and start them
set agents=hostd networkd serviced sysconf... | zaneb/matahari | src/windows/install.bat | bat | gpl-2.0 | 576 |
del /s simc_cache.dat
:: Preraid doesn't match the typical pattern
cd profiles/PreRaid
%~dp0\simc64.exe generate_PreRaid.simc
cd ../..
forfiles -s -m generate_????.simc -c "cmd /c echo Running @path && %~dp0simc64.exe @file"
pause | svn2github/simulationcraft-ffxiv | generate_profiles_x64.bat | bat | gpl-3.0 | 242 |
@echo off
if not %2.==. goto buildone
if %1.==. goto buildall
if /i %1==2007 call :build 5.0 2007
if /i %1==2009 call :build 6.0 2009
if /i %1==2010 call :build 7.0 2010
if /i %1==XE call :build 8.0 XE
if /i %1==XE2 call :build 9.0 XE2
if /i %1==XE3 call :build 10.0 XE3
if /i... | VSoftTechnologies/OmniThreadLibrary | bag of stuff/otl-all.bat | bat | bsd-3-clause | 1,468 |
:: Generate a prism model from a tesseroid model by
:: flattening the tesseroids (1 degree = 111.11 km).
:: This way the converted prisms can be used
:: with the prism* programs in Cartesian coordinates.
tess2prism --flatten < tess-model.txt > prism-model.txt
:: Generate a regular grid in Cartesian coordinates,
:: ... | leouieda/tesseroids-original | cookbook/tess2prism_flatten/tess2prism_flatten.bat | bat | bsd-3-clause | 749 |
@echo off
setlocal
set YAMCS_HOME=%~dp0..
rem cd into YAMCS_HOME to support relative links in configuration files
cd %YAMCS_HOME%
rem Enable ansi color processing
set ENABLE_VIRTUAL_TERMINAL_PROCESSING=1
java -cp "lib\*;lib\ext\*" -Djava.util.logging.manager=org.yamcs.logging.YamcsLogManager -Djava.libra... | fqqb/yamcs | yamcs-core/wrappers/yamcsd.cmd | bat | agpl-3.0 | 368 |
:: This batch file handles managing an Erlang node as a Windows service.
::
:: Commands provided:
::
:: * install - install the release as a Windows service
:: * start - start the service and Erlang node
:: * stop - stop the service and Erlang node
:: * restart - run the stop command and start command
:: * uninstall - ... | umatomba/exrm | priv/rel/files/boot.bat | bat | mit | 7,029 |
cmd_fs/nfs/built-in.o := arm-eabi-ld -EL -r -o fs/nfs/built-in.o fs/nfs/nfs.o
| mcardielo/ThunderG-Kernel_2.6.35 | fs/nfs/.built-in.o.cmd | bat | gpl-2.0 | 83 |
@echo off
set PROTODIR=D:\GitHub\SteamKit\Resources\Protobufs
set PROTOBUFS=base_gcmessages gcsdk_gcmessages cstrike15_gcmessages
for %%X in ( %PROTOBUFS% ) do (
protoc --descriptor_set_out=%%X.desc --include_imports --proto_path=protos protos\%%X.proto
)
| TrueCarry/node-csgo | generated/compile_protos.bat | bat | mit | 259 |
@echo off
set appname=AVRDisassembler
set version=0.2.0
echo **** Building %appname% release %version% ****
echo -- Cleaning bin/dist ...
del /S /F /Q .\bin\dist\*
echo -- Building...
dotnet clean
dotnet restore
dotnet build -c release
echo -- Publishing ...
dotnet publish -c release -r win7-x64 -o bin/dist/%appn... | christophediericx/AVRDisassembler | Source/AVRDisassembler/AVRDisassembler/build-release.bat | bat | mit | 1,687 |
@echo off
cd ../..
cd temp
MSBuild INSTALL.vcxproj -maxcpucount:8 -property:Configuration=RelWithDebInfo
if %errorlevel% neq 0 exit /b %errorlevel%
cd ../build/VisualStudio
| chronoxor/CppBuildScripts | VisualStudio/04-install.bat | bat | mit | 173 |
mvn -s settings.xml %1 %2 %3 %4 %5 %6 %7 %8 %9
| maxant/akkaTrader | build.bat | bat | mit | 48 |
@echo off
:: %License%
SetLocal DisableDelayedExpansion
set Result=1
set Arg1=%1
SetLocal EnableDelayedExpansion
if not .!Arg1! == . EndLocal & call :Usage & goto Exit
EndLocal
:DoWork
set IconCachePath=%LocalAppData%\IconCache.db
if exist "%IconCachePath%" del "%IconCachePath%" /a
if not exist "%IconCachePath%" ... | code-glue/WinScripts | ClearIconCache.bat | bat | mit | 719 |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=build
set PDFBUILDDIR=/tmp
set PDF=../manual.pdf
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% source
set I18NSPHINXOPTS=%SPHINXOPTS% source
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-... | goosechooser/cps2-zmq | docs/make.bat | bat | mit | 7,546 |
cd "d:\Program Files\Bochs-2.1.1\OrangeS"
..\bochs -q -f bochsrc.bxrc
| RongbinZhuang/simpleOS | ver0/reference/chapter2/win/run.bat | bat | mit | 70 |
@ECHO OFF
CALL __Global.cmd
ECHO *** Go List ***
ECHO List outputs the packages named by the import paths, one per line.
ECHO.
go list ./...
ECHO.
PAUSE | josephspurrier/golang-portable-windows | workspace/_List.cmd | bat | mit | 156 |
mkdir tmp
copy ..\*.ipynb .\tmp
copy ..\*.py .\tmp
cp -r ..\kf_book\ .\tmp\
cd tmp
forfiles /m *.ipynb /c "cmd /c ipython ..\rm_notebook.py @file"
jupyter nbconvert --allow-errors --inplace --execute *.ipynb
| zaqwes8811/micro-apps | self_driving/deps/Kalman_and_Bayesian_Filters_in_Python_master/pdf/run_notebooks.bat | bat | mit | 210 |
/******************************************************************************
*
* capsense_ccs.cmd - CCS linker configuration file for capsense.
*
* Copyright (c) 2012-2014 Texas Instruments Incorporated. All rights reserved.
* Software License Agreement
*
* Texas Instruments (TI) is supplying this software ... | trfiladelfo/tdk | sw-ek-tm4c123gxl/examples/boards/ek-tm4c123gxl-boost-capsense/capsense/capsense_ccs.cmd | bat | mit | 2,729 |
@echo off
if "%OS%" == "Windows_NT" setlocal
rem ---------------------------------------------------------------------------
rem Stop script for the CATALINA Server
rem
rem $Id: shutdown.bat,v 1.4 2004/03/28 06:40:44 mturk Exp $
rem ---------------------------------------------------------------------------
rem Guess ... | mcarlson/openlaszlo | server/bin/shutdown.bat | bat | epl-1.0 | 1,227 |
cmd_drivers/net/phy/built-in.o := arm-poky-linux-gnueabi-ld -EL -r -o drivers/net/phy/built-in.o drivers/net/phy/libphy.o drivers/net/phy/micrel.o
| heyoufei2/yocto3.14.38_kernel | drivers/net/phy/.built-in.o.cmd | bat | gpl-2.0 | 152 |
cmd_arch/arm/crypto/aesbs-core.o := /home/mpokwsths/android/kernel/Sony/scripts/gcc-wrapper.py /home/mpokwsths/android/rom/aosp/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/bin/arm-linux-androideabi-gcc -Wp,-MD,arch/arm/crypto/.aesbs-core.o.d -nostdinc -isystem /home/mpokwsths/android/rom/aosp/prebuilts/gcc/l... | mpokwsths/Z3_kernel | arch/arm/crypto/.aesbs-core.o.cmd | bat | gpl-2.0 | 1,254 |
cmd_fs/nfsd/nfscache.o := arm-none-linux-gnueabi-gcc -Wp,-MD,fs/nfsd/.nfscache.o.d -nostdinc -isystem /home/stesalit/arm-2009q1/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.3/include -I/root/kernel-dev/linux-2.6.37/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/m... | srinugnt2000/linux-2.6.37 | fs/nfsd/.nfscache.o.cmd | bat | gpl-2.0 | 21,263 |
cmd_scripts/kconfig/lxdialog/yesno.o := gcc -Wp,-MD,scripts/kconfig/lxdialog/.yesno.o.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -I/usr/include/ncursesw -DCURSES_LOC="<curses.h>" -DNCURSES_WIDECHAR=1 -DLOCALE -c -o scripts/kconfig/lxdialog/yesno.o scripts/kconfig/lxdialog/yesno.c
so... | heyoufei2/yocto3.14.38_kernel | scripts/kconfig/lxdialog/.yesno.o.cmd | bat | gpl-2.0 | 2,984 |
for /f "tokens=* delims= " %%a in ('dir /b /ad-h "%GBG%\%GAM%\%CONS%"') do (
SET NWCN=%%~a
CALL :GAMDIR
)
exit /b
:GAMDIR
for /f "tokens=* delims= " %%a in ('dir /b /ad-h "%GBG%\%GAM%\%CONS%\%NWCN%"') do (
SET CSTRM=%%~a
call :METARENAME
)
exit /b
:METARENAME
rename "%GBG%\%GAM%\%CONS%\%NWCN%\%CSTRM%\*_... | HoodlumDTX/rom-jacket | metaRen.bat | bat | gpl-2.0 | 424 |
cmd_crypto/blkcipher.o := /opt/arm-2008q1/bin/arm-none-linux-gnueabi-gcc -Wp,-MD,crypto/.blkcipher.o.d -nostdinc -isystem /data/linux/opt/arm-2008q1/bin/../lib/gcc/arm-none-linux-gnueabi/4.2.3/include -Iinclude -I/data/embedded/acer/acergit/linux/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__ -mlittl... | yohanes/Acer-BeTouch-E130-Linux-Kernel | crypto/.blkcipher.o.cmd | bat | gpl-2.0 | 22,897 |
cmd_drivers/media/platform/msm/camera_v2/sensor/flash/built-in.o := /home/algesat/arm-eabi-4.7/bin/arm-eabi-ld -EL -r -o drivers/media/platform/msm/camera_v2/sensor/flash/built-in.o drivers/media/platform/msm/camera_v2/sensor/flash/msm_led_flash.o drivers/media/platform/msm/camera_v2/sensor/flash/msm_led_trigger.o ... | Algesat/BladeApex2 | drivers/media/platform/msm/camera_v2/sensor/flash/.built-in.o.cmd | bat | gpl-2.0 | 519 |
cmd_/home/gurifuxi/sc05d_kernel_gb/obj/KERNEL_OBJ/usr/include/linux/sunrpc/.install := perl /home/gurifuxi/sc05d_kernel_gb/scripts/headers_install.pl /home/gurifuxi/sc05d_kernel_gb/include/linux/sunrpc /home/gurifuxi/sc05d_kernel_gb/obj/KERNEL_OBJ/usr/include/linux/sunrpc arm debug.h; perl /home/gurifuxi/sc05d_kernel_g... | gurifuxi/gb_kernel_sc05d | obj/KERNEL_OBJ/usr/include/linux/sunrpc/..install.cmd | bat | gpl-2.0 | 579 |
cmd_usr/initramfs_data.o := /root/aokp/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-gcc -Wp,-MD,usr/.initramfs_data.o.d -nostdinc -isystem /root/aokp/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/root/kernel/express-hc-2.6.35-238a0bf/arch/arm/include -Iinclude -inclu... | yncconsulting/HTC_Express_Kernel | usr/.initramfs_data.o.cmd | bat | gpl-2.0 | 917 |
@echo off
rem Copyright 2008-2020 Ping Identity Corporation
rem All Rights Reserved.
rem
rem -----
rem
rem Copyright 2008-2020 Ping Identity Corporation
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... | UnboundID/ldapsdk | dist-root/tools/ldapmodify.bat | bat | gpl-2.0 | 1,745 |
cmd_block/blk-ioc.o := arm-linux-gnueabi-gcc -Wp,-MD,block/.blk-ioc.o.d -nostdinc -isystem /usr/lib/gcc-cross/arm-linux-gnueabi/4.7/include -Iinclude -I/home/benoit/kernel_android/32/es209ra/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm/include -Wall -Wundef -Wstr... | b8e5n/KTG-kernel_es209ra | block/.blk-ioc.o.cmd | bat | gpl-2.0 | 26,440 |
@echo off
setlocal
set executable=nexuiz -dedicated
%~d0
cd "%~p0"
if exist %executable% goto good
if not exist ..\%executable% goto bad
if exist ..\data\server.cfg goto halfgood
if exist ..\havoc\server.cfg goto halfgood
goto bad
:bad
echo This script is not properly set up yet.
echo Please refer t... | atphalix/nexuiz | server/server_havoc_windows.bat | bat | gpl-2.0 | 612 |
cmd_drivers/cdrom/built-in.o := ld -m elf_i386 -r -o drivers/cdrom/built-in.o drivers/cdrom/cdrom.o
| namgk/kernel-tut | drivers/cdrom/.built-in.o.cmd | bat | gpl-2.0 | 104 |
cmd_rte_port_frag.o = gcc -Wp,-MD,./.rte_port_frag.o.d.tmp -pthread -march=armv8-a+crc -D__ARM_FEATURE_CRC32=1 -DRTE_MACHINE_CPUFLAG_NEON -DRTE_MACHINE_CPUFLAG_CRC32 -I/root/lixu/arm64-armv8a-linuxapp-gcc/include -include /root/lixu/arm64-armv8a-linuxapp-gcc/include/rte_config.h -O3 -W -Wall -Wstrict-prototypes -Wmi... | JerryLX/DPDK | arm64-armv8a-linuxapp-gcc/build/lib/librte_port/.rte_port_frag.o.cmd | bat | gpl-2.0 | 579 |
cmd_drivers/acpi/utilities/utcopy.o := gcc -Wp,-MD,drivers/acpi/utilities/.utcopy.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declar... | namgk/kernel-tut | drivers/acpi/utilities/.utcopy.o.cmd | bat | gpl-2.0 | 14,008 |
cmd_scripts/mod/sumversion.o := gcc -Wp,-MD,scripts/mod/.sumversion.o.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -c -o scripts/mod/sumversion.o scripts/mod/sumversion.c
source_scripts/mod/sumversion.o := scripts/mod/sumversion.c
deps_scripts/mod/sumversion.o := \
/usr/include/neti... | jyh0082007/sigTaint | scripts/mod/.sumversion.o.cmd | bat | gpl-2.0 | 3,656 |
set DRIVER=bgmdr_at
nasmw -f bin -o %DRIVER%.com %DRIVER%.asm
| rururutan/hoot-patches | pc/koei/celtic_tales/src/comp.bat | bat | gpl-3.0 | 62 |
@echo off
SET ProgFiles=%ProgramFiles(x86)%
if "%ProgFiles%"=="" SET ProgFiles=%ProgramFiles%
echo %ProgFiles%
if not exist "%ProgFiles%\JetBrains\Resharper\v4.1\bin" goto CopyResharper_v45
mkdir ReSharper_v4.1
cd ReSharper_v4.1
REM copy "%ProgFiles%\JetBrains\ReSharper\v4.1\Bin\JetBrains.Annotations.???" > nul
cd ... | citizenmatt/ReSharperExtensionManager | lib/GetReSharper.bat | bat | gpl-3.0 | 2,268 |
vcpkg install greatest:x64-windows-static
mkdir build-x64-windows-static
cd build-x64-windows-static
cmake .. -DCMAKE_TOOLCHAIN_FILE="%VCPKG_ROOT%\scripts\buildsystems\vcpkg.cmake" -DVCPKG_TARGET_TRIPLET=x64-windows-static -DCMAKE_GENERATOR_PLATFORM=x64
cmake --build . --config Release
cd src\Release
for /F %%x in ('d... | myd7349/Ongoing-Study | cpp/CMake/vcpkg/greatest_tests/build-x64-windows-static.bat | bat | lgpl-3.0 | 557 |
julia jl_mfcc2sdc.jl -m 6 -n 6 -d 1 -p 3 -k 6 ^
--h5-mfcc-file "testX_mfcc_6.h5" ^
--h5-mfcc-dset "lid/test/X/mfcc" ^
--h5-sdc-file "testX_sdc_6136.h5" ^
--h5-sdc-dset "lid/test/X/sdc"
| WojciechMigda/TCO-SpokenLanguages2 | src/sh_test_mfcc_6_to_sdc_6136.bat | bat | apache-2.0 | 193 |
@cd ..
@echo Compilando Core
@cd .\Core\_all
@call Core.bat %1 %2
@cd ..\..
@echo Compilando Commons
@cd .\Apps\Commons\_all
@call Commons.bat %1 %2
@cd ..\..\..
@echo Compilando Tests
@cd .\Apps\Tests\_all
@call Tests.bat %1 %2
@cd ..\..\..
@echo Compilando Windows
@cd .\Apps\Windows\_all
@call ... | yandroskaos/XkyOS | XkyOS/Source/_all/XkyOS.bat | bat | apache-2.0 | 457 |
echo off
setlocal enabledelayedexpansion
set ROOTDIR=%~dp0\..\..\
docker build -t edgetpu-win -f %ROOTDIR%\docker\Dockerfile.windows %ROOTDIR%\docker
| google-coral/edgetpu | scripts/windows/docker_make_image.bat | bat | apache-2.0 | 152 |
cd ..\protogen
protogen -i:F:\Unity\MyGit\ProtobufAutoCreate\protoFile\demo.proto -o:F:\Unity\MyGit\ProtobufAutoCreate\CSharpFile\demo.cs
protogen -i:F:\Unity\MyGit\ProtobufAutoCreate\protoFile\NestDTO.proto -o:F:\Unity\MyGit\ProtobufAutoCreate\CSharpFile\NestDTO.cs
| suifcd/ProtobufAutoCreate | gen/protogen.bat | bat | apache-2.0 | 273 |
;;@echo off
%~d0
cd %~p0
if not exist node_modules ( npm install )
node index %1
pause | acharzuo/oa_excel_convert | run.cmd | bat | apache-2.0 | 86 |
@echo off
if "%1" == "" goto :Error
goto :Start
:Error
echo usage: %0 ^<application name^>
echo where application name is an azure mobileService app.
echo To run the login tests, the application needs to be configured
echo with all four providers.
goto :TheEnd
:Start
call azure mobile table create --integerId ... | manimaranm7/azure-mobile-services | test/JavaScript/SetupScripts/SetupTables.bat | bat | apache-2.0 | 2,699 |
@echo off
rem Runs the PHPLint program stdlib/it/icosaedro/lint/PHPLint and displays
rem the report on standard output.
rem Syntax of the command:
rem
rem phpl [OPTIONS] file.php
rem
rem For a complete list of the available options, type
rem
rem phpl --help
rem
rem Dir. of this file, with trailing '\' added:
s... | zenus/thinkphpLint | phpl.bat | bat | bsd-3-clause | 729 |
@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... | sujoyg/tool | vendor/ec2-api-tools-1.4.2.2/bin/ec2disaddr.cmd | bat | mit | 1,036 |
@erase lang.inc
@echo lang fix ru >lang.inc
@fasm -m 16384 fasm.asm fasm
@erase lang.inc
@kpack fasm
@pause | devlato/kolibrios-llvm | programs/develop/fasm/trunk/build_ru.bat | bat | mit | 107 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXWSCORE.S01_ManageBaseItems.MSOXWSCORE_S01_TC04_UpdateItemSuccessfully /testcontainer:..\..\MS-OXWSCORE\TestSuite\bin\Debug\MS-OXWSCORE_TestSuite.dll /runconfig:..\..\MS-OXWSCORE\MS-OXWSCORE.testsettings /unique
pause | OfficeDev/Interop-TestSuites | ExchangeWebServices/Source/Scripts/MS-OXWSCORE/RunMSOXWSCORE_S01_TC04_UpdateItemSuccessfully.cmd | bat | mit | 312 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXWSCORE.S01_ManageBaseItems.MSOXWSCORE_S01_TC09_VerifyItemWithWithAllElement /testcontainer:..\..\MS-OXWSCORE\TestSuite\bin\Debug\MS-OXWSCORE_TestSuite.dll /runconfig:..\..\MS-OXWSCORE\MS-OXWSCORE.testsettings /unique
pause | XinwLi/Interop-TestSuites-1 | ExchangeWebServices/Source/Scripts/MS-OXWSCORE/RunMSOXWSCORE_S01_TC09_VerifyItemWithWithAllElement.cmd | bat | mit | 318 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.