source string | code_lang string | content string | idx int64 |
|---|---|---|---|
the-stack-v2-dedup | Batchfile | @echo off
echo %0
echo.
echo.
echo 正在定制任务栏...
echo Windows Registry Editor Version 5.00 >temp.reg
:: 限制键值项所处子键的位置
echo [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer] >>temp.reg
rem 是否自动隐藏不活动图标
echo "EnableAutoTray"=dword:00000001 >>temp.reg
echo {HKEY_CURRENT_USER\Software\Microsoft\Windows\Cu... | 1,700 |
the-stack-v2-dedup | Batchfile | del "%OSGEO4W_STARTMENU%\OSGeo4W Shell.lnk"
rmdir "%OSGEO4W_STARTMENU%"
del "%OSGEO4W_DESKTOP%\OSGeo4W Shell.lnk"
rmdir "%OSGEO4W_DESKTOP%"
| 1,701 |
the-stack-v2-dedup | Batchfile | chcp 65001
:loop
mkdir log
mkdir result
python tb_search_contests.py
timeout /T 14400 /NOBREAK
python tb_enter_contests.py
timeout /T 14400 /NOBREAK
python tb_unfollow.py
timeout /T 14400 /NOBREAK
goto :loop
exit
| 1,702 |
the-stack-v2-dedup | Batchfile | :: 关闭命令的回显
@echo off
:: 设置hosts文件路径
set HOSTS=C:\Windows\System32\drivers\etc\hosts
:: 判断当前路径是否存在 hosts.init 文件, 不存在则备份
if not exist %HOSTS%.init (
copy /y %HOSTS% %HOSTS%.init && echo 系统hosts文件备份完成!
)
:: %date%=2021年07月07日
:: %time%= 9:12:38:96
:: 年 yyyy = %date:~0,4% 表示指针从左到右偏移 0 位, 然后提取 4 字符
:: 月 mm = %date:~... | 1,703 |
the-stack-v2-dedup | Batchfile | /* c6713dsk.cmd Linker command file
*
* 332:348 - DSP Lab - Spring 2011
*
* Reference and installed DSP Lab software: R. Chassaing and D. Reay, "Digital Signal Processing
* and Applications with the TMS320C6713 and TMSC6416 DSK", Wiley, Hoboken, NJ, 2008.
* -----------------------------------------------------... | 1,704 |
the-stack-v2-dedup | Batchfile | copy ..\..\..\style\base.css .
saxon math.power.xml ../../../style/function.xsl
wzzip -P -o math.power.zip @math.power.package.txt
wzzip -P -o math.power.use-cases.zip @math.power.use-cases.txt
cd ..
cd ..
saxon math.xml ../style/module.xsl
wzzip -P -o math.zip @math.package.txt
cd ..
saxon modules.xml style/package.xs... | 1,705 |
the-stack-v2-dedup | Batchfile | gsoap_client_cpptest.exe imgs/21.jpg
gsoap_client_cpptest.exe imgs/19.jpg
gsoap_client_cpptest.exe imgs/1.jpg
pause | 1,706 |
the-stack-v2-dedup | Batchfile | @setlocal DisableDelayedExpansion
@echo off
@cls
:: Check-Activation-Status-vbs.cmd
:: Written by @abbodi1406
:: forums.mydigitallife.net/posts/838808
set "_cmdf=%~f0"
if exist "%SystemRoot%\Sysnative\cmd.exe" (
setlocal EnableDelayedExpansion
start %SystemRoot%\Sysnative\cmd.exe /c ""!_cmdf!" "... | 1,707 |
the-stack-v2-dedup | Batchfile | pkzip -u \tds\progs\tdslib *.inc
| 1,708 |
the-stack-v2-dedup | Batchfile | @echo off
cd %1
echo -- %1
%2 %3 %4 %5 %6 %7 %8 %9
cd ..
| 1,709 |
the-stack-v2-dedup | Batchfile | python BlockchainSimulator.py -n %~1 -w %~2 -c 0 -t 20 -o %~3 --RANDOM_TRANS True --RANDOM_WINNERS True --RANDOM_CONNECT False --RANDOM_START_CONNECT False --HETERO_RSC False --HETERO_RC False
python BlockchainSimulator.py -n %~1 -w %~2 -c 600 -t 20 -o %~3 --RANDOM_TRANS True --RANDOM_WINNERS True --RANDOM_CONNECT Fal... | 1,710 |
the-stack-v2-dedup | Batchfile | call ..\electron\electron.exe --js-flags="--expose-gc" .\
| 1,711 |
the-stack-v2-dedup | Batchfile | py -3 -m pip install -U robotpy-ctre
pip install -U robotpy-ctre | 1,712 |
the-stack-v2-dedup | Batchfile | java -server -Xms4G -Xmx4G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn1G -XX:MaxNewSize=1G -jar minecraft_server.1.13.1.jar nogui
| 1,713 |
the-stack-v2-dedup | Batchfile |
@Echo Off
Set PGCLIENTENCODING=UTF8
Set CURDIR=%cd%
Set "CURDIR=%CURDIR:\=/%"
Set "SQHOME=%HOMEPATH:\=/%"
:: Set PGPASSFILE=%SQHOME%/.pgpass
Set SQOPTS=
Set EVARS=SQITCH_CONFIG SQITCH_USERNAME SQITCH_PASSWORD SQITCH_FULLNAME SQITCH_EMAIL SQITCH_TARGET PGPASSFILE
Set EVARS=%EVARS% PGUSER PGPASSWORD PGHOST PGHOSTADD... | 1,714 |
the-stack-v2-dedup | Batchfile | db2 -f createAVISdatabase.sql
db2 -f ConfigureAVISDatabase.sql
| 1,715 |
the-stack-v2-dedup | Batchfile | (for %%i in (*.h5) do @echo %%i) > HCCS_SLEAP-analysis-h5-list.txt
| 1,716 |
the-stack-v2-dedup | Batchfile | taskkill /im netbot_cn.exe /f
pause | 1,717 |
the-stack-v2-dedup | Batchfile | @echo off
echo:
echo:
goto run
:head
echo Administrator Access Checker (adminchk.bat)
echo -------------------------------------------
echo u2r0 by Brendon, 01/23/2019.
echo:
echo Checks the presence of administrative permissions and exits if absent.
::echo "administrator password if absent."
... | 1,718 |
the-stack-v2-dedup | Batchfile | cmd
cmd
add feature-5
| 1,719 |
the-stack-v2-dedup | Batchfile | setlocal enableextensions
setlocal EnableDelayedExpansion
::Admin set current working directory
cd /d "%~dp0"
:: Set VS development evenviroment directory
set "VSDEVDIR=C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\"
:: Compile all solutions
call "%VSDEVDIR%devenv.exe" /build Debug /proj... | 1,720 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
:LOOP
IF "%1"=="" (
EXIT /B 255
)
IF "%1"=="--version" (
ECHO 0.0-cmake-dummy
EXIT /B 0
)
IF "%1"=="--exists" (
SHIFT
ECHO Expected: %*
ECHO Found: %PKG_CONFIG_PATH%
IF NOT "%*"=="%PKG_CONFIG_PATH%" (
EXIT /B 1
) ELSE (
EXIT /B 0
)
)
SHIFT
IF NOT "%~1"=="" GOTO LOOP
EXIT /B 2... | 1,721 |
the-stack-v2-dedup | Batchfile | @echo "mongod shell begin to start"
mongo | 1,722 |
the-stack-v2-dedup | Batchfile | @echo off
set PROCESSOR | %SystemRoot%\system32\find "64" >NUL
set REG=reg
if not errorlevel 1 (
if %PROCESSOR_ARCHITECTURE% == x86 (
set REG=%WINDIR%\sysnative\reg
)
)
setlocal EnableExtensions EnableDelayedExpansion
:: Fetch Xchange Viewer and extract locally if not installed.
:: Don't make default ... | 1,723 |
the-stack-v2-dedup | Batchfile | set OGRE_HOME=E:\dev\engine\ogre\sdk\1.7.2
set BOOST=E:\dev\boost\1_46_1-tmp
OgreSnowSim.sln | 1,724 |
the-stack-v2-dedup | Batchfile |
@echo Compilazione...
pdflatex appunti.tex
@echo Esecuzione Acrobat Reader...
appunti.pdf | 1,725 |
the-stack-v2-dedup | Batchfile | java -cp "java_keywords\bin\;lib/robotframework-3.0.2.jar" org.robotframework.RobotFramework tests\*Test.txt
| 1,726 |
the-stack-v2-dedup | Batchfile |
%windir%\system32\wbem\mofcomp mof\Registration.mof
%windir%\system32\wbem\mofcomp mof\httpprovider.mof
%windir%\system32\wbem\mofcomp mof\wmihttp.mof
%windir%\system32\wbem\mofcomp mof\wmiping.mof
%windir%\system32\wbem\mofcomp mof\canimate.mof
%windir%\system32\wbem\mofcomp -N:root\cimv2 %windir%\system32\wb... | 1,727 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
SET url=https://api.route4me.com/actions/addRouteNotes.php
SET apikey=11111111111111111111111111111111
SET routeid=DD376C7148E7FEE36CFABE2BD9978BDD
:: The parameters of the address "2705 N River Rd, Stow, OH 44224"
SET addrid=183045812
SET dev_lat=41.145240783691
SET dev_lng=-81.410247802734
SET dev_type=... | 1,728 |
the-stack-v2-dedup | Batchfile | @echo off
set T_FILENAME="TR_Twin Cobra (U) [!].nes"
set SCRIPTNAME="twincobranes"
java -jar Hextractor.jar -eh %T_FILENAME% %SCRIPTNAME%.ext.hex
pause
| 1,729 |
the-stack-v2-dedup | Batchfile | pyinstaller -D -w ..\src\Main.py | 1,730 |
the-stack-v2-dedup | Batchfile | chg -eo [DC]S@: \n& monitor.map | sort >monitor.mp2
| 1,731 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
setlocal DISABLEDELAYEDEXPANSION
SET BIN_TARGET=%~dp0/../public
php -S localhost:8000 -t "%BIN_TARGET%" | 1,732 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
python scrape_data.py
PAUSE | 1,733 |
the-stack-v2-dedup | Batchfile | cmd_/home/xtrymind/local/tools/build-tools-gcc/aarch64-linux-gnu/aarch64-linux-gnu/include/linux/can/.install := /bin/sh scripts/headers_install.sh /home/xtrymind/local/tools/build-tools-gcc/aarch64-linux-gnu/aarch64-linux-gnu/include/linux/can ./include/uapi/linux/can bcm.h vxcan.h gw.h raw.h netlink.h error.h; /bin/s... | 1,734 |
the-stack-v2-dedup | Batchfile |
RMDIR /S /Q data/output/titanic/ >nul 2>&1
MKDIR data\output\titanic >nul 2>&1
del zlog/log_optuna_cls_prepro.txt >nul 2>&1
del zlog/log_optuna_cls_train.txt >nul 2>&1
del zlog/log_optuna_cls_predict.txt >nul 2>&1
python optuna_classifier.py preprocess > zlog/log_optuna_cls_prepro.txt 2>&1
pyth... | 1,735 |
the-stack-v2-dedup | Batchfile | @echo off
setlocal
set SRC=%~1
set DST=%~dpn1.right_90%~x1
ffmpeg -i "%SRC%" -acodec copy -vf "transpose=1" "%DST%"
| 1,736 |
the-stack-v2-dedup | Batchfile |
ECHO "Starting MQTT Broker Mosca using mqtt port 1883 and ws port 9883..."
mosca -v --http-port 9883 --http-bundle --http-static ./ | bunyan
| 1,737 |
the-stack-v2-dedup | Batchfile | @echo off
git submodule update --init External/src/crossguid
mkdir External\build\crossguid
pushd External\build\crossguid
rm -rf *
cmake -DCMAKE_INSTALL_PREFIX=..\..\ -G "Visual Studio 15 2017 Win64" -Thost=x64 ..\..\src\crossguid
cmake --build . --config debug --target install
popd
| 1,738 |
the-stack-v2-dedup | Batchfile | python -m unittest discover -s "./tests" -p "test_*.py" | 1,739 |
the-stack-v2-dedup | Batchfile | cd /d "%~dp0"
start Release\ALOG2NMEA.exe %1
| 1,740 |
the-stack-v2-dedup | Batchfile | %cd%\..\..\build\version.py %cd%/../.. android_ndk
call copy build_nbgm.sh %CYGWIN_HOME%\tmp\build_nbgm.sh
call %CYGWIN_HOME%\bin\bash --login -c "cd /tmp && ./build_nbgm.sh"
| 1,741 |
the-stack-v2-dedup | Batchfile | cd ..
CALL docker-compose down -v --rmi all --remove-orphans
CALL docker image prune | 1,742 |
the-stack-v2-dedup | Batchfile | @echo off
setlocal
set VITAL_HOME=%~dp0
set VITAL_HOME=%VITAL_HOME:~0,-1%
if %VITAL_HOME:~-1%==\ SET VITAL_HOME=%VITAL_HOME:~0,-1%
set TARGET=%1
if "%TARGET%" equ "" set TARGET=%CD%
ruby "%VITAL_HOME%\vitalize.rb" "%VITAL_HOME%" "%TARGET%"
endlocal
| 1,743 |
the-stack-v2-dedup | Batchfile | gpat.exe -genmd5 -md5filein="gpatc.exe" -md5fileout="md5.txt"
pause
| 1,744 |
the-stack-v2-dedup | Batchfile | @echo off
echo Starting squittal.ScrimPlanetmans app...
call :StartDotnetApp
if %ERRORLEVEL% NEQ 0 (
echo Failed to start the app. Exiting...
pause
exit
)
pause
:StartDotnetApp
cd "%~dp0"
dotnet run --verbosity m --configuration Release --project "..\squittal.ScrimPlanetmans.App\squittal.ScrimPlanetmans.A... | 1,745 |
the-stack-v2-dedup | Batchfile | @echo off
cd \Users\jingp\Desktop
ping >null"TestMessage"@Nets.bat
ping >null/?"MessageInfo"
md Pinged
move nullTestMessage@Nets.bat Pinged
exit
| 1,746 |
the-stack-v2-dedup | Batchfile | ::author:Ðì¼Ñΰ(JarvisHsu)::
::echo Game.class and Snow.class is not exist.
::javac -encoding utf-8 Game.java Snow.java
::start
@echo off
echo welcome and use my production
echo This is my MiniProgram , It's Snow version 2.0
echo update more snow.
echo This Mean It never be Stop.
echo Enjoy it.
IF not exist ./Game.cl... | 1,747 |
the-stack-v2-dedup | Batchfile | @echo on
Xcopy /E /I /Y Helper\bin\Debug "YOUR_PATH" | 1,748 |
the-stack-v2-dedup | Batchfile | set executable=..\modules\swagger-codegen-cli\target\swagger-codegen-cli.jar
If Not Exist %executable% (
mvn clean package
)
set swagger_uri=%1
set git_repo_url=%2
set release_note=%3
set out_dir=clients
set version=%4
git clone %git_repo_url%/hostme-sdk-angular-mobile %out_dir%/hostme-sdk-angular-mobile
git clone... | 1,749 |
the-stack-v2-dedup | Batchfile | @echo off
rem -------------------------------------------------------------
rem Yihai command line bootstrap script for Windows
rem -------------------------------------------------------------
@setlocal
set YIHAI_PATH=%~dp0
if "%PHP_COMMAND%" == "" set PHP_COMMAND=php.exe
"%PHP_COMMAND%" "%YIHAI_PATH%yihai" %*
... | 1,750 |
the-stack-v2-dedup | Batchfile | ::Script for importing handmaids database dumps into a local mysql db
@echo off
set DB=wp_handmaids
set USER=handmaids
set PSWD=handmaids
if "%1" == "" (
echo USAGE: %0 [sql script]
goto end
)
if not exist %1 (
echo Could not find file with name %1
goto end
)
::ask for confirmation
echo This operation will del... | 1,751 |
the-stack-v2-dedup | Batchfile | mkdir DotNET1.1\bin
mkdir DotNET1.1\bin\v8121
nmake /nologo /f makefile_11 clean
nmake /nologo /f makefile_11
| 1,752 |
the-stack-v2-dedup | Batchfile | genEmails.pl 2013-05-01.txt 250000
genEmails.pl 2013-05-02.txt 250000
genEmails.pl 2013-05-03.txt 250000
genEmails.pl 2013-05-04.txt 250000
genEmails.pl 2013-05-05.txt 250000
genEmails.pl 2013-05-06.txt 250000
genEmails.pl 2013-05-07.txt 250000
genEmails.pl 2013-05-08.txt 250000
genEmails.pl 2013-05-09.txt 250000
genEm... | 1,753 |
the-stack-v2-dedup | Batchfile | @echo off
powershell -file "%0\..\bin\install-03_set_hostname.ps1"
exit | 1,754 |
the-stack-v2-dedup | Batchfile | java -jar PALS__Node.jar
pause
| 1,755 |
the-stack-v2-dedup | Batchfile | cmd_crypto/ecc.mod := { echo crypto/ecc.o; echo; } > crypto/ecc.mod
| 1,756 |
the-stack-v2-dedup | Batchfile | :loop
rem if EXIST Morse理論の基礎.log (copy Morse理論の基礎.log.* Morse理論の基礎.log.*.old)
platex Morse理論の基礎
if %errorlevel% geq 1 goto delaux
if %errorlevel% geq 0 goto copydvi
:delaux
rem del *.aux
goto stop
:copydvi
copy Morse理論の基礎.dvi kensaku.dvi
goto stop
:stop
rem if EXIST Morse理論の基礎.log.old (c:\bin\diff Morse理論の基礎... | 1,757 |
the-stack-v2-dedup | Batchfile | set main=./examples/mask/scale.js
cd ..
cd ..
npm run watch | 1,758 |
the-stack-v2-dedup | Batchfile | @echo off
setlocal
rem mklink requires admin rights or the SetCreateSymbolicLinkPrivilege
rem which can be changed in the securiy policy.
set VIMRC_SOURCE=%~dp0vimrc
set VIMRC_TARGET=%HOMEDRIVE%%HOMEPATH%\_vimrc
set VIMFILES_SOURCE=%~dp0
set VIMFILES_TARGET=%HOMEDRIVE%%HOMEPATH%\.vim
set CURL_SOURCE=%~dp0cu... | 1,759 |
the-stack-v2-dedup | Batchfile | @echo off
powershell.exe -NoProfile -ExecutionPolicy Bypass -File %~dp0\build.ps1
| 1,760 |
the-stack-v2-dedup | Batchfile | cmd_drivers/misc/sgi-gru/gru.ko := ld -r -m elf_x86_64 -z max-page-size=0x200000 --build-id -T ./scripts/module-common.lds -o drivers/misc/sgi-gru/gru.ko drivers/misc/sgi-gru/gru.o drivers/misc/sgi-gru/gru.mod.o; true
| 1,761 |
the-stack-v2-dedup | Batchfile | start "pyClock" python "%~dp0\app.py"
| 1,762 |
the-stack-v2-dedup | Batchfile | @echo off
if not [%1]==[] goto run
echo "Usage: dataloader <configuration directory>"
goto end
:run
REM Set path to the required windows dll's
set PATH=%PATH%;..\..\lib
java.exe -cp ../../jar/DataLoader.jar -Dsalesforce.config.dir=%1 com.salesforce.dataloader.process.DataLoaderRunner
if errorlevel 1 echo Error sta... | 1,763 |
the-stack-v2-dedup | Batchfile | em3xx_load.exe --cibtokenspatch aurora_tokens.txt aurora_dimmer.ebl ..\..\tool\bootloader-em357\app-bootloader-spiflash\app-bootloader-spiflash.s37 --usb 0 --raw --erase
pause
| 1,764 |
the-stack-v2-dedup | Batchfile | copy ..\.vimrc .\.
| 1,765 |
the-stack-v2-dedup | Batchfile | cmd_/home/wildbook/Documents/04.华清远见培训笔记/08.driver/5.FifthDay/2.MyCode/wait/hello.ko := ld -r -m elf_x86_64 -T ./scripts/module-common.lds --build-id -o /home/wildbook/Documents/04.华清远见培训笔记/08.driver/5.FifthDay/2.MyCode/wait/hello.ko /home/wildbook/Documents/04.华清远见培训笔记/08.driver/5.FifthDay/2.MyCode/wait/hello.o /home... | 1,766 |
the-stack-v2-dedup | Batchfile | @echo off
:make
PROGS\mkisofs -R -l -V Exemple -o Exemple.iso Exemple
PROGS\bin2boot Exemple.iso /nohack
del Exemple.iso
del *.tmp
cls
exit | 1,767 |
the-stack-v2-dedup | Batchfile | mklink /D 01.FontGenerator ..\..\..\..\01_FontGenerator | 1,768 |
the-stack-v2-dedup | Batchfile | cmd_/home/jianan/asu/cs/cse330/project/CSE330Project/p4/project4.ko := ld -r -m elf_x86_64 -T ./scripts/module-common.lds --build-id -o /home/jianan/asu/cs/cse330/project/CSE330Project/p4/project4.ko /home/jianan/asu/cs/cse330/project/CSE330Project/p4/project4.o /home/jianan/asu/cs/cse330/project/CSE330Project/p4/proj... | 1,769 |
the-stack-v2-dedup | Batchfile | ;= @echo off
;= rem prepare sharp for windows environment
echo "installing sharp for windows"
rm -rf node_modules\sharp
npm install sharp@^0.23.3
| 1,770 |
the-stack-v2-dedup | Batchfile | echo off
start cmd.exe @cmd /k "call ./Scripts/FrontendNgBuild.bat" | 1,771 |
the-stack-v2-dedup | Batchfile | @rem user.timezone is used in logging
java ^
-Duser.timezone=America/Sao_Paulo ^
-Dlog4j.configurationFile=config/log4j2.xml ^
-jar target/narina-rgc-1.0.0.jar
| 1,772 |
the-stack-v2-dedup | Batchfile | @echo off
set T_FILENAME="TR_Mystical Fighter (U) [c][!].bin"
set S_FILENAME="Mystical Fighter (U) [c][!].bin"
set SCRIPTNAME="mysticalfightersmd"
java -jar Hextractor.jar -cip %S_FILENAME% %T_FILENAME% %SCRIPTNAME%.ips
pause
| 1,773 |
the-stack-v2-dedup | Batchfile | @echo off
psmask W15_ship_5m.txt -R245/255/20/30 -JM6i -I5m -B2 -P -Ggray -K > W15_map_ship.ps
grdcontour ship.nc -J -R -C250 -A1000 -Q30 -K -O >> W15_map_ship.ps
psmask -R -J -C -O -K >> W15_map_ship.ps
pscoast -R -J -B -Gcyan -Wthinnest -O >> W15_map_ship.ps | 1,774 |
the-stack-v2-dedup | Batchfile | makecert.exe -n "CN=%1" -pe -a sha512 -b 01/01/2000 -e 01/01/9999 -sr LocalMachine -ss my -sky exchange -eku 1.3.6.1.5.5.7.3.2 -in "%COMPUTERNAME%" -ir LocalMachine -is root | 1,775 |
the-stack-v2-dedup | Batchfile | start prepros
start sublime_text
SLEEP 10
start chrome "http://localhost:8006/" | 1,776 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
SET "CmdScriptRoot=%~dp0"
SET "CmdScriptPath=%~f0"
SET "BootStrapperUri=https://raw.githubusercontent.com/SHerbertWong/RoutineCheckup/master/Start-RoutineCheckupBootstrapping.ps1"
SET "BootStrapperFunctionName=Start-RoutineCheckupBootStrapping"
SET "BootStrapperFileName=%BootStrapperFunctionName%.ps1"
SET "... | 1,777 |
the-stack-v2-dedup | Batchfile | call "..\..\ooBatch\code\build_doc.bat"
| 1,778 |
the-stack-v2-dedup | Batchfile | # Created : 15:49:7, Mon Jun 6, 2016 : Sanjay Rai
rm -rf project_X
rm -rf .Xil
rm vivado.*
| 1,779 |
the-stack-v2-dedup | Batchfile | dotnet run --project . --backend OpenGL
| 1,780 |
the-stack-v2-dedup | Batchfile | @echo off
rem This script take a command line argument of a file name of an
rem already clipped video using the mpv-webm extension. It extracts
rem the original filename, start and end and outputs command to
rem encode with ffmpeg to fix any encoding glitches from mpv-webm.
rem If no argument is provided it will loop ... | 1,781 |
the-stack-v2-dedup | Batchfile | 000100000000 CMD PROMPT('Visualizza la data')
| 1,782 |
the-stack-v2-dedup | Batchfile | @echo off
mvn compile
mvn exec:java -Dexec.mainClass=org.apache.camel.main.Main -Dexec.args='-r org.lyh.camel.builder.TimerRouteBuilder' | 1,783 |
the-stack-v2-dedup | Batchfile | -intstyle "ise" -incremental -lib "secureip" -o "C:/Users/Jack/Desktop/EECS 31L/hw2/assignment2_67574625/alu_1bit_testbench_isim_beh.exe" -prj "C:/Users/Jack/Desktop/EECS 31L/hw2/assignment2_67574625/alu_1bit_testbench_beh.prj" "work.alu_1bit_testbench"
| 1,784 |
the-stack-v2-dedup | Batchfile | @echo off
call %~dp0.venv\Scripts\activate.bat
python %~dp0main.py
| 1,785 |
the-stack-v2-dedup | Batchfile | @echo off
set T_FILENAME="TR_Battle Squadron (UE) [!].bin"
set S_FILENAME="Battle Squadron (UE) [!].bin"
set SCRIPTNAME="battlesquadronsmd"
java -jar Hextractor.jar -cip %S_FILENAME% %T_FILENAME% %SCRIPTNAME%.ips
pause
| 1,786 |
the-stack-v2-dedup | Batchfile | python sharexy.py --ncols=1 | 1,787 |
the-stack-v2-dedup | Batchfile | @echo off
xcopy %1 "d:\SharedFolder" /s /e /y
echo copied %1 to d:\SharedFolder | 1,788 |
the-stack-v2-dedup | Batchfile | echo Install libraries
pip install pyTelegramBotAPI
pip install pyautogui
pip install playsound
pip install beautifulsoup4
pip install Pillow
pip install requests
pip install pynput
pip install opencv-python
| 1,789 |
the-stack-v2-dedup | Batchfile | docker-compose down
PAUSE | 1,790 |
the-stack-v2-dedup | Batchfile | @echo off
call docs docs.html docs\title.txt docs\overview.html
REM pageant
psftp -l zaklaus madaraszd.net -b updocs.scr | 1,791 |
the-stack-v2-dedup | Batchfile | echo on
echo L2TestsOnArchitecture1
echo PositionTests
echo new config
python3 exercise_detection_mk5.py --learning_rate 0.1 --epochs 1000 --activation Tanh --regularization L2 --label test1 --arch method1 --position
python3 exercise_detection_mk5.py --learning_rate 0.01 --epochs 1000 --activation Tanh --regulariz... | 1,792 |
the-stack-v2-dedup | Batchfile | @echo OFF
title Demarrage du point d'accès wifi deja cree
color 0A
@mode con: cols=100 lines=30
echo.
echo ________________________________________
echo.
echo Creation d'un point d'acces wifi
echo ________________________________________
echo.
netsh wlan start... | 1,793 |
the-stack-v2-dedup | Batchfile | @env -- bali2jak %*
| 1,794 |
the-stack-v2-dedup | Batchfile | echo %1
java -classpath axispck-0.1.jar com.openet.axis.MainParser %1
| 1,795 |
the-stack-v2-dedup | Batchfile | :: RESTful Interface Tool Sample Script for HPE iLO Products ::
:: Copyright 2014, 2020 Hewlett Packard Enterprise Development LP ::
:: Description: This is a sample batch script to perform the ::
:: following actions: ::
:: - simulate physical press of... | 1,796 |
the-stack-v2-dedup | Batchfile | :: Copyright (c) Microsoft. All rights reserved.
:: Prepare the environment variables used by the application.
:: Some settings are used to connect to an external dependency, e.g. Azure IoT Hub and IoT Hub Manager API
:: Depending on which settings and which dependencies are needed, edit the list of variables
:: see... | 1,797 |
the-stack-v2-dedup | Batchfile | @echo off
rem issues a POST photo request to pic with id: 56
rem needs curl in system path
rem source vars
call vars.bat
rem issue put request
curl --data-binary @test_photo.xml "%SERVER_URL%/photos?apiKey=666&id=56" > result.html
| 1,798 |
the-stack-v2-dedup | Batchfile | pandoc -s opera.md -o opera.docx | 1,799 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.