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% .
set I18NSPHINXOPTS=%SPHINXOPTS% .
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
set I18N... | antavelos/htmlgen | docs/make.bat | bat | bsd-3-clause | 6,461 |
echo off
set version=0.0.0
set /p version=Version [ MAJOR.MINOR.PATCH or 'enter' for %version% ]?:
docker rm --force yass
docker image rm --force yass
docker build --tag yass https://github.com/softappeal/yass.git#v%version%
docker create --name yass yass ./build.sh %version%
docker cp C:\Users\guru\OneDrive\data\... | softappeal/yass | build.bat | bat | bsd-3-clause | 564 |
composer self-update
composer update
composer install
| BenKucenski/QuickDRY | httpdocs/run_composer.bat | bat | bsd-3-clause | 64 |
copy shaders\*.* "%G2_SYSTEM_PATH%\GD3D11\shaders"
copy shaders\*.* "%G1_SYSTEM_PATH%\GD3D11\shaders"
| Katharsas/GD3D11 | D3D11Engine/InjectShaders.bat | bat | gpl-3.0 | 102 |
::
:: TerraME - a software platform for multiple scale spatially-explicit dynamic modeling.
:: Copyright (C) 2001-2017 INPE and TerraLAB/UFOP -- www.terrame.org
::
:: This code is part of the TerraME framework.
:: This framework is free software; you can redistribute it and/or
:: modify it under the terms of the GNU Le... | avancinirodrigo/terrame | jenkins/win/terrame-build-windows-10.bat | bat | lgpl-3.0 | 1,373 |
@echo off
setlocal
set "BOOTSTRAP_BAT=bootstrap.bat"
call "%BOOTSTRAP_BAT%" start
echo LIB_DIR:"%LIB_DIR%"
echo JAVA_HOME:"%JAVA_HOME%"
echo niubi-job has been started...
exit | wxb1989/jsedemo | src/bin/startup.bat | bat | apache-2.0 | 178 |
/******************************************************************************
*
* Default Linker Command file for the Texas Instruments TM4C129ENCPDT
*
* This is derived from revision 15071 of the TivaWare Library.
*
*****************************************************************************/
--retain=g_pfnV... | hoanghaiphan/acados | experimental/dang/cortex4m/test_ocp_qp_hpmpc/tm4c129encpdt.cmd | bat | lgpl-3.0 | 1,529 |
@echo off
pushd %~dp0
for /f "tokens=* USEBACKQ delims= " %%i in (`findstr /c:"NUnit.Console" "Tools\packages.csproj"`) do set NUNIT_VERSION=%%i
set NUNIT_VERSION=%NUNIT_VERSION:~51%
set NUNIT_VERSION=%NUNIT_VERSION:" />=%
set NANT="%~dp0Tools\nant\bin\NAnt.exe" -t:net-4.0
set BUILD_TOOL_PATH=%~dp0Tools\BuildTool\bin... | ngbrown/nhibernate-core | ShowBuildMenu.bat | bat | lgpl-2.1 | 11,267 |
REM curl test script for las2peer service
REM test authentication with test user alice
curl -v -X GET http://localhost:8080/example/validate --user alice:pwalice
PAUSE
REM more curl commandlines...
PAUSE
| rwth-acis/SWeVA-Repository-Service | doc/curl/script.bat | bat | bsd-3-clause | 207 |
REM
REM Copyright (c) 2016, The OpenThread Authors.
REM 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 1. Redistributions of source code must retain the above copyright
REM notic... | erja-gp/openthread | .appveyor/install_driver.cmd | bat | bsd-3-clause | 1,978 |
rem -Xms64m -Xmx2048m
@echo off
setlocal & pushd
set APP_ENTRY=org.tio.http.server.benchmark.TioBenchmarkStarter
set BASE=%~dp0
set CP=%BASE%\config;%BASE%\lib\*
java -server -Xverify:none -Xms1G -Xmx1G -Dpacket.handler.mode=queue -cp "%CP%" %APP_ENTRY%
endlocal & popd
| zloster/FrameworkBenchmarks | frameworks/Java/t-io/startup.bat | bat | bsd-3-clause | 274 |
call nuget pack Shields.Graphs\Shields.Graphs.csproj -IncludeReferencedProjects -Prop Configuration=Release -Verbosity detailed | timothy-shields/graphs | pack.bat | bat | mit | 127 |
REM Please set the Hotspot Name and Password below.
REM Do not change any other lines if you don't know what you're doing.
REM This file should run in Administrator mode.
REM Right click, and select Run as Administrator.
SET Name=Private
SET Password=12345678
REM Do not edit anything other than Name and Password.
ec... | xaneem/wifi-hotspot | hotspot.bat | bat | mit | 1,408 |
REM @echo off
REM REM comments preferred: http://stackoverflow.com/a/12407934
REM ~ t-mattmc@microsoft.com 2016-06-14
SET SVAUTH_ROOT=@SVAUTH_PATH@
SET model_name=vProgram
SET clean_name=progClean
if exist *.exe del *.exe
if exist *.pdb del *.pdb
if exist *.bpl del *.bpl
if exist corral_out_trace.txt del corral_out_t... | cs0317/SVAuth | vProgram-skeleton/vProgram/run.bat | bat | mit | 1,814 |
nuget pack ../OVHApi/OVHApi.csproj -Build -Prop Configuration=Release -IncludeReferencedProjects
nuget pack ../OVHApi.Sync/OVHApi.Sync.csproj -Build -Prop Configuration=Release -IncludeReferencedProjects
| vdaron/ovhapicil | Nuget/build.bat | bat | mit | 206 |
rem see https://cordova.apache.org/docs/en/latest/guide/hybrid/plugins/#publishing-plugins
npm publish %~dp0
| sitewaerts/cordova-plugin-document-viewer | npm_publish.bat | bat | mit | 109 |
:: Purpose: Runs a series of cleaners and anti-virus engines to clean up/disinfect a Windows PC (all Windows versions XP and up are supported)
:: Kevin Flynn: "Who's that guy?"
:: Program: "That's Tron. He fights for the User."
:: Requirements: 1. Administrator access
:: ... | PFCKrutonium/tron | tron.bat | bat | mit | 90,230 |
pushd "%~dp0"
set GOPATH=%CD%
set COMPILER_PATH="
if "%GO_HOME%" neq "" (
if exist "%GO_HOME%\bin\go.exe" (
set COMPILER_PATH="%GO_HOME%\bin\"
)
)
cd src
call "%COMPILER_PATH:"=%go" build -o ../MyStrategy.exe 2>../compilation.log
popd
| Irioth/go-codewizards | compile-go.bat | bat | mit | 263 |
@ECHO OFF
REM ~ Windows command line make file for Sphinx documentation
SETLOCAL
SET SPHINXOPTS=
SET SPHINXBUILD=sphinx-build
SET PAPER=
SET SRCDIR=source
IF "%PAPER%" == "" SET PAPER=a4
SET ALLSPHINXOPTS=-d build\doctrees -D latex_paper_size=%PAPER% %SPHINXOPTS% %SRCDIR%
FOR %%X IN (%SPHINXBUILD%.exe) DO SET P=%%~... | lifeinoppo/littlefishlet-scode | RES/REF/python_sourcecode/ipython-master/docs/make.cmd | bat | gpl-2.0 | 2,147 |
@echo off
rem ============================================================================
rem
rem $Id: make_w32.bat 9930 2013-03-06 20:33:32Z zsaulius $
rem
rem FILE: make_w32.bat
rem BATCH FILE FOR OPENWATCOM
rem
rem This is Generic File, do not change it. If you should require your own build
rem version, changes sho... | xharbour/core | make_w32.bat | bat | gpl-2.0 | 6,741 |
cmd_sound/core/built-in.o := /home/knesi/arm-2010q1/bin/arm-none-linux-gnueabi-ld -EL -r -o sound/core/built-in.o sound/core/snd.o sound/core/snd-timer.o sound/core/snd-pcm.o sound/core/snd-page-alloc.o sound/core/oss/built-in.o
| DrGrip/tiamat-2.6.38-LEO-Dr_Grip | sound/core/.built-in.o.cmd | bat | gpl-2.0 | 234 |
cmd_crypto/authenc.ko := ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ld -EL -r -T ./scripts/module-common.lds --build-id -o crypto/authenc.ko crypto/authenc.o crypto/authenc.mod.o
| avareldalton85/rpi2-linux-rt | crypto/.authenc.ko.cmd | bat | gpl-2.0 | 227 |
cmd_sound/pci/built-in.o := /home/jashaswee/vibex2/X2_ROW_L_OpenSource/arm-linux-androideabi-4.9/bin/arm-linux-androideabi-ld -EL -r -o sound/pci/built-in.o sound/pci/ac97/built-in.o sound/pci/ali5451/built-in.o sound/pci/asihpi/built-in.o sound/pci/au88x0/built-in.o sound/pci/aw2/built-in.o sound/pci/ctxfi/built-i... | jashasweejena/VibeKernel | sound/pci/.built-in.o.cmd | bat | gpl-2.0 | 866 |
cmd_arch/arm/crypto/sha512-arm-neon.o := ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ld -EL -r -o arch/arm/crypto/sha512-arm-neon.o arch/arm/crypto/sha512-armv7-neon.o arch/arm/crypto/sha512_neon_glue.o
| avareldalton85/rpi2-linux-rt | arch/arm/crypto/.sha512-arm-neon.o.cmd | bat | gpl-2.0 | 252 |
d:
cd d:\dayz\instances\Chernarus.2_Overpoch\BattlEye\bec
d:\dayz\scripts\Bec\Bec.exe -f bec-config.cfg --dsc | rmnelson/dayz | instances/Chernarus.2_Overpoch/BattlEye/bec/start_bec.bat | bat | gpl-2.0 | 109 |
@echo off
:: ==========================================================================
:: Product: qfsgen buld script for Win32 port with GNU (MinGW)
:: Last Updated for Version: 4.1.00
:: Date of the Last Update: Oct 11, 2009
::
:: Q u a n t u m L e a P s
:: ---------... | csitarichie/boost_msm_bare_metal | fw/ql/tools/qfsgen/win32/mingw/make.bat | bat | gpl-2.0 | 2,431 |
cmd_arch/arm/lib/xor-neon.ko := ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ld -EL -r -T ./scripts/module-common.lds --build-id -o arch/arm/lib/xor-neon.ko arch/arm/lib/xor-neon.o arch/arm/lib/xor-neon.mod.o
| avareldalton85/rpi2-linux-rt | arch/arm/lib/.xor-neon.ko.cmd | bat | gpl-2.0 | 255 |
cmd_drivers/tty/built-in.o := arm-none-linux-gnueabi-ld -EL -r -o drivers/tty/built-in.o drivers/tty/tty_io.o drivers/tty/n_tty.o drivers/tty/tty_ioctl.o drivers/tty/tty_ldisc.o drivers/tty/tty_buffer.o drivers/tty/tty_port.o drivers/tty/tty_mutex.o drivers/tty/pty.o drivers/tty/vt/built-in.o
| srinugnt2000/linux-2.6.37 | drivers/tty/.built-in.o.cmd | bat | gpl-2.0 | 299 |
del *.exe
del *.obj
call "%VS140COMNTOOLS%\..\..\VC\bin\vcvars32.bat"
cl /D _CONSOLE /W4 /O2 -Flua53.exe
| pavel-pimenov/flylinkdc-r5xx | lua/compile-lua-2015.bat | bat | gpl-2.0 | 108 |
cmd_libbb/xfuncs.o := arm-linux-musleabihf-gcc -Wp,-MD,libbb/.xfuncs.o.d -std=gnu99 -Iinclude -Ilibbb -include include/autoconf.h -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D"BB_VER=KBUILD_STR(1.22.1)" -DBB_BT=AUTOCONF_TIMESTAMP -Wall -Wshadow -Wwrite-strings -Wundef -W... | ThinkIntegrate/busybox | libbb/.xfuncs.o.cmd | bat | gpl-2.0 | 11,328 |
cmd_sound/core/snd-page-alloc.o := /home/ian/kernel/toolchain/prebuilt/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o sound/core/snd-page-alloc.o sound/core/memalloc.o
| sleshepic/epic_touch_kernel | sound/core/.snd-page-alloc.o.cmd | bat | gpl-2.0 | 166 |
@setlocal
@pushd "%~dp0"
@if not "%VisualStudioVersion%" == "" Set HAS_VSDEV=TRUE
@if not "%HAS_VSDEV%" == "TRUE" CALL "%VS140COMNTOOLS%VsDevCmd.bat" %1
for %%i in ( vs2015-Q8 vs2015-Q8-x64 ) do (
@CALL :FMD ..\%%i\bin
XCOPY /D /Y ..\VisualMagick\bin\*.* ..\%%i\bin
@CALL :FMD ..\%%i\lib
XCOPY /D /Y ..\VisualMagick... | kazuyaujihara/osra_vs | GraphicsMagick/vs2015/setup.bat | bat | gpl-2.0 | 460 |
cmd_lib/kobject.o := arm-eabi-gcc -Wp,-MD,lib/.kobject.o.d -nostdinc -isystem /usr/bin/../lib/gcc/arm-eabi/4.5.0/include -Iinclude -I/home/jacob/source/wildfire-kernel/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm/include -Wall -Wundef -Wstrict-prototypes -Wno-tri... | HCDRJacob/wildfire-kernel | lib/.kobject.o.cmd | bat | gpl-2.0 | 140,313 |
cmd_sound/pci/asihpi/built-in.o := rm -f sound/pci/asihpi/built-in.o; /home/gabe/arm-2009q3/arm-2009q3/bin/arm-none-linux-gnueabi-ar rcs sound/pci/asihpi/built-in.o
| dagnarf/sgh-i717-dagkernel | sound/pci/asihpi/.built-in.o.cmd | bat | gpl-2.0 | 166 |
cmd_sound/isa/gus/built-in.o := rm -f sound/isa/gus/built-in.o; /home/hacker/codesourcery/lite/bin/arm-none-linux-gnueabi-ar rcs sound/isa/gus/built-in.o
| wujiku/superstar-kernel-shooter-2.3.4gb | sound/isa/gus/.built-in.o.cmd | bat | gpl-2.0 | 155 |
set SLIDEPATH=C:\inetpub\wwwroot\courses-presentations\common\xslt
set SLIDECLASSPATH=C:\inetpub\wwwroot\courses-presentations\common\xslt\xalan\serializer.jar
set SLIDECLASSPATH=%SLIDECLASSPATH%;C:\inetpub\wwwroot\courses-presentations\common\xslt\xalan\xalan.jar
set SLIDECLASSPATH=%SLIDECLASSPATH%;C:\inetpub\wwwroot\... | illinois-dres-aitg/courses-presentations | common/xslt/slides-template.bat | bat | gpl-3.0 | 758 |
/* cmd/rename.cmd - NexusServV3
* Copyright (C) 2012-2013 #Nexus project
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any late... | Nexus-IRC/NexusServV3 | cmd/rename.cmd | bat | gpl-3.0 | 2,812 |
@echo off
if not "%ProgramFiles(x86)%"=="" goto x64
:x86
set copydir=%windir%\system32
goto next
:x64
set copydir=%windir%\syswow64
goto next
:next
if "%1" == "" goto all
if "%1" == "inst" goto inst
:inst
SET TYPE=%2
SET SEQNO=%3
SET DLLNAME=%4
SET PKGNAME=%5
SET PKGTITLE=%6
IF EXIST %copydir%\%DLLNAME% (
echo... | nanakochi123456/msruntime_installer | runtime/files/vb456/0install.bat | bat | gpl-3.0 | 815 |
echo off
setlocal enabledelayedexpansion
echo.
echo IMPORTING refrain_staging.api_cons_type
FOR %%f IN ("*.csv") DO (
set old=%%~dpnxf
set new=!old:\=\\!
"C:\Program Files\MySQL\MySQL Server 5.7\bin\mysql" -e "load data local infile '"!new!"' IGNORE into table refrain_staging.api_cons_type COLUMNS TERMINATED B... | reflaz/sql-scripts | refrain-tools/00-c-import/REFRAIN_TOOLS_STAGING/_MAPPING/API_CONS_TYPE/AA_API_CONS_TYPE.bat | bat | gpl-3.0 | 571 |
@echo off
if not exist 32 mkdir 32
cd 32
call ..\..\gitstall\files\utils\wget -c http://webmerge.ocbnet.ch/portable/webmerge-gm-x32.exe
call ..\..\gitstall\files\utils\wget -c http://webmerge.ocbnet.ch/portable/webmerge-jre7-x64.exe
call ..\..\gitstall\files\utils\wget -c http://webmerge.ocbnet.ch/portable/webmerge-... | mgreter/webmerge | pack/win/app/80-fetch-32.bat | bat | gpl-3.0 | 567 |
chcp 65001
cd tests
..\src\oscript\bin\x86\Release\net452\oscript.exe testrunner.os -runall .
if %ERRORLEVEL%==2 GOTO good_exit
if %ERRORLEVEL%==0 GOTO good_exit
exit /B 1
:good_exit
exit /B 0
| artbear/OneScript | appveyor-runtests.cmd | bat | mpl-2.0 | 197 |
@echo off
:WinNT
"%~dp0ruby" -x "%~f0" %*
@goto endofruby
#!ruby
# coding: utf-8
require 'tempfile'
require 'fileutils'
if ARGV.size != 1 || !File.directory?(ARGV[0])
$stderr.puts 'usage: tds_setup appname'
exit
end
CONF = {
'Gemfile' => [
[/\Agem\s+'sqlite3'\s*\z/, "gem 'activerecord-sqlser... | arton/ennou | bin/tds_setup.bat | bat | lgpl-2.1 | 1,535 |
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::
:: Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
:: Contact: http://www.qt-project.org/legal
::
:: This file is part of the Qt Installer Framework.
::
:: $QT_BEGIN_LICENSE:LGPL$
:: Commercial License Usage
:: Licensees holding ... | olear/qtifw | tests/test-installer/BatchSubstitute.bat | bat | lgpl-2.1 | 2,664 |
if not exist target md target
cd src\BasicModelInterfaceRunner\bin\Debug
..\..\..\..\tools\ILMerge.exe /targetplatform:"v4,c:\windows\Microsoft.NET\Framework\v4.0.30319" /target:exe /out:bmi-runner-merged.exe bmi-runner.exe BasicModelInterface.dll DocoptNet.dll
move /Y bmi-runner-merged.exe ..\..\..\..\target\bmi-r... | openearth/bmi-csharp | merge.cmd | bat | lgpl-3.0 | 330 |
@node "%~dp0buildfile.js" %*
| PubMatic/OpenWrap | build.cmd | bat | apache-2.0 | 29 |
SET ORG_DIR=%cd%
set LUA_LIB_DIR=objs\lua
set CORE_LIB=..\lua-resty-core-0.1.12\
set DNS_LIB=..\lua-resty-dns-0.19\
set LIMIT_TRAFFIC_LIB=..\lua-resty-limit-traffic-0.04\
set LOCK_LIB=..\lua-resty-lock-0.07\
set LRUCACHE_LIB=..\lua-resty-lrucache-0.06\
set MEMCACHED_LIB=..\lua-resty-memcached-0.14\
set MYSQL_LIB=..\lua... | LomoX-Offical/nginx-openresty-windows | src/nginx/restylib.bat | bat | bsd-2-clause | 1,395 |
@REM Copyright (c) 2014 Object Computing, Inc.
@REM All rights reserved.
@REM See the file license.txt for licensing information.
REM Setting up HighQueue environment
@REM HighQueue depends on MPC V 3.6 or later. (http://www.ociweb.com/products/mpc)
@REM HQTest and HQPerformance depend on BOOST V 1.57.0 or later. (ht... | dale-wilson/HighQueue | setup.cmd | bat | bsd-3-clause | 4,370 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXCPRPT.S01_GetPropertyIdQueryNameGetList_TestSuite.MSOXCPRPT_S01_GetPropertyIdQueryNameGetList_TestSuite6 /testcontainer:..\..\MS-OXCPRPT\TestSuite\bin\Debug\MS-OXCPRPT_TestSuite.dll /runconfig:..\..\MS-OXCPRPT\MS-OXCPRPT.tes... | XinwLi/Interop-TestSuites-1 | ExchangeMAPI/Source/Scripts/MS-OXCPRPT/RunMSOXCPRPT_S01_GetPropertyIdQueryNameGetList_TestSuite6.cmd | bat | mit | 343 |
cmd_drivers/base/power/sysfs.o := /opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc -Wp,-MD,drivers/base/power/.sysfs.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/linux/autoconf.h -Wall ... | matteocrippa/dsl-n55u-bender | release/src-ra/linux/linux-2.6.21.x/drivers/base/power/.sysfs.o.cmd | bat | gpl-2.0 | 12,276 |
taskkill /im javaw.exe | dawallet/burstwindowswallet | burstcoin-1.3.6/stop.bat | bat | gpl-3.0 | 22 |
@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%
... | nickchen-mitac/fork | docs/make.bat | bat | apache-2.0 | 6,996 |
del *.zip >nul 2>&1
del models\*.zip >nul 2>&1 | MorbusM59/meridian59-dotnet | Resources/script_del.cmd | bat | gpl-3.0 | 46 |
@ECHO OFF
REM %1 == ToolPath
REM %2 == ElfFile
REM %3 == MapFile
"%~1\objdump.exe" --wide --syms "%~2" > "%~3"
| CosmosOS/Cosmos | source/Cosmos.Build.Tasks/tools/cygwin/win/objdump.bat | bat | bsd-3-clause | 113 |
@echo off
:: This script is used to generate jsbinding glue codes.
:: Android ndk version must be ndk-r9b.
setlocal
:: You should modify PYTHON_ROOT and NDK_ROOT to work under your environment.
:: or just uncomment the follow 2 lines and set them.
:: set PYTHON_ROOT=C:/Python27
:: set NDK_ROOT=G:/android/android-ndk... | enkeli/pong | tools/bindings-generator/test/test.bat | bat | gpl-2.0 | 2,475 |
set JRUBY_BASE=%~dp0\..\jruby-1.7.11
set GEM_HOME=
set GEM_PATH=
set PATH=%JRUBY_BASE%\bin;%PATH%
%JRUBY_BASE%\bin\jruby.bat %*
| tomwscott/GoCD | tools/bin/go.jruby.bat | bat | apache-2.0 | 130 |
@echo OFF
SETLOCAL
REM -------------------------------------------------------------------------
REM Copyright (c) Microsoft Corporation. All rights reserved.
REM Licensed under the MIT License. See License.txt in the project root for
REM license information.
REM --------------------------------------------------------... | Azure/azure-storage-python | tests/run-storage.bat | bat | mit | 779 |
@ECHO OFF
cmd /c ""C:\Users\Public\Documents\IDE\processing-2.2.1\processing-java.exe" --present --force --sketch="C:\Users\Public\Documents\ADIS-IMU-Demo\Processing_IMU_Cockpit_Demo_1920x1080" --output="C:\Users\Public\Documents\ADIS-IMU-Demo\Processing_IMU_Cockpit_Demo_1920x1080\output"" | juchong/ADIS-IMU-Demo | Processing_IMU_Cockpit_Demo_1920x1080/IMU Cockpit Demo.bat | bat | mit | 291 |
copy LICENSE.md bin
copy README.md bin
"..\.nuget\NuGet.exe" pack email.nuspec -BasePath bin | azraelrabbit/webstack | email/pack-nuget.bat | bat | mit | 92 |
@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
set current-path=%~dp0
rem // remove trailing slash
set current-path=%current-path:~0,-1%
set build-r... | tkopacz/2017IotHubGatewaySDK | Demo_SRC/tools/build.cmd | bat | mit | 5,494 |
..\..\packages\YC.SDK\tools\YC.YaccConstructor.exe -i Parser.yrd
| ksmirenko/type-providers | src/Brahma.FSharp.OpenCL.OpenCLTranslator/genpars.cmd | bat | mit | 65 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\..\echo.js" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\..\echo.js" %*
)
| IndigoUnited/node-cross-spawn | test/fixtures/echo-cmd-shim.cmd | bat | mit | 163 |
set NVIM_PATH=%LOCALAPPDATA%\nvim
set WORK_DIR=%~d0%~p0
mklink /H %NVIM_PATH%\init.vim %WORK_DIR%\init.vim
mklink /D %NVIM_PATH%\conf.d %WORK_DIR%\conf.d
mklink /D %NVIM_PATH%\dein %WORK_DIR%\dein
| deresmos/deres.vimrc | setup.bat | bat | mit | 199 |
@PUSHD "%~dp0" & "..\..\..\launcher.exe" "play-psxdoom.ini"
| Kroc/PortaDOOM | PortaDOOM/files/wads/conversions/PSX/play.bat | bat | mit | 60 |
@ECHO OFF
set PYFILE=%~f0
set PYFILE=%PYFILE:~0,-4%.py
"python.exe" "%PYFILE%" %*
| emccode/viprcommand | ViPRCommand/bin/viprcommand.bat | bat | mit | 82 |
rem @echo off
set database=database.xml
set dir=.\xml
if EXIST Output goto Output_exists
mkdir Output
:Output_exists
if EXIST Working goto Working_exists
mkdir Working
:Working_exists
set nxslt=..\lib\nxslt\nxslt.exe
@echo === Apply Templates ===
%nxslt% %dir%\%database% Stylesheets\consolidate.xslt -o Working\data... | JoePlant/access-xml-doc | src/consolidate.cmd | bat | mit | 352 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\..\..\umd\bin\cli.js" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\..\..\umd\bin\cli.js" %*
) | gauravyeole/iDigBio-appliance | node_modules/browser-pack/node_modules/.bin/umd.cmd | bat | mit | 182 |
..\..\..\bin\i386-win32\fp.exe | lionell/competitive-programming | olymp/NetOI 2012/First Tour/fp.bat | bat | gpl-2.0 | 30 |
@echo off
REM Setup for compiling with Watcom C/C++ 10.0a in 32 bit mode (DOS4GW)
if .%CHECKED%==.1 goto checked_build
SET LIB=%SCITECH_LIB%\LIB\RELEASE\DOS32\WC10A;%WC10A_PATH%\LIB386\DOS;%WC10A_PATH%\LIB386;.
echo Release build enabled.
goto setvars
:checked_build
SET LIB=%SCITECH_LIB%\LIB\DEBUG\DOS32\WC10A;%WC10A_... | OS2World/DEV-UTIL-SNAP | bin-win32/wc10ad32.bat | bat | gpl-2.0 | 946 |
cmd_drivers/media/platform/msm/camera_v2/sensor/cci/built-in.o := /home/beto/toolchain/bin/arm-eabi-ld -EL -r -o drivers/media/platform/msm/camera_v2/sensor/cci/built-in.o drivers/media/platform/msm/camera_v2/sensor/cci/msm_cci.o
| IndieBeto/StockLP | drivers/media/platform/msm/camera_v2/sensor/cci/.built-in.o.cmd | bat | gpl-2.0 | 235 |
cmd_security/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 security/built-in.o security/commoncap.o security/min_addr.o
| paxchristos/R800x-2.3.3-Kernel | security/.built-in.o.cmd | bat | gpl-2.0 | 202 |
@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%"=... | robrtj/NeuralNetworkImageCompression | gradlew.bat | bat | gpl-2.0 | 2,410 |
cmd_net/unix/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/unix/built-in.o net/unix/unix.o
| ashishtanwer/NFTable-porting-on-Android-Goldfish | net/unix/.built-in.o.cmd | bat | gpl-2.0 | 173 |
cmd_drivers/hid/hid-gyration.ko := /opt/freescale/usr/local/gcc-4.4.4-glibc-2.11.1-multilib-1.0/arm-fsl-linux-gnueabi/bin/arm-none-linux-gnueabi-ld -EL -r -T /opt/freescale_sdk/L3.0.35_4.1.0_130816_source/ltib/rpm/BUILD/linux-3.0.35/scripts/module-common.lds --build-id -o drivers/hid/hid-gyration.ko drivers/hid/hid-g... | evan6200/cirrfy_pos | drivers/hid/.hid-gyration.ko.cmd | bat | gpl-2.0 | 361 |
@echo OFF
REM run-python34.bat
REM
REM Thanks to Mario64/LifeMushroom for the idea.
REM
REM This only works if:
REM - you have Python 3.4
REM - you installed Python 3.4 to the default location
REM - you installed all the other prerequisites (see readme.txt)
REM - this file is in the same folder as reggie.py
REM - you'r... | RoadrunnerWMC/Reggie-Next-2 | run-python34.bat | bat | gpl-3.0 | 448 |
rem @for %%i in (%1\Resources\PSP\*.xml) do %1\gzip -c "%%i" > %1\Resources\PSP\%%~ni.xml.gz
rem @for %%i in (%1\Resources\PSP\Abilities\*.xml) do %1\gzip -c "%%i" > %1\Resources\PSP\Abilities\%%~ni.xml.gz
rem @for %%i in (%1\Resources\PSP\Items\*.xml) do %1\gzip -c "%%i" > %1\Resources\PSP\Items\%%~ni.xml.gz
rem @for ... | Glain/FFTPatcher | PatcherLib.Resources/zipResources.bat | bat | gpl-3.0 | 2,290 |
@echo on
@echo **********************************************************************
@echo This is %WATCOM%\binw\gen_ci.bat.
@echo You can edit this batchfile to provide checkin ( and unlock )
@echo functionality to any generic revision control system.
@echo ******************************************************... | sparky4/owwolf3d | watcom/binw/gen_ci.bat | bat | gpl-3.0 | 415 |
mkdir x86
cd x86
cmake -DNO_CONSOLE_MODE=OFF -DINSTALL_WITH_CPACK=ON -G "Visual Studio 12" ../..
cmake --build . --config Release
cpack -DCPACK_GENERATOR=WIX -C Release
PAUSE | easyaspi314/MidiEditor | scripts_to_build/make_installer_win32.bat | bat | gpl-3.0 | 174 |
pyside-uic mainwindow.ui -o mainwindow_ui.py
pyside-uic testcaseviewer.ui -o testcaseviewer_ui.py | zhongzhu/searchmyworkspace | src/haha.bat | bat | gpl-3.0 | 97 |
@echo off
call bcc -mt -lt -N- -Z %1 %2 %3 %4 %5 %6 %7 %8 %9 attrib.c
if exist attrib.obj del attrib.obj>nul
| joyent/sdcboot | freedos/source/attrib/cc.bat | bat | mpl-2.0 | 112 |
@echo off
if %1==baseline goto baseline
:verify
if not exist verify mkdir verify
s:\mozilla\dist\bin\viewer -B 1 -o s:\mozilla\layout\html\tests\table\dom\verify\ -rd s:\mozilla\layout\html\tests\table\dom -f s:\mozilla\layout\html\tests\table\dom\file_list.txt
goto done
:baseline
s:\mozilla\dist\bin\viewer -o s:\moz... | tmhorne/celtx | layout/html/tests/table/dom/rtest.bat | bat | mpl-2.0 | 475 |
@ECHO OFF
rem added these paths and modified the SPHINXBUILD line to work with
rem PythonPortable -- FR
set PYTHONPATH=C:\apps\PythonPortable\App
set PATH=%PATH%;"%PYTHONPATH%"
set SPHINXPATH="%PYTHONPATH%\Lib\site-packages\sphinx"
REM Command file for Sphinx documentation
set SPHINXBUILD=python %SPHINXPATH%\sphin... | zoidy/wiggly | doc/xx.make.bat | bat | lgpl-3.0 | 6,697 |
pushd %~dp0 & javaw -cp CLASSPATH com.logginghub.logging.frontend.SwingFrontEnd | logginghub/core | logginghub-frontend/dist/frontend.bat | bat | apache-2.0 | 79 |
@echo off
::
:: The Batchography book by Elias Bachaalany
::
setlocal enabledelayedexpansion
:test-all
for %%a in (
test-create-with-size
test-find
test-delete
test-insert
test-love-story
) do (
echo --BEGIN %%a -------------------------------
call :%%a
echo --END %%a -------... | PassingTheKnowledge/Batchography | array-1d-funcs.bat | bat | apache-2.0 | 6,435 |
@echo off
set TUTORIAL_HOME=%USERPROFILE%\src\djangogirls
set /p github_username="What's your GitHub username? "
set /p github_email="What's your GitHub email? "
md %TUTORIAL_HOME%
cd %TUTORIAL_HOME% || exit /b
:: Start docker if it's not already running
docker-machine start
:: Create symlink inside the docker mach... | gsong/my-first-blog | setup.cmd | bat | apache-2.0 | 863 |
@call ContinuousIntegration\winbuild_priority_for_git_path.bat
@rem call with first argument being "1" if the ERRORLEVEL should be ignored (set to 0)
bash ContinuousIntegration/test_folder_tests.sh
@if "%~1"=="" goto keepErrorLevel
@if not "%~1"=="1" goto keepErrorLevel
@rem kill exit code of the test script, because ... | z00m128/sjasmplus | ContinuousIntegration/winbuild_mingw_tests.bat | bat | bsd-3-clause | 476 |
cmd_/test_ap/software/compat-wireless/drivers/net/b44.ko := ld -r -m elf_i386 -T /test_ap/software/linux-2.6.32.16/scripts/module-common.lds --build-id -o /test_ap/software/compat-wireless/drivers/net/b44.ko /test_ap/software/compat-wireless/drivers/net/b44.o /test_ap/software/compat-wireless/drivers/net/b44.mod.o
| hessan/wifoserver | software/compat-wireless/drivers/net/.b44.ko.cmd | bat | gpl-2.0 | 316 |
rem Reads environment variables JDK and ASDK if set.
rem Sets environment variables MYJDK, MYASDK, and MYCLASSPATH.
rem On failure, clears MYCLASSPATH.
set MYJDK=%JDK%
set MYASDK=%ASDK%
if %MYJDK%.==. set MYJDK=d:\jdk
if %MYASDK%.==. set MYASDK=d:\mw2\commdll
set MYCLASSPATH=%MYJDK%\lib\classes.zip;%MYASDK%\src\java;.... | BygoneWorlds/anet | src/rembld/vars.bat | bat | lgpl-2.1 | 539 |
SET bin_dir=%~dp0
SET TOP_DIR=%bin_dir%\..\..
SET INSTALL_DIR=%~f1
SET PORT=%2
SET zk=zookeeper-3.4.6
IF "%INSTALL_DIR%" EQU "" (
set INSTALL_DIR=%TOP_DIR%\zk
)
IF "%PORT%" EQU "" (
SET PORT=12181
)
TASKKILL /F /FI "WINDOWTITLE eq zk-%PORT% - %INSTALL_DIR%\%zk%\bin\zkServer.cmd"
TASKKILL /F /FI "WINDOWTITLE ... | qinzuoyan/rDSN | bin/Windows/stop_zk.cmd | bat | mit | 475 |
:: Turn off system messages
@echo off
:: Clear screen
cls;
:: Welcome message
echo.
echo **************************************************
echo * TerraMa2 Package Installer for Windows 64-bits *
echo **************************************************
echo.
:: ====
:: Where is script file
set "ROOT_DIR=%CD%"
:: Terra... | TerraMA2/terrama2 | packages/nsis-package/nsis-terrama2-msvc14.bat | bat | lgpl-3.0 | 2,856 |
@echo off
setlocal
:: attempt to add defalt Cygwin paths to Windows path
path C:\cygwin\bin;%PATH%
path C:\cygwin64\bin;%PATH%
:: allow Windows new lines in shell scripts with Cygwin
set SHELLOPTS=igncr
set ORTEST_TEMP_DIR=C:\temp
IF NOT EXIST %ORTEST_TEMP_DIR% mkdir %ORTEST_TEMP_DIR%
set DBNAME=%1
bash or_tests.ba... | clach04/OpenROAD_UnitTestFramework | or_tests.bat | bat | apache-2.0 | 342 |
@echo off
"C:\ffmpeg\bin\ffmpeg.exe" -y -itsoffset -00:00:00 -i %1 -itsoffset -00:00:00 -i %2 %3 | pedram7sd/WebRTC-Experiment | Record-Entire-Meeting/bat-files/merger.bat | bat | mit | 97 |
rem MIRACL Build Batch File
rem This batch files creates miracl.lib from its component parts
rem using the Microsoft 64-bit compiler, and the Microsoft LIB librarian utility
rem Also included are the commands to create some of the example programs
rem
rem Read your compiler documentation for further information
rem
r... | osu-crypto/BaRK-OPRF | thirdparty/win/miracl/miracl_osmt/include/ms64doit.bat | bat | unlicense | 3,374 |
@echo off
rem args:
rem %1 Number or requests
rem %2 Concurrency
rem %3 URL
set requests=%1
set concurrency=%2
set currentUrl=%3
install\bin\ab.exe -v INFO -n %requests% -c %concurrency% %currentUrl% | ngkim/cloudify-recipes | services/apacheLB/load.bat | bat | apache-2.0 | 203 |
rem Generate BAC-Assembler card decks from BALGOL transcription files.
pushd ..\BALGOL
..\tools\BAC-Xscript-Reformatter.wsf /q BALGOL-Main\BALGOL-Main.baca
..\tools\BAC-Xscript-Reformatter.wsf /q BALGOL-Overlay\BALGOL-Overlay.baca
..\tools\BAC-Xscript-Reformatter.wsf /q BALGOL-Library\ACOS.baca
..\tools\BAC-Xscript-Ref... | pkimpel/retro-220 | software/tools/BAC-DeckGen.cmd | bat | mit | 2,092 |
@rem Copyright (C) 2013-2015 MetaMorph Software, Inc
@rem Permission is hereby granted, free of charge, to any person obtaining a
@rem copy of this data, including any software or models in source or binary
@rem form, as well as any drawings, specifications, and documentation
@rem (collectively "the Data"), to de... | pombredanne/metamorphosys-desktop | metamorphosys/META/run_tests_console.cmd | bat | mit | 3,070 |
cmake --help >nul 2>&1
IF NOT %errorlevel%==9009 GOTO SUCCESS_HAS_CMAKE
IF EXIST "C:\Program Files (x86)\CMake\bin\cmake.exe" GOTO FOUND_CMAKE
:ERROR_NO_CMAKE
@echo #############################################
@echo.
@echo CMake is not installed (correctly)!
@echo.
@echo IMPORTANT: DURING INSTALLATION, CHANGE:
@echo ... | JJoosten/IndirectOcclusionCulling | Buildscripts/Tools/require_cmake.bat | bat | mit | 591 |
setenv bootpart 0:2
setenv flagpart 0:5
setenv bootdir /boot
setenv mmcroot /dev/mmcblk0p2 ro
setenv mmcrootfstype ext4 rootwait
if test -e mmc ${flagpart} two; then
if test -e mmc ${flagpart} two_ok; then
setenv bootpart 0:3
setenv mmcroot /dev/mmcblk0p3 ro
elif test ! -e mmc ${flagpart} two_tr... | jumpnow/meta-duovero | recipes-bsp/u-boot-scr/files/upgrader-boot.cmd | bat | mit | 1,032 |
@echo off
REM Deletes the Key Container called "MyContainer" on your local computer
%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_regiis.exe -pz MyContainer
REM Also delete the file:
del /s %~dp0ExportedContainers\MyContainer.xml
pause | jcefoli/.NETConfigSectionEncryption | scripts/07_Delete_KeyContainer.bat | bat | mit | 249 |
start /d "%~dp0" cmd.exe /K "git status" | GorosVi/Con16 | shell.cmd | bat | mit | 40 |
@ECHO OFF
SET ScriptDir=%~dp0
SET ScriptDir=%ScriptDir:~0,-1%
docker-machine stop
VBoxManage sharedfolder remove default --name "myrepository"
VBoxManage sharedfolder add default --automount --name "myrepository" --hostpath %ScriptDir%
docker-machine start
docker-machine ssh default 'sudo mkdir --parents /myreposi... | AlexChesser/docker-compose-drupal | CreateVMFileShare.cmd | bat | mit | 402 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.