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
start "" "c:\program files (x86)\microsoft lync\communicator.exe" ^& exit
exit | kubow/HAC | Links/Batch/Lync.bat | bat | unlicense | 89 |
@echo off
SETLOCAL enabledelayedexpansion
TITLE Elasticsearch Service ${project.version}
if NOT DEFINED JAVA_HOME goto err
if not "%CONF_FILE%" == "" goto conffileset
set SCRIPT_DIR=%~dp0
for %%I in ("%SCRIPT_DIR%..") do set ES_HOME=%%~dpfI
rem Detect JVM version to figure out appropriate executable to use
if not ... | Kamapcuc/elasticsearch | distribution/src/main/resources/bin/service.bat | bat | apache-2.0 | 6,374 |
@echo off
rem Wait for just long enough for the async-it.cmd script to start up and emit its verify message
rem Can't use Windows timeout command as it throws ERROR: Input redirection is not supported, exiting the process immediately.
rem timeout 1 /nobreak > nul
waitfor /T 2 xxx > nul
echo post-async-it
| mojohaus/exec-maven-plugin | src/it/projects/async/src/main/scripts/post-async-it.cmd | bat | apache-2.0 | 312 |
@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... | sujoyg/tool | vendor/ec2-api-tools-1.4.2.2/bin/ec2daz.cmd | bat | mit | 1,042 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXCPRPT.S05_RopCopyToWantAsynchronously_TestSuite.MSOXCPRPT_S05_RopCopyToWantAsynchronously_TestSuite /testcontainer:..\..\MS-OXCPRPT\TestSuite\bin\Debug\MS-OXCPRPT_TestSuite.dll /runconfig:..\..\MS-OXCPRPT\MS-OXCPRPT.testsett... | XinwLi/Interop-TestSuites-1 | ExchangeMAPI/Source/Scripts/MS-OXCPRPT/RunMSOXCPRPT_S05_RopCopyToWantAsynchronously_TestSuite.cmd | bat | mit | 338 |
chcp 65001
scripts/build ^
production ^
/ | maxim-kuzmin/Makc2017 | src/Makc2017.Apps.React/cmd/build.prod.iisexpress.cmd | bat | mit | 41 |
@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... | roberto-lagreca/alias | docs/make.bat | bat | gpl-2.0 | 7,251 |
cmd_lib/parser.o := /opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc -Wp,-MD,lib/.parser.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 -Wundef -Wstrict-prototypes ... | smx-smx/dsl-n55u-bender | release/src-ra/linux/linux-2.6.21.x/lib/.parser.o.cmd | bat | gpl-2.0 | 11,813 |
update_me.exe | patel344/Mr.Miner | Mr.Mining/MikeTheMiner/dist/Santas_helpers/update_miner.bat | bat | gpl-3.0 | 13 |
call mvn clean:clean
call mvn eclipse:clean
call mvn eclipse:eclipse
call mvn -Dmaven.test.skip=true package -U -Pdeploy
@pause | liqilun/iticket | package.bat | bat | apache-2.0 | 131 |
python d:\workspace\nbconvert\nbconvert.py -f latex recitation1.ipynb
pandoc recitation1.tex -o recitation1.pdf -s -S | hrayatnia/SciPy | ipython gallery/CS1001.py-master/knit.bat | bat | bsd-3-clause | 118 |
cmd_net/ipv6/ipv6_sockglue.o := gcc -Wp,-MD,net/ipv6/.ipv6_sockglue.o.d -nostdinc -iwithprefix include -D__KERNEL__ -Iinclude -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -O2 -pipe -msoft-float -mpreferred-stack-boundary=2 -march=i686 -Iinclude/asm-i386/mach-default -DKBUILD_BASENAME=... | binhqnguyen/lena | nsc/linux-2.6/net/ipv6/.ipv6_sockglue.o.cmd | bat | gpl-2.0 | 12,553 |
@echo off
bash sh\clean.sh
| osgcc/ryzom | nel/tools/3d/build_gamedata/1_clean.bat | bat | agpl-3.0 | 31 |
java -jar jbpt-pm-entropia-1.6.jar --help
pause | jbpt/codebase | jbpt-pm/target/help.bat | bat | lgpl-3.0 | 48 |
rem ---------------------------------------------------------------------------
rem Set CLASSPATH and Java options
rem
rem $Id: setclasspath.bat 545668 2007-06-09 00:18:22Z markt $
rem ---------------------------------------------------------------------------
rem Make sure prerequisite environment variables are... | nologic/nabs | client/trunk/Consoles/RemoteGate/tomcat/apache-tomcat-6.0.14/bin/setclasspath.bat | bat | gpl-2.0 | 2,471 |
RESTART 3600
WRITE_CONFIG config
FINISH
| polymer1/simpatico | examples/diblock/N32/md/restart.cmd | bat | gpl-3.0 | 56 |
@echo off
rem This is waf.bat from https://github.com/waf-project/waf/blob/master/utils/waf.bat
rem from issue #964
Setlocal EnableDelayedExpansion
rem Check Windows Version
set TOKEN=tokens=3*
ver | findstr /i "5\.0\." > nul
if %ERRORLEVEL% EQU 0 SET TOKEN=tokens=3*
ver | findstr /i "5\.1\." > nul
if %ERRORLEVEL% ... | Perelandric/ponyc | make.bat | bat | bsd-2-clause | 2,064 |
@echo off
REM build a pyzmq release on Windows
REM 32+64b eggs on Python 27, and wheels on 27, 34
REM that's 6 bdists
REM requires Windows SDK 7.0 (for py2) and 7.1 (for py3)
REM and Python installed in the locations: C:\Python34 (32b) and C:\Python34_64 (64b)
REM run with cmd /k $PWD/tools/release_windows.bat
setloc... | ArvinPan/pyzmq | tools/release_windows.bat | bat | bsd-3-clause | 1,188 |
del %SystemDrive%\DisconnectAll.signal /F
cmd /c schtasks /end /TN Negotiate_RDPConnect
cmd /c schtasks /end /TN DirectCredSSP_RDPConnect
cmd /c schtasks /end /TN DirectTls_RDPConnect
cmd /c schtasks /end /TN TriggerNetworkFailure
cmd /c schtasks /end /TN TriggerInputEvents
cmd /c taskkill /F /IM mstsc.exe
echo fi... | dongruiqing/WindowsProtocolTestSuites | TestSuites/RDP/Setup/Data/DisconnectAll.bat | bat | mit | 365 |
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: ::
:: This file is part of IfcOpenShell. ::
:: ... | IfcOpenShell/IfcOpenShell | win/build-all.cmd | bat | lgpl-3.0 | 2,570 |
MEMORY
{
PAGE 0 :
/* BEGIN is used for the "boot to SARAM" bootloader mode */
BEGIN : origin = 0x000000, length = 0x000002
RAMM0 : origin = 0x000122, length = 0x0002DE
RAMD0 : origin = 0x00B000, length = 0x000800
RAMLS0 : origin = 0x008000, length = 0x000800... | armink/rt-thread | bsp/tms320f28379d/libraries/common/cmd/2837xD_RAM_SWPrioritizedISR_lnk_cpu1.cmd | bat | apache-2.0 | 3,572 |
@echo off
IF DEFINED JAVA_HOME (
set JAVA="%JAVA_HOME%\bin\java.exe"
) ELSE (
FOR %%I IN (java.exe) DO set JAVA=%%~$PATH:I
)
IF NOT EXIST %JAVA% (
ECHO Could not find any executable java binary. Please install java in your PATH or set JAVA_HOME 1>&2
EXIT /B 1
)
set SCRIPT_DIR=%~dp0
for %%I in ("%SCRIPT_DIR%..... | njlawton/elasticsearch | distribution/src/main/resources/bin/elasticsearch.in.bat | bat | apache-2.0 | 1,039 |
@echo off
bash script\version %*
| pwaller/hub | script/version.bat | bat | mit | 34 |
@ECHO OFF
set java=java
set classpath=bin
set vmargs=-Xms1G -Xmx1G
set mainclass=com.runescape.Game
title Game Client
%java% %vmargs% -cp %classpath% %mainclass%
PAUSE | atomicint/aj8 | client/initialize.cmd | bat | isc | 170 |
@echo off
SET PATH=%PATH%;%~dp0
"%~dp0node" "%~dp0..\..\packages\NoGit.0.0.7\node_modules\nogit\bin\git.js" %* | cgjerdingen/AngularFunKata | packages/NoGit.0.0.7/content/.bin/git.cmd | bat | mit | 110 |
data
AAA_tree
ans
fc AAA.out ans.out || pause
%0 | xzj1997/AAA-Tree | test/check_AAA.bat | bat | mit | 48 |
ECHO OFF
REM usage :
REM run_on_dir.bat <list> <command>
REM
REM <list> : output from a DIR command with only files to process
REM <command> : command to execute against each files from the list
REM
REM example :
REM run_on_dir.bat dir.txt echo
set "list=%1"
set "command=%2"
for /F "tokens=4" %%a in (%... | thlabbe/C-sharp-utils | run_on_dir.bat | bat | mit | 354 |
@python build.py
| jeremejevs/battletag | build.bat | bat | mit | 18 |
@echo off
setlocal
pushd %~dp0\..
set VSCODEUSERDATADIR=%TMP%\vscodeuserfolder-%RANDOM%-%TIME:~6,5%
:: Tests in the extension host
call .\scripts\code.bat %~dp0\..\extensions\vscode-api-tests\testWorkspace --extensionDevelopmentPath=%~dp0\..\extensions\vscode-api-tests --extensionTestsPath=%~dp0\..\extensions\vscode... | rishii7/vscode | scripts/test-integration.bat | bat | mit | 1,780 |
cd ..\_compile\_helpers\worlds
call prepareScrollWorld2.bat
cd ..\..\..\ScrollWorld2 | kosmonautdnb/TheLandsOfZador | AsmPlus4/ScrollWorld2/_collect.bat | bat | mit | 84 |
REM Monero monero-wallet-cli Launcher, (c) 2016 bigreddmachine.
REM https://github.com/Monero-Monitor/monero-wallet-chrome
REM
REM This script allows monero-wallet-cli to be run in rpc mode easily and quickly. User passwords
REM are secured by passing them as a terminal input, rather than requiring them to be stored
RE... | Monero-Monitor/monero-wallet-chrome | scripts/Windows/MoneroWallet.bat | bat | mit | 4,379 |
/******************************************************************************/
/* lnk_msp430f2274.cmd - LINKER COMMAND FILE FOR LINKING MSP430F2274 PROGRAMS */
/* */
/* Ver | dd mmm yyyy | Who | Description of changes ... | fquinto/Wireless_sensor_network | MSP430_CCS_Source/Projects/eZ430RF/eZ430-RF2500_WSM/lnk_msp430f2274.cmd | bat | mit | 5,462 |
if not exist "%~dp0..\artifacts\build\netstandard1.0" mkdir "%~dp0..\artifacts\build\netstandard1.0"
if not exist "%~dp0..\artifacts\build\portable-net45+win+wpa81+wp80+MonoAndroid10+xamarinios10+MonoTouch10" mkdir "%~dp0..\artifacts\build\portable-net45+win+wpa81+wp80+MonoAndroid10+xamarinios10+MonoTouch10"
if not exi... | onovotny/ReferenceGenerator | scripts/BuildPackageLayout.cmd | bat | mit | 1,380 |
@set GEVENT_LOOP=uvent.loop.UVLoop
@set GEVENT_RESOLVER=gevent.resolver_thread.Resolver
@set GOAGENT_LISTEN_VISIBLE=1
@start "GoAgent" "%~dp0python27.exe" "%~dp0..\local\proxy.py"
| JerryXia/fastgoagent | goagent/local/uvent.bat | bat | mit | 180 |
cmd_drivers/video/modedb.o := arm-eabi-gcc -Wp,-MD,drivers/video/.modedb.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-p... | HCDRJacob/wildfire-kernel | drivers/video/.modedb.o.cmd | bat | gpl-2.0 | 146,850 |
cmd_/home/yutingkao23/ILC-with-LinuxCNC-ILCv1/src/wcomp.o := ld -m elf_i386 -r -o /home/yutingkao23/ILC-with-LinuxCNC-ILCv1/src/wcomp.o /home/yutingkao23/ILC-with-LinuxCNC-ILCv1/src/objects/hal/components/wcomp.o
| CalvinHsu1223/LinuxCNC-HAL-EtherCAT-Driver-with-ILC | src/.wcomp.o.cmd | bat | gpl-2.0 | 216 |
cmd_usr/initramfs_data.cpio := /bin/bash /root/streak/3/kern.bak/scripts/gen_initramfs_list.sh -o usr/initramfs_data.cpio -d
| DJSteve/StreakKernel | usr/.initramfs_data.cpio.cmd | bat | gpl-2.0 | 127 |
cmd_drivers/net/hamradio/built-in.o := rm -f drivers/net/hamradio/built-in.o; ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ar rcsD drivers/net/hamradio/built-in.o
| avareldalton85/rpi2-linux-rt | drivers/net/hamradio/.built-in.o.cmd | bat | gpl-2.0 | 208 |
cmd_sound/core/snd-rawmidi.o := /home/livlogik/android/ndk/android-ndk-r10e/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/bin/aarch64-linux-android-ld -EL -r -o sound/core/snd-rawmidi.o sound/core/rawmidi.o
| livlogik/Evil_Yummy_Gumdrop--Tmo-V10-Kernel | sound/core/.snd-rawmidi.o.cmd | bat | gpl-2.0 | 224 |
cmd_block/cfq-iosched.o := /pub/CIS520/usr/arm/bin/arm-angstrom-linux-gnueabi-gcc -Wp,-MD,block/.cfq-iosched.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/... | mjmccall/Kernel | block/.cfq-iosched.o.cmd | bat | gpl-2.0 | 24,816 |
cmd_/home/maximilian/projects/git-clean/ev3sources/lms2012/d_pwm/Linuxmod_AM1808/d_pwm.ko := arm-none-linux-gnueabi-ld -EL -r -T /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/scripts/module-common.lds --build-id -o /home/maximilian/projects/git-clean/ev3sources/lms2012/d_pwm/Linuxmod_AM1808/d_... | EAVR/EV3.14 | ev3sources/lms2012/d_pwm/Linuxmod_AM1808/.d_pwm.ko.cmd | bat | gpl-2.0 | 501 |
cmd_drivers/gpu/stub/built-in.o := rm -f drivers/gpu/stub/built-in.o; /home/aashir/android/toolchain/linaro/bin/arm-eabi-ar rcsD drivers/gpu/stub/built-in.o
| emwno/android_kernel_U8500 | drivers/gpu/stub/.built-in.o.cmd | bat | gpl-2.0 | 158 |
cmd_arch/arm/mm/pabort-v7.o := /opt/toolchains/arm-eabi-4.4.3/bin/arm-eabi-gcc -Wp,-MD,arch/arm/mm/.pabort-v7.o.d -nostdinc -isystem /opt/toolchains/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/home/cody/build_kernel/SGH-I927_Kernel/LiteKernel/LiteKERNEL/arch/arm/include -Iarch/arm/include/generated -Iinclu... | TeamGlide/LiteKernel | arch/arm/mm/.pabort-v7.o.cmd | bat | gpl-2.0 | 2,423 |
cmd_drivers/cpuidle/built-in.o := /home/friedrich420/kernel/sm-arm-eabi-4.10/bin/arm-eabi-ld -EL -r -o drivers/cpuidle/built-in.o drivers/cpuidle/cpuidle.o drivers/cpuidle/driver.o drivers/cpuidle/governor.o drivers/cpuidle/sysfs.o drivers/cpuidle/governors/built-in.o
| friedrich420/Note-3-Kernel | drivers/cpuidle/.built-in.o.cmd | bat | gpl-2.0 | 274 |
cmd_sound/sh/built-in.o := rm -f sound/sh/built-in.o; /home/adam/android/android-ndk-r5b/toolchains/arm-eabi-4.4.0/prebuilt/linux-x86/bin/arm-eabi-ar rcs sound/sh/built-in.o
| damageless/linux-kernel-ican-tab | sound/sh/.built-in.o.cmd | bat | gpl-2.0 | 175 |
cmd_net/ipv4/netfilter/iptable_nat.o := /home/yyoung.kim/Toolchain/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o net/ipv4/netfilter/iptable_nat.o net/ipv4/netfilter/nf_nat_rule.o net/ipv4/netfilter/nf_nat_standalone.o
| PrestigeMod/SHW-M440S | net/ipv4/netfilter/.iptable_nat.o.cmd | bat | gpl-2.0 | 246 |
set PYTHON_PATH=%PROGRAMFILES%\Python37
py -3 "%PYTHON_PATH%\Tools\i18n\pygettext.py" -o main.pot ..\main.pyw ..\settings.py
| Himura2la/FestEngine | src/locale/gettext.bat | bat | gpl-3.0 | 126 |
call python C:\Users\mmarius\Desktop\RAWSimO\Repo\Material\Scripts\experiment_client.py 131.234.154.43 net C:\Users\mmarius\Desktop\RAWSimO\Repo\RAWSimO.CLI\bin\x86\Debug\RAWSimO.CLI.exe C:\Users\mmarius\Desktop\RAWSimO\InstanceConfigSet C:\Users\mmarius\Desktop\RAWSimO\Repo C:\Users\mmarius\Desktop\RAWSimO\output 4
| merschformann/RAWSim-O | Material/Scripts/sample_script_call_client.cmd | bat | gpl-3.0 | 318 |
# Assumes that Debugging Tools for Windows is installed in C:\windbg
set DBGSDK_INC_PATH=C:\windbg\sdk\inc
set DBGSDK_LIB_PATH=C:\windbg\sdk\lib
set DBGLIB_LIB_PATH=C:\windbg\sdk\lib
REM build byakugan
build -cZMg
REM build injectsu
cd injectsu\
build -cZMg
cd ..
copy /Y i386\byakugan.dll C:\windbg... | cSploit/android.MSF | external/source/byakugan/setup.bat | bat | gpl-3.0 | 377 |
taskkill /F /IM php.exe
taskkill /F /IM Wscript.exe
taskkill /F /IM cmd.exe
| hisapi/his | his-server-installer-win-wget/kill-win-his-server.bat | bat | gpl-3.0 | 77 |
java -cp ..\bin Servidor temp server1
pause
| LuisAlho/ServerDirectoryFiles | PDTPFinal/BatchFiles/correServer.bat | bat | gpl-3.0 | 49 |
@echo off
REM uniCenta oPOS Touch Friendly Point of Sales designed for Touch Screen
REM Copyright (c) 2009-2014 uniCenta & previous Openbravo POS works
REM http://sourceforge.net/projects/unicentaopos
REM
REM This file is part of uniCenta oPOS
REM Contributed by John L
REM
REM uniCenta oPOS is free so... | itecfx/unicenta | ResetSeq.bat | bat | gpl-3.0 | 1,171 |
start javaw -cp "lib/pty4j-0.3.jar;lib/guava-14.0.1.jar;lib/jna.jar;lib/jna-platform.jar;lib/jsch-0.1.50.jar;lib/junit-4.10.jar;lib/jzlib-1.07.jar;lib/log4j-1.2.14.jar;lib/purejavacomm-0.0.17.jar;build/jediterm-pty-2.0.jar" com.jediterm.pty.PtyMain
| neoedmund/jediterm | jediterm-pty.bat | bat | lgpl-2.1 | 250 |
@echo off
runtime\bin\python\python_mcp runtime\updatemcp.py %*
pause
| HATB0T/RuneCraftery | forge/mcp/updatemcp.bat | bat | lgpl-3.0 | 70 |
@echo off
:: ===========================================================================
:: Product: QP-nano build script for PC-Lint(TM)
:: Last Updated for Version: 5.4.0
:: Date of the Last Update: 2015-04-15
::
:: Q u a n t u m L e a P s
:: -------------------------... | hyller/GladiatorCots | QP/v5.4.2/qpn/examples/arm-cm/dpp_ek-tm4c123gxl/lint/lin.bat | bat | unlicense | 2,088 |
@echo off
set BATCHDIR=%~dp0
if "%1"=="" (
echo t@CðwèµÄ¾³¢
pause
exit 0
)
set script=%BATCHDIR%\dumpbin.py
"C:\Program Files (x86)\IronPython 2.7\ipy.exe" "%script%" "%1"
pause
| bugoodby/bugoodbylib | script/py/dumpbin.bat | bat | unlicense | 214 |
@echo off
rem --------------------------------------------------------
rem Start JConsole with flow manager jar containing DTOs
rem --------------------------------------------------------
jconsole -J-Djava.class.path="%JAVA_HOME%/lib/jconsole.jar";"%JAVA_HOME%/lib/tools.jar";lib/ipf-commons-flow-${project.version}.j... | krasserm/ipf | tutorials/ref/start-console.bat | bat | apache-2.0 | 323 |
redis-server --service-uninstall --service-name "redis_slaver"
pause | jior/cluster | redis-slaver/redis-uninstallservice.bat | bat | apache-2.0 | 68 |
@echo off
python ..\closure\closure\bin\build\depswriter.py --root_with_prefix=". ../../../visualizer" > deps.js
python ..\closure\closure\bin\build\closurebuilder.py --root=. --root=..\closure --namespace="monoid.main" --output_mode=compiled --compiler_jar=..\closure\compiler.jar -f --warning_level=VERBOSE -f --extern... | sundbry/hwo-2014-monoid | visualizer/build.bat | bat | apache-2.0 | 390 |
conda install -y wxpython
conda update -y scipy numpy tables wxpython
pip install --upgrade pip rpy2
pip install --upgrade sten
ipython --c "import sten; sten.gui()"
http://www.r-bloggers.com/how-to-do-a-silent-install-of-r/
Install current R version
| jknebel/STEN | bin/sten_install.bat | bat | bsd-3-clause | 262 |
@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... | gradientzoo/python-gradientzoo | docs/make.bat | bat | bsd-3-clause | 7,742 |
rem helps installing socket.io on windows 7 with VS 2012 installed, alongside with other node modules
call npm install --msvs_version=2012
pause | lvnhmd/collab.js | npm_win_vs2012.cmd | bat | mit | 144 |
@erase lang.inc
@echo lang fix ru >lang.inc
@fasm free3d04.asm free3d04
@erase lang.inc
@pause | devlato/kolibrios-llvm | programs/demos/free3d04/trunk/build_ru.bat | bat | mit | 94 |
@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... | tabulate/tabulate3 | docs/make.bat | bat | gpl-2.0 | 6,705 |
mkdir "%APPDATA%\JetBrains\dotCover\v2.0\Plugins" 2> NUL
mkdir "%APPDATA%\JetBrains\dotCover\v2.0\Plugins\mspec" 2> NUL
copy /y Machine.Specifications.dll "%APPDATA%\JetBrains\dotCover\v2.0\Plugins\mspec"
copy /y Machine.Specifications.pdb "%APPDATA%\JetBrains\dotCover\v2.0\Plugins\mspec" > NUL
copy /y Machine.Spec... | JamesKovacs/cm-cqrs | src/packages/Machine.Specifications.0.7.0/tools/InstallDotCoverRunner.2.0.bat | bat | mit | 523 |
cmd_net/ipv6/ipv6.o := ld -m elf_i386 -r -o net/ipv6/ipv6.o net/ipv6/af_inet6.o net/ipv6/anycast.o net/ipv6/ip6_output.o net/ipv6/ip6_input.o net/ipv6/addrconf.o net/ipv6/sit.o net/ipv6/route.o net/ipv6/ip6_fib.o net/ipv6/ipv6_sockglue.o net/ipv6/ndisc.o net/ipv6/udp.o net/ipv6/raw.o net/ipv6/protocol.o net/ipv6/icmp.... | binhqnguyen/lena | nsc/linux-2.6/net/ipv6/.ipv6.o.cmd | bat | gpl-2.0 | 509 |
@echo off
:: Now we declare a scope
Setlocal EnableDelayedExpansion EnableExtensions
if not defined Configuration set Configuration=2015
if "%Configuration%"=="MinGW" ( goto :mingw )
set arch=x86
if "%platform%" EQU "x64" ( set arch=x86_amd64 )
if "%Configuration%"=="2015" (
set SET_VS_ENV="C:\Program Files (x86... | ignacio/lua-rapidjson | .scripts/set_compiler_env.bat | bat | mit | 993 |
node_modules\.bin\mocha --reporter nyan nativescriptsetup_tests & PAUSE | Plamen5kov/nativescript_windows_set_up | nativescriptsetup_tests/run_tests.bat | bat | mit | 71 |
@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... | partofthething/ace | doc/make.bat | bat | mit | 6,695 |
@echo off
If exist x:\windows\system32\IME\IMEReg.cmd call x:\windows\system32\IME\IMEReg.cmd
wpeinit
If exist x:\ghost\ghost32.exe start "" x:\ghost\ghost32.exe /split=2048
| morokoshi/Build-BootableWindowsPe | Windows PE Builder/Windows PE Builder/Templates/Base/x86/Windows/System32/startnet.cmd | bat | mit | 177 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\._eslint@2.13.1@eslint\bin\eslint.js" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\._eslint@2.13.1@eslint\bin\eslint.js" %*
) | levi1994/fast-console | node_modules/.bin/eslint.cmd | bat | mit | 214 |
@node etsi %*
| vladimir-kotikov/etsi | bin/etsi.bat | bat | mit | 15 |
@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... | jpritt/boiler | docs/make.bat | bat | mit | 6,701 |
@echo off
REM PHPSpec
REM
REM GNU LESSER GENERAL PUBLIC LICENSE
REM Version 3, 29 June 2007
REM
REM Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
REM Everyone is permitted to copy and distribute verbatim copies
REM of this license document, but changing it is not allowed.
REM
REM
REM This ... | manufy/PHP-BDD-YaCMS | Lib/PHPSpec-1.3.0beta/phpspec.bat | bat | mit | 8,510 |
@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... | 4383/rogue | docs/make.bat | bat | mit | 6,457 |
@echo off
setlocal
if "%1"=="" (
echo pe_profile ProblemNumber
exit /b
)
set CDIR=%~dp0
@echo on
python -m cProfile %CDIR%pe%1.py %*
@echo off
exit /b
| kittttttan/pe | py/pe/profile.bat | bat | mit | 159 |
cd C:\Program Files\MongoDB\Server\3.4\bin
mongod --dbpath "C:\MyFolder\Work\Projects\akvilor\data\db"
| donrebel/akvilor | 1_runMongoDB.bat | bat | mit | 110 |
@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... | rig-project/clib | site/make.bat | bat | mit | 7,240 |
@set scriptPath=%~f0&@powershell -NoProfile -ExecutionPolicy ByPass -InputFormat None "$s=[scriptblock]::create((gc \"%~f0\"|?{$_.readcount -gt 2})-join\"`n\");&$s" %*
@exit /b %errorlevel%
# markdown -> docx
param($mdFile = $(Read-Host "Enter markdown file path"))
$ErrorActionPreference = "stop"
$DebugPreferenc... | yukimemi/md2docx | md2docx.cmd | bat | mit | 14,573 |
@echo off
set branch=master
set version=1.1
:st
if not "%~1" == "" (
if /i "%~1" == "-b" set branch=%~2 & shift /2
if /i "%~2" == "-b" set branch=%~3 & shift /2
if /i "%~3" == "-b" set branch=%~4 & shift /2
if /i "%~4" == "-b" set branch=%~5 & shift /2
if /i "%~1" == "-v" set version=%~2 & shift /2
if /i ... | Berkmann18/Essencejs | deploy.bat | bat | mit | 2,586 |
"..\.nuget\NuGet.exe" push logging.0.9.1.nupkg | azraelrabbit/webstack | logging/push-nuget.bat | bat | mit | 46 |
#!/bin/sh
rem (c) Copyright 2009 - 2010 Xilinx, Inc. All rights reserved.
rem
rem This file contains confidential and proprietary information
rem of Xilinx, Inc. and is protected under U.S. and
rem international copyright and other intellectual property
rem laws.
rem
rem DISCLAIMER
rem This disclaimer is not a licens... | chrismasters/fpga-space-invaders | project/ipcore_dir/vram/implement/planAhead_ise.bat | bat | mit | 2,626 |
@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... | starboarder2001/outbit | docs/make.bat | bat | mit | 7,741 |
@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... | tevino/mongu | docs/make.bat | bat | mit | 6,699 |
@echo off
REM Fake makefile for Windows.
set OUTDIR=wout
set TARGET=TestMain.exe
if "%1" == "print" goto :print
if "%1" == "test" goto :test
if "%1" == "clean" goto :clean
:exe
echo Build %TARGET%
cd src
cl *.c /link /out:%TARGET%
set exitcode=%ERRORLEVEL%
set outdir1=..\%OUTDIR%
if not exis... | choksheak/C-GenericMap | wmake.bat | bat | mit | 967 |
SET JAVA_HOME=D:\SDKs\jdk1.7.0_80
gradlew desktop:dist
pause | gforcedev/alexml | Compile.bat | bat | mit | 62 |
zfc -i "C:\Users\y.kawai\Documents\neuecc\ZeroFormatter\sandbox\Sandbox.Shared\Sandbox.Shared.csproj" -o "here.cs" -c UNITY -u | neuecc/ZeroFormatter | nuget/check_zfc.bat | bat | mit | 126 |
cls
make && run
| spookiecookie/acm | build and run.bat | bat | mit | 18 |
cmd_sound/isa/sb/built-in.o := rm -f sound/isa/sb/built-in.o; arm-poky-linux-gnueabi-ar rcsD sound/isa/sb/built-in.o
| heyoufei2/yocto3.14.38_kernel | sound/isa/sb/.built-in.o.cmd | bat | gpl-2.0 | 118 |
cmd_drivers/i2c/chips/built-in.o := /home/gabe/arm-2009q3/arm-2009q3/bin/arm-none-linux-gnueabi-ld -EL -r -o drivers/i2c/chips/built-in.o drivers/i2c/chips/yda165_integ.o drivers/i2c/chips/gp2a_proximity.o drivers/i2c/chips/gp2a_light.o drivers/i2c/chips/gp2a_proc.o drivers/i2c/chips/fsa9480.o drivers/i2c/chips/k3g... | dagnarf/sgh-i717-dagkernel | drivers/i2c/chips/.built-in.o.cmd | bat | gpl-2.0 | 356 |
cmd_arch/arm/kernel/head.o := /home/pasquale/android/arm-2009q3/bin/arm-none-eabi-gcc -Wp,-MD,arch/arm/kernel/.head.o.d -nostdinc -isystem /home/pasquale/android/arm-2009q3/bin/../lib/gcc/arm-none-eabi/4.4.1/include -I/home/pasquale/Scrivania/FranciscoFranco_ICS_kernel/arch/arm/include -Iinclude -include include/gene... | p500-ics-cm9/Franco-ICS-Kernel | arch/arm/kernel/.head.o.cmd | bat | gpl-2.0 | 4,730 |
cmd_arch/arm/lib/memzero.o := /home/rms/EXP/scripts/gcc-wrapper.py arm-eabi-gcc -Wp,-MD,arch/arm/lib/.memzero.o.d -nostdinc -isystem /home/rms/android/system/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/home/rms/EXP/arch/arm/include -Iarch/arm/include/generated -Iinclude -inclu... | R-M-S/RMS_DragunKernal_V.10-MAX-8-29-2012_3.0.42 | arch/arm/lib/.memzero.o.cmd | bat | gpl-2.0 | 1,966 |
cmd_drivers/usb/usbip/built-in.o := rm -f drivers/usb/usbip/built-in.o; ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ar rcsD drivers/usb/usbip/built-in.o
| avareldalton85/rpi2-linux-rt | drivers/usb/usbip/.built-in.o.cmd | bat | gpl-2.0 | 199 |
cmd_drivers/hid/usbhid/built-in.o := /mnt/disk2/Dev/UG802/kernel/toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-ld.bfd -EL -r -o drivers/hid/usbhid/built-in.o drivers/hid/usbhid/usbhid.o
| aloksinha2001/picuntu-3.0.8-alok | drivers/hid/usbhid/.built-in.o.cmd | bat | gpl-2.0 | 191 |
cmd_fs/jffs2/compr.o := /opt/arm-2008q1/bin/arm-none-linux-gnueabi-gcc -Wp,-MD,fs/jffs2/.compr.o.d -nostdinc -isystem /data/linux/opt/arm-2008q1/bin/../lib/gcc/arm-none-linux-gnueabi/4.2.3/include -Iinclude -I/data/embedded/acer/acergit/linux/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__ -mlittle-en... | yohanes/Acer-BeTouch-E130-Linux-Kernel | fs/jffs2/.compr.o.cmd | bat | gpl-2.0 | 18,702 |
REM add commandline parameter for all RR applications. Like the -darkUI flag
set "RRCMD= " | michimussato/pypelyne2 | pypelyne2/payload/rr/7.0.29__installer/files/win__global.bat | bat | gpl-2.0 | 94 |
cmd_build_x86_64_linux/netdisk/des.o := gcc -Wp,-MD,build_x86_64_linux/netdisk/des.o.d -D_X86_64 -fno-strict-aliasing -fno-common -ffreestanding -fomit-frame-pointer -march=k8 -mtune=nocona -mno-red-zone -mcmodel=kernel -pipe -fno-reorder-blocks -funit-at-a-time -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -fno-stack-protect... | iocellnetworks/ndas4linux | 3.3.4/build_x86_64_linux/netdisk/des.o.cmd | bat | gpl-2.0 | 1,072 |
cmd_net/ipv4/netfilter/nf_conntrack_ipv4.o := /home/dman3285/CM10/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o net/ipv4/netfilter/nf_conntrack_ipv4.o net/ipv4/netfilter/nf_conntrack_l3proto_ipv4_compat.o net/ipv4/netfilter/nf_conntrack_l3proto_ipv4.o net/ipv4/netfilter/nf_conntrack_proto_icm... | AOSP-ZEUS/android_kernel_samsung_n1 | net/ipv4/netfilter/.nf_conntrack_ipv4.o.cmd | bat | gpl-2.0 | 325 |
cmd_usr/initramfs_data.o := /home/sinxoner18/android/kernel/scripts/gcc-wrapper.py /home/sinxoner18/android/kernel/toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-gcc -Wp,-MD,usr/.initramfs_data.o.d -nostdinc -isystem /home/sinxoner18/android/kernel/toolchains/arm-eabi-linaro-4.6.2/bin/../lib/gcc/arm-eabi/4.6.2/include ... | SinxOner/android_kernel_lge_p710 | usr/.initramfs_data.o.cmd | bat | gpl-2.0 | 1,930 |
:: 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.
:: Environment variables that control make.bat:
::
:: GOROOT_FINAL: The expected final Go root, baked into binaries.
:: The default is the location of the Go tr... | rupor-github/kindle | go_1.3.1/make.cmd | bat | gpl-2.0 | 3,689 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.