code stringlengths 3 1.03M | repo_name stringlengths 5 84 | path stringlengths 4 233 | language stringclasses 1
value | license stringclasses 15
values | size int32 3 1.03M |
|---|---|---|---|---|---|
@echo off
rem startscript for xmaxima
rem get directory, where xmaxima.bat is installed (including final "\")
set xmpath=%~dp0
"%xmpath%wish86.exe" "%xmpath%\xmaxima" %*
| alexchenfeng/mathcosmos | crosscompile/windows/xmaxima.bat | bat | gpl-2.0 | 181 |
del wdl.zip
cd..
zip -X9r wdl\wdl.zip wdl -i *.c *.cpp *.cc *.h *.m *.mm *.png *.ico *.txt *.bat *.rc *.plist *.dsp *.dsw *.pbxproj *.strings *.nib *.php *.exp *.vcproj *.vcxproj *_prefix.pch *.r *.xib *.sln *.icns
zip -X9r wdl\wdl.zip wdl\eel2\asm-nseel-x64-macho.o
zip -X9r wdl\wdl.zip wdl\iplug\example\img.zi... | kronihias/reaper_ambix | WDL/makedist.bat | bat | lgpl-2.1 | 542 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\npm-run-all\bin\npm-run-all\index.js" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\npm-run-all\bin\npm-run-all\index.js" %*
) | Planigle/planigle | node_modules/.bin/npm-run-all.cmd | bat | gpl-2.0 | 214 |
@ECHO OFF
SETLOCAL
SET PATH=c:\python27;%PATH%
ECHO activating VS command prompt
IF /I "%PLATFORM"=="x64" (
CALL "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64
) ELSE (
CALL "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x86
)
IF NOT EXIST deps\gyp git clone ... | bjtaylor1/osrm-backend | third_party/variant/scripts/build-appveyor.bat | bat | bsd-2-clause | 789 |
@ECHO OFF
IF NOT "%~f0" == "~f0" GOTO :WinNT
@"ruby.exe" "T:/Ruby200-x64/bin/bundle" %1 %2 %3 %4 %5 %6 %7 %8 %9
GOTO :EOF
:WinNT
@"ruby.exe" "%~dpn0" %*
| itatky/geo | script/script/script/script/script/script/script/script/script/script/script/script/script/script/script/script/script/script/script/script/script/script/script/script/script/script/script/script/script/script/script/bundle.bat | bat | mit | 153 |
@echo off
echo [INFO] Install es.
cd %~dp0
cd ..
call mvn clean install -pl . -Dmaven.test.skip=true
echo [INFO] Install es/parent.
cd %~dp0
cd ../parent
call mvn clean install -pl . -Dmaven.test.skip=true
echo [INFO] Install common.
cd %~dp0
cd ../common
call mvn clean install -pl . -Dmaven.test.skip=true
cd ..... | cxzl25/es | bin/install.bat | bat | apache-2.0 | 330 |
@echo //-----------------------------------------------------------------------
@echo // brief:
@echo // builds Visual Studio Project by MSBuild
@echo // usage:
@echo // msbuild.bat
@echo // prerequisite:
@echo // defines the following variables
@echo // MSBUILD_SLN : The path to the built solution.
@ec... | hiroyuki-seki/hryky-codebase | tool/build/msbuild.bat | bat | mit | 2,507 |
:: Hak Cipta ©2018
:: @neon-nyan / codeneon
:: [codeneon123@gmail.com]
::
:: Di bawah Hak Cipta MIT License
:: [https://github.com/neon-nyan/xAutoBatch/raw/master/LICENSE]
:ProcessMedia
set i=0
for /r %%d in (input\*.spf) do (
setlocal EnableDelayedExpansion
set /a i=!i!+1
... | neon-nyan/xAutoBatch | include/Encoder/ReorderQuery.cmd | bat | mit | 5,630 |
%~dp0build.cmd
| jberezanski/ChocolateyPackages | MyGet.cmd | bat | mit | 15 |
REM A simple batch script that will create solution files for MSVC 12.
REM All third party dll files will also be copied to all possible
REM MSVC run modes.
cmake -G "Visual Studio 14 2015" -DCMAKE_LIBRARY_ARCHITECTURE=MSVC_x86
for %%D in (Debug Release MinSizeRel RelWithDebInfo) do (
if not exist %%D (
mkdir %%D
... | dkwasny/Hello_SDL | cmake_MSVC_x86.bat | bat | mit | 380 |
data
time<enter
test
time<enter
pause | xzj1997/AAA-Tree | test/time_test.bat | bat | mit | 37 |
echo Searching for gem bundler...
if exist %ADT_TOOLS%\ruby\bin\bundler.bat (
echo Found gem bundler.
exit /b 0
)
echo Installing gem bundler...
call %ADT_TOOLS%\ruby\bin\gem install bundler
if "%ERRORLEVEL%" NEQ "0" goto error
:exit
echo Successfully installed gem bundler.
exit /b 0
:error
echo Installatio... | TimMurphy/azure-deployment-tools | scripts/install-gem-bundler.cmd | bat | mit | 427 |
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: This batch file is the main entry point into SADL command-line interface.
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
@echo off
setlocal
set WORKSPACE=..\workspace
cd /d %~dp0
%~dp0\eclipsec.exe -... | crapo/sadlos2 | sadl3/com.ge.research.sadl.parent/com.ge.research.sadl.applications/resources/ExecuteCommand.cmd | bat | epl-1.0 | 413 |
cmd_net/ipv6/built-in.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 net/ipv6/built-in.o net/ipv6/ipv6.o net/ipv6/xfrm6_mode_transport.o net/ipv6/xfrm6_mode_tunnel.o net/ipv6/xfrm6_mode_beet.o net/ipv6/netfilter/built-in.o net/... | FEDEVEL/tmp-imx6-tiny-rex-linux | net/ipv6/.built-in.o.cmd | bat | gpl-2.0 | 594 |
cmd_drivers/rtc/rtc-core.o := /home/algesat/arm-eabi-4.7/bin/arm-eabi-ld -EL -r -o drivers/rtc/rtc-core.o drivers/rtc/class.o drivers/rtc/interface.o drivers/rtc/rtc-dev.o drivers/rtc/rtc-proc.o drivers/rtc/rtc-sysfs.o
| Algesat/BladeApex2 | drivers/rtc/.rtc-core.o.cmd | bat | gpl-2.0 | 223 |
cmd_sound/i2c/built-in.o := /home/rittik/android/kernel/toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-ld -EL -r -o sound/i2c/built-in.o sound/i2c/other/built-in.o
| RittikBhowmik/Project-Crater-Kernel-GT-i9152 | sound/i2c/.built-in.o.cmd | bat | gpl-2.0 | 168 |
::
:: Win32 batch file to handle TortoiseGit external proc calls
::
@echo off
setlocal
:: Look in the registry for TortoiseGit location
for /f "skip=2 tokens=3*" %%A in (
'"reg query "HKEY_LOCAL_MACHINE\SOFTWARE\TortoiseGit" /ve 2> nul"' ) do set TortoisePath=%%B
if "%TortoisePath%"=="" (goto :notfound) else (got... | tdjordan/tortoisegit | gitproc.bat | bat | gpl-2.0 | 470 |
@echo off
set OPENTTD_VERSION=1.3.0-beta1
set OPENSFX_VERSION=0.8.0
set NOSOUND_VERSION=0.8.0
set OPENGFX_VERSION=1.2.0
echo To make the installer, you must have the WarpIN compiler (wic) installed and in
echo your path, as well as wget and unzip. This file will download the various DLLs
echo to be distributed with t... | Creat/OpenTTD-Separation | os/os2/installer/make_installer.cmd | bat | gpl-2.0 | 2,011 |
cmd_drivers/media/usb/cx231xx/cx231xx-alsa.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/media/usb/cx231xx/cx231xx-alsa.ko drivers/media/usb/cx231xx/cx231xx-alsa.o drivers/media/usb/cx231xx/cx231xx-alsa.mod... | avareldalton85/rpi2-linux-rt | drivers/media/usb/cx231xx/.cx231xx-alsa.ko.cmd | bat | gpl-2.0 | 323 |
@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... | rerpy/rerpy | doc/make.bat | bat | gpl-2.0 | 5,096 |
@echo off
Reg delete HKLM\SOFTWARE\winmerge /v Flag /f
goto %ERRORLEVEL%
:1
echo Le logiciel WinMerge n est pas installe
exit 1
GOTO end
:0
echo debut de la desinstallation
cd \
cd "Program Files\WinMerge"
chmod ugo+rwx *
unins000.exe /sp- /verysilent /norestart
cd ..
chmod ugo+rwx "C:\Pr... | cedricde/lrs | addons/lsc_deployment_scripts/Software_using_a_installer_INNO_SETUP/File_Management/WinMerge/desinstallWinMerge.bat | bat | gpl-2.0 | 427 |
cmd_sound/soc/msm/snd-soc-msm8974.o := /home/friedrich420/kernel/Toolchain/arm-eabi-4.7/bin/arm-eabi-ld -EL -r -o sound/soc/msm/snd-soc-msm8974.o sound/soc/msm/msm8974.o
| friedrich420/Note-3-AEL-Kernel | sound/soc/msm/.snd-soc-msm8974.o.cmd | bat | gpl-2.0 | 174 |
cmd_arch/arm/lib/setbit.o := /home/josh/gcc-linaro-arm-linux-gnueabihf-4.7-2013.04-20130415_linux/bin/arm-linux-gnueabihf-gcc -Wp,-MD,arch/arm/lib/.setbit.o.d -nostdinc -isystem /home/josh/gcc-linaro-arm-linux-gnueabihf-4.7-2013.04-20130415_linux/bin/../lib/gcc/arm-linux-gnueabihf/4.7.3/include -I/home/josh/TF700-dual... | JoinTheRealms/TF700-dualboot-stockbased | arch/arm/lib/.setbit.o.cmd | bat | gpl-2.0 | 2,292 |
cmd_libbb/setup_environment.o := arm-linux-musleabihf-gcc -Wp,-MD,libbb/.setup_environment.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 -Wwr... | ThinkIntegrate/busybox | libbb/.setup_environment.o.cmd | bat | gpl-2.0 | 11,449 |
cmd_sound/pci/cs46xx/built-in.o := rm -f sound/pci/cs46xx/built-in.o; /opt/arm-2008q1/bin/arm-none-linux-gnueabi-ar rcs sound/pci/cs46xx/built-in.o
| yohanes/Acer-BeTouch-E130-Linux-Kernel | sound/pci/cs46xx/.built-in.o.cmd | bat | gpl-2.0 | 149 |
cmd_kernel/sys.o := ppc_4xx-gcc -m32 -Wp,-MD,kernel/.sys.o.d -nostdinc -isystem /tools/dev/eldk/usr/bin/../lib/gcc/powerpc-linux/4.2.2/include -I/tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -Iarch/powerpc -Wall -Wundef -Wstrict-prototypes -Wno-trigr... | mattkelly/linux-2.6-xlnx | kernel/.sys.o.cmd | bat | gpl-2.0 | 28,312 |
"%GBC%\fart.exe" "%GBC%\net\%EXECT%\%SEGAG%\%FUSN%.ini" [ROMPTH] "[ROMPTH]" | HoodlumDTX/rom-jacket | SEGAGexeject.bat | bat | gpl-2.0 | 75 |
chcp 65001
cd %USERPROFILE%\Desktop
vim | 0f27/wuCLI-tools | vimrun.bat | bat | gpl-3.0 | 41 |
@echo off
setlocal
call Build-CPM3
call Build-ZPM3 | wwarthen/CPU280 | Floppy/Build.cmd | bat | gpl-3.0 | 55 |
vlib work
IF ERRORLEVEL 1 GOTO error
vcom ..\..\..\shared\fifo.vhd
IF ERRORLEVEL 1 GOTO error
vcom ..\uart_rx.vhd
IF ERRORLEVEL 1 GOTO error
vcom ..\uart_tx.vhd
IF ERRORLEVEL 1 GOTO error
vcom ..\uart.vhd
IF ERRORLEVEL 1 GOTO error
vcom tb_uart2.vht
IF ERRORLEVEL 1 GOTO error
vsim -t ns tb -do all.do
... | fbelavenuto/msx1fpga | src/peripheral/uart/tb_uart/_run2.bat | bat | gpl-3.0 | 397 |
@echo off
mkdir ..\..\..\devel30_64\share\CodeBlocks\lib_finder > nul 2>&1
mkdir ..\..\..\output30_64\share\CodeBlocks\lib_finder > nul 2>&1
copy /Y lib_finder\*.xml ..\..\..\devel30_64\share\CodeBlocks\lib_finder > nul 2>&1
copy /Y lib_finder\*.xml ..\..\..\output30_64\share\CodeBlocks\lib_finder > nul 2>&1
zip -j9 ..... | stahta01/codeblocks_custom_build | src/plugins/contrib/lib_finder/update30_64.bat | bat | gpl-3.0 | 383 |
rem Clean up the results directory
rmdir /S /Q results
mkdir results
rem Synthesize the VHDL Wrapper Files
echo 'Synthesizing example design with XST';
xst -ifn xst.scr
copy cham_rom_exdes.ngc .\results\
rem Copy the netlist generated by Coregen
echo 'Copying files from the netlist directory to the resu... | ILoveSpeccy/Aeon-Lite | cores/lvov-pk02-mips/src/cham_rom/cham_rom/implement/implement.bat | bat | gpl-3.0 | 987 |
@echo off
:: ------------------------------------------------------------------
set MAIN_CLASS=org.apache.commons.net.deploy.client.TainClientMain
:: ------------------------------------------------------------------
set JAVA_HOME=N:\PROG\jdk1.7.0_79
set JRE_HOME=%JAVA_HOME%
:: set JAVA_EXE=%JAVA_HOME%\bi... | grtlinux/TAIN_DEPLOY | DEPLOY_01/src/org/apache/commons/net/deploy/shell/v05/depcli.bat | bat | gpl-3.0 | 3,034 |
@if "%DEBUG%" == "" @echo off
@rem ##########################################################################
@rem
@rem identio-server startup script for Windows
@rem
@rem ##########################################################################
@rem Set local scope for the variables with windows NT shell
if "%OS%"=... | identio/identio-server | scripts/password-generator/password-generator.bat | bat | agpl-3.0 | 2,272 |
%2 uninstall com.elevenpaths.android.latch
%2 install %1\newLatchSigned.apk | Joaneet/AutoLatch | InstallLatch.bat | bat | lgpl-2.1 | 75 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\tape\bin\tape" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\tape\bin\tape" %*
) | wzj413718/Jikexueyuan | Lesson-09-NodeJS_and_mobile/baiduNodejs/node_modules/.bin/tape.cmd | bat | apache-2.0 | 174 |
@ECHO OFF
java -cp lib\* de.li2b2.shrine.node.i2b2.I2b2Node http://localhost:8080/broker/ xxxApiKey567 http://services.i2b2.org/i2b2/services/PMService/^|https://www.i2b2.org/webclient/index.php demo@i2b2demo demouser i2b2_to_i2b2.xsl
REM for testing, you can use the random count node
REM java -cp lib\* de.li2b2.shr... | li2b2/li2b2-shrine | node/i2b2/i2b2-node-distribution/src/main/scripts/run_node.bat | bat | apache-2.0 | 393 |
@echo off
SETLOCAL
if NOT DEFINED ES_HOME goto err
set DIR=%~dp0
set FEEDER_CLASSPATH=%DIR%/*
REM ???
echo {^
"elasticsearch" : {^
"cluster" : "elasticsearch",^
"host" : "localhost",^
"port" : 9300^
},^
"type" : "jdbc",^
"jdbc" : {^
"url" : "jdbc:mysql://localhost... | songwie/elasticsearch-river-jdbc | bin/feeder/mysql/simpleexample.bat | bat | apache-2.0 | 782 |
@echo off
echo Copying swing table to main folder...
copy swing.tbl ..
| wizest/wingwing | ww20020907e_fly!!!_snuconstest2002/Swing/apply.bat | bat | bsd-2-clause | 71 |
@rem Script to build LuaJIT with MSVC.
@rem Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h
@rem
@rem Either open a "Visual Studio .NET Command Prompt"
@rem (Note that the Express Edition does not contain an x64 compiler)
@rem -or-
@rem Open a "Windows SDK Command Shell" and set the compiler environ... | LomoX-Offical/nginx-openresty-windows | src/LuaJIT/src/msvcbuild_debug.bat | bat | bsd-2-clause | 3,532 |
#define cube-cfg
#define c3-cfg
#define c3-ctl
#define c3
#define systemd-detect-virt
#define mv
#define jq
#define chmod
#define cube-cmd
#define touch
#define nctl
#define nanocat
#define nsenter
#define rm
#define tr
#define ln
#define skopeo
#define oci-image-tool
#define oci-runtime-tool
#define cube-ctl
#define r... | masselstine/meta-overc | meta-cube/recipes-support/overc-utils/source/c3-cmds/c3.cmd | bat | mit | 357 |
cmd_drivers/net/lte/built-in.o := /home/gjdlfg/kernel/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ld -EL -r -o drivers/net/lte/built-in.o drivers/net/lte/msm_rmnet.o drivers/net/lte/msm_rmnet_sdio.o drivers/net/lte/msm_rmnet_common.o
| jdlfg/Mecha-kernel-jdlfg | drivers/net/lte/.built-in.o.cmd | bat | gpl-2.0 | 252 |
@echo off
java -jar "%~dp0\a1.jar" %1
pause | tobiasstraub/bwinf-releases | BwInf 33 (2014-2015)/Runde 1/Aufgabe 1/ByteSector/Executables/start.bat | bat | gpl-3.0 | 43 |
qmake -r -tp vc
pause | balasubramanya/live555win | codep/autobuild.bat | bat | lgpl-2.1 | 22 |
@echo off
setlocal
"%GLADIATOR_HOME%\Tools\Ascii\Src\ascii.exe" %*
endlocal
@echo on | hyller/GladiatorFirmware | Scripts/ascii.bat | bat | unlicense | 92 |
echo on
SetLocal EnableDelayedExpansion
REM This is the recommended way to choose the toolchain version, according to
REM Appveyor's documentation.
SET PATH=C:\Program Files (x86)\MSBuild\%TOOLCHAIN_VERSION%\Bin;%PATH%
set VCVARSALL="C:\Program Files (x86)\Microsoft Visual Studio %TOOLCHAIN_VERSION%\VC\vcvarsall.bat"... | aleksandrpak/approvals | .appveyor.bat | bat | apache-2.0 | 1,975 |
nrfjprog --eraseall
nrfjprog --program ..\..\common\ble_device_radio.hex
nrfjprog --program ..\..\common\ble_device_platform.hex
nrfjprog --program BoardConfig.hex
nrfjprog --reset
pause
| JUMA-IO/nRF51_Platform | BoardConfig/Image/Board/SMP/flash-ble-device-system.bat | bat | apache-2.0 | 188 |
@echo off
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 (... | hyokun31/wisekb-management-platform | wisekb-uima-ducc/apache-uima/bin/startVinciService.bat | bat | apache-2.0 | 1,537 |
call ..\bin\util\env_msvc.bat
set NAME=prj
rem %DEVENV% /project %NAME% /build "Debug" %NAME%.sln
%DEVENV% /project %NAME% /build "Debug_MD|Win32" %NAME%.sln
if Errorlevel 1 goto error
%DEVENV% /project %NAME% /build "Debug_MD|x64" %NAME%.sln
if Errorlevel 1 goto error
%DEVENV% /project %NAME% /build "Debug_MT|Win32" %... | eriser/es | es_msvc10_lib/doit.bat | bat | bsd-3-clause | 825 |
"%VS110COMNTOOLS%..\IDE\CommonExtensions\Microsoft\TestWindow\vstest.console.exe" "..\..\Bin\RDP_ClientTestSuite.dll" /Settings:..\..\Bin\ClientLocal.TestSettings /Tests:RDPEGFX_SurfaceToScreen_PositiveTest_DeleteSurface /Logger:trx
pause
| JessieF/WindowsProtocolTestSuites | TestSuites/RDP/src/Batch/RDPEGFX/RDPEGFX_SurfaceToScreen_PositiveTest_DeleteSurface.cmd | bat | mit | 239 |
d:\java\apache-ant-1.6.1-bin\apache-ant-1.6.1\bin\ant -DsrcDir=f:\ | theanuradha/debrief | deploy/from_cd.bat | bat | epl-1.0 | 66 |
rem Run XBRL Function Registry Conformance Suite tests
@set TESTCASESROOT=C:\Users\Herm Fischer\Documents\mvsl\projects\XBRL.org\conformance-formula\trunk\function-registry
@set TESTCASESINDEXFILE=%TESTCASESROOT%\functionregistry.xml
@set OUTPUTLOGFILE=c:\temp\Function-test-log.txt
@set OUTPUTCSVFILE=c:\temp\Functi... | sternshus/Arelle | scripts/runFunctionTests.bat | bat | apache-2.0 | 623 |
:: ###startdir### %WORKSPACE%/mne-cpp/..
echo off
:: ### %0 Batch filename itself ###
set arg0=%0
:: ### %1 First command line parameter - suffix ###
set arg1=%1
if "%arg1%"=="" set arg1=default
set filename=mne-cpp-windows-x86_64-%arg1%.zip
echo Start Compressing MNE-CPP Win Build; file name: %filename%
call 7z a %... | rickytjen/mne-cpp | tools/appveyor/compress_binaries.bat | bat | bsd-3-clause | 335 |
@if (@X)==(@Y) @end /****** jscript comment ******
@echo off
::::::::::::::::::::::::::::::::::::
::: compile the script ::::
::::::::::::::::::::::::::::::::::::
setlocal
if exist "%~n0.exe" goto :skip_compilation
:: searching the latest installed .net framework
for /f "tokens=* delims=" %%v in ('dir /b /s... | TheBigBear/batch.scripts | hybrids/.net/listEncodings.bat | bat | mit | 1,633 |
::
:: 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
::
:: http://www.apache.org/licenses/LICENSE-2.0
::
:: Unless required by applicable law or agreed to in writing, software
:: distribut... | strava/thrift | build/appveyor/build-libevent.bat | bat | apache-2.0 | 1,400 |
echo.
echo -------------------------------------------------------------------------------
echo. | GraysonP/codecombat-1 | scripts/windows/coco-dev-setup/batch/scripts/print_seperator.bat | bat | mit | 96 |
@echo off
title Copy JIRA worklogs
php copylog.php
| rroble/copylog | copylog.bat | bat | mit | 51 |
pyuic5 -o GUIs\CoMPlEx_hwConfig_Dialog.py GUIs\CoMPlEx_hwConfig_Dialog.ui
| elandini/CoMPlEx | compileConf_pyqt5.bat | bat | mit | 74 |
REM https://www.spigotmc.org/threads/useful-java-arguments-to-increase-server-performance.98374/
@echo off
java -server -XX:-UseAdaptiveSizePolicy -Xms2G -Xmx2G -XX:+AlwaysPreTouch -XX:+DisableExplicitGC -XX:+UseG1GC -XX:+AggressiveOpts -jar minecraft_server.1.13.2.jar nogui
pause
| feikname/Scripts | batch/minecraft_server/start6_g1gc.bat | bat | mit | 286 |
@echo off
REM Run from anywhere, project root or bin folder. E.g. (from root):
REM bin\kill-drivers
call tasklist | findstr /i "driver phantomjs"
call taskkill /f /im "chromedriver.exe"
call taskkill /f /im "IEDriverServer.exe"
call taskkill /f /im "phantomjs.exe"
exit /b 0
| gitgrimbo/settlersonlinesimulator | bin/kill-drivers.bat | bat | mit | 278 |
@echo off
rem ---------------------------------------------------------------------------------------------------------------------------
rem TikiOne Steam Cleaner start-up script.
rem Used to launch TikiOne Steam Cleaner with the bundled JVM (if exists) or the operating system's JVM.
rem ------------------------------... | jonathanlermitage/tikione-steam-cleaner | dist2/tikione-steam-cleaner-portable-debug.bat | bat | mit | 1,140 |
cd ./bin/
easybufff.exe | toophy/easybuff | run.bat | bat | mit | 23 |
golint ./...
@echo off
cd .\_example\simple\
@echo on
call golint ./...
@echo off
cd ..\..\
@echo on | UnnoTed/fileb0x | lint.bat | bat | mit | 103 |
cpbo -p MissionFile atrium.tavi.pbo | steven1152/Atrium-Life | build.cmd | bat | mit | 35 |
REM SET "CMAKE_ARGS=-DENABLE_MKL=ON -DBoost_COMPILER=-vc140 -DCMAKE_INSTALL_PREFIX=%PREFIX%"
SET "CMAKE_ARGS=-DENABLE_MKL=ON -DCMAKE_INSTALL_PREFIX=%PREFIX%"
REM conda build sets "Visual Studio 15 2017 Win64" generator
REM which is incompatible with "-A x64" that we add ourselves in setup.py,
REM hence we remove " Win... | ExaScience/smurff | conda-recipes/smurff/bld.bat | bat | mit | 485 |
SET SRV=localdb
SET DB=LocalDBL4s
for %%A in (.\??_*.sql) do (
"c:\Program Files (x86)\Microsoft SQL Server\Client SDK\ODBC\130\Tools\Binn\"SQLCMD.EXE -S "(localdb)\LocalDBL4s" -i %%A
)
pause | ravalovic/L4S | L4S/database/temp/createALLDBObjects.bat | bat | mit | 193 |
@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... | jmbowman/media_library | docs/make.bat | bat | mit | 5,110 |
npm install -g grunt -cli
| cacticouncil/pencilcode | Step3_Initial_Install.bat | bat | mit | 26 |
@echo off
rem CLI Script to Check Compatibility of chunk of PHP code
rem PHP versions 4 and 5
rem @category PHP
rem @package PHP_CompatInfo
rem @author Laurent Laville <pear@laurent-laville.org>
rem @license http://www.opensource.org/licenses/bsd-license.php BSD
rem @version CVS: $Id: compatinfo.bat,... | thebagmaster/WEB_COT | php/pci.bat | bat | gpl-2.0 | 519 |
cmd_net/ipv6/built-in.o := /home/adam/Android/Toolchains/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o net/ipv6/built-in.o net/ipv6/ipv6.o net/ipv6/ah6.o net/ipv6/esp6.o net/ipv6/ipcomp6.o net/ipv6/xfrm6_tunnel.o net/ipv6/tunnel6.o net/ipv6/xfrm6_mode_transport.o net/ipv6/xfrm6_mode_tunnel.o net/ipv6/xfrm6_mode_beet.o n... | arshull/GalaTab3_Kernel | net/ipv6/.built-in.o.cmd | bat | gpl-2.0 | 480 |
cmd_crypto/crypto_algapi.o := /opt/arm-2009q3/bin/arm-none-eabi-ld -EL -r -o crypto/crypto_algapi.o crypto/algapi.o crypto/scatterwalk.o crypto/proc.o
| sembre/kernel_totoro_update3 | common/crypto/.crypto_algapi.o.cmd | bat | gpl-2.0 | 155 |
cmd_drivers/cpuidle/governors/built-in.o := /opt/arm-2009q3/bin/arm-none-eabi-ld -EL -r -o drivers/cpuidle/governors/built-in.o drivers/cpuidle/governors/ladder.o drivers/cpuidle/governors/menu.o
| sembre/kernel_totoro_update3 | common/drivers/cpuidle/governors/.built-in.o.cmd | bat | gpl-2.0 | 201 |
cmd_drivers/net/wireless/ath/carl9170/built-in.o := rm -f drivers/net/wireless/ath/carl9170/built-in.o; ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ar rcsD drivers/net/wireless/ath/carl9170/built-in.o
| avareldalton85/rpi2-linux-rt | drivers/net/wireless/ath/carl9170/.built-in.o.cmd | bat | gpl-2.0 | 247 |
echo "dzialam"
| wojtekl/nauka | virus/virus-bat/victim.bat | bat | gpl-2.0 | 16 |
cmd_crypto/crypto.o := mips-openwrt-linux-uclibc-ld -m elf32btsmip -r -o crypto/crypto.o crypto/api.o crypto/cipher.o crypto/compress.o
| shizhai/wprobe | build_dir/target-mips_r2_uClibc-0.9.33.2/linux-ar71xx_generic/linux-3.10.4/crypto/.crypto.o.cmd | bat | gpl-2.0 | 140 |
cmd_fs/proc/generic.o := gcc -Wp,-MD,fs/proc/.generic.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/proc/.generic.o.cmd | bat | gpl-2.0 | 10,532 |
cmd_net/ipv4/esp4.o := arm-eabi-gcc -Wp,-MD,net/ipv4/.esp4.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/arm/mach-msm/inc... | bigbiff/i717-GB-Kernel | net/ipv4/.esp4.o.cmd | bat | gpl-2.0 | 33,907 |
cmd_.tmp_vmlinux1 := /space/android/system/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -p --no-undefined -X --build-id -o .tmp_vmlinux1 -T arch/arm/kernel/vmlinux.lds arch/arm/kernel/head.o arch/arm/kernel/init_task.o init/built-in.o --start-group usr/built-in.o arch/arm/vfp/built-in.o arch/arm... | asopov/linux-tpt-2.6.39 | ..tmp_vmlinux1.cmd | bat | gpl-2.0 | 706 |
@echo off
REM Copyright 2014-2017 John de Murga - Licensed under the GPLv2
echo -----------------------
echo Downloading Go packages
echo -----------------------
set WGET=cscript /nologo tools\wget.js
IF NOT EXIST ".\\downloads\\go.zip" (
%WGET% "https://dl.google.com/go/go1.14.2.windows-amd64.zip" ".\\downloads... | JohnMurga/atom-portable | 4-build-go-pack.bat | bat | gpl-2.0 | 3,231 |
cmd_arch/arm/lib/strchr.o := /home/playfulgod/Android/2.3.5/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.strchr.o.d -nostdinc -isystem /home/playfulgod/Android/2.3.5/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/../lib/gcc/arm-eabi/4.4.0/include -Iinclude -I/home/playfulgod/And... | Jewbie/Kernel-2.6.32 | arch/arm/lib/.strchr.o.cmd | bat | gpl-2.0 | 1,737 |
rem unix
java -Xmx256M -cp "./src:./gwt-build-libraries/gwt-incubator-20100204-r1747.jar:./gwt-build-libraries/gwt-2.0.3/gwt-user.jar:./gwt-build-libraries/gwt-2.0.3/gwt-dev.jar" com.google.gwt.dev.Compiler -workDir "./WebContent" edu.du.penrose.systems.fedoraApp.web.gwt.batchIngest.BatchIngestStatus
rem windows versi... | chetrebman/fedoraApp | BatchIngestStatus-compile.cmd | bat | gpl-3.0 | 774 |
@echo off
rem
rem @file skel.cmd
rem @brief skeleton of script to use with efunctions.cmd
rem @project cmd_fw
rem @author Charles-Antoine Degennes (cadegenn@gmail.com)
rem @date 2018.09.10
rem @copyright (c) 2018 Charles-Antoine Degennes
rem
rem @modified
rem @modifiedby
rem
rem This file is part of Tiny %COMSPEC%... | cadegenn/pwsh_fw | build/windows/build.cmd | bat | gpl-3.0 | 5,323 |
@echo off
title RealArcade Wrapper Killer v%rawkver% (.-+'~^-+ EXE Pre-Cleaner +-^~`+-.) [...cRypTiCwaRe 2o2o...]
if %testmode%==1 (
echo [core_clean_exe : loaded]
pause>nul
)
::-----------------------------------------------------------------------------------
:: Deleting ALL known not needed EXE files from... | esc0rtd3w/realarcade-wrapper-killer | src/core_clean_exe.cmd | bat | gpl-3.0 | 1,263 |
#
# Este archivo shell prueba todos los efectos posibles sobre las imagenes
# soportadas por la aplicacion.
#
img=test-imgs/200x150/test
res=resultado/200x150/res
target=pixelate.exe
ext=.bmp
#ele=
for i in 1 4 8 16 24 32
do
$target -i $img$i$ext -n -o $res$i-n.bmp
#read var
$target -i $img$i$ext -b 5 -o... | delmosaurio/pixelate | test/test.bat | bat | gpl-3.0 | 1,818 |
@echo off
rem CenterSelf
set FGcol=10
rem ChangeColor %FGcol% 0
set /p IPadd= Enter target IP:
rem PrintBoxAt 12 31 3 20 2
rem ChangeColor 0 %FGcol%
rem Wait 600
start /min ping -t -l 65500 -w 5000 %IPadd%
start /min ping -t -l 65500 -w 5000 %IPadd%
rem ShadeBoxAt 13 32 1 2 2
rem Wait 600
start /min ping -t -l 65... | hedgestur/Project_Tarkin | Build/Project Tarkin.bat | bat | gpl-3.0 | 1,392 |
@echo off
set curpath=%~dp0
if defined KBE_ROOT (echo %KBE_ROOT%) else set KBE_ROOT=%curpath:~0,-15%
if defined KBE_RES_PATH (echo %KBE_RES_PATH%) else set KBE_RES_PATH=%KBE_ROOT%kbe/res/;%KBE_ROOT%demo/;%KBE_ROOT%demo/res/
if defined KBE_HYBRID_PATH (echo %KBE_HYBRID_PATH%) else set KBE_HYBRID_PATH=%KBE_ROOT%kbe/bin/H... | 75651/kbengine_cloud | kbe/bin/Hybrid/!(win)randstart.bat | bat | lgpl-3.0 | 761 |
@s di %* & svn st -u %*
| guerreroderrick/batch-utils | sq.bat | bat | unlicense | 24 |
For /f "tokens=2-4 delims=/ " %%a in ('date /t') do (set mydate=%%c_%%a_%%b)
For /f "tokens=1-2 delims=/:" %%a in ("%TIME: =0%") do (set mytime=%%a%%b)
dotnet tool update --global dotnet-ef --version 6.0.1
dotnet build
dotnet ef migrations --startup-project ../ASPNETCoreIdentitySample/ add V%mydate%_%mytime% --context ... | VahidN/DNTIdentity | src/ASPNETCoreIdentitySample.DataLayer.MSSQL/_01-add_migrations.cmd | bat | apache-2.0 | 340 |
cmd_procps/powertop.o := gcc -Wp,-MD,procps/.powertop.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-prototyp... | rennman/copfvtci | build/busybox-1.25.1/procps/.powertop.o.cmd | bat | apache-2.0 | 10,350 |
@echo off
set CLASSPATH=%JLITE_HOME%;%JLITE_HOME%\bin
FOR %%f IN (%JLITE_HOME%\lib\*.jar) DO (call :append_classpath %%f)
FOR %%f IN (%JLITE_HOME%\lib\glite\*.jar) DO (call :append_classpath %%f)
FOR %%f IN (%JLITE_HOME%\lib\external\*.jar) DO (call :append_classpath %%f)
:append_classpath
set CLASSPATH=%CLASSP... | csuarez/jlite-cli-plus | cli/set-classpath.bat | bat | apache-2.0 | 327 |
@echo off
REM Copyright 2005-2009 WSO2, Inc. (http://wso2.com)
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
RE... | mpmunasinghe/product-ei | distribution/src/scripts/ciphertool.bat | bat | apache-2.0 | 3,334 |
java -Dorg.slf4j.simpleLogger.defaultLogLevel=info -Dorg.slf4j.simpleLogger.logFile=enhance-%1.log -jar tools.jar B:/datagov/cfg/%1/enhancer.properties
| Fedict/dcattools | dist/bin/enhance.bat | bat | bsd-2-clause | 153 |
@echo off
setLocal EnableDelayedExpansion
REM Path to core and library classes
set MAIN=%~dp0\..
set CP=%MAIN%\target\classes;%MAIN%\lib\custom\*;%MAIN%\lib\*;%CLASSPATH%
REM Run code
java -cp "%CP%" %BASEX_JVM% org.basex.BaseXServer %* stop
| BaseXdb/basex | basex-core/etc/basexserverstop.bat | bat | bsd-3-clause | 253 |
@echo off
REM
REM This batch file archives the generated HTML files of the CodeXL User Guide
REM so the Linux build can bundle it in CodeXL tarball, RPM and Debian packages.
REM
REM Argument1 = Perforce Workspace root path. Usualy this is D:\jenkins\workspace\CodeXL-Doc\
@echo on
REM Remove any old archive
cd %1%
del... | ilangal-amd/CodeXL | CodeXL/Help/ArchiveHtmlHelpForLinux.bat | bat | mit | 652 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_WOPI.MS_WOPI_S03_SchemaLock.TestCase_S03_TC22_GetLock_Success_RefreshTimeout /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_S03_TC22.cmd | bat | mit | 301 |
reg export HKCU\Software\ConEmu ConEmu.reg
| Iristyle/ChocolateyPackages | EthanBrown.ConEmuConfig/tools/export.bat | bat | mit | 43 |
cmd_fs/partitions/efi.o := /opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc -Wp,-MD,fs/partitions/.efi.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 -Wstri... | smx-smx/dsl-n55u-bender | release/src-ra/linux/linux-2.6.21.x/fs/partitions/.efi.o.cmd | bat | gpl-2.0 | 18,533 |
::
:: 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
::
:: http://www.apache.org/licenses/LICENSE-2.0
::
:: Unless required by applicable law or agreed to in writing, software
:: distribut... | gadLinux/thrift | build/appveyor/MSVC-appveyor-install.bat | bat | apache-2.0 | 2,448 |
..\..\..\packages\ReportGenerator.2.1.3.0\reportgenerator.exe -reports:results.xml -targetdir:coverage
| DeanWookey/2015-SpaceInvaders-TestHarness | SpaceInvadersTest/report.bat | bat | gpl-2.0 | 103 |
@echo off
set BUILD_DIR="../../../../../../../build/android/ndk/apps/driverinfo_vulkan/"
call ndk-build NDK_LIBS_OUT=%BUILD_DIR%libs NDK_OUT=%BUILD_DIR%obj
call copy AndroidManifest.xml %BUILD_DIR%AndroidManifest.xml
call copy build.xml %BUILD_DIR%build.xml
call copy project.properties %BUILD_DIR%project.properties
c... | mre4ce/Vulkan-Samples | samples/apps/driverinfo/projects/android/ndk/driverinfo_vulkan/build.bat | bat | apache-2.0 | 600 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.