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 |
|---|---|---|---|---|---|
setlocal enabledelayedexpansion
goto :main
:createSymlink
mklink %TARGET%\codestyles\eXolnet.xml %BASE%\codestyles\eXolnet.xml
mklink %TARGET%\colors\Tom.icls %BASE%\colors\Tom.icls
mklink %TARGET%\inspection\eXolnet.xml %BASE%\inspection\eXolnet.xml
mklink %TARGET%\templates\eXolnet.xml %BASE%\templates\eXolnet.... | tomzx/idea-config | setup.bat | bat | mit | 616 |
@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... | jetspace/desktop | docs/make.bat | bat | mit | 6,722 |
@bb -I../lib -I../../../classico1-bento/Classico %*
| rafie/confetti1 | Confetti/test/bbt.bat | bat | mit | 52 |
REM the following works for networked drives with spaces!!!
REM Net use p: "\\myNetwork\HPS Classes$\computer programming 2011\Assignments" /persistent:no
REM dir/x gives the short file names.
REM you need to get these paths correct for nodejs, ARM, spark-cli, dfu files
REM NPM_PATH and SparkCLI_PATH may be the same ... | hpssjellis/dfu-util-windows-spark-core-photon | better.bat | bat | mit | 1,798 |
@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... | jimcarreer/hpack | docs/make.bat | bat | mit | 6,708 |
emcc main.c -g -O2 -s USE_SDL=2 --embed-file assets --shell-file emscriptem_shell.html -o bin/game.html
| betajaen/Dragons | build_game_emscripten.bat | bat | mit | 104 |
@node app-noresn.js
@echo §¹¦¨!!
@pause | cs8425/novel-spider | run.bat | bat | mit | 41 |
@echo off
pushd "%~dp0"
REM Setup variables
set SDK_DIR=c:\users\kuro\appdata\local\android\sdk
set ADB=%SDK_DIR%\platform-tools\adb.exe
%ADB% logcat -s "Debug","dalvik","error","Error","BufferQueue","XliApp","Xli","DEBUG","System.err","AndroidRuntime","LogSvc","Adreno-ES20","Adreno-EGL","libEGL","BDWGC","art","OpenG... | blyk/BlackCode-Fuse | AddfromApp/.build/Simulator/Android/log.bat | bat | mit | 365 |
cmd_ipc/shm.o := arm-linux-gnueabi-gcc -Wp,-MD,ipc/.shm.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 -Wstrict-prototyp... | b8e5n/KTG-kernel_es209ra | ipc/.shm.o.cmd | bat | gpl-2.0 | 27,022 |
cmd_security/selinux/built-in.o := /home/beto/toolchain/bin/arm-eabi-ld -EL -r -o security/selinux/built-in.o security/selinux/selinux.o
| IndieBeto/StockLP | security/selinux/.built-in.o.cmd | bat | gpl-2.0 | 142 |
REM Make sure these paths are appropriate for your system:
SET MINGW_DIR=C:\Qt\Tools\mingw810_64
SET QTDIR=C:\Qt\5.15.0\mingw81_64
IF NOT EXIST build\windows MKDIR build\windows
COPY CHANGES build\windows\CHANGES.txt
COPY COPYING build\windows\COPYING.txt
COPY README.rst build\windows\README.txt
packaging\wi... | jmbowman/portabase | packaging/windows/installer.bat | bat | gpl-2.0 | 1,300 |
cmd_kernel/cpu.o := arm-linux-androideabi-gcc -Wp,-MD,kernel/.cpu.o.d -nostdinc -isystem /usr/src/dell/android-ndk-r8/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/../lib/gcc/arm-linux-androideabi/4.4.3/include -I/usr/src/dell/lhbalanced/arch/arm/include -Iinclude -include include/generated/autoconf.h... | tenorntex/lhbalanced | kernel/.cpu.o.cmd | bat | gpl-2.0 | 21,872 |
cmd_kernel/power/built-in.o := ../arm-fsl-linux-gnueabi/bin/arm-fsl-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/suspend.o kernel/power/poweroff.o
| chrnueve/udooImaxdi | kernel_oficial_source/kernel/power/.built-in.o.cmd | bat | gpl-2.0 | 237 |
cmd_fs/ext4/built-in.o := /mnt/640/ubu/gtabkernelsrc/android_prebuilt_toolchains-master/arm-cortex_a15-linux-gnueabihf-linaro_4.9.1/bin/arm-cortex_a15-linux-gnueabihf-ld -EL -r -o fs/ext4/built-in.o fs/ext4/ext4.o
| chase2534/gtab47.freekern | fs/ext4/.built-in.o.cmd | bat | gpl-2.0 | 219 |
cmd_arch/arm/kernel/io.o := arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/kernel/.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 -Wu... | b8e5n/KTG-kernel_es209ra | arch/arm/kernel/.io.o.cmd | bat | gpl-2.0 | 14,596 |
cmd_arch/powerpc/boot/simpleImage.virtex440-simple-partial-1 := /bin/sh /tools/dev/repos/linux-2.6-xlnx/arch/powerpc/boot/wrapper -c -o arch/powerpc/boot/simpleImage.virtex440-simple-partial-1 -p simpleboot-virtex440-simple-partial-1 -C "ppc_4xx-" -d arch/powerpc/boot/virtex440-simple-partial-1.dtb vmlinux
| mattkelly/linux-2.6-xlnx | arch/powerpc/boot/.simpleImage.virtex440-simple-partial-1.cmd | bat | gpl-2.0 | 309 |
cmd_kernel/hrtimer.o := gcc -Wp,-MD,kernel/.hrtimer.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=... | namgk/kernel-tut | kernel/.hrtimer.o.cmd | bat | gpl-2.0 | 19,237 |
cmd_eal_common_memory.o = gcc -Wp,-MD,./.eal_common_memory.o.d.tmp -pthread -march=armv8-a+crc -D__ARM_FEATURE_CRC32=1 -DRTE_MACHINE_CPUFLAG_NEON -DRTE_MACHINE_CPUFLAG_CRC32 -I/root/lixu/arm64-armv8a-linuxapp-gcc/include -include /root/lixu/arm64-armv8a-linuxapp-gcc/include/rte_config.h -I/root/lixu/lib/librte_eal/l... | JerryLX/DPDK | arm64-armv8a-linuxapp-gcc/build/lib/librte_eal/linuxapp/eal/.eal_common_memory.o.cmd | bat | gpl-2.0 | 728 |
cmd_/home/pi/myled_Ijima/myled.ko := ld -EL -r -T ./scripts/module-common.lds --build-id -o /home/pi/myled_Ijima/myled.ko /home/pi/myled_Ijima/myled.o /home/pi/myled_Ijima/myled.mod.o
| ShotaIjima/myled_Ijima | .myled.ko.cmd | bat | gpl-3.0 | 186 |
set CC=clang --target=x86_64-mingw32
set CXX=clang++ --target=x86_64-mingw32
pushd .. & mkdir build & pushd build & cmake -DVAJOLET_CPU_TYPE=64OLD -DCMAKE_BUILD_TYPE=Release -G "MinGW Makefiles" .. & mingw32-make & popd & popd
| elcabesa/vajolet | script/create-nopopcnt-build-clang.bat | bat | gpl-3.0 | 228 |
set JAVA_HOME="D:\Program Files (x86)\Java\jdk1.8.0_25\bin\java"
%JAVA_HOME% -Xms10M -Xmx10M -cp .;lib/routines.jar;lib/advancedPersistentLookupLib-1.0.jar;lib/commons-collections-3.2.2.jar;lib/dom4j-1.6.1.jar;lib/jboss-serialization.jar;lib/log4j-1.2.15.jar;lib/log4j-1.2.16.jar;lib/sqljdbc42.jar;lib/trove.jar;mst_emp_... | ryuwGit/SCM1 | SCM1_Batch/MST_SYAIN_Mirroring/MST_EMP_run.bat | bat | gpl-3.0 | 380 |
@echo off
start explorer %APPDATA%\ShanghaiAlice
| massanoori/THRotator | open-player-data-directory.bat | bat | gpl-3.0 | 51 |
@ECHO OFF
call %~dp0..\..\ros\env.bat
if "%4" EQU "" (
echo Launch selected sample as follows:
echo Run.bat [^vc8^|^vc9^|^vc10^] [^win32^|^win64^] [^Release^|^Debug^] [^SampleName^]
echo Use option -d to run Debug mode
EXIT /B
)
SET VCVER=%1
SET OS_TYPE=%2
if not "%3" EQU "" (
if /I "%3" == "Release" (... | AsherBond/MondocosmOS | opencascade-6.5.1/samples/mfc/Run.bat | bat | agpl-3.0 | 1,244 |
@echo off
set build_type=%2
if "%build_type%" == "" (
set build_type=Release
)
cmake --build . --config %build_type% --target PACKAGE -- /m /nologo /verbosity:n
@echo "<DartMeasurement name="%1" type="text/string">%1</DartMeasurement>"
| Sjoerdie/embree | scripts/package_win.bat | bat | apache-2.0 | 242 |
@echo off
:: date command's result is like below.
:: 3:04:35.31
set currenttime=%TIME%
echo Original value is %currenttime%
set currenttime_1=%currenttime::=%
:: echo Replace ': -> $' %currenttime% <----- nor work with '>'
echo Remove ':' is %currenttime_1%
set currenttime_2=%currenttime::=-%
echo Replace ':' to '-' ... | iamyooon/study_linux | language/windows_batch/replace_or_remove_char_from_var.cmd | bat | apache-2.0 | 410 |
@echo off
set WINPYDIR=%~dp0..\python-3.5.1.amd64
set WINPYVER=3.5.1.1Zero
set HOME=%WINPYDIR%\..\settings
set WINPYARCH="WIN32"
if "%WINPYDIR:~-5%"=="amd64" set WINPYARCH="WIN-AMD64"
rem handle R if included
if not exist "%WINPYDIR%\..\tools\R\bin" goto r_bad
set R_HOME=%WINPYDIR%\..\tools\R
if %WINPYARCH%=="WIN32" ... | sharhar/USB-Thing | UpdaterFiles/Lib/scripts/env.bat | bat | apache-2.0 | 1,168 |
@echo off
REM
REM ulib - a collection of useful classes
REM Copyright (C) 2000-2017 Michael Fink
REM
REM Creates NuGet package from header and compiled binaries
REM
nuget pack
| vividos/UlibCpp | src/nupkg/CreateNuGetPackage.cmd | bat | bsd-2-clause | 177 |
@ECHO OFF
REM Command file for Sphinx documentation
set SPHINXBUILD=sphinx-build
set BUILDDIR=_build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% .
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
)
if "%1" == "" goto help
if "%1" == "help" (
:help
echo.Please use `... | scikit-optimize/scikit-optimize | doc/make.bat | bat | bsd-3-clause | 3,307 |
<<<<<<< HEAD
@ECHO OFF
SET BIN_TARGET=%~dp0/../vendor/doctrine/orm/bin/doctrine
php "%BIN_TARGET%" %*
=======
@ECHO OFF
SET BIN_TARGET=%~dp0/../vendor/doctrine/orm/bin/doctrine
php "%BIN_TARGET%" %*
>>>>>>> cf3485d3df99ddaeb795af2e5074f341c3b8db69
| marquimrock/zf2 | bin/doctrine.bat | bat | bsd-3-clause | 251 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_LISTSWS.S02_OperationOnContentType.MSLISTSWS_S02_TC40_GetListContentTypes_BestMatch /testcontainer:..\..\MS-LISTSWS\TestSuite\bin\Debug\MS-LISTSWS_TestSuite.dll /runconfig:..\..\MS-LISTSWS\MS-LISTSWS.testsettings /unique
pause | XinwLi/Interop-TestSuites-1 | SharePoint/Source/Scripts/MS-LISTSWS/RunMSLISTSWS_S02_TC40_GetListContentTypes_BestMatch.cmd | bat | mit | 320 |
cmd_net/bridge/netfilter/ebt_dnat.o := /opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc -Wp,-MD,net/bridge/netfilter/.ebt_dnat.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/autocon... | matteocrippa/dsl-n55u-bender | release/src-ra/linux/linux-2.6.21.x/net/bridge/netfilter/.ebt_dnat.o.cmd | bat | gpl-2.0 | 20,583 |
cmd_drivers/usb/host/pci-quirks.o := /opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc -Wp,-MD,drivers/usb/host/.pci-quirks.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 ... | smx-smx/dsl-n55u-bender | release/src-ra/linux/linux-2.6.21.x/drivers/usb/host/.pci-quirks.o.cmd | bat | gpl-2.0 | 15,214 |
;-| ai |-------------------------------------------------------------------
[Command]
name = "CPU1"
command = F, B, F, F, B, F
time = 0
[Command]
name = "CPU2"
command = U, B, F, F, B, F
time = 0
[Command]
name = "CPU3"
command = U, F, F, F, B, F
time = 0
[Command]
name = "CPU4"
command = U, F, B, ... | StateX/BluexGear | BluexGear-Win-TestVersion/chars/fau/faust.cmd | bat | gpl-3.0 | 56,196 |
SET PATH=C:\MinGW\msys\1.0\bin;C:\Program Files (x86)\Git\bin;%PATH%
echo %PATH%
cd radare2
sh.exe -c "export PATH=/c/mingw/bin:/c/mingw/msys/1.0/bin:/c/Program\ Files\ \(x86\)/Git/bin:${PATH} ; gcc -v"
sh.exe -c "uname | tr 'A-Z' 'a-z'"
sh.exe -c "echo ${CC}"
sh.exe -c "export PATH=/c/mingw/bin:/c/mingw/msys/1.0... | jrmuizel/radare2 | sys/mingw32.bat | bat | lgpl-3.0 | 1,125 |
@echo off
@rem Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
if "%JENAROOT%" == "" goto :rootNotSet
set JENA_HOME=%JENAROOT%
:rootNotSet
if NOT "%JENA_HOME%" == "" goto :okHome
echo JENA_HOME not set
exit /B
:okHome
set JENA_CP=%JENA_HOME%\lib\*;
set LOGGING=file:%JENA_HOME%/log... | apache/jena | apache-jena/bat/rdfcompare.bat | bat | apache-2.0 | 480 |
@echo off
rem -------------------------------------------------------------------------
rem dcm4che2/dcmdir Launcher
rem -------------------------------------------------------------------------
rem $Id: dcmdir.bat 18013 2013-08-27 11:21:04Z gunterze $
if not "%ECHO%" == "" echo %ECHO%
if "%OS%" == "Windows_NT" se... | BrianKolowitz/IADSS | dcm4che-2.0.28/bin/dcmdir.bat | bat | apache-2.0 | 1,265 |
@echo off
title Nitra Command Prompt
SET PATH=%~dp0;%PATH%
SET LIBPATH=%~dp0;%LIBPATH%
| JetBrains/Nitra | Installer/NitraVars.bat | bat | bsd-3-clause | 91 |
@REM Delete so if builder fails it wont exist
del source\Cosmos.Build.Builder\bin\Debug\Cosmos.Build.Builder.*
"%ProgramFiles(x86)%\MSBuild\14.0\Bin\msbuild.exe" "source\Builder.sln" /nologo /maxcpucount /p:Configuration=Debug /p:Platform=x86
@if not exist source\Cosmos.Build.Builder\bin\Debug\Cosmos.Build.Builder.ex... | MetSystem/Cosmos | install-VS2015.bat | bat | bsd-3-clause | 508 |
@echo off
SET DIR=%~d0%~p0%
SET file.settings="%DIR%..\settings\${environment}.settings"
::your deployment settings here
pause | rodolfograve/MassTransit | deployment/templates/AppDeployment.bat | bat | apache-2.0 | 133 |
@echo off
:: Copyright (c) 2012 The Native Client Authors. All rights reserved.
:: Use of this source code is governed by a BSD-style license that can be
:: found in the LICENSE file.
:: This file is installed for each driver file so that the driver can
:: be run from outside Cygwin. This file will be installed ... | yantrabuddhi/nativeclient | pnacl/driver/redirect.bat | bat | bsd-3-clause | 887 |
@echo off
rem ================================================================
rem vcmakecheck.bat
rem Perform self-diagnostic test forever
rem ================================================================
:LOOP
nmake -f VCmakefile check
if errorlevel 1 goto :ERROR
echo OK
goto :LOOP
:ERROR
echo E... | xushiwei/kyotocabinet | lab/vcmakecheck.bat | bat | gpl-3.0 | 358 |
@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 (the "License... | karanjeets/crawl-evaluation | workspace/kafka/bin/windows/zookeeper-shell.bat | bat | apache-2.0 | 975 |
@echo off
rem drop return values
set "CMAKE_CMD_LINE.CONFIGURE="
set "CMAKE_CMD_LINE.MAKE="
set "CMAKE_CMD_LINE.INSTALL="
setlocal DISABLEDELAYEDEXPANSION
set "CONFIG_ROOT=%~1"
if defined CONFIG_ROOT (
if "\" == "%CONFIG_ROOT:~0,1%" exit /b 1
if "\" == "%CONFIG_ROOT:~-1%" set "CONFIG_ROOT=%CONFIG_R... | andry81/contools | Scripts/Tools/build/env_generators/cmake_cmd_line.bat | bat | mit | 3,320 |
@echo off
cd..
set PAUSE_ERRORS=1
call bat\SetupSDK.bat
call bat\SetupApplication.bat
:: Generate
echo.
echo Generating a self-signed certificate...
call adt -certificate -cn %CERT_NAME% 1024-RSA %CERT_FILE% %CERT_PASS% -validityPeriod 5000000
if errorlevel 1 goto failed
:succeed
echo.
echo Certificate created: %CERT... | Dr-Emann/zsuds-mobile | bat/CreateCertificate.bat | bat | mit | 679 |
.\..\Release\jsonRVM.exe fs.rm.test.json | netkeep80/jsonRVM | examples/fs.rm.test.bat | bat | mit | 40 |
@echo off
mkdir %cd%\..\..\bin
del %cd%\..\..\bin\a2sapi.exe
go get github.com/fatih/color
go get github.com/gorilla/mux
go get github.com/mattn/go-sqlite3
go get github.com/oschwald/maxminddb-golang
go get github.com/stretchr/testify/assert
go build -i %cd%\..\..\src\a2sapi.go
move /Y a2sapi.exe %cd%\..\..\bin\
cd %cd... | syncore/a2sapi | build/win/build.bat | bat | mit | 331 |
@rem Copyright (c) 2012 Turbulenz Limited
@echo off
@rem Deploy game from Local to the Hub.
@python -m turbulenz_local.deploygame %*
| turbulenz/turbulenz_local | scripts/deploygame.bat | bat | mit | 134 |
@ECHO OFF
IF NOT "%~f0" == "~f0" GOTO :WinNT
@"C:\xampp\htdocs\Rubies\22\bin\ruby.exe" "C:/xampp/htdocs/Rubies/22/bin/yri" %1 %2 %3 %4 %5 %6 %7 %8 %9
GOTO :EOF
:WinNT
@"C:\xampp\htdocs\Rubies\22\bin\ruby.exe" "%~dpn0" %*
| ArcherSys/ArcherSys | Rubies/22/bin/yri.bat | bat | mit | 221 |
@Echo off
ECHO. cleaning release..
if not exist release mkdir release
CALl del release\ /s /q
ECHO. Zipping app to release\app.nw...
CALL cd /D app\
CALL ..\Tools\7Zip\7za.exe a -tzip ..\release\app.nw *.* -r
CALL cd ..\
ECHO. Linking app to node-webkit and building executable...
CALL copy /b Tools\node-webkit\nw.exe ... | vishakvkt/nw_release_boilerplate | build.bat | bat | mit | 509 |
cmd_/home/yutingkao23/linuxcnc-add-hal-ethercat/src/hal_tiro.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/hal_tiro.ko /home/yutingkao23/linuxcnc-add-hal-ethercat/src/hal_tiro.o /home/yutingkao23/linuxcnc-add-hal... | CalvinHsu1223/LinuxCNC-EtherCAT-HAL-Driver | src/.hal_tiro.ko.cmd | bat | gpl-2.0 | 349 |
cmd_/home/arcelik/kernel-headers/include/mtd/.install := /bin/bash scripts/headers_install.sh /home/arcelik/kernel-headers/include/mtd /home/arcelik/1511/linux_kernel/sober-kernel/include/uapi/mtd inftl-user.h mtd-abi.h mtd-user.h nftl-user.h ubi-user.h; /bin/bash scripts/headers_install.sh /home/arcelik/kernel-headers... | eckucukoglu/arm-linux-gnueabihf | arm-linux-gnueabihf/libc/usr/include/mtd/..install.cmd | bat | gpl-2.0 | 703 |
cmd_drivers/net/3c59x.o := gcc -Wp,-MD,drivers/net/.3c59x.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... | namgk/kernel-tut | drivers/net/.3c59x.o.cmd | bat | gpl-2.0 | 23,893 |
@echo off
REM Set up the different paths
REM Visual studio (including VC subdirectory - which should contain vcvarsall.bat)
SET VS_VC_PATH=C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC
REM Compilation architecture: amd64 or x86
REM For more information, see https://msdn.microsoft.com/en-us/library/f2ccy3wt.a... | mio-to/cnambot | openmp/pnbastar/pnbastar/makefile.bat | bat | gpl-2.0 | 926 |
netsh interface set interface name="Wireless Network Connection" admin=disabled | wes-novack/win-network-scripts | Wireless-Disable.bat | bat | gpl-2.0 | 79 |
cmd_fs/block_dev.o := /home/doadin/android/kernel/toolchains/arm-eabi-4.4.3/bin/arm-eabi-gcc -Wp,-MD,fs/.block_dev.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 | fs/.block_dev.o.cmd | bat | gpl-2.0 | 28,036 |
cmd_fs/notify/dnotify/built-in.o := rm -f fs/notify/dnotify/built-in.o; /mnt/640/ubu/gtabkernelsrc/android_prebuilt_toolchains-master/arm-cortex_a15-linux-gnueabihf-linaro_4.9.1/bin/arm-cortex_a15-linux-gnueabihf-ar rcsD fs/notify/dnotify/built-in.o
| chase2534/gtab47.freekern | fs/notify/dnotify/.built-in.o.cmd | bat | gpl-2.0 | 251 |
cmd_net/netfilter/xt_TRACE.o := arm-eabi-gcc -Wp,-MD,net/netfilter/.xt_TRACE.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 -Wstri... | HCDRJacob/wildfire-kernel | net/netfilter/.xt_TRACE.o.cmd | bat | gpl-2.0 | 152,798 |
cmd_drivers/block/built-in.o := /opt/toolchains/arm-2009q3/bin/arm-none-eabi-ld -EL -r -o drivers/block/built-in.o drivers/block/brd.o drivers/block/loop.o
| dizgustipated/BOCA-2.6.35.14 | drivers/block/.built-in.o.cmd | bat | gpl-2.0 | 161 |
cmd_arch/powerpc/mm/init_32.o := ppc_4xx-gcc -m32 -Wp,-MD,arch/powerpc/mm/.init_32.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 -Wst... | mattkelly/linux-2.6-xlnx | arch/powerpc/mm/.init_32.o.cmd | bat | gpl-2.0 | 28,292 |
cmd_lib/zlib_deflate/built-in.o := arm-poky-linux-gnueabi-ld -EL -r -o lib/zlib_deflate/built-in.o lib/zlib_deflate/zlib_deflate.o
| heyoufei2/yocto3.14.38_kernel | lib/zlib_deflate/.built-in.o.cmd | bat | gpl-2.0 | 136 |
cmd_sound/pcmcia/vx/built-in.o := rm -f sound/pcmcia/vx/built-in.o; arm-linux-gnueabi-ar rcsD sound/pcmcia/vx/built-in.o
| jpsminix/minix5 | sound/pcmcia/vx/.built-in.o.cmd | bat | gpl-2.0 | 122 |
cmd_arch/arm/lib/muldi3.o := /home/selva/android/kernel/Android_Toolchains/arm-eabi-4.4.3/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.muldi3.o.d -nostdinc -isystem /home/selva/android/kernel/Android_Toolchains/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/home/selva/android/kernel/arch/arm/include -Iarch/arm/incl... | selva-simple/Galaxy-R-Kernel | arch/arm/lib/.muldi3.o.cmd | bat | gpl-2.0 | 1,568 |
set trace-commands on
# Test break, watch, watche, step, next, continue and stack handling
#
### Try a simple display...
display $x
break 23
break 25
cont
cont
### Try disabling display ...
disable display 0
info display
step
cont
### Try enabling display ...
enable display 0
info display
### Try display to show ag... | rocky/kshdb | test/data/display.cmd | bat | gpl-2.0 | 469 |
cmd_/home/devel/devel/nucleos/git/nucleos/usr/include/servers/.check := for f in ; do echo "/home/devel/devel/nucleos/git/nucleos/usr/include/servers/$${f}"; done | xargs perl scripts/headers_check.pl /home/devel/devel/nucleos/git/nucleos/usr/include x86; touch /home/devel/devel/nucleos/git/nucleos/usr/include/servers... | klenovic/nucleos-newlib | newlib/libc/sys/nucleos/include/servers/..check.cmd | bat | gpl-2.0 | 328 |
@echo off
REM 2 HOURS 30 MINUTES OF PRECIOUS TIME HAVE BEEN OFFICIALLY WASTED
Title Virus (Payload)
color a
:Pro
cd %Windir%\System32\GroupPolicy\Machine\Scripts\Startup
if exist ceated.log goto Created
if not exist ceated.log goto Create
echo An error occured.
echo ERROR_CODE_000000 (Incompatibility)
echo The program ... | BrianweeKG/index | batchvirus/VirusAUTO.cmd | bat | gpl-3.0 | 1,065 |
xasm /b600 patch.z80
del patch
ren patch.bin patch
| rururutan/hoot-patches | msx/bandai/sd_gundam/src/comp.bat | bat | gpl-3.0 | 51 |
REM ========================================================
REM Install lzma
curl -fsSL -O https://tukaani.org/xz/xz-5.2.4-windows.zip || exit /b 1
7z x xz-5.2.4-windows.zip -o%EXTRA_DIR% -r include || exit /b 1
7z e xz-5.2.4-windows.zip -o%EXTRA_DIR%\lib bin_x86-64\liblzma.a || exit /b 1
curl -fsSL -o%PKG_CONFIG_PATH... | kiwix/kiwix-build | appveyor/install_lzma.cmd | bat | gpl-3.0 | 396 |
@ECHO OFF
SET FORMATOUT=%~p0\formatout.cmd
CALL:RandomColor %1 %2
:Done
GOTO :Done
:RandomColor
SETLOCAL ENABLEDELAYEDEXPANSION
SET /a LETTER=(%Random% %%6)+1
SET /a NUMBER=(%Random% %%9)+1
GOTO :CASE_!LETTER!
:CASE_1
SET RETURN=A
GOTO :END_CASE
:CASE_2
SET RETURN=B
GOTO :END_CASE
:CASE_3
SET RETURN=C
GOTO... | GaryLBaird/CommandLineHelper | scripts/cmd/libs/randomColor.cmd | bat | gpl-3.0 | 703 |
/******************************************************************************
*
* sd_card_ccs.cmd - CCS linker configuration file for sd_card.
*
* Copyright (c) 2013 Texas Instruments Incorporated. All rights reserved.
* Software License Agreement
*
* Texas Instruments (TI) is supplying this software ... | trfiladelfo/unesp_mdt | boards/SW-TM4C-2.0.1.11577/examples/boards/dk-tm4c129x/sd_card/sd_card_ccs.cmd | bat | mpl-2.0 | 2,791 |
mkdir build-x86-windows
cd build-x86-windows
cmake .. -DCMAKE_TOOLCHAIN_FILE="%VCPKG_ROOT%\scripts\buildsystems\vcpkg.cmake" -DVCPKG_TARGET_TRIPLET=x86-windows -DCMAKE_GENERATOR_PLATFORM=Win32
cmake --build . --config Release
Release\QuadraticDemo.exe
cd ..
pause
| myd7349/Ongoing-Study | cpp/Qt/QCustomPlot/QuadraticDemo/build-x86-windows.bat | bat | lgpl-3.0 | 264 |
@echo off
echo USERID=%1/%2
echo BUFFER=30720
echo FILE=dc32.tmp
echo COMPRESS=N
echo GRANTS=N
echo INDEXES=%3
echo ROWS=N
echo CONSTRAINTS=%3
echo FULL=N
echo RECORDLENGTH=30720
echo RECORD=N
echo DIRECT=N
echo FEEDBACK=2000
| DarthMaulware/EquationGroupLeaks | Leak #5 - Lost In Translation/windows/Resources/PFre/Uploads/mksch.bat | bat | unlicense | 226 |
md opac_app
cd opac_app
xcopy ..\..\dp2opac\*.asax /Y
xcopy ..\..\dp2opac\*.aspx /Y
xcopy ..\..\dp2opac\*.aspx.cs /Y
xcopy ..\..\dp2opac\*.aspx.designer.cs /Y
xcopy ..\..\dp2opac\*.asax.cs /Y
xcopy ..\..\dp2opac\web.config /Y
del about.* /Q
del search2.* /Q
del sample.* /Q
del simple.* /Q
del site.* /Q
del testlogin.... | renyh1013/dp2 | dp2Installer/copyopac.bat | bat | apache-2.0 | 931 |
@echo off
REM This script sets the BEL_FRAMEWORK environment variable if it is not
REM already set.......
REM
REM Unless required by applicable law or agreed to in writing, software
REM distributed under the License is distributed on an "AS IS" BASIS,
REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either exp... | OpenBEL/openbel-framework | org.openbel.framework.tools/scripts/setenv.cmd | bat | apache-2.0 | 1,306 |
@refgo TestDirListing.rsl | Mazdaywik/mrefal | Tests/TestDirListing/run.bat | bat | bsd-2-clause | 25 |
@rem ---------------------------------------------------------------------------------
@rem Copyright 2008 Microsoft Corporation. All rights reserved.
@rem This is provided as sample to deploy the package using msdeploy.exe
@rem For information about IIS Web Deploy technology,
@rem please visit http://go.microsoft.com/... | gragarwa/orchard | src/Orchard.Web/Modules/Orchard.Tokens/obj/Release/Package/Orchard.Tokens.deploy.cmd | bat | bsd-3-clause | 14,097 |
rem NOTE: this batch file is to be run in a Visual Studio command prompt
rem Delete old files
del *.obj
del *.ilk
del *.exe
del *.pdb
rem Compile files into .obj files in current directory
cl /I"..\..\testcasesupport" /W3 /MT /GS /RTC1 /bigobj /EHsc /nologo /c main.cpp CWE*.cpp CWE*.c ..\..\testcasesupport\io.c ..\.... | JianpingZeng/xcc | xcc/test/juliet/testcases/CWE123_Write_What_Where_Condition/CWE123.bat | bat | bsd-3-clause | 470 |
cmd_usr/include/linux/netfilter_ipv4/.install := /bin/sh scripts/headers_install.sh ./usr/include/linux/netfilter_ipv4 ./include/uapi/linux/netfilter_ipv4 ip_tables.h ipt_CLUSTERIP.h ipt_ECN.h ipt_LOG.h ipt_REJECT.h ipt_TTL.h ipt_ah.h ipt_ecn.h ipt_ttl.h; /bin/sh scripts/headers_install.sh ./usr/include/linux/netfilter... | javilonas/NCam | cross/aarch64-unknown-linux-gnueabi/aarch64-unknown-linux-gnueabi/sysroot/usr/include/linux/netfilter_ipv4/..install.cmd | bat | gpl-3.0 | 622 |
@echo off
setlocal
set GENERATED=%~dp0src\generated
if exist "%GENERATED%\java" (
rmdir /S /Q "%GENERATED%\java" > NUL
)
java -jar ^
"%~dp0dsl-clc.jar" 0.7.9 ^
--project-ini-path="%GENERATED%\resources\project.ini" ^
--dsl-path="%~dp0dsl" ^
--namespace=model ^
--output-path="%GENERATED%" ^
%*
... | ngs-doo/dslCookbook | intermediate/compile.bat | bat | bsd-3-clause | 322 |
cmd_net/ipv6/ip6_output.o := gcc -Wp,-MD,net/ipv6/.ip6_output.o.d -nostdinc -iwithprefix include -D__KERNEL__ -Iinclude -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -O2 -pipe -msoft-float -mpreferred-stack-boundary=2 -march=i686 -Iinclude/asm-i386/mach-default -DKBUILD_BASENAME=ip6_ou... | binhqnguyen/lena | nsc/linux-2.6/net/ipv6/.ip6_output.o.cmd | bat | gpl-2.0 | 12,335 |
@echo off
rm -zq *.bak
rm -zq *.ckp
rm -zq *.bk2
rm -zq emacsmem
rm -zq *.~
rm -zq *.?~
rm -zq *.??~
rm -zq #*.*
rm -zq *.obj *.o curlib.* *.err
if exist --linux-.--- del --linux-.---
rm -zq *.{*
| blakemcbride/Dynace | threads/clean.bat | bat | bsd-2-clause | 208 |
powershell -command "(New-Object System.Net.WebClient).DownloadFile('http://dist.nuget.org/win-x86-commandline/latest/nuget.exe', '%~pd0nuget.exe')"
| kkamegawa/ICU4C_Nuget | nuget/download-nuget.cmd | bat | mit | 149 |
@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... | henrykironde/deletedret | docs/make.bat | bat | mit | 6,992 |
@echo off
:: Copyright (c) 2011 The Chromium Authors. All rights reserved.
:: Use of this source code is governed by a BSD-style license that can be
:: found in the LICENSE file.
:: TODO(timurrrr): batch files 'export' all the variables to the parent shell
set THISDIR=%~dp0
set TOOL_NAME="unknown"
:: Get the... | aYukiSekiguchi/ACCESS-Chromium | tools/valgrind/chrome_tests.bat | bat | bsd-3-clause | 2,322 |
@setlocal enabledelayedexpansion enableextensions
@set ROOT_WIN=%~dp0..\lib-exec
@set ROOT=%ROOT_WIN:\=/%
@set FILE=%~f1
@set EXT=%~x1
@set EXT_VALID=0
@set VALID_EXTS=.grm .egt
@if not defined MAKE @set MAKE=make
@for %%E in (%VALID_EXTS%) do @if /i "%EXT%" == "%%E" set EXT_VALID=1
@if defined FILE @(
if %EXT_VA... | sebgod/grmc | bin/grmc.cmd | bat | mit | 740 |
@echo off
echo Deleting Release stuff
for /d %%F in (%~dp0_build\Release*) do del /s /q "%%F"
echo Deleting NuGet stuff
del %~dp0..\..\nuget\nupkgsrc\CmdLineLib* /s /f /q
::GOTO EOF
echo Building stuff
::msbuild CmdLineLib\CmdLineLib.csproj /p:Configuration=Release /p:TargetFrameworkVersion=v4.5.2
::msbuild CmdLineLib\... | marcmihalack/CmdLineLib | build.cmd | bat | mit | 1,329 |
cd Rhino.ServiceBus.SqlQueues
rmdir release /S /Q
mkdir release
.nuget\nuget.exe pack "Rhino.ServiceBus.SqlQueues.csproj" -Prop Configuration=Release -OutputDirectory release | Teleopti/Rhino.ServiceBus.SqlQueues | build-packages.bat | bat | mit | 177 |
@echo off
call ..\start.bat
set rootpath=%SURVEY_DATA%
set trainCollection=train10k
set testCollection=mirflickr08
set feature=vgg-verydeep-16-fc7relu
set distance=cosine
set k=1000
set tagger=tagvote
set overwrite=0
set annotationName=concepts130.txt
python %SURVEY_CODE%/instance_based/apply_tagger.py %testCollec... | li-xirong/jingwei | doit/do_tagvote.bat | bat | mit | 1,239 |
java -jar gameoflife.jar | cuppaamukkaacoffee/opensource_hbcb | gol.bat | bat | mit | 24 |
mkdir "%~dp0\..\docs\temp\"
copy /b/v/y "%~dp0\..\src\picturepark-sdk-v1-fetch\dist\picturepark.d.ts" "%~dp0\..\docs\temp\picturepark.d.ts"
copy /b/v/y "%~dp0\..\src\picturepark-sdk-v1-widgets\dist\picturepark-widgets.d.ts" "%~dp0\..\docs\temp\picturepark-widgets.d.ts"
copy /b/v/y "%~dp0\..\src\picturepark-sdk-v1-pic... | Picturepark/Picturepark.SDK.TypeScript | build/07_BuildDocs.bat | bat | mit | 2,010 |
cmd_/home/keithconger/Projects/bbbandroid-bluez/backports-3.18.1-1/drivers/media/dvb-frontends/stv0900.o := /home/keithconger/Projects/bbbandroid-bluez/prebuilts/gcc/linux-x86/arm/arm-gnueabihf-4.7/bin/arm-linux-gnueabihf-ld -EL -r -o /home/keithconger/Projects/bbbandroid-bluez/backports-3.18.1-1/drivers/media/dvb-f... | kconger/backports-3.18.1-1 | drivers/media/dvb-frontends/.stv0900.o.cmd | bat | gpl-2.0 | 550 |
cmd_sound/pci/ctxfi/built-in.o := rm -f sound/pci/ctxfi/built-in.o; ../../CodeSourcery/CodeSourcery/bin/arm-none-eabi-ar rcs sound/pci/ctxfi/built-in.o
| spacecaker/CM7_Space_Kernel_Cooper | sound/pci/ctxfi/.built-in.o.cmd | bat | gpl-2.0 | 153 |
cmd_arch/arm/boot/compressed/misc.o := arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/boot/compressed/.misc.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... | b8e5n/KTG-kernel_es209ra | arch/arm/boot/compressed/.misc.o.cmd | bat | gpl-2.0 | 5,398 |
cmd_net/ipv6/netfilter/ip6t_frag.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/ipv6/netfilter/ip6t_frag.ko net/ipv6/netfilter/ip6t_frag.o net/ipv6/netfilter/ip6t_frag.mod.o
| ashishtanwer/NFTable-porting-on-Android-Goldfish | net/ipv6/netfilter/.ip6t_frag.ko.cmd | bat | gpl-2.0 | 316 |
@echo off
setlocal enableextensions enabledelayedexpansion
set runtest=%cd%\runtest.cmd
pushd test
for /d %%i in (*) do (
call "%runtest%" %%i
if errorlevel 1 goto :eof
)
goto :eof
| RikoOphorst/blowbox-2017 | deps/cmake-precompiled-header/runall.cmd | bat | gpl-3.0 | 186 |
@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... | mabuchilab/NiceLib | docs/make.bat | bat | gpl-3.0 | 6,988 |
@echo off
if "x%JAVA_HOME%" == "x" (
set JAVA=java
echo JAVA_HOME is not set. Unexpected results may occur.
echo Set JAVA_HOME to the directory of your local JDK to avoid this message.
) else (
set "JAVA=%JAVA_HOME%\bin\java"
)
%JAVA% -cp .;xmlv.jar com.jcdecaux.xmlv.XmlVConsole %*
pause | ybennour/xmlV | src/main/deployment/xmlv.bat | bat | gpl-3.0 | 300 |
@echo off
REM
REM Copyright 2015 New Zealand Institute of Language, Brain and Behaviour,
REM University of Canterbury
REM Written by Robert Fromont - robert.fromont@canterbury.ac.nz
REM
REM This file is part of jsendpraat.
REM
REM jsendpraat is free software; you can redistribute it and/or modify
REM it under... | nzilbb/jsendpraat | nzilbb/jsendpraat/chrome/jsendpraat.bat | bat | gpl-3.0 | 1,086 |
"node_modules/.bin/mozilla-apk-cli" Breakout breakout-0.7.apk & adb install breakout-0.7.apk
| clebermatheus/OpensApps | Android/breakout.bat | bat | gpl-3.0 | 93 |
@echo Pulling changes from %1.
@echo This assumes you have git installed on your system and in PATH (executing the command 'git' in console writes the possible git operations)
@echo and that you have your private SSH key for Github access in $HOME/.ssh/githubkey
@echo If anything goes wrong, please use the command line... | Project-3A/Project-3A | doc-3A/scripts/additional/pull.bat | bat | gpl-3.0 | 845 |
@echo off
REM $Id: generateui 206 2009-03-19 23:29:29Z albert.thuswaldner $
REM Last modified Thu Apr 16 23:03:35 2009 on violator
REM Update count: 108
REM
REM Created 2009-03-04, Albert Thuswaldner
pyuic4 ../ui/about.ui > ../subdms/aboutui.py
pyuic4 ../ui/commit.ui > ../subdms/commitui.py
pyuic4 ../ui/creat... | thuswa/subdms | tools/generateui.bat | bat | gpl-3.0 | 536 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.