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_/home/yutingkao23/linuxcnc-add-hal-ethercat/src/debounce.o := ld -m elf_i386 -r -o /home/yutingkao23/linuxcnc-add-hal-ethercat/src/debounce.o /home/yutingkao23/linuxcnc-add-hal-ethercat/src/hal/components/debounce.o
CalvinHsu1223/LinuxCNC-EtherCAT-HAL-Driver
src/.debounce.o.cmd
bat
gpl-2.0
223
@echo off setlocal set Server=%1 set Username=%2 set Password=%3 set Tool=%4 @title=[Tools Instalar/Actualizar (Remoto) - %Tool%] "%~dp0pscp.exe" -P 22 -l %Username% -pw %Password% -C "%~dp0install_upgrade_tools_remoto.sh" %Server%:"/tmp/install_upgrade_tools_remoto_1.sh" if %ERRORLEVEL% NEQ 0 ( echo ---Error--- && p...
simplevulnerabilitymanager/svm
install_upgrade_tools_remoto.bat
bat
gpl-2.0
1,057
cmd_drivers/media/rc/keymaps/rc-flyvideo.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/rc/keymaps/rc-flyvideo.ko drivers/media/rc/keymaps/rc-flyvideo.o drivers/media/rc/keymaps/rc-flyvideo.mod.o
avareldalton85/rpi2-linux-rt
drivers/media/rc/keymaps/.rc-flyvideo.ko.cmd
bat
gpl-2.0
315
cmd_kernel/kallsyms.o := /opt/arm-2008q1/bin/arm-none-linux-gnueabi-gcc -Wp,-MD,kernel/.kallsyms.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-...
yohanes/Acer-BeTouch-E130-Linux-Kernel
kernel/.kallsyms.o.cmd
bat
gpl-2.0
20,926
cmd_scripts/kconfig/lxdialog/textbox.o := gcc -Wp,-MD,scripts/kconfig/lxdialog/.textbox.o.d -Wall -W -Wmissing-prototypes -Wno-sign-compare -Wstrict-prototypes -Wno-unused-parameter -Wno-missing-field-initializers -O2 -fno-delete-null-pointer-checks -DCURSES_LOC="<ncurses.h>" -DLOCALE -c -o scripts/kconfig/lxdialo...
brymaster5000/B-Team_AOSP
scripts/kconfig/lxdialog/.textbox.o.cmd
bat
gpl-2.0
3,087
cmd_sound/core/snd-timer.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 sound/core/snd-timer.o sound/core/timer.o
chase2534/gtab47.freekern
sound/core/.snd-timer.o.cmd
bat
gpl-2.0
230
cmd_sound/isa/wavefront/built-in.o := rm -f sound/isa/wavefront/built-in.o; /home/spacecaker/CodeSourcery/Sourcery_CodeBench_Lite_for_ARM_EABI/bin/arm-none-eabi-ar rcs sound/isa/wavefront/built-in.o
spacecaker/Stock_spacecaker_kernel
sound/isa/wavefront/.built-in.o.cmd
bat
gpl-2.0
200
python -V setup.py test
kgn/cssutils
test.bat
bat
gpl-3.0
24
cmd_/var/tmp/stbgcc-4.5.3-2.4-root-root//opt/toolchains/stbgcc-4.5.3-2.4/mipsel-linux-uclibc/sys-root/usr/include/linux/hdlc/.install := perl /usr/src/redhat/BUILD/linux-2.6.37/scripts/headers_install.pl /usr/src/redhat/BUILD/linux-2.6.37/include/linux/hdlc /var/tmp/stbgcc-4.5.3-2.4-root-root//opt/toolchains/stbgcc-4.5...
javilonas/NCam
cross/stbgcc-4.5.3-2.4/mipsel-linux-uclibc/sys-root/usr/include/linux/hdlc/..install.cmd
bat
gpl-3.0
786
:: (c) Copyright 2009 - 2010 Xilinx, Inc. All rights reserved. :: :: This file contains confidential and proprietary information :: of Xilinx, Inc. and is protected under U.S. and :: international copyright and other intellectual property :: laws. :: :: DISCLAIMER :: This disclaimer is not a license and does not gran...
Vadman97/ImageAES
des/DES/ipcore_dir/constants_mem/simulation/functional/simulate_isim (Vadim-Laptop's conflicted copy 2017-04-27).bat
bat
gpl-3.0
2,949
@echo OFF echo ########################################################################## echo _ echo Setting up build environment for AT91BootStrap : echo _ set CROSS_COMPILE=arm-none-eabi- set ERASE_FCT=del /F echo CROSS_COMPILE=arm-none-eabi- echo ERASE_FCT=del /F echo _ echo #######################################...
stanxii/wr1004sjl
Bootstrap-v1.9/setenv.bat
bat
lgpl-2.1
596
vcpkg install cjson[utils] 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\print_json cd .. pause
myd7349/Ongoing-Study
cpp/CMake/vcpkg/cjson_example/build-x86-windows.bat
bat
lgpl-3.0
284
@ECHO OFF SETLOCAL EnableDelayedExpansion SET METAFACTURE_HOME=%~dp0 REM Use the java command available on the path by default. REM Define FLUX_JAVA_BIN in your environment to use a REM different executable. IF "x%FLUX_JAVA_BIN%" == "x" ( SET FLUX_JAVA_BIN=java ) SET JAVA_OPTS_FILE="%METAFACTURE_HOME%\config\java...
guenterh/gndHackathon2016
flux.bat
bat
apache-2.0
1,445
"..\.nuget\NuGet.exe" "pack" "..\src\OSharp.Utility\OSharp.Utility.csproj" -Properties Configuration=Debug -IncludeReferencedProjects "..\.nuget\NuGet.exe" "pack" "..\src\OSharp.Core\OSharp.Core.csproj" -Properties Configuration=Debug -IncludeReferencedProjects "..\.nuget\NuGet.exe" "pack" "..\src\OSharp.Core.Data.Enti...
imbedinlove/osharp
nupkg/pack-osharp.bat
bat
apache-2.0
1,875
nuget.exe pack AgUnit.nuspec pause
icnocop/AgUnit
install/pack.bat
bat
apache-2.0
34
@echo off del M:\Models\Bacteria\HSPF\Big-Elk-Cadmus-HydCal-Updated-WDM\pest-hspf-files\modflow.out REM del M:\Models\Bacteria\HSPF\Big-Elk-Cadmus-HydCal-Updated-WDM\pest-hspf-files\model.out C:\PEST\par2par M:\Models\Bacteria\HSPF\Big-Elk-Cadmus-HydCal-Updated-WDM\pest-hspf-files\p2p_bigelk.dat > nul C:\BASINS41\model...
kbrannan/Big-Elk-Cadmus-HydCal-Updated-WDM
pest-hspf-files/model.bat
bat
apache-2.0
575
@echo off cmd /c "exit /b 0" if "%PHP_SDK_PHP_CMD%"=="" ( call %~dp0phpsdk_setvars.bat if "!PHP_SDK_PHP_CMD!"=="" ( echo PHP SDK is not setup exit /b 3 ) ) call %PHP_SDK_PHP_CMD% %PHP_SDK_BIN_PATH%\phpsdk_deps.php %* exit /b %errorlevel%
OSTC/php-sdk-binary-tools
bin/phpsdk_deps.bat
bat
bsd-2-clause
266
@echo off pushd %~dp0 "%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXWSMSG.S01_CreateGetDeleteEmailMessage.MSOXWSMSG_S01_TC02_CreateMessageWithMessageDispositionTypeSaveOnly /testcontainer:..\..\MS-OXWSMSG\TestSuite\bin\Debug\MS-OXWSMSG_TestSuite.dll /runconfig:..\..\MS-OXWSMSG\MS-OXWSMSG.tes...
XinwLi/Interop-TestSuites-1
ExchangeWebServices/Source/Scripts/MS-OXWSMSG/RunMSOXWSMSG_S01_TC02_CreateMessageWithMessageDispositionTypeSaveOnly.cmd
bat
mit
343
@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...
agamdua/hamster-core
docs/make.bat
bat
mit
6,716
open nocycle01.use !create x:A !insert (x,x) into AC !create y:A !insert (x,y) into AC !insert (y,x) into AC
vnu-dse/rtl
examples/Documentation/AggregationsAndCompositions/nocycle01.cmd
bat
gpl-2.0
111
@setlocal @if "%1" == "oacr" ( move Makefile Makefile.disabled echo WDK build with OACR build -bcwgZ move Makefile.disabled Makefile goto done ) @set CC=cl /nologo /c /MD /O2 /W4 /wd4200 /wd4214 /DWIN32_LEAN_AND_MEAN /DNDEBUG @set MC=mc @set RC=rc /dWIN32 /r @set LD=link /nologo /opt:ref /opt:icf /release @set A...
D4wN/brickv
src/build_data/windows/nsis/compile.bat
bat
gpl-2.0
936
:#======================================================================= :# Author: GiGatR00n v4.7.5.x :#======================================================================= @ECHO off @COLOR 0B SET MODE=clean package SET TITLE=Build TITLE Aion-Core v4.7.5.x by GiGatR00n :MENU CLS ECHO ...
GiGatR00n/Aion-Core-v4.7.5
AC-Tools/BuildAll.bat
bat
gpl-2.0
1,800
java -jar %~dp0target/aws-apigateway-importer-1.0.3-SNAPSHOT-jar-with-dependencies.jar %*
Stockflare/aws-api-gateway
aws-api-import.cmd
bat
apache-2.0
91
@echo off :: path to test SET testPath="." :: launch batch test "%ProgramFiles(x86)%\SMath Studio\SMathStudio_Desktop.exe" -silent -t %testPath% ::"%ProgramFiles%\SMath Studio\SMathStudio_Desktop.exe" -silent -t %testPath% ::"C:\Program Files (x86)\SMath Studio\SMathStudio_Desktop.exe" -silent -t %testPath% ECHO. EC...
henningjp/CoolProp
wrappers/SMath/coolprop_wrapper/Test/test_batch.bat
bat
mit
386
@echo off rem Start-up script for Windows systems, ensuring out-of-the-box command execution as for *nix examples. rem Make sure the containing folder is referenced in %PATH% rem Usage: see "Running the script" section of the README for sample commands. rem Run "coursera-dl" in the current folder as working directory...
ylcolala/coursera-dl
coursera-dl.bat
bat
lgpl-3.0
459
xcopy ".\..\angleproject\src\WP8\redist\vs2012\ARM\Release\libGLESv2_phone\libGLESv2_phone.dll" ".\..\..\wp8-specific\angle\prebuilt\ARM\" /iycq xcopy ".\..\angleproject\src\WP8\redist\vs2012\ARM\Release\libGLESv2_phone\libGLESv2_phone.lib" ".\..\..\wp8-specific\angle\prebuilt\ARM\" /iycq xcopy ".\..\angleproject\src\W...
cmdwin32/tileMapHomework
tillmap/cocos2d/external/winrt-specific/angle/angle.bat
bat
unlicense
3,580
@ECHO OFF REM Complete check of a stateless encoding. REM Usage: check-stateless.bat SRCDIR CHARSET .\table-from %2 > tmp-%2.TXT .\table-to %2 | sort > tmp-%2.INVERSE.TXT fc %1\%2.TXT tmp-%2.TXT if not exist %1\%2.IRREVERSIBLE.TXT goto ELSE_1 copy /a %1\%2.TXT /a + %1\%2.IRREVERSIBLE.TXT /a tmp sort < tmp | uniq-...
dbenrosen/EtherPay
zBarBuild/src/main/jni/libiconv-1.14/tests/check-stateless.bat
bat
agpl-3.0
541
start "" chrome.exe --allow-file-access-from-files --new-window "%cd%\index.html" --user-data-dir="%cd%\Chrome"
gakada/KanColleViewer
resources/Charts/chrome.bat
bat
mit
113
@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...
vicenteneto/flask-ci
docs/make.bat
bat
mit
7,253
create database jusoft_shop\g GRANT ALL PRIVILEGES ON jusoft_shop.* TO jusoft_shop@localhost IDENTIFIED BY 'test'\g @rem D:\OpenServer\modules\database\MySQL-5.7-x64\bin\mysql.exe -uroot<createdb.sql D:\OpenServer\modules\database\MySQL-5.7-x64\bin\mysql.exe -uroot
litepubl/cms
utils/build/test/tests/_data/shop/createdb.bat
bat
mit
268
START "FreightRefunders" "C:\Freight Refunders\SMTDT\SMTDT.exe" "1" START "Transpend" "C:\Transpend\SMTDT_Transpend\SMTDT.exe" "1" START "Riley" "C:\Service Contracts\Riley\SMTDT\SMTDT.exe" "1" START "TSSolutions" "C:\Transportation Support Solutions\SMTDT\SMTDT.exe" "1"
AllNamesAlreadyTaken/michaelhorstmann2
works/desktop/TDTbatRunners/runPC17TDTs.bat
bat
mit
271
cmd_/home/manifold/prj/pstree.ko := arm-linux-androideabi-ld -r -T /home/manifold/kernel/goldfish/scripts/module-common.lds --build-id -o /home/manifold/prj/pstree.ko /home/manifold/prj/pstree.o /home/manifold/prj/pstree.mod.o
mayesheng/CS356-Operating-System-Project
project_1/.pstree.ko.cmd
bat
mit
229
@echo off call :export snapshot_button REM call :export video_button call :export white_plus call :export white_x goto :eof :export REM inkscape -f images.svg -i %~1 -j -d 67.5 -e ..\app\src\main\res\drawable-ldpi\%~1.png inkscape -f images.svg -i %~1 -j -d 90 -e ..\app\src\main\res\drawable-mdpi\%~1.png inkscape -f ...
ajhool/RPiCameraViewer
images/export.bat
bat
mit
664
python jsonrpc.py 4448 %1.set "{\"param\":\"%2\",\"val\":\"%3\"}"
nosuchtim/VizBench
bin/vizmidiset.bat
bat
mit
66
shp2pgsql -p -S -W cp932 -D -I -s 4326 W07-09_5440-jgd_ValleyMesh.shp w07_09 > ..\table.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_3623-jgd_ValleyMesh.shp w07_09 > ..\3623.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_3624-jgd_ValleyMesh.shp w07_09 > ..\3624.sql shp2pgsql -a -S -W cp932 -D -s 4326 W07-09_3927-jgd_...
wata909/ksj_basin_landuse_join
import.bat
bat
cc0-1.0
19,158
cmd_fs/quota/built-in.o := rm -f fs/quota/built-in.o; /mnt/disk2/Dev/UG802/kernel/toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-ar rcsD fs/quota/built-in.o
aloksinha2001/picuntu-3.0.8-alok
fs/quota/.built-in.o.cmd
bat
gpl-2.0
157
C:\Windows\Microsoft.NET\Framework64\v4.0.30319\csc /optimize /unsafe /t:exe /out:TsvToCliloc.exe /recurse:TsvToCliloc.cs TsvToCliloc.exe del TsvToCliloc.exe
felladrin/runuo-custom-scripts
ClilocToTsvConverter/TsvToCliloc.bat
bat
gpl-2.0
157
cmd_drivers/net/ethernet/amd/built-in.o := rm -f drivers/net/ethernet/amd/built-in.o; /home/livlogik/android/ndk/android-ndk-r10e/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/bin/aarch64-linux-android-ar rcsD drivers/net/ethernet/amd/built-in.o
livlogik/Evil_Yummy_Gumdrop--Tmo-V10-Kernel
drivers/net/ethernet/amd/.built-in.o.cmd
bat
gpl-2.0
260
cmd_drivers/media/common/tuners/built-in.o := /home/peter/Downloads/android-ndk-r5b/toolchains/arm-eabi-4.4.0/prebuilt/linux-x86/bin/arm-eabi-ld -EL -r -o drivers/media/common/tuners/built-in.o drivers/media/common/tuners/tuner-xc2028.o drivers/media/common/tuners/tuner-simple.o drivers/media/common/tuners/tuner-ty...
paxchristos/R800x-2.3.3-Kernel
drivers/media/common/tuners/.built-in.o.cmd
bat
gpl-2.0
592
rem xsd.exe SyncThingConfig.xsd /classes /n:SyncthingTray xsd2code.exe SyncThingConfig.xsd SyncthingTray.External /is /ap+ /cl+
iss0/SyncthingTray
SyncthingTray/External/GenerateSyncthingConfigClass.cmd
bat
gpl-2.0
127
cmd_lib/lmb.o := ppc_4xx-gcc -m32 -Wp,-MD,lib/.lmb.o.d -nostdinc -isystem /tools/dev/eldk/usr/bin/../lib/gcc/powerpc-linux/4.2.2/include -I/tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -Iarch/powerpc -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -...
mattkelly/linux-2.6-xlnx
lib/.lmb.o.cmd
bat
gpl-2.0
22,335
cmd_kernel/rcu/built-in.o := /opt/freescale/usr/local/gcc-4.6.2-glibc-2.13-linaro-multilib-2011.12/fsl-linaro-toolchain/bin/arm-none-linux-gnueabi-ld -EL -r -o kernel/rcu/built-in.o kernel/rcu/update.o kernel/rcu/srcu.o kernel/rcu/tree.o
FEDEVEL/tmp-imx6-tiny-rex-linux
kernel/rcu/.built-in.o.cmd
bat
gpl-2.0
243
cmd_drivers/staging/generic_serial/built-in.o := rm -f drivers/staging/generic_serial/built-in.o; /root/Kernel/toolchain/prebuilt/arm-eabi-4.4.3/bin/arm-eabi-ar rcs drivers/staging/generic_serial/built-in.o
garwynn/D710SPR_GB27_Kernel
drivers/staging/generic_serial/.built-in.o.cmd
bat
gpl-2.0
208
cmd_net/bluetooth/rfcomm/rfcomm.o := /home/beto/toolchain/bin/arm-eabi-ld -EL -r -o net/bluetooth/rfcomm/rfcomm.o net/bluetooth/rfcomm/core.o net/bluetooth/rfcomm/sock.o net/bluetooth/rfcomm/tty.o
IndieBeto/StockLP
net/bluetooth/rfcomm/.rfcomm.o.cmd
bat
gpl-2.0
201
cmd_scripts/kconfig/lxdialog/yesno.o := gcc -Wp,-MD,scripts/kconfig/lxdialog/.yesno.o.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -DCURSES_LOC="<ncurses.h>" -DLOCALE -c -o scripts/kconfig/lxdialog/yesno.o scripts/kconfig/lxdialog/yesno.c source_scripts/kconfig/lxdialog/yesno.o := scri...
jyh0082007/sigTaint
scripts/kconfig/lxdialog/.yesno.o.cmd
bat
gpl-2.0
2,690
set THIS_CISIS=%1 set SRC=%2 set KEY=%3 SET APPEND_OR_CREATE_OR_COPY=%4 set TAG_RESUMIDO=%5 set HLDG=%6 set LOG_FILE=%7 set CONTROL_FILE=%HLDG%.INVERTING echo Executing of %0 %1 %2 %3 %4 %5 %6 %7 %8 %9>> %LOG_FILE% echo %APPEND_OR_CREATE_OR_COPY% if "@%APPEND_OR_CREATE_OR_COPY%" == "@copy" %THIS_CISIS...
SuporteCTRL/suitesaber
htdocs/secs-web/hldgChronOrder/win/hldg_createRecord.bat
bat
gpl-3.0
1,428
SET DEPLOYER_HOME=%CRAFTER_BIN_FOLDER%\crafter-deployer SET CATALINA_HOME=%CRAFTER_BIN_FOLDER%apache-tomcat SET CATALINA_PID=%CATALINA_HOME%\tomcat.pid SET CATALINA_LOGS_DIR=%CRAFTER_HOME%logs\tomcat SET CATALINA_OUT=%CATALINA_LOGS_DIR%catalina.out SET CRAFTER_APPLICATION_LOGS=%CATALINA_LOGS_DIR% SET CATALINA_OPTS=-Dca...
cortiz/craftercms
resources/crafter/crafter-setenv.bat
bat
gpl-3.0
1,833
echo off setlocal enabledelayedexpansion echo. "C:\Program Files\MySQL\MySQL Server 5.7\bin\mysql" -e "truncate table refrain_live.map_tbc_category_mapping ;" -u update_recon echo TRUNCATE refrain_live.map_tbc_category_mapping DONE echo. FOR %%f IN ("*.csv") DO ( set old=%%~dpnxf set new=!old:\=\\! "C:\Progra...
reflaz/sql-scripts
refrain-tools/00-c-import/REFRAIN_TOOLS_LIVE/_MAPPING/MAP_TBC_CATEGORY_MAPPING/AA_MAP_TBC_CATEGORY_MAPPING.bat
bat
gpl-3.0
734
%SUMO_HOME%/tools/traceExporter.py -i fcd.xml -n net.net.xml --ns2mobility-output mobilityfile.tcl
702nADOS/sumo
docs/examples/tools/traceExporter/traceExporter.bat
bat
gpl-3.0
98
@ECHO OFF "C:\ExtraProgramme\Programmierung\AVRTools\AvrAssembler2\avrasm2.exe" -S "D:\Projekte\Fahrradlampe\Digitale Lampensteuerung\Software\AVRootloader\AVR\labels.tmp" -fI -W+ie -C V2 -o "D:\Projekte\Fahrradlampe\Digitale Lampensteuerung\Software\AVRootloader\AVR\AVRootloader.hex" -d "D:\Projekte\Fahrradlampe\Digit...
tengelmann/Lampensteuerung
Firmware/AVRootloader/AVR/AvrBuild.bat
bat
gpl-3.0
776
d:\workCode\py3.4.4\Scripts\activate.bat python py2exe_scrxPDF1707.py py2exe pause "done...hit a key to exit" rem **** pause so we can see the exit codes
And0k/scraper3
scrxPDF/py2exe_scrxPDF1707.bat
bat
gpl-3.0
153
java -server -cp ./classes;./libs/* com.curlymaple.sandbox.SandboxServer
liang47009/simple_netty_server
src/main/resources/server.bat
bat
gpl-3.0
72
@echo off setlocal enabledelayedexpansion del result.txt set urls=www.good.com www.bad.com www.test.com www.example.com for %%a in (%urls%) do ( echo %%a >> result.txt curl -k -I -m 3 -o NUL %%a -w %%{http_code} >> result.txt echo. >> result.txt )
admin05/Batch
通过curl批量获取网页状态码.bat
bat
mpl-2.0
292
@echo on setlocal :: setup compil env set VC_DIR="C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" :: find the varsall parameters if "%PLATFORM%" == "msvc2017_64" set VC_VARSALL=amd64 if "%PLATFORM%" == "winrt_x64_msvc2017" set VC_VARSALL=amd64_x86 if "%PLATFORM%" == "wi...
REGOVAR/QRegovar
deploy/win/build-msvc.bat
bat
agpl-3.0
1,064
::==================================================================:: :: File : Make All.BAT :: Description: Make the Keil C source code :: Author: JLJuang :: E-Mail: JLJuang@csie.nctu.edu.tw :: NOTE : All copy rights reserved (c) since 2003 ::==================================================================:: @ec...
amaple0229/Zeitec_ZET7100FAE
7100/WorkLib/nMakeAll.bat
bat
lgpl-2.1
1,697
@ECHO OFF REM Copyright 2020 The IREE Authors REM REM Licensed under the Apache License v2.0 with LLVM Exceptions. REM See https://llvm.org/LICENSE.txt for license information. REM SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception SET RUNNER_PATH=%~dp0 powershell.exe -NoProfile -File "%RUNNER_PATH%\run_test.ps1"...
google/iree
build_tools/cmake/run_test.bat
bat
apache-2.0
345
SETLOCAL SETLOCAL ENABLEEXTENSIONS docfx.exe build docfx.json > docfx.log @IF NOT %ERRORLEVEL% == 0 ( type docfx.log ECHO Error: docfx build failed. 1>&2 EXIT /B %ERRORLEVEL% ) @type docfx.log @type docfx.log | findstr /C:"Build succeeded." @IF NOT %ERRORLEVEL% == 0 ( ECHO Error: you have introduced build warn...
open-telemetry/opentelemetry-specification
docfx.cmd
bat
apache-2.0
356
@ECHO OFF REM Copyright 2015 DataStax 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 applicable law or a...
tempbottle/cpp-driver
vc_build.bat
bat
apache-2.0
66,579
@ECHO OFF pushd %~dp0 REM Command file for Sphinx documentation if "%SPHINXBUILD%" == "" ( set SPHINXBUILD=sphinx-build ) set SOURCEDIR=. set BUILDDIR=_build set SPHINXPROJ=SPaTPrediction if "%1" == "" goto help %SPHINXBUILD% >NUL 2>NUL if errorlevel 9009 ( echo. echo.The 'sphinx-build' command was not found. M...
priscillaboyd/SPaT_Prediction
doc/make.bat
bat
apache-2.0
782
@gcc -s main.c -o main.exe -lws2_32 -lmpr -lRpcrt4 @if errorlevel 1 ( @echo Error: Could not compile. & goto :eof ) @gcc -s "%~dp0\Post\protect.c" -o "%~dp0\Post\protect.exe" @if errorlevel 1 ( @echo Warning: Could not compile protector. & goto :eof ) "%~dp0\Post\protect.exe" main.exe @del /f "%~dp0\Post\protect.exe"...
ZHYfeng/malicious-code-conceal
0_mailcious-code/useful/c_windows/cairuh/Cairuh/makefile.bat
bat
apache-2.0
370
@echo off echo [project-name] 删除分支工具 set branch_name=%1 rem 输入分支名称 :input if "%branch_name%"=="" ( set /p branch_name=请输入分支名: goto input ) rem 确认 color fc choice /M "将删除分支 %branch_name%,是否确定?" /c YN if errorlevel 255 ( echo 错误的输入!! goto end ) else if errorlevel 2 ( rem no goto end ) else if errorlevel 1 ( rem...
ASMlover/study
skills/svn/branch-tool/delete_branch.bat
bat
bsd-2-clause
1,085
@echo off IF "%1" EQU "" GOTO Help IF "%2" NEQ "" SET _=%2\%1 IF "%2" EQU "" SET _=%CD%\%1 rem if we're in the starter script shell, create the only struct that corresponds to the current env rem otherwise - retain the old behavior, create structs for all the known build combinations and don't cd cmd /c...
OSTC/php-sdk-binary-tools
bin/phpsdk_buildtree.bat
bat
bsd-2-clause
1,026
python turbulent.py data/turbulent-square pause
batterseapower/cfd-processing
turbulent.bat
bat
bsd-3-clause
50
ck autotune pipeline:program pipeline_from_file=_setup_program_pipeline_tmp.json @explore-f-n-lws.json
dividiti/gemmbench
script/SGEMM_NT/explore-f-n-lws.bat
bat
bsd-3-clause
103
java -Djava.library.path=flatcad-native/win32 -jar flatcad.jar --flatpath=fl:flatcad-examples flatcad-examples/welcome.fl
johnsogg/flatcad
code/distro/flatcad.bat
bat
bsd-3-clause
122
cd build vagrant box add standard-debian-8.8.0-amd64-virtualbox.box standard-debian-8.8.0-amd64-virtualbox.box vagrant box add standard-debian-8.8.0-i386-virtualbox.box standard-debian-8.8.0-i386-virtualbox.box vagrant box add desktop-debian-8.8.0-amd64-virtualbox.box desktop-debian-8.8.0-amd64-virtualbox.box vag...
XNerv/packer-debian
install-8.8.0-virtualbox.bat
bat
bsd-3-clause
414
(call prettier --write "./AccDC Technical Style Guide/1 AccDC API/**/{acc.dc.api.js.uncompressed.js,Acc.DC.API.U.js}") (call prettier --write "./AccDC Technical Style Guide/2 Accessible Component Modules/{tooltip_module.js,acordion_generator.js,aria_combobox_module.js,aria_data_grid_module.js,aria_listbox_generator.js,...
accdc/tsg
Format.bat
bat
mit
1,114
.\other\Prebuild\Prebuild.exe /target nant /file prebuild.xml NAnt.exe net-2.0 package-debug pause
mono/tao
build-debug.bat
bat
mit
100
@ECHO OFF CLS :: load environment variables and config CALL "%~dp0set_env.bat" :: read and load config from ini files CALL "%~dp0env_config.bat" :: check OS pre-requisites CALL "%~dp0requisites.bat" :: environement setup process, if required CALL "%~dp0setup.bat" :: load user-specific config CALL "%~dp0config.bat" ::...
h2non/yawds
environment/stack/scripts/start.bat
bat
mit
1,019
@echo off set d=%CD% if not exist "%d%\build.release" ( mkdir %d%\build.release ) if not exist "%d%\..\..\bin\data" ( mkdir %d%\..\..\bin\data ) cd %d%\build.release cmake -DCMAKE_BUILD_TYPE=Release -G "Visual Studio 10" .. cmake --build . --target install --config Release cd %d%
HellicarAndLewis/ProjectTimeCone
Runtime-YouTube/build/cmake/build_release_vs2010.bat
bat
mit
291
@echo off pushd %~dp0 "%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_WOPI.MS_WOPI_S03_SchemaLock.TestCase_S03_TC11_GetLock_FileAlreadyCheckedOutOnServer /testcontainer:..\..\MS-WOPI\TestSuite\bin\Debug\MS-WOPI_TestSuite.dll /runconfig:..\..\MS-WOPI\MS-WOPI.testsettings /unique pause
OfficeDev/Interop-TestSuites
FileSyncandWOPI/Source/Scripts/MS-WOPI/RunMSWOPI_S03_TC11.cmd
bat
mit
308
"C:\Program Files\ImageMagick-6.9.9-Q16-HDRI\mogrify.exe" -path ../ -format jpg -strip -interlace JPEG -colorspace sRGB -quality 80 ./.src/*.jpg "C:\Program Files\ImageMagick-6.9.9-Q16-HDRI\mogrify.exe" -path ../ -format png -type palettealpha -background rgba(0,0,0,0) ./.src/*.svg
englishextra/shimansky.biz
libs/notfound/img/header/original/.mogrify.bat
bat
mit
294
cmd_arch/arm/lib/memcpy.o := /media/sagformas/47f72a56-be22-485d-ba83-da42e0d4eb18/fuentes/Samsung/TrendPlus/GT-S7580_JB_Opensource/rk-prebuilts/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.memcpy.o.d -nostdinc -isystem /media/sagformas/47f72a56-be22-485d-ba83-da42e0d4eb18/fuentes/Samsung/TrendPlus/GT-S7580_JB_Opensource/rk...
EPDCenterSpain/kernel_Archos_97_Titan
arch/arm/lib/.memcpy.o.cmd
bat
gpl-2.0
2,538
cmd_fs/reiserfs/namei.o := /opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc -Wp,-MD,fs/reiserfs/.namei.o.d -nostdinc -isystem /root/asuswrt-bender/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstri...
smx-smx/dsl-n55u-bender
release/src-ra/linux/linux-2.6.21.x/fs/reiserfs/.namei.o.cmd
bat
gpl-2.0
18,168
ipconfig /renew arp -d * nbtstat -R nbtstat -RR ipconfig /flushdns ipconfig /registerdns
bygloam/desktop
resources/bin/win32/repair.bat
bat
gpl-3.0
95
@REM @REM Copyright 2014-2015 CyberVision, Inc. @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...
zofuthan/kaa
client/client-multi/client-cpp/avrogen.bat
bat
apache-2.0
1,507
"%VS110COMNTOOLS%..\IDE\CommonExtensions\Microsoft\TestWindow\vstest.console.exe" "..\..\Bin\RDP_ClientTestSuite.dll" /Settings:..\..\Bin\ClientLocal.TestSettings /Tests:Rdpei_TouchControlTest_Negative_InvalidResumePduLength /Logger:trx pause
dongruiqing/WindowsProtocolTestSuites
TestSuites/RDP/src/Batch/RDPEI/Rdpei_TouchControlTest_Negative_InvalidResumePduLength.cmd
bat
mit
243
jar cmf META-INF\manifest.mf Series.jar SeriesS.class Ser.class
lionell/university-labs
parcs/Parcs/S2/createser.bat
bat
mit
66
@if "%_echo%" neq "on" echo off setlocal EnableDelayedExpansion set "__ProjectDir=%~dp0" set allargs=%* if /I [%1] == [/?] goto Usage if /I [%1] == [/help] goto Usage call %__ProjectDir%/run.cmd build-packages -Project=%__ProjectDir%/src/.nuget/Microsoft.NETCore.Runtime.CoreClr/Microsoft.NETCore.Runtime.CoreCLR.buil...
bartdesmet/coreclr
build-packages.cmd
bat
mit
2,544
grunt watch-css
AndrejTelle/wordpress-theme-development
wp-content/themes/makeatrail/grunt-watch-css.bat
bat
gpl-2.0
15
cmd_sound/soc/sh/built-in.o := rm -f sound/soc/sh/built-in.o; arm-linux-ar rcs sound/soc/sh/built-in.o
beebingoo/linux-2.6.32.2
sound/soc/sh/.built-in.o.cmd
bat
gpl-2.0
104
@echo // Copyright (C) 1996-2010 Markus F.X.J. Oberhumer @echo // @echo // DOS 32-bit @echo // Zortech C/C++ @echo // @call b\prepare.bat @if "%BECHO%"=="n" echo off ztc -b -v0 -c -mx -o -w- -r %CFI% @b\src.rsp @if errorlevel 1 goto error link @b\win32\sc.rsp,%BEXE%,,lzo/noi/map @if errorlevel 1 goto ...
nmacs/lm3s-uclinux
tools/lzop-1.03/B/dos32/zc.bat
bat
gpl-2.0
420
@REM SonarQube Runner Startup Script for Windows @REM @REM Required ENV vars: @REM JAVA_HOME - location of a JDK home dir @REM @REM Optional ENV vars: @REM SONAR_RUNNER_HOME - location of runner's installed home dir @REM SONAR_RUNNER_OPTS - parameters passed to the Java VM when running Sonar @echo off ...
john-charles/gulp-sonar
sonar-runner-2.4/bin/sonar-runner.bat
bat
apache-2.0
2,603
REM an example of using haar cascade recognition for face and eye detection. facedetect --cascade="../../data/haarcascades/haarcascade_frontalface_alt.xml" --nested-cascade="../../data/haarcascades/haarcascade_eye.xml" --scale=1.3 %1
eirTony/INDI1
to/lang/OpenCV-2.2.0/samples/c/facedetect.cmd
bat
mit
234
./autogen.sh ./configure && make
google/llvm-propeller
clang/utils/analyzer/projects/tmux/run_static_analyzer.cmd
bat
apache-2.0
33
@echo off echo [INFO] create project to myeclipse cd %~dp0 cd .. call mvn eclipse:myeclipse cd bin pause
tempbottle/exit-web-framework
showcase/vcs_admin/bin/myeclipse.bat
bat
apache-2.0
113
@echo off SET SOLUTIONPATH=./src/SyncTool.sln CALL ./msbuild %SOLUTIONPATH% /t:Restore /p:Configuration=Release CALL ./msbuild %SOLUTIONPATH% /t:Build /p:Configuration=Release /p:RunCreateSetup=true %*
ap0llo/SyncTool
build.bat
bat
mit
203
@ECHO OFF SET BINDIR=%~dp0 CD /D "%BINDIR% REM If this line below fails, replace it with the location of your java 7 install. "c:\Program Files\Java\jdk1.8.0_121\jre\bin\javaw.exe" -Xmx1024M -Xms1024M -jar asis-skyproc.jar PAUSE
tstavrianos/ASIS
ASIS.bat
bat
mit
228
if not exist Release mkdir Release ..\tools\NuGet\NuGet.exe pack ..\src\TaxonomyPicker\TaxonomyPicker.csproj -Build -Properties Configuration=Release -OutputDirectory Release -Verbosity detailed
mortenbock/TaxonomyPicker
packaging/CreateNuget.bat
bat
mit
194
rem Description: Windows basic enumeration scrip rem Author: greyshell rem ------------------------------------ Host and user details ------------------------------------------ echo 1. Finding os details > win_enum_report.txt echo --------------------- >> win_enum_report.txt systeminfo | findstr /B /C:"OS Name...
liorvh/winEnum
winEnum_v1.0.bat
bat
mit
5,460
C:/SenVulkanUsr/VS2015/Bin/glslangValidator.exe -V Texture.vert -o textureVert.spv C:/SenVulkanUsr/VS2015/Bin/glslangValidator.exe -V Texture.frag -o textureFrag.spv pause
SenonLi/vsSenVulkan_1.42
vsSenVulkan/SenVulkanTutorial/Shaders/compileShader.bat
bat
mit
171
cd E:\Projects\Realtime\Realtime.Unity3d\v3\Realtime.DroidBridge\jni E:\ D:\Android\sdk\ndk-bundle\ndk-build Pause
NVentimiglia/Realtime-Unity3d
Realtime.DroidBridge/jni/BuildInternal.bat
bat
mit
115
@IF EXIST "%~dp0\node.exe" ( "%~dp0\node.exe" "%~dp0\..\..\..\_csso@2.3.2@csso\bin\csso" %* ) ELSE ( @SETLOCAL @SET PATHEXT=%PATHEXT:;.JS;=;% node "%~dp0\..\..\..\_csso@2.3.2@csso\bin\csso" %* )
724400475/gallery-by-react
node_modules/_svgo@0.7.2@svgo/node_modules/.bin/csso.cmd
bat
mit
204
pushd "%~dp0" rmdir "ReleaseTests" /s /q mkdir "ReleaseTests" copy "*.yxmd" "ReleaseTests\" copy "*.yxmc" "ReleaseTests\" copy "*.csv" "ReleaseTests\" copy "*.xlsx" "ReleaseTests\" popd
jdunkerley/AlteryxAddIns
CreateReleaseTests.bat
bat
mit
186
@if "%DEBUG%" == "" @echo off @rem ########################################################################## @rem @rem Gradle startup script for Windows @rem @rem ########################################################################## @rem Set local scope for the variables with windows NT shell if "%OS%"=...
franzbecker/xtext-gradle-plugin
gradlew.bat
bat
epl-1.0
2,426
cmd_init/do_mounts.o := arm-eabi-gcc -Wp,-MD,init/.do_mounts.o.d -nostdinc -isystem /home/tim/ICS/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/../lib/gcc/arm-eabi/4.4.0/include -I/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include -Iinclude -include include/generated/autoconf.h -...
timmytim/honeybutter_kernel
init/.do_mounts.o.cmd
bat
gpl-2.0
41,513
REM cherche dans C:\ tous les emplacements contenant les fichiers Scribus dir c:\ /s /b | find "gnumeric.exe" dir c:\ /s /b | find "Gnumeric Spreadsheet.lnk" REM on cherche dans la base de registre les informations sur le logiciel, a savoir le numero de version et le nom reg query "HKU\.DEFAULT\SOFTWARE\GTK...
cedricde/lrs
addons/lsc_deployment_scripts/Software_using_an_installer_NSIS/Office_Automation/Gnumeric/infoGnumeric.bat
bat
gpl-2.0
409
cmd_/home/yutingkao23/ILC-with-LinuxCNC-ILCv1/src/biquad.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/ILC-with-LinuxCNC-ILCv1/src/biquad.ko /home/yutingkao23/ILC-with-LinuxCNC-ILCv1/src/biquad.o /home/yutingkao23/ILC-with-LinuxCNC-ILCv1/src/...
CalvinHsu1223/LinuxCNC-HAL-EtherCAT-Driver-with-ILC
src/.biquad.ko.cmd
bat
gpl-2.0
333
cmd_drivers/base/built-in.o := /root/Kernel/toolchain/prebuilt/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o drivers/base/built-in.o drivers/base/core.o drivers/base/sys.o drivers/base/bus.o drivers/base/dd.o drivers/base/syscore.o drivers/base/driver.o drivers/base/class.o drivers/base/platform.o drivers/base/cpu.o dri...
garwynn/D710SPR_GB27_Kernel
drivers/base/.built-in.o.cmd
bat
gpl-2.0
698
cmd_drivers/i2c/busses/built-in.o := /home/friedrich420/kernel/Toolchain/arm-eabi-4.7/bin/arm-eabi-ld -EL -r -o drivers/i2c/busses/built-in.o drivers/i2c/busses/i2c-gpio.o drivers/i2c/busses/i2c-msm.o drivers/i2c/busses/i2c-qup.o
friedrich420/Note-3-AEL-Kernel
drivers/i2c/busses/.built-in.o.cmd
bat
gpl-2.0
235