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_drivers/scsi/sg.o := arm-none-linux-gnueabi-gcc -Wp,-MD,drivers/scsi/.sg.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/mac... | srinugnt2000/linux-2.6.37 | drivers/scsi/.sg.o.cmd | bat | gpl-2.0 | 27,912 |
@echo off
set pathname=%1\*
if exist %pathname% (
echo TRUE
) else (
echo FALSE
)
| lidingshan/JBUNIT | src/check_dir.bat | bat | gpl-2.0 | 95 |
cl /c 2.c
link /dynamicbase:no 2.obj user32.lib | starqiu/Virus | Lab/lab2/2.bat | bat | gpl-2.0 | 47 |
cmd_kernel/resource.o := arm-none-linux-gnueabi-gcc -Wp,-MD,kernel/.resource.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/mac... | srinugnt2000/linux-2.6.37 | kernel/.resource.o.cmd | bat | gpl-2.0 | 22,400 |
cmd_fs/open.o := arm-none-linux-gnueabi-gcc -Wp,-MD,fs/.open.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/includ... | srinugnt2000/linux-2.6.37 | fs/.open.o.cmd | bat | gpl-2.0 | 28,153 |
@echo off
choice /M "%0 - Make sure you have Cygwin and Visual Studio - Make sure you have an 'openssl-*.tar.gz' file in this directory - Continue?"
echo on
if errorlevel 2 goto end
set VCDIR=C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC
mv ../include/openssl/opensslconf.h .
rm -rf ../include ../lib
mkdir ..... | hjpotter92/dcplusplus | openssl/build/build.bat | bat | gpl-2.0 | 2,183 |
:: --------------------------------------------
:: 程序说明:
:: 1. 参数加载VHD:
:: eg.
:: :: 挂载目录下列出vhd序号分别为1,2,3的虚拟磁盘
:: mount.bat 1 2 3
::
:: 2. 手动加载VHD:
:: * 自动列出该BAT文件所在目录下的所有VHD文件
:: * 选取后会判断是否已经挂载
:: * 如果已挂载则卸载
:: * 如果未挂载则挂载
:: eg.
:: mount.bat
:: +----------------------... | jobworkfor/ezshell | win/mount_vhd.bat | bat | gpl-2.0 | 1,928 |
:: Copyright © 2013-2015 George Anastassakis (anastas@unipi.gr)
::
:: This file is part of cvxmltools.
::
:: cvxmltools is free software: you can redistribute it and/or modify it under the
:: terms of the GNU General Public License as published by the Free Software
:: Foundation, either version 3 of the License, or (at... | ganast/cvxmltools | full2flat.cmd | bat | gpl-3.0 | 1,310 |
@echo off
setlocal
set TOOLS=../../../Tools
set PATH=%TOOLS%\tasm32;%PATH%
set TASMTABS=%TOOLS%\tasm32
tasm -t80 -b -fFF FDU.asm FDU.com FDU.lst
if errorlevel 1 goto :eof
copy /Y FDU.com ..\..\..\Binary\Apps\
copy /Y FDU.txt ..\..\..\Doc\ | pbetti/ZDS | software/RomWBW/Source/Apps/FDU/Build.cmd | bat | gpl-3.0 | 254 |
windeployqt --release packages\com.devtelsoftware.sparkshot\data\SparkShot.exe
binarycreator --offline-only -c config/config.xml -p packages SparkShotSetup | iuliuh/SparkShot | deploy/win/PackageInstaller.bat | bat | gpl-3.0 | 158 |
@SET OUTPUT_FILE=maven-clean-output.txt
@ECHO ON
CALL maven-clean-single.bat drumbeat-common 1> %OUTPUT_FILE%
@ECHO ON
CALL maven-clean-single.bat drumbeat-ifc.common 1>> %OUTPUT_FILE%
@ECHO ON
CALL maven-clean-single.bat drumbeat-ifc.data 1>> %OUTPUT_FILE%
@ECHO ON
CALL maven-clean-single.bat drumbeat-rdf 1>> %OUT... | Web-of-Building-Data/drumbeat-ifc2ld | maven-clean-all.bat | bat | gpl-3.0 | 932 |
rem script prepares autzone for release on development Windows box
rem client:
rem compile dart files to js and put them in public_html; also
rem copies styles and graphics to public_html
echo building client javascript from dart
cd \dev\autzone\autzone_client
call webdev build
cd ..
echo Copying files from autzone... | starlys/dart-social-movement | build.bat | bat | gpl-3.0 | 3,376 |
"c:\Program Files\CruiseControl.NET\server"\ccnet.exe -config:.\server\ccnet.config | consumentor/Server | trunk/tools/CCNET/BootStrapCCNET.cmd | bat | lgpl-3.0 | 83 |
@echo off
SET THEFILE=d:\muhama~2\data_b~1.exe
echo Linking %THEFILE%
c:\dev-pas\bin\ldw.exe D:\MUHAMA~2\rsrc.o -s -b base.$$$ -o d:\muhama~2\data_b~1.exe link.res
if errorlevel 1 goto linkend
goto end
:asmend
echo An error occured while assembling %THEFILE%
goto end
:linkend
echo An error occured while linking %THE... | sandysanndy/Algoritma | ppas.bat | bat | unlicense | 331 |
@echo off
if DEFINED JAVA_HOME goto cont
:err
ECHO JAVA_HOME environment variable must be set! 1>&2
EXIT /B 1
:cont
set SCRIPT_DIR=%~dp0
for %%I in ("%SCRIPT_DIR%..") do set ES_HOME=%%~dpfI
REM ***** JAVA options *****
if "%ES_MIN_MEM%" == "" (
set ES_MIN_MEM=256m
)
if "%ES_MAX_MEM%" == "" (
... | xiaguangme/demo | 07.ElasticSearch_demo/elasticsearch-2.4.0/bin/elasticsearch.in.bat | bat | apache-2.0 | 3,307 |
### application.bat - 2015 - Alexandre Nouailletas Valentin MAUBIAN ###
version = "2"
build_hour = "11H00"
echo "Build ${build_hour}"
echo "version ${version}" | Ikiuchi/TP-git | src/application.bat | bat | apache-2.0 | 160 |
@echo OFF
set files=
set out=%1
:addparam
shift
if "%1"=="" goto paramscomplete
set files=%files% %1
goto addparam
:paramscomplete
type %files:/=\% > %out:/=\%
| bazelbuild/examples | rules/actions_run/merge.bat | bat | apache-2.0 | 163 |
RD ..\TestData\DatabaseSchemaTestModel\
MD ..\TestData\DatabaseSchemaTestModel\
"%windir%\Microsoft.NET\Framework\v4.0.30319\edmgen.exe" /mode:FullGeneration ^
/c:"Data Source=STEVEN-PC\SQLEXPRESS; Initial Catalog=YN_Test; Integrated Security=SSPI" ^
/project:..\TestData\DatabaseSchemaTestModel\... | snyang/AppGene | Tools/GenerateExistedDBSchema.bat | bat | bsd-3-clause | 469 |
@echo off
REM ############################################################################################################################
REM # (c) 2017 TIBCO Software Inc. All rights reserved.
REM #
REM # Except as specified below, this software is licensed pursuant to the Eclipse Public License v. 1.0.
REM # T... | cisco/PDTool | bin/PDTool/setVars.bat | bat | bsd-3-clause | 9,634 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_ASTASK.S01_SyncCommand.MSASTASK_S01_TC20_CreateTaskItemRecursMonthlyWithCalendarTypeReturned /testcontainer:..\..\MS-ASTASK\TestSuite\bin\Debug\MS-ASTASK_TestSuite.dll /runconfig:..\..\MS-ASTASK\MS-ASTASK.testsettings /unique
... | XinwLi/Interop-TestSuites-1 | ExchangeActiveSync/Source/Scripts/MS-ASTASK/RunMSASTASK_S01_TC20_CreateTaskItemRecursMonthlyWithCalendarTypeReturned.cmd | bat | mit | 325 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_FSSHTTP_FSSHTTPB.MS_FSSHTTP_FSSHTTPB_S03_SchemaLock.TestCase_S03_TC02_CheckLockAvailability_FileAlreadyLockedOnServer_CurrentExclusiveLock /testcontainer:..\..\MS-FSSHTTP-FSSHTTPB\TestSuite\bin\Debug\MS-FSSHTTP-FSSHTTPB_TestSu... | OfficeDev/Interop-TestSuites | FileSyncandWOPI/Source/Scripts/MS-FSSHTTP-FSSHTTPB/RunTestCase_S03_TC02.cmd | bat | mit | 411 |
cmd_drivers/char/hw_random/rng-core.o := arm-linux-ld -EL -r -o drivers/char/hw_random/rng-core.o drivers/char/hw_random/core.o
| beebingoo/linux-2.6.32.2 | drivers/char/hw_random/.rng-core.o.cmd | bat | gpl-2.0 | 132 |
cmd_fs/cramfs/built-in.o := arm-linux-ld -EL -r -o fs/cramfs/built-in.o fs/cramfs/cramfs.o
| beebingoo/linux-2.6.32.2 | fs/cramfs/.built-in.o.cmd | bat | gpl-2.0 | 96 |
@echo off
:: Sends a STOP command to the specified instance of IBController to cause it to
:: initiate a tidy closedown of TWS or Gateway.
:: You may need to change this line. Set it to the name or IP address of the
:: computer that is running IBController. Note that you can use the local loopback
:: addre... | ib-controller/ib-controller | resources/IBControllerStop.bat | bat | gpl-3.0 | 1,913 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\mean-cli\bin\mean-docs" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\mean-cli\bin\mean-docs" %*
) | dm-dashboard/dashboard | node_modules/meanio2/node_modules/.bin/mean-docs.cmd | bat | mit | 186 |
@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... | andrewpaulreeves/soapy | doc/make.bat | bat | gpl-3.0 | 7,251 |
@echo off
REM Setup for compiling with Watcom C/C++ 10.6 in 32 bit mode (QNX 4)
if .%CHECKED%==.1 goto checked_build
SET LIB=%SCITECH_LIB%\LIB\RELEASE\QNX4\WC10;%WC10_PATH%\LIB386;%WC10_PATH%\LIB386\QNX;.
echo Release build enabled.
goto setvars
:checked_build
SET LIB=%SCITECH_LIB%\LIB\DEBUG\QNX4\WC10;%WC10_PATH%\LIB... | daydaygit/flrelse | uboot1.1.6/board/MAI/bios_emulator/scitech/bin/wc10-qnx.bat | bat | gpl-3.0 | 912 |
@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... | cpetrich/rawdatx | docs/make.bat | bat | mit | 6,983 |
@echo off
C:\Python27\Lib\site-packages\PySide\pyside-rcc.exe icons.qrc -o icons_rc.py | JoostvanPinxten/ConstraintPuzzler | gui/icons/compile_icons.bat | bat | mit | 86 |
rem this SP2 also works
rem docker run -d -e "ACCEPT_EULA=Y" -e "SA_PASSWORD=Password12!" -p 1433:1433 -h mssql --name=mssql dbafromthecold/sqlserver2014dev:sp2
docker run -d -e "ACCEPT_EULA=Y" -e "SA_PASSWORD=Password12!" -p 1433:1433 -h mssql --name=mssql cagrin/mssql-server-ltsc2022:2014-latest
docker ps -a
echo "W... | linq2db/linq2db | Build/Azure/scripts/sqlserver.2014.cmd | bat | mit | 961 |
rmdir /S /Q ndll
cd project
rmdir /S /Q obj
haxelib run hxcpp Build.xml -DHXCPP_M32
haxelib run hxcpp Build.xml -DHXCPP_M64
pause | devil-tamachan/winutils | Build.bat | bat | mit | 129 |
mkdir dist
mkdir dist\ServerEye.Extern.API
mkdir dist\ServerEye.Extern.API\include
mkdir dist\ServerEye.Extern.API\lib
mkdir dist\ServerEye.Extern.API\lib\DebugWin32
mkdir dist\ServerEye.Extern.API\lib\Debugx64
mkdir dist\ServerEye.Extern.API\lib\ReleaseWin32
mkdir dist\ServerEye.Extern.API\lib\Releasex64
copy src\SEA... | Server-Eye/c-sensorhub-api | deployAPI.bat | bat | mit | 1,704 |
@echo off
REM -- First make map file from Microsoft Visual C++ generated resource.h
echo // MAKEHELP.BAT generated Help Map file. Used by T42.HPJ. >"help\T42.hm"
echo. >>"help\T42.hm"
echo // Commands (ID_* and IDM_*) >>"help\T42.hm"
makehm ID_,HID_,0x10000 IDM_,HIDM_,0x10000 resource.h >>"help\T42.hm"
echo. >>"... | hacker/T42 | makehelp.bat | bat | mit | 1,294 |
cmd_fs/proc/task_mmu.o := ppc_4xx-gcc -m32 -Wp,-MD,fs/proc/.task_mmu.o.d -nostdinc -isystem /tools/dev/eldk/usr/bin/../lib/gcc/powerpc-linux/4.2.2/include -I/tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -Iarch/powerpc -Wall -Wundef -Wstrict-prototype... | mattkelly/linux-2.6-xlnx | fs/proc/.task_mmu.o.cmd | bat | gpl-2.0 | 26,008 |
cmd_/home/rszuminski/Development/compat-wireless-2011-08-08/net/bluetooth/hidp/hidp.ko := arm-eabi-ld -EL -r -T /home/rszuminski/Development/nitrogen_kernel/linux/scripts/module-common.lds --build-id -o /home/rszuminski/Development/compat-wireless-2011-08-08/net/bluetooth/hidp/hidp.ko /home/rszuminski/Development/comp... | cdmdata/compat-wireless-2011-08-08 | net/bluetooth/hidp/.hidp.ko.cmd | bat | gpl-2.0 | 455 |
cmd_arch/arm/lib/io-readsb.o := /home/friedrich420/kernel/note3/N900TKernel/scripts/gcc-wrapper.py /home/friedrich420/kernel/Toolchain/arm-eabi-4.7/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.io-readsb.o.d -nostdinc -isystem /home/friedrich420/kernel/Toolchain/arm-eabi-4.7/bin/../lib/gcc/arm-eabi/4.7/include -I/home/friedr... | friedrich420/Note-3-AEL-Kernel | arch/arm/lib/.io-readsb.o.cmd | bat | gpl-2.0 | 2,247 |
cmd_arch/arm/mach-msm/qdsp6/built-in.o := arm-eabi-ld -EL -r -o arch/arm/mach-msm/qdsp6/built-in.o arch/arm/mach-msm/qdsp6/dal.o arch/arm/mach-msm/qdsp6/q6audio.o arch/arm/mach-msm/qdsp6/pcm_out.o arch/arm/mach-msm/qdsp6/pcm_in.o arch/arm/mach-msm/qdsp6/mp3.o arch/arm/mach-msm/qdsp6/routing.o arch/arm/mach-msm/qdsp... | NooNameR/Sense4.0-kernel | arch/arm/mach-msm/qdsp6/.built-in.o.cmd | bat | gpl-2.0 | 512 |
cmd_firmware/built-in.o := rm -f firmware/built-in.o; /home/josh/gcc-linaro-arm-linux-gnueabihf-4.7-2013.04-20130415_linux/bin/arm-linux-gnueabihf-ar rcsD firmware/built-in.o
| JoinTheRealms/TF700-dualboot-stockbased | firmware/.built-in.o.cmd | bat | gpl-2.0 | 176 |
cmd_drivers/mmc/host/built-in.o := arm-linux-androideabi-ld -EL -r -o drivers/mmc/host/built-in.o drivers/mmc/host/msm_sdcc.o
| tenorntex/lhbalanced | drivers/mmc/host/.built-in.o.cmd | bat | gpl-2.0 | 131 |
cmd_drivers/media/rc/built-in.o := /home/ian/kernel/toolchain/prebuilt/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o drivers/media/rc/built-in.o drivers/media/rc/keymaps/built-in.o drivers/media/rc/rc-core.o drivers/media/rc/lirc_dev.o drivers/media/rc/ir-nec-decoder.o drivers/media/rc/ir-rc5-decoder.o drivers/media/rc/... | sleshepic/epic_touch_kernel | drivers/media/rc/.built-in.o.cmd | bat | gpl-2.0 | 477 |
cmd_drivers/hid/usbhid/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 drivers/hid/usbhid/built-in.o drivers/hid/usbhid/usbhid.o
| evan6200/cirrfy_pos | drivers/hid/usbhid/.built-in.o.cmd | bat | gpl-2.0 | 223 |
@echo off
python %~dp0build_avs.py %1
pause
| petmac/DOSBox | src/longplays/build_avs.bat | bat | gpl-2.0 | 45 |
cmd_net/rfkill/rfkill.ko := ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ld -EL -r -T ./scripts/module-common.lds --build-id -o net/rfkill/rfkill.ko net/rfkill/rfkill.o net/rfkill/rfkill.mod.o
| avareldalton85/rpi2-linux-rt | net/rfkill/.rfkill.ko.cmd | bat | gpl-2.0 | 239 |
cmd_drivers/net/ethernet/cadence/built-in.o := rm -f drivers/net/ethernet/cadence/built-in.o; ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ar rcsD drivers/net/ethernet/cadence/built-in.o
| avareldalton85/rpi2-linux-rt | drivers/net/ethernet/cadence/.built-in.o.cmd | bat | gpl-2.0 | 232 |
cmd_net/core/neighbour.o := arm-none-linux-gnueabi-gcc -Wp,-MD,net/core/.neighbour.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/a... | srinugnt2000/linux-2.6.37 | net/core/.neighbour.o.cmd | bat | gpl-2.0 | 30,688 |
cmd_scripts/dtc/checks.o := gcc -Wp,-MD,scripts/dtc/.checks.o.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -Iscripts/dtc -Iscripts/dtc/libfdt -c -o scripts/dtc/checks.o scripts/dtc/checks.c
source_scripts/dtc/checks.o := scripts/dtc/checks.c
deps_scripts/dtc/checks.o := \
/usr/includ... | livlogik/Evil_Yummy_Gumdrop--Tmo-V10-Kernel | scripts/dtc/.checks.o.cmd | bat | gpl-2.0 | 3,072 |
cmd_fs/jffs2/scan.o := /opt/arm-2008q1/bin/arm-none-linux-gnueabi-gcc -Wp,-MD,fs/jffs2/.scan.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-endi... | yohanes/Acer-BeTouch-E130-Linux-Kernel | fs/jffs2/.scan.o.cmd | bat | gpl-2.0 | 22,690 |
cmd_arch/arm/lib/copy_from_user.o := arm-eabi-gcc -Wp,-MD,arch/arm/lib/.copy_from_user.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/gen... | Jason-Choi/EastSea-Kernel | arch/arm/lib/.copy_from_user.o.cmd | bat | gpl-2.0 | 2,284 |
cmd_net/rfkill/built-in.o := /home/envy/kernel/android_toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-ld -EL -r -o net/rfkill/built-in.o net/rfkill/rfkill.o
| Envious-Data/shinano-sirius_msm8974abpro | net/rfkill/.built-in.o.cmd | bat | gpl-2.0 | 161 |
cmd_arch/arm/lib/memchr.o := /space/android/system/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.memchr.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... | asopov/linux-tpt-2.6.39 | arch/arm/lib/.memchr.o.cmd | bat | gpl-2.0 | 2,038 |
cmd_security/keys/built-in.o := /home/yyoung.kim/Toolchain/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o security/keys/built-in.o security/keys/gc.o security/keys/key.o security/keys/keyring.o security/keys/keyctl.o security/keys/permission.o security/keys/process_keys.o security/keys/reques... | PrestigeMod/SHW-M440S | security/keys/.built-in.o.cmd | bat | gpl-2.0 | 435 |
GOTO EndLicense
<Firechip IDE: Is a free (GNU) source code editor for electronics designer.>
Copyright © 2012 "Alexander Salas" <alexander@firechip.info>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software F... | alexsalas/FirechipPluginPICC | Examples/build.bat | bat | gpl-3.0 | 831 |
@echo off
set http_proxy=http://127.0.0.1:1080
set https_proxy=http://127.0.0.1:1080
set opencv_dir="D:/sdk/vs2019/opencv-4.5.3"
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
mkdir %opencv_dir%/build/ 2> NUL
mkdir %opencv_dir%/build/cpu_x64/... | wjx0912/CppBaseUtils | build-msvc/opencv/vs2019_cmake_script/build_cpu_x64.bat | bat | gpl-3.0 | 1,367 |
@echo off
rem Aura
rem Server start up script
rem -------------------------------------------------------------------------
rem Tries to start the server passed as first argument (LoginServer,
rem WorldServer, MsgrServer), from bin\ or its sub-folders
rem (Release and Debug). If no argument is passed it calls all start... | AlexFiFi/aura | start-servers.bat | bat | gpl-3.0 | 1,126 |
..\..\..\..\..\..\c_compiler\bin\gcc -c ..\..\src\stb_vorbis.c -o src.o
pause
| The-Green-Team/Visitor-Program | Tools/qb64/internal/c/parts/audio/decode/ogg/os/win/build.bat | bat | agpl-3.0 | 78 |
vcpkg install wepoll:x86-windows
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
cd ..
pause
| myd7349/Ongoing-Study | cpp/CMake/vcpkg/wepoll_tests/build-x86-windows.bat | bat | lgpl-3.0 | 271 |
@ECHO OFF
REM Command file for Sphinx documentation
set SPHINXBUILD=sphinx-build
set ALLSPHINXOPTS=-d _build/doctrees %SPHINXOPTS% .
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
)
if "%1" == "" goto help
if "%1" == "help" (
:help
echo.Please use `make ^<target^>` where ^... | mazelife/django-belleville | docs/make.bat | bat | apache-2.0 | 2,967 |
@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... | DH-Box/DH-Box.github.io | docs/make.bat | bat | apache-2.0 | 6,699 |
set BASIC_PATH=..\
set LOOPS=190000
set NUMS=10000
setlocal enabledelayedexpansion
:: Ïß³ÌÊý
for /l %%x in (2, 1, 6) do (
set /a a=%%x*2
set d=%%x
::: ¶ñÒâ´úÂëÊýÁ¿
for /l %%i in (!d!, 1, !a!) do (
echo %%i
for /l %%j in (1, 1, %NUMS%) do (
..\programme\bin\Debug\thread_wi... | ZHYfeng/malicious-code-conceal | 1_windows_thread_point/script/run_tm.bat | bat | apache-2.0 | 400 |
@echo off
for /f "delims=" %%A in ('dir "%~dp0..\..\node.js.*" /b') do set "nodePath=%%A"
"%~dp0..\..\%nodePath%\node.exe" "%~dp0node_modules\npm\bin\npm-cli.js" %*
| lijunle/npm-nuget | tools/npm.cmd | bat | mit | 165 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_FSSHTTP_FSSHTTPB.MS_FSSHTTP_FSSHTTPB_S03_SchemaLock.TestCase_S03_TC18_GetLock_ExclusiveLockReturnReason_CoauthoringDisabled /testcontainer:..\..\MS-FSSHTTP-FSSHTTPB\TestSuite\bin\Debug\MS-FSSHTTP-FSSHTTPB_TestSuite.dll /runcon... | XinwLi/Interop-TestSuites-1 | FileSyncandWOPI/Source/Scripts/MS-FSSHTTP-FSSHTTPB/RunTestCase_S03_TC18.cmd | bat | mit | 396 |
devices -setdefault @S60_2nd_FP3:com.nokia.series60
cd s60v2
bldmake bldfiles
| MoSync/MoSync | tools/LauncherApp/conf_ed2.bat | bat | gpl-2.0 | 78 |
@echo off
:: The batch file I wanted to write required a number of optional parameters in
:: any sequence, the only way I could figure out which ones were which was to
:: include a label before the parameter. The following batch file shows how
:: this is implemented:
:: Simon Richardson
:: simonr@uklinux.net
::... | lscarso/CMD | OutOfOrderArguments_new.cmd | bat | gpl-3.0 | 934 |
REM FOR STAGING SERVER AT klahnakoski-es.corp.tor1.mozilla.com
CALL curl -X POST http://localhost:8159/shutdown
CALL git pull origin integrate
START resources\scripts\server.bat
EXIT
| jmaher/alert_manager | resources/scripts/update.bat | bat | mpl-2.0 | 184 |
rem MIRACL - IBM PC/MS-DOS Version 4.0
rem This batch files creates large memory model 80386 version of miracl.lib
rem from its component parts using the Borland C++ V3.1 (or greater) compiler
rem Use typically with mirdef.hpc
rem
rem Read your compiler documentation for further information
rem
rem Invoke as "bcxdoit... | GaloisInc/hacrypto | src/C++/MIRACL/MIRACL-4.0/lib/bcxdoit.bat | bat | bsd-3-clause | 2,867 |
@echo off
SET PARAM=%1
csc /t:library %PARAM%_Forwarder.cs
csc /define:FORWARD /t:library /r:%PARAM%_Forwarder.dll %PARAM%_Library.cs | syeerzy/visualfsharp | tests/fsharpqa/Source/Conformance/TypeForwarding/Nested/BuildCSharp.bat | bat | mit | 133 |
open /home/ibai/4Cin/data/Six_zebra_models/Six_zebra_models_final_output_0.1_-0.1_13000/Representative.py
shape tube #0-55 radius 300 bandlength 10000
close #0-55
| batxes/4Cin | Six_zebra_models/Six_zebra_models_final_output_0.1_-0.1_13000/Representative_tubes.cmd | bat | gpl-3.0 | 163 |
@echo off
rem MSSDK71OPTS.BAT
rem
rem Compile and link options used for building MEX-files
rem using the Microsoft Windows Software Development Kit.
rem
rem $Revision: 1.1.6.3.2.1 $ $Date: 2012/07/12 13:53:58 $
rem Copyright 2010 The MathWorks, Inc.
rem
rem StorageVersion: 1.0
rem C++keyFileName: MSSDK71OP... | DavidTorresOcana/INS_EIF | src/codegen/INS_EIF/setup_mssdk71.bat | bat | gpl-3.0 | 3,078 |
if "%RHO_PLATFORM%" == "android" (
cd videocapture\platform\android
rake --trace
)
if "%RHO_PLATFORM%" == "iphone" (
cd videocapture\platform\phone
rake --trace
)
if "%RHO_PLATFORM%" == "wm" (
cd videocapture\platform\wm
rake --trace
)
if "%RHO_PLATFORM%" == "win32" (
cd videocapture\platform\wm
rake --trace... | louisatome/rhodes | lib/extensions/videocapture/ext/build.bat | bat | mit | 401 |
universe = java
executable = x_java_CondorEcho.class
output = job_core_macros_java.out
error = job_core_macros_java.err
log = job_core_macros_java.log
# test late bindings
foo = Foo1
foo = Foo2
bar = Bar
bar = foo
foo = bar
foobar = $(bar)$(foo)
# with only one job fired up this should be process 0
process... | htcondor/htcondor | src/condor_tests/job_core_macros_java.cmd | bat | apache-2.0 | 746 |
@title Certificate Generation
openssl req -new -config ssl.cnf -out server.req.pem -keyout server.key.pem -nodes
openssl req -x509 -config ssl.cnf -days 365 -in server.req.pem -key server.key.pem -out server.cert.pem
| kaniini/unreal-git | src/win32/makecert.bat | bat | gpl-2.0 | 218 |
SET version="0.1"
msbuild /p:Configuration=Release Ninjector\Ninjector.csproj
MKDIR nuget\lib\net40
COPY Ninjector\bin\Release\*.dll nuget\lib\net40\
COPY Ninjector.nuspec nuget\
Tools\NuGet\nuget.exe pack nuget\Ninjector.nuspec -Version %version%
RMDIR nuget /S /Q | pieterderycke/Ninjector | buildNuGetPackage.cmd | bat | mit | 269 |
:: Address of the server
set COMP=127.0.0.1
:: Port used on the server
set PORT=6666
:: Possible values of locale: EN , CZ
set LOCALE=EN
:: Path to the jar containing the application
set PATH_TO_JAR=../target/save-the-world.jar
java -cp %PATH_TO_JAR% cz.filipekt.Client -c %COMP% -p %PORT% -locale %LOCALE% -interact... | filipekt/save-the-world | bin/console_client.bat | bat | mit | 323 |
java %JAVA_OPTS% -cp target\classes;target\lib\commons-io-2.10.0.jar;target\classes;target\lib\commons-codec-1.10.jar org.securecopy.SecureCopy %* | blaufish/secure-copy | secure-copy.cmd | bat | mit | 146 |
cmd_arch/arm/lib/io-readsb.o := /home/aashir/android/toolchain/linaro/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.io-readsb.o.d -nostdinc -isystem /home/aashir/android/toolchain/linaro/bin/../lib/gcc/arm-eabi/4.6.2/include -I/home/aashir/android/2012/arch/arm/include -Iarch/arm/include/generated -Iinclude -include include... | emwno/android_kernel_U8500 | arch/arm/lib/.io-readsb.o.cmd | bat | gpl-2.0 | 1,958 |
cmd_net/netfilter/netfilter.o := /home/aashir/android/toolchain/linaro/bin/arm-eabi-ld -EL -r -o net/netfilter/netfilter.o net/netfilter/core.o net/netfilter/nf_log.o net/netfilter/nf_queue.o net/netfilter/nf_sockopt.o
| emwno/android_kernel_U8500 | net/netfilter/.netfilter.o.cmd | bat | gpl-2.0 | 223 |
cmd_arch/arm/common/built-in.o := /home/algesat/arm-eabi-4.7/bin/arm-eabi-ld -EL -r -o arch/arm/common/built-in.o arch/arm/common/gic.o arch/arm/common/cpaccess.o
| Algesat/BladeApex2 | arch/arm/common/.built-in.o.cmd | bat | gpl-2.0 | 168 |
cmd_sound/core/snd-hwdep.o := /home/beto/toolchain/bin/arm-eabi-ld -EL -r -o sound/core/snd-hwdep.o sound/core/hwdep.o
| IndieBeto/StockLP | sound/core/.snd-hwdep.o.cmd | bat | gpl-2.0 | 123 |
cmd_/home/ubuntu/compat_wl18xx/drivers/net/wireless/ti/wl1251/wl1251_sdio.o := arm-fsl-linux-gnueabi-ld -EL -r -o /home/ubuntu/compat_wl18xx/drivers/net/wireless/ti/wl1251/wl1251_sdio.o /home/ubuntu/compat_wl18xx/drivers/net/wireless/ti/wl1251/sdio.o
| 174high/compat_wl18xx | drivers/net/wireless/ti/wl1251/.wl1251_sdio.o.cmd | bat | gpl-2.0 | 255 |
cmd_fs/autofs4/init.o := arm-none-linux-gnueabi-gcc -Wp,-MD,fs/autofs4/.init.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/mac... | srinugnt2000/linux-2.6.37 | fs/autofs4/.init.o.cmd | bat | gpl-2.0 | 21,771 |
cmd_scripts/kconfig/zconf.tab.o := gcc -Wp,-MD,scripts/kconfig/.zconf.tab.o.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -I/usr/include/ncursesw -DCURSES_LOC="<curses.h>" -DNCURSES_WIDECHAR=1 -DLOCALE -Iscripts/kconfig -c -o scripts/kconfig/zconf.tab.o scripts/kconfig/zconf.tab.c
sourc... | heyoufei2/yocto3.14.38_kernel | scripts/kconfig/.zconf.tab.o.cmd | bat | gpl-2.0 | 4,271 |
cmd_drivers/usb/built-in.o := /home/radug/Android/cm/system/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ld -EL -r -o drivers/usb/built-in.o drivers/usb/core/built-in.o drivers/usb/storage/built-in.o drivers/usb/misc/built-in.o
| RaduG/2.6.29-RaKern-2x-Hero | drivers/usb/.built-in.o.cmd | bat | gpl-2.0 | 245 |
cmd_sound/soc/sh/built-in.o := rm -f sound/soc/sh/built-in.o; arm-none-linux-gnueabi-ar rcs sound/soc/sh/built-in.o
| srinugnt2000/linux-2.6.37 | sound/soc/sh/.built-in.o.cmd | bat | gpl-2.0 | 117 |
java -jar testrun.jar -submission=player11 -evaluation=SphereEvaluation -seed=1
pause | tilldoe/EC_2014_team11 | test/test.bat | bat | gpl-2.0 | 86 |
cmd_net/bluetooth/hidp/built-in.o := /home/hacker/codesourcery/lite/bin/arm-none-linux-gnueabi-ld -EL -r -o net/bluetooth/hidp/built-in.o net/bluetooth/hidp/hidp.o
| wujiku/superstar-kernel-shooter-2.3.4gb | net/bluetooth/hidp/.built-in.o.cmd | bat | gpl-2.0 | 169 |
cd ../Source/External/GitSubmodules
cd assimp
git checkout master
git pull
cd ../
cd GLAD
git checkout master
git pull
cd ../
cd imgui
git checkout master
git pull
cd ../
cd json
git checkout master
git pull
cd ../
cd PhysX
git checkout 4.0
git pull
cd ../
cd QDarkStyleSheet
git checkout master
git pull
cd ../
cd... | zhangdoa/InnocenceEngine | Script/BumpSubmoduleVersionWin.bat | bat | gpl-3.0 | 421 |
echo on
rem This script is used by AppVeyor to build the project.
where appveyor
set path=C:\ProgramData\Npackd\Commands;C:\Program Files (x86)\NpackdCL;C:\Program Files\AppVeyor\BuildAgent;C:\Windows\System32
cscript AppVeyorBuild.js
| tim-lebedkov/npackd-scripts | AppVeyorBuild.bat | bat | gpl-3.0 | 240 |
@echo off
set V_PROJECT=fem_draw_winapi
set V_BUILDDIR=build_winapi_watcom
@echo on
call "C:\WATCOM\owsetenv.bat"
@echo on
cd "%~dp0"
cd ..
rmdir /S /Q %V_BUILDDIR% 2>nul >nul
mkdir %V_BUILDDIR%
cd %V_BUILDDIR%
cl -c -nologo -G5 -Ox -W3 -MT -TP -DNDEBUG ..\src_winapi\libs\lodepng.cpp -Folodepng.cpp.obj
@i... | AlienCowEatCake/fem_draw | buildscripts/winapi_watcom.bat | bat | gpl-3.0 | 1,540 |
@echo off
set MUMAX2=%~dp0\..
echo MUMAXPATH: %MUMAX2%
set PYTHONPATH=%PYTHONPATH%;%MUMAX2%\src\python
set LD_LIBRARY_PATH=%LD_LIBRARY_PATH%;%MUMAX2%\src\libmumax
echo %PYTHONPATH%
%MUMAX2%\bin\mumax2-bin.exe %*
| mumax/2 | bin/mumax2.bat | bat | gpl-3.0 | 216 |
@echo off
for /f "tokens=4,5 delims=. " %%a in ('ver') do set version=%%a.%%b
if NOT "%version%"=="10.0" goto :eof
rem backup ip config to tex file.
ipconfig >> backup.txt
setlocal EnableDelayedExpansion
set ip_address_string="IPv4 Address"
set subnet_string="Subnet Mask"
set default_dateway_string="Default Gat... | ShaggyPanchal/scripts | change default gateway.cmd | bat | lgpl-3.0 | 1,732 |
@Echo off
PowerShell -NoProfile -NoLogo -ExecutionPolicy unrestricted -Command "[System.Threading.Thread]::CurrentThread.CurrentCulture = ''; [System.Threading.Thread]::CurrentThread.CurrentUICulture = '';& '%~dp0RemoteTest.ps1' %*" | DonSchenck/NetOnLinuxBook | MusicStore/test/RemoteTest.cmd | bat | apache-2.0 | 235 |
@echo off
REM Copyright 2008 Sanjiv Sahayam
REM
REM Licensed under the Apache License, Version 2.0 (the "License");
REM you may not use this file except in compliance with the License.
REM You may obtain a copy of the License at
REM
REM http://www.apache.org/licenses/LICENSE-2.0
REM
REM Unless required by ... | ssanj/pondskum | resources/scripts/runProgress.bat | bat | apache-2.0 | 1,237 |
@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%
... | pkimber/docs | make.bat | bat | apache-2.0 | 5,111 |
@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... | veselosky/chephren | docs/make.bat | bat | apache-2.0 | 6,705 |
java -classpath target/microbe-1.0-SNAPSHOT.jar;target/dependency/* ru.lj.alamar.microbe.Merge %*
| alamar/microbe | merge.bat | bat | apache-2.0 | 99 |
%JAVA_HOME%/bin/java -cp ../../../lib/ant/ant.jar;../../../lib/ant/ant-launcher.jar org.apache.tools.ant.Main -buildfile run.xml run -DorderId=%1 -DnrOfCalls=%2
| cbeams-archive/spring-framework-2.5.x | autobuilds/apps/jpetstore/client/client.bat | bat | apache-2.0 | 161 |
BoltGUI -path ./session.db -port 8088
pause | webx-top/blog | data/bolt/ui.bat | bat | apache-2.0 | 43 |
@echo off
call python install.py
@echo on | WaffleTime/SkyrimMultiplayerMods | run.bat | bat | apache-2.0 | 41 |
set source=workingspace\simpleMapping\shiporder.xml
set instruction=workingspace\simpleMapping\mapping.map
set result=workingspace\simpleMapping\mappingOut.xml
set libpath=lib\saxon9.jar;lib\saxon9-xqj.jar;lib\jdom.jar;dist\cmts.jar;lib\xercesImpl.jar;lib\caAdapter.jar
java -cp %libpath% gov.nih.nci.cbiit.cmts.t... | NCIP/caadapter | software/cmts/transformMapping.bat | bat | bsd-3-clause | 381 |
cmd_drivers/msp/vfmw/vfmw_v4.0/firmware/product/HiS40V200/HD_FULL/common/pulldown.o := arm-hisiv200-linux-gcc -Wp,-MD,drivers/msp/vfmw/vfmw_v4.0/firmware/product/HiS40V200/HD_FULL/common/.pulldown.o.d -nostdinc -isystem /opt/hisi-linux/x86-arm/arm-hisiv200-linux/bin/../lib/gcc/arm-hisiv200-linux-gnueabi/4.4.1/include ... | caps-liu/hisi-driverlibs | source/msp/drv/vfmw/vfmw_v4.0/firmware/product/HiS40V200/HD_FULL/common/.pulldown.o.cmd | bat | gpl-2.0 | 1,661 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.