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
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%
... | INM-6/swan | doc/make.bat | bat | bsd-3-clause | 5,101 |
@echo off
cmd /c build_dll_release.bat
cmd /c build_dll_release_x64.bat
pause | pierrepayen/Qonsole | dll/BuildAll.bat | bat | mit | 77 |
@echo off
goto :main
======================================================================
Perform a clean build, run tests and create NuGet packages for this
solution. Note that this also modifies the following file, replacing
placeholder version numbers with actual version numbers:
src\common\GlobalAssemblyInfo... | mmitche/xunit-performance | NightlyBuild.cmd | bat | mit | 1,057 |
@echo off
set "VIRTUAL_ENV=C:\cygwin64\home\PS\git\big-data-python-class"
if defined _OLD_VIRTUAL_PROMPT (
set "PROMPT=%_OLD_VIRTUAL_PROMPT%"
) else (
if not defined PROMPT (
set "PROMPT=$P$G"
)
set "_OLD_VIRTUAL_PROMPT=%PROMPT%"
)
set "PROMPT=(big-data-python-class) %PROMPT%"
REM Don't use ()... | hethapu/big-data-python-class | Scripts/activate.bat | bat | mit | 768 |
set JAVA_HOME=C:\Program Files\Java\jdk1.5.0_19 | NCIP/caarray | qa/software/Legacy_API_Test_Suite/setEnv.bat | bat | bsd-3-clause | 49 |
"%VS110COMNTOOLS%..\IDE\CommonExtensions\Microsoft\TestWindow\vstest.console.exe" "..\..\Bin\RDP_ClientTestSuite.dll" /Settings:..\..\Bin\ClientLocal.TestSettings /Tests:Rdpevor_VideoStreamingTest_Positive_OverUDPTransport /Logger:trx
pause
| dongruiqing/WindowsProtocolTestSuites | TestSuites/RDP/src/Batch/RDPEVOR/Rdpevor_VideoStreamingTest_Positive_OverUDPTransport.cmd | bat | mit | 241 |
@Rem This is a batch file for myflow algorithm
@Rem --for the report
@rem --V6E10
start /wait E:\myFlow_ICA\Debug\myFlow_ICA.exe data\graphgen\st\E10D3_1.txt data\graphgen\E10D3_1.txt data\graphgen\result\E10D3_1.txt
start /wait E:\myFlow_ICA\Debug\myFlow_ICA.exe data\graphgen\st\E10D3_2.txt data\graphg... | yuanmouren1hao/KeyEdge_Mining_On_UncertainGraph | myFlow_ICA_new_test/Run_graphgen.bat | bat | apache-2.0 | 1,855 |
@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... | owncloud/pyocclient | docs/make.bat | bat | mit | 6,726 |
@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... | vitan/marathon-python | docs/make.bat | bat | mit | 6,705 |
set tmp=%1
set proj=%tmp:Public=%
md ..\..\..\..\Hydra\bin\%2\Plugins
copy StockSharp.Hydra.%proj%.dll ..\..\..\..\Hydra\bin\%2\Plugins\StockSharp.Hydra.%proj%.dll
if %2 == Debug goto :debug
goto :exit
:debug
copy StockSharp.Hydra.%proj%.pdb ..\..\..\..\Hydra\bin\%2\Plugins\StockSharp.Hydra.%proj%.pdb
:exit | imbugs/StockSharp | Hydra/Plugins/plugins.bat | bat | lgpl-3.0 | 314 |
/*
//###########################################################################
//
// FILE: 28065_RAM_CLA_lnk.cmd
//
// TITLE: Linker Command File For F28065 examples that run out of RAM
//
// This ONLY includes all SARAM blocks on the F28065 device.
// This does not include flash or OTP... | battosai30/Energia | hardware/c2000/cores/c2000/F2806x_common/cmd/28065_RAM_CLA_lnk.cmd | bat | lgpl-2.1 | 7,515 |
@ECHO OFF
REM
REM Copyright (c) 2013 The ANGLE Project Authors. All rights reserved.
REM Use of this source code is governed by a BSD-style license that can be
REM found in the LICENSE file.
REM
PATH %PATH%;%ProgramFiles(x86)%\Windows Kits\8.1\bin\x86;%DXSDK_DIR%\Utilities\bin\x86
setlocal
set errorCount=0
set succes... | guorendong/iridium-browser-ubuntu | third_party/angle/src/libANGLE/renderer/d3d/d3d9/shaders/generate_shaders.bat | bat | bsd-3-clause | 1,731 |
:: Licensed to the Apache Software Foundation (ASF) under one
:: or more contributor license agreements. See the NOTICE file
:: distributed with this work for additional information
:: regarding copyright ownership. The ASF licenses this file
:: to you under the Apache License, Version 2.0 (the
:: "License"); you may... | corimf/cordova-windows | template/cordova/version.bat | bat | apache-2.0 | 993 |
@SETLOCAL
@echo off
SET OPTIONS=%1
SET SAMPLE_DATA=%1
if NOT '%SAMPLE_DATA%' EQU '' SET SAMPLE_DATA=1
if '%SAMPLE_DATA%' EQU '' SET SAMPLE_DATA=0
@echo.
@echo.
@echo.Sample data:[%SAMPLE_DATA%]
@echo.
@echo.
@IF NOT DEFINED SCRIPT_DIR FOR /f %%i IN ('cd') DO @SET SCRIPT_DIR=%%i
CALL setenv.cmd
@i... | SolaWing/ctags-1 | Units/review-needed.r/dosbatch_test.cmd.t/input.cmd | bat | gpl-2.0 | 1,739 |
C:\Data\tools\sonar\sonar-scanner-2.8\bin\sonar-scanner.bat -Dsonar.verbose=true -Dsonar.login=c7c254cb661fa3c69f6ec2dc34dcf14f8845c836 | segilbert/docker-images | sonar/sonarqube-win/resources/sonar-scanning-examples-master/sonarqube-scanner/src/java/run.sonar.bat | bat | mit | 135 |
"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat"
mkdir x86
mkdir x64
lib /def:"libvlc.def" /out:"x86\libvlc.lib" /machine:x86
lib /def:"libvlc.def" /out:"x64\libvlc.lib" /machine:x64
lib /def:"libvlccore.def" /out:"x86\libvlccore.lib" /machine:x86
lib /def:"libvlccore.def" /out:"x64\libvlccore.... | aleksas/libvlc-stream-grabber | lib/vlc-2.2/make_lib.bat | bat | mit | 337 |
gradle build
gradle bootRun
pause | rehfeldchris/hello-world | run.bat | bat | mit | 33 |
@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... | codingteam/naggum | docs/make.bat | bat | mit | 6,986 |
@ECHO OFF
REM # Copyright (c) Stephen C. Gilardi. All rights reserved. The use and
REM # distribution terms for this software are covered by the Eclipse Public
REM # License 1.0 (http://opensource.org/licenses/eclipse-1.0.php) which can be
REM # found in the file epl-v10.html at the root of this distribution. B... | jondistad/vimclojure | bin/ng-server.bat | bat | mit | 2,442 |
cmd_ipc/mq_sysctl.o := arm-none-linux-gnueabi-gcc -Wp,-MD,ipc/.mq_sysctl.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/mach-da... | srinugnt2000/linux-2.6.37 | ipc/.mq_sysctl.o.cmd | bat | gpl-2.0 | 18,537 |
:: CmdRunner : Mikael Sollenborn 2016
@echo off
setlocal ENABLEDELAYEDEXPANSION
cmdwiz setfont 0&cls
set W=180&set H=110
mode con lines=%H% cols=%W%
mode con rate=31 delay=0
cmdwiz showcursor 0
color 07
for /F "Tokens=1 delims==" %%v in ('set') do if not %%v==H if not %%v==W set "%%v="
set RY=0
set /a XMID=%W%/2&set /... | misol1/cmdgfx | games/cmdrunner/old/older/cmdrunner-noWait.bat | bat | gpl-2.0 | 4,582 |
copy .\BpImplement\bin\Debug\UFIDA.U9.Cust.XMJL.SV.Deploy.dll D:\yonyou\U9V50\Portal\ApplicationLib
copy .\BpImplement\bin\Debug\UFIDA.U9.Cust.XMJL.SV.Deploy.pdb D:\yonyou\U9V50\Portal\ApplicationLib
copy .\BpAgent\bin\Debug\UFIDA.U9.Cust.XMJL.SV.Agent.dll D:\yonyou\U9V50\Portal\ApplicationLib
copy .\BpAgent\bin\D... | amazingbow/yonyou | 金龙/XMJL_Code/XMJLSV/AutoBuild.bat | bat | gpl-2.0 | 7,480 |
C:\Python\python setup.py py2exe
@PAUSE
| kjwilcox/hex | source/setup.bat | bat | gpl-2.0 | 40 |
@echo off
cls
if exist %ciphtmp0.txt del ciphtmp0.txt
echo Initial Plaintext:
type plain.txt
echo.
echo Used Key:
type key80.txt
present.exe -e -f -v0 -k key80.txt -t plain.txt >ciphtmp0.txt
echo.
echo.
echo Resulting Ciphertext:
type ciphtmp0.txt
echo.
echo Resulting Plaintext:
present.exe -d -f -v0 -k key80.txt -t ci... | FIT-CVUT/MI-BHW_Present | lwc_PRESENT_test/test80.bat | bat | gpl-2.0 | 366 |
cmd_fs/notify/dnotify/built-in.o := /home/peter/Downloads/android-ndk-r5b/toolchains/arm-eabi-4.4.0/prebuilt/linux-x86/bin/arm-eabi-ld -EL -r -o fs/notify/dnotify/built-in.o fs/notify/dnotify/dnotify.o
| paxchristos/R800x-2.3.3-Kernel | fs/notify/dnotify/.built-in.o.cmd | bat | gpl-2.0 | 207 |
cmd_sound/pcmcia/built-in.o := ../prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/bin/arm-eabi-ld.bfd -EL -r -o sound/pcmcia/built-in.o sound/pcmcia/vx/built-in.o sound/pcmcia/pdaudiocf/built-in.o
| Zaphod-Beeblebrox/kernel_rockchip_rk3188 | sound/pcmcia/.built-in.o.cmd | bat | gpl-2.0 | 195 |
cmd_drivers/misc/eeprom/built-in.o := rm -f drivers/misc/eeprom/built-in.o; /home/algesat/arm-eabi-4.7/bin/arm-eabi-ar rcsD drivers/misc/eeprom/built-in.o
| Algesat/BladeApex2 | drivers/misc/eeprom/.built-in.o.cmd | bat | gpl-2.0 | 156 |
cmd_arch/arm/lib/csumpartialcopy.o := /home/friedrich420/kernel/s4/S4GEKernel/scripts/gcc-wrapper.py /home/friedrich420/kernel/Toolchain/arm-eabi-4.7/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.csumpartialcopy.o.d -nostdinc -isystem /home/friedrich420/kernel/Toolchain/arm-eabi-4.7/bin/../lib/gcc/arm-eabi/4.7/include -I/hom... | friedrich420/S4-GPE-AEL-Kernel-4.4.3 | arch/arm/lib/.csumpartialcopy.o.cmd | bat | gpl-2.0 | 2,372 |
cmd_sound/soc/txx9/built-in.o := rm -f sound/soc/txx9/built-in.o; /home/selva/android/kernel/Android_Toolchains/arm-eabi-4.4.3/bin/arm-eabi-ar rcs sound/soc/txx9/built-in.o
| selva-simple/Galaxy-R-Kernel | sound/soc/txx9/.built-in.o.cmd | bat | gpl-2.0 | 174 |
cmd_drivers/char/built-in.o := arm-linux-androideabi-ld -EL -r -o drivers/char/built-in.o drivers/char/mem.o drivers/char/random.o drivers/char/misc.o drivers/char/hw_random/built-in.o drivers/char/msm_rotator.o drivers/char/diag/built-in.o drivers/char/adsprpc.o
| hch-im/nexus4_kernel | drivers/char/.built-in.o.cmd | bat | gpl-2.0 | 269 |
@echo off
rem Obtiene la lista de argumentos de la linea de comandos
set ARGS=%1 %2 %3 %4 %5 %6 %7 %8 %9
if not "%OS%"=="Windows_NT" goto Win9x
set ARGS=%*
goto endif
:Win9x
shift
if "%9"=="" goto endif
set ARGS=%ARGS% %9
goto Win9x
:endif
set JVM=%JAVA_HOME%\bin\java %JAVA_RUN_OPTS%
%JVM% es.t... | AlvaroVega/TIDNamingJ | bin/Windows/TIDNamingJ_NewSQLSpace.bat | bat | gpl-2.0 | 393 |
@ECHO OFF
setLocal Enabledelayedexpansion
set "list="
for %%x in (*.png) do (
set "list=%%x !list!"
)
REM last character will be a space
set list=!list:~0,-1!
"C:\Program Files\GIMP 2\bin\gimp-console-2.8" -i -b "(script-fu-png-to-psd \"!list!\")" -b "(gimp-quit 0)" | TSanon/script-fu-clean | png-to-psd.bat | bat | gpl-2.0 | 274 |
@if "%DEBUG%" == "" @echo off
@rem ##########################################################################
@rem
@rem Gradle startup script for Windows
@rem
@rem ##########################################################################
@rem Set local scope for the variables with windows NT shell
if "%OS%"=="Window... | Greymerk/minecraft-roguelike | gradlew.bat | bat | gpl-3.0 | 2,320 |
@echo off
title RealArcade Wrapper Killer v%rawkver% (.-+'~^-+ Unknown Unpacking Error +-^~`+-.) [...cRypTiCwaRe 2o2o...]
if %testmode%==1 (
echo [core_no_game_found : loaded]
pause>nul
)
::-----------------------------------------------------------------------------------
::Attempting to kill RNArcade proce... | esc0rtd3w/realarcade-wrapper-killer | src/core_no_game_found.cmd | bat | gpl-3.0 | 2,662 |
xcopy "src/main/webapp" "target/siperian-demo" /D /S /E /Y | stas-infa/siperian-ui | modules/test-projects/siperian-demo/copy.bat | bat | lgpl-2.1 | 58 |
@echo off
java -cp "lib/*" bg.plambis.dict.gui.DictionaryGUI
| plambis/bgEngDictionary | dist/src/main/resources/runDict.cmd | bat | apache-2.0 | 61 |
java -XX:PermSize=128m -Xmx1G -jar cortex-starter.jar %* | Deutsche-Digitale-Bibliothek/ddb-backend | Cortex/cortex-start.bat | bat | apache-2.0 | 56 |
copy bin\debug\packpdb2.exe ..\bin
| spiffcode/hostile-takeover | packpdb2/deploy.bat | bat | bsd-2-clause | 35 |
@%~dp0\.nuget\nuget push %1 -src https://www.nuget.org
| ctl-global/ctl-data | nuget-push.cmd | bat | bsd-2-clause | 55 |
cmd_sound/arm/built-in.o := rm -f sound/arm/built-in.o; /home/gjdlfg/kernel/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ar rcs sound/arm/built-in.o
| jdlfg/Mecha-kernel-jdlfg | sound/arm/.built-in.o.cmd | bat | gpl-2.0 | 162 |
del ClearSky-PHP7.phar
utils\bin\wget.exe http://jenkins.haniokasai.com/job/ClearSky-PHP7/lastSuccessfulBuild/artifact/artifacts/ClearSky-PHP7.phar
| ClearSky-hani/ClearSky-PHP7WINx86 | update.bat | bat | gpl-2.0 | 150 |
cmd_fs/lockd/lockd.o := /home/milind/toolchain/arm-eabi-4.6/bin/arm-eabi-ld -EL -r -o fs/lockd/lockd.o fs/lockd/clntlock.o fs/lockd/clntproc.o fs/lockd/clntxdr.o fs/lockd/host.o fs/lockd/svc.o fs/lockd/svclock.o fs/lockd/svcshare.o fs/lockd/svcproc.o fs/lockd/svcsubs.o fs/lockd/mon.o fs/lockd/xdr.o fs/lockd/grace.o ... | sai9615/MY-kernel-for-grand-I9082 | fs/lockd/.lockd.o.cmd | bat | gpl-2.0 | 377 |
cmd_drivers/crypto/built-in.o := rm -f drivers/crypto/built-in.o; /media/sagformas/47f72a56-be22-485d-ba83-da42e0d4eb18/fuentes/Samsung/TrendPlus/GT-S7580_JB_Opensource/rk-prebuilts/bin/arm-eabi-ar rcsD drivers/crypto/built-in.o
| EPDCenterSpain/kernel_Archos_97_Titan | drivers/crypto/.built-in.o.cmd | bat | gpl-2.0 | 230 |
@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... | dnet/pyqso | docs/make.bat | bat | gpl-3.0 | 6,708 |
..\packages\FluentMigrator.1.5.0.0\tools\Migrate.exe /connection "Server=localhost; Database=AbpProjectNameDb; Trusted_Connection=True;" /db sqlserver /target "bin\Debug\AbpProjectName.Infrastructure.NHibernate.dll"
pause | chenkaibin/module-zero-template | src/AbpCompanyName.AbpProjectName.NHibernate/RunMigrations.bat | bat | mit | 221 |
@REM
@REM Licensed to the Apache Software Foundation (ASF) under one or more
@REM contributor license agreements. See the NOTICE file distributed with
@REM this work for additional information regarding copyright ownership.
@REM The ASF licenses this file to You under the Apache License, Version 2.0
@REM (th... | shouhei71/grad-c-source | bin/cassandra-cli.bat | bat | apache-2.0 | 1,753 |
@echo off
set "VIRTUAL_ENV=C:\Users\KEVINW~1\DOCUME~1\GitHub\MESSEN~1\mybot"
if defined _OLD_VIRTUAL_PROMPT (
set "PROMPT=%_OLD_VIRTUAL_PROMPT%"
) else (
if not defined PROMPT (
set "PROMPT=$P$G"
)
set "_OLD_VIRTUAL_PROMPT=%PROMPT%"
)
set "PROMPT=(mybot) %PROMPT%"
REM Don't use () to avoid pro... | kevinwilde/WildeBot | src/mybot/Scripts/activate.bat | bat | mit | 755 |
MetraTec_Firmware-Update-Commandline-Tool 3 | caseykelso/lpc-12xx-bootloader | LPC_1226_Bootloader_PC-Part/MetraTec_Firmware-Update-Commandline-Tool/Release/Neues Textdokument3.bat | bat | mit | 43 |
@echo off
IF "%1"=="" (
echo Usage: make ^<profile-name^>
echo Example: make dev
) ELSE (
IF NOT EXIST profiles\%1.properties (
echo ERROR: file "profiles\profiles.%1.xml" not found
pause
) ELSE (
call fm --properties=profiles/%1.properties pom.xml.ftl > pom.xml
if error... | MikeMirzayanov/pbox | src/pbox/make.bat | bat | mit | 418 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\..\..\.2.1.6@requirejs\bin\r.js" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\..\..\.2.1.6@requirejs\bin\r.js" %*
) | dashuyemao/dashuyemao.github.io | ago/工具/UI库/node_modules/.1.4.27@bookstrap/node_modules/.bin/r.js.cmd | bat | mit | 204 |
@echo off
rem configs/z80sim/scripts/setenv.bat
rem
rem Copyright (C) 2012 Gregory Nutt. All rights reserved.
rem Author: Gregory Nutt <gnutt@nuttx.org>
rem
rem Redistribution and use in source and binary forms, with or without
rem modification, are permitted provided that the following conditions
rem are met:
rem... | Paregov/hexadiv | edno/software/nuttx/configs/z80sim/scripts/setenv.bat | bat | mit | 2,242 |
python ..\build.py vcom
| j0t4/espardino | openlibs/vcom/build.bat | bat | mit | 25 |
"C:\Windows\Microsoft.NET\Framework\v4.0.30319\msbuild.exe" "Source\EasyLauncher.sln"
pause | Pliner/EasyLauncher | build.bat | bat | mit | 92 |
@echo off
set "VIRTUAL_ENV=C:\Users\student\Documents\GitHub\bash-modules\en"
if defined _OLD_VIRTUAL_PROMPT (
set "PROMPT=%_OLD_VIRTUAL_PROMPT%"
) else (
if not defined PROMPT (
set "PROMPT=$P$G"
)
set "_OLD_VIRTUAL_PROMPT=%PROMPT%"
)
set "PROMPT=(en) %PROMPT%"
REM Don't use () t... | zhang-alex/bash-modules | en/Scripts/activate.bat | bat | mit | 783 |
@echo off
setlocal enabledelayedexpansion
set /p DOTNET_TOOLS_VERSION=<"%~dp0DotnetCLIToolsVersion.txt"
set DOTNET_TOOLS_PATH=%~dp0artifacts\toolset\dotnet
set dotnetexe=%DOTNET_TOOLS_PATH%\dotnet.exe
set sdksentinel=%DOTNET_TOOLS_PATH%\sdk-version.txt
:: remove an old copy of the SDK
set cleanup_existing=
if exist "... | syeerzy/visualfsharp | init-tools.cmd | bat | mit | 1,393 |
set HERE=%CD%
set JAVA_HOME=%JAVA_HOME%
set PATH=%JAVA_HOME%\jre\bin;%JAVA_HOME%\bin;%PATH%
set SELENIUM_VERSION=2.44.0
set PLATFORM=WINDOWS
set CHROME_VERSION=39
set CHROME_WEBDRIVER_VERSION=2.13
set CHROME_WEBDRIVER_LOC=%HERE%/CHROMEDRIVERS/%CHROME_WEBDRIVER_VERSION%/chromedriver.exe
set CHROME_BINARY_LOC=C:\Program... | machzqcq/selenium_grid_helper | START_NODE_JSON_CH39_FF35_IE10_WINDOWS.bat | bat | mit | 975 |
cmd_arch/arm/lib/testchangebit.o := arm-linux-androideabi-gcc -Wp,-MD,arch/arm/lib/.testchangebit.o.d -nostdinc -isystem /usr/src/dell/android-ndk-r8/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/../lib/gcc/arm-linux-androideabi/4.4.3/include -I/usr/src/dell/lhbalanced/arch/arm/include -Iinclude -incl... | tenorntex/lhbalanced | arch/arm/lib/.testchangebit.o.cmd | bat | gpl-2.0 | 1,790 |
cmd_sound/isa/es1688/built-in.o := rm -f sound/isa/es1688/built-in.o; /home/peter/Downloads/android-ndk-r5b/toolchains/arm-eabi-4.4.0/prebuilt/linux-x86/bin/arm-eabi-ar rcs sound/isa/es1688/built-in.o
| paxchristos/R800x-2.3.3-Kernel | sound/isa/es1688/.built-in.o.cmd | bat | gpl-2.0 | 202 |
cmd_fs/partitions/msdos.o := /opt/arm-2008q1/bin/arm-none-linux-gnueabi-gcc -Wp,-MD,fs/partitions/.msdos.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__ -... | yohanes/Acer-BeTouch-E130-Linux-Kernel | fs/partitions/.msdos.o.cmd | bat | gpl-2.0 | 24,640 |
cmd_drivers/reset/built-in.o := /opt/freescale/usr/local/gcc-4.6.2-glibc-2.13-linaro-multilib-2011.12/fsl-linaro-toolchain/bin/arm-none-linux-gnueabi-ld -EL -r -o drivers/reset/built-in.o drivers/reset/core.o drivers/reset/gpio-reset.o
| FEDEVEL/tmp-imx6-tiny-rex-linux | drivers/reset/.built-in.o.cmd | bat | gpl-2.0 | 241 |
cmd_sound/soc/au1x/built-in.o := rm -f sound/soc/au1x/built-in.o; /home/ian/kernel/toolchain/prebuilt/arm-eabi-4.4.3/bin/arm-eabi-ar rcs sound/soc/au1x/built-in.o
| sleshepic/epic_touch_kernel | sound/soc/au1x/.built-in.o.cmd | bat | gpl-2.0 | 164 |
cmd_sound/pci/echoaudio/built-in.o := rm -f sound/pci/echoaudio/built-in.o; /home/gabe/arm-2009q3/arm-2009q3/bin/arm-none-linux-gnueabi-ar rcs sound/pci/echoaudio/built-in.o
| dagnarf/sgh-i717-dagkernel | sound/pci/echoaudio/.built-in.o.cmd | bat | gpl-2.0 | 175 |
@echo off
%windir%\Slickr.scr | gabriel/slickr-dotnet | Slickr.cmd | bat | gpl-2.0 | 30 |
cmd_net/802/psnap.o := arm-linux-gnueabi-gcc -Wp,-MD,net/802/.psnap.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/pla... | jpsminix/minix5 | net/802/.psnap.o.cmd | bat | gpl-2.0 | 28,346 |
cmd_arch/arm/mvp/built-in.o := /home/yyoung.kim/Toolchain/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o arch/arm/mvp/built-in.o arch/arm/mvp/mvpkm/built-in.o arch/arm/mvp/commkm/built-in.o arch/arm/mvp/pvtcpkm/built-in.o
| PrestigeMod/SHW-M440S | arch/arm/mvp/.built-in.o.cmd | bat | gpl-2.0 | 250 |
#! /bin/csh -f
#
# Shellscript to create Postscript plot of data in grd file
# Created by macro mbm_grdplot
#
# This shellscript created by following command line:
# mbm_grdplot -Isbnms.grd -R-71/-69.75/41.75/43 -T
#
# Define shell variables used in this script:
#set mon=01
#set monName=Jan
set mon=$1
set monName=$2
... | stregoika/aislib | scraps/sbnms.grd.cmd | bat | gpl-3.0 | 4,740 |
cd %~dp0
cmd.exe /c npm install
cmd.exe /c gulp package
pause
| luc-github/ESP3D-WEBUI | build.bat | bat | gpl-3.0 | 62 |
taskkill /f /im prjrestaurant.exe | kin9j/test-one | PrjResturant/New Version - Copy/Debug/Win32/killprogram.bat | bat | gpl-3.0 | 33 |
@echo off
java -cp javaforce.jar;jna.jar;jmedia.jar MediaApp %1
| telecortech/javaforce-fork | projects/jmedia/run.bat | bat | lgpl-2.1 | 64 |
REM ************************************************************************
REM
REM Description:
REM
REM Rapid Enquiry Facility (RIF) - RIF40 create data load tables for SAHUSLAND data
REM
REM Copyright:
REM
REM The Rapid Inquiry Facility (RIF) is an automated tool devised by SAHSU
REM that rapidly addresses epidemi... | smallAreaHealthStatisticsUnit/rapidInquiryFacility | rifDatabase/SQLserver/installation/rif40_import_data.bat | bat | lgpl-3.0 | 2,418 |
@echo off
setlocal
rem Copyright (c) 1999, 2006 Tanuki Software Inc.
rem
rem Java Service Wrapper general NT service uninstall script
rem
if "%OS%"=="Windows_NT" goto nt
echo This script only works with NT-based versions of Windows.
goto :eof
:nt
rem
rem Find the application home.
rem
rem %~dp0 is lo... | mhus/mhus-inka | de.mhus.app.inka.morse.common/service/UninstallTestWrapper-NT.bat | bat | apache-2.0 | 1,267 |
docker run -v %~dp0:/output -w /build -it magick-net-linux-musl /bin/sh
| dlemstra/Magick.NET | build/linux-musl/run.cmd | bat | apache-2.0 | 72 |
@echo off
copy make.exe "C:\Program Files\Git\mingw64\bin"
| dylan-mcdonald/latex-slides | win-setup-make/install.bat | bat | apache-2.0 | 59 |
set CLASSPATH=
set CLASSPATH=.;./lib;./config;./class
..\..\script\setup
| TeamCohen/MinorThird | apps/slif/init.bat | bat | bsd-3-clause | 74 |
:: this batch is used internally in the corporation to build and export a local version in maven local
@echo off
./gradlew.bat clean -PuseMavenLocal test publishToMavenLocal | SecureAuthCorp/saidp-sdk-java | buildLocal.bat | bat | bsd-3-clause | 173 |
@echo off
rem -------------------------------------------------------------
rem Yii command line init script for Windows.
rem
rem @author Qiang Xue <qiang.xue@gmail.com>
rem @link http://www.yiiframework.com/
rem @copyright Copyright © 2012 Yii Software LLC
rem @license http://www.yiiframework.com/license/
r... | maxxer/sporta | init.bat | bat | bsd-3-clause | 540 |
@echo off
set PTOOLSPATH=%~dp0\
php %PTOOLSPATH%\phalcon.php %*
| ApprecieOpenSource/Apprecie | vendor/phalcon/devtools/phalcon.bat | bat | mit | 65 |
@if "%SCM_TRACE_LEVEL%" NEQ "4" @echo off
:: ----------------------
:: KUDU Deployment Script
:: Version: 1.0.17
:: ----------------------
:: Prerequisites
:: -------------
:: Verify node.js installed
where node 2>nul >nul
IF %ERRORLEVEL% NEQ 0 (
echo Missing node.js executable, please install node.js, if already ... | AzureAD/microsoft-authentication-library-for-js | samples/msal-angularjs-samples/MsalAngularjsDemoApp/deploy.cmd | bat | mit | 3,421 |
REM Build using Pyinstaller (http://www.pyinstaller.org/) to create a standalone executable.
pyinstaller.exe --distpath="T:\T&DElectronicFiling\ProtCntrl\ProtectionMaster\Software\Word2SettingDBs" --noconfirm --onefile --noconsole make_line_relay_gui.py
REM Save source code to version control (Github)
| pdb5627/Word2SettingDBs | build_make_relay_gui.bat | bat | mit | 303 |
XCOPY /S /Y /EXCLUDE:InstallCompiler.exclude ..\..\bin\Unity5\* .
PAUSE. | SaladLab/Unity3D.IncrementalCompiler | core/UnityPackage/InstallCompiler.bat | bat | mit | 74 |
cmd_net/8021q/built-in.o := mips-openwrt-linux-uclibc-ld -m elf32btsmip -r -o net/8021q/built-in.o net/8021q/vlan_core.o net/8021q/8021q.o
| shizhai/wprobe | build_dir/target-mips_r2_uClibc-0.9.33.2/linux-ar71xx_generic/linux-3.10.4/net/8021q/.built-in.o.cmd | bat | gpl-2.0 | 144 |
cmd_arch/arm/lib/testclearbit.o := /home/milind/toolchain/arm-eabi-4.6/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.testclearbit.o.d -nostdinc -isystem /home/milind/toolchain/arm-eabi-4.6/bin/../lib/gcc/arm-eabi/4.6.x-google/include -I/home/milind/work/kernel/android_kernel_samsung_i9082/arch/arm/include -Iarch/arm/include/... | sai9615/MY-kernel-for-grand-I9082 | dragon/arch/arm/lib/.testclearbit.o.cmd | bat | gpl-2.0 | 2,238 |
rem This file is used to run slsh once it has been built
set SLSH_CONF_DIR=./slsh/etc
set SLSH_PATH=./slsh/lib
copy src\gw32objs\libslang.dll slsh\gw32objs
slsh\gw32objs\slsh %1 %2 %3 %4 %5 %6 %7 %8 %9
set SLSH_PATH=
set SLSH_CONF_DIR= | Distrotech/slang | mkfiles/runslsh.bat | bat | gpl-2.0 | 235 |
cmd_net/bridge/netfilter/ebt_pkttype.mod.o := /opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc -Wp,-MD,net/bridge/netfilter/.ebt_pkttype.mod.o.d -nostdinc -isystem /root/asuswrt-bender/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include -D__KERNEL__ -Iinclude -include include... | smx-smx/dsl-n55u-bender | release/src-ra/linux/linux-2.6.21.x/net/bridge/netfilter/.ebt_pkttype.mod.o.cmd | bat | gpl-2.0 | 12,090 |
cmd_sound/core/snd.o := /home/friedrich420/kernel/Toolchain/arm-eabi-4.7/bin/arm-eabi-ld -EL -r -o sound/core/snd.o sound/core/sound.o sound/core/init.o sound/core/memory.o sound/core/info.o sound/core/control.o sound/core/misc.o sound/core/device.o sound/core/jack.o
| friedrich420/Note-3-AEL-Kernel | sound/core/.snd.o.cmd | bat | gpl-2.0 | 272 |
@echo off
setlocal
echo set the Visual Studio environment by calling vcvarsall.bat
call "%VCINSTALLDIR%"/vcvarsall.bat %PROCESSOR_ARCHITECTURE%
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
... | PrismTech/opensplice | examples/dcps/QueryCondition/cpp/standalone/Build.bat | bat | gpl-3.0 | 1,983 |
"%MSVS_HOME%/VC/vcvarsall.bat" x86 && %* | blackberry-webworks/Ripple-Framework | runWithVCContext.bat | bat | apache-2.0 | 40 |
call .\setGrinderEnv.cmd
echo %CLASSPATH%
java -ms128m -mx128m -classpath %CLASSPATH% net.grinder.Grinder %GRINDERPROPERTIES% | NineWoranop/loadtesting-kpi | loadtesting/loadtesting-java/loadtesting-showcase-springmvc/src/test/grinder/Agent/startAgent.cmd | bat | apache-2.0 | 125 |
del /s .\*.map;.\*.rsm;.\*.exe;.\*.dcu;.\*.drc
pause | VSoftTechnologies/OmniThreadLibrary | Clean.bat | bat | bsd-3-clause | 53 |
@echo off
"%~dp0\mono.exe" %MONO_OPTIONS% "%~dp0\..\lib\mono\fsharp\\fsc.exe" %*
| Code0100Food/3DEngine | MonoScripting/MonoScripting/DATA/bin/fsharpc.bat | bat | mit | 81 |
setlocal enableextensions enabledelayedexpansion
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: WINDOWS SCRIPT TO DRIVE THE SYSTEM TESTS OF MANTID
::
:: Notes:
::
:: WORKSPACE, JOB_NAME & NODE_LABEL are environment variables that
:: are set by Jenkins. The last one corresponds to an... | dymkowsk/mantid | buildconfig/Jenkins/systemtests.bat | bat | gpl-3.0 | 3,237 |
@echo off
REM -------------------------------------------------------------------------
REM Copyright 2004 The Apache Software Foundation
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 ... | crow-misia/xmlbeans | test/perf/bin/v2.bat | bat | apache-2.0 | 2,114 |
call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x86
msbuild /v:m /m BuildAndTest.proj /p:CIBuild=true
if ERRORLEVEL 1 (
taskkill /F /IM vbcscompiler.exe
echo Build failed
exit /b 1
)
REM Kill any instances of VBCSCompiler.exe to release locked files;
REM otherwise future CI runs... | akoeplinger/roslyn | cibuild.cmd | bat | apache-2.0 | 526 |
@ECHO OFF
REM $Id: autogen.bat 3105 2010-10-10 11:32:36Z mloskot $
REM
REM This script generates headers for use with Visual C++ only
REM
REM Usage:
REM .\autogen.bat
REM nmake -f makefile.vc
REM
REM NOTE: DO NOT include this script in GEOS sources distribution
REM
set GEOS_HEADERS=include\geos
COPY %GE... | jenshnielsen/basemap | geos-3.3.3/autogen.bat | bat | gpl-2.0 | 470 |
::
:: Licensed under the Apache License, Version 2.0 (the "License");
:: you may not use this file except in compliance with the License.
:: You may obtain a copy of the License at
::
:: http://www.apache.org/licenses/LICENSE-2.0
::
:: Unless required by applicable law or agreed to in writing, software
:: distrib... | vasili-v/themis | vendor/github.com/apache/thrift/build/wincpp/thirdparty/src/build-openssl.bat | bat | apache-2.0 | 3,614 |
@echo OFF
SET CLASSPATH=.;C:\compilers-cin-master\aulas-praticas\ap1\antlr-4.5.3-complete.jar;%CLASSPATH%
SET PATH=.;C:\Program Files\Java\jdk1.8.0_91\bin\;%PATH%
java org.antlr.v4.Tool Exp.g4
javac Exp*.java
java org.antlr.v4.runtime.misc.TestRig Exp s -gui input.txt
del *.tokens
del *.class
del *.jav... | lhcavalcanti/compilers-cin | aulas-praticas/ap1/grammars/CompileAndRun.bat | bat | mit | 323 |
REM SE NÃO FUNICIONAR A LINHA ABAIXO, COLOQUE O PATH DO DIRETÓRIO BIN DO JAVA. EX:
REM "C:\Program Files\Java\jdk1.6.0_04\bin\javaw.exe" -jar PTMConverter.jar
java -jar PTMConverter.jar
pause | arturnista/openglstudy | PTMConverter/run.bat | bat | mit | 196 |
C:\Python27\Scripts\pyinstaller.exe windows_service.spec
pause | nglrt/virtual_energy_sensor | pc_data_collector/build_service.bat | bat | mit | 62 |
@echo off
adb shell ps | codeskyblue/gohelloworld | adbps.bat | bat | mit | 22 |
timeout 1 | MargaretKrutikova/deploy-script-runner-web-api | DeployService/DeployServiceWebApi.IntegrationTests/test-resources/deployables/long-running.bat | bat | mit | 9 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.