code stringlengths 3 1.03M | repo_name stringlengths 5 84 | path stringlengths 4 233 | language stringclasses 1
value | license stringclasses 15
values | size int32 3 1.03M |
|---|---|---|---|---|---|
SET NRFJPROG_PATH=C:\nrf\tools\nrf51_tools\bin\nrfjprog.exe
SET SOFTDEVICE_HEX=C:\nrf\softdevices\sd130_1.0.0-prod\s130_nrf51_1.0.0_softdevice.hex
REM pass the folder name, either Debug or Release to this script file
if("%1" == "") SET 1 Debug
echo Parallel flashing on all dongles
SET SEGGER0=680194045
SET SEGGER1=6... | menaya0506/fruitymesh | deploy/flash.bat | bat | gpl-3.0 | 1,140 |
java -jar ingestion-validation-1.0-SNAPSHOT.jar %1 | inbloom/secure-data-service | sli/ingestion/ingestion-validation/src/main/resources/OfflineValidationTool.bat | bat | apache-2.0 | 50 |
@echo off
if "%OS%" == "Windows_NT" setlocal
rem ---------------------------------------------------------------------------
rem Start/Stop Script for the MyCollab Server
rem
rem Environment Variable Prerequisites
rem
rem MYCOLLAB_HOME May point at your MyCollab "build" directory.
rem MYCOLLAB_OUT (Optional) ... | uniteddiversity/mycollab | mycollab-app-community/src/main/scripts/mycollab.bat | bat | agpl-3.0 | 3,111 |
@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... | larsvandersangen/SWOS-WEEK-1 | gameoflife-web/tools/jmeter/bin/jmeter.bat | bat | apache-2.0 | 4,056 |
@echo off
set GEN_DIR=..\..\..\res\build-tools
set ASSEMBLY_DIR=..\bin\RhoRubyExtGen\Debug
"%GEN_DIR%\ClassInitGenerator" "%ASSEMBLY_DIR%\RhoRubyExtGen.dll" /libraries:rho.rubyext /out:../RhoRubyLib/Initializers.Generated.cs
| jdrider/rhodes | platform/wp7/RhoRubyExtGen/GenerateInitializers.cmd | bat | mit | 228 |
@setlocal EnableExtensions EnableDelayedExpansion
@echo off
:args-loop
if "%1" equ "" goto args-done
if "%1" equ "-b" (
set "mbed_bin_path=%2"
goto args-continue
)
if "%1" equ "-d" (
set "mbed_usb_drive_letter=%2"
goto args-continue
)
if "%1" equ "-p" (
set "mbed_serial_port=%2"
goto args-continue
)
if "%1" equ... | emirotin/resin-azure-iot-sample | c/iothub_client/tests/longhaul_tests/mbed/runtests.cmd | bat | mit | 787 |
CALL F:\Xilinx\13.2\ISE_DS\ISE\cse\tcl\setup_env_for_tclsh_nt64.bat
xtclsh.exe mine.tcl
PAUSE | fpgaminer/Open-Source-FPGA-Bitcoin-Miner | projects/X5000_ztexmerge/scripts/mine.bat | bat | gpl-3.0 | 93 |
@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... | ralph-group/mucloud | docs/make.bat | bat | mit | 7,246 |
@ECHO OFF
pushd %~dp0
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set SOURCEDIR=.
set BUILDDIR=_build
set SPHINXPROJ=Steamfront
if "%1" == "" goto help
%SPHINXBUILD% >NUL 2>NUL
if errorlevel 9009 (
echo.
echo.The 'sphinx-build' command was not found. Make ... | 4Kaylum/Steamfront | docs/make.bat | bat | mit | 778 |
@echo off
cd %~dp0
set EnableNuGetPackageRestore=true
".nuget\NuGet.exe" install Sake -Version 0.1.3 -o packages
"packages\Sake.0.1.3\tools\Sake.exe" -f Sakefile.shade -I packages\Sake.0.1.3\tools\Shared %*
| dragan/mulder | sake.cmd | bat | mit | 208 |
npm run build:prod -- --aot --output-hashing none
pause | Swastika-IO/Swastika-IO-ngx-admin | build.bat | bat | mit | 55 |
::make sure nuget is up to date
::nuget Update -self
SET sourceDir=Secured
SET destinationDir=SecureStarter\content
::Clear any existing content files
RMDIR %destinationDir% /S /Q
::clear any existing packages from this folder
DEL Angular.SecureStarter.*.nupkg /F /Q
::sort out the namespace in cs files
::PowerSh... | Useful-Software-Solutions-Ltd/Angular.Net.SecureStarter | Nuget/SecureStarter/CreatePackage.bat | bat | mit | 761 |
c:\Users\%username%\AppData\Roaming\npm\brunch w --server
PAUSE
| pierr/bootstrap-ws | launch.bat | bat | mit | 64 |
cl ../*.c /Fe:test.exe
lib.exe /out:list.lib list.obj
cl /LD ../list.c /Fe:list.dll
| lmaddalena/List | bin/make.cmd | bat | mit | 84 |
@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... | Winawer/sanitoggl | docs/make.bat | bat | mit | 7,250 |
@ECHO off
SETLOCAL
CALL :find_dp0
IF EXIST "%dp0%\node.exe" (
SET "_prog=%dp0%\node.exe"
) ELSE (
SET "_prog=node"
SET PATHEXT=%PATHEXT:;.JS;=;%
)
"%_prog%" "%dp0%\..\detect-libc\bin\detect-libc.js" %*
ENDLOCAL
EXIT /b %errorlevel%
:find_dp0
SET dp0=%~dp0
EXIT /b
| kipid/blog | nodejs/node.js-mysql-1/node_modules/.bin/detect-libc.cmd | bat | mit | 273 |
"C:\Program Files\LOVE\love.exe" C:\Users\admin\Projects\tektix\hektik
pause
del "%0"
pause
| hagish/tektix | hektik/geany_run_script.bat | bat | mit | 94 |
deps_config := \
lib/xz/Kconfig \
lib/Kconfig \
drivers/crypto/caam/Kconfig \
drivers/crypto/Kconfig \
crypto/async_tx/Kconfig \
crypto/Kconfig \
security/integrity/evm/Kconfig \
security/integrity/ima/Kconfig \
security/integrity/Kconfig \
security/yama/Kconfig \
security/apparmor/Kconfig \
security/tomoyo... | Algesat/BladeApex2 | include/config/auto.conf.cmd | bat | gpl-2.0 | 24,553 |
cmd_drivers/media/dvb-frontends/nxt6000.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/dvb-frontends/nxt6000.ko drivers/media/dvb-frontends/nxt6000.o drivers/media/dvb-frontends/nxt6000.mod.o
| avareldalton85/rpi2-linux-rt | drivers/media/dvb-frontends/.nxt6000.ko.cmd | bat | gpl-2.0 | 311 |
cmd_net/wireless/built-in.o := /home/dman3285/CM10/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o net/wireless/built-in.o net/wireless/cfg80211.o net/wireless/wext-core.o net/wireless/wext-proc.o
| AOSP-ZEUS/android_kernel_samsung_n1 | net/wireless/.built-in.o.cmd | bat | gpl-2.0 | 224 |
cmd_arch/arm/lib/delay.o := arm-eabi-gcc -Wp,-MD,arch/arm/lib/.delay.o.d -nostdinc -isystem /home/jason/toolchain/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/media/Jason_HDD_ext4/Android/WORKING/Source/Kernel/maguro/omap/arch/arm/include -Iarch/arm/include/generated -Iinclude ... | Jason-Choi/EastSea-Kernel | arch/arm/lib/.delay.o.cmd | bat | gpl-2.0 | 2,296 |
cmd_drivers/base/dd.o := /home/azure/Kernel/arm-2010q1/bin/arm-none-linux-gnueabi-gcc -Wp,-MD,drivers/base/.dd.o.d -nostdinc -isystem /home/azure/Kernel/arm-2010q1/bin/../lib/gcc/arm-none-linux-gnueabi/4.4.1/include -Iinclude -I/home/azure/Kernel/rndc-kernel/arch/arm/include -include include/linux/autoconf.h -D__KERN... | denzfarid/rndc-kernel | drivers/base/.dd.o.cmd | bat | gpl-2.0 | 121,710 |
cmd_mm/util.o := /opt/arm-2008q1/bin/arm-none-linux-gnueabi-gcc -Wp,-MD,mm/.util.o.d -nostdinc -isystem /data/linux/opt/arm-2008q1/bin/../lib/gcc/arm-none-linux-gnueabi/4.2.3/include -Iinclude -I/data/embedded/acer/acergit/linux/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/ar... | yohanes/Acer-BeTouch-E130-Linux-Kernel | mm/.util.o.cmd | bat | gpl-2.0 | 19,467 |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% source
set I18NSPHINXOPTS=%SPHINXOPTS% source
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLS... | edwintye/pygotools | doc/make.bat | bat | gpl-2.0 | 7,251 |
#! /bin/bash
rem
rem Installation script for CK packages.
rem
rem See CK LICENSE.txt for licensing details.
rem See CK Copyright.txt for copyright details.
rem
rem Developer(s): Grigori Fursin, 2015
rem
set PACKAGE_NAME=CCC-2.5-with-ml-plugins
cd %INSTALL_DIR%
cp %PACKAGE_DIR%\%PACKAGE_NAME%.tar.gz .
gzip -d %PACKAG... | ctuning/reproduce-milepost-project | package/autotuning-ccc-2.5-src-outdated-linux/process.bat | bat | gpl-2.0 | 847 |
cmd_net/netfilter/ipset/ip_set_hash_ipport.ko := /home/ashishtanwer/goldfish3.10/../x86_64-linux-android-4.7/bin/x86_64-linux-android-ld -r -m elf_i386 -T /home/ashishtanwer/goldfish3.10/scripts/module-common.lds --build-id -o net/netfilter/ipset/ip_set_hash_ipport.ko net/netfilter/ipset/ip_set_hash_ipport.o net/netfi... | ashishtanwer/NFTable-porting-on-Android-Goldfish | net/netfilter/ipset/.ip_set_hash_ipport.ko.cmd | bat | gpl-2.0 | 356 |
cmd_arch/arm/lib/ashrdi3.o := /home/spacecaker/CodeSourcery/Sourcery_CodeBench_Lite_for_ARM_EABI/bin/arm-none-eabi-gcc -Wp,-MD,arch/arm/lib/.ashrdi3.o.d -nostdinc -isystem /home/spacecaker/CodeSourcery/Sourcery_CodeBench_Lite_for_ARM_EABI/bin/../lib/gcc/arm-none-eabi/4.6.1/include -I/home/spacecaker/android/GT-S5830_k... | spacecaker/Stock_spacecaker_kernel | arch/arm/lib/.ashrdi3.o.cmd | bat | gpl-2.0 | 1,347 |
cmd_fs/ramfs/built-in.o := /opt/freescale/usr/local/gcc-4.4.4-glibc-2.11.1-multilib-1.0/arm-fsl-linux-gnueabi/bin/arm-none-linux-gnueabi-ld -EL -r -o fs/ramfs/built-in.o fs/ramfs/ramfs.o
| evan6200/cirrfy_pos | fs/ramfs/.built-in.o.cmd | bat | gpl-2.0 | 192 |
GENALGO.exe
pause | VulpesCorsac/Brain-Protector | GEN.bat | bat | gpl-2.0 | 17 |
@echo off
IF NOT EXIST ..\config.bat GOTO noconfig
call ..\config.bat
cmd.exe /c call ..\svnclean.bat
set PARAMS=-t vcproj --vsnet-version=2005 --with-berkeley-db=%BDB_DIR% --with-zlib=%ZLIB_DIR% --with-httpd=%HTTPD_SRC_DIR% --with-neon=%NEON_DIR% --with-libintl=%INTL_DIR%
REM set PARAMS=-t vcproj --vsnet-vers... | bdmod/extreme-subversion | BinarySourcce/subversion-1.6.17/tools/buildbot/slaves/win32-xp-VS2005/svnbuild.bat | bat | gpl-2.0 | 1,406 |
cmd_sound/soc/codecs/snd-soc-hdmi-codec.o := arm-poky-linux-gnueabi-ld -EL -r -o sound/soc/codecs/snd-soc-hdmi-codec.o sound/soc/codecs/hdmi.o
| heyoufei2/yocto3.14.38_kernel | sound/soc/codecs/.snd-soc-hdmi-codec.o.cmd | bat | gpl-2.0 | 147 |
@echo off
echo cd "%cdinst%"
cd "%cdinst%"
| drtuxwang/system-config | bin/cdinst.bat | bat | gpl-2.0 | 48 |
cmd_fs/direct-io.o := arm-linux-gnueabi-gcc -Wp,-MD,fs/.direct-io.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 -Wundef -Wstric... | b8e5n/KTG-kernel_es209ra | fs/.direct-io.o.cmd | bat | gpl-2.0 | 26,098 |
cmd_drivers/media/video/gspca/gspca_main.o := ccache /drive2/Android/CM9/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o drivers/media/video/gspca/gspca_main.o drivers/media/video/gspca/gspca.o
| tcp209/kernel_samsung_epic4gtouch | build/epic4gtouch/drivers/media/video/gspca/.gspca_main.o.cmd | bat | gpl-2.0 | 220 |
@ECHO OFF
REM This file is part of Hercules.
REM http://herc.ws - http://github.com/HerculesWS/Hercules
REM
REM Copyright (C) 2013-2021 Hercules Dev Team
REM
REM Hercules is free software: you can redistribute it and/or modify
REM it under the terms of the GNU General Public License as published by
REM the Free Softwa... | Jedzkie/Hercules | script-checker.bat | bat | gpl-3.0 | 1,613 |
pushd .
loc
git commit -am "profile wip"
git push
popd | Erotemic/local | windows/oldscripts/commit_profile.bat | bat | gpl-3.0 | 74 |
START PackageManager.exe CLEAN
| bretambrose/CCGOnlinePublic | CCGOnline/Run/Tools/SyncPackages_Clean.bat | bat | gpl-3.0 | 31 |
@echo off
echo **********************
echo * Github Updater *
echo **********************
git add .
git commit -m "UPDATES"
git push | odude102/Mailman | update.bat | bat | unlicense | 139 |
if not exist "%USERPROFILE%\.vim\bundle" mkdir "%USERPROFILE%\.vim\bundle"
if not exist "%USERPROFILE%\.vim\bundle\Vundle.vim" git clone https://github.com/gmarik/Vundle.vim.git "%USERPROFILE%\.vim\bundle\Vundle.vim"
if not exist "%USERPROFILE%\.vim\bundle\h2-vim" git clone https://github.com/hh9527/h2-vim.git "%USERPR... | hh9527/h2-vim | setup.cmd | bat | unlicense | 537 |
rem echo.proto
protoc --cpp_out=. echo.proto | John-Chan/protobuf-rpc-test | protobuf-rpc-test/share-src/proto/gen-proto.cmd | bat | apache-2.0 | 45 |
start Win32-PDNE.exe pop_size_15.cfg pop_size_10.cfg
start Win32-PDNE.exe pop_size_5.cfg pop_size_20.cfg
| gholker/MastersThesis | ThesisResults/3.1.2_pop_size/run2.bat | bat | apache-2.0 | 106 |
::
:: Microsoft Azure SDK for Node - Generate library code
:: Copyright (C) Microsoft Corporation. All Rights Reserved.
::
@echo off
set autoRestVersion=0.11.0-Nightly20150827
if "%1" == "" (
set specFile="https://raw.githubusercontent.com/Azure/azure-rest-api-specs/master/arm-authorization/2015-01-01/swagger/aut... | amarzavery/cool_sdk | lib/services/resourceManagement/generateAuthorization.cmd | bat | apache-2.0 | 616 |
@REM Delete so if builder fails it wont exist
del source\Cosmos.Build.Builder\bin\Debug\Cosmos.Build.Builder.*
%windir%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe "source\Builder.sln" /nologo /maxcpucount /p:Configuration=Debug /p:Platform=x86
@if not exist source\Cosmos.Build.Builder\bin\Debug\Cosmos.Build.... | kant2002/Cosmos-1 | install.bat | bat | bsd-3-clause | 520 |
"data/elephant.off" 7626934
"data/saddle_vertex_mesh.off" 8603036
"data/cow.off" 7454711
"data/mushroom.off" 9327483
"data/man.off" 2681972 | hlzz/dotfiles | graphics/cgal/Surface_mesh_shortest_path/test/Surface_mesh_shortest_path/Surface_mesh_shortest_path_test_2.cmd | bat | bsd-3-clause | 139 |
@echo "start test clients ..."
# asio_echo_client.exe --host=0.0.0.0 --port=8090 --mode=echo --test=qps --packet-size=64 --thread-num=1
asio_echo_client.exe --host=0.0.0.0 --port=8090 --mode=echo --test=pingpong --packet-size=64 --thread-num=1
pause
| shines77/netlib_test | bin/vc2015/x64-Release/start_one_client.bat | bat | mit | 250 |
@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... | plish/Trolly | docs/make.bat | bat | mit | 6,981 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\pomelo\bin\pomelo" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\pomelo\bin\pomelo" %*
) | cw0100/cwse | nodejs/node_modules/.bin/pomelo.cmd | bat | gpl-2.0 | 176 |
@echo off
if "%1"=="" (
goto err
)
set /a test=%1*10
if %test%==0 (
if not %1==0 (
goto err
)
)
set /a math=%1
set /a sum=%math%*%math%
echo %sum%
goto exit
:err
echo Input number, please
return 1
:exit | slogger/UrFU-task | 1/ОС/Экзамен/Windows/sqr.cmd | bat | unlicense | 209 |
@echo off
REM Start off with a clean slate
rd /S/Q "%FINAL_BIN%"
REM Build "Redistributable.sln"
msbuild %REDIST_SLN_PATH% /t:Rebuild /p:platform=x64 /p:configuration=%OPT_CONFIGURATION%
REM Build "OpenGL Solution"
if not exist %GL_GEOMETRY_ROOT%\asm mkdir %GL_GEOMETRY_ROOT%\asm
if not exist %GL_GEOMETRY_... | DynamoDS/designscript-archive | UIs/Studio/Batch/build-ogl.bat | bat | apache-2.0 | 1,070 |
set DISCO_HOME=C:/disco
java ^
-Xmx1024m ^
-Djava.library.path=%DISCO_HOME%/native/windows ^
-Drelex.linkparserpath=%DISCO_HOME%/data/linkparser ^
-Dwordnet.configfile=data/wordnet/file_properties-win32.xml ^
-Drelex.algpath=data/relex-semantic-algs.txt ^
-classpath target\classes;target\lib\* ^
relex.concurrent.Parall... | linas/relex | parallel-relation-extractor.bat | bat | apache-2.0 | 343 |
@echo off
setlocal
set _VERSION=%1 %2 %3 %4 %5
REM change to ActiveX folder
cd /d "%~dp0"
echo --------------------------------------------------------------------------------
echo PWD: %CD%
echo generating resource files ...
call :rc "RhoElements v1 No SIP Edit Control" NoSIP resourceppc.h NoSIP.dll PBNoSIP\PBNoSI... | tauplatform/tau | neon/Helium/HeliumForWindows/Implementation/ActiveX/BuildRCFiles.bat | bat | mit | 651 |
msiexec /i "My Product.msi" MSINEWINSTANCE=1 TRANSFORMS=":FirstInstance"
| Eun/TestRepo | src/WixSharp.Samples/Wix# Samples/MultipleInstances Install/install_1.cmd | bat | mit | 73 |
:: Copyright 2012 The Go Authors. All rights reserved.
:: Use of this source code is governed by a BSD-style
:: license that can be found in the LICENSE file.
@echo off
:: Keep environment variables within this script
:: unless invoked with --no-local.
if x%1==x--no-local goto nolocal
if x%2==x--no-local goto nolocal
... | IsCoolEntertainment/debpkg_golang | src/run.bat | bat | bsd-3-clause | 2,741 |
@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... | Collisio-Adolebitque/pfne-2017 | py-junos-eznc/docs/make.bat | bat | gpl-3.0 | 6,465 |
@echo Off
start src\packages\StyleCop.MSBuild.4.7.49.0\tools\StyleCopSettingsEditor.exe src\Settings.StyleCop | adamralph/bau | edit-stylecop-settings.cmd | bat | mit | 110 |
cd ..\services
xsd /nologo /c iqcommon.xsd xml.xsd /n:Commanigy.Iquomi.Services /o:..\sdk
cd ..\sdk
move /Y iqcommon_xml.cs iqcommon.cs | theill/iquomi | Commanigy.Iquomi.Sdk/build-proxies.bat | bat | mit | 138 |
@echo off
SET scriptdir=%~dp0
call powershell -NoProfile %scriptdir%\set-version-UnitsNet.NumberExtensions.ps1 -bump major
call powershell -NoProfile %scriptdir%\set-version-UnitsNet.ps1 -bump major
if %errorlevel% neq 0 exit /b %errorlevel% | anjdreas/UnitsNet | Build/bump-version-UnitsNet-major.bat | bat | mit | 241 |
mkdir ..\Build
cd ..\Build
cmake .. -G"Visual Studio 8 2005" -DASMJIT_BUILD_LIBRARY=1 -DASMJIT_BUILD_TEST=1
cd ..\Util
pause
| code4bones/DarkMMap | AsmJit/Util/configure-windows-vs2005-x86.bat | bat | mit | 125 |
genie.exe vs2010 genie.lua
genie.exe vs2012 genie.lua
genie.exe vs2015 genie.lua
COPY /Y BrofilerDurangoTest\BrofilerDurangoTest.vcxproj BrofilerDurangoTest\BrofilerDurangoTest_backup.vcxproj
COPY /Y BrofilerDurangoTest\BrofilerDurangoTest.vcxproj.filters BrofilerDurangoTest\BrofilerDurangoTest_backup.vcxproj.filters
... | galek/brofiler | GenerateProjects.bat | bat | mit | 599 |
@echo off
echo.
echo ========================================
echo Unit Tests
echo ========================================
echo.
pushd Source\Platibus.UnitTests
docker-compose up -d
dotnet test --filter Category!=Explicit
docker-compose down
popd
echo.
echo ==========================... | sweetlandj/Platibus | Test.cmd | bat | mit | 559 |
REM ********************************************************************************
REM Mogno.bat
REM Starts up your Mongo instance
REM
REM prerequisits: Having mongo variables setup in the SetupEnv.bat file
REM ********************************************************************************
::setup
if "%isS... | naguibihab/useful-batch-files | general/start/mongo.bat | bat | mit | 502 |
@echo off
set config=Release
set platform=AnyCpu
set outputdir=%cwd%\bin
set cwd=%CD%
set commonflags=/p:Configuration=%config% /p:Platform=%platform% /p:DebugSymbols=false /p:DebugType=None
set fdir=%WINDIR%\Microsoft.NET\Framework
set msbuild=%fdir%\v4.0.30319\msbuild.exe
:build
echo ------------------------------... | peters/Fleck2 | build.bat | bat | mit | 974 |
@echo off
jam --workspace --gen=vs2008 --compiler=vs2008 Jamfile.jam ../../build/simplemfc
start ..\..\build\simplemfc
| arventwei/WioEngine | Tools/jamplus/samples/simplemfc/CreateVS2008Workspace.bat | bat | mit | 119 |
cmd_sound/arm/built-in.o := rm -f sound/arm/built-in.o; ../arm-fsl-linux-gnueabi/bin/arm-fsl-linux-gnueabi-ar rcsD sound/arm/built-in.o
| chrnueve/udooImaxdi | kernel_oficial_source/sound/arm/.built-in.o.cmd | bat | gpl-2.0 | 137 |
cmd_net/bluetooth/hidp/sock.o := arm-eabi-gcc -Wp,-MD,net/bluetooth/hidp/.sock.o.d -nostdinc -isystem /usr/bin/../lib/gcc/arm-eabi/4.5.0/include -Iinclude -I/home/jacob/source/wildfire-kernel/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm/include -Wall -Wundef -Wst... | HCDRJacob/wildfire-kernel | net/bluetooth/hidp/.sock.o.cmd | bat | gpl-2.0 | 153,856 |
@%~dp0\busybox.exe logname %*
| witwall/busybox-w32 | logname.bat | bat | gpl-2.0 | 30 |
cmd_drivers/arm_drv/built-in.o := arm-linux-ld -EL -r -o drivers/arm_drv/built-in.o drivers/arm_drv/char_test01.o drivers/arm_drv/char_test03.o drivers/arm_drv/led_char.o
| lirunlong/linux-comment | kernel_driver/arm_drv/.built-in.o.cmd | bat | gpl-2.0 | 176 |
cmd_drivers/media/common/tuners/built-in.o := rm -f drivers/media/common/tuners/built-in.o; /home/envy/kernel/android_toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-ar rcsD drivers/media/common/tuners/built-in.o
| Envious-Data/shinano-sirius_msm8974abpro | drivers/media/common/tuners/.built-in.o.cmd | bat | gpl-2.0 | 212 |
cmd_net/ipv4/inet_connection_sock.o := gcc -Wp,-MD,net/ipv4/.inet_connection_sock.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-declar... | namgk/kernel-tut | net/ipv4/.inet_connection_sock.o.cmd | bat | gpl-2.0 | 25,182 |
cmd_arch/arm/mach-msm/board-8064-all.o := /home/flint/android/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/arm-linux-androideabi-ld -EL -r -o arch/arm/mach-msm/board-8064-all.o arch/arm/mach-msm/board-8064.o arch/arm/mach-msm/board-8064-pmic.o arch/arm/mach-msm/board-8064-storage.o arch/arm/mach-msm/boa... | lindsaytheflint/stone | arch/arm/mach-msm/.board-8064-all.o.cmd | bat | gpl-2.0 | 543 |
@rem = '--*-Perl-*--
@echo off
if "%OS%" == "Windows_NT" goto WinNT
perl -x -S "%0" %1 %2 %3 %4 %5 %6 %7 %8 %9
goto endofperl
:WinNT
perl -x -S %0 %*
if NOT "%COMSPEC%" == "%SystemRoot%\system32\cmd.exe" goto endofperl
if %errorlevel% == 9009 echo You do not have Perl in your PATH.
if errorlevel 1 goto script_... | Esleelkartea/kz-adeada-talleres-electricos- | kzadeadatallereselectricos_v1.0.0_win32_installer/windows/xampp/perl/bin/lwp-rget.bat | bat | gpl-2.0 | 16,011 |
cmd_drivers/base/power/runtime.o := gcc -Wp,-MD,drivers/base/power/.runtime.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 -mtun... | dnh34/proj1 | drivers/base/power/.runtime.o.cmd | bat | gpl-2.0 | 9,339 |
cmd_sound/pci/mixart/built-in.o := rm -f sound/pci/mixart/built-in.o; arm-linux-androideabi-ar rcsD sound/pci/mixart/built-in.o
| hch-im/nexus4_kernel | sound/pci/mixart/.built-in.o.cmd | bat | gpl-2.0 | 129 |
cmd_drivers/tty/ipwireless/built-in.o := rm -f drivers/tty/ipwireless/built-in.o; ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ar rcsD drivers/tty/ipwireless/built-in.o
| avareldalton85/rpi2-linux-rt | drivers/tty/ipwireless/.built-in.o.cmd | bat | gpl-2.0 | 214 |
@echo off
"D:\Programme\TortoiseSVN\bin\SubWCRev" . util\rsguiversion.in util\rsguiversion.cpp | RedCraig/retroshare | retroshare-gui/src/svn_revision.bat | bat | gpl-2.0 | 95 |
@echo off
call build.cmd debug >build.txt 2>&1
| TraurigeNarr/Experiments | MyProject_StandardIssues/android/build_scripts/_build_debug.cmd | bat | gpl-2.0 | 47 |
cmd_drivers/ata/libata.o := arm-arago-linux-gnueabi-ld -EL -r -o drivers/ata/libata.o drivers/ata/libata-core.o drivers/ata/libata-scsi.o drivers/ata/libata-eh.o drivers/ata/libata-transport.o drivers/ata/libata-pmp.o
| calixtolinux/linux-2.6.37-AM18x-OMAPL13x-Calixto-Versa-EVM-V1 | drivers/ata/.libata.o.cmd | bat | gpl-2.0 | 222 |
cmd_.tmp_vmlinux2 := ../prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ld -EL -p --no-undefined -X --build-id -o .tmp_vmlinux2 -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/kernel/built-in.o arch/arm/mm/built-in.o ... | venkatkamesh/2.6.35-kernel-for-lg-optimus-me- | ..tmp_vmlinux2.cmd | bat | gpl-2.0 | 730 |
cmd_scripts/kconfig/mconf.o := gcc -Wp,-MD,scripts/kconfig/.mconf.o.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -DCURSES_LOC="<ncurses.h>" -DLOCALE -c -o scripts/kconfig/mconf.o scripts/kconfig/mconf.c
source_scripts/kconfig/mconf.o := scripts/kconfig/mconf.c
deps_scripts/kconfig/mco... | acheron1502/android_kernel_BLU_BLU_PURE_XL | scripts/kconfig/.mconf.o.cmd | bat | gpl-2.0 | 4,494 |
cmd_net/netfilter/xt_devgroup.ko := /home/ashishtanwer/goldfish3.10/../x86_64-linux-android-4.7/bin/x86_64-linux-android-ld -r -m elf_i386 -T /home/ashishtanwer/goldfish3.10/scripts/module-common.lds --build-id -o net/netfilter/xt_devgroup.ko net/netfilter/xt_devgroup.o net/netfilter/xt_devgroup.mod.o
| ashishtanwer/NFTable-porting-on-Android-Goldfish | net/netfilter/.xt_devgroup.ko.cmd | bat | gpl-2.0 | 304 |
@echo off
:: Sign a certificate signing request (a .csr file)
:: with a local root certificate and key.
if not defined EASY_RSA set EASY_RSA=.
if [%1]==[] (
echo Please specify certificate name
) else (
call "%EASY_RSA%\pkitool.cmd" --interact --sign %*
) | jernejs/easy-rsa | easy-rsa/Windows 2.0/sign-req.cmd | bat | gpl-2.0 | 269 |
cmd_drivers/mfd/built-in.o := /home/friedrich420/kernel/Toolchain/arm-eabi-4.7/bin/arm-eabi-ld -EL -r -o drivers/mfd/built-in.o drivers/mfd/mfd-core.o drivers/mfd/wcd9xxx-core.o drivers/mfd/wcd9xxx-irq.o drivers/mfd/wcd9xxx-slimslave.o drivers/mfd/wcd9xxx-core-resource.o drivers/mfd/max77803.o drivers/mfd/max77803-... | friedrich420/Note-3-AEL-Kernel | drivers/mfd/.built-in.o.cmd | bat | gpl-2.0 | 327 |
@echo off
echo Stopping services required for MS SQL
net stop MSSQLSERVER
net stop SQLWriter
net stop ReportServer
@echo on | atiq-cs/Scripts-And-Utilities | cmd/StopServicesMSSQL.cmd | bat | gpl-3.0 | 123 |
@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... | cjhammang/ReauthoringClone | Sequences/Sample/make.bat | bat | gpl-3.0 | 6,832 |
@echo off
"C:\Program Files\WinAVR-20100110\bin\avrdude" -p m328p -P COM3 -c arduino -U flash:w:programmer.hex -C "C:\Program Files\WinAVR-20100110\bin\avrdude.conf" -b 57600
| reenigne/reenigne | intervals/programmer/upload.bat | bat | unlicense | 175 |
rem DNS2SOCKS.bat %torIP% "%NetConnectionID%" %IPAddress% %DefaultIPGateway%
call :main %1 %2 %3 %4 > %meshr:/=\%\tmp\DNS2SOCKS.log
GOTO :EOF
:main
cd %~dp0..
set meshr=%CD:\=/%
set PATH=%PATH%;%meshr:/=\%\bin
start DNS2SOCKS.exe /l:%meshr:/=\%\tmp\dns.log %1:9150 8.8.8.8 10.177.254.1
netsh interface ip set dns %2 sta... | meshr-net/meshr_win32 | lib/DNS2SOCKS.bat | bat | apache-2.0 | 917 |
rdc c tileset1.rdc image\tileset1.til
rdc c player.rdc image\player.til
rdc c blade.rdc image\blade.til
rdc c gunner.rdc image\gunner.til
rdc c zigger.rdc image\zigger.til
rdc c shots.rdc image\shots.til
rdc c explo.rdc image\explo.til
rdc c title1.rdc image\title1.til
copy image\title1.map
rdc c title2.rdc image\titl... | haroldo-ok/really-old-stuff | megadrive/gemquest/data/mkgraph.bat | bat | apache-2.0 | 467 |
@echo off
..\..\support\python echosvr.py
rem d:\dev\pypy-1.9\pypy echosvr.py
| skywind3000/cannon | cannon/channel/echoserver/echosvr.bat | bat | apache-2.0 | 85 |
@echo off
title Abrir Varios Programas
color 0a
:: Esse é o menu
:menu
echo Os programas disponiveis sao:
echo.
echo 1-notepad
echo.
echo 2-regedit
echo.
echo 3-calc
echo.
echo 4-notepad++
echo.
set /p prog=Digite o numero do programa que deseja abrir:
if %prog% EQU 1 (start notepad.exe)
echo.
if %prog% EQU 2 (star... | renatostamer2016/Batch | abrir-varios-programas.bat | bat | apache-2.0 | 563 |
@echo off
setlocal
rem
rem Copyright (c) 1999, 2012 Tanuki Software, Ltd.
rem http://www.tanukisoftware.com
rem All rights reserved.
rem
rem This software is the proprietary information of Tanuki Software.
rem You shall use it only in accordance with the terms of the
rem license agreement you entered into wi... | lanimall/terracotta-scripts | universal-service-wrapper/bin/InstallTerracottaTMCApp-NT.bat | bat | apache-2.0 | 3,308 |
setlocal
set JAVA_HOME=%JAVA6_HOME%
call mvn clean install
call mvn clean install -Psamples,tutorials,templates
call mvn clean install -Ptests,tests-0,tests-1,tests-2
endlocal
pause | highsource/hyperjaxb3 | install-1.6.bat | bat | bsd-2-clause | 181 |
@erase lang.inc
@echo lang fix en >lang.inc
@fasm jpegview.asm jpegview
@erase lang.inc
@pause | devlato/kolibrios-llvm | programs/other/outdated/jpegview/trunk/build_en.bat | bat | mit | 94 |
@echo off
REM Set this to point to the Windows SDK version where fxc is located
REM Recommend Windows SDK 8.1 or higher.
set windows_sdk=8.1
REM Batch file for compiling the TressFX library shaders
echo --- Compiling shaders for TressFX ---
set startdir=%cd%
cd "%~dp0"
set fxc_exe=%ProgramFiles(x86)%\Windows Kits\%... | vlj/TressFX | amd_tressfx/src/Shaders/build/fxc_compile_tressfx_all.bat | bat | mit | 3,893 |
@ECHO OFF
pushd %~dp0
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=python -msphinx
)
set SOURCEDIR=source
set BUILDDIR=build
set SPHINXPROJ=kawasemi
if "%1" == "" goto help
%SPHINXBUILD% >NUL 2>NUL
if errorlevel 9009 (
echo.
echo.The Sphinx module was no... | ymyzk/django-channels | docs/make.bat | bat | mit | 810 |
@REM Copyright (c) Microsoft. All rights reserved.
@REM Licensed under the MIT license. See LICENSE file in the project root for full license information.
@setlocal EnableExtensions EnableDelayedExpansion
@echo off
cd %~dp0..\..
rem -----------------------------------------------------------------------------
rem --... | yaweiw/azure-iot-gateway-sdk | tools/docs/gen_jsdocs.cmd | bat | mit | 766 |
d aaaa0000
!sleep 1
d aaaa0001
!sleep 1
d aaaa0002
!sleep 1
d aaaa0003
!sleep 1
d aaaa0004
!sleep 1
d aaaa0005
!sleep 1
d aaaa0006
!sleep 1
d aaaa0007
!sleep 1
d aaaa0008
!sleep 1
d aaaa0009
!sleep 1
d aaaa0010
!sleep 1
d aaaa0011
!sleep 1
d aaaa0012
!sleep 1
d aaaa0013
!sleep 1
d aaaa0014
!sleep 1
d aaaa0015
!sleep 1
... | toanht15/c_advanced | Testcases/bigdef.cmd | bat | gpl-2.0 | 199,980 |
cmd_kernel/irq/proc.o := /opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc -Wp,-MD,kernel/irq/.proc.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-p... | matteocrippa/dsl-n55u-bender | release/src-ra/linux/linux-2.6.21.x/kernel/irq/.proc.o.cmd | bat | gpl-2.0 | 16,741 |
@echo off
setlocal enabledelayedexpansion
set SOLUTIONDIR=%~dp0..
rem Windows Sysinternals Sigcheck from http://technet.microsoft.com/en-us/sysinternals/bb897441
set SIGCHECK="%SOLUTIONDIR%\Tools\sigcheck.exe"
set SEVENZIP="%SOLUTIONDIR%\Tools\7zip\7za.exe"
set VCVARSALL="%ProgramFiles(x86)%\Microsoft Visual Studio... | tsew2674/mRemoteNG | Tools/build-relport.cmd | bat | gpl-2.0 | 1,766 |
@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... | WouterVH/bots | docs/make.bat | bat | gpl-3.0 | 6,977 |
executeSQL.bat testdata/pitaliumExplorer_ddl.sql
| hifive/hifive-test-explorer | pitalium-explorer/db/hsqldb/createTable.bat | bat | apache-2.0 | 49 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.