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
nmake.exe /ls Clean LANG=en_US CFG=Debug PLAT=Win32
nmake.exe /ls Clean LANG=en_US CFG=Debug PLAT=x64
nmake.exe /ls Clean LANG=en_US CFG=Release PLAT=Win32
nmake.exe /ls Clean LANG=en_US CFG=Release PLAT=x64
| Amebis/MSICA | MSICA/MSIBuild/clean_all.bat | bat | gpl-3.0 | 227 |
_fxc.exe /T fx_2_0 /Fo HDR_Reduction.fxo HDR_Reduction.fx
pause | jaeseock/MiniKey | Sample/PostEffect/bin/Shader/HDR_Reduction.bat | bat | lgpl-2.1 | 63 |
@rem Licensed to the Apache Software Foundation (ASF) under one
@rem or more contributor license agreements. See the NOTICE file
@rem distributed with this work for additional information
@rem regarding copyright ownership. The ASF licenses this file
@rem to you under the Apache License, Version 2.0 (the
@rem "Licens... | pcmoritz/arrow | dev/tasks/conda-recipes/arrow-cpp/bld.bat | bat | apache-2.0 | 1,327 |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% source
set I18NSPHINXOPTS=%SPHINXOPTS% source
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLS... | chfw/pyexcel-xls | docs/make.bat | bat | bsd-3-clause | 6,720 |
nw.exe . | codeforboston/bypath | tools/tools/run.cmd | bat | mit | 8 |
@echo off
setlocal enableDelayedExpansion
if "%~1" equ "" (
echo no file passed
echo pass -help to see the help message
exit /b 1
)
for %%# in (-h -help /h /help) do (
if "%~1" equ "%%~#" (
echo generates SHA512 checksum for a given file
(echo()
echo USAGE:
(echo()
echo %~nx0 file [variable]
(echo()
... | TheBigBear/batch.scripts | fileUtils/SHA512.bat | bat | mit | 1,096 |
REM initial latex
pdflatex jules-verne.tex
REM make bibliography
bibtex jules-verne
REM make glossary
bibtex jules-verne.gls
REM make list of symbols
bibtex jules-verne.losa
REM make index
makeindex -s gatech-thesis-index.ist jules-verne.idx
REM twice more
pdflatex jules-verne.tex
pdflatex jules-verne.tex
REM las... | kprussing/gatech-thesis | julesverne/bellswhistles/DO_pdf.bat | bat | gpl-2.0 | 890 |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% source
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
)
if "%1" == "" goto help... | cbenz/liam2 | doc/usersguide/make.bat | bat | gpl-3.0 | 5,171 |
devcon.exe rescan
devcon.exe -r update olimex_tiny.inf "USB\VID_15BA&PID_0004&MI_00"
devcon.exe -r update olimex_tiny1.inf "USB\VID_15BA&PID_0004&MI_01"
| sergev/vak-opensource | microcontrollers/ms2upgrade/libusb-win32/install_libusb.bat | bat | apache-2.0 | 156 |
@echo off
REM
REM Grab the directory where this script resides, for use later
REM
set COBERTURA_HOME=%~dp0
REM
REM Read all parameters into a single variable using an ugly loop
REM
set CMD_LINE_ARGS=%1
if ""%1""=="""" goto doneStart
shift
:getArgs
if ""%1""=="""" goto doneStart
set CMD_LINE_ARGS=%CMD_LINE_ARGS% %1
sh... | bjornamkreutz/fpai-shared-config | tools/cobertura/cobertura-report.bat | bat | apache-2.0 | 640 |
@echo off
rem build the Tank edition of TiddlyWiki
rem See https://tank.peermore.com
rem Open the tank edition in TW5 and save the template for the main HTML file
node .\tiddlywiki.js ^
editions\tw5tank ^
--verbose ^
--output tmp ^
--rendertiddler $:/core/save/all app.html text/plain ^
|| exit 1
rem Prepend t... | GreenDou/greendou-wiki | node_modules/tiddlywiki/bin/tankbld.cmd | bat | mit | 495 |
@ECHO OFF
echo Set Compiler
SET CC=cl
echo Set Options
SET COPT=-DJU_WIN /Ox /GS-
SET O=-DJUDY1
SET L=-DJUDYL
SET INC=-I.. -I..\JudyCommon
echo Deleting Old Files
del JudyCommon\*.obj JudySL\*.obj JudyHS\*.obj Judy1\*.obj JudyL\*.obj *.dll
echo Giving Judy1 the proper Names
copy JudyCommon\JudyByCoun... | jakezhaojb/tds | tommyds/benchmark/lib/judy/build.bat | bat | bsd-3-clause | 7,906 |
@echo off
rem %1 = architecture
rem %2 = library type (LIB|DLL)
rem %3 = platform (Win32|x64)
rem %4 = configuration (Release|Debug)
rem %5 = build tests (|+tests)
if "%4" NEQ "" if "%3" NEQ "" if "%2" NEQ "" if "%1" NEQ "" goto cont
echo usage: msbuild arcitecture library_type=^<LIB^|DLL^> platform=^<Win32^|x64^> con... | winlibs/mpir | build.vc16/msbuild.bat | bat | gpl-3.0 | 1,790 |
SET mypath=%~dp0
SET mypath=%mypath:~0,-1%
icacls "%mypath%" /grant BUILTIN\IIS_IUSRS:(OI)(CI)(M) /t
| zulldesign/blogspot | permissions.bat | bat | gpl-2.0 | 102 |
@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/ec2dinatt.cmd | bat | apache-2.0 | 1,047 |
@ECHO OFF
SET bin_dir=%~dp0
SET TOP_DIR=%bin_dir%\..\..
PUSHD "%TOP_DIR%"
SET TOP_DIR=%CD%
POPD
SET INSTALL_DIR=%~f1
SET PORT=%2
SET zk=zookeeper-3.4.6
SET DSN_TMP_ZOOKEEPER_URL=https://archive.apache.org/dist/zookeeper/%zk%/%zk%.tar.gz
IF "%INSTALL_DIR%" EQU "" (
set INSTALL_DIR=%TOP_DIR%\zk
)
IF "%PORT%" EQU "... | Microsoft/rDSN | bin/Windows/start_zk.cmd | bat | mit | 1,995 |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% source
set I18NSPHINXOPTS=%SPHINXOPTS% source
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLS... | chadcooper/argis-python-2013 | make.bat | bat | mit | 6,732 |
cmd_lib/zlib_deflate/built-in.o := /home/chiehyang/PandaBoard-LinuxKernel/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/arm-linux-gnueabihf-ld -EL -r -o lib/zlib_deflate/built-in.o lib/zlib_deflate/zlib_deflate.o
| domintech/PandaBoard-LinuxKernel | lib/zlib_deflate/.built-in.o.cmd | bat | gpl-2.0 | 234 |
deps_config := \
lib/Kconfig \
arch/s390/crypto/Kconfig \
drivers/crypto/Kconfig \
crypto/Kconfig \
security/selinux/Kconfig \
security/Kconfig \
lib/Kconfig.debug \
arch/mips/Kconfig.debug \
arch/mips/oprofile/Kconfig \
fs/dlm/Kconfig \
fs/nls/Kconfig \
fs/partitions/Kconfig \
fs/ncpfs/Kconfig \
fs/gfs2/... | pollinux/kernel | include/config/auto.conf.cmd | bat | gpl-2.0 | 7,711 |
cmd_fs/fuse/dev.o := arm-eabi-gcc -Wp,-MD,fs/fuse/.dev.o.d -nostdinc -isystem /home/tim/ICS/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/../lib/gcc/arm-eabi/4.4.0/include -I/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KER... | timmytim/honeybutter_kernel | fs/fuse/.dev.o.cmd | bat | gpl-2.0 | 29,971 |
cmd_net/core/built-in.o := /home/rittik/android/kernel/toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-ld -EL -r -o net/core/built-in.o net/core/sock.o net/core/request_sock.o net/core/skbuff.o net/core/iovec.o net/core/datagram.o net/core/stream.o net/core/scm.o net/core/gen_stats.o net/core/gen_estimator.o net/core... | RittikBhowmik/Project-Crater-Kernel-GT-i9152 | net/core/.built-in.o.cmd | bat | gpl-2.0 | 680 |
cmd_drivers/gpu/msm/kgsl_cmdstream.o := arm-linux-gnueabi-gcc -Wp,-MD,drivers/gpu/msm/.kgsl_cmdstream.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/ma... | b8e5n/KTG-kernel_es209ra | drivers/gpu/msm/.kgsl_cmdstream.o.cmd | bat | gpl-2.0 | 25,190 |
cmd_/home/yutingkao23/linuxcnc-add-hal-ethercat/src/5axiskins.o := ld -m elf_i386 -r -o /home/yutingkao23/linuxcnc-add-hal-ethercat/src/5axiskins.o /home/yutingkao23/linuxcnc-add-hal-ethercat/src/emc/kinematics/5axiskins.o
| CalvinHsu1223/LinuxCNC-EtherCAT-HAL-Driver | src/.5axiskins.o.cmd | bat | gpl-2.0 | 226 |
cmd_net/sunrpc/sunrpc_syms.o := ppc_4xx-gcc -m32 -Wp,-MD,net/sunrpc/.sunrpc_syms.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 -Wstri... | mattkelly/linux-2.6-xlnx | net/sunrpc/.sunrpc_syms.o.cmd | bat | gpl-2.0 | 31,613 |
@echo off
REM recherche dans la BDR si le logiciel winscp est installe
REM reg QUERY renvoi 0 : succés ou 1 : echec
Reg QUERY HKLM\SOFTWARE\winscp /v Flag >nul
goto %ERRORLEVEL%
:1
echo Debut de l'installation
chmod ugo+rx *
winscp382setup.exe /sp- /verysilent /norestart
echo Installation terminee.... | cedricde/lrs | addons/lsc_deployment_scripts/Software_using_a_installer_INNO_SETUP/antivirus/Winscp/installwinscp.bat | bat | gpl-2.0 | 450 |
cmd_sound/pci/au88x0/built-in.o := rm -f sound/pci/au88x0/built-in.o; /space/android/system/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ar rcs sound/pci/au88x0/built-in.o
| asopov/linux-tpt-2.6.39 | sound/pci/au88x0/.built-in.o.cmd | bat | gpl-2.0 | 185 |
cmd_fs/fat/dir.o := arm-eabi-gcc -Wp,-MD,fs/fat/.dir.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 -Wno-trigr... | HCDRJacob/wildfire-kernel | fs/fat/.dir.o.cmd | bat | gpl-2.0 | 148,998 |
rem for cygwin
E:
cd E:\Program\Dev\Cygwin64\bin
bash --login -i -c "/cygdrive/f/tdiarytheme/delete_org.sh"
| nanakochi123456/compressed_tdiary_theme | src/delete_org.bat | bat | gpl-2.0 | 108 |
cmd_sound/isa/es1688/built-in.o := rm -f sound/isa/es1688/built-in.o; /home/jashaswee/vibex2/X2_ROW_L_OpenSource/arm-linux-androideabi-4.9/bin/arm-linux-androideabi-ar rcsD sound/isa/es1688/built-in.o
| jashasweejena/VibeKernel | sound/isa/es1688/.built-in.o.cmd | bat | gpl-2.0 | 202 |
cmd_drivers/media/video/videodev.o := /home/azure/Kernel/arm-2010q1/bin/arm-none-linux-gnueabi-ld -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 drivers/media/video/v4l2-subdev.o
| denzfarid/rndc-kernel | drivers/media/video/.videodev.o.cmd | bat | gpl-2.0 | 275 |
cmd_mm/built-in.o := ccache /drive2/Android/CM9/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o mm/built-in.o mm/bootmem.o mm/filemap.o mm/mempool.o mm/oom_kill.o mm/fadvise.o mm/maccess.o mm/page_alloc.o mm/page-writeback.o mm/readahead.o mm/swap.o mm/truncate.o mm/vmscan.o mm/shmem.o mm/prio... | tcp209/kernel_samsung_epic4gtouch | build/epic4gtouch/mm/.built-in.o.cmd | bat | gpl-2.0 | 699 |
@echo off
setlocal
set GOPATH=%~dp0
go get -u github.com/disintegration/gift
go get -u github.com/olebedev/config
go get -u github.com/mitchellh/mapstructure
pushd %~dp0src\lec3-ip
go install
popd
endlocal | lechuckroh/lec3-ip | build.bat | bat | gpl-2.0 | 205 |
var choosing0:bool, choosing1:bool, choosing2:bool, choosing3:bool, choosing4:bool, choosing5:bool, choosing6:bool, choosing7:bool, num0:int, num1:int, num2:int, num3:int, num4:int, num5:int, num6:int, num7:int, x:int;
initial choosing0 == false and choosing1 == false and choosing2 == false and choosing3 == false and ... | rmonat/batman | examples/bakery8.bat | bat | gpl-3.0 | 7,625 |
@ECHO OFF
REM **************************************************************************************************************************
REM main paths
REM **************************************************************************************************************************
set GG=C:\projects\gringlobal
set NO... | ilri/genebank-gg_server | create_database_cabs.bat | bat | gpl-3.0 | 3,219 |
echo Export will be run with parameter: %1
if %1.==. goto no_config
java -jar codequick.jar -build -config=%1
goto end
:no_config
java -jar codequick.jar -build
:end
| codequick/codequick | docs/build.bat | bat | gpl-3.0 | 172 |
rem windows
@echo off
set SDESK_HOME=c:\Users\Carolo\Desktop\scoresdesk
java -jar %SDESK_HOME%\dist\jar\sd-cli-0.0.1-SNAPSHOT.jar %*
| cclavero/ScoresDesk | sd-cli/scripts/sdesk.bat | bat | gpl-3.0 | 134 |
@REM
@REM SoundTouch & SoundStretch Build script for Win32 platform
@REM
@REM You'll need Visual C++ 6.0 installed to compile - also execute the
@REM "vcvars32.bat" in VC install directotry before running this one.
@REM
@REM Copyright (c) Olli Parviainen
@REM File Created: 09/Sep/2003
@REM
@REM $Id: make-win.bat 25... | loganmc10/mupen64plus-ae | ndkLibs/soundtouch/make-win.bat | bat | gpl-3.0 | 1,885 |
set pkgname=macroutils
cd /D "%rPackagesDir%\%pkgname%\pkg"
REM svnversion > %pkgname%\inst\SVN_VERSION
git log -n 1 --oneline --no-notes > %pkgname%\inst\GIT_VERSION
R CMD build --compact-vignettes="gs+qpdf" --md5 %pkgname%
@REM --no-vignettes
pause
| julienmoeys/macroutils | 1_RCMDBUILD.bat | bat | agpl-3.0 | 257 |
@ECHO OFF
::
:: set_ReleaseNativeOnly_x86_2008.bat --
::
:: Written by Joe Mistachkin.
:: Released to the public domain, use at your own risk!
::
SET CONFIGURATION=ReleaseNativeOnly
CALL "%~dp0\set_x86_2008.bat"
| rohitlodha/DenverDB | ado/Setup/set_ReleaseNativeOnly_x86_2008.bat | bat | agpl-3.0 | 214 |
%~d0
cd %~dp0
java -jar kuaisync.jar %1 %2 %3
| kikoqiu/kuaisync | sync.bat | bat | lgpl-3.0 | 49 |
@if defined ECHO (echo %ECHO%) else (echo off)
REM
REM Copies build tools into bin folder where they will be checked in.
REM
setlocal
set BASE_DIR=%~dp0
set BIN_DIR=%~dp0..\..\bin
echo.
echo Compiling tools.
echo.
"%SYSTEMROOT%\Microsoft.NET\Framework\v3.5\msbuild.exe" "%BASE_DIR%\Gallio.BuildTools.sln" /p:Configur... | citizenmatt/gallio | tools/Gallio.BuildTools/Install.bat | bat | apache-2.0 | 885 |
xsd graphml-structure.xsd /classes /language:cs /namespace:Test
pause
| Gallio/mbunit-v2 | src/quickgraph/QuickGraph/Serialization/xml/runxsd.bat | bat | apache-2.0 | 74 |
@cd src
@ppython main.py full | joaofrancese/heavy-destruction | Panda/runFullscreen.bat | bat | bsd-3-clause | 29 |
@ECHO OFF
@REM Creates template Messages file and updates existing translation catalogs.
dotnet msbuild -verbosity:normal release.xml /target:BuildLocale
| PoESkillTree/PoESkillTree | WPFSKillTree/build-locale.bat | bat | mit | 155 |
@erase lang.inc
@echo lang fix et >lang.inc
@fasm -m 16384 @panel.asm @panel
@erase lang.inc
@kpack @panel
@pause | devlato/kolibrios-llvm | programs/system/panel/trunk/build_et.bat | bat | mit | 113 |
cmd_arch/arm/lib/copy_from_user.o := /home/rms/exp/scripts/gcc-wrapper.py arm-eabi-gcc -Wp,-MD,arch/arm/lib/.copy_from_user.o.d -nostdinc -isystem /home/rms/android/system/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/home/rms/exp/arch/arm/include -Iarch/arm/include/generated -Ii... | R-M-S/RMS_EXPERIMENTAL_Kernel | arch/arm/lib/.copy_from_user.o.cmd | bat | gpl-2.0 | 2,069 |
cmd_drivers/video/logo/logo_android_bmp.c := scripts/bmptologo -t bmp -n logo_android_bmp -o drivers/video/logo/logo_android_bmp.c drivers/video/logo/logo_android_bmp.bmp
| Zaphod-Beeblebrox/kernel_rockchip_rk3188 | drivers/video/logo/.logo_android_bmp.c.cmd | bat | gpl-2.0 | 171 |
@echo off
title Python 3
"C:\Program Files\Python3.2\python.exe" %1
echo [Program Finished.]
pause
exit
REM ==WARNING==
REM If you want to perform File I/O operations with a Python program,
REM Please note that the current-working-directory is the
REM same folder that THIS BATCH FILE is in, not the .py file. | Carrotlord/Mint-Programming-Language | MintLangSaffronStable [Oldest]/Mint2.1Binaries/Python3.bat | bat | agpl-3.0 | 310 |
@rem
@rem Credits to Jez Higgins (@jezhiggins) & Ralph McArdell (@ralph-mcardell)
@rem for hints on how to have a very simplified batch file.
@rem
@echo off
setlocal enableextensions
%~p0\..\gradlew.bat %* | asciidoctor/asciidoctor-gradle-plugin | docs/gradlew.bat | bat | apache-2.0 | 207 |
"%VS110COMNTOOLS%..\IDE\CommonExtensions\Microsoft\TestWindow\vstest.console.exe" "..\..\Bin\RDP_ClientTestSuite.dll" /Settings:..\..\Bin\ClientLocal.TestSettings /Tests:S10_FastPathOutput_PositiveTest_NewPointer_HotSpotOnTheBorderOfPointer /Logger:trx
pause
| dongruiqing/WindowsProtocolTestSuites | TestSuites/RDP/src/Batch/RDPBCGR/S10_FastPathOutput_PositiveTest_NewPointer_HotSpotOnTheBorderOfPointer.cmd | bat | mit | 259 |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% source
set I18NSPHINXOPTS=%SPHINXOPTS% source
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
... | Alignak-monitoring-contrib/alignak-module-ws | docs/make.bat | bat | agpl-3.0 | 7,002 |
@echo off
rem This is analogue for *nix "sudo" command
rem You may rename this file to "sudo.cmd" or use it "as is"
rem Example:
rem csudo dism /online /enable-feature /featurename:NetFX3 /All /Source:D:\sources\sxs /LimitAccess
setlocal
rem Use split screen feature? Possible values: VERT, HORZ, NO
set ConEmuSplit=V... | rdcb/cmder_mini_raisedadead | cmder_mini/vendor/conemu-maximus5/ConEmu/csudo.cmd | bat | unlicense | 1,675 |
@echo off
call .\compile_mlapi.cmd ..\include ..\bin ..\bin
| Drup/z3 | src/api/ml/build-lib.cmd | bat | mit | 61 |
@echo off & setlocal enableextensions
echo Stella build script for creating win32 and x64 builds.
echo This will create installers (based on InnoSetup) for both 32 and 64-bit,
echo as well as a ZIP archive containing both versions.
echo.
echo ! InnoSetup must be linked to this directory as 'iscc.lnk' (for EXE f... | ssilverm/stella-sdl-pi | src/windows/Create_Builds.bat | bat | gpl-2.0 | 3,771 |
git clone https://github.com/joyent/libuv.git deps/libuv
cd deps/libuv
git checkout v0.11.29
cd..
git clone https://github.com/hij1nx/nodeuv-uri.git deps/nodeuv-uri
cd..
git clone https://github.com/joyent/http-parser.git deps/http-parser
cd deps/http-parser
git checkout v2.3
cd ..
gyp --depth=. --generator-output... | tempbottle/nodeuv-http | build.bat | bat | mit | 355 |
universe = java
executable = x_java_Sleep.class
log = job_core_onexitrem-true_java.log
output = job_core_onexitrem-true_java.out
error = job_core_onexitrem-true_java.err
on_exit_remove = (time() - QDate) > 60
Notification = NEVER
arguments = x_java_Sleep 3
queue
| htcondor/htcondor | src/condor_tests/job_core_onexitrem-true_java.cmd | bat | apache-2.0 | 267 |
csc /target:library /debug+ /features:pdb=portable /optimize- /features:deterministic Documents.cs
copy /y Documents.pdb Documents.pdbx
copy /y Documents.dll Documents.dllx
csc /target:library /debug+ /optimize- /features:deterministic Documents.cs
| AlexisArce/roslyn | src/Debugging/Microsoft.DiaSymReader.PortablePdb.Tests/Resources/Documents.cmd | bat | apache-2.0 | 252 |
@ruby script/generate %*
| sinisterchipmunk/divinity | test/app/script/generate.cmd | bat | mit | 25 |
@ECHO OFF
pushd %~dp0
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set SOURCEDIR=source
set BUILDDIR=build
set SPHINXPROJ=PyformsWeb
if "%1" == "" goto help
%SPHINXBUILD% >NUL 2>NUL
if errorlevel 9009 (
echo.
echo.The 'sphinx-build' comman... | UmSenhorQualquer/pyforms | docs/make.bat | bat | mit | 818 |
rem used to remove the "- Shortcut" on new shortcuts.
rem both files (to disable/enable)
rem https://www.dropbox.com/sh/8t6l32b1z8xo25x/AACOnjDLXecp6HdiMdipdeZva?dl=0
| nathanthesnooper/tools | (notbat)_Disable_Shortcut.bat | bat | mit | 167 |
@echo off
ECHO ---- DeviceIoControl fuzzing example: Print buffers version ----
.\..\Meddle\bin\Release\Meddle.exe example_deviceiocontrol_all\controller.py | glmcdona/meddle | examples/DeviceIoControl capture new processes.bat | bat | mit | 157 |
SET FILENAME=thesis
rem MIKTEX_BIN=C:\miktex\texmfs\install\miktex\bin\
rem set PATH=%MIKTEX_BIN%;%PATH%
rem bibtex "%FILENAME%.aux"
rem makeglossaries "%FILENAME%"
pdflatex -shell-escape -synctex=1 -interaction=nonstopmode -interaction=nonstopmode -extra-mem-top=50000000 -extra-mem-bot=10000000 -main-memory=90000... | holgern/TUB_PhDThesisTemplate | compile-thesis-windows_rerun.bat | bat | mit | 399 |
cmd_/home/djp952/external-kernelheaders/linux-4.4.5//include/mtd/.install := /bin/bash scripts/headers_install.sh /home/djp952/external-kernelheaders/linux-4.4.5//include/mtd ./include/uapi/mtd inftl-user.h mtd-abi.h mtd-user.h nftl-user.h ubi-user.h; /bin/bash scripts/headers_install.sh /home/djp952/external-kernelhea... | zukisoft/vm | build.uapi/kernel-headers/include/mtd/..install.cmd | bat | mit | 694 |
copy %appdata%\Record.log
| Tob1112/keylogger_simple | batch/CollectData.bat | bat | mit | 26 |
@echo off
Packages\xunit.runner.console.2.1.0\tools\xunit.console ^
CarFuel.Facts\bin\Debug\CarFuel.Facts.dll ^
-parallel all ^
-html Result.html ^
-verbose ^
-nologo
REM CarFuel.UITests\bin\Debug\CarFuel.UITests.exe
@echo on | tipjung/tdd-carfuel | test.bat | bat | mit | 240 |
@echo off
cd ..
call .\utils\setEnv.bat
set USE_CLANG_CL=0
bazel build test_main --compilation_mode=opt
set location="releaseDir_msvc"
set outputZip="higanbana_win64_fastbuild_msvc"
rd /s /Q %location%
mkdir %location%
robocopy data %location%/data /E
mkdir %location%\bazel-bin\test_main
robocopy bazel-bin\test_main... | jgavert/Faze | utils/createRelease.bat | bat | mit | 926 |
# ========== Copyright Header Begin ==========================================
#
# OpenSPARC T1 Processor File: sjm_4.cmd
# Copyright (c) 2006 Sun Microsystems, Inc. All Rights Reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES.
#
# The above named program is free software; you can redistribute it and/or
# modify ... | trivoldus28/pulsarch-verilog | verif/diag/assembly/arch/error/err_dram_rdd_cecc/sjm_4.cmd | bat | gpl-2.0 | 1,248 |
regsvr32 comcat.dll /s
regsvr32 shdoc401.dll /s
regsvr32 shdoc401.dll /i /s
regsvr32 asctrls.ocx /s
regsvr32 oleaut32.dll /s
regsvr32 shdocvw.dll /I /s
regsvr32 shdocvw.dll /s
regsvr32 browseui.dll /s
regsvr32 browseui.dll /I /s
regsvr32 msrating.dll /s
regsvr32 mlang.dll /s
regsvr32 hlink.dll /s
regsvr32 mshtmled.dll ... | llbranco/scripts | fix_svchost.bat | bat | gpl-2.0 | 2,919 |
cmd_drivers/misc/sec_misc.o := arm-eabi-gcc -Wp,-MD,drivers/misc/.sec_misc.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/... | bigbiff/i717-GB-Kernel | drivers/misc/.sec_misc.o.cmd | bat | gpl-2.0 | 29,443 |
SET PYTHONPATH=src\qmap\qtcontrols;%PYTHONPATH%
SET PYQTDESIGNERPATH=src\qmap\qtcontrols\plugins
"C:\OSGeo4W\bin\qgis-dev.bat" --noplugins %* | NathanW2/qmap | QMap Map Manager.bat | bat | gpl-2.0 | 141 |
@if defined ELIXIR_CLI_ECHO (@echo on) else (@echo off)
setlocal
if ""%1""=="""" goto :documentation
if ""%1""==""--help"" goto :documentation
if ""%1""==""-h"" goto :documentation
if ""%1""==""/h"" goto :documentation
goto parseopts
:documentation
echo Usage: %~nx0 [options] [.exs file] [data]
echo.
ec... | sky-big/Ejabberd | plugins/elixir/bin/elixir.bat | bat | gpl-2.0 | 4,636 |
cmd_lib/crc7.ko := /opt/arm-2009q3/bin/arm-none-eabi-ld -EL -r -T /home/sembre/android/GT-S5360_GB_Opensource_Update3/common/scripts/module-common.lds --build-id -o lib/crc7.ko lib/crc7.o lib/crc7.mod.o
| sembre/kernel_totoro_update3 | common/lib/.crc7.ko.cmd | bat | gpl-2.0 | 204 |
del /S *.aux *.bbl *.blg *.out *.thm *.toc *.lof *.fen *.toe *.lot *.ten *.log *.bak *.loa
| Li-Wenhui/HEUThesis | clean.bat | bat | gpl-2.0 | 92 |
cmd_arch/x86/boot/mca.o := gcc -Wp,-MD,arch/x86/boot/.mca.o.d -nostdinc -isystem /usr/lib/gcc/i686-linux-gnu/4.4.7/include -I/home/madhwang/Development/linuxSource/linux-2.6.34.7/arch/x86/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -I/home/madhwang/Development/linuxSource/linux-2.6.34.7/arch/... | madhwang/linuxKernel | arch/x86/boot/.mca.o.cmd | bat | gpl-2.0 | 5,687 |
cmd_fs/jbd/transaction.o := /opt/arm-2008q1/bin/arm-none-linux-gnueabi-gcc -Wp,-MD,fs/jbd/.transaction.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__ -ml... | yohanes/Acer-BeTouch-E130-Linux-Kernel | fs/jbd/.transaction.o.cmd | bat | gpl-2.0 | 21,112 |
cmd_drivers/bluetooth/btmrvl.o := ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ld -EL -r -o drivers/bluetooth/btmrvl.o drivers/bluetooth/btmrvl_main.o drivers/bluetooth/btmrvl_debugfs.o
| avareldalton85/rpi2-linux-rt | drivers/bluetooth/.btmrvl.o.cmd | bat | gpl-2.0 | 234 |
>>> score = 50
>>> score
50
>>> score += 20
>>> score
70
| simontakite/sysadmin | pythonscripts/practicalprogramming/basic/score2.cmd | bat | gpl-2.0 | 57 |
cmd_/mnt/Pub/fault_inject/lsm_test/lsm_test.ko := ld -r -m elf_x86_64 -T /opt/mkernel/scripts/module-common.lds --build-id -o /mnt/Pub/fault_inject/lsm_test/lsm_test.ko /mnt/Pub/fault_inject/lsm_test/lsm_test.o /mnt/Pub/fault_inject/lsm_test/lsm_test.mod.o
| todaygood/my_c | modules/fault_inject/lsm_test/.lsm_test.ko.cmd | bat | gpl-2.0 | 257 |
avrdude -q -p atmega8 -c usbasp -U flash:w:TellyMate_M8.hex
pause
| zrafa/jlime_embedded_applications | humane-nn/software/3rdParty/tellymate-114/Firmware/M8_program.bat | bat | gpl-2.0 | 66 |
cmd_arch/powerpc/math-emu/fabs.o := ppc_4xx-gcc -m32 -Wp,-MD,arch/powerpc/math-emu/.fabs.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 -Wunde... | mattkelly/linux-2.6-xlnx | arch/powerpc/math-emu/.fabs.o.cmd | bat | gpl-2.0 | 19,085 |
cmd_fs/minix/minix.ko := arm-none-linux-gnueabi-ld -EL -r -T /root/kernel-dev/linux-2.6.37/scripts/module-common.lds --build-id -o fs/minix/minix.ko fs/minix/minix.o fs/minix/minix.mod.o
| srinugnt2000/linux-2.6.37 | fs/minix/.minix.ko.cmd | bat | gpl-2.0 | 189 |
copy /Y "d:\Work\Timer\Include\*.h" "." | dohxehapo/NetLib | libs/Timer/CopyFromSource.bat | bat | gpl-3.0 | 39 |
PATH %PATH%;Z:\opt\mxe\usr\i686-w64-mingw32.shared\bin;Z:\opt\mxe\usr\i686-w64-mingw32.shared\lib
PATH %PATH%;lib;bin;scripts
bin\main
| mikelygee/SLAT | win32/run.bat | bat | gpl-3.0 | 135 |
pandoc ../README.md -s -o ../README.pdf
pandoc ChatScript-Advanced-User-Manual.md -s -o ../PDFDOCUMENTATION/ChatScript-Advanced-User-Manual.pdf
pandoc ChatScript-Basic-User-Manual.md -s -o ../PDFDOCUMENTATION/ChatScript-Basic-User-Manual.pdf
pandoc ChatScript-Debugging-Manual.md -s -o ../PDFDOCUMENTATION/ChatScript-... | Junction-2016-Aalto-Helsinki-Fitness/PTSI | ChatScript-6.9/WIKI/ConvertMD2pdf.bat | bat | gpl-3.0 | 3,797 |
@echo off
call %~dp0%..\..\configure_environment.bat
python %~dp0%google_search_ie8.py
| magenta-aps/aalborg-monitor | testsuites/google_search/run_selenium_ie8.bat | bat | mpl-2.0 | 90 |
@echo off
@echo.
@echo [ turn OFF repository on http://bitdust.io/repo/stable ]
ssh veselin@bitdust.io "rm -f /var/www/repo/stable/checksum"
@echo.
@echo [ run rsync to copy binary files from devel to stable repo ]
ssh veselin@bitdust.io "rsync -rptgoE --delete --force -h --progress -vv --stats -c repo/devel/* repo... | vesellov/bitdust.devel | release/windows_stable/5-RSYNC.bat | bat | agpl-3.0 | 384 |
@echo off
rem -------------------------------------------------------------------------
rem JBoss Bootstrap Script for Windows
rem -------------------------------------------------------------------------
rem Use --debug to activate debug mode with an optional argument to specify the port
rem Usage : standalone.bat --... | emlun/jboss-deployment-structure-osgi | bin/standalone.bat | bat | lgpl-2.1 | 5,548 |
mkdir build
cd build
cmake .. -DCMAKE_TOOLCHAIN_FILE="%VCPKG_ROOT%\scripts\buildsystems\vcpkg.cmake" -DVCPKG_TARGET_TRIPLET=x86-windows -DCMAKE_GENERATOR_PLATFORM=Win32
cmake --build . --config Release
Release\argagg_test
cd ..
pause
| myd7349/Ongoing-Study | cpp/CMake/vcpkg/argagg_test/build.bat | bat | lgpl-3.0 | 234 |
@echo off
@Title Generating .srec file
Echo Generating .srec file :
..\..\..\..\fnet_tools\fromelf.exe --m32 --output Flash\shell_boot_intflash.elf.S19 Flash\shell_boot_intflash.axf
Echo Generating "Flash\shell_boot_intflash.elf.S19" Finished.
pause | ErikZalm/fnet | fnet_demos/mk60n512/shell_boot/uv4.7/fnet_gen_srec.bat | bat | lgpl-3.0 | 254 |
@echo on
if not exist %1 rem: goto :usage
if not exist %2 rem: goto :usage
REM Enable echo lines below if you need to debug this script
REM echo %0
REM echo $(IntDir) = %1
REM echo $(OutDir) = %2
REM echo $(PlatformName) = %3
REM echo $(Configuration) = %4
goto :PlatformName$%3
:PlatformName$Win32
ping 127.0.0.1 -n... | chrislake/7zsfxmm | 7zSfxMod/PostBuild.bat | bat | lgpl-3.0 | 1,076 |
@echo off
PowerShell.exe -NoProfile -ExecutionPolicy Bypass -Command "& '.\build.ps1'"
| JetBrains/YouTrackSharp | build.bat | bat | apache-2.0 | 87 |
cd C:\Users\theyogi\Documents\GitHub\apogee2_work_activity\Server"
deviceserver.py -f 2013_6_11_15_8_37.csv | jmwright/apogee2_work_activity | Server/startServer.cmd | bat | apache-2.0 | 107 |
@echo off
net session >nul 2>&1
if %errorLevel% == 0 (
cd %~dp0
SET CACHED_DNVM=%USERPROFILE%\.dnx\bin\dnvm.cmd
echo Downloading latest version of DNVM...
IF NOT EXIST %USERPROFILE%\.dnx md %USERPROFILE%\.dnx
IF NOT EXIST %USERPROFILE%\.dnx\bin md %USERPROFILE%\.dnx\bin
@powershell -NoProfile -ExecutionPolicy unres... | herecydev/compose | build.cmd | bat | apache-2.0 | 1,058 |
@echo off
setlocal
rem Locate python.exe.
for /f %%i in ("python.exe") do set _FOUND=%%~$PATH:i
if not "%_FOUND%" == "" goto :endif
echo ERROR: python.exe not found.
goto :eof
:endif
rem Determine if python.exe is Python3.
"%_FOUND%" --version | findstr /B /L /C:"Python 3" >NUL 2>&1
if not ERRORLEVEL 1 goto ... | tschutter/AppData | bin/windows_config.bat | bat | bsd-2-clause | 433 |
@echo off
doxygen.exe doxygen.config | KCL-Planning/VAL | scripts/windows/documentation.bat | bat | bsd-3-clause | 37 |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=_build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% .
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
)
if "%1" == "" goto help
... | heuer/cablemap | docs/make.bat | bat | bsd-3-clause | 4,685 |
@echo off
git config user.name "Spencer Salisbury"
git config user.email "spencer.salisbury@gmail.com" | spencer4of6/numerical-solvers-fortran | temp_config.bat | bat | mit | 106 |
cmd_sound/isa/galaxy/built-in.o := rm -f sound/isa/galaxy/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/isa/galaxy/built-in.o
| EPDCenterSpain/kernel_Archos_97_Titan | sound/isa/galaxy/.built-in.o.cmd | bat | gpl-2.0 | 236 |
REM You need cmake and python to update the project files
REM this script relies on CWD being the path that this script is in
cmake -G "Visual Studio 16 2019 Win64" -DCMAKE_CONFIGURATION_TYPES="Debug;Release" -DLLVM_TARGETS_TO_BUILD=X86 -DLLVM_DEFAULT_TARGET_TRIPLE:STRING=x86_64-pc-windows-msvc -DLLVM_HOST_TRIPLE:STRI... | Nekotekina/rpcs3 | llvm_build/UpdateProjectFiles.bat | bat | gpl-2.0 | 1,333 |
@echo off
echo set the Visual Studio environment by calling vcvarsall.bat
call "%VCINSTALLDIR%"/vcvarsall.bat
REM The express version of Visual Studio does not have devenv and
REM uses msbuild. Older versions of Visual Studio still need to
REM use devenv
set use_devenv=0
which devenv > nul 2>&1
if %ERRO... | PrismTech/opensplice | examples/dcps/Tutorial/cs/standalone/Build.bat | bat | gpl-3.0 | 1,607 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.