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
:: ******************** (c) Starwave ********************
::
:: This batch file will set the environment for compiling
:: this project.
::
:: It needs to be run from the Build\Scripts directory in order to
:: properly set the PATH and CLASSPATH environment variables.
::
:: Called by:
:: Bu... | injectnique/KnuckleHeadedMcSpazatron | Tools/TeaTrove-Tea/teatrove-Tea-3.2.0/Tea3.2.0/Build/Scripts/setenv.bat | bat | mit | 1,618 |
node.exe ./src/jobs/genJson.js
| leci/dictools | genJson.bat | bat | mit | 32 |
recserver -package %REGULUS%\Examples\Toy0\Generated\recogniser
pause
| TeamSPoon/logicmoo_workspace | packs_sys/logicmoo_nlu/ext/regulus/Examples/Toy0/scripts/run_recserver.bat | bat | mit | 71 |
java -Djava.util.logging.config.file="log.config" -jar android-pc-0.0.1-SNAPSHOT.jar 30000 | tmnuwan12/Andriod-PC-GPSApplication | GPSAndoirdPCModule/android-pc/src/main/resources/run.bat | bat | mit | 90 |
@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%
... | xiaxiaoyu1988/nasl_book | make.bat | bat | mit | 6,695 |
SET sourcePath="example-log.txt"
SET trimmedFilePath="example-log-modified.txt"
SET definitionsPath="default.json"
java -jar regexer.jar %sourcePath% %trimmedFilePath% %definitionsPath% | apritchard/misc | test-project/regexer.bat | bat | mit | 185 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\w3cjs\bin\w3cjs" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\w3cjs\bin\w3cjs" %*
) | infsci2560sp16/full-stack-web-project-sushmasattuluri | node_modules/.bin/w3cjs.cmd | bat | mit | 172 |
cd %~dp0
nodemon app.js
| okayumoka/vbwm | start_vbwm_debug.bat | bat | mit | 24 |
@echo off
rsrc -manifest main.manifest -o rsrc.syso
rem go build -ldflags "-H windowsgui -s -w"
go build
del rsrc.syso | wk-go/download-the-page | build.bat | bat | mit | 119 |
@echo off
tasm /l /zi ..\lib\biblio.asm
tasm /l /zi %1.asm
tlink /v %1 %1 biblio.obj | nhurman/yaka-compiler | bin/asm.bat | bat | mit | 87 |
cmd_net/netfilter/xt_statistic.ko := ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ld -EL -r -T ./scripts/module-common.lds --build-id -o net/netfilter/xt_statistic.ko net/netfilter/xt_statistic.o net/netfilter/xt_statistic.mod.o
| avareldalton85/rpi2-linux-rt | net/netfilter/.xt_statistic.ko.cmd | bat | gpl-2.0 | 275 |
cmd_sound/pci/aw2/built-in.o := rm -f sound/pci/aw2/built-in.o; ccache /drive2/Android/CM9/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ar rcs sound/pci/aw2/built-in.o
| tcp209/kernel_samsung_epic4gtouch | build/epic4gtouch/sound/pci/aw2/.built-in.o.cmd | bat | gpl-2.0 | 181 |
cmd_fs/ext2/ext2.o := ld -m elf_x86_64 -r -o fs/ext2/ext2.o fs/ext2/balloc.o fs/ext2/dir.o fs/ext2/file.o fs/ext2/fsync.o fs/ext2/ialloc.o fs/ext2/inode.o fs/ext2/ioctl.o fs/ext2/namei.o fs/ext2/super.o fs/ext2/symlink.o
| dnh34/proj1 | fs/ext2/.ext2.o.cmd | bat | gpl-2.0 | 222 |
call "C:\Program Files\Microsoft Visual Studio 9.0\Common7\Tools\vsvars32.bat"
del /Q "C:\Program Files\BitRock InstallBuilder for Qt\output\*"
if exist build rm -Rf build
mkdir build
cp -R data\bundle build
find build\bundle -name .svn | xargs -n 1 rm -Rf
cd build
cmake .. -G "NMake Makefiles" -DZLIB_INCL... | boudewijnrempt/HyvesDesktop | bin/maketrunkpackage.bat | bat | gpl-2.0 | 1,421 |
cmd_arch/arm/lib/io-writesw-armv4.o := /home/beto/android/lp/scripts/gcc-wrapper.py /home/beto/toolchain/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.io-writesw-armv4.o.d -nostdinc -isystem /home/beto/toolchain/bin/../lib/gcc/arm-eabi/4.7.4/include -I/home/beto/android/lp/arch/arm/include -Iarch/arm/include/generated -Iincl... | IndieBeto/StockLP | arch/arm/lib/.io-writesw-armv4.o.cmd | bat | gpl-2.0 | 2,054 |
@echo off
set filename=%1%
set FLASHTOOL=dfu-util.exe
:loop
%FLASHTOOL% -d 1eaf:0003 -a 1 -U %filename% && goto :end
call :sleep 2
goto :loop
:sleep
ping -n %1 localhost >nul
goto :EOF
:end
| j1rie/IRMP_STM32 | bootloader/old/ReadDFUSe.bat | bat | gpl-2.0 | 203 |
cmd_drivers/staging/iio/dds/built-in.o := rm -f drivers/staging/iio/dds/built-in.o; /home/josh/gcc-linaro-arm-linux-gnueabihf-4.7-2013.04-20130415_linux/bin/arm-linux-gnueabihf-ar rcsD drivers/staging/iio/dds/built-in.o
| JoinTheRealms/TF700-dualboot-stockbased | drivers/staging/iio/dds/.built-in.o.cmd | bat | gpl-2.0 | 221 |
cmd_net/9p/client.o := /opt/arm-2008q1/bin/arm-none-linux-gnueabi-gcc -Wp,-MD,net/9p/.client.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__ -mlittle-endi... | yohanes/Acer-BeTouch-E130-Linux-Kernel | net/9p/.client.o.cmd | bat | gpl-2.0 | 18,968 |
cmd_drivers/i2c/built-in.o := /home/gabe/arm-2009q3/arm-2009q3/bin/arm-none-linux-gnueabi-ld -EL -r -o drivers/i2c/built-in.o drivers/i2c/i2c-boardinfo.o drivers/i2c/i2c-core.o drivers/i2c/i2c-dev.o drivers/i2c/busses/built-in.o drivers/i2c/chips/built-in.o drivers/i2c/algos/built-in.o
| dagnarf/sgh-i717-dagkernel | drivers/i2c/.built-in.o.cmd | bat | gpl-2.0 | 292 |
@echo off
echo ******************
echo * Building z80nm *
echo ******************
cl /Fez80nm /Igetopt *.c getopt\getopt.c
move z80nm.exe ..\..\bin
del *.obj
| bitfixer/bitfixer | dg/z88dk/support/ar/vscmake.bat | bat | gpl-2.0 | 159 |
cmd_net/9p/built-in.o := rm -f net/9p/built-in.o; ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ar rcsD net/9p/built-in.o
| avareldalton85/rpi2-linux-rt | net/9p/.built-in.o.cmd | bat | gpl-2.0 | 166 |
del lex.yy.c
del *.exe
win_flex upper.l
gcc -o upper.exe *.c
upper.exe test.txt
REM pause | sintrb/flexbison | includefile/make.bat | bat | gpl-2.0 | 92 |
cmd_block/blk-sysfs.o := arm-eabi-gcc -Wp,-MD,block/.blk-sysfs.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... | bigbiff/i717-GB-Kernel | block/.blk-sysfs.o.cmd | bat | gpl-2.0 | 28,981 |
cmd_lib/debug_locks.o := gcc -Wp,-MD,lib/.debug_locks.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-declaration -Os -Wframe-larger-tha... | namgk/kernel-tut | lib/.debug_locks.o.cmd | bat | gpl-2.0 | 13,218 |
cmd_arch/arm/lib/io-writesl.o := /opt/toolchains/arm-eabi-4.4.3/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.io-writesl.o.d -nostdinc -isystem /opt/toolchains/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/home/cody/build_kernel/SGH-I927_Kernel/LiteKernel/LiteKERNEL/arch/arm/include -Iarch/arm/include/generated -Ii... | TeamGlide/LiteKernel | arch/arm/lib/.io-writesl.o.cmd | bat | gpl-2.0 | 2,443 |
cmd_cmdline_rdline.o = gcc -Wp,-MD,./.cmdline_rdline.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 -W -Wall -Wstrict-prototypes -Wmiss... | JerryLX/DPDK | arm64-armv8a-linuxapp-gcc/build/lib/librte_cmdline/.cmdline_rdline.o.cmd | bat | gpl-2.0 | 632 |
# (c) Copyright 2009 - 2010 Xilinx, Inc. All rights reserved.
#
# This file contains confidential and proprietary information
# of Xilinx, Inc. and is protected under U.S. and
# international copyright and other intellectual property
# laws.
#
# DISCLAIMER
# This disclaimer is not a license and does not grant any
# r... | antoniovillena/zxuno | cores/NES/xilinx/ipcore_dir/fifo_loader/simulation/functional/simulate_ncsim.bat | bat | gpl-3.0 | 2,967 |
:: run.cmd
:: 11/1/2012 jichi
setlocal
set PYTHON=..\..\..\..\Python\python.exe
%PYTHON% . --debug %*
| Dangetsu/vnr | Frameworks/Sakura/py/apps/installer/run.cmd | bat | gpl-3.0 | 103 |
@rem COLOR [background][foreground]
@rem 0 = Black 8 = Gray
@rem 1 = Blue 9 = Light Blue
@rem 2 = Green A = Light Green
@rem 3 = Aqua B = Light Aqua
@rem 4 = Red C = Light Red
@rem 5 = Purple D = Light Purple
@rem 6 = Yellow E = Light Yellow
@rem 7 = White F = Bright White
@COLOR F0
@rem T... | LDmicro/LDmicro | ldmicro/notepad.bat | bat | gpl-3.0 | 551 |
for %%a in ("*.mkv") do ffmpeg -i "%%a" -c copy "%%~na.mp4"
pause | feureau/Small-Scripts | Windows Batch scripts/batch mkv2mp4 - Copy.bat | bat | gpl-3.0 | 65 |
@Echo Off
@rem ================================================================================
@rem ===
@rem === void main()
@rem ===
@rem === This Batch script defines new environment variables and modifies existing
@rem === environment variables in order to invoke java and ant from console. The
@rem === cha... | gammalgris/jmul | Batch/Dos-WebServer/setEnv.bat | bat | gpl-3.0 | 12,818 |
echo "convert eol to CRLF"
"juce\The Introjucer.exe" --trim-whitespace gui
"juce\The Introjucer.exe" --trim-whitespace gui
"juce\The Introjucer.exe" --remove-tabs audio
"juce\The Introjucer.exe" --remove-tabs audio
pause | the-synister/the-source | fix-eol.bat | bat | gpl-3.0 | 220 |
@Echo off & SetLocal EnableDelayedExpansion & Mode con:cols=100 lines=10 & Color 0B
Title Build XISO
Set "root=%~dp0"
if not exist "..\Other Stuff\dev.bin" Call :Download & Exit
Set "SourceDirectory=Extras Disc"
Set "OutputISOName=Xbox Softmodding Tool Extras Disc.iso"
Set "FolderToMove=Other"
Echo About ... | Rocky5/Xbox-Softmodding-Tool | Build Test XISO.bat | bat | gpl-3.0 | 1,122 |
fc %1 %2 %3 %4 %5 %6 %7 %8 %9
| pip/Octology | dox/Jobz/7Studios/CygPip/bin/Trilogy/diff.bat | bat | gpl-3.0 | 31 |
@echo off
SETLOCAL enabledelayedexpansion
TITLE Elasticsearch 5.0.0
SET params='%*'
rem TODO: remove for Elasticsearch 6.x
set bad_env_var=0
if not "%ES_MIN_MEM%" == "" set bad_env_var=1
if not "%ES_MAX_MEM%" == "" set bad_env_var=1
if not "%ES_HEAP_SIZE%" == "" set bad_env_var=1
if not "%ES_HEAP_NEWSIZE... | coreytegeler/nhba | elasticsearch-5.0.0/bin/elasticsearch.bat | bat | gpl-3.0 | 3,343 |
ECHO ON
mkdir ".\plugins\"
copy "..\lib\*d.dll" ".\plugins\"
mkdir "..\Etoile-release\"
mkdir "..\Etoile-release\plugins\"
mkdir "..\Etoile-release\graph\"
mkdir "..\Etoile-release\img\"
mkdir "..\Etoile-release\shader\"
mkdir "..\Etoile-release\styles\"
copy "..\lib\*.dll" "..\Etoile-release\plugins\"
de... | billhj/Etoile | bin/copydll.bat | bat | lgpl-3.0 | 985 |
@echo off
start D:\hinario\594.pps | jesobreira/iasdpack | Oração Intercessória - 1 monitor/resources/musica.bat | bat | unlicense | 35 |
python ./IPProxyPool-master/IPProxy.py | KFPA/ScrapyNews | IPProxyrun.bat | bat | apache-2.0 | 39 |
@ECHO OFF
%~d0
CD %~p0
ECHO ExcelERDÌVBA}NðoµÜ·B
SET FILENAME=ExERD.xlsm
IF NOT EXIST "bin\%FILENAME%" (
ECHO o³Ìt@C bin\%FILENAME% ª©Â©èܹñB
GOTO FINISH
)
RMDIR /s /q src\%FILENAME%
cscript vbac.wsf decombine
:FINISH
PAUSE
| mygreen/ExcelERD | vba_export.bat | bat | apache-2.0 | 270 |
cp ../lib/dynmnt.sav ../lib/dynmnt.lib
rem rm curlib.mnt
rem dmake -f makefile.mnt
rem dir ..\lib
| blakemcbride/Dynace | threads/new.cmd | bat | bsd-2-clause | 102 |
@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 (the "Li... | wh0/neutrino | Neutrino/tomcat/bin/tool-wrapper.bat | bat | mit | 3,636 |
cmd_drivers/media/common/tuners/tda18271.o := arm-linux-gnueabihf-ld -EL -r -o drivers/media/common/tuners/tda18271.o drivers/media/common/tuners/tda18271-maps.o drivers/media/common/tuners/tda18271-common.o drivers/media/common/tuners/tda18271-fe.o
| Dee-UK/D33_KK_Kernel | drivers/media/common/tuners/.tda18271.o.cmd | bat | gpl-2.0 | 254 |
@echo off
del /F /S /Q gen\*
xjc -d gen -p com.openmeap.samples.banking.web.model src/com/openmeap/samples/banking/web/model/banking.xsd
| thacher/OpenMEAP | samples/banking/banking-web/generate-model.bat | bat | gpl-3.0 | 139 |
@echo off
set SEADAS_HOME=${installer:sys.installationDir}
"%SEADAS_HOME%\jre\bin\java.exe" ^
-Xmx${installer:maxHeapSize} ^
-Dceres.context=seadas ^
"-Dseadas.mainClass=org.esa.beam.framework.gpf.main.GPT" ^
"-Dseadas.home=%SEADAS_HOME%" ^
"-Dncsa.hdf.hdflib.HDFLibrary.hdflib=%SEADAS_HOME%\module... | seadas/seadas | src/main/bin/win/gpt.bat | bat | gpl-3.0 | 531 |
@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
if "%1" == "hel... | carlosp420/edittag | docs/make.bat | bat | bsd-3-clause | 4,513 |
@ECHO ON
call activate test-environment
echo "%PATH%"
echo "%QT_PLUGIN_PATH%"
python -V
call pyuic5 --version
pyrcc5 -version
lrelease -version
echo "%cd%"
py.test tests/
if %errorlevel% neq 0 exit /b 1 | ucoin-io/cutecoin | ci/appveyor/tests.cmd | bat | mit | 209 |
@REM Copyright (c) Microsoft. All rights reserved.
@REM Licensed under the MIT license. See LICENSE file in the project root for full license information.
@setlocal EnableExtensions EnableDelayedExpansion
@echo off
:args-loop
if "%1" equ "" goto args-done
if "%1" equ "--path" goto packages-path
if "%1" equ "--feed" g... | 5e8a91/Azure_C_Library_new | build/release/push_nugets.cmd | bat | mit | 2,034 |
start go run server/main.go --name node-1 --bind=127.0.0.1:8101
start go run server/main.go --name node-2 --bind=127.0.0.1:8102
start go run client/local.go client/main.go | ansrivas/fwatcher | vendor/github.com/AsynkronIT/protoactor-go/examples/remoterouting/start.bat | bat | mit | 172 |
@echo off
REM install qmake feature file pointing to the current directory
if not defined QTDIR goto err
echo QSERIALPORT_INCDIR = "%CD%\include" > qserialport.prf
echo QSERIALPORT_LIBDIR = "%CD%\lib" >> qserialport.prf
type qserialport.prf.in >> qserialport.prf
copy qserialport.prf "%QTDIR%\mkspecs\features"
echo In... | josephlewis42/UDenverQGC | thirdParty/qserialport/installwin.bat | bat | agpl-3.0 | 454 |
@ECHO off
if "%1" NEQ "--DisablePathExport" (
CALL _env.bat
)
CALL build_mod.bat
if "%2" NEQ "--DisablePause" (
pause
)
| flake123p/ProjectH | Cpp_Platform2X/mod/T01_OsApiTest/build_mod_mgr.bat | bat | gpl-3.0 | 127 |
REM Licensed to the .NET Foundation under one or more agreements.
REM The .NET Foundation licenses this file to you under the MIT license.
REM See the LICENSE file in the project root for more information.
vbc /t:library /out:V1\C.dll /keyfile:Key.snk /vbruntime- Version1.vb
vbc /t:library /out:V2\C.dll /keyfile:Key.... | AmadeusW/roslyn | src/Compilers/Test/Resources/Core/SymbolsTests/Versioning/Build.cmd | bat | apache-2.0 | 454 |
@echo off
"tools\FAKE\tools\Fake.exe" "%1"
exit /b %errorlevel% | ArturDorochowicz/FAKE | fake.cmd | bat | apache-2.0 | 63 |
@echo off
cd ..
"%VSINSTALLDIR%/../Common7/IDE/devenv.com" "sln/units.sln" /build "Debug"
"%VSINSTALLDIR%/../Common7/IDE/devenv.com" "sln/units.sln" /build "Release"
"%VSINSTALLDIR%/../Common7/IDE/devenv.com" "sln/units.sln" /build "Ship"
cd bat
@echo on
| TheAllenChou/units | bat/build-all.bat | bat | mit | 257 |
set PACK_EXE="C:\Program Files\7-Zip\7z.exe"
rem call setvs.bat
cd CsLisp
MsBuild.exe /m /property:Configuration="Release" /t:Clean;Build CsLisp.sln
cd bin\release
fuel -v
%PACK_EXE% a fuel-lang-csharp-bin.zip fuel.* fuel.exe.config FuelInterpreter.* FuelDebugger.* FuelCompiler.* Library\fuellib.fuel
%PACK_EXE% l fu... | mneuroth/fuel-lang | build_win.bat | bat | mit | 747 |
@echo off
rem Geometria Startup Script
set DOCUMENT=%1%
set CP=.
set CP=%CP%;lib\*
@echo on
java -Dlog4j.configuration=log4jfile.properties -cp %CP% net.geocentral.geometria.view.GFrame %DOCUMENT%
| stelian56/geometria | archive/3.2/scripts/geometria.bat | bat | mit | 202 |
@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... | rjoyal/domain_shared_contacts_client | docs/make.bat | bat | mit | 6,505 |
// 2>nul||@goto :batch
/*
:batch
@echo off
setlocal
rem del /q /f "%~n0.exe" >nul 2>nul
:: find csc.exe
set "csc="
for /r "%SystemRoot%\Microsoft.NET\Framework\" %%# in ("*csc.exe") do set "csc=%%#"
if not exist "%csc%" (
echo no .net framework installed
exit /b 10
)
if not exist "%~n0.exe" (
call %csc% /no... | npocmaka/batch.scripts | hybrids/.net/c/windowMode.bat | bat | mit | 5,265 |
etags *.cs Test/*.cs
| longde123/MultiversePlatform | client/CollisionLib/maketags.bat | bat | mit | 21 |
@echo off
REM reg delete renvoi 0 : succés ou 1 : echec
Reg delete HKLM\SOFTWARE\mtasc /v Flag /f
goto %ERRORLEVEL%
:1
echo Le logiciel MTASC n est pas installe
exit 1
GOTO end
:0
REM on supprime le repertoire mtasc-1.13 place dans Program Files
echo debut de la desinstallation
cd \
cd "C:\P... | cedricde/lrs | addons/lsc_deployment_scripts/Software_without_installer/To_Code/Mtasc/desinstallmtasc.bat | bat | gpl-2.0 | 715 |
call core\init.cmd
nuget restore ..\Aphid.Test.sln
%B% /p:Configuration=Release64 /t:Rebuild /p:Platform="Any CPU" ..\Aphid.Test.sln
| John-Leitch/Aphid | build/buildTest2.cmd | bat | gpl-2.0 | 136 |
@echo off
msbuild LogicEngine.xml /t:BuildCommon;AddEnableCoverage;TestOnly;SimianReport;GetCoverageReport | wbsimms/LogicEngine | Build/testfast.bat | bat | gpl-2.0 | 106 |
cmd_sound/soc/fsl/built-in.o := rm -f sound/soc/fsl/built-in.o; /opt/freescale/usr/local/gcc-4.4.4-glibc-2.11.1-multilib-1.0/arm-fsl-linux-gnueabi/bin/arm-none-linux-gnueabi-ar rcsD sound/soc/fsl/built-in.o
| evan6200/cirrfy_pos | sound/soc/fsl/.built-in.o.cmd | bat | gpl-2.0 | 208 |
cmd_fs/libfs.o := /home/doadin/android/kernel/toolchains/arm-eabi-4.4.3/bin/arm-eabi-gcc -Wp,-MD,fs/.libfs.o.d -nostdinc -isystem /home/doadin/android/kernel/toolchains/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include -Iinclude -include include/generate... | doadin/samsung-kernel-msm7x30-Doadin | fs/.libfs.o.cmd | bat | gpl-2.0 | 26,348 |
@echo off
"%~dp0python3.bat" -B -E "%~dp0\pyld.py" ftodos %*
| drtuxwang/system-config | bin/ftodos.bat | bat | gpl-2.0 | 61 |
cmd_arch/arm/lib/csumipv6.o := ../prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.csumipv6.o.d -nostdinc -isystem /home/keyur/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/../lib/gcc/arm-eabi/4.4.0/include -I/home/keyur/latest/arch/arm/include -Iinclude -include include/generated/... | venkatkamesh/2.6.35-kernel-for-lg-optimus-me- | arch/arm/lib/.csumipv6.o.cmd | bat | gpl-2.0 | 1,658 |
cmd_drivers/gpu/mali400/r3p2/ump/built-in.o := rm -f drivers/gpu/mali400/r3p2/ump/built-in.o; /home/sag.lee/sag/T0_jbp43/android/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ar rcs drivers/gpu/mali400/r3p2/ump/built-in.o
| sleshepic/l900_MK4_Kernel | drivers/gpu/mali400/r3p2/ump/.built-in.o.cmd | bat | gpl-2.0 | 234 |
cmd_drivers/misc/mpu3050/mpu3050.o := arm-eabi-ld -EL -r -o drivers/misc/mpu3050/mpu3050.o drivers/misc/mpu3050/mpuirq.o drivers/misc/mpu3050/slaveirq.o drivers/misc/mpu3050/mpu-dev.o drivers/misc/mpu3050/mpu-i2c.o drivers/misc/mpu3050/mlsl-kernel.o drivers/misc/mpu3050/mlos-kernel.o drivers/misc/mpu3050/mldl_cfg.o ... | timmytim/honeybutter_kernel | drivers/misc/mpu3050/.mpu3050.o.cmd | bat | gpl-2.0 | 394 |
cmd_sound/soc/omap/built-in.o := rm -f sound/soc/omap/built-in.o; /root/aokp/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ar rcs sound/soc/omap/built-in.o
| yncconsulting/HTC_Express_Kernel | sound/soc/omap/.built-in.o.cmd | bat | gpl-2.0 | 168 |
cmd_arch/arm/mm/cache-v7.o := /home/algesat/kernel/scripts/gcc-wrapper.py /home/algesat/arm-eabi-4.7/bin/arm-eabi-gcc -Wp,-MD,arch/arm/mm/.cache-v7.o.d -nostdinc -isystem /home/algesat/arm-eabi-4.7/bin/../lib/gcc/arm-eabi/4.7/include -I/home/algesat/kernel/arch/arm/include -Iarch/arm/include/generated -Iinclude -incl... | Algesat/BladeApex2 | arch/arm/mm/.cache-v7.o.cmd | bat | gpl-2.0 | 3,283 |
cmd_sound/built-in.o := rm -f sound/built-in.o; arm-linux-gnueabi-ar rcs sound/built-in.o
| b8e5n/KTG-kernel_es209ra | sound/.built-in.o.cmd | bat | gpl-2.0 | 91 |
cmd_lib/lib.a := rm -f lib/lib.a; ar rcs lib/lib.a lib/argv_split.o lib/bug.o lib/cmdline.o lib/cpumask.o lib/ctype.o lib/dec_and_lock.o lib/decompress.o lib/decompress_bunzip2.o lib/decompress_inflate.o lib/decompress_unlzma.o lib/decompress_unlzo.o lib/dump_stack.o lib/extable.o lib/find_next_bit.o lib/flex_array.o l... | Existed/kernel-2.6.35.14 | lib/.lib.a.cmd | bat | gpl-2.0 | 651 |
cmd_net/packet/built-in.o := /home/pasquale/android/arm-2009q3/bin/arm-none-eabi-ld -EL -r -o net/packet/built-in.o net/packet/af_packet.o
| p500-ics-cm9/Franco-ICS-Kernel | net/packet/.built-in.o.cmd | bat | gpl-2.0 | 144 |
cmd_arch/powerpc/mm/pgtable_32.o := ppc_4xx-gcc -m32 -Wp,-MD,arch/powerpc/mm/.pgtable_32.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/mm/.pgtable_32.o.cmd | bat | gpl-2.0 | 24,584 |
cmd_net/ipv6/netfilter/ip6t_REJECT.ko := mips-openwrt-linux-uclibc-ld -r -m elf32btsmip -T /home/shizhai/new_zhongwang/trunk/build_dir/target-mips_r2_uClibc-0.9.33.2/linux-ar71xx_generic/linux-3.10.4/scripts/module-common.lds -s --build-id -o net/ipv6/netfilter/ip6t_REJECT.ko net/ipv6/netfilter/ip6t_REJECT.o net/ipv6... | shizhai/wprobe | build_dir/target-mips_r2_uClibc-0.9.33.2/linux-ar71xx_generic/linux-3.10.4/net/ipv6/netfilter/.ip6t_REJECT.ko.cmd | bat | gpl-2.0 | 349 |
cmd_drivers/cpuidle/built-in.o := arm-poky-linux-gnueabi-ld -EL -r -o drivers/cpuidle/built-in.o drivers/cpuidle/cpuidle.o drivers/cpuidle/driver.o drivers/cpuidle/governor.o drivers/cpuidle/sysfs.o drivers/cpuidle/governors/built-in.o
| heyoufei2/yocto3.14.38_kernel | drivers/cpuidle/.built-in.o.cmd | bat | gpl-2.0 | 241 |
rem python.exe ddas.bin.2.csv.py %*
python.exe ddas.bin.2.csv.py input.ddas
| itahoe/ddas.py | ddas/ddas_bin_2_csv/ddas.bin2csv.bat | bat | gpl-3.0 | 78 |
@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... | timvideos/gst-switch | docs/make.bat | bat | gpl-3.0 | 6,707 |
RMDIR html /S /q
doxygen
java -cp tracesAddon.jar main.TracesAddon "C:\work\TracesAddon"
pause .
"C:\Program Files (x86)\Mozilla Firefox\firefox" html\index.html
exit | JWidder/TracesAddon | start.bat | bat | gpl-3.0 | 166 |
start cmd /k php artisan serve --port=8020
exit | rizqirizqi/zorginote | startdev.bat | bat | gpl-3.0 | 47 |
rem ******************************************************
rem *
rem * xLights makefile generator
rem *
rem * This file uses cbp2make to create makefiles
rem * for each xLights module.
rem *
rem * cbp2make is available on SourceForge
rem *
rem ******************************************************
cd xMenu
... | Materdaddy/xLights | version1/genmake.bat | bat | gpl-3.0 | 540 |
@echo off
REM Run this from the "VS x64 Native Tools Command Prompt"
cl /c /GS- /TC /W3 /Zc:wchar_t /I"src" /Gm- /O2 /Ob2 /Zc:inline /fp:precise /D "WIN32" /D "_WINDOWS" /D "NDEBUG" /D "HAVE_CONFIG_H" /D "YAML_DECLARE_STATIC" /D "_CRT_SECURE_NO_WARNINGS" /D "_NO_CRT_STDIO_INLINE" /D "_MBCS" /WX- /Zc:forScope /Gd /MT ... | andrea-magni/MARS | ThirdParty/Neslib.Yaml/C/BuildWin64.bat | bat | mpl-2.0 | 473 |
@echo off
title MongoDB
cls
App\MongoDB\bin\mongod.exe %1 %2 %3 %4 %5 %6 %7 %8 %9 | lightchpa/MongoDBPortable | Source/App/mongod.cmd | bat | agpl-3.0 | 84 |
@echo off
echo Compiling: release
gcc -m32 -Wall -O1 -s -march=nocona -c *.c
echo Linking
gcc -m32 -s -shared -o clantp.dll *.o -L..\ -lcom_plugin
echo Cleaning up
del *.o
pause
| atrX/CoD4x-Server | plugins/antikoncept/makedll.cmd | bat | agpl-3.0 | 181 |
call match-manager.cmd wntoflat -config=..\conf\s-match-create-wn-caches.properties | opendatatrentino/s-match | bin/create-wn-caches.cmd | bat | lgpl-2.1 | 83 |
sqlite3 hemmerling_social.db <hemmerling_test.sql
pause
| hemmerling/sql-stanford2013 | src/06_sql/hemmerling_test.bat | bat | apache-2.0 | 64 |
python setup.py sdist --force-manifest | PetrGlad/hessianpy | make-release.bat | bat | apache-2.0 | 38 |
@echo off
echo __ __ _ __
echo \ \ _ / /___ ^| ^|/ / ___
echo \ \/ \/ // o \^| K / \
echo \__W__/ \___/^|_^|\_\\_o_/ LATEST-SNAPSHOT
echo POJOs on the Web !
echo.
if exist pom.xml (
mvn exec:java -Dexec.mainClass="woko.tooling.cli.Runner" -Dexec.classpathScope=runtime -Dexec.arg... | pojosontheweb/woko | tooling/src/main/scripts/woko.bat | bat | apache-2.0 | 2,802 |
@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... | ratchetrobotics/espresso | docs/make.bat | bat | bsd-3-clause | 7,248 |
:: Purpose: Installs a package
:: Requirements: Run this script with Administrator rights
:: Author: vocatus on reddit.com/r/sysadmin ( vocatus.gate@gmail.com ) // PGP key ID: 0x07d1490f82a211a2
:: History: 1.0.1 + Add proper console and logfile logging
:: 1.0.0 + Initial write
... | bmrf/pdq | repository/java/jre/10/x64/jre-10-x64.bat | bat | mit | 5,092 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXCMSG.S04_MessageObjectProperties.MSOXCMSG_S04_TC08_PidTagMessageClassCaseInsensitive /testcontainer:..\..\MS-OXCMSG\TestSuite\bin\Debug\MS-OXCMSG_TestSuite.dll /runconfig:..\..\MS-OXCMSG\MS-OXCMSG.testsettings /unique
pause | XinwLi/Interop-TestSuites-1 | ExchangeMAPI/Source/Scripts/MS-OXCMSG/RunMSOXCMSG_S04_TC08_PidTagMessageClassCaseInsensitive.cmd | bat | mit | 319 |
cd D:\cloud\LYM
set namedate=%DATE:/=-%
set namedate=%namedate::=-%
set namedate=%namedate: =-%
set namedate=%namedate:~4,10%
set nametime=%TIME:,=_%
set nametime=%nametime::=-%
set nametime=%nametime: =-%
set nametime=%nametime:.=-%
set nametime=%nametime:~0,8%
if not exist snapshots mkdir snapshots
if exist snapshots... | yukao/Porphyrograph | LYM-projects/batFiles/project-archives/effe/effe.PG-single-HD.bat | bat | gpl-3.0 | 624 |
if "%5" EQU "" (
set package=%2
) else (
set package=%5
)
mvn org.apache.maven.plugins:maven-archetype-plugin:2.4:generate -DinteractiveMode=false -DarchetypeGroupId=com.nablarch.archetype -DarchetypeArtifactId=nablarch-jaxrs-archetype -DarchetypeVersion=%1 -DgroupId=%2 -DartifactId=%3 -Dversion=%4 -Dpackage=%pack... | nablarch/nablarch-document | ja/application_framework/application_framework/blank_project/setup_blankProject/bat/generateWebServiceProject.bat | bat | apache-2.0 | 325 |
groovy auto_rv.groovy
pause | songzhw/groovy-toolkit | auto-recycler-view/auto_rv.bat | bat | apache-2.0 | 27 |
:: Yanel release script for Windows
::::
:: initialize various stuff:
@echo off
if "%1" == ""; goto versionNotAvailable
if "%2" == ""; goto revisionNotAvailable
cd %~dp0..
set _YANEL_VERSION=%1
set _YANEL_REVISION=%2
set _YANEL_ID=%_YANEL_VERSION%-r%_YANEL_REVISION%
set _YANEL_LBP= -Dyanel.version=%_YAN... | baszero/yanel | src/release.bat | bat | apache-2.0 | 2,100 |
@set PROGSDIR=%PROGRAMFILES%
@set TOOLSVER=14.0
@if exist "%PROGRAMFILES(x86)%" set PROGSDIR=%PROGRAMFILES(x86)%
"%PROGSDIR%\MSBuild\%TOOLSVER%\Bin\MSBuild" /m Build.proj /t:Clean /p:Configuration=Debug "/p:Platform=Any CPU" /nr:false
@if %ERRORLEVEL% NEQ 0 GOTO failed
"%PROGSDIR%\MSBuild\%TOOLSVER%\Bin\MSBuild" /m Bui... | flatcode/VSEssentials | BuildClean.cmd | bat | mit | 466 |
@EHCO ON
del /s /a *.ncb *.obj *.res *.dep *.pch *.pdb *.idb *.ilk *.exe *.exp
#EHCO OFF | doublesword/commuse | Source/游戏自动更新套件/clear.bat | bat | gpl-2.0 | 90 |
find ..\ -name "*.vcproj" -exec ce {} ";"
find ..\ -name "*.sln" -exec ce {} ";"
| limbolily/exiv2 | msvc2003/editor.bat | bat | gpl-2.0 | 84 |
rem @echo off
premake4 --file=stringifyKernel.lua --kernelfile="../src/Bullet3OpenCL/ParallelPrimitives/kernels/RadixSort32Kernels.cl" --headerfile="../src/Bullet3OpenCL/ParallelPrimitives/kernels/RadixSort32KernelsCL.h" --stringname="radixSort32KernelsCL" stringify
premake4 --file=stringifyKernel.lua --kernelfile=... | Merg3D/Titan-Designer | thirdparty/bullet3/build3/stringify.bat | bat | gpl-3.0 | 8,153 |
@echo off
SETLOCAL
rem only if we are running from a checkout
IF EXIST "%~dp0\.git" (
rem verify that we have 7zip in the path
7z.exe --help > nul
IF errorlevel 1 (
REM For some reason, without quotes this line causes an error
echo "Please install 7z.exe (7-Zip) and put it into your PATH"
exit /b 1
... | sitexa/meteor | meteor.bat | bat | mit | 1,463 |
@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... | germs-lab/tutorials | docs/pandaseq/make.bat | bat | mit | 6,730 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.