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
SET MSBUILD="C:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe"
ECHO %DATE% %TIME:~0,8% %1 build started...
ECHO.
CALL %MSBUILD% PaymentsSdk.Moneris.NuGetPackage.csproj /v:n /m /p:Configuration=Release
CALL ..\.nuget\Nuget.exe pack PaymentsSdk.Moneris.nuspec
ECHO.
ECHO %DATE% %TIME:~0,8% %1 bui... | afedyanin/payments-sdk-moneris | PaymentsSdk.Moneris.NuGetPackage/BuildPackage.cmd | bat | mit | 334 |
cd scripts\xlrd-1.0.0
python setup.py install | Jack301/toolkit | handleExcel/exportor/install_xlrd.bat | bat | mit | 45 |
@echo Off
pushd %~dp0
setlocal enabledelayedexpansion
set PROGRAMSROOT=%PROGRAMFILES%
if defined PROGRAMFILES(X86) set PROGRAMSROOT=%PROGRAMFILES(X86)%
set CACHED_NUGET=%LOCALAPPDATA%\NuGet\NuGet.exe
if exist "%CACHED_NUGET%" goto CopyNuGet
echo Downloading latest version of NuGet.exe...
if not exist "%LOCALAPPDATA%... | ritterim/automation-sql | build.cmd | bat | mit | 1,481 |
copy out\fotorama.js C:\JlsNext.dev\main\Jls.Web.Public\Scripts\fotorama-4.6.4 | johnlscott/fotorama | mv.cmd | bat | mit | 78 |
echo off
for /f "tokens=1,* delims= " %%a in ("%*") do set ALL_BUT_FIRST=%%b
call java -Dlog4j.configurationFile=%1 -Xms1024m -cp "../../systematic-trading-data-api-quandl/configuration/";"../../systematic-trading-data-api-alpha-vantage/configuration/";"../../systematic-trading-backtest-output-file/configuration/";... | CjHare/systematic-trading | scripts/analysis/analysis.bat | bat | mit | 564 |
cd ..
E:\soft\R-3.2.2\bin\x64\Rscript bacgwas.R --input D:\work\bio\workdir\raw\dataset_1 --output D:\work\bio\tmp\moss --plugin moss
cd bin
pause | ikavalio/MDRTB-pipe | bin/test_moss.bat | bat | mit | 146 |
:: Install 7zip
if not exist "C:\Windows\Temp\7z920-x64.msi" (
powershell -Command "(New-Object System.Net.WebClient).DownloadFile('http://www.7-zip.org/a/7z920-x64.msi', 'C:\Windows\Temp\7z920-x64.msi')" <NUL
)
msiexec /qb /i C:\Windows\Temp\7z920-x64.msi
:: There needs to be Oracle CA (Certificate Authority) cer... | jonashackt/ansible-windows-docker-springboot | step0-packer-windows-vagrantbox/scripts/vm-guest-tools.bat | bat | mit | 1,411 |
REM Generates self contained builds (Side by side - SxS) for the various supported .NET Core platforms.
REM For additional RIDs (Runtime Identifiers) you can generate see https://docs.microsoft.com/en-us/dotnet/articles/core/rid-catalog
REM Those would get added into the runtimes{} element in the project.json
cd ./sr... | MachUpskillingFY17/JabbR-Core | CreateBuilds.bat | bat | mit | 1,131 |
@echo off
pushd src\Sinch.ServerSdk
dotnet restore
dotnet build
set BUILD_STATUS=%ERRORLEVEL%
if %BUILD_STATUS%==0 dotnet pack
if not %BUILD_STATUS%==0 echo Build failed. NuGet package not created.
popd | sinch/nuget-serversdk | BuildSignAndPack.cmd | bat | mit | 204 |
@echo off
cd %APPVEYOR_BUILD_FOLDER%
:: =========================================================
:: Set some defaults. Infer some variables.
::
:: These are set globally
if "%LUA_VER%" NEQ "" (
set LUA=lua
set LUA_SHORTV=%LUA_VER:~0,3%
) else (
set LUA=luajit
set LJ_SHORTV=%LJ_VER:~0,3%
set LUA_SHORTV=5.1
)
::... | ignacio/lua-appveyor-example | .appveyor/install.bat | bat | mit | 8,269 |
php bin/console > console.txt
php bin/console config:dump-reference > dump-reference.txt
php bin/console config:dump-reference doctrine > doctrine.txt
rem php bin/console config:dump-reference doctrine_cache > doctrine_cache.txt
php bin/console config:dump-reference twig > twig.txt
php bin/console config:dump-referen... | athos99/symfony-ex2 | help.bat | bat | mit | 496 |
/*Owner & Copyrights: Vance King Saxbe. A.*/%~dp0php.exe %~dp0pharcommand.phar %*
/*email to provide support at vancekingsaxbe@powerdominionenterprise.com, businessaffairs@powerdominionenterprise.com, For donations please write to fundraising@powerdominionenterprise.com*/////// | VanceKingSaxbeA/ASX-Engine | App/vdrive/.sys/php/phar.phar.bat | bat | mit | 278 |
@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%
... | mkli90/Taz | doc/make.bat | bat | gpl-2.0 | 6,984 |
cmd_mm/mprotect.o := arm-linux-androideabi-gcc -Wp,-MD,mm/.mprotect.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 -include include/generated/autoconf... | tenorntex/lhbalanced | mm/.mprotect.o.cmd | bat | gpl-2.0 | 28,382 |
cmd_arch/arm/kernel/head.o := /opt/toolchains/arm-2009q3/bin/arm-none-eabi-gcc -Wp,-MD,arch/arm/kernel/.head.o.d -nostdinc -isystem /opt/toolchains/arm-2009q3/bin/../lib/gcc/arm-none-eabi/4.4.1/include -I/home/diz/androidBOCA/system/kernel/samsung/2.6.35-tab/arch/arm/include -Iinclude -include include/generated/autoc... | dizgustipated/BOCA-2.6.35.14 | arch/arm/kernel/.head.o.cmd | bat | gpl-2.0 | 4,340 |
cmd_drivers/gpu/drm/i2c/built-in.o := rm -f drivers/gpu/drm/i2c/built-in.o; /home/algesat/arm-eabi-4.7/bin/arm-eabi-ar rcsD drivers/gpu/drm/i2c/built-in.o
| Algesat/BladeApex2 | drivers/gpu/drm/i2c/.built-in.o.cmd | bat | gpl-2.0 | 156 |
cmd_block/built-in.o := arm-linux-ld -EL -r -o block/built-in.o block/elevator.o block/blk-core.o block/blk-tag.o block/blk-sysfs.o block/blk-barrier.o block/blk-settings.o block/blk-ioc.o block/blk-map.o block/blk-exec.o block/blk-merge.o block/blk-softirq.o block/blk-timeout.o block/blk-iopoll.o block/ioctl.o blo... | heyoufei/mini2440_kernel | block/.built-in.o.cmd | bat | gpl-2.0 | 372 |
cmd_mm/shmem.o := arm-eabi-gcc -Wp,-MD,mm/.shmem.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__KERNEL__ ... | timmytim/honeybutter_kernel | mm/.shmem.o.cmd | bat | gpl-2.0 | 32,830 |
cmd_drivers/usb/core/usbcore.o := /home/flint/android/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/arm-linux-androideabi-ld -EL -r -o drivers/usb/core/usbcore.o drivers/usb/core/usb.o drivers/usb/core/hub.o drivers/usb/core/hcd.o drivers/usb/core/urb.o drivers/usb/core/message.o drivers/usb/core/driver.... | lindsaytheflint/stone | drivers/usb/core/.usbcore.o.cmd | bat | gpl-2.0 | 683 |
cmd_drivers/usb/storage/usb-storage.o := ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ld -EL -r -o drivers/usb/storage/usb-storage.o drivers/usb/storage/scsiglue.o drivers/usb/storage/protocol.o drivers/usb/storage/transport.o drivers/usb/storage/usb.o drivers/usb/storage/... | avareldalton85/rpi2-linux-rt | drivers/usb/storage/.usb-storage.o.cmd | bat | gpl-2.0 | 435 |
cmd_drivers/input/keyboard/built-in.o := arm-arago-linux-gnueabi-ld -EL -r -o drivers/input/keyboard/built-in.o drivers/input/keyboard/gpio_keys.o drivers/input/keyboard/gpio_keys_polled.o
| calixtolinux/linux-2.6.37-AM18x-OMAPL13x-Calixto-Versa-EVM-V1 | drivers/input/keyboard/.built-in.o.cmd | bat | gpl-2.0 | 194 |
cmd_arch/arm/lib/memzero.o := /home/ar/android/aosp/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.memzero.o.d -nostdinc -isystem /home/ar/android/aosp/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/home/ar/android/kernel/ICS/crespo/eugene/Nexus... | kannu1994/crespo_kernel | arch/arm/lib/.memzero.o.cmd | bat | gpl-2.0 | 2,214 |
echo off
css /cd ExternalAsm
css /e host.cs
copy %CSSCRIPT_DIR%\Lib\CSScriptLibrary.dll CSScriptLibrary.dll
copy %CSSCRIPT_DIR%\Lib\CSSCodeProvider.dll CSSCodeProvider.dll
copy %CSSCRIPT_DIR%\Lib\CSScriptLibrary.dll "VS2008 project\CSScriptLibrary.dll"
copy %CSSCRIPT_DIR%\Lib\CSSCodeProvider.dll "VS2008 project\CSSCode... | Martijn-vd-H/ChallengeManager | ChallengeManager/cs-script/samples/Hosting/Legacy Samples/CodeDOM/Referencing/runAsApp.cmd | bat | gpl-3.0 | 350 |
pushd %~dp0
"D:\Dropbox\RED\Python\Python36-32\python.exe" launcher.py --start
pause | vjmac15/Lyilis | start_red.bat | bat | gpl-3.0 | 84 |
vendor\bin\phpdoc.bat -d GSB_Appli -t Doc
PAUSE | Talim/GSB-GestionFrais | Ressources/generateDoc.bat | bat | gpl-3.0 | 47 |
@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... | codenamekt/HTMLWriter | Docs/make.bat | bat | gpl-3.0 | 6,718 |
@echo off
set execpath=%~0
cd /D "%execpath%/.."
echo In folder %CD%.
echo Script file is %execpath%.
echo Pulling chanages from Git ...
cmd /C git pull
echo.
echo Ready to build:
if not "%1"=="q" if not "%1"=="Q" pause
if not "%VS150ENTCOMNTOOLS%"=="" set VSTools=%VS150ENTCOMNTOOLS%& set VSVer=2017& goto build
if not... | rjamesnw/CoreXT | update.cmd | bat | lgpl-3.0 | 797 |
@if "%DEBUG%" == "" @echo off
@rem ##########################################################################
@rem
@rem pokebot startup script for Windows
@rem
@rem ##########################################################################
@rem Set local scope for the variables with windows NT shell
if "%OS%"... | PokeGeeks/pokebot | build/scripts/pokebot.bat | bat | apache-2.0 | 2,629 |
@echo ±àÒëlog4net.Wrap
@cd log4net.Wrap
%SystemRoot%\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe log4net.Wrap.sln /t:Rebuild /property:Configuration=Debug /l:FileLogger,Microsoft.Build.Engine;logfile=log4net.Wrap.log
@echo Close notepad to continue...
@if errorlevel 1 @notepad log4net.Wrap.log
@cd ..\ | qjdev/CS_Lib | Src/Library/Log/Log_Build_Debug.bat | bat | apache-2.0 | 306 |
@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 "License... | jior/cluster | tomcat2/bin/service.bat | bat | apache-2.0 | 6,179 |
@rem ---------------------------------------------------------------------------------
@rem Copyright 2008 Microsoft Corporation. All rights reserved.
@rem This is provided as sample to deploy the package using msdeploy.exe
@rem For information about IIS Web Deploy technology,
@rem please visit http://go.microsoft.... | lerwine/JQueryContactsChallenge | Deployment/Web/JQueryContactsChallenge.deploy.cmd | bat | apache-2.0 | 14,477 |
@ECHO OFF
REM
REM Minimal script to compile the native resources
REM
REM Requirements
REM --------------
REM o Java 1.8 JDK installed, needs JAVA_HOME set
REM o cmake 3.0 + installed and available via PATH
REM o nmake installed (comes e.g. with Visual Studio), call "vcvarsall.bat x64" before to activate 64bit to... | MeteoGroup/jbrotli | jbrotli-native/win32-x86-amd64/build.bat | bat | apache-2.0 | 1,094 |
@setlocal
@echo Creating a package of files for easy use of ETW/WPT.
set UIforETW=%~dp0
set destdir=%~dp0etwpackage
rmdir %destdir% /s/q
@if exist %destdir%\bin\UIforETW.exe goto pleasecloseUIforETW
@if exist %destdir%\bin\ETWProviders.dll goto pleasecloseSomething
mkdir %destdir%\bin
mkdir %destdir%\incl... | OSVR/UIforETW | package_etw.bat | bat | apache-2.0 | 2,109 |
@echo off
echo Making ImagesTests jar...
jar cvmf mainClass.txt ImagesTests.jar *.class Images
echo.
echo Indexing jar...
jar i ImagesTests.jar
echo done
| Kukanani/G-Force | resources/Chapter 4 Code/makeJar.bat | bat | apache-2.0 | 156 |
@echo off
rem -------------------------------------------------------------
rem Yii command line script for Windows.
rem This is the bootstrap script for running yiic on Windows.
rem -------------------------------------------------------------
@setlocal
set BIN_PATH=%~dp0
if "%PHP_COMMAND%" == "" set ... | jessesiu/gigadb | protected/yiic.bat | bat | bsd-2-clause | 397 |
rem ************************************************************************
rem * %QTDIR%ders.bat - generated by gendsp.pl
rem *
set msvc=%1
copy /Y ..\%msvc%\..\..\lib\SmallChange\nodekits\LegendKit.h %COINDIR%\include\SmallChange\nodekits\LegendKit.h >nul:
copy /Y ..\%msvc%\..\..\lib\SmallChange\nodekits\SoFEMK... | Alexpux/SmallChange | build/misc/install-headers.bat | bat | bsd-3-clause | 8,531 |
@echo off
if not exist build mkdir build
cd build
if not exist "Visual Studio 12 2013 Win64" mkdir "Visual Studio 12 2013 Win64"
cd "Visual Studio 12 2013 Win64"
call "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" x64
cmake-gui.exe ..\..
if exist docgl.sln start /MAX Devenv docgl.sln
cd ... | Qlex42/docgl | Build Visual Studio 12 2013 Win64.bat | bat | bsd-3-clause | 327 |
@java -mx256m -jar flow-cytometry.jar %1 %2 %3 %4 %5 %6 %7 %8 %9
| uw-loci/flow-cytometry | dist/mpfc.bat | bat | bsd-3-clause | 65 |
@echo off
REM ***************************************************************************
REM package-nightly.cmd
REM ---------------------
REM begin : January 2011
REM copyright : (C) 2011 by Juergen E. Fischer
REM email : jef at norbit dot de
REM ********... | herow/planning_qgis | ms-windows/osgeo4w/package-nightly.cmd | bat | gpl-2.0 | 11,146 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\browser-sync\dist\bin.js" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\browser-sync\dist\bin.js" %*
) | janewilson90/auchtermuchty | node_modules/.bin/browser-sync.cmd | bat | gpl-2.0 | 190 |
cmd_networking/udhcp/lib.a := rm -f networking/udhcp/lib.a; ar rcs networking/udhcp/lib.a networking/udhcp/arpping.o networking/udhcp/common.o networking/udhcp/dhcpc.o networking/udhcp/dhcpd.o networking/udhcp/dhcprelay.o networking/udhcp/domain_codec.o networking/udhcp/dumpleases.o networking/udhcp/files.o networking... | muthumani2/Muthu-busybox | networking/udhcp/.lib.a.cmd | bat | gpl-2.0 | 451 |
@echo off
echo [CMMI] Production Facade stage Interface API documentation.
echo [Author] lingang.chen@gmail.com
set MVN=mvn
set MAVEN_OPTS=%MAVEN_OPTS% -XX:MaxPermSize=128m
echo [Step 1] Into Facade stage path.
cd ..
cd modules\common\service
call %MVN% clean site:site -Prefresh-synopsis
goto end
:end
pause | chenlg/jmms | tools/apidoc.bat | bat | apache-2.0 | 317 |
@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... | alexander-at-github/eta | docs/make.bat | bat | bsd-3-clause | 7,735 |
@echo off
SET TMP=C:\Temp
SET TEMP=C:\Temp
SET UVEXE=C:\Keil\UV4\UV4.EXE
echo.
echo Building DSP Library for Cortex-M0 Little Endian
%UVEXE% -rb arm_cortexM0x_math.uvproj -t"DSP_Lib CM0 LE" -o"DSP_Lib CM0 LE.txt" -j0
echo.
echo Building DSP Library for Cortex-M3 Little Endian
%UVEXE% -rb arm_cortexM3x_math.uvpr... | jmwilkosz/LAKITU_EvvGC | Libraries/CMSIS/DSP_Lib/Source/GCC/arm_cortexMx_math_Build.bat | bat | gpl-2.0 | 680 |
@echo off
SETLOCAL
SET ARGC=0
FOR %%x IN (%*) DO SET /A ARGC+=1
IF %ARGC% NEQ 2 (
echo Usage: %0 BindingIdInCamelCase BindingIdInLowerCase
exit /B 1
)
call mvn -s ../archetype-settings.xml archetype:generate -N -DarchetypeGroupId=org.eclipse.smarthome.archetype -DarchetypeArtifactId=org.eclipse.smarth... | Jamstah/openhab2-addons | addons/binding/create_openhab_binding_skeleton.cmd | bat | epl-1.0 | 658 |
@echo off
REM 1. Run doxygen
doxygen.exe doxygen.cfg
REM 2. Do some modificatios of the output
perl fix.pl | svn2github/MagicSetEditor | tools/doc/doxygen.bat | bat | gpl-2.0 | 118 |
@echo off
:: Variable
SET ARCH=%1
SET TYPE=%2
:: Default
IF [%1] == [] SET ARCH=64
IF [%2] == [] SET TYPE=static
:: Variable
IF "%TYPE%" == "static" (
SET QMAKE=C:\Qt\%QT_VERSION%\msvc2017_%ARCH%_static\bin\qmake
) ELSE IF "%TYPE%" == "ltcg" (
SET QMAKE=C:\Qt\%QT_VERSION%\msvc2017_%ARCH%_ltcg\bin\qmake
) ELSE (... | demonsaw/Code | ds4/code/4_router_cli/win.bat | bat | mit | 500 |
@echo off
rem ib.cmd - Invoke-Build helper for cmd.exe
rem ib.cmd must be in the same directory as Invoke-Build.ps1
if "%1"=="?" goto list
if "%1"=="/?" goto help
PowerShell.exe -NoProfile -ExecutionPolicy Bypass "& '%~dp0Invoke-Build.ps1' %*"
exit /B %errorlevel%
:list
PowerShell.exe -NoProfile -ExecutionPolicy By... | agileharbor/networkSolutionsAccess | tools/Invoke-Build/ib.cmd | bat | bsd-3-clause | 485 |
@echo off
REM $Id$
REM -- --------------------------------------------------------------
REM -- If you are having problems running "NMAKE", you probably
REM -- haven't configured the proper paths. Uncomment the following
REM -- line to help configure this properly. You will need to update
REM -- the line to... | rhuitl/uClinux | user/snort/src/win32/WIN32-Prj/build_releases.bat | bat | gpl-2.0 | 870 |
@echo off
REM src/tools/msvc/pgbison.bat
REM all the logic for this now belongs in pgbison.pl. This file really
REM only exists so you don't have to type "perl src/tools/msvc/pgbison.pl"
REM Resist any temptation to add any logic here.
@perl src/tools/msvc/pgbison.pl %*
| ovr/postgres-xl | src/tools/msvc/pgbison.bat | bat | mpl-2.0 | 272 |
ng build --prod alaska-ui && ng serve | simosabba/alaska | src/angular/alaska-ui/build-run.bat | bat | mit | 38 |
@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%
... | NarrativeTeam/geogotchi | docs/make.bat | bat | mit | 5,111 |
nuget pack Kassandra.Core\Kassandra.Core.csproj -Prop Configuration=Release
nuget pack Kassandra.Connector.Sql\Kassandra.Connector.Sql.csproj -Prop Configuration=Release -IncludeReferencedProjects | Zwedze/Kassandra | Kassandra/nuget_pack.bat | bat | mit | 196 |
for /f "delims=;" %%a in ('type CON') do %*
| mattman00000/forclip | forclip.bat | bat | mit | 44 |
powershell -Command "Invoke-WebRequest http://www.dependencywalker.com/depends22_x64.zip -OutFile depends.zip"
powershell.exe -nologo -noprofile -command "& { Add-Type -A 'System.IO.Compression.FileSystem'; [IO.Compression.ZipFile]::ExtractToDirectory('depends.zip', 'DependencyWalker\x64'); }"
del depends.zip
powers... | Seikilos/AutoDependencyDetector | Externals/GetDependencyWalker.bat | bat | mit | 624 |
::!/bin/csh -f
::*****************************************************************************
:: (c) Copyright 2012 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 intellect... | SLongofono/Senior_Design_Capstone | hdl/Ram2Ddr_RefComp/Source/Ram2DdrXadc_RefComp/ipcore_dir/ddr/example_design/sim/xsim_run.bat | bat | mit | 3,325 |
@echo off
cd ..\
karma start test\karma.conf.js
pause | rayzru/event-parser | test/test.cmd | bat | mit | 53 |
mvn verify | bink81/development-tools | windows/v.bat | bat | mit | 10 |
cmd_drivers/platform/built-in.o := rm -f drivers/platform/built-in.o; /home/rittik/android/kernel/toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-ar rcsD drivers/platform/built-in.o
| RittikBhowmik/Project-Crater-Kernel-GT-i9152 | drivers/platform/.built-in.o.cmd | bat | gpl-2.0 | 181 |
@echo off
:0
set num=
set /p num=ÇëÊäÈëÄãÒªÕûÀíµÄ´ÅÅÌÅÌ·û,±ÈÈçC,²»ÐèÒª´øÃ°ºÅ,ҪȫÅÌÕûÀíÇëÊäÈëÊý×Ö0:
if "%num%"=="" goto 0
set num=%num:~0,1%
if "%num%"=="0" goto 1
@echo.ÃüÁîÕýÔÚÔËÐÐ,ÇëÄÍÐĵȴý.
defrag %num%: -f
@start Chdiskclean.exe
@shutdown -s -t 10
:1
@echo.ÃüÁîÕýÔÚÔËÐÐ,ÇëÄÍÐĵȴý.
for %%1 in (c: d: e... | PureMoonStudio/Tools | External program/Diskclean.cmd | bat | gpl-2.0 | 461 |
cmd_fs/fat/file.o := /pub/CIS520/usr/arm/bin/arm-angstrom-linux-gnueabi-gcc -Wp,-MD,fs/fat/.file.o.d -nostdinc -isystem /net/files.cis.ksu.edu/exports/public/CIS520/usr/arm/bin/../lib/gcc/arm-angstrom-linux-gnueabi/4.3.3/include -Iinclude -I/net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/inc... | mjmccall/Kernel | fs/fat/.file.o.cmd | bat | gpl-2.0 | 25,410 |
cmd_drivers/mtd/tests/built-in.o := rm -f drivers/mtd/tests/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-ar rcsD drivers/mtd/tests/built-in.o
| FEDEVEL/tmp-imx6-tiny-rex-linux | drivers/mtd/tests/.built-in.o.cmd | bat | gpl-2.0 | 228 |
cmd_sound/mips/built-in.o := rm -f sound/mips/built-in.o; /opt/arm-2009q3/bin/arm-none-eabi-ar rcs sound/mips/built-in.o
| sembre/kernel_totoro_update3 | common/sound/mips/.built-in.o.cmd | bat | gpl-2.0 | 122 |
cmd_scripts/kconfig/kxgettext.o := gcc -Wp,-MD,scripts/kconfig/.kxgettext.o.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -DCURSES_LOC="<ncurses.h>" -DLOCALE -c -o scripts/kconfig/kxgettext.o scripts/kconfig/kxgettext.c
deps_scripts/kconfig/kxgettext.o := \
scripts/kconfig/kxgettext.c... | SeoDongMin/Gace_kernel | scripts/kconfig/.kxgettext.o.cmd | bat | gpl-2.0 | 1,761 |
cmd_fs/generic_acl.o := gcc -Wp,-MD,fs/.generic_acl.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-than=... | namgk/kernel-tut | fs/.generic_acl.o.cmd | bat | gpl-2.0 | 16,166 |
cmd_sound/soc/msm/qdsp6/built-in.o := /home/friedrich420/kernel/Toolchain/arm-eabi-4.7/bin/arm-eabi-ld -EL -r -o sound/soc/msm/qdsp6/built-in.o sound/soc/msm/qdsp6/q6asm.o sound/soc/msm/qdsp6/q6adm.o sound/soc/msm/qdsp6/q6afe.o sound/soc/msm/qdsp6/q6voice.o
| friedrich420/S4-GPE-AEL-Kernel-4.4.3 | sound/soc/msm/qdsp6/.built-in.o.cmd | bat | gpl-2.0 | 263 |
cmd_sound/pci/au88x0/built-in.o := rm -f sound/pci/au88x0/built-in.o; arm-linux-androideabi-ar rcsD sound/pci/au88x0/built-in.o
| hch-im/nexus4_kernel | sound/pci/au88x0/.built-in.o.cmd | bat | gpl-2.0 | 129 |
cmd_net/wireless/built-in.o := /home/ashishtanwer/goldfish3.10/../x86_64-linux-android-4.7/bin/x86_64-linux-android-ld -m elf_i386 -r -o net/wireless/built-in.o net/wireless/cfg80211.o
| ashishtanwer/NFTable-porting-on-Android-Goldfish | net/wireless/.built-in.o.cmd | bat | gpl-2.0 | 189 |
cmd_drivers/gpu/ion/built-in.o := /home/friedrich420/kernel/sm-arm-eabi-4.10/bin/arm-eabi-ld -EL -r -o drivers/gpu/ion/built-in.o drivers/gpu/ion/ion.o drivers/gpu/ion/ion_heap.o drivers/gpu/ion/ion_page_pool.o drivers/gpu/ion/ion_system_heap.o drivers/gpu/ion/ion_carveout_heap.o drivers/gpu/ion/ion_chunk_heap.o dr... | friedrich420/Note-3-Kernel | drivers/gpu/ion/.built-in.o.cmd | bat | gpl-2.0 | 484 |
ffmpeg.exe -s 1920x1080 -r 25 -y -i "gather/frame-%%05d.png" -threads 0 -b 9000k -bt 9000k -vpre libx264-slow -vcodec libx264 "output/Hurtigruten_timelapse_compressed.mp4"
pause | Islandstone/HurtigruteTimelapseGenerator | create_compressed.bat | bat | gpl-3.0 | 177 |
mkdir bin
copy /Y "..\..\..\pteidlib\Java\unsigned\pteid35libJava.jar" bin
copy /Y "..\..\..\pteidlib\Java\unsigned\pteid35libJava_Wrapper.dll" bin
echo rem Laucher for java sample > bin\run.bat
echo @IF EXIST get_exception.class goto RUN >> bin\run.bat
echo rem >> bin\run.bat
echo @echo First comp... | 12019/svn.gov.pt | _src/eidmw/sdk/samples/exception/Java/copy_binaries.bat | bat | gpl-3.0 | 695 |
@echo off
REM Command Switches: -list (list only view); -d (debug logging); -m (memory usage logging);
java -XX:+UseG1GC -XX:MaxGCPauseMillis=200 -Xms1g -Xmx3g -jar .\MFM.jar
REM Next entry is for 32 bit Java if 64 bit is not possible
REM java -XX:+UseG1GC -XX:MaxGCPauseMillis=200 -Xms1280m -Xmx1280m -jar .\MFM.jar
... | phweda/MFM | MFM.bat | bat | gpl-3.0 | 468 |
/******************************************************************************
*
* softuart_echo_ccs.cmd - CCS linker configuration file for softuart_echo.
*
* Copyright (c) 2012-2013 Texas Instruments Incorporated. All rights reserved.
* Software License Agreement
*
* Texas Instruments (TI) is supplyi... | trfiladelfo/unesp_mdt | boards/SW-TM4C-2.0.1.11577/examples/boards/dk-tm4c123g/softuart_echo/softuart_echo_ccs.cmd | bat | mpl-2.0 | 2,807 |
@set NDK_ROOT=%DEV_ROOT%\android\ndk
@set PATH=%NDK_ROOT%\prebuilt\windows-x86_64\bin;%NDK_ROOT%\toolchains\%1-%2\prebuilt\windows-x86_64\bin;%PATH%
@echo NDK_INC=%NDK_ROOT%\platforms\android-%3\arch-%4\usr\include > conf.inc
@echo PLATFORM_VER=%3 >> conf.inc
| prefetchnta/crhack | bat/gcc_android_ndk.bat | bat | lgpl-2.1 | 264 |
oscript .\onescript\run-behavior-check-session.os .\JSON\Main.json
| silverbulleters/vanessa-behavoir | tools/2 CheckBehavior.cmd | bat | apache-2.0 | 68 |
RD /S /Q .\dist\babylon.js
MD .\dist\babylon.js
XCOPY .\BabylonJsDemo\BabylonJsDemo\dist\* .\dist\babylon.js /S /I
RD /S /Q .\dist\chart.js
MD .\dist\chart.js
XCOPY .\ChartJsDemo\ChartJsDemo\dist\* .\dist\chart.js /S /I
RD /S /Q .\dist\dragula
MD .\dist\dragula
XCOPY .\DragulaDemo\DragulaDemo\dist\* .\dist\dragula /S... | Retyped/Demos | publish.bat | bat | apache-2.0 | 1,538 |
set CP=%JAVA_HOME%\jre\lib\rt.jar;..\..\lib\gloze.jar
set CP=%CP%;%JENA_HOME%\lib\xercesImpl.jar;%JENA_HOME%\lib\jena.jar;%JENA_HOME%\lib\commons-logging-1.1.1.jar;%JENA_HOME%\lib\icu4j_3_4.jar;%JENA_HOME%\lib\log4j-1.2.12.jar;%JENA_HOME%\lib\iri.jar
java -cp %CP% com.hp.gloze.GlozeURL http://www.agencexml.com/xslt... | stevebattle/Gloze | samples/GlozeURL/lift.bat | bat | apache-2.0 | 424 |
@echo off
REM Update source for glslang, spirv-tools, and shaderc
REM
REM Copyright 2016 The Android Open Source Project
REM Copyright (C) 2015 Valve Corporation
REM
REM Licensed under the Apache License, Version 2.0 (the "License");
REM you may not use this file except in compliance with the License.
REM You may obta... | sashinde/VulkanTools | build-android/update_external_sources_android.bat | bat | apache-2.0 | 6,365 |
@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
rem -----------------------------------------------------------------------------
rem -- setup path inf... | tkopacz/2017IotHubGatewaySDK | Demo_SRC/deps/umqtt/build_all/packaging/windows/rebuild_nugets.cmd | bat | mit | 4,184 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXWSFOLD.S07_FolderPermission.MSOXWSFOLD_S07_TC07_FolderPermissionAuthorLevel /testcontainer:..\..\MS-OXWSFOLD\TestSuite\bin\Debug\MS-OXWSFOLD_TestSuite.dll /runconfig:..\..\MS-OXWSFOLD\MS-OXWSFOLD.testsettings /unique
pause | XinwLi/Interop-TestSuites-1 | ExchangeWebServices/Source/Scripts/MS-OXWSFOLD/RunMSOXWSFOLD_S07_TC07_FolderPermissionAuthorLevel.cmd | bat | mit | 318 |
@echo off
cls
svn.exe update
pause | cqwang/mathnet-iridium | Update_Source.bat | bat | lgpl-2.1 | 41 |
@ECHO OFF
REM sphinx-apidoc --full --force -o . -H "Orange - Conformal Prediction" -A "Biolab" -V "1.0" ../cp
REM sphinx-apidoc --force --separate -o . ../cp ../cp/tests.py
call make.bat html
| tojojames/MVCP-Orange3 | doc/apidoc.bat | bat | lgpl-3.0 | 198 |
mkdir build
cd build
cmake ..
cd ..
pause
| myd7349/Ongoing-Study | cpp/CMake/vcpkg/vcpkg_check_features_test/build.bat | bat | lgpl-3.0 | 42 |
@echo off
REM
REM @(#)memory.bat 1.3 10/04/05
REM
REM Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
REM
REM Redistribution and use in source and binary forms, with or without
REM modification, are permitted provided that the following conditions are met:
REM
REM -Redistribution of source code ... | XClouded/t4f-core | javascript/java/src/main/tmp/scriptpad/src/scripts/memory.bat | bat | apache-2.0 | 2,010 |
@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... | django-json-api/rest_framework_ember | docs/make.bat | bat | bsd-2-clause | 7,285 |
@REM %1 = <Debug|Release>
@IF "%~1" == "" GOTO help
@ECHO Performing unit-test: TestCPU6502
.\%1\TestCPU6502.exe
@IF errorlevel 1 GOTO failed
@ECHO Performing unit-test: TestDebugger
.\%1\TestDebugger.exe
@if errorlevel 1 GOTO failed
@GOTO end
:failed
@ECHO Unit-test failed
EXIT /B 1
:help
@ECHO %0 "<Debug|Release... | kiyolee/applewin | test/UnitTests.bat | bat | gpl-2.0 | 328 |
if not exist .git exit 1
git config core.fileMode false
if errorlevel 1 exit 1
git describe --tags --dirty
if errorlevel 1 exit 1
for /f "delims=" %%i in ('git describe') do set gitdesc=%%i
if errorlevel 1 exit 1
echo "%gitdesc%"
if not "%gitdesc%"=="1.8.1" exit 1
git status
if errorlevel 1 exit 1
git diff
if errorleve... | sandhujasmine/conda-build | tests/test-recipes/metadata/source_git/bld.bat | bat | bsd-3-clause | 470 |
@echo off
Reflector --reflects /sql ./geolite2.sql /namespace MaxMind.geolite2 /split --language visualbasic
Reflector /MySQL.Markdown /sql ./geolite2.sql > "./geolite2-dev-docs.md" | SMRUCC/GCModeller | src/runtime/httpd/WebCloud/SMRUCC.WebCloud.GIS/MaxMind/MySQL/build.bat | bat | gpl-3.0 | 183 |
cl -c -Zm200 -O2 -DNDEBUG -MT -EHsc -GR -W4 -wd4710 -I"." -I"..\..\include" main.cpp
link /NOLOGO /SUBSYSTEM:CONSOLE /incremental:no /OUT:"main-msvc.exe" ..\..\lib\loki.lib main.obj
del *.obj
| lokicui/loki | test/Pimpl/make.msvc.bat | bat | apache-2.0 | 197 |
php ./merge.php
pause | marlonruo/wfc2015final | www/qr/tools/merge.bat | bat | apache-2.0 | 21 |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
REM set SPHINXBUILD=sphinx-build.exe
set SPHINXBUILD=C:\Python35\Scripts\sphinx-build.exe
)
set BUILDDIR=build
set DOXYGENDIR=doxygen
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% .
set I18NSPHINXOPTS=%SPHINXOPTS% .
if NOT "%PAPE... | nanodbc/nanodbc | doc/make.bat | bat | mit | 8,016 |
cd ..
cd ..
git clone https://github.com/yeerkkiller1/Interfaces
git clone https://github.com/yeerkkiller1/Extensions
git clone https://github.com/yeerkkiller1/MemoryManagement
chdir | yeerkkiller1/MVVM | updatebuild.bat | bat | mit | 184 |
gulp serve
pause | 2khc/LoL-Mathcraft | Client/gulp serve.bat | bat | mit | 16 |
set GOOS=linux
set GOARCH=amd64
go build | gzook/obnodeman | build-linux.bat | bat | mit | 40 |
@echo off
pushd %~dp0..\YakaC\javacc
call javacc Yaka.jj
cd ..
call javac *.java javacc\*.java Event\*.java Exception\*.java Parser\*.java Target\*.java
popd
| nhurman/yaka-compiler | bin/build.bat | bat | mit | 164 |
@ECHO OFF
PUSHD %~dp0
DEL /F /Q Assets.7z.*
.\Tools\7zip\7za.exe a -v500m Assets.7z Assets/models/*
POPD
PAUSE | jpvanoosten/VolumeTiledForwardShading | CompressAssets.bat | bat | mit | 113 |
@echo off
setlocal
call "%%SVNCMD_TOOLS_ROOT%%/make_url_canonical.bat" "%%URL%%"
set ERRORLEVEL_RETURNED=%ERRORLEVEL%
set "URL_RETURNED=%RETURN_VALUE%"
if %TESTLIB__OVERALL_TESTS% GTR %TESTLIB__CURRENT_TESTS% (
set "TEST_REPORT_PREFIX_STR=%TESTLIB__OVERALL_TESTS%`%TESTLIB__CURRENT_TESTS%"
) else set "TES... | andry81/svncmd | Tests/batscripts/.test_make_url_canonical/impl.bat | bat | mit | 1,068 |
wevtutil im %*
| jorj1988/InstrumentationManifestTools | tools/Install.bat | bat | mit | 15 |
call loadConfig "config.ini" GENERAL
call loadConfig "config.ini" SIT
SET PUTTY_FILE_SCRIPT=_deployment.txt
echo %JAVA_PATH%/bin/java -cp %WEBLOGIC_JAR% weblogic.Deployer -url %WEBLOGIC_ADMIN_URL% -user %WEBLOGIC_USER% -password %WEBLOGIC_PASSWORD% -deploy -name %DEPLOY_REST_NAME% -targets %DEPLOY_SERVER% -sour... | tommylsh/test20170719 | Desktop/maxim/UAT/deployment/SITdeployRest.bat | bat | epl-1.0 | 479 |
mvn archetype:generate -B -DarchetypeGroupId=org.openhab.archetype
-DarchetypeArtifactId=org.openhab.archetype.binding
-DarchetypeVersion=1.6.0-SNAPSHOT -Dauthor=g8kmh -Dversion=1.6.0-SNAPSHOT
-DartifactId=org.openhab.binding.plclogo
-Dpackage=org.openhab.binding.plclogo
-Dbinding-name=PLCLogo | g8kmh/openhab | bundles/binding/newbinding.bat | bat | epl-1.0 | 295 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.