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 BINDIR=%~dp0
call :RESOLVE "%BINDIR%\.." MARY_BASE
java -showversion -ea -Dserver.host=localhost -Dserver.port=59125 -jar "%MARY_BASE%\lib\marytts-client-5.0-jar-with-dependencies.jar"
goto :EOF
:RESOLVE
set %2=%~f1
goto :EOF
| quadrismegistus/litlab-poetry | marytts-5.0/bin/marytts-client.bat | bat | mit | 252 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_ASCAL.S01_CalendarElement.MSASCAL_S01_TC33_DeletePropertyOfException /testcontainer:..\..\MS-ASCAL\TestSuite\bin\Debug\MS-ASCAL_TestSuite.dll /runconfig:..\..\MS-ASCAL\MS-ASCAL.testsettings /unique
pause | OfficeDev/Interop-TestSuites | ExchangeActiveSync/Source/Scripts/MS-ASCAL/RunMSASCAL_S01_TC33_DeletePropertyOfException.cmd | bat | mit | 297 |
cmd_drivers/idle/built-in.o := rm -f drivers/idle/built-in.o; arm-linux-androideabi-ar rcsD drivers/idle/built-in.o
| MihawkHu/Android_scheduler | kernel/goldfish/drivers/idle/.built-in.o.cmd | bat | mit | 117 |
@echo off
del e:\firmware.bin
copy J2B_synthesizer_3.0.bin e: | ElektorLabs/J2B-Synthesizer | Firmware/J2B_synthesizer_3.0/Release/p.bat | bat | cc0-1.0 | 61 |
@echo off
call ..\_global\ModListGenerator\enable.bat | mikoweb/LS2013_rpmLimiter | mods-fw/rpmLimiter/enable.bat | bat | gpl-3.0 | 53 |
c:
set PATH=C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE;C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN;C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\Tools;C:\windows\Microsoft.NET\Framework\v3.5;C:\windows\Microsoft.NET\Framework\v2.0.50727;C:\Program Files (x86)\Microsoft Vi... | kctan0805/vdpm | share/gdal/gdal-2.0.0/scripts/vce2008_wine/build_vce2008.bat | bat | lgpl-2.1 | 817 |
REM initial latex
latex jules-verne.tex
REM make bibliography
bibtex jules-verne
REM make glossary
bibtex jules-verne.gls
REM make list of symbols
bibtex jules-verne.losa
REM make index
makeindex -s gatech-thesis-index.ist jules-verne.idx
REM twice more
latex jules-verne.tex
latex jules-verne.tex
REM make postscr... | kprussing/gatech-thesis | julesverne/bellswhistles/DO_postscript.bat | bat | gpl-2.0 | 353 |
@echo off
color 4
title YoU HaVE BEeN haCked by An0NYmOuS!!
echo
echo `/ohmMMNmdhhyyyhdmNMMmho/`
echo `+dMNho:.` `.:oyNMd+
echo `hMd. ... | exploi8/AA | DANGER/Duplicate text&Skull4/skullll.bat | bat | gpl-3.0 | 1,827 |
rem Create empty directories for package bundle
@echo off
IF "%PLATFORM%"=="x86" (
SET FOLDER_PLATFORM="32"
) ELSE IF "%PLATFORM%"=="x64" (
SET FOLDER_PLATFORM="64"
) ELSE (
echo "Platform %PLATFORM% is not supported"
exit 1
)
md %APPVEYOR_BUILD_FOLDER%\package
md %APPVEYOR_BUILD_FOLDER%\package\inclu... | Cinegy/srt | scripts/gather-package.bat | bat | mpl-2.0 | 1,657 |
@ECHO OFF
pushd %~dp0
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=python -msphinx
)
set SOURCEDIR=.
set BUILDDIR=../docs
set SPHINXPROJ=acados
if "%1" == "" goto help
if "%1" == "clean" goto clean
%SPHINXBUILD% >NUL 2>NUL
if errorlevel 9009 (
echo.
ech... | rienq/acados | webpage-source/make.bat | bat | lgpl-3.0 | 990 |
@ECHO OFF
set HOSTS=( main centos registry )
for %%i in %HOSTS% do (
vagrant up --provision %%i
vagrant halt %%i
)
| William-Yeh/docker-workshop | setup-vagrant.bat | bat | apache-2.0 | 134 |
@echo off
setlocal
REM Set intermediate env vars because the %VAR:x=y% notation below
REM (which replaces the string x with the string y in VAR)
REM doesn't handle undefined environment variables. This way
REM we're always dealing with defined variables in those tests.
set CHK_HOME=_%AWS_AUTO_SCALING_HOME%
if "%CHK_... | coen-hyde/dotfiles | libs/aws-autoscaling-cli/bin/as-create-auto-scaling-group.cmd | bat | mit | 511 |
@rem = '--*-Perl-*--
@echo off
if "%OS%" == "Windows_NT" goto WinNT
IF EXIST "%~dp0perl.exe" (
"%~dp0perl.exe" -x -S "%0" %1 %2 %3 %4 %5 %6 %7 %8 %9
) ELSE IF EXIST "%~dp0..\..\bin\perl.exe" (
"%~dp0..\..\bin\perl.exe" -x -S "%0" %1 %2 %3 %4 %5 %6 %7 %8 %9
) ELSE (
perl -x -S "%0" %1 %2 %3 %4 %5 %6 %7 %8 %9
)
goto end... | Dokaponteam/ITF_Project | xampp/perl/bin/cpanm.bat | bat | mit | 367,293 |
REM Register the Namespace
InnovaHxReg /R /N /Namespace:Spring.NET-1.0.2.2 /Description:"Spring.Aop" /Collection:COL_Spring-1.0.2.hxc
REM Register the help file (title in Help 2.0 terminology)
InnovaHxReg /R /T /namespace:Spring.NET-1.0.2.2 /id:Spring.NET-1.0.2-.NET-2.0 /langid:1033 /helpfile:Spring.NET.hxs
REM... | spring-projects/spring-net | doc/docx/Spring-1.0/net-2.0/RegisterHelp2.bat | bat | apache-2.0 | 486 |
:: Licensed to the Apache Software Foundation (ASF) under one
:: or more contributor license agreements. See the NOTICE file
:: distributed with this work for additional information
:: regarding copyright ownership. The ASF licenses this file
:: to you under the Apache License, Version 2.0 (the
:: "License"); you may... | meiercaleb/incubator-rya | extras/rya.merger/startup_scripts/merge_tool.bat | bat | apache-2.0 | 1,174 |
@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... | ellisonbg/nbgrader | nbgrader/docs/make.bat | bat | bsd-3-clause | 7,257 |
@echo off
REM
REM Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
REM DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
REM
REM This code is free software; you can redistribute it and/or modify it
REM under the terms of the GNU General Public License version 2 only, as
REM published b... | ohpauleez/soymacchiato | src/hotspot/agent/make/jcorewindbg.bat | bat | gpl-2.0 | 1,466 |
@rem
@rem Copyright 2015 the original author or authors.
@rem
@rem Licensed under the Apache License, Version 2.0 (the "License");
@rem you may not use this file except in compliance with the License.
@rem You may obtain a copy of the License at
@rem
@rem https://www.apache.org/licenses/LICENSE-2.0
@rem
@... | ev3dev-lang-java/ev3dev-lang-java | gradlew.bat | bat | mit | 2,925 |
@echo off
if "%1"=="" goto help
if "%1"=="?" goto help
if "%1"=="-?" goto help
if "%1"=="/?" goto help
if "%1"=="-h" goto help
if "%1"=="--help" goto help
if "%1"=="cr" goto cr
if "%1"=="coderoot" goto cr
if "%1"=="tr" goto tr
if "%1"=="testroot" goto tr
if "%1"=="br" goto br
if "%1"=="builtroot" go... | perfectsearch/sandman | code/sadm/sb.bat | bat | mit | 3,000 |
set FLASK_APP=.\Server\HelloWorld.py
python -m flask run | MichaelMGonzalez/JFlapToCode | site/run.bat | bat | mit | 56 |
python winsetup.py py2exe | lillian-lemmer/modconf | win32build.bat | bat | mit | 25 |
if exist "%ProgramFiles(x86)%\MSBuild\12.0\bin" goto msbuildx86
if exist "%ProgramFiles%\MSBuild\12.0\bin" goto msbuild
echo "Unable to detect suitable environment. Check if msbuild is installed."
exit 1
:msbuildx86
set msbuildpath=%ProgramFiles(x86)%\MSBuild\12.0\bin\
goto build
:msbuild
set msbuildpath=%ProgramFil... | mb3m/vcdifflibrary | build.cmd | bat | mit | 497 |
python_d -c "from winsys import tests; tests.run ()"
pause
| one2pret/winsys | run_tests.cmd | bat | mit | 61 |
if exist "dist" rd /q /s "dist"
md dist
md dist\csweb
copy index.html dist\
copy favicon.ico dist\
copy csweb\favicon.ico dist\csweb\
copy csweb\index.html dist\csweb\
copy csweb\m.html dist\csweb\
copy csweb\mode-json.js dist\csweb\
xcopy /S color dist\color\
xcopy /S css dist\css\
xcopy /S font-awesome dist\font-awes... | TNOCS/vr | create_dist.bat | bat | mit | 980 |
python -m ep.evaluate TestSet2 "GroundTruth" "GroundTruth_Segmentation.csv" "GroundTruth_Tracking.csv" Tracker /S "Tracker" "TrackerResults.txt" /Input "RawData" "BF"
| Fafa87/EP | examples/EVALUATE_TS2_TRACKER_DETAILS.bat | bat | mit | 167 |
openssl smime -sign -binary -signer certs\%2_cert.pem -inkey private\%2_key.pem -in plain\%1 -out cipher\%1.p7s -outform DER | ddt-tdd/openssl-pki | bin/sign.bat | bat | mit | 124 |
@ECHO OFF
SETLOCAL ENABLEDELAYEDEXPANSION
SET ROOT_PATH=build\vs2010\x64
if "%1" == "F" (
SET ROOT_PATH=!ROOT_PATH!\SATFile
SET MS=8192 0
SET ZS=1 0
SET EXT=nc4
SET WS=1
) ELSE (
SET MS=8192
SET ZS=1 0
SET EXT=wnc4
IF "%1" == "W" (
SET WS=1 4 16
) ELSE (
SET WS=1
)
)
SET BINS=32 64 96 ... | recheliu/wavelet-sat | test_query.bat | bat | mit | 1,700 |
rem This batch file generates the documentation for tweak-gui.
rem Clean the generated documentation folder, to remove any old documentation.
rd /s /q "generated_docs"
rem Delete any existing generated XML-format type information.
del types.xml
rem Build the XML-format type information.
haxe build.hxml
rem Generate... | Tw1ddle/tweak-gui | dox/generate_docs.bat | bat | mit | 469 |
if exist a:\debloat-windows.ps1 (
powershell -File a:\debloat-windows.ps1
)
| plossys/packer-windows | scripts/debloat-windows.bat | bat | mit | 78 |
echo caller.exe
call pp -o caller.exe ^
-M English ^
-M FileHandle ^
-M Compress::Raw::Zlib ^
-M Win32::Registry ^
-M File::Copy ^
caller.pl
| takke/pss-oald8-extractor | makepp.bat | bat | gpl-2.0 | 159 |
cmd_drivers/i2c/algos/built-in.o := rm -f drivers/i2c/algos/built-in.o; /home/playfulgod/Android/2.3.5/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ar rcs drivers/i2c/algos/built-in.o
| Jewbie/Kernel-2.6.32 | drivers/i2c/algos/.built-in.o.cmd | bat | gpl-2.0 | 197 |
cmd_sound/isa/ad1848/built-in.o := rm -f sound/isa/ad1848/built-in.o; /home/adam/android/android-ndk-r5b/toolchains/arm-eabi-4.4.0/prebuilt/linux-x86/bin/arm-eabi-ar rcs sound/isa/ad1848/built-in.o
| damageless/linux-kernel-ican-tab | sound/isa/ad1848/.built-in.o.cmd | bat | gpl-2.0 | 199 |
cmd_sound/pci/mixart/built-in.o := rm -f sound/pci/mixart/built-in.o; ar rcs sound/pci/mixart/built-in.o
| Existed/kernel-2.6.35.14 | sound/pci/mixart/.built-in.o.cmd | bat | gpl-2.0 | 106 |
cmd_drivers/usb/serial/oti6858.ko := ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ld -EL -r -T ./scripts/module-common.lds --build-id -o drivers/usb/serial/oti6858.ko drivers/usb/serial/oti6858.o drivers/usb/serial/oti6858.mod.o
| avareldalton85/rpi2-linux-rt | drivers/usb/serial/.oti6858.ko.cmd | bat | gpl-2.0 | 275 |
cmd_arch/arm/boot/msm8974-sec-hlte-r04.dtb := /home/friedrich420/kernel/note3/N900TKernel/scripts/dtc/dtc -O dtb -o arch/arm/boot/msm8974-sec-hlte-r04.dtb -b 0 -d arch/arm/boot/.msm8974-sec-hlte-r04.dtb.d arch/arm/boot/dts/msm8974/msm8974-sec-hlte-r04.dts
source_arch/arm/boot/msm8974-sec-hlte-r04.dtb := arch/arm/boot... | friedrich420/Note-3-AEL-Kernel | arch/arm/boot/.msm8974-sec-hlte-r04.dtb.cmd | bat | gpl-2.0 | 2,240 |
cmd_src/arm/omap3-n9.dtb = cpp -Wp,-MD,src/arm/.omap3-n9.dtb.d.pre.tmp -nostdinc -Iinclude -Isrc/arm -Itestcase-data -undef -D__DTS__ -x assembler-with-cpp -o src/arm/.omap3-n9.dtb.dts.tmp src/arm/omap3-n9.dts ; dtc -O dtb -o src/arm/omap3-n9.dtb -b 0 -i src/arm -d src/arm/.omap3-n9.dtb.d.dtc.tmp src/arm/.omap3-n9.dtb.... | marklendering/dtb-rebuilder-modified | src/arm/.omap3-n9.dtb.cmd | bat | gpl-2.0 | 964 |
cmd_drivers/block/built-in.o := /home/ar/android/aosp/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o drivers/block/built-in.o drivers/block/brd.o drivers/block/loop.o
| kannu1994/crespo_kernel | drivers/block/.built-in.o.cmd | bat | gpl-2.0 | 195 |
@echo off
echo set_dirs.bat
echo %SOURCEDIR%
set PY32=E:\python\Python34
set PY64=E:\python\Python34_64
set APPDIR=%APPDATA%\ovpn\bin\client\dist
set INNOCOMPILE="C:\Program Files (x86)\Inno Setup 6\Compil32.exe"
set EXE7Z="%PROGRAMFILES%\7-Zip\7z.exe"
set BITS=%~1
set PYCACHE=%SOURCEDIR%\__pycache__
set INCLUDESDIR... | ovpn-to/oVPN.to-Client-Software | set_dirs.bat | bat | gpl-2.0 | 2,917 |
cmd_drivers/char/hw_random/rng-core.o := /opt/freescale/usr/local/gcc-4.6.2-glibc-2.13-linaro-multilib-2011.12/fsl-linaro-toolchain/bin/arm-none-linux-gnueabi-ld -EL -r -o drivers/char/hw_random/rng-core.o drivers/char/hw_random/core.o
| FEDEVEL/tmp-imx6-tiny-rex-linux | drivers/char/hw_random/.rng-core.o.cmd | bat | gpl-2.0 | 240 |
cmd_drivers/net/wireless/built-in.o := rm -f drivers/net/wireless/built-in.o; /home/hacker/codesourcery/lite/bin/arm-none-linux-gnueabi-ar rcs drivers/net/wireless/built-in.o
| wujiku/superstar-kernel-shooter-2.3.4gb | drivers/net/wireless/.built-in.o.cmd | bat | gpl-2.0 | 176 |
cmd_net/ipv6/ip6_fib.o := /opt/arm-2008q1/bin/arm-none-linux-gnueabi-gcc -Wp,-MD,net/ipv6/.ip6_fib.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__ -mlittl... | yohanes/Acer-BeTouch-E130-Linux-Kernel | net/ipv6/.ip6_fib.o.cmd | bat | gpl-2.0 | 27,986 |
cmd_fs/autofs4/root.o := gcc -Wp,-MD,fs/autofs4/.root.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.6/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -O2 -fno-optimize-sibling-calls -mtune=generic -m64 -mno-re... | dnh34/proj1 | fs/autofs4/.root.o.cmd | bat | gpl-2.0 | 11,625 |
@ECHO OFF
pushd %~dp0
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set SOURCEDIR=.\source
set BUILDDIR=_build
set SPHINXPROJ=OcelotOptimizer
if "%1" == "" goto help
%SPHINXBUILD% >NUL 2>NUL
if errorlevel 9009 (
echo.
echo.The 'sphinx-build' command was not ... | iagapov/ocelot | optimizer/docs/make.bat | bat | gpl-3.0 | 790 |
@echo off
rem echo Generating NIEM 3.2 reference model JAXB bindings
rem xjc -verbose -catalog ..\xml\niem-3.2\xml-catalog.xml -b niem-3.2\bindings.xml ..\xml\niem-3.2\niem -d niem-3.2\src
rem for /r ..\xml\niem-3.2\niem %%i in (*.xsd) do ( echo %%i & xjc %%i -b niem-3.2\bindings.xml -d niem-3.2\src )
rem echo Co... | cabralje/niem-tools | build.bat | bat | gpl-3.0 | 1,559 |
set JAVA_OPTS=-XX:MaxPermSize=512m -Xms128m -Xmx1024m
REM set JAVA_HOME=C:\Program Files\Java\jre7
set CATALINA_HOME=./apache-tomcat
cd ..
call ./apache-tomcat/bin/startup.bat run
call ./crafter-deployer/start-deploy-agent.bat
cd ./bin | russdanner/studio2-installers | zip-install/studio/crafter/bin/startup.bat | bat | gpl-3.0 | 236 |
SchTasks /Delete /TN “My Task”
| CHEF-KOCH/regtweaks | Old/Windows 7/DeleteSchTasks.cmd | bat | mpl-2.0 | 36 |
C:\bin\rt11\rt11.exe LINK MAIN,SPRITE,SCREEN,SCTILE /MAP:OUTPUT.MAP
@if exist OUTPUT.MAP type OUTPUT.MAP
| nzeemin/uknc-brucelee | !link.bat | bat | lgpl-3.0 | 107 |
set SCALATEST=%SCALA_HOME%\lib\scalatest-1.6.1.jar
scala -cp "%SCALATEST%" org.scalatest.tools.Runner -p . -o -s %1 | diegopacheco/scala-playground | scala-test/scalatest.bat | bat | unlicense | 115 |
cmd_networking/inetd.o := gcc -Wp,-MD,networking/.inetd.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.25.1)" -DBB_BT=AUTOCONF_TIMESTAMP -Wall -Wshadow -Wwrite-strings -Wundef -Wstrict-protot... | rennman/copfvtci | build/busybox-1.25.1/networking/.inetd.o.cmd | bat | apache-2.0 | 10,999 |
sass ionic.app.scss ..\www\css\ionic\ionic.css
| nozelrosario/Dcare | scss/genarate.bat | bat | apache-2.0 | 48 |
pushd .
cd "src\TinyOSCore"
dotnet publish -r win-x64 --self-contained -p:PublishSingleFile=true -p:SuppressTrimAnalysisWarnings=true -p:EnableCompressionInSingleFile=true
copy "..\..\Sample Programs\*" bin\Debug\net6.0\win-x64\publish
pushd .
cd bin\Debug\net6.0\win-x64\publish
call testAll.bat
popd
popd
| shanselman/TinyOS | BuildAndRunAllTests.bat | bat | bsd-2-clause | 307 |
@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... | ActiDoo/gamification-engine | docs/make.bat | bat | mit | 5,122 |
rm -rf *.pyc
find . -name "*.pyc" -type f -delete | dikujepsen/OpenTran | v3.0/framework/delpyc.bat | bat | mit | 49 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXCRPC.S01_SynchronousCall.MSOXCRPC_S01_TC16_TestEcRRegisterPushNotification /testcontainer:..\..\MS-OXCRPC\TestSuite\bin\Debug\MS-OXCRPC_TestSuite.dll /runconfig:..\..\MS-OXCRPC\MS-OXCRPC.testsettings /unique
pause | OfficeDev/Interop-TestSuites | ExchangeMAPI/Source/Scripts/MS-OXCRPC/RunMSOXCRPC_S01_TC16_TestEcRRegisterPushNotification.cmd | bat | mit | 309 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_WOPI.MS_WOPI_S12_QueryChanges.TestCase_S12_TC04_QueryChanges_DataElementTypeFilter_ExcludeRevisionManifestDataElement /testcontainer:..\..\MS-WOPI\TestSuite\bin\Debug\MS-WOPI_TestSuite.dll /runconfig:..\..\MS-WOPI\MS-WOPI.test... | XinwLi/Interop-TestSuites-1 | FileSyncandWOPI/Source/Scripts/MS-WOPI/RunMSWOPI_S12_TC04.cmd | bat | mit | 342 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_WOPI.MS_WOPI_S13_PutChanges.TestCase_S13_TC17_PutChanges_ReturnAppliedStorageIndexIdEntries_One /testcontainer:..\..\MS-WOPI\TestSuite\bin\Debug\MS-WOPI_TestSuite.dll /runconfig:..\..\MS-WOPI\MS-WOPI.testsettings /unique
pause | XinwLi/Interop-TestSuites-1 | FileSyncandWOPI/Source/Scripts/MS-WOPI/RunMSWOPI_S13_TC17.cmd | bat | mit | 320 |
@echo off
:: Microsoft Azure CLI - Windows Installer - Author file components script
:: Copyright (C) Microsoft Corporation. All Rights Reserved.
::
:: This re-builds partial WiX files for use in cloning the repo after install.
:: heat.exe from the WiX toolset is used for this.
::
if "%CLIVERSION%"=="" (
echo "Set ... | samedder/azure-cli | packaged_releases/windows/scripts/prepareBuild.cmd | bat | mit | 5,315 |
@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... | RealTimeWeb/twitter | python/docs/make.bat | bat | gpl-2.0 | 6,481 |
@echo OFF
REM Copyright 2009, Google Inc.
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
REM met:
REM
REM * Redistributions of source code must retain the above copyright
REM notice, this ... | kuiche/chromium | o3d/documentation/ezt_formatter.bat | bat | bsd-3-clause | 1,722 |
set PATH=%PATH%;c:\Program Files\TeXLive\bin\win32
set TEXMFCNF=c:\Program Files\TeXLive\texmf-var\web2c
set TEXMFTEMP=c:\Program Files\TeXLive\temp
dvips.exe %1 %2 %3 %4 %5 %6 %7 %8 %9 | hiplayer/giac | giac/giac-1.5.0/src/dvips.bat | bat | gpl-2.0 | 188 |
@echo off
set WS_PORT=8880
set WS_DOCUMENT_ROOT=%CD%\public_html\
set WS_HANDLER_DIR=%CD%\websock_handlers\
xcopy mod_pywebsocket C:\Python26\lib\site-packages\mod_pywebsocket /S /Q /Y
call python mod_pywebsocket\standalone.py -p %WS_PORT% -w %WS_HANDLER_DIR% -d %WS_DOCUMENT_ROOT%
| frivoal/presto-testo | wpt/websockets/run_standalone.bat | bat | bsd-3-clause | 296 |
cmd_scripts/dtc/flattree.o := gcc -Wp,-MD,scripts/dtc/.flattree.o.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -Iscripts/dtc -Iscripts/dtc/libfdt -c -o scripts/dtc/flattree.o scripts/dtc/flattree.c
source_scripts/dtc/flattree.o := scripts/dtc/flattree.c
deps_scripts/dtc/flattree.o := \... | chase2534/gtab47.freekern | scripts/dtc/.flattree.o.cmd | bat | gpl-2.0 | 3,125 |
copy .\external\Apache\source-han-sans\SourceHanSans-Normal.ttc ..\src
| tenpoku1000/UEFI_FreeType_MSVC | fonts/cp_debug.cmd | 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... | tibabit/assert | docs/make.bat | bat | mit | 7,253 |
msbuild Ranta.Proxy.Net40\Ranta.Proxy.Net40.csproj /t:rebuild /p:configuration=release;DocumentationFile=bin\Release\Ranta.Proxy.xml;DebugType=none
msbuild Ranta.Proxy.Net45\Ranta.Proxy.Net45.csproj /t:rebuild /p:configuration=release;DocumentationFile=bin\Release\Ranta.Proxy.xml;DebugType=none
nuget pack Ranta.Proxy... | ranta-library/Ranta.Proxy | Ranta.Proxy.bat | bat | mit | 334 |
REM Get the path to the script and trim to get the directory.
@echo off
SET SZIP="C:\Program Files\7-Zip\7z.exe"
echo Setting path to current directory to:
SET pathtome=%~dp0
echo %pathtome%
SET projectName=MediaInfoANE
REM Setup the directory.
echo Making directories.
mkdir %pathtome%platforms
mkdir %pathtome%platf... | tuarua/MediaInfoANE | native_extension/ane/build-windows.bat | bat | mit | 2,174 |
@echo off
echo Running benchmark ...
pushd bin\Release
UBenchConsole.exe > output.txt
popd | izenkov/ubench.net | UBenchConsole/bench-to-file.cmd | bat | mit | 99 |
@echo off
title AceBot-v3 by Aceheliflyer (Updater)
cls
:Start
:: Update The Bot
echo.
echo Updating the bot...
cmd /c "git pull --all"
if /i "%errorlevel%" neq "0" (
<nul set /p "=Failed to update the bot with exit code %errorlevel%.)"
pause >nul
exit
) else (
echo Successfully updated the bot!
)
:: Install ... | Aceheliflyer/AceBot | scripts/Windows/update.bat | bat | mit | 740 |
:: Common variables used by all rbenv scripts
@ set RBENV_ROOT=%~dp0..
@ set RBENV_SHIMS=%RBENV_ROOT%\shims
@ set RBENV_VERSIONS=%RBENV_ROOT%\versions
@ set RBENV_GLOBAL=%RBENV_ROOT%\version.txt
| genezys/rbenv-cmd | libexec/common_vars.cmd | bat | mit | 204 |
xwavedit utt01.wav
xwavedit utt02.wav
xwavedit utt03.wav
xwavedit utt04.wav
xwavedit utt05.wav
xwavedit utt06.wav
xwavedit utt07.wav
xwavedit utt08.wav
xwavedit utt09.wav
xwavedit utt10.wav
xwavedit utt100.wav
xwavedit utt101.wav
xwavedit utt11.wav
xwavedit utt12.wav
xwavedit utt13.wav
xwavedit utt14.wav
xwavedit utt15... | TeamSPoon/logicmoo_workspace | packs_sys/logicmoo_nlu/ext/regulus/Examples/Calendar/corpora/JapDataCollSep2008/edit_wavfiles_mayuko.bat | bat | mit | 1,921 |
@REM Tell meteor where local packages directories are
@set PACKAGE_DIRS=..\..\..\
@meteor run %*
| dandv/meteor-webix | examples/crud/run.bat | bat | mit | 97 |
@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... | unhangout/django-channels-presence | docs/make.bat | bat | mit | 6,737 |
%windir%\Microsoft.NET\Framework\v4.0.30319\regasm.exe "%~dp0SwapFileNamesShellExtension.dll" /codebase /unregister
PAUSE
| ahelmberger/SwapFileNamesShellExtension | SwapFileNamesShellExtension/uninstall.bat | bat | mit | 122 |
REM ****** call bin\win32\luajit.exe lua\http-server.lua
ECHO OFF
SETLOCAL
set MACHINE=32
IF [%1]==[] (
REM ECHO "Using 32bit execution."
set MACHINE=32
) ELSE (
REM ECHO "Using 64bit execution."
set MACHINE=64
)
set PATH=bin/win%MACHINE%
set LD_LIBRARY_PATH=bin\win%MACHINE%
bin\win%MACHINE%\luajit.exe lua\http-s... | dlannan/webdruino | release/run_WebDruino.bat | bat | mit | 329 |
@echo off
champ.exe .\source .\output --watch | lukevenediger/multi-services-group | build.bat | bat | mit | 45 |
@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... | hansele/oivaltaminen | infrastructure/apache-tomcat-8.0.23/bin/service.bat | bat | gpl-2.0 | 6,136 |
cmd_drivers/video/msm/built-in.o := arm-eabi-ld -EL -r -o drivers/video/msm/built-in.o drivers/video/msm/msm_fb.o drivers/video/msm/mdp.o drivers/video/msm/mdp_hw_legacy.o drivers/video/msm/mdp_ppp.o drivers/video/msm/mdp_ppp31.o drivers/video/msm/mdp_lcdc.o
| NooNameR/Sense4.0-kernel | drivers/video/msm/.built-in.o.cmd | bat | gpl-2.0 | 264 |
cmd_arch/arm/lib/csumpartialcopyuser.o := /home/algesat/kernel/scripts/gcc-wrapper.py /home/algesat/arm-eabi-4.7/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.csumpartialcopyuser.o.d -nostdinc -isystem /home/algesat/arm-eabi-4.7/bin/../lib/gcc/arm-eabi/4.7/include -I/home/algesat/kernel/arch/arm/include -Iarch/arm/include/ge... | Algesat/BladeApex2 | arch/arm/lib/.csumpartialcopyuser.o.cmd | bat | gpl-2.0 | 2,373 |
cmd_arch/arm/lib/csumpartialcopy.o := /home/pasquale/android/arm-2009q3/bin/arm-none-eabi-gcc -Wp,-MD,arch/arm/lib/.csumpartialcopy.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 -incl... | p500-ics-cm9/Franco-ICS-Kernel | arch/arm/lib/.csumpartialcopy.o.cmd | bat | gpl-2.0 | 1,953 |
cmd_arch/arm/kernel/fiqasm.o := ../prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/bin/arm-eabi-gcc -Wp,-MD,arch/arm/kernel/.fiqasm.o.d -nostdinc -isystem /media/mwilson/SSD/NU3001/kk4.4.2-rk/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/bin/../lib/gcc/arm-eabi/4.6.x-google/include -I/media/mwilson/SSD/NU3001/kk4.4.2-rk/kernel/ar... | Zaphod-Beeblebrox/kernel_rockchip_rk3188 | arch/arm/kernel/.fiqasm.o.cmd | bat | gpl-2.0 | 2,185 |
cmd_fs/nfs/blocklayout/built-in.o := rm -f fs/nfs/blocklayout/built-in.o; /home/josh/gcc-linaro-arm-linux-gnueabihf-4.7-2013.04-20130415_linux/bin/arm-linux-gnueabihf-ar rcsD fs/nfs/blocklayout/built-in.o
| JoinTheRealms/TF700-dualboot-stockbased | fs/nfs/blocklayout/.built-in.o.cmd | bat | gpl-2.0 | 206 |
cmd_net/wireless/built-in.o := /home/erik/froyo/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ld -EL -r -o net/wireless/built-in.o net/wireless/wext.o
| kingklick/kk-evo-kernel | net/wireless/.built-in.o.cmd | bat | gpl-2.0 | 167 |
@ECHO OFF
SET BIN_TARGET=%~dp0/../vendor/davedevelopment/phpmig/bin/phpmig
php "%BIN_TARGET%" %*
| AshniSukhoo/UOM_connect | bin/phpmig.bat | bat | gpl-2.0 | 97 |
cmd_arch/arm/lib/setbit.o := /pub/CIS520/usr/arm/bin/arm-angstrom-linux-gnueabi-gcc -Wp,-MD,arch/arm/lib/.setbit.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/Ker... | mjmccall/Kernel | arch/arm/lib/.setbit.o.cmd | bat | gpl-2.0 | 1,626 |
cmd_arch/arm/nkernel/pmu9p.o := /opt/arm-2008q1/bin/arm-none-linux-gnueabi-gcc -Wp,-MD,arch/arm/nkernel/.pmu9p.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__KERN... | yohanes/Acer-BeTouch-E130-Linux-Kernel | arch/arm/nkernel/.pmu9p.o.cmd | bat | gpl-2.0 | 14,007 |
cmd_sound/atmel/built-in.o := rm -f sound/atmel/built-in.o; /space/android/system/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ar rcs sound/atmel/built-in.o
| asopov/linux-tpt-2.6.39 | sound/atmel/.built-in.o.cmd | bat | gpl-2.0 | 170 |
cmd_arch/arm/common/built-in.o := arm-poky-linux-gnueabi-ld -EL -r -o arch/arm/common/built-in.o arch/arm/common/firmware.o
| heyoufei2/yocto3.14.38_kernel | arch/arm/common/.built-in.o.cmd | bat | gpl-2.0 | 129 |
SET CPP="C:\Mingw\bin\g++"
SET CFLAGS="-Wall -std=gnu++11"
SET LDFLAGS="-LC:\MinGW\lib -lallegro -lallegro_image -lallegro_primitives -lallegro_font -lallegro_ttf -lGL -lGLU"
SET INCLUDE="-IC:\MinGW\include -IC:\MinGW\include\allegro5"
SET FLAGS="-lmingw32 --static -IC:\MinGW\include\allegro5 -LC:\MinGW\l... | baskerbill/Core | Core/allegro/sidescroller/srcEditor/testmake.bat | bat | gpl-3.0 | 782 |
@echo off
for /l %%r in (1,1,1) do (
echo Empieza el algoritmo
echo ***************************
echo ***************************
for %%n in (65536,262144) do (
"Tracker" videos/fingers480.mp4 %%n 1 >> "resCompleto/SecCompleto.txt"
"CpuPTracker" videos/fingers480.mp4 %%n 1 >> "resCompleto/CpuCompleto.t... | rotty11/Pfc | x64/Release/scriptCompleto.bat | bat | gpl-3.0 | 472 |
@ECHO OFF
IF NOT "%~f0" == "~f0" GOTO :WinNT
@"c:\Ruby21-x64\bin\ruby.exe" "c:/repos/refridged/.gem/2.1/ruby/2.1.0/bin/sass" %1 %2 %3 %4 %5 %6 %7 %8 %9
GOTO :EOF
:WinNT
@"c:\Ruby21-x64\bin\ruby.exe" "%~dpn0" %*
| trisys3/refridged | .gem/2.1/ruby/2.1.0/bin/sass.bat | bat | gpl-3.0 | 211 |
java -cp ".;../build/itext-1.4.8.jar;../build/itext-2.1.7.jar;../build/iText-rtf-2.1.7.jar;../build/commonos.jar;../build/clientos.jar;../build/jnlp.jar;../build/jcalendar.jar;../build/log4j-1.2.7.jar;../build/poi-2.0-RC2-20040102.jar;../build/pooler.jar;../build/serveros.jar;../build/jnlp-servlet.jar;../build/hsqldb.j... | mcarniel/oswing | classes/runDemo16.bat | bat | lgpl-2.1 | 348 |
@SET VSINSTALLDIR=C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\IDE
@SET VCINSTALLDIR=C:\Program Files\Microsoft Visual Studio .NET 2003
@SET FrameworkDir=C:\WINDOWS\Microsoft.NET\Framework
@SET FrameworkVersion=v1.1.4322
@SET FrameworkSDKDir=C:\Program Files\Microsoft Visual Studio .NET 2003\SDK\v1.1
@rem... | axbannaz/RemoteFunctionCall | desktop/Build/vc7.bat | bat | lgpl-2.1 | 1,556 |
@echo off
rem -------------------------------------------------------------------------
rem copy needed JBOSS components into DCM4CHEE installation
rem -------------------------------------------------------------------------
if "%OS%" == "Windows_NT" setlocal
set DIRNAME=.\
if "%OS%" == "Windows_NT" set DIRNAME=%~dp... | medicayun/medicayundicom | dcm4jboss-all/tags/DCM4CHEE_2_13_6/dcm4jboss-build/bin/install_jboss.bat | bat | apache-2.0 | 6,575 |
@REM Licensed to the Apache Software Foundation (ASF) under one
@REM or more contributor license agreements. See the NOTICE file
@REM distributed with this work for additional information
@REM regarding copyright ownership. The ASF licenses this file
@REM to you under the Apache License, Version 2.0 (the
@REM "Licens... | vedmishr/demo1 | apache-maven/src/bin/mvn.cmd | bat | apache-2.0 | 6,143 |
@echo off
set PATH=\
echo Running jsHint
C:\Windows\System32\cscript.exe jsHint\wsh.js ..\src\js\dialog.js
echo Running ajaxMin
minify\ajaxmin -clobber ..\src\js\dialog.js -o ..\dialog\js\jquery.dialog.min.js
minify\ajaxmin -clobber ..\src\css\dialog.css -o ..\dialog\css\jquery.dialog.css
minify\ajaxmin -clobber... | webadvanced/jquery-dialog | build/build.bat | bat | apache-2.0 | 510 |
setlocal
set CFGDIR=%~dp0%..\conf
set LOG_DIR=%~dp0%..
set LOG4J_PROP=INFO,CONSOLE
REM for sanity sake assume Java 1.6
REM see: http://java.sun.com/javase/6/docs/technotes/tools/windows/java.html
REM add the zoocfg dir to classpath
set CLASSPATH=%CFGDIR%
REM make it work in the release
SET CLASSPATH=%~dp0..\*;%~dp0.... | kevenli/Flowy | agent/bin/agent.cmd | bat | apache-2.0 | 640 |
@echo off
@rem Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
if "%SHACLROOT%" == "" goto :rootNotSet
set SHACL_HOME=%SHACLROOT%
:rootNotSet
if NOT "%SHACL_HOME%" == "" goto :okHome
echo SHACL_HOME not set
exit /B
:okHome
set SHACL_CP=%SHACL_HOME%\lib\*;
set LOGGING=file:%SHACL_HOME%/log4j2.p... | TopQuadrant/shacl | src/main/command/shaclinfer.bat | bat | apache-2.0 | 486 |
@echo off
REM Make sure you disable error Windows reporting before running tests!
REM Also set the registry
REM HKEY_CURRENT_USER\Software\ Microsoft\Windows\Windows Error Reporting\DontShowUI
REM to 1 so that failed test doesn't block on pop-up window
REM
echo Failed Tests >failed.txt
for %%T in (libffi.call\*.c) DO (... | cloudkick/ck-agent | extern/alien/libffi-msvc/testsuite/runtests.bat | bat | apache-2.0 | 671 |
set FSUIPC_NET_OPTS="-Djava.library.path=nativelib"
./bin/fsuipc2net.bat | RBernhardt/homecockpit-fsuipc | fsuipc2net/src/dist/fsuipc2net.bat | bat | apache-2.0 | 72 |
set ip=192.168.1.50
cd client1
start client1.exe -ip=%ip% | nature19862001/mediaserver | test/statrinputclient.bat | bat | apache-2.0 | 59 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.