code stringlengths 3 1.03M | repo_name stringlengths 5 84 | path stringlengths 4 233 | language stringclasses 1
value | license stringclasses 15
values | size int32 3 1.03M |
|---|---|---|---|---|---|
cmd_sound/isa/ad1848/built-in.o := rm -f sound/isa/ad1848/built-in.o; ../arm-fsl-linux-gnueabi/bin/arm-fsl-linux-gnueabi-ar rcsD sound/isa/ad1848/built-in.o
| chrnueve/udooImaxdi | kernel_oficial_source/sound/isa/ad1848/.built-in.o.cmd | bat | gpl-2.0 | 158 |
cmd_drivers/net/e1000/e1000_param.o := gcc -Wp,-MD,drivers/net/e1000/.e1000_param.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.6/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -O2 -fno-optimize-sibling-calls... | dnh34/proj1 | drivers/net/e1000/.e1000_param.o.cmd | bat | gpl-2.0 | 18,646 |
cmd_arch/arm/lib/strncpy_from_user.o := /home/hacker/codesourcery/lite/bin/arm-none-linux-gnueabi-gcc -Wp,-MD,arch/arm/lib/.strncpy_from_user.o.d -nostdinc -isystem /home/hacker/codesourcery/lite/bin/../lib/gcc/arm-none-linux-gnueabi/4.4.1/include -I/home/hacker/android/kernels/shooter-2.6.35-kernel/arch/arm/include -... | wujiku/superstar-kernel-shooter-2.3.4gb | arch/arm/lib/.strncpy_from_user.o.cmd | bat | gpl-2.0 | 2,039 |
::arguements:service name
@echo off
set service_name=%1%
tasklist /FI "IMAGENAME eq %service_name%" /FO CSV
::tasklist /FI "IMAGENAME eq notepad.exe" /FO CSV > search.log
::FOR /F %%A IN (search.log) DO IF %%~zA EQU 0 GOTO end
::start %service_name%
::end
::del search.log
| pmanwatkar/puppetModules | actions/files/ProcessHandlingWindows/process_running_status.bat | bat | gpl-3.0 | 279 |
"C:\Program Files (x86)\WiX Toolset v3.8\bin\candle.exe" -ext WiXNetFxExtension -ext WixUIExtension -ext WixUtilExtension lastfmtovk.wxs
"C:\Program Files (x86)\WiX Toolset v3.8\bin\light.exe" -cultures:"ru-RU,en-us" -ext WiXNetFxExtension -ext WixUIExtension -ext WixUtilExtension lastfmtovk.wixobj | perk11/lastfmtovk | wix/build.bat | bat | gpl-3.0 | 302 |
:: ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::
:: This batch script packages the PMP binaries for Windows-x64.
::
:: It will use vcpkg to install dependencies and then build and package PMP.
:: The final output is a ZIP archive containing the binaries.
::
:: PREREQUISITES:
:: - CMake ... | hyperquantum/PMP | create-x64-windows-release-zip.cmd | bat | gpl-3.0 | 4,443 |
reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "UseOLEDTaskbarTransparency" /t "REG_DWORD" /d "1" /f | CHEF-KOCH/regtweaks | OS independent/Batch/Increase Taskbar Transparency.bat | bat | mpl-2.0 | 131 |
@ECHO OFF
ECHO.
ECHO ===============================================================
ECHO.
ECHO Building: %1
ECHO.
ECHO ===============================================================
ECHO.
Call "C:\Program Files (x86)\MSBuild\14.0\Bin\MsBuild.exe" %1 /p:Configuration=Release /consoleloggerparameters:Summary;ErrorsOnl... | Vrijdagonline/uSync | BuildPackage/BuildOne.bat | bat | mpl-2.0 | 349 |
java -cp ".;../build/itext-1.4.8.jar;../build/itext-2.1.7.jar;../build/iText-rtf-2.1.7.jar;../build/commonos.jar;../build/clientos.jar;../build/jnlp.jar;../build/jcalendar.jar;../build/log4j-1.2.7.jar;../build/poi-2.0-RC2-20040102.jar;../build/pooler.jar;../build/serveros.jar;../build/jnlp-servlet.jar;../build/hsqldb.j... | mcarniel/oswing | classes/runDemo9.bat | bat | lgpl-2.1 | 347 |
@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... | Appolica/Flubber | Flubber/gradlew.bat | bat | apache-2.0 | 2,365 |
src\.nuget\nuget.exe pack src\Dinobenz.ThaiNumberSpelling\Dinobenz.ThaiNumberSpelling.csproj -Prop Configuration=Release -OutputDirectory "Nuget Packages" | dinobenz/ThaiNumberSpelling | nugetpack.bat | bat | apache-2.0 | 154 |
dot -Kfdp -Tjpg %1 -o %2 | klinovp/pronto | test_data/graph/run_fdp.bat | bat | apache-2.0 | 24 |
@if (@this==@isBatch) @then
@echo off
SETLOCAL ENABLEDELAYEDEXPANSION
setlocal enableextensions
call :scan-files
call :scan-registry
endlocal
exit /b
:scan-files
call :directory_info "%programfiles(x86)%\Keyman"
call :directory_info "%programfiles(x86)%\Common Files\Keyman"
call :directory_info "%programfiles(x86)%... | tavultesoft/keymanweb | windows/src/test/manual-tests/installer/km-validation.bat | bat | apache-2.0 | 1,536 |
:: Copyright 2012 The Go Authors. All rights reserved.
:: Use of this source code is governed by a BSD-style
:: license that can be found in the LICENSE file.
@echo off
:: Keep environment variables within this script
:: unless invoked with --no-local.
if x%1==x--no-local goto nolocal
if x%2==x--no-local goto nolocal
... | xushiwei/go.old | src/run.bat | bat | bsd-3-clause | 1,661 |
%~d0
cd %~p0
cd ..
ant jar && start .\bin\start_network.bat
| rwth-acis/SWeVA-Repository-Service | bin/build and run.bat | bat | bsd-3-clause | 61 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_ASCAL.S01_CalendarElement.MSASCAL_S01_TC02_Sensitivity /testcontainer:..\..\MS-ASCAL\TestSuite\bin\Debug\MS-ASCAL_TestSuite.dll /runconfig:..\..\MS-ASCAL\MS-ASCAL.testsettings /unique
pause | OfficeDev/Interop-TestSuites | ExchangeActiveSync/Source/Scripts/MS-ASCAL/RunMSASCAL_S01_TC02_Sensitivity.cmd | bat | mit | 283 |
cmd_net/unix/unix.o := ld -m elf_i386 -r -o net/unix/unix.o net/unix/af_unix.o net/unix/garbage.o net/unix/sysctl_net_unix.o
| namgk/kernel-tut | net/unix/.unix.o.cmd | bat | gpl-2.0 | 128 |
rem
rem
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 "Lice... | jmckaskill/subversion | packages/windows-WiX/Tools/finish_distro.bat | bat | apache-2.0 | 888 |
rem generate pdf of just the contents of the bounding box of ps from dot
rem %1 is basename of dot file (without .dot),x arg below suppresses ps display
call dotps %1 x
ps2epsi %1.ps %1.eps
epstopdf %1.eps
| nfredrik/pyModelStuff | pymodel/dotpdf.bat | bat | bsd-3-clause | 211 |
inject.exe --run "E:\Games\Tom Clancys HAWX 2\HAWX2_DX11.exe" --inject --export Load --add-path --path-resolution --module cerberus.dll | geota/hadesmem | scripts/x86/hawx2-dx11.bat | bat | mit | 135 |
/******************************************************************************
*
* watchdog_ccs.cmd - CCS linker configuration file for watchdog.
*
* Copyright (c) 2013-2017 Texas Instruments Incorporated. All rights reserved.
* Software License Agreement
*
* Texas Instruments (TI) is supplying this so... | jhnphm/xbs_xbd | platforms/ek-tm4c129exl_16mhz/hal/tivaware/examples/boards/ek-tm4c129exl/watchdog/watchdog_ccs.cmd | bat | gpl-3.0 | 2,797 |
rem Build GLPK DLL with Microsoft Visual Studio Express 2010
rem NOTE: Make sure that HOME variable specifies correct path
set HOME="C:\Program Files\Microsoft Visual Studio 10.0\VC"
call %HOME%\vcvarsall.bat x86
copy config_VC config.h
%HOME%\bin\nmake.exe /f Makefile_VC_DLL
%HOME%\bin\nmake.exe /f Makefile_VC_DLL c... | dreal-deps/glpk | w32/Build_GLPK_with_VC10_DLL.bat | bat | gpl-3.0 | 332 |
:: Copyright 2013-present Facebook, Inc.
::
:: 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 ag... | thinkernel/buck | bin/buck.cmd | bat | apache-2.0 | 5,952 |
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: Dev environment startup script for Alfresco Community. ::
:: ::
:: Downloads the spring-loaded lib if not existing and ::
:: runs the Repo AMP applied to Alf... | gsdenys/alf-db-constraint | run.bat | bat | lgpl-2.1 | 846 |
@echo off
"%~dp0\mono.exe" %MONO_OPTIONS% "%~dp0\..\lib\mono\4.5\mcs.exe" %*
| Code0100Food/3DEngine | MonoScripting/MonoScripting/DATA/bin/mcs.bat | bat | mit | 77 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\coffee-script\bin\cake" %*
) ELSE (
node "%~dp0\..\coffee-script\bin\cake" %*
) | rodrigoBerlochi/JobAnalitics3 | www/node_modules/grunt/node_modules/.bin/cake.cmd | bat | bsd-3-clause | 141 |
@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... | textbook/flash_services | docs/make.bat | bat | isc | 7,467 |
@ECHO OFF
ruby ./tools/test.rb %* | hGriff0n/speroc | run_tests.bat | bat | mit | 33 |
/*-------------------------------------------------------------------*/
/* */
/* Compile options: */
/* */
/* CrtCmd Cmd( WRKJOBQE )... | ChrisHird/CF_API | cbx9952/wrkjobqe.cmd | bat | mit | 1,736 |
echo 2
C:\Windows\Microsoft.NET\Framework\v4.0.30319\msbuild.exe Netrix2.0\NetRix2010Pro.v20.sln /p:Configuration=Release;Platform="Any CPU" /verbosity:quiet /nologo
echo 3
C:\Windows\Microsoft.NET\Framework\v4.0.30319\msbuild.exe Netrix2.0\NetRix2010Pro.v35.sln /p:Configuration=Release;Platform="Any CPU" /verbosity:qu... | joergkrause/netrix | buildNetrix.bat | bat | mit | 503 |
@echo off
ruby ./spec/double/firefox.rb
| mrk21/firebrew | spec/double/firefox.bat | bat | mit | 40 |
@REM create resource group
az group create --name myResourceGroup --location westeurope
@REM create aci
az container create --name mycontainer --image tutum/hello-world --resource-group myResourceGroup --ip-address public --port 80
@REM show details and public ip
az container show --name mycontainer --resource-group... | torosent/containers-k8s-workshop | Docker-ACS/Challenges/ACI/aci.cmd | bat | mit | 575 |
@PUSHD "%~dp0" & "..\..\launcher.exe" /AUTO /USE prboom-plus /DEMO 30uv1845.lmp | Kroc/PortaDOOM | PortaDOOM/files/demos/30uv1845/playdemo.bat | bat | mit | 79 |
mkdir src\main\gen
#Bare generation
#wsimport -target 2.2 -s src/main/gen -Xnocompile src/main/resources/wsdl/responsibility.v1.wsdl
#with binding for WSDL
#wsimport -target 2.2 -s src/main/gen -b src/main/resources/wsdl/responsibility.v1.wsdl.bindings.xml -Xnocompile src/main/resources/wsdl/responsibility.v1.wsdl
... | victorrentea/training | webservices/generate-code.bat | bat | mit | 572 |
Start cmd.exe /k "C:\Python34\Lib\site-packages\PyQt5\pyuic5.bat pydlbot.ui -o pydlbot_ui.py" | iarwain8a/pydlbot | convert ui to py.bat | bat | mit | 93 |
curl -k --data "@e:\temp\orderquery_test.txt" https://127.0.0.1:1718/pay/orderquery
| btbxbob/wxpay-signerproxy | test_case.bat | bat | mit | 84 |
cmd_drivers/usb/early/built-in.o := rm -f drivers/usb/early/built-in.o; arm-linux-androideabi-ar rcs drivers/usb/early/built-in.o
| tenorntex/lhbalanced | drivers/usb/early/.built-in.o.cmd | bat | gpl-2.0 | 131 |
cmd_sound/soc/imx/snd-soc-imx-ac97-vt1613.o := ../arm-fsl-linux-gnueabi/bin/arm-fsl-linux-gnueabi-ld -EL -r -o sound/soc/imx/snd-soc-imx-ac97-vt1613.o sound/soc/imx/imx-ac97-vt1613.o
| chrnueve/udooImaxdi | kernel_oficial_source/sound/soc/imx/.snd-soc-imx-ac97-vt1613.o.cmd | bat | gpl-2.0 | 187 |
cmd_sound/built-in.o := /home/aashir/android/toolchain/linaro/bin/arm-eabi-ld -EL -r -o sound/built-in.o sound/soundcore.o sound/core/built-in.o sound/i2c/built-in.o sound/drivers/built-in.o sound/isa/built-in.o sound/pci/built-in.o sound/ppc/built-in.o sound/arm/built-in.o sound/sh/built-in.o sound/synth/built-in.... | emwno/android_kernel_U8500 | sound/.built-in.o.cmd | bat | gpl-2.0 | 541 |
cmd_sound/core/snd-hwdep.o := /opt/toolchains/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o sound/core/snd-hwdep.o sound/core/hwdep.o
| TeamGlide/LiteKernel | sound/core/.snd-hwdep.o.cmd | bat | gpl-2.0 | 133 |
cmd_drivers/staging/iio/adc/built-in.o := rm -f drivers/staging/iio/adc/built-in.o; /opt/toolchains/arm-eabi-4.4.3/bin/arm-eabi-ar rcs drivers/staging/iio/adc/built-in.o
| TeamGlide/LiteKernel | drivers/staging/iio/adc/.built-in.o.cmd | bat | gpl-2.0 | 171 |
cmd_/home/yutingkao23/linuxcnc-add-hal-ethercat/src/lowpass.o := ld -m elf_i386 -r -o /home/yutingkao23/linuxcnc-add-hal-ethercat/src/lowpass.o /home/yutingkao23/linuxcnc-add-hal-ethercat/src/objects/hal/components/lowpass.o
| CalvinHsu1223/LinuxCNC-EtherCAT-HAL-Driver | src/.lowpass.o.cmd | bat | gpl-2.0 | 228 |
cmd_net/bluetooth/hci_core.o := arm-eabi-gcc -Wp,-MD,net/bluetooth/.hci_core.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 -Wstri... | HCDRJacob/wildfire-kernel | net/bluetooth/.hci_core.o.cmd | bat | gpl-2.0 | 154,039 |
cmd_drivers/i2c/muxes/built-in.o := rm -f drivers/i2c/muxes/built-in.o; ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ar rcsD drivers/i2c/muxes/built-in.o
| avareldalton85/rpi2-linux-rt | drivers/i2c/muxes/.built-in.o.cmd | bat | gpl-2.0 | 199 |
java -cp "lib\hackengine.jar;lib\hackjvm.jar" org.hacker.engine.war.WarChooser -cp "lib\rt.jar"
| pretzelfactory-victory-squad/Bitbath-Fighting-Tools | RunSimulator.bat | bat | gpl-2.0 | 96 |
@echo off
start javaw Main | ashwin7/Bomberman-game | Start Bomberman.bat | bat | gpl-2.0 | 26 |
cmd_sound/soc/samsung/built-in.o := /usr/local/arm/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o sound/soc/samsung/built-in.o sound/soc/samsung/snd-soc-s3c24xx.o sound/soc/samsung/snd-soc-i2s.o sound/soc/samsung/snd-soc-audss.o sound/soc/samsung/snd-soc-idma.o sound/soc/samsung/snd-soc-midas-wm1811.o sound/soc/samsung/s... | miamo/miamOv | sound/soc/samsung/.built-in.o.cmd | bat | gpl-2.0 | 339 |
"C:\Program Files\SMA\Sunny Explorer\SunnyExplorer.exe" %1\SunnyExplorer.sx2 -userlevel user -password "0000" -exportdir %1 -exportrange %2-%2 -export energy5min | tectronics/pvbeancounter | PVRecords_pattern/Empty Databases/SunnyExplorerTest_x86.bat | bat | gpl-3.0 | 161 |
@ECHO OFF
pushd %~dp0
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set SOURCEDIR=.
set BUILDDIR=_build
set SPHINXPROJ=python-testing0sample
if "%1" == "" goto help
%SPHINXBUILD% >NUL 2>NUL
if errorlevel 9009 (
echo.
echo.The 'sphinx-build'... | billcloud-me/python-testing-sample | docs/make.bat | bat | gpl-3.0 | 825 |
robocopy "C:\Program Files (x86)\World of Warcraft\Cache\ADB\enUS" "E:\Simulationcraft\dbc_extract\cache\live" item.adb itembonus.adb itembonustreenode.adb itemeffect.adb itemxbonustree.adb spellclassoptions.adb spellpower.adb spellrunecost.adb item-sparse.adb spellmisc.adb
pause | utecht/simcraft_shaman | dbc_extract/cache/live/ADBFiles.bat | bat | gpl-3.0 | 280 |
node site/must-have/_tools/processes/build-must-have -local && gulp move-must-have -local && build-index && build-books | mc-modding/mc-modding-book | build-site.bat | bat | gpl-3.0 | 119 |
@echo off
title RealArcade Wrapper Killer v%rawkver% (.-+'~^-+ Junk Files Cleaner +-^~`+-.) [...cRypTiCwaRe 2o2o...]
if %testmode%==1 (
echo [core_clean_main : loaded]
pause>nul
)
::-----------------------------------------------------------------------------------
::Custom
::-------------------------------... | esc0rtd3w/realarcade-wrapper-killer | src/core_clean_main.cmd | bat | gpl-3.0 | 8,969 |
@echo off
set xv_path=C:\\Xilinx\\Vivado\\2016.2\\bin
call %xv_path%/xelab -wto a876c74cf5354aee8579c2691176d6f1 -m64 --debug typical --relax --mt 2 -L xil_defaultlib -L secureip --snapshot Testbench_behav xil_defaultlib.Testbench -log elaborate.log
if "%errorlevel%"=="0" goto SUCCESS
if "%errorlevel%"=="1" goto END
:... | GHackAnonymous/SimonGameVHDL | LFSR.sim/sim_1/behav/elaborate.bat | bat | gpl-3.0 | 347 |
@echo off
navgen template.html .
if errorlevel 1 goto err
"C:\Chris\MyProjects\FixSelfUrl\Release\FixSelfUrl" *.html
if errorlevel 1 goto err
md Help
del /s Help\*.htm
C:\Chris\MyProjects\doc2web\release\doc2web /nospaces C:\Chris\MyProjects\ChordEase\Help\help.txt Help Contents.htm C:\Chris\MyProjects\ChordEase\doc\Ch... | victimofleisure/ChordEase | docs/gen.bat | bat | gpl-3.0 | 927 |
set PYTHONPATH=..\..
REM python test_bsddb2sqlite.py # Arno, 2008-11-26: Alea jacta est.
REM python test_buddycast.py # currently not working due to missing DataHandler functions, 2008-10-17
REM python test_friend.py # Arno, 2008-10-17: need to convert to new DB structure
REM python test_torrentcollecting.py # ... | egbertbouman/tribler-g | Tribler/Test/test.bat | bat | lgpl-2.1 | 2,505 |
"C:\Program Files (x86)\DHI\2016\bin\x64\MSHE_PreProcessor.exe" Ensembles\0\Karup_DA.SHE
"C:\Program Files (x86)\DHI\2016\bin\x64\MSHE_PreProcessor.exe" Ensembles\1\Karup_DA.SHE
"C:\Program Files (x86)\DHI\2016\bin\x64\MSHE_PreProcessor.exe" Ensembles\2\Karup_DA.SHE
"C:\Program Files (x86)\DHI\2016\bin\x64\MSHE_PreProc... | OpenDA-Association/OpenDA | model_mikeshe/tests/Karup/RunSecondToTestDAModels.bat | bat | lgpl-3.0 | 1,250 |
@echo off
if "%1" == "" goto :Error
goto :Start
:Error
echo usage: %0 ^<application name^>
echo where application name is an azure mobileService app.
echo To run the login tests, the application needs to be configured
echo with all four providers.
goto :TheEnd
:Start
call azure mobile table create %1 stringIdR... | manimaranm7/azure-mobile-services | test/SetupScripts/tables/SetupTables.bat | bat | apache-2.0 | 4,178 |
php ../bench.php --recreate --rounds 100 --warmup 5 dibi-lazy > ../out/runbench_dibi-lazy.out | ondrej-bouda/ivory | test/perf/scenario/run/runbench_dibi-lazy.cmd | bat | bsd-3-clause | 93 |
msbuild BuildAll.proj | airbreather/RandomFireplace | External/Rx/Rx.NET/Source/Build.bat | bat | bsd-3-clause | 21 |
@echo off
rem Read theFile.csv and get 4 tokens separated by commas
rem %1 is a command line arguments, send the csv file name.
rem
for /F "tokens=1-4 delims=," %%a in (%1) do (
rem Tokens read are placed in %%a, %%b, %%c and %%d replaceable parameters
net use \\%%a\ipc$ /persistent:no /user:%%d\%%b %%c
cscri... | cyberhiker/Boiling-Torpedo | tools/StaleAccounts/BulkComputers.cmd | bat | bsd-3-clause | 392 |
..\..\AjSharp.Console.exe Server.ajs | ajlopez/AjSharp | Src/AjSharp.Examples/Distributed/ServerAndWorkerNodes/RunServer.cmd | bat | mit | 36 |
@echo off
echo:
echo:## Starting: RESTORE and BUILD...
echo:
dotnet build -c:Release -v:m
if %ERRORLEVEL% neq 0 goto :error
echo:
echo:## Finished: RESTORE and BUILD
echo:
echo:## Starting: TESTS...
echo:
dotnet run --no-build -c Release --project test/FastExpressionCompiler.TestsRunner/FastExpressionCompiler.T... | dadhi/FastExpressionCompiler | build.bat | bat | mit | 704 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_ASCMD.S18_SmartReply.MSASCMD_S18_TC01_SmartReply_ContainOriginalMessage /testcontainer:..\..\MS-ASCMD\TestSuite\bin\Debug\MS-ASCMD_TestSuite.dll /runconfig:..\..\MS-ASCMD\MS-ASCMD.testsettings /unique
pause | XinwLi/Interop-TestSuites-1 | ExchangeActiveSync/Source/Scripts/MS-ASCMD/RunMSASCMD_S18_TC01_SmartReply_ContainOriginalMessage.cmd | bat | mit | 300 |
cmd_arch/arm/lib/io-writesw-armv4.o := /media/sagformas/47f72a56-be22-485d-ba83-da42e0d4eb18/fuentes/Samsung/TrendPlus/GT-S7580_JB_Opensource/rk-prebuilts/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.io-writesw-armv4.o.d -nostdinc -isystem /media/sagformas/47f72a56-be22-485d-ba83-da42e0d4eb18/fuentes/Samsung/TrendPlus/GT-S7... | EPDCenterSpain/kernel_Archos_97_Titan | arch/arm/lib/.io-writesw-armv4.o.cmd | bat | gpl-2.0 | 2,605 |
@echo off
rem WindowsT[rX©çíðs¤ob`t@C
rem ----------------------------------------------------------------
rem T[rX¼Ýè
set __LOGIN_SVC__=AurigaLoginServer
set __CHAR_SVC__=AurigaCharServer
set __MAP_SVC__=AurigaMapServer
rem -----------------------------------------------------------... | h3poteto/sagisame | tool/delasv.bat | bat | gpl-2.0 | 937 |
@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
if "%1" == ... | plq/spyne | doc/make.bat | bat | lgpl-2.1 | 4,513 |
@echo off
call bapp_w32_.bat @parfile.bld
| mrev11/gitutil | firstpar/m.bat | bat | lgpl-2.1 | 43 |
::
:: 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 ... | vybs/sqoop-on-spark | dist/src/main/server/bin/setenv.bat | bat | apache-2.0 | 839 |
set PYTHON=python.exe
set EASY_INSTALL=easy_install.exe
set PYLINT=pylint.exe
set INNO="C:\util\inno\ISCC.exe"
set GIT_SED=C:\"Program Files"\Git\bin\sed.exe
set SAS_COMPILER=tinycc
set PYTHONPATH=%WORKSPACE%\sasview\utils
set PYTHONPATH=%PYTHONPATH%;%WORKSPACE%\sasview\sasview-install
echo %PYTHONPATH%
echo %WORKSPA... | SasView/sasview | build_tools/jenkins_win64_build.bat | bat | bsd-3-clause | 2,536 |
#!/bin/bash
echo "DEV_MODE $DEV_MODE" 1>&2
| adobe-platform/porter | testintegration/Dockerfile.cmd | bat | apache-2.0 | 44 |
@echo off
call "C:\Program Files\Adobe\Adobe Flash Builder 4.7 (64 Bit)\sdks\4.16.1 AIR33\bin\adt" ^
-package ^
-target ane ./AndroidID.ane extension.xml ^
-swc swc/android-id-android.swc ^
-platform Android-ARM -C android . ^
-platform Android-ARM64 -C android . ^
-platform Android-x86 -C android . ^
-platform... | mesmotronic/air-ane-androidid | build/build.cmd | bat | bsd-3-clause | 343 |
@echo off
rem
rem
rem DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
rem
rem Copyright 2008 Sun Microsystems, Inc. All rights reserved.
rem
rem The contents of this file are subject to the terms of either the GNU
rem General Public License Version 2 only ("GPL") or the Common Development
rem and Dist... | marcellodesales/svnedge-console | ext/windows/pkg-toolkit/pkg/bin/makeimage.bat | bat | agpl-3.0 | 2,196 |
SET PATH=%PATH%;%~dp0pdfalto_dlls
%~dp0pdfalto_server.exe %* | kermitt2/grobid | grobid-home/pdfalto/win-64/pdfalto/pdfalto_server.bat | bat | apache-2.0 | 60 |
@echo off
rem
rem JBoss, Home of Professional Open Source
rem Copyright 2008, Red Hat, Inc., and others contributors as indicated
rem by the @authors tag. All rights reserved.
rem See the copyright.txt in the distribution for a
rem full listing of individual contributors.
rem This copyrighted material is made available... | nmcl/scratch | graalvm/transactions/fork/narayana/blacktie/blacktie/setenv.bat | bat | apache-2.0 | 1,444 |
cmd_sound/pci/emu10k1/built-in.o := rm -f sound/pci/emu10k1/built-in.o; arm-eabi-ar rcs sound/pci/emu10k1/built-in.o
| mcardielo/ThunderG-Kernel_2.6.35 | sound/pci/emu10k1/.built-in.o.cmd | bat | gpl-2.0 | 118 |
@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... | capotej/whim | ec2_home/ec2-api-tools-1.6.3.1/bin/ec2detigw.cmd | bat | mit | 1,043 |
@if "%DEBUG%" == "" @echo off
REM Excerpted from "Kotlin and Android Development featuring Jetpack",
REM published by The Pragmatic Bookshelf.
REM Copyrights apply to this code. It may not be used to create training material,
REM courses, books, articles, and the like. Contact us if you are in doubt.
REM We make no gu... | hermantai/samples | kotlin/kotlin-and-android-development-featuring-jetpack/chapter-9/app-code/gradlew.bat | bat | apache-2.0 | 2,604 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\restify\bin\report-latency" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\restify\bin\report-latency" %*
) | blue-view/jikexueyuan | task9/node_modules/.bin/report-latency.cmd | bat | apache-2.0 | 194 |
REN *.md ????????????????????????????????????????????????????.??????????????????.ovr.md | DeborahK/angular.io | tools/doc-shredder/_test/copy.to.ovr.bat | bat | mit | 87 |
@echo off
rem *******************************************************************
rem * This will build debug - portable configuration of this project
rem *
rem * REQUIRES:
rem * - See '\_engine\build\windows\builder_actual_windows.bat'
rem *
rem * AUTHOR:
rem * Piotr Kosek <piotr@kosek.com>
rem * LICENSE:
rem... | Shelim/pixie_engine | _engine/build/new_project/template/_command/windows/build_windows_full_debug_portable.bat | bat | mit | 3,063 |
@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... | ubcgif/eosc350website | make.bat | bat | mit | 7,265 |
REM Adapted from: https://magenic.com/thinking/using-opencover-and-reportgenerator-to-get-unit-testing-code-coverage-metrics-in-net
ECHO OFF
CLS
REM Create a 'GeneratedReports' folder if it does not exist
if not exist "%~dp0GeneratedReports" mkdir "%~dp0GeneratedReports"
REM Remove any previous test execution file... | grae22/Pool | GameLib/GameLib_Test/GenerateUnitTestMetrics.bat | bat | mit | 1,611 |
@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... | eerimoq/bincopy | docs/make.bat | bat | mit | 7,246 |
@echo off
pushd %~dp0
set ShouldPublish=""
set NugetKey=""
if "%1"=="publish" set ShouldPublish="nuget"
if not "%2"=="" set NugetKey=%2
if %ShouldPublish%=="nuget" echo Publish to NuGet enabled
if exist Build goto Build
mkdir Build
:Build
%SystemRoot%\Microsoft.NET\Framework\v4.0.30319\msbuild Build.proj /m /nr:fal... | taskqueue/taskqueue-net | build.bat | bat | mit | 565 |
@echo off
REM Always run the prescript, if it errors the below will not run.
call %~dp0%win_prescript.bat
REM Prescript didn't error. Do the steps to build the solution.
echo [HELPERS][UPDATE] Starting Clean...
(
REM Get the bleeding edge submodules
git submodule update --recursive --remote
)
echo [HELPERS][... | nathanrosspowell/cmake_helpers | win_update.bat | bat | mit | 341 |
@PUSHD "%~dp0" & "..\..\..\launcher.exe" "play-boa.ini" | Kroc/PortaDOOM | PortaDOOM/files/wads/conversions/boa/play.bat | bat | mit | 55 |
@echo off
set run_linqpad=0
if not exist .\linqpad mkdir linqpad & set run_linqpad=1
if not exist .\linqpad\ConnectionsV2.xml goto create_connectionsv2
goto after_create_connectionsv2
:create_connectionsv2
echo ^<?xml version="1.0" encoding="utf-8"?^> > linqpad\ConnectionsV2.xml
echo ^<Connections^> >> linqpad\Connec... | mattjcowan/lp | setup.bat | bat | mit | 8,717 |
@echo off
set EXE_TO_SIGN=%1
set CERT_FILE=%~dp0\certum.pfx
if not exist "%CERT_FILE%" (
echo No certificate, skip signing of %EXE_TO_SIGN%
exit /B -1
)
if "%PRIVATE_KEY_PASSWORD%"=="" (
set /P PRIVATE_KEY_PASSWORD=private key password:
)
set SIGNTOOL=c:\Program Files (x86)\Microsoft SDKs\Wind... | a0ivanov/aimp-control-plugin | tools/codesign/sign_executable.bat | bat | mit | 469 |
@ECHO OFF
pushd %~dp0
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set SOURCEDIR=.
set BUILDDIR=_build
set SPHINXPROJ=CommonModules
if "%1" == "" goto help
%SPHINXBUILD% >NUL 2>NUL
if errorlevel 9009 (
echo.
echo.The 'sphinx-build' command was not found. Ma... | wanghewen/CommonModules | docs/make.bat | bat | mit | 781 |
@echo off
rem **************************************************************************
rem (C) Copyright IBM Corp. 2016
rem
rem LICENSE: Eclipse Public License v1.0
rem http://www.eclipse.org/legal/epl-v10.html
rem **************************************************************************
rem ***************... | edgware/edgware | fabric.scripts/win32/fa.bat | bat | epl-1.0 | 506 |
c:\Python27\python.exe switchTime.py COM10
pause | apeng2012/TimeSwitch4ModemRouter | SetTimer/SetTimer.bat | bat | gpl-2.0 | 49 |
cmd_drivers/video/console/font.o := arm-none-linux-gnueabi-ld -EL -r -o drivers/video/console/font.o drivers/video/console/fonts.o drivers/video/console/font_8x8.o drivers/video/console/font_8x16.o
| srinugnt2000/linux-2.6.37 | drivers/video/console/.font.o.cmd | bat | gpl-2.0 | 202 |
@set build=%~dp0
mingw32-make -f %build%gnumake.mak PLATFORM=%1 RTSYS=%2 COMPILER=mingw BUILDPATH=%build% %3 %4 %5 %6 %7 %8 %9
| lodsb/vinylcontrol | buildsys/build-mingw.bat | bat | gpl-2.0 | 128 |
cmd_fs/isofs/built-in.o := rm -f fs/isofs/built-in.o; arm-poky-linux-gnueabi-ar rcsD fs/isofs/built-in.o
| heyoufei2/yocto3.14.38_kernel | fs/isofs/.built-in.o.cmd | bat | gpl-2.0 | 106 |
cmd_sound/soc/fsl/snd-soc-imx-wm8958.o := arm-poky-linux-gnueabi-ld -EL -r -o sound/soc/fsl/snd-soc-imx-wm8958.o sound/soc/fsl/imx-wm8958.o
| heyoufei2/yocto3.14.38_kernel | sound/soc/fsl/.snd-soc-imx-wm8958.o.cmd | bat | gpl-2.0 | 144 |
cmd_drivers/staging/iio/gyro/built-in.o := rm -f drivers/staging/iio/gyro/built-in.o; /home/dman3285/CM10/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ar rcs drivers/staging/iio/gyro/built-in.o
| AOSP-ZEUS/android_kernel_samsung_n1 | drivers/staging/iio/gyro/.built-in.o.cmd | bat | gpl-2.0 | 207 |
@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... | jonwright/ImageD11 | docs/sphx/make.bat | bat | gpl-2.0 | 5,100 |
cd bin
cls
phys.exe mercure.txt
pause | lucasgautheron/orbit | mercure.bat | bat | gpl-2.0 | 37 |
cmd_mm/bootmem.o := arm-linux-gnueabi-gcc -Wp,-MD,mm/.bootmem.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/plat-rk/i... | jpsminix/minix5 | mm/.bootmem.o.cmd | bat | gpl-2.0 | 20,567 |
cmd_drivers/video/msm/built-in.o := /home/envy/kernel/android_toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-ld -EL -r -o drivers/video/msm/built-in.o drivers/video/msm/mdss/built-in.o drivers/video/msm/logo.o
| Envious-Data/shinano-sirius_msm8974abpro | drivers/video/msm/.built-in.o.cmd | bat | gpl-2.0 | 214 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.