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 |
|---|---|---|---|---|---|
java -jar %JTERMINAL% localhost 46000
| mrev11/ccc3 | jt/sslforward/ssl-test/t-46000-plain.bat | bat | lgpl-2.1 | 46 |
@echo off
setlocal
REM Delete unversioned files and folders from work copy
for /f "usebackq tokens=2*" %%i in (`svn status ^| findstr /r "^\?"`) do svn delete --force "%%i %%j"
:END
endlocal
@echo on | hyller/GladiatorFirmware | Scripts/svn/svn_clean_unversion.bat | bat | unlicense | 211 |
@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 (t... | ufctester/apache-jmeter | bin/jmeter.bat | bat | apache-2.0 | 8,139 |
cd /d %~dp0
.\Agent.exe remove
| mtconnect/cppagent | install/Windows/src/Uninstall.bat | bat | apache-2.0 | 34 |
C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\msbuild.exe Publish.build.xml /property:Configuration=Debug
@pause | TeaCommerce/Starter-kit-for-Umbraco-Packages | Build/ZeroCostPayment/Package.build.debug.bat | bat | mit | 113 |
mkdir "%APPDATA%\JetBrains\dotCover\v2.6\Plugins" 2> NUL
mkdir "%APPDATA%\JetBrains\dotCover\v2.6\Plugins\mspec" 2> NUL
copy /y Machine.Specifications.dll "%APPDATA%\JetBrains\dotCover\v2.6\Plugins\mspec"
copy /y Machine.Specifications.pdb "%APPDATA%\JetBrains\dotCover\v2.6\Plugins\mspec" > NUL
copy /y Machine.Spec... | JamesKovacs/cm-cqrs | src/packages/Machine.Specifications.0.7.0/tools/InstallDotCoverRunner.2.6.bat | bat | mit | 523 |
@echo off
copy ..\pcre.h .
copy "..\pcre++.h" .
copy ..\pcre.lib .
cl /nologo /GX /MD test.cpp
test.exe < test.in > test.out2
fc /b test.out test.out2
| FarGroup/FarManager | plugins/multiarc/libpcre/test/test.bat | bat | bsd-3-clause | 153 |
@ECHO OFF
SET HS_GEN=..\..\..\..\..\spinel\bin\x64\Debug\hs_gen
:: --- 32-bit keys ---
:: %HS_GEN% -v -a "cuda" -D HS_NVIDIA_SM35 -t 1 -w 32 -r 32 -s 49152 -S 65536 -b 32 -m 1 -M 1 -f 1 -F 1 -c 1 -C 1 -p 1 -P 1 -z
%HS_GEN% -v -a "cuda" -D HS_NVIDIA_SM35 -t 1 -w 32 -r 16 -s 32768 -S 32768 -b 16 -m 1 -M 1 -p 1 -P 1 -f... | Hikari-no-Tenshi/android_external_skia | src/compute/hs/cuda/sm_35/u32/gen.bat | bat | bsd-3-clause | 986 |
::
:: Microsoft Azure SDK for Net - Generate library code
:: Copyright (C) Microsoft Corporation. All Rights Reserved.
::
@echo off
set autoRestVersion=1.0.0-Nightly20170126
if "%1" == "" (
set specFile="https://raw.githubusercontent.com/Azure/azure-rest-api-specs/a2afb19c0d17535c1d0c3ebf05258e25375fc5a3/arm-oper... | AzCiS/azure-sdk-for-net | src/SDKs/OperationalInsights/Management.OperationalInsights/generate.cmd | bat | mit | 675 |
@echo off
rem
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 "Li... | hvanhovell/spark | bin/spark-sql.cmd | bat | apache-2.0 | 1,148 |
@echo off
if /i "%CONTOOLS_PROJECT_ROOT_INIT0_DIR%" == "%~dp0" exit /b 0
set "CONTOOLS_PROJECT_ROOT_INIT0_DIR=%~dp0"
if not defined NEST_LVL set NEST_LVL=0
if not defined CONTOOLS_PROJECT_ROOT call "%%~dp0canonical_path.bat" CONTOOLS_PROJECT_ROOT "%%~dp0.."
if not defined CONT... | andry81/contools | __init__/__init__.bat | bat | mit | 2,284 |
set CLSDIR=sun
set SRC=*
rem keytool -keystore .\keystore -storepass pas123 -alias signkey -genkey
cd %CLSDIR%
jar cvf easyaccess.jar -i %SRC%
move easyaccess.jar ..
cd ..
jarsigner -keystore .\keystore -storepass pas123 easyaccess.jar signkey
move easyaccess.jar ..\www
| SrivastavaConsultingGroup/DigitalSignature | Xmlsign/Programming/JavaApplet/areabe/easyaccess/build/makeSUN.bat | bat | mit | 272 |
@echo off
rem installer bug. http://stackoverflow.com/a/25095327
mkdir "%APPDATA%\npm" > NUL 2>&1
set PATH=node_modules\.bin;node_modules\lisb-hubot\node_modules\.bin;%PATH%
call npm install
for /f "delims=\" %%i in ("%CD%") do set UID=%%i
if "%REDIS_URL%" == "" (
set REDIS_URL=redis://localhost:6379/%UID%
)
if ... | yoshhiide/daab_osoji_toban2 | osoji_toban2/bin/hubot.cmd | bat | mit | 807 |
@echo off
set PYTHONPATH=%~dp0..
set PYWIKIBOT_DIR=%~dp0..
"%~dp0ui_tests.py"
| PersianWikipedia/pywikibot-core | tests/ui_tests.bat | bat | mit | 78 |
@echo off
if "x%ESP_HOME%" == "x" (
echo "ESP_HOME is not set"
exit /B 1
)
call "%~dp0set_example_env.bat"
"%ESP_HOME%\bin\esp_compiler" -i "%~dp0%ADAPTER_EXAMPLE_MODEL_CCL%" -o "%~dp0%ADAPTER_EXAMPLE_MODEL_CCX%"
"%ESP_HOME%\bin\esp_cluster_admin.exe" --uri=%ADAPTER_EXAMPLE_CLUSTER_URI% %ADAPTER_EXAMPLE_CLUSTER_A... | david-white/Quantia | SAP/RabbitMQExampleAdapterESP51/rabbitmq/start_project.bat | bat | mit | 721 |
@echo off
pip install pip --upgrade
cmd /c conda install git
cmd /c conda install -c conda-forge xraylib=3.3.0
pip install oasys1 --upgrade
python -m oasys.canvas -l4
pip install oasys-srwpy --upgrade
pip install PyQtWebEngine==5.15.2 --upgrade
| srio/oasys-installation-scripts | Windows/aux_bin/install_libraries_aux1.2.bat | bat | mit | 250 |
@ echo off
rem 本文件撰写者:雪山凌狐
rem 版本号:V1.1
rem 时间:20170324
rem 功能:自动把本地项目文件夹上传到云端GitHub和码云,仅适用于非第一次提交(覆盖更新提交,常用)
rem 文件编码:Utf-8无BOM格式编码
rem 本文件适用于已经在云端创建好云端repo,在本地建立好公钥私钥,在云端添加好公钥的朋友们
rem 使用方法:把文件里面的上传地址 git@github.com:xueshanlinghu/learn-git-and-github.git 改成你的即可
echo -------------------create remote origin--... | xueshanlinghu/learn-git-and-github | push.bat | bat | mit | 1,423 |
/******************************************************************************
*
* blinky_ccs.cmd - CCS linker configuration file for blinky.
*
* Copyright (c) 2007-2013 Texas Instruments Incorporated. All rights reserved.
* Software License Agreement
*
* Texas Instruments (TI) is supplying this softwa... | jbabyhacker/ece3849 | blinky/blinky_ccs.cmd | bat | mit | 2,787 |
cmd_drivers/mmc/core/sdio.o := arm-eabi-gcc -Wp,-MD,drivers/mmc/core/.sdio.o.d -nostdinc -isystem /data/repos/cm/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/data/repos/kernels/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/... | bigbiff/i717-GB-Kernel | drivers/mmc/core/.sdio.o.cmd | bat | gpl-2.0 | 22,999 |
cmd_drivers/mtd/nand/nand.o := arm-poky-linux-gnueabi-ld -EL -r -o drivers/mtd/nand/nand.o drivers/mtd/nand/nand_base.o drivers/mtd/nand/nand_bbt.o
| heyoufei2/yocto3.14.38_kernel | drivers/mtd/nand/.nand.o.cmd | bat | gpl-2.0 | 152 |
cmd_firmware/tsp_melfas/lt/melfas_yf.fw.gen.o := /home/adam/Android/Toolchains/arm-eabi-4.4.3/bin/arm-eabi-gcc -Wp,-MD,firmware/tsp_melfas/lt/.melfas_yf.fw.gen.o.d -nostdinc -isystem /home/adam/Android/Toolchains/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/home/adam/Android/Kernel/GalaTab3_Kernel/arch/arm/... | arshull/GalaTab3_Kernel | firmware/tsp_melfas/lt/.melfas_yf.fw.gen.o.cmd | bat | gpl-2.0 | 1,234 |
cmd_scripts/mod/file2alias.o := gcc -Wp,-MD,scripts/mod/.file2alias.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -c -o scripts/mod/file2alias.o scripts/mod/file2alias.c
deps_scripts/mod/file2alias.o := \
scripts/mod/file2alias.c \
scripts/mod/modpost.h \
/usr/include/stdio.h \
/usr/include/featur... | MadRocker/experimental-2.6.29-MadRocker | scripts/mod/.file2alias.o.cmd | bat | gpl-2.0 | 2,206 |
cmd_drivers/mtd/mtdpart.o := arm-linux-gnueabi-gcc -Wp,-MD,drivers/mtd/.mtdpart.o.d -nostdinc -isystem /usr/lib/gcc-cross/arm-linux-gnueabi/4.7/include -Iinclude -I/home/benoit/kernel_android/32/es209ra/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm/include -Wall -... | b8e5n/KTG-kernel_es209ra | drivers/mtd/.mtdpart.o.cmd | bat | gpl-2.0 | 15,823 |
cmd_sound/sh/built-in.o := rm -f sound/sh/built-in.o; /space/android/system/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ar rcs sound/sh/built-in.o
| asopov/linux-tpt-2.6.39 | sound/sh/.built-in.o.cmd | bat | gpl-2.0 | 161 |
cmd_scripts/mod/file2alias.o := ccache gcc -Wp,-MD,scripts/mod/.file2alias.o.d -Iscripts/mod -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -c -o scripts/mod/file2alias.o /drive2/Android/CM9/kernel/samsung/epic4gtouch/scripts/mod/file2alias.c
deps_scripts/mod/file2alias.o := \
../../scripts/... | tcp209/kernel_samsung_epic4gtouch | build/epic4gtouch/scripts/mod/.file2alias.o.cmd | bat | gpl-2.0 | 2,153 |
cmd_arch/x86/boot/compressed/vmlinux.lds := gcc -E -Wp,-MD,arch/x86/boot/compressed/.vmlinux.lds.d -nostdinc -isystem /usr/lib/gcc/i686-linux-gnu/4.4.7/include -I/home/madhwang/Development/linuxSource/linux-2.6.34.7/arch/x86/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -P -C -Ui386 -D__ASSE... | madhwang/linuxKernel | arch/x86/boot/compressed/.vmlinux.lds.cmd | bat | gpl-2.0 | 2,576 |
cmd_fs/nfs/blocklayout/blocklayoutdriver.ko := /home/josh/gcc-linaro-arm-linux-gnueabihf-4.7-2013.04-20130415_linux/bin/arm-linux-gnueabihf-ld -EL -r -T /home/josh/TF700-dualboot-stockbased/scripts/module-common.lds --build-id -o fs/nfs/blocklayout/blocklayoutdriver.ko fs/nfs/blocklayout/blocklayoutdriver.o fs/nfs/bl... | JoinTheRealms/TF700-dualboot-stockbased | fs/nfs/blocklayout/.blocklayoutdriver.ko.cmd | bat | gpl-2.0 | 354 |
cmd_drivers/input/keyboard/built-in.o := /opt/arm-2009q3/bin/arm-none-eabi-ld -EL -r -o drivers/input/keyboard/built-in.o drivers/input/keyboard/bcm_keypad.o
| sembre/kernel_totoro_update3 | common/drivers/input/keyboard/.built-in.o.cmd | bat | gpl-2.0 | 163 |
cmd_drivers/md/dm-multipath.o := arm-linux-gnueabi-ld -EL -r -o drivers/md/dm-multipath.o drivers/md/dm-path-selector.o drivers/md/dm-mpath.o
| qubir/PhoenixA20_linux_sourcecode | drivers/md/.dm-multipath.o.cmd | bat | gpl-2.0 | 146 |
"%GBC%\wbox.exe" "GetHow" "Select a RoM-List, a ''.TORRENT file'' or enter a URL." "List;File;URL" /DB=1 /BW=100
if %ERRORLEVEL%==1 goto :SelList
if %ERRORLEVEL%==2 goto :SelFile
if %ERRORLEVEL%==3 goto :URL
goto :fingetroms
:URL
"%GBC%\Winput.exe" "set INURL=$input" "Enter the URL for a game torrent." > "%G... | HoodlumDTX/rom-jacket | getroms.bat | bat | gpl-2.0 | 2,266 |
@echo off
echo Removing desktop shortcut....
del %USERPROFILE%\Desktop\aria2.lnk
echo Removed!
echo Press ENTER to exit
pause > nul | clamsawd/aria2bt-tools | uninstall.cmd | bat | gpl-3.0 | 143 |
imfplay.exe data\02.imf
| sparky4/16 | src/util/shbat/sd.bat | bat | gpl-3.0 | 24 |
@rem Copyright 2015 Google Inc. All Rights Reserved.
@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 http://www.apache.org/licenses/LICENSE-2.0
@rem
@rem Unless requ... | ulricheck/message_transport | tracing/etw/etwregister.bat | bat | gpl-3.0 | 1,415 |
@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... | ajjackson/ascii-phonons | docs/make.bat | bat | gpl-3.0 | 7,263 |
@REM
@REM Licensed to JumpMind Inc under one or more contributor
@REM license agreements. See the NOTICE file distributed
@REM with this work for additional information regarding
@REM copyright ownership. JumpMind Inc licenses this file
@REM to you under the GNU General Public License, version 3.0 (GPLv3)
@REM (the "... | tteng/symmetricDS_sample | bin/sym_service.bat | bat | gpl-3.0 | 1,050 |
@echo off
SET wra="%ProgramFiles%\WinRAR\winrar.exe"
IF NOT EXIST %wra% SET wra="%ProgramFiles(x86)%\WinRAR\winrar.exe"
IF NOT EXIST %wra% SET wra="%ProgramW6432%\WinRAR\winrar.exe"
IF NOT EXIST %wra% SET wra="D:\Program Files\WinRAR\winrar.exe"
SET zip=%wra% a -ep
SET nam=PassGen
:: -----------------------------------... | JocysCom/PassGen | Generator/Documents/Step3_app_zip.bat | bat | lgpl-3.0 | 734 |
taskkill /f /IM euLog.exe.exe
taskkill /f /IM euProd.exe.exe
taskkill /f /IM euRun.exe.exe
taskkill /f /IM TestLogCollector.exe.exe
taskkill /f /IM eulog.exe.exe
taskkill /f /IM TestDataCollector.exe.exe
taskkill /f /IM NiProducer.exe.exe
taskkill /f /IM TLUProducer.exe.exe
taskkill /f /IM TestRunControl.exe
... | eudaq/eudaq-configuration | duranta/ni_start_scripts/START_EUDAQ_ni_tlu.bat | bat | lgpl-3.0 | 506 |
@echo off
rem where /q devenv.exe || echo Please install visual studio(https://www.visualstudio.com/products/visual-studio-community-vs) && pause && exit
where /q git.exe || echo Please install command line git(https://git-scm.com/download/win) && pause && exit
if not exist "%PROGRAMFILES(x86)%/CMake/bin/cmake.exe" ( e... | tak2004/OpenGLVM | build/winVS.bat | bat | apache-2.0 | 603 |
..\node2exe\examples\Node2exeTool\Node2exeTool.exe AcServer.js -filedescription "A very simple http/https server, powered by Node.js" -icon AcServer.ico -legalcopyright "AcServer Copyright Andrew Challen, MIT license; Node Copyright Joyent, Inc. and other Node contributors. MIT license."
if exist D:\Projects\portabl... | areve/AcServer | build.cmd | bat | apache-2.0 | 373 |
@echo off
IF NOT DEFINED JAVA_HOME (
echo Error: JAVA_HOME environment variable is not set.
EXIT /B
)
%JAVA_HOME%\bin\java -cp resources\;lib\* org.springframework.batch.core.launch.support.CommandLineJobRunner example.LaunchContext personJob
| gmind7/bakery-spring-foundation-config | bakery-spring-batch-config/src/main/scripts/runJob.bat | bat | apache-2.0 | 254 |
pushd ..
if [%1] == [] (
rem === BUILDING Objective_C_SDK ===
node generate.js objc=..\sdks\Objective_C_SDK -apiSpecPath
) else (
rem === BUILDING Objective_C_SDK with params %* ===
node generate.js objc=..\sdks\Objective_C_SDK %*
)
popd
| JoshuaStrunk/SDKGenerator | SDKBuildScripts/objc_build.bat | bat | apache-2.0 | 238 |
for /f %%i in ("%0") do SET VS2012_BATCHPATH=%%~dpi
SET PM5OUTSUBDIR=PM5MVC11
SET PM5TARGETSUBDIR=PM5MVC11\bin
SET NOPAUSE=TRUE
CALL Premake5Common.bat
ECHO *** Set VS specifics and run Pemake 5 ***
CD %GUCEF_HOME%
%VS2012_BATCHPATH%\premake5.exe vs2012
PAUSE | LiberatorUSA/GUCEF | projects/premake5/RunPremake5_VS2012.bat | bat | apache-2.0 | 263 |
@echo off
java -classpath libs/jfxrt.jar;. com.tonybeltramelli.lab.Main %1 %2 %3 %4
| tonybeltramelli/Connected-Mind-Neural-Network | script/ConnectedMindNeuralNetwork.bat | bat | apache-2.0 | 90 |
::
:: Copyright 2014-2022 Real Logic Limited.
::
:: Licensed under the Apache License, Version 2.0 (the "License");
:: you may not use this file except in compliance with the License.
:: You may obtain a copy of the License at
::
:: https://www.apache.org/licenses/LICENSE-2.0
::
:: Unless required by applicable law or ... | mikeb01/Aeron | aeron-samples/scripts/archive/logging-archiving-media-driver.cmd | bat | apache-2.0 | 789 |
test_diamond_minimal_0.tcl
test_diamond_minimal_0_run.tcl
| SymbiFlow/edalize | tests/test_diamond/minimal/diamondc.cmd | bat | bsd-2-clause | 58 |
echo off
SETLOCAL enabledelayedexpansion
call setEnv.cmd
echo %JAVA_HOME%\bin\java %MEM_ARGS% -classpath "%CLASSPATH%" Komuso2 %*
%JAVA_HOME%\bin\java %MEM_ARGS% -classpath "%CLASSPATH%" Komuso2 %*
ENDLOCAL | atware/komuso | komuso.cmd | bat | bsd-3-clause | 208 |
@SET CONFIGURATION=Release
"%ProgramFiles(x86)%\Microsoft Visual Studio\Installer\vswhere.exe" -nologo -latest -property installationPath > temp.txt
set /p $MSBUILDROOT=<temp.txt
del temp.txt
"%ProgramFiles(x86)%\Microsoft Visual Studio\Installer\vswhere.exe" -property installationVersion > temp.txt
Rem lower VS vers... | w8tcha/dnnsitemapui | BuildPackages.bat | bat | bsd-3-clause | 828 |
call tools\nant\nant.exe -buildfile:build\Zebus.build
pause | AtwooTM/Zebus | ClickToBuild.bat | bat | mit | 59 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_WOPI.MS_WOPI_S02_Coauth.TestCase_S02_TC29_RefreshCoauthoringSession_Success /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_S02_TC29.cmd | bat | mit | 300 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXNSPI.S02_ObtainDetailsInfo.MSOXNSPI_S02_TC30_DNToMIdIgnoreReserved /testcontainer:..\..\MS-OXNSPI\TestSuite\bin\Debug\MS-OXNSPI_TestSuite.dll /runconfig:..\..\MS-OXNSPI\MS-OXNSPI.testsettings /unique
pause | XinwLi/Interop-TestSuites-1 | ExchangeMAPI/Source/Scripts/MS-OXNSPI/RunMSOXNSPI_S02_TC30_DNToMIdIgnoreReserved.cmd | bat | mit | 301 |
@rem Only edit the master copy of this file in SDK_ROOT/bin/scripts/build/perproject
@setlocal enableextensions enabledelayedexpansion
@if not exist "project.properties" @echo Build script must be executed from project directory. & goto :Abort
@set P=..
:TryAgain
@rem @echo P = %P%
@if exist "%P%\bin\scripts\buil... | GTMoogle/StreamTheater | build.bat | bat | gpl-3.0 | 565 |
@REM Verifie si le batch est execute "En tant qu'administrateur" (UAC)
@REM En tentant le lire l'environement de l'utilisateur S-1-5-19 = LOCAL_SERVICE (voir https://msdn.microsoft.com/en-us/library/cc980032.aspx "Well-Known SID Structures")
@reg query "HKEY_USERS\S-1-5-19\Environment" /v TEMP 2>&1 | findstr /I /C:"REG... | e-dot/bibliopuce | bin/is_admin.bat | bat | apache-2.0 | 436 |
@if (@X)==(@Y) @end /* JScript comment
@echo off
rem :: the first argument is the script name as it will be used for proper help message
cscript //E:JScript //nologo "%~f0" "%~nx0" %*
exit /b %errorlevel%
@if (@X)==(@Y) @end JScript comment */
var ARGS = WScript.Arguments;
var scriptName=ARGS.Item(0);
var com... | TheBigBear/batch.scripts | hybrids/jscript/ShellRunJS.bat | bat | mit | 3,396 |
@echo off
rem copylibs.bat
rem get the support libraries
rem
setlocal
set EXIV2LIBS=c:\exiv2libs
xcopy/yesihq %EXIV2LIBS%\expat-2.1.0 ..\..\expat
xcopy/yesihq %EXIV2LIBS%\zlib-1.2.7 ..\..\zlib
xcopy/yesihq %EXIV2LIBS%\openssl-1.0.1j ..\..\openssl
xcopy/yesihq %EXIV2LIBS%\libssh-0.5.5 ..\..\... | m0g/exiv2node | vendor/exiv2-0.25/msvc2005/copylibs.bat | bat | mit | 430 |
cmd_drivers/leds/built-in.o := arm-eabi-ld -EL -r -o drivers/leds/built-in.o drivers/leds/led-core.o drivers/leds/led-class.o drivers/leds/leds-gpio.o drivers/leds/leds-pm8058.o drivers/leds/leds-pm8058-multiplier.o drivers/leds/flashlight_aat1271.o
| R-M-S/RMS_DragunKernel_V.11-MAX-9-3-2012_3.0.42 | drivers/leds/.built-in.o.cmd | bat | gpl-2.0 | 255 |
@ECHO OFF
%MSBuildRoot%\msbuild.exe "test.msbuild" /p:Configuration=Debug
if "%1" NEQ "noprompt" PAUSE
| ruthlesshelp/prodotnetbestpractices | SourceCode/Chapter07/4_OptionalParameters/test.bat | bat | mit | 104 |
@echo off
echo Preparing 'VulkanTutorials' solution...
mkdir build
cd build
cmake .. -G "Visual Studio 14 2015 Win64"
if ERRORLEVEL 0 (
start "" "VulkanTutorials.sln"
exit
)
pause | joyforever/VulkanTutorials | build.cmd | bat | mit | 184 |
@echo off
set SOURCE=./Server
set BACKUP=./backup
set DAYS_BEFORE_BACKUP=3
REM
REM *.pdf - nur PDF-Dateien werden beim Kopieren beachtet
REM /MOVe - Dateien nach dem verschieben aus dem original löschen (wenn gleiche Datei in Backup schon vorhanden kein löschen)
REM /S - Unterverzeichnisse einbeziehen... | christlang/StaySynced | scripts/cleaner.bat | bat | mit | 517 |
nuget restore -SolutionDirectory ../ ../RockLib.Configuration.ProxyFactory/RockLib.Configuration.ProxyFactory.csproj
msbuild /p:Configuration=Release /t:Clean ..\RockLib.Configuration.ProxyFactory\RockLib.Configuration.ProxyFactory.csproj
msbuild /p:Configuration=Release /t:Rebuild ..\RockLib.Configuration.ProxyFact... | RockFramework/RockLib.Configuration | build/buildProxyFactoryNuget.bat | bat | mit | 527 |
tools\wdgt.exe -f export -i src\ -o ..\TelligentEvolution.Mobile.Web\Resources\Widgets.xml -c -w
| Telligent/Mobile-SDK | src/ContentFragments/monitor.bat | bat | mit | 97 |
pushd %VENVS% && CALL nw0\scripts\activate.bat && cls && popd
python -i shell.py
| tjguk/networkzero | shell.cmd | bat | mit | 81 |
nuget pack Sitecore.Speak.TypeScript.nuspec
pause | ogojack/speak.theming | code/Nuget/build.cmd | bat | mit | 49 |
@echo off
SETLOCAL
SET comment=%*
IF /I [comment] == [] GOTO erro
CALL :dequote comment
git commit -m "%comment%"
goto fim
:dequote
FOR /f "delims=" %%A IN ('echo %%%1%%') DO SET %1=%%~A
goto :eof
:erro
echo You should type a comment.
echo.
echo Ex:
echo gc "Added validation of user's empty password on controller X... | marcosrocha85/gicosh | windows/gc.bat | bat | mit | 409 |
@echo off
set q=%*
call set q=%%q: =+%%
@start https://www.google.ch?q=%q%^&gws_rd=ssl
echo on
| codingseb/mycmds | g.bat | bat | mit | 108 |
@echo off
g++ src/main.cpp -o PSXCueMaker-Release-Win32-64bit.exe -std=c++17 -m64 -s -mwindows -static -static-libgcc -O03 -lOle32 -Wall -Wextra -Wfatal-errors -pedantic -Wformat=2 -Wstrict-overflow=5 -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Winit-self -Wlogical-op -Wmissing-include-dirs -Wnoexcept -Wold-style-cas... | nielsbuus/psx_cue_maker_desktop | make_release64.bat | bat | mit | 525 |
@echo off
set CP=%CLASSPATH%
set CP=%CP%;./target/scriptbuilder/lib/MRJAdapter.jar
set CP=%CP%;./target/scriptbuilder/lib/jdom-1.0.jar
set CP=%CP%;./target/scriptbuilder/lib/commons-cli-1.0.jar
set CP=%CP%;./target/scriptbuilder/lib/commons-lang-2.0.jar
set CP=%CP%;./target/scriptbuilder/lib/log4j-1.2.8.jar
set CP=%CP... | hculpan/HeroSim | herosim.bat | bat | mit | 395 |
rem NOTE: this batch file is to be run in a Visual Studio command prompt
rem Delete old files
del *.obj
del *.ilk
del *.exe
del *.pdb
rem Compile files into .obj files in current directory
cl /I"..\..\testcasesupport" /W3 /MT /GS /RTC1 /bigobj /EHsc /nologo /c main.cpp CWE*.c ..\..\testcasesupport\io.c ..\... | maurer/tiamat | samples/Juliet/testcases/CWE252_Unchecked_Return_Value/CWE252.bat | bat | mit | 474 |
cmd_fs/yaffs2/yaffs_checkptrw.o := arm-linux-gnueabi-gcc -Wp,-MD,fs/yaffs2/.yaffs_checkptrw.o.d -nostdinc -isystem /usr/lib/gcc-cross/arm-linux-gnueabi/4.7/include -Iinclude -I/home/benoit/kernel_android/32/es209ra/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm/inc... | b8e5n/KTG-kernel_es209ra | fs/yaffs2/.yaffs_checkptrw.o.cmd | bat | gpl-2.0 | 22,962 |
cmd_drivers/mfd/built-in.o := /root/aokp/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o drivers/mfd/built-in.o drivers/mfd/marimba-core.o drivers/mfd/mfd-core.o drivers/mfd/timpani-codec.o drivers/mfd/msm-adie-codec.o drivers/mfd/pm8058-core.o
| yncconsulting/HTC_Express_Kernel | drivers/mfd/.built-in.o.cmd | bat | gpl-2.0 | 272 |
cmd_crypto/crypto_blkcipher.o := /home/gabe/arm-2009q3/arm-2009q3/bin/arm-none-linux-gnueabi-ld -EL -r -o crypto/crypto_blkcipher.o crypto/ablkcipher.o crypto/blkcipher.o
| dagnarf/sgh-i717-dagkernel | crypto/.crypto_blkcipher.o.cmd | bat | gpl-2.0 | 175 |
cmd_net/ipv4/tunnel4.o := arm-none-linux-gnueabi-gcc -Wp,-MD,net/ipv4/.tunnel4.o.d -nostdinc -isystem /home/stesalit/arm-2009q1/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.3/include -I/root/kernel-dev/linux-2.6.37/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/m... | srinugnt2000/linux-2.6.37 | net/ipv4/.tunnel4.o.cmd | bat | gpl-2.0 | 31,850 |
# -*- mode: epics -*-
# $ iocsh test_evr-pmc-230.cmd
require mrfioc2,2.7.13
epicsEnvSet( "SYS" "PMC")
epicsEnvSet( "EVR" "EVR0")
epicsEnvSet( "EVR_BUS" "0x0d")
epicsEnvSet( "EVR_DEV" "0x00")
epicsEnvSet( "EVR_FUNC" "0x0")
epicsEnvSet("EVR_DOMAIN" "0x0000")
... | icshwi/icsem_scripts | pmc-evr-230/test_evr-pmc-230.cmd | bat | gpl-2.0 | 490 |
cmd_lib/klist.o := gcc -Wp,-MD,lib/.klist.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -Wframe-larger-than=2048 -fno... | namgk/kernel-tut | lib/.klist.o.cmd | bat | gpl-2.0 | 13,114 |
cmd_fs/ext2/built-in.o := /home/pasquale/android/arm-2009q3/bin/arm-none-eabi-ld -EL -r -o fs/ext2/built-in.o fs/ext2/ext2.o
| p500-ics-cm9/Franco-ICS-Kernel | fs/ext2/.built-in.o.cmd | bat | gpl-2.0 | 130 |
cmd_crypto/sha256_generic.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/sha256_generic.ko crypto/sha256_generic.o crypto/sha256_generic.mod.o
| avareldalton85/rpi2-linux-rt | crypto/.sha256_generic.ko.cmd | bat | gpl-2.0 | 255 |
cmd_arch/arm/lib/ashldi3.o := /home/selva/android/kernel/Android_Toolchains/arm-eabi-4.4.3/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.ashldi3.o.d -nostdinc -isystem /home/selva/android/kernel/Android_Toolchains/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/home/selva/android/kernel/arch/arm/include -Iarch/arm/in... | selva-simple/Galaxy-R-Kernel | arch/arm/lib/.ashldi3.o.cmd | bat | gpl-2.0 | 1,578 |
rem
rem Compile and install Clara OCR on OS/2
rem You need the usual environement ;-) sed, emx, XFree86,
rem gnu-make (renamed to gmake.exe), perl, ...
rem Quick and dirty and not perfect, but worked for me
rem with emx-gcc 2.8.1 and Clara Version 0.9.9 :-)
rem fbakan@gmx.net 9.5.2002
rem
echo extproc... | thequux/Clara-OCR | make-os2.cmd | bat | gpl-2.0 | 667 |
>>> python_book.__dict__
{'publisher': 'Pragmatic Bookshelf', 'ISBN': '978-1-93778-545-1',
'title': 'Practical Programming', 'price': 25.0,
'authors': ['Campbell', 'Gries', 'Montojo']}
| simontakite/sysadmin | pythonscripts/practicalprogramming/oop/book_dict.cmd | bat | gpl-2.0 | 187 |
cmd_net/key/built-in.o := /home/friedrich420/kernel/sm-arm-eabi-4.10/bin/arm-eabi-ld -EL -r -o net/key/built-in.o net/key/af_key.o
| friedrich420/Note-3-Kernel | net/key/.built-in.o.cmd | bat | gpl-2.0 | 136 |
@echo off
color 0f
cls
:admnchk
echo Immediately checking for Administrative access
net sessions
if %errorlevel%==0 (
echo Yay you have Admin u no how2windows GG
goto :adminhop
) else (
echo Lol u r bad
echo N0 Adm1n n00b!
pause
exit
)
:adminhop
REM Turns on UAC
reg ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Po... | hexidecimals/cyberpatriot | Auto_Secure.bat | bat | gpl-3.0 | 16,448 |
@if "%SCM_TRACE_LEVEL%" NEQ "4" @echo off
:: ----------------------
:: KUDU Deployment Script
:: Version: 1.0.13
:: ----------------------
:: Prerequisites
:: -------------
:: Verify node.js installed
where node 2>nul >nul
IF %ERRORLEVEL% NEQ 0 (
echo Missing node.js executable, please install node.js, if already ... | gwycis/my-first-angluar-app | deploy.cmd | bat | gpl-3.0 | 3,578 |
cd %SCRAPER_ROOT%\droidReviewDB
start java -jar %DERBY_INSTALL%\lib\derbyrun.jar server start
cd %SCRAPER_ROOT%\scripts\windows
| sandakith/TRRuSST | TrReviewScraper/scripts/windows/db.bat | bat | gpl-3.0 | 128 |
@echo OFF
pushd %~dp0
goto check_Permissions
:check_Permissions
echo Administrative permissions required. Detecting permissions...
net session >nul 2>&1
if %errorLevel% == 0 (
echo Success: Administrative permissions confirmed.
powershell -NoProfile -ExecutionPolicy Bypass -Command ".\upd... | younglim/hats-ci | virtualenv/shell/utils/update.cmd | bat | gpl-3.0 | 545 |
@echo off
REM
REM
%~d0
cd %~dp0
cd ../
mkdir projects
cd projects
mkdir proj.android
cd proj.android
mkdir objs
cd objs
mkdir armeabi
mkdir armeabi-v7a
mkdir x86
cd ../
cd objs\armeabi
cmake -G "Unix Makefiles" ^
-DCMAKE_TOOLCHAIN_FILE=%~dp0../CMake/android.toolchain.wapper.cmake ^
-DCMAKE_BUILD_TYPE=Release ^
-DANDR... | losemymind/FoundationKit | HTTPClient/Build/build_android.bat | bat | gpl-3.0 | 858 |
@echo off
setlocal ENABLEDELAYEDEXPANSION
set CURRENT_DIR=%cd%
rem change the below line to make sure that the directory is hard coded and can be called from any where.
set HOME=%CURRENT_DIR%
set JAVA_HOME=C:\Java\jdk1.6.0_23
rem Include the path of the JDK installed.
if not %JAVA_HOME% == "" goto gotJav... | MastekLtd/JBEAM | jbeam-core-components/jbeam-core-comm/src/shell-scripts/start-core-comm-winservices.bat | bat | lgpl-3.0 | 1,221 |
@echo off
REM --------------------------------------------------------------
REM Set PATH, INCLUDE, and LIB environment variables so
REM that CMAKE can be invoked and Condor can be built from
REM the command line.
REM
REM Note that the existing PATH is not preserved, although the new
REM path will still have Win... | clalancette/condor-dcloud | msconfig/set_build_env.bat | bat | apache-2.0 | 7,179 |
@echo off
rem Warning: environment is set for Win32 platform.
set PROJECT_TYPE=vs8
pushd ..
call set_env.bat
popd
if "%EXT_DIR%" == "" goto END
rem Setup common Win32 environment variables
set SolutionDirectory=%cd%
set DebugOutputDirectory=%SolutionDirectory%\out\modules
set ReleaseOutputDirectory=... | nashidau/Evas-Next | win32/vs8/start_modules.bat | bat | bsd-2-clause | 899 |
@ECHO off
cd %1
if EXIST autorun (more autorun)
| Recdeclec-Public/batchgames | The Hallows/chapters/1/Program Files/cd.bat | bat | mit | 53 |
cmd_mm/msync.o := /opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc -Wp,-MD,mm/.msync.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 -Wno... | smx-smx/dsl-n55u-bender | release/src-ra/linux/linux-2.6.21.x/mm/.msync.o.cmd | bat | gpl-2.0 | 15,406 |
cmd_net/ipv6/netfilter/built-in.o := /media/sagformas/47f72a56-be22-485d-ba83-da42e0d4eb18/fuentes/Samsung/TrendPlus/GT-S7580_JB_Opensource/rk-prebuilts/bin/arm-eabi-ld.bfd -EL -r -o net/ipv6/netfilter/built-in.o net/ipv6/netfilter/ip6_tables.o net/ipv6/netfilter/ip6table_filter.o net/ipv6/netfilter/ip6table_mangle... | EPDCenterSpain/kernel_Archos_97_Titan | net/ipv6/netfilter/.built-in.o.cmd | bat | gpl-2.0 | 496 |
@echo off
java -classpath systemDynamics-1.3.jar de.uka.aifb.com.systemDynamics.SystemDynamicsCommandLine %1 %2 %3 %4 %5 %6 %7 %8 | pjawahar/System_Dynamics | systemdynamics.bat | bat | lgpl-2.1 | 132 |
@echo off
REM This file is part of the DITA Open Toolkit project.
REM See the accompanying license.txt file for applicable licenses.
REM Derived from Apache Ant command line tool.
REM Licensed to the Apache Software Foundation (ASF) under one or more
REM contributor license agreements. See the NOTICE file distrib... | doctales/dita-ot | src/main/bin/dita.bat | bat | apache-2.0 | 3,473 |
@echo off
set path=%path%;%systemroot%\SysWOW64
start javaw -cp bin;NullpoMino.jar;lib\log4j-1.2.15.jar mu.nu.nullpo.tool.musiclisteditor.MusicListEditor
| sammymax/nullpomino | musiclisteditor.bat | bat | bsd-3-clause | 157 |
@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 (th... | chunlinyao/fop | fop/fop.bat | bat | apache-2.0 | 3,174 |
@echo off
call ..\tools\build.bat viostor.sln "Wnet Wlh Win7 Win8 Win10" %*
rem call ..\tools\build.bat viostor.sln "Win8" %*
if errorlevel 1 goto :eof
call ..\tools\build.bat viostor.vcxproj "Win8_SDV Win10_SDV" %*
| YanVugenfirer/virtio-win-arm | viostor/buildAll.bat | bat | bsd-2-clause | 216 |
::
:: Microsoft Azure SDK for Net - Generate library code
:: Copyright (C) Microsoft Corporation. All Rights Reserved.
::
@echo off
call %~dp0..\..\..\..\..\..\tools\generate.cmd cognitiveservices/data-plane/WebSearch %* | SiddharthChatrolaMs/azure-sdk-for-net | src/SDKs/CognitiveServices/dataPlane/Search/BingWebSearch/generate.cmd | bat | apache-2.0 | 221 |
@echo off
rem ----------------------------------------------------------------------
rem Configuration script for MSDOS
rem Copyright (C) 1994-1999, 2001-2021 Free Software Foundation, Inc.
rem This file is part of GNU Emacs.
rem GNU Emacs is free software: you can redistribute it and/or modify
rem ... | nanasess/emacs | config.bat | bat | gpl-3.0 | 14,870 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\bower\bin\bower" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\bower\bin\bower" %*
) | lucabriguglia/cqrs-experiments | src/Weapsy/node_modules/grunt-bower-task/node_modules/.bin/bower.cmd | bat | mit | 172 |
@echo off
pythonx.bat Scripts\pip.exe %*
| AlexCaranha/Wox | PythonHome/pip.bat | bat | mit | 42 |
git rm --cached -r .
git reset --hard
git add .
git commit -m "normalize line endings" | Icehunter/ffxivapp-iplugininterface | FixLineEndings.bat | bat | mit | 86 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.