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 |
|---|---|---|---|---|---|
SET SEGMENTS=32
| kc9jud/ShellCorretta | NuShellX_exercises/O25/SetLanczos.bat | bat | mit | 24 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_WWSP.S03_AlterToDo.MSWWSP_S03_TC03_AlterToDo_IgnoreItem /testcontainer:..\..\MS-WWSP\TestSuite\bin\Debug\MS-WWSP_TestSuite.dll /runconfig:..\..\MS-WWSP\MS-WWSP.testsettings /unique
pause | XinwLi/Interop-TestSuites-1 | SharePoint/Source/Scripts/MS-WWSP/RunMSWWSP_S03_TC03_AlterToDo_IgnoreItem.cmd | bat | mit | 280 |
@echo off
setlocal enableextensions enabledelayedexpansion
for /f "delims=" %%l in ('wmic baseboard get Manufacturer^, serialnumber /format:list') do >nul 2>&1 set "System_%%l"
for /f "delims=" %%l in ('wmic bios get name^, version^, serialnumber /format:list') do >nul 2>&1 set "Bios_%%l"
for /f "delims=" %%l in ('wmi... | tlkiong/Java-GettingHardwareInformation | src/resources/getHardwareInformation.bat | bat | mit | 1,312 |
@if not defined _echo @echo off
setlocal EnableDelayedExpansion EnableExtensions
echo Starting Build at %TIME%
set __ThisScriptFull="%~f0"
:: Default to highest Visual Studio version available
::
:: For VS2015 (and prior), only a single instance is allowed to be installed on a box
:: and VS140COMNTOOLS is set as a gl... | tijoytom/coreclr | build.cmd | bat | mit | 38,664 |
@echo off
msiexec /x Setup.msi /qn /l*v c:\msi.trace
@pause | ZooMMX/Omoikane | 3rd party/RTE/Install/x64/UninstallOnly.bat | bat | gpl-2.0 | 61 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\serialport\bin\serialportTerminal.js" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\serialport\bin\serialportTerminal.js" %*
) | kooksee/TIOT | test/node_modules/.bin/serialportterm.cmd | bat | gpl-2.0 | 220 |
set SCRIPT=%0
rem determine Elasticsearch home; to do this, we strip from the path until we
rem find bin, and then strip bin (there is an assumption here that there is no
rem nested directory under bin also named bin)
for %%I in (%SCRIPT%) do set ES_HOME=%%~dpI
:es_home_loop
for %%I in ("%ES_HOME:~1,-1%") do set DIRN... | gfyoung/elasticsearch | distribution/src/bin/elasticsearch-env.bat | bat | apache-2.0 | 1,828 |
:: 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... | Icenium/cordova-docs | tools/bin/incrementversion.bat | bat | apache-2.0 | 1,032 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\watchify\bin\cmd.js" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\watchify\bin\cmd.js" %*
) | marcusfaccion/unnamed_app | vendor/bower/mapbox-directions.js/node_modules/.bin/watchify.cmd | bat | gpl-3.0 | 180 |
@echo off
REM Copyright (c) Microsoft Corporation. All rights reserved.
REM Licensed under the MIT License.
setlocal
for /f "usebackq delims=" %%i in (`where pwsh 2^>nul`) do (
set _cmd=%%i
)
if "%_cmd%"=="" (
echo Error: PowerShell not found. Please visit https://github.com/powershell/powershell for instal... | Azure/azure-sdk-for-java | eng/common/TestResources/Update-TestResources.cmd | bat | mit | 408 |
@echo off
..\CloudSyncHelper.exe uninstall --sudo
pause | paulmarsy/CloudSyncHelper | src/CloudSyncHelper/Utility Batch Files/Uninstall.bat | bat | mit | 55 |
java -jar server.jar server_settings.ini | GBT3101/StarcraftGeneticAlgorithm | TournamentManager/server/run_server.bat | bat | mit | 40 |
call .\helgoboss-ni-config
if "%~3" == "" (
set FILE_NAME=%~1
) ELSE (
set FILE_NAME=%~3
)
sfk replace "%VST_PLUGINS_32_DIR%\%FILE_NAME%.dll" "/Software\Native Instruments\/Software\NI %~2\/" -case -firsthit -yes
sfk replace "%VST_PLUGINS_64_DIR%\%FILE_NAME%.dll" "/Software\Native Instruments\/Software\NI %~2\/... | helgoboss/native-instruments-fix | helgoboss-ni-fix.bat | bat | mit | 574 |
set CDIR=%~dp0
reg add HKCU\Environment /v HQENGINE_VS2013_X86_LIB_DEB_PATH /t REG_SZ /d %CDIR%\Output\Debug\
reg add HKCU\Environment /v HQENGINE_VS2013_X86_LIB_REL_PATH /t REG_SZ /d %CDIR%\Output\Release\
reg add HKCU\Environment /v HQENGINE_VS2013_X86_LIB_STATIC_CRT_DEB_PATH /t REG_SZ /d "%CDIR%\Output\Debug sta... | kakashidinho/HQEngine | HQEngine/VS2013/Desktop/setLibPathEnv.bat | bat | mit | 451 |
@ECHO OFF
REM ********************************************************************************
REM This script is for debugging chocolatey packaging issues. it will uninstall
REM the existing chocolatey package. It can be used before or after (most times
REM both) the install.bat
REM
REM Usage: uninstall.bat
REM *... | MasterDevs/ChocolateyCoolWhip | source/MasterDevs.ChocolateyCoolWhip/MasterDevs.ChocolateyCoolWhip/ChocolateyPackage/content/Chocolatey/uninstall.bat | bat | mit | 445 |
set JAVA_HOME=c:\apps\jdk1.3
set JAVA_HOME=c:\apps\jdk1.4.2_03
set MICA_HOME=c:\projects\mica
set MICAD_HOME=c:\projects\micad
set JAXP_HOME=c:\apps\jaxp-1.1
set SWFM_HOME=c:\projects\util
| justacoder/mica | build/setenv.bat | bat | mit | 197 |
@echo off
java -cp password-manager-${project.version}.jar;bcprov-jdk15on-1.56.jar name.jgn196.passwords.manager.Manager %* | jgn196/keyring | src/scripts/KeyRing.bat | bat | mit | 123 |
set current=%cd%
set parent=%cd%\..
set grandparent=%cd%\..\..
set root=C:\Users\%USERNAME%\
set target=%root%\TaskShark\
# Create proxy batch file
(## Delete unnecessary files
echo rmdir /Q /S .git
echo del .gitignore
echo del setup.bat
## Move files to TaskShark folder in user directory
echo mkdir %target%
echo mov... | cs2103aug2015-t13-3c/release | setup.bat | bat | gpl-2.0 | 1,116 |
@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... | pni-libraries/python-pni | doc/sphinx/make.bat | bat | gpl-2.0 | 5,132 |
cd compiled\Settings\common
call get_geo_ip.bat
cd ..
cd ..
cd ..
| pavel-pimenov/flylinkdc-r5xx | update_geo_ip.bat | bat | gpl-2.0 | 66 |
cmd_libbb/strrstr.o := gcc -Wp,-MD,libbb/.strrstr.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 -Wstrict-prototypes -... | valentinthirion/android-tracebox-busybox | libbb/.strrstr.o (Valentin-Thirions-MacBook-Airs in Konflikt stehende Kopie 2014-05-21).cmd | bat | gpl-2.0 | 10,114 |
cmd_drivers/video/omap2/built-in.o := /home/rittik/android/kernel/toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-ld -EL -r -o drivers/video/omap2/built-in.o drivers/video/omap2/displays/built-in.o
| RittikBhowmik/Project-Crater-Kernel-GT-i9152 | drivers/video/omap2/.built-in.o.cmd | bat | gpl-2.0 | 201 |
cmd_arch/arm/kernel/entry-common.o := /home/gabe/arm-2009q3/arm-2009q3/bin/arm-none-linux-gnueabi-gcc -Wp,-MD,arch/arm/kernel/.entry-common.o.d -nostdinc -isystem /home/gabe/arm-2009q3/arm-2009q3/bin/../lib/gcc/arm-none-linux-gnueabi/4.4.1/include -I/home/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include -Iinclude ... | dagnarf/sgh-i717-dagkernel | arch/arm/kernel/.entry-common.o.cmd | bat | gpl-2.0 | 3,592 |
@echo off
rem Copies all third-party libraries (DLLs) used by our tools
rem Parameter %1 contains the target path (..\..\Output is default)
if [%1] == [] (
set targetPath=..\..\output\
) else (
set targetPath=%1\
)
if not exist %targetPath%libglib-2.0-0.dll copy ..\..\win-external-libs\lib\glib-2.0\li... | cyberbeat/mysql-gui-tools | common/build/Copy3rdPartyLibraries.cmd | bat | gpl-2.0 | 2,517 |
cmd_arch/arm/mach-tegra/odm_kit/star/adaptations/gpio_ext/built-in.o := arm-linux-gnueabi-ld -EL -r -o arch/arm/mach-tegra/odm_kit/star/adaptations/gpio_ext/built-in.o arch/arm/mach-tegra/odm_kit/star/adaptations/gpio_ext/gpio_ext_hal.o arch/arm/mach-tegra/odm_kit/star/adaptations/gpio_ext/gpio_ext_null.o arch/arm/... | spica234/HP-TestBuild-Repo-upwords-Sr3R | arch/arm/mach-tegra/odm_kit/star/adaptations/gpio_ext/.built-in.o.cmd | bat | gpl-2.0 | 382 |
cmd_crypto/async_tx/async_raid6_recov.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/async_tx/async_raid6_recov.ko crypto/async_tx/async_raid6_recov.o crypto/async_tx/async_raid6_recov.mod.o
| avareldalton85/rpi2-linux-rt | crypto/async_tx/.async_raid6_recov.ko.cmd | bat | gpl-2.0 | 303 |
@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... | Iowa-Flood-Center/asynch | docs/make.bat | bat | gpl-2.0 | 7,451 |
cmd_fs/sysfs/built-in.o := arm-poky-linux-gnueabi-ld -EL -r -o fs/sysfs/built-in.o fs/sysfs/file.o fs/sysfs/dir.o fs/sysfs/symlink.o fs/sysfs/mount.o fs/sysfs/group.o
| heyoufei2/yocto3.14.38_kernel | fs/sysfs/.built-in.o.cmd | bat | gpl-2.0 | 172 |
cmd_sound/soc/nuc900/built-in.o := rm -f sound/soc/nuc900/built-in.o; /opt/freescale/usr/local/gcc-4.4.4-glibc-2.11.1-multilib-1.0/arm-fsl-linux-gnueabi/bin/arm-none-linux-gnueabi-ar rcsD sound/soc/nuc900/built-in.o
| evan6200/cirrfy_pos | sound/soc/nuc900/.built-in.o.cmd | bat | gpl-2.0 | 217 |
cmd_arch/arm/lib/memchr.o := /home/lithium/CodeSourcery/Sourcery_G++_Lite/bin/arm-none-linux-gnueabi-gcc -Wp,-MD,arch/arm/lib/.memchr.o.d -nostdinc -isystem /home/lithium/CodeSourcery/Sourcery_G++_Lite/bin/../lib/gcc/arm-none-linux-gnueabi/4.4.1/include -I/home/lithium/kfhd/kernel/android-3.0/arch/arm/include -Iarch/a... | 0xD34D/kernel_amazon_tate | arch/arm/lib/.memchr.o.cmd | bat | gpl-2.0 | 2,046 |
set PATH=D:\pessoal\environment\jdk\jdk-8u77\jre\bin;%PATH%
java -classpath libs/*:plugins/*:terminal-1.0-SNAPSHOT.jar pt.caughtonnet.tracker.terminal.Terminal
| CarlAtComputer/tracker | src/java_version/tracker/terminal/run/run.bat | bat | gpl-2.0 | 162 |
cmd_editors/lib.a := rm -f editors/lib.a; mips-openwrt-linux-uclibc-ar rcs editors/lib.a editors/awk.o editors/cmp.o editors/sed.o editors/vi.o
| shizhai/wprobe | build_dir/target-mips_r2_uClibc-0.9.33.2/busybox-1.19.4/editors/.lib.a.cmd | bat | gpl-2.0 | 145 |
set DRIVER=kumi_98
nasmw -f bin -o %DRIVER%.com %DRIVER%.asm
| rururutan/hoot-patches | pc98/familysoft/majyoko_kumi/src/comp.bat | bat | gpl-3.0 | 61 |
git checkout %%(git rev-list -n 1 HEAD -- "%%1")^ -- "%%1" | Erotemic/local | windows/oldscripts/gg-recover.bat | bat | gpl-3.0 | 62 |
:: Necessary Qt dlls are packaged with every release.
:: These dlls are not included in the SVN.
:: They need to be copied into the dev area from the Qt install.
:: Qt-Framework is simply the Qt runtime dlls built against the MSVC 2008 compiler
:: It can be found at: http://qt.nokia.com/downloads
:: If you build SimC w... | utecht/simcraft_shaman | win32_release_msvc11.bat | bat | gpl-3.0 | 2,739 |
@echo off
TITLE Steadfast - PocketMine-MP for Production Servers!
cd /d %~dp0
if exist bin\php\php.exe (
if exist bin\mintty.exe (
start "" bin\mintty.exe -o Columns=88 -o Rows=32 -o AllowBlinking=0 -o FontQuality=3 -o Font="DejaVu Sans Mono" -o FontHeight=10 -o CursorType=0 -o Cu$
) els... | SteadfastMC/Steadfast | start.cmd | bat | lgpl-3.0 | 708 |
z:\users\jdhughes\documents\development\mf2015\msvs\mf2015\debug\mf6.exe
pause
| jdhughes-usgs/river-eel | examples/mf6/test024_Reilly/mf6_alt/runmodel.bat | bat | lgpl-3.0 | 79 |
ECHO OFF
CLS
ECHO Processing all examples
ECHO.
ECHO [01/25] A simple line chart
php -q %~dp0Example1.php
ECHO [02/25] A cubic curve graph
php -q %~dp0Example2.php
ECHO [03/25] An overlayed bar graph
php -q %~dp0Example3.php
ECHO [04/25] Showing how to draw area
php -q %~dp0Example4.php
ECHO [05/25... | bjohnmer/SCA | lib/pChart.1.27b/buildAll.cmd | bat | unlicense | 1,720 |
@echo off
REM @author Nils Christian Ehmke
setlocal enabledelayedexpansion
SET JAVAARGS=-Dkieker.common.logging.Log=JDK -Djava.util.logging.config.file=./logging.properties -Xms56m -Xmx1024m
SET MAINCLASSNAME=kieker.tools.resourceMonitor.ResourceMonitor
REM Get the directory of this file and change the working dir... | HaStr/kieker | bin/resourceMonitor.bat | bat | apache-2.0 | 663 |
@echo off
setlocal enableextensions
set url=https://svetovid.org/lib/svetovid-lib.jar
set folder=%ProgramFiles%\svetovid-lib
set file=svetovid-lib.jar
set variable=CLASSPATH
rem Check if administrator
net session >nul 2>&1
if errorLevel 1 (
echo Please run as administrator
exit /b
)
if not exist %file% (
echo... | ivanpribela/svetovid-lib | installers/install-svetovid-lib.bat | bat | apache-2.0 | 578 |
start hashes.jar D:\TestHashes\FileToBeHashed.txt | viper123/Hashes | bin/hashes.bat | bat | apache-2.0 | 49 |
echo off
echo ɾ³ý³ÌÐò
rem rd /s /q "output/Debug"
echo ¿ªÊ¼±àÒë³ÌÐò
rem path %SYSTEMROOT%\Microsoft.NET\Framework\v4.0.30319\
rem echo start >output\Build.log
rem %SYSTEMROOT%\Microsoft.NET\Framework64\v4.0.30319\msbuild.exe LeaSearch.sln /t:Rebuild /p:Configuration=Debug /p:TargetFrameworkVersion=v4.5 /p:Disable... | leacoleaco/LeaSearch | build.bat | bat | apache-2.0 | 2,110 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\web-push\src\cli.js" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\web-push\src\cli.js" %*
) | kovarus/vmworld-us-hackathon-2017 | hackathon-notification-lambda/node_modules/.bin/web-push.cmd | bat | apache-2.0 | 180 |
@echo off
"C:\Program Files\SyncToy 2.1\SyncToy.exe" %*
| greenlaw110/winenv | alias/synctoy.bat | bat | bsd-2-clause | 63 |
@echo off
rem------------------change it
rem -------------------------------------------------------------
rem Yii command line bootstrap script for Windows.
rem
rem @author Qiang Xue <qiang.xue@gmail.com>
rem @link http://www.yiiframework.com/
rem @copyright Copyright (c) 2008 Yii Software LLC
rem @license http:/... | gurupavel/yii-project | yii.bat | bat | bsd-3-clause | 545 |
@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 build-root=%1
cd %build-root%
rem ----------------------------------------------------------------... | 5e8a91/Azure_C_Library_new | build/release/real_update_gh_pages.cmd | bat | mit | 3,260 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXORULE.S05_GenerateDAMAndDEM.MSOXORULE_S05_TC02_ServerGenerateSeparateDAM_ForOP_DEFER_ACTION_BelongToSeparateRuleProvider /testcontainer:..\..\MS-OXORULE\TestSuite\bin\Debug\MS-OXORULE_TestSuite.dll /runconfig:..\..\MS-OXORUL... | XinwLi/Interop-TestSuites-1 | ExchangeMAPI/Source/Scripts/MS-OXORULE/RunMSOXORULE_S05_TC02_ServerGenerateSeparateDAM_ForOP_DEFER_ACTION_BelongToSeparateRuleProvider.cmd | bat | mit | 359 |
@echo off
setlocal
set VD_CLIENT_HOME=%~dp0..
set CMD_LINE_ARGS=%1
if ""%1""=="""" goto doneStart
shift
:setupArgs
if ""%1""=="""" goto doneStart
set CMD_LINE_ARGS=%CMD_LINE_ARGS% %1
shift
goto setupArgs
:doneStart
set _JAVACMD=%JAVACMD%
if "%JAVA_HOME%" == "" goto noJavaHome
if not exist "%... | rgorosito/penrose | original-pre-maven/client/bin/module.bat | bat | gpl-3.0 | 965 |
@set COINNAME=gridcoinresearch
@call set_vars.bat
@bash patch_files.sh
@echo Building Gridcoin daemon...
@rem todo: rewrite this with ^ line wrapping
@set PARAMS=BOOST_SUFFIX=%BOOSTSUFFIX%
@set PARAMS=%PARAMS% INCLUDEPATHS="
@rem set PARAMS=%PARAMS%-I'../src'
@set PARAMS=%PARAMS% -I'../%EWBLIBS%/%BOOST%'
@set PARAMS=%... | Lederstrumpf/Gridcoin-Research | contrib/easywinbuilder/4c_build_upgrader.bat | bat | mit | 1,842 |
set PackageVersion=2.5.0
set Configuration=Debug
rem build.cmd -debug
build.cmd | MarcDrexler/trackable-entities | build-test.cmd | bat | mit | 79 |
..\..\bin\mcx.exe -A -f benchmark1.json -b 0 %*
| fninaparavecino/mcx | example/benchmark/run_benchmark1.bat | bat | gpl-3.0 | 48 |
rem TODO, this needs to created based on the deployment package, perhaps with tomcat | st609877063/juddi | juddi-parent/bin/md5crypt.bat | bat | apache-2.0 | 84 |
@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 noti... | kuiche/chromium | o3d/documentation/build_docs.bat | bat | bsd-3-clause | 1,752 |
@ECHO OFF
pushd %~dp0
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=python -msphinx
)
set SOURCEDIR=.
set BUILDDIR=_build
set SPHINXPROJ=aiodocker
if "%1" == "" goto help
%SPHINXBUILD% >NUL 2>NUL
if errorlevel 9009 (
echo.
echo.The Sphinx module was not f... | paultag/aiodocker | docs/make.bat | bat | mit | 807 |
@echo off
python %~dp0\emmake %* | qq2588258/floweers | libs/external/emscripten/emmake.bat | bat | mit | 32 |
%windir%\microsoft.net\framework\v4.0.30319\msbuild /m ILSpy.sln /t:clean "/p:Platform=Any CPU" /p:Configuration=Debug
@IF %ERRORLEVEL% NEQ 0 PAUSE
%windir%\microsoft.net\framework\v4.0.30319\msbuild /m ILSpy.sln /t:clean "/p:Platform=Any CPU" /p:Configuration=Release
@IF %ERRORLEVEL% NEQ 0 PAUSE | damnya/dnSpy | clean.bat | bat | gpl-3.0 | 297 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\d3-dsv\bin\json2dsv" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\d3-dsv\bin\json2dsv" %*
) | WaylonWalker/pyDataVizDay | src/static/node_modules/.bin/json2tsv.cmd | bat | mit | 180 |
@ECHO OFF
bundle exec ruby ../tvshow_name_normalizer.rb normalize_directory --path=%1 --recursive
PAUSE
| lbeder/tvshow-name-normalizer | scripts/normalize_directory.bat | bat | mit | 106 |
@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... | grlurton/hiv_retention_metrics | docs/make.bat | bat | mit | 5,126 |
mkdir build
cd build
if "%PY_VER%"=="2.7" (
echo "Python 2.7 not supported"
exit /b -1
)
set MSVC_VER=15.0
set VS_VERSION="15.0"
set VS_MAJOR="15"
set VS_YEAR="2017"
set CMAKE_GENERATOR="Visual Studio 15 2017 Win64"
set CMAKE_FLAGS=-DCMAKE_INSTALL_PREFIX=%PREFIX%
set CMAKE_FLAGS=%CMAKE_FLAGS% -DCMAKE_BUILD_TYPE=... | VLAM3D/pyvulkan | conda-recipes/pyglslang/bld.bat | bat | mit | 754 |
:: (c) Copyright 2009 - 2010 Xilinx, Inc. All rights reserved.
::
:: This file contains confidential and proprietary information
:: of Xilinx, Inc. and is protected under U.S. and
:: international copyright and other intellectual property
:: laws.
::
:: DISCLAIMER
:: This disclaimer is not a license and does not gran... | FranciscoKnebel/ufrgs-projects | neander/neanderImplementation/ipcore_dir/dualBRAM/simulation/functional/simulate_isim.bat | bat | mit | 2,955 |
xcopy .\public\* ..\0CCh.github.io\ /s /v /y
xcopy .\uploads ..\0CCh.github.io\uploads /s /v /y
xcopy .\favicon.ico ..\0CCh.github.io\ /v /y | 0cch/0CChBlog | copy.cmd | bat | mit | 142 |
@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%
... | marqh/ncContainers | make.bat | bat | cc0-1.0 | 5,125 |
cmd_kernel/irq/handle.o := /opt/arm-2008q1/bin/arm-none-linux-gnueabi-gcc -Wp,-MD,kernel/irq/.handle.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__ -mlit... | yohanes/Acer-BeTouch-E130-Linux-Kernel | kernel/irq/.handle.o.cmd | bat | gpl-2.0 | 19,031 |
cmd_sound/synth/built-in.o := rm -f sound/synth/built-in.o; /home/pasquale/android/arm-2009q3/bin/arm-none-eabi-ar rcs sound/synth/built-in.o
| p500-ics-cm9/Franco-ICS-Kernel | sound/synth/.built-in.o.cmd | bat | gpl-2.0 | 143 |
cmd_net/rfkill/built-in.o := /opt/arm-2008q1/bin/arm-none-linux-gnueabi-ld -EL -r -o net/rfkill/built-in.o net/rfkill/rfkill.o
| yohanes/Acer-BeTouch-E130-Linux-Kernel | net/rfkill/.built-in.o.cmd | bat | gpl-2.0 | 132 |
cmd_arch/arm/lib/ashldi3.o := /home/erik/froyo/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.ashldi3.o.d -nostdinc -isystem /home/erik/froyo/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/../lib/gcc/arm-eabi/4.4.0/include -Iinclude -I/home/erik/supersonic/arch/arm/include -includ... | kingklick/kk-evo-kernel | arch/arm/lib/.ashldi3.o.cmd | bat | gpl-2.0 | 1,264 |
cmd_arch/arm/mm/abort-ev7.o := /home/leonardo/CodeSourcery/Sourcery_G++_Lite/bin/arm-none-eabi-gcc -Wp,-MD,arch/arm/mm/.abort-ev7.o.d -nostdinc -isystem /home/leonardo/CodeSourcery/Sourcery_G++_Lite/bin/../lib/gcc/arm-none-eabi/4.4.1/include -Dlinux -Iinclude -I/home/leonardo/mykernel/kernel/arch/arm/include -include... | dalinaum/studyak | arch/arm/mm/.abort-ev7.o.cmd | bat | gpl-2.0 | 1,781 |
cmd_sound/pci/asihpi/built-in.o := rm -f sound/pci/asihpi/built-in.o; /home/envy/kernel/android_toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-ar rcsD sound/pci/asihpi/built-in.o
| Envious-Data/shinano-sirius_msm8974abpro | sound/pci/asihpi/.built-in.o.cmd | bat | gpl-2.0 | 179 |
cmd_scripts/kallsyms := gcc -Wp,-MD,scripts/.kallsyms.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -o scripts/kallsyms scripts/kallsyms.c
deps_scripts/kallsyms := \
scripts/kallsyms.c \
/usr/include/stdio.h \
/usr/include/features.h \
/usr/include/stdc-predef.h \
/usr/include/i386-linux-gnu/bit... | gzdaoke/linux2.6.32_kernel | scripts/.kallsyms.cmd | bat | gpl-2.0 | 2,092 |
cmd_arch/arm/mm/abort-ev7.o := /opt/freescale/usr/local/gcc-4.4.4-glibc-2.11.1-multilib-1.0/arm-fsl-linux-gnueabi/bin/arm-none-linux-gnueabi-gcc -Wp,-MD,arch/arm/mm/.abort-ev7.o.d -nostdinc -isystem /opt/freescale/usr/local/gcc-4.4.4-glibc-2.11.1-multilib-1.0/arm-fsl-linux-gnueabi/bin/../lib/gcc/arm-fsl-linux-gnueabi/... | evan6200/cirrfy_pos | arch/arm/mm/.abort-ev7.o.cmd | bat | gpl-2.0 | 2,479 |
cmd_drivers/usb/otg/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 drivers/usb/otg/built-in.o drivers/usb/otg/otg.o drivers/usb/otg/otg_event.o drivers/usb/otg/msm72k_otg.o
| paxchristos/R800x-2.3.3-Kernel | drivers/usb/otg/.built-in.o.cmd | bat | gpl-2.0 | 254 |
cmd_arch/arm/lib/getuser.o := /home/rittik/android/kernel/toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.getuser.o.d -nostdinc -isystem /home/rittik/android/kernel/toolchains/arm-eabi-linaro-4.6.2/bin/../lib/gcc/arm-eabi/4.6.2/include -I/home/rittik/android/kernel/crater/arch/arm/include -Iarc... | RittikBhowmik/Project-Crater-Kernel-GT-i9152 | arch/arm/lib/.getuser.o.cmd | bat | gpl-2.0 | 1,768 |
cmd_drivers/video/tegra/host/t30/nvhost-t30.o := /home/josh/gcc-linaro-arm-linux-gnueabihf-4.7-2013.04-20130415_linux/bin/arm-linux-gnueabihf-ld -EL -r -o drivers/video/tegra/host/t30/nvhost-t30.o drivers/video/tegra/host/t30/t30.o
| JoinTheRealms/TF700-dualboot-stockbased | drivers/video/tegra/host/t30/.nvhost-t30.o.cmd | bat | gpl-2.0 | 236 |
@echo off
rem CaesarJ compiler
if not "%JAVA_HOME%" == "" goto ok1
echo please set JAVA_HOME environment variable
goto end
:ok1
if not "%CAESAR_HOME%" == "" goto ok2
echo please set CAESAR_HOME environment variable
goto end
:ok2
set CAESAR_LIBS=%CAESAR_HOME%\lib\caesar-compiler.jar;%CAESAR_HOME%\lib\asp... | tud-stg-lang/caesar-compiler | scripts/cjc.cmd | bat | gpl-2.0 | 421 |
c:\prog2\python27\python.exe maggy.py
pause | Averell7/maggy2 | maggy-python2/start-maggy.bat | bat | gpl-3.0 | 43 |
@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%"=... | SmokSmog/smoksmog-android | gradlew.bat | bat | gpl-3.0 | 2,418 |
regsvr32 wiaaut.dll | codeguy007/CameraControl | CameraControl/CameraControl_DevSrc-2013-07-24/CameraControl_Proshots/nikon-camera-control/CameraControl.Application/regwia.bat | bat | gpl-3.0 | 20 |
cmd_/home/gatieme/Work/GitHub/LDD-LinuxDeviceDrivers/books/fengguojin/src/1drivermodel/1-6lseek/simple/simple.ko := ld -r -m elf_x86_64 -T ./scripts/module-common.lds --build-id -o /home/gatieme/Work/GitHub/LDD-LinuxDeviceDrivers/books/fengguojin/src/1drivermodel/1-6lseek/simple/simple.ko /home/gatieme/Work/GitHub/LDD... | gatieme/LDD-LinuxDeviceDrivers | books/fengguojin/src/1-drivermodel/1-6lseek/simple/.simple.ko.cmd | bat | gpl-3.0 | 511 |
@echo off
set xv_path=C:\\Xilinx\\Vivado\\2016.4\\bin
echo "xvlog -m64 --relax -prj regfil_testbench_vlog.prj"
call %xv_path%/xvlog -m64 --relax -prj regfil_testbench_vlog.prj -log xvlog.log
call type xvlog.log > compile.log
if "%errorlevel%"=="1" goto END
if "%errorlevel%"=="0" goto SUCCESS
:END
exit 1
:SUCCESS
exit ... | Willster419/ELEC3725_vivado_projects | assignment_3/assignment_3.sim/sim_1/behav/compile.bat | bat | gpl-3.0 | 322 |
@echo off
cd /d c:\Program Files (x86)\Android\android-sdk\platform-tools\
adb shell am start -a android.intent.action.SENDTO -d sms:%1 --es sms_body '%2' --ez exit_on_sent true
timeout 1 > NUL
adb shell input text '%3'
adb shell input keyevent 66
adb shell input text olinails.com
adb shell input keyevent 22
adb shell ... | astmus/OliNails | DatesReminder/sendremind.bat | bat | gpl-3.0 | 368 |
@set inputmode=mode%1
@if %inputmode% == modespell goto spellmaker
@goto basicmaker
:basicmaker
@echo =========================
@echo Basic version compilation
@echo =========================
@set compilemode=basic
@set additionalfiles=com\swabunga\spell\event\SpellCheckListener.class
@goto compile... | lexml/lexml-swing-editorhtml | doc/build_antigo/MakeEkitApplet.bat | bat | lgpl-2.1 | 2,348 |
cd contents
rmdir /Q /S lib
mkdir lib
cd lib
mkdir netstandard2.0\
robocopy ../../../../../src/Bin/netstandard/Release netstandard2.0 Solid.Practices.Composition.dll Solid.Practices.Composition.xml Solid.Practices.Composition.pdb Solid.Practices.Composition.deps.json /E
robocopy ../../../../../src/Bin/netstandard/Relea... | godrose/Solid | devops/pack/solid.practices.composition.core/pack.bat | bat | apache-2.0 | 594 |
java -Xmx512M -cp libs/robocode.jar robocode.Robocode %*
| programus/j-bots | eclipse/base/robocode-src/robocode.content/src/main/resources/robocode.bat | bat | apache-2.0 | 57 |
@echo off
rem
rem Copyright (c) 2014 Luca Garulli @www.orientechnologies.com
rem
rem Guess ORIENTDB_HOME if not defined
set CURRENT_DIR=%cd%
if exist "%JAVA_HOME%\bin\java.exe" goto setJavaHome
set JAVA="java"
goto okJava
:setJavaHome
set JAVA="%JAVA_HOME%\bin\java"
:okJava
if not "%ORIENTDB_HOME%" == "" goto gotHom... | orientechnologies/orientdb | etl/script/oetl.bat | bat | apache-2.0 | 1,654 |
@echo off
if %DEVELOPMENT_HOME%=="" (
set "result=error: your environment variable DEVELOPMENT_HOME is not configured, please configure it."
) else (
set "result=okay: your development folder is %DEVELOPMENT_HOME%"
)
set "%~1=%result%" | fernando-romulo-silva/allset-config | allset-config-devhome/src/Development/scripts/windows/internal/check-develpment-folder.bat | bat | apache-2.0 | 242 |
@SET vi1=%~f1
@SET vi2=%~f2
@SET working_dir=%~f3
@SET lv_version=%4
@REM only run diff if both files are VIs or there was a newly added VI
@if "%vi1:~-3%" == ".vi" GOTO :VI2Check
@if "%vi1%" == "\\.\nul" GOTO :VI2Check
@GOTO :END
:VI2Check
@if "%vi2:~-3%" == ".vi" GOTO :DIFF_VI
@GOTO :END
:DIFF_VI
labview-cli ... | LabVIEW-DCAF/buildsystem | steps/labview-diff.bat | bat | apache-2.0 | 401 |
ng build --watch | VahidN/angular-template-driven-forms-lab | _1-ng-build-dev.bat | bat | apache-2.0 | 16 |
@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... | Akrog/pinliner | docs/make.bat | bat | apache-2.0 | 6,463 |
setlocal
set JAVA_HOME=C:\Programme\Java\jdk1.6.0_03
call mvn clean install
endlocal | highsource/hyperjaxb3 | misc/dynamic/build-1.6.bat | bat | bsd-2-clause | 84 |
@SET config=Release
dotnet restore -v q
dotnet build -c %config% -v q
dotnet test .\src\Vertica.Utilities.Tests\Vertica.Utilities.Tests.csproj -c %config% -v q
dotnet pack .\src\Vertica.Utilities\Vertica.Utilities.csproj -c %config% --no-build -v m
@ECHO.
@ECHO -----------------------------------------------------... | vertica-as/Vertica.Utilities | dotnet-build-local.cmd | bat | bsd-3-clause | 523 |
@ECHO OFF
echo.
echo Hello %USERNAME%!
echo.
echo "This setup will guide you through the process of installing mobilot on your machine."
echo.
SET /p answer= ^> Have you created a MySQL database named "mobilot"? (Y/n)
IF NOT "%answer%"=="n" (
echo.
echo ^> Creating storage folders "app/storage/" ...
mkdir app... | fhstp-mfg/mobilot | setup.bat | bat | bsd-3-clause | 2,408 |
:: Keyword extraction
::jara -jar bugc.jar --format=defect:aje_train.out --bugpattern=.\pat\bugpattern_aje2.xml --issues .\input\issues\softco --index=train:.\ml\train
::java -jar bugc.jar --format=defect:aje_test.out --bugpattern=.\pat\bugpattern_aje2.xml --issues .\input\issues\softco --index=test:.\ml\test
::cd .\ke... | taolee/XmlDataAnalysisToolsets | DataAnalysis_SoftwareEngineering/bugc/run.bat | bat | bsd-3-clause | 3,161 |
@REM
@REM Retrieve and validate command line arguments
@REM
@set EVENT_LOC=%1
@set PTHREAD_LOC=%2
@set BLD_TYPE="%3"
@if "%EVENT_LOC%" == "" (
@echo "Usage: build.bat <pathname for libevent> <pathname for pthread> DEBUG|RELEASE"
@goto end
)
@if "%PTHREAD_LOC%" == "" (
@echo "Usage: build.bat <pat... | saumitra/memcached | win32/build/build.bat | bat | bsd-3-clause | 1,484 |
@echo off
set path=%path%;%systemroot%\SysWOW64
start java -cp bin;NullpoMino.jar;lib\log4j-1.2.15.jar mu.nu.nullpo.game.net.NetServer %1
| Phazyck/nullpominai | netserver.bat | bat | mit | 138 |
cd jni
call ndk-build
if %ERRORLEVEL% EQU 0 (
cd..
mkdir "assets\shaders\base"
xcopy "..\..\data\shaders\base\*.spv" "assets\shaders\base" /Y
mkdir "assets\shaders\terraintessellation"
xcopy "..\..\data\shaders\terraintessellation\*.*" "assets\shaders\terraintessellation" /Y
mkdir "assets\textures"
xcopy "..... | dreadwords/Vulkan | android/terraintessellation/build.bat | bat | mit | 823 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_ASCMD.S19_Sync.MSASCMD_S19_TC02_Sync_MoreAvailable /testcontainer:..\..\MS-ASCMD\TestSuite\bin\Debug\MS-ASCMD_TestSuite.dll /runconfig:..\..\MS-ASCMD\MS-ASCMD.testsettings /unique
pause | OfficeDev/Interop-TestSuites | ExchangeActiveSync/Source/Scripts/MS-ASCMD/RunMSASCMD_S19_TC02_Sync_MoreAvailable.cmd | bat | mit | 279 |
mkdir output
del output\*.* /q
for %%i in (*.proto) do ProtoGen.exe -i:%%i -o:output\%%~ni.cs -ns:Proto_JavaNet
COPY CoreOnly\ios\protobuf-net.dll output\
C:\Windows\Microsoft.NET\Framework\v2.0.50727\csc.exe /out:output\ProtoModel.dll /r:output\protobuf-net.dll /t:library output\*.cs
Precompile\precompile.exe outpu... | supertms/WolongYin | project/proto/ProtoGen_new.bat | bat | mit | 484 |
grunt
PAUSE | Silvenga/Slight.Theme | src/compile.bat | bat | mit | 11 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\node_modules\coffee-script\bin\cake" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\node_modules\coffee-script\bin\cake" %*
) | ganyuling/nvm | npm/cake.cmd | bat | mit | 206 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.