source string | code_lang string | content string | idx int64 |
|---|---|---|---|
the-stack-v2-dedup | Batchfile | rem 共通設定
set MIN_KEYINT=1
set SCENECUT=50
set QCOMP=0.80
set WEIGHTP=1
set THREADS=0
rem その他手動指定で追加したいオプションがある場合はスペースで区切りながら追加
set COMMON_MISC=--qpmin 10 --direct auto --thread-input --no-interlaced --stats %TEMP_DIR%\x264.log
| 1,500 |
the-stack-v2-dedup | Batchfile | robocopy res ..\bin\%1\res /COPYALL /E
PAUSE
| 1,501 |
the-stack-v2-dedup | Batchfile | @echo off
REM Runs code coverage on the pre-built Debug build of the test library
REM
REM Note: Requires the project to be built in Visual Studio first (since didn't want to setup a whole psake or similar console build system just yet)
"opencover/OpenCover.Console.exe" -register:user -target:"nunit/nunit3-console.exe" ... | 1,502 |
the-stack-v2-dedup | Batchfile | set PYTHONPATH=..\battlecode\python
py -3 TestBot.py
| 1,503 |
the-stack-v2-dedup | Batchfile | call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\vcvars64.bat" > PreBuild.log
set toolFolder=C:\DeployTool
set DynamoSolution=..\Dynamo\src\Dynamo.All.sln
set DynamoRevitSolution=..\DynamoRevit\src\DynamoRevit.2013.sln
%toolFolder%\nuget.exe restore %DynamoSolution%
msbuild %DynamoSolution% /t:b... | 1,504 |
the-stack-v2-dedup | Batchfile | call "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" x86
set PATH=C:\dev\KNIME_PACKAGE\trunk\OpenMS_build_x86\bin\Release;%PATH%
set PATH=C:\dev\contrib_vs10_32bit\lib;%PATH%
set PATH=C:\dev\qt-4.8.4_vs10_32bit\bin;%PATH%
REM set PATH=C:\Program Files (x86)\Java\jre7\bin;%PATH%
echo "Starting O... | 1,505 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
SET SearchDirectory=%~dp0Grapevine.Tests\bin\Debug
SET DllContainingTests=%~dp0Grapevine.Tests\bin\Debug\Grapevine.Tests.dll
rem ECHO %SearchDirectory%
rem ECHO %DllContainingTests%
for /R "%~dp0packages" %%a in (*) do if /I "%%~nxa"=="xunit.console.exe" SET TestRunnerExe=%%~dpnxa
for /R "%~dp0packages" %%... | 1,506 |
the-stack-v2-dedup | Batchfile | wvResizeWindow -win $_nWave1 56 260 960 332
wvSetPosition -win $_nWave1 {("G1" 0)}
wvOpenFile -win $_nWave1 \
{/home/user2/vlsi16/vlsi1641/lab4/Lab4_E24039122/ProC/BCD_Adder.fsdb}
wvGetSignalOpen -win $_nWave1
wvGetSignalSetScope -win $_nWave1 "/BCD_Adder_tb"
wvSetPosition -win $_nWave1 {("G1" 7)}
wvSetPosit... | 1,507 |
the-stack-v2-dedup | Batchfile | rem Преобразование def-файла в lib-файл
link -lib -nologo -machine:ix86 -def:%1def -out:%1lib > nul
del %1exp > nul
| 1,508 |
the-stack-v2-dedup | Batchfile | D:\Python27\Scripts\scrapy crawl qq | 1,509 |
the-stack-v2-dedup | Batchfile | c:\lazarus\tools\lazres class.lrs audio.png cid.png config.png control.png datetime.png db.png dguide.png hbeat.png log.png osd.png remote.png sendmsg.png sensor.png timer.png tts.png ups.png webcam.png x10.png fragment.png | 1,510 |
the-stack-v2-dedup | Batchfile | @cd emscripten
@call emsdk_env.bat
@cd ../bin/js/%1
@emrun game.html
| 1,511 |
the-stack-v2-dedup | Batchfile | cd D:\phpStudy\PHPTutorial\WWW\malaxyb\new_vpay_api
php think test | 1,512 |
the-stack-v2-dedup | Batchfile | @echo off
echo.
echo.
Dism /online /Get-Features > features.txt
echo.
:: https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/enable-or-disable-windows-features-using-dism
echo Enabled Features
DISM /online /get-features /format:table | find “Enabled” | more
echo.
echo Disable Features
DISM /online /ge... | 1,513 |
the-stack-v2-dedup | Batchfile | @echo off
rem *** Author: T. Wittrock, Kiel ***
verify other 2>nul
setlocal enableextensions
if errorlevel 1 goto NoExtensions
cd /D "%~dp0"
rem *** Remove support for deu from static URL files ***
pushd ..\static
if /i "%1" NEQ "/quiet" echo Removing support for deu from static URL files...
for %%i in (... | 1,514 |
the-stack-v2-dedup | Batchfile | echo off
cls
python.exe script.py
pause | 1,515 |
the-stack-v2-dedup | Batchfile | rem Cleans Plato ready for archiving.
call cleanmsvc.bat
bash cleangnu.bash
| 1,516 |
the-stack-v2-dedup | Batchfile | tensorboard --logdir=..\log | 1,517 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
C:
CD "\Users\GPS36\OneDrive\Documents\Grid World\GridWorldCode\projects\otherBugs"
"C:\Program Files\Java\jdk1.8.0_111\bin\java.exe" SpiralBug
PAUSE
| 1,518 |
the-stack-v2-dedup | Batchfile | cmd_drivers/net/ethernet/intel/fm10k/fm10k.ko := ld -r -m elf_x86_64 -z max-page-size=0x200000 --build-id -T ./scripts/module-common.lds -o drivers/net/ethernet/intel/fm10k/fm10k.ko drivers/net/ethernet/intel/fm10k/fm10k.o drivers/net/ethernet/intel/fm10k/fm10k.mod.o; true
| 1,519 |
the-stack-v2-dedup | Batchfile | adb wait-for-device
adb remount
adb root
adb remount
adb shell input keyevent 27 | 1,520 |
the-stack-v2-dedup | Batchfile | @call %~dp0..\bin\p\p.cmd %* | 1,521 |
the-stack-v2-dedup | Batchfile | cmd_/mnt/hgfs/share/led_drv/led.ko := /usr/local/arm/bin/arm-none-linux-gnueabi-ld -EL -r -T /home/gec/Download/linux-2.6.35.7-gec/scripts/module-common.lds --build-id -o /mnt/hgfs/share/led_drv/led.ko /mnt/hgfs/share/led_drv/led.o /mnt/hgfs/share/led_drv/led.mod.o
| 1,522 |
the-stack-v2-dedup | Batchfile | @echo off
@cd c:/projects/mysite
@set DJANGO_SETTINGS_MODULE=config.settings.local
@c:/venvs/mysite/scripts/activate | 1,523 |
the-stack-v2-dedup | Batchfile | cd src
cd api
cd api
dotnet restore
dotnet publish --configuration release --self-contained -r win-x86 --output ../bin/dist/win
cd ..
cd ..
cd app
@IF NOT "%APPVEYOR_BUILD_VERSION%"=="" npm version %APPVEYOR_BUILD_VERSION% -m 'v%APPVEYOR_BUILD_VERSION
call npm install
call npm run electron:windows | 1,524 |
the-stack-v2-dedup | Batchfile | @echo off
echo pm uninstall com.xuebao.rtmpPush > temp.txt
echo exit >> temp.txt
adb shell < temp.txt
del temp.txt
exit | 1,525 |
the-stack-v2-dedup | Batchfile | @echo off
cd %~dp0
:intro
CLS
DEL /Q *.csv
ECHO Welcome to the Testrick of the Direct3D12 application:
SET /p "cubeStartDim=How many cubes to start with (NxNxN)? "
SET /p "cubeInc=How many cubes shall each test increment with? "
SET /p "seconds=How many seconds shall the program run for? "
SET /p "threadCount=How man... | 1,526 |
the-stack-v2-dedup | Batchfile | color 2
cd C:\Users\gards\OneDrive\Skrivebord\discord bot
cls
node index.js
cmd/k | 1,527 |
the-stack-v2-dedup | Batchfile | @echo off
cls
del *.exe
del *.ilk
del *.lst
del *.obj
del *.pdb
echo 删除目标文件完成! | 1,528 |
the-stack-v2-dedup | Batchfile | imgset fdd0 "/floppy/BooTris/bootris.img"
| 1,529 |
the-stack-v2-dedup | Batchfile | @rem Super Penn Universal Development environment.
@echo off
echo %~nx0%
if "%1%"=="init" (
@rem Minimal checks that we don't try to clobber an existing checkout.
if exist %cd%\win32\%~nx0% (
echo ERROR: %cd% appears to already have a PennMUSH checkout!
exit /b
)
echo Setting up a PennMUSH ... | 1,530 |
the-stack-v2-dedup | Batchfile | :: Name: exec.cmd
:: Purpose: set location of executables as an environment variable
:: Author: pierre@pvln.nl
:: Revision: 2017 08 15 - initial version
:: 2018 06 07 - folders updated
:: -PSCP
:: =======
:: configure the location of the pscp executable
SET _PSCP="C:\Program Files\PuTTY\pscp.exe"
:: ... | 1,531 |
the-stack-v2-dedup | Batchfile | @echo off
rem Author: Andrey Dibrov (andry at inbox dot ru)
rem Description:
rem Script expands variable %*, store result in variable EXPANDED_VALUE and
rem returns with previous error level.
rem Drop EXPANDED_VALUE
set "EXPANDED_VALUE="
if "%~1" == "" exit /b
if "%~2" == "" exit /b
(
rem Ex... | 1,532 |
the-stack-v2-dedup | Batchfile | StartWebInstaller > c:\support\batchlog.txt
@echo %1 >> c:\support\batchlog.txt
@echo %2 >> c:\support\batchlog.txt
@echo %3 >> c:\support\batchlog.txt
code.bat %1 %2 %3 | 1,533 |
the-stack-v2-dedup | Batchfile | rem Put your data file under directory "data"
rem e.g. of usage
rem run.cmd comments.dat
rem run.cmd music.dat
%echo off
cd /d %0\..
cd ..
set PYTHONPATH="%PYTHONPATH%;%CD%\src;%CD%\src\main"
python -m main.Main %*
| 1,534 |
the-stack-v2-dedup | Batchfile |
set THIS_FOLDER=%~dp0
:: trim trailing backslash
if %THIS_FOLDER:~-1%==\ set THIS_FOLDER=%THIS_FOLDER:~0,-1%
set GOROOT=%THIS_FOLDER%\..\go\go-1.0.3\Win64
set APPENGINESDKROOT=%THIS_FOLDER%\..\GoAppEngineSDK\GoAppEngineSDK-1.80\Win64
set PYTHONROOT=S:\Workspace\Tools\Python\Win-2.7.3.2\App
set PATH=%PATH%;%GOROOT%\b... | 1,535 |
the-stack-v2-dedup | Batchfile | ::注意,为适应window cmd,这里是ansi编码,如果不是,命令行中文会出现乱码,应当修改为ansi
@echo off
set /p filename='请输入文章名称(仅英文):'
set /p title='请输入文章标题:'
echo %filename%
mkdir %filename%
cd %filename%
mkdir js
mkdir css
mkdir assets
cd js
echo. > index.js
cd ../css
echo. > index.less
cd ../
echo ^<!DOCTYPE html^>>>index.html
echo ^<html lang="zh-cn" ... | 1,536 |
the-stack-v2-dedup | Batchfile | cd\
cd C:\Windows\SysWOW64
cscript "C:\AutomationWorkspace\Framework\src\testdata\ALMUpdateKYC.vbs" Local
pause | 1,537 |
the-stack-v2-dedup | Batchfile | @echo off
REM SCRIPT: RESTART_STATUS.BTEQ
REM DESCRIPTION: THIS SCRIPT UPDATES THE LOAD_CONTROL AND LOAD_INFO DURING THE RESTARTS
REM DEPENDENCY: MDM PROCESS
REM INPUT:
REM OUTPUT: LOAD_CONTROL,LOAD_INFO
REM ERRORS:
REM SPECIAL INSTRUCTIONS:
REM CHANGE L... | 1,538 |
the-stack-v2-dedup | Batchfile | @py.exe F:\MyPython\Automate\lucky.py
pause | 1,539 |
the-stack-v2-dedup | Batchfile | del /Q .\\target\\*.* | 1,540 |
the-stack-v2-dedup | Batchfile | copy %RECIPE_DIR%\\CMakeLists.txt %SRC_DIR%\\CMakeLists.txt
mkdir build
cd build
REM https://github.com/conda/conda-build/issues/2850
set "CXXFLAGS=%CXXFLAGS:-GL=%"
set "CFLAGS=%CFLAGS:-GL=%"
cmake -G "NMake Makefiles" ^
-DCMAKE_INSTALL_PREFIX=%LIBRARY_PREFIX% ^
-DCMAKE_BUILD_TYPE=Release ^
..
if... | 1,541 |
the-stack-v2-dedup | Batchfile | @echo off
color 0E
title BIENVENIDO AL PROGRAMA
:menuprincipal
echo.
cls
Xcopy "\\192.168.1.6\rx\AUTO\correccions\Informes2015" "C:\AUTO\informes2015" /Y
Xcopy "\\192.168.1.6\rx\AUTO\correccions\imagen2015" "C:\AUTO\imagen2015" /Y
echo.
pause
| 1,542 |
the-stack-v2-dedup | Batchfile | JLink.exe -device STM32F103C8 -If SWD -CommanderScript jlrestart.jlink | 1,543 |
the-stack-v2-dedup | Batchfile | @echo off
EXAMPLE GAME\GAME.bat | 1,544 |
the-stack-v2-dedup | Batchfile | @echo off
tapion2.exe "C:\users\salmoneus\desktop\polytest\stub.bin" R 0
pause | 1,545 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
SET data="*.dzn"
FOR /R %%A IN (%data%) DO (
ECHO %%~nxA
minizinc logistics_test.mzn %%~nxA
ECHO.
ECHO.
)
PAUSE | 1,546 |
the-stack-v2-dedup | Batchfile | @echo off
setlocal
rem set Path=%Path%;D:/testing/robot-framework/tools/Python27;D:/testing/robot-framework/tools/Python27/Scripts;D:/testing/robot-framework/tools/drivers
python distbot/distbot.py %* -d report
:END
endlocal
| 1,547 |
the-stack-v2-dedup | Batchfile | pyinstaller -F my_repl.py | 1,548 |
the-stack-v2-dedup | Batchfile | @echo off
REM umodel.exe -export -path=Y:\Games\腾讯游戏\剑灵_腾讯\contents\bns\CookedPC -game=bns -out=output 00013151 & pause > nul
umodel.exe -view -path=Y:\Games\腾讯游戏\剑灵_腾讯\contents\bns\CookedPC -game=bns 00005786 & pause > nul
REM umodel.exe -dump -path=Y:\Games\腾讯游戏\剑灵_腾讯\contents\bns\CookedPC -game=bns 00021666 & pau... | 1,549 |
the-stack-v2-dedup | Batchfile | rem This file is part of deegree, for copyright/license information, please visit http://www.deegree.org/license.
rem This tool generates sld documents from avl files.
java -classpath .;..\..\lib\deegree2.jar org.deegree.tools.shape.AVL2SLD -sourceFile e:/temp/test.avl
pause | 1,550 |
the-stack-v2-dedup | Batchfile | cmd /k "paycal_v7.py" | 1,551 |
the-stack-v2-dedup | Batchfile | set JAVA_HOME=D:\bin\jdk_win64
set PATH=D:\bin\maven\bin;%PATH%
\bin\git\git-cmd.exe
| 1,552 |
the-stack-v2-dedup | Batchfile | cmd_/home/osstudent/Documents/operatingSystems/lab-2/task-2/simple.ko := ld -r -m elf_x86_64 -z max-page-size=0x200000 -T ./scripts/module-common.lds --build-id -o /home/osstudent/Documents/operatingSystems/lab-2/task-2/simple.ko /home/osstudent/Documents/operatingSystems/lab-2/task-2/simple.o /home/osstudent/Document... | 1,553 |
the-stack-v2-dedup | Batchfile | pip install flask
pip install pymongo
pip install mysql
python main.py
| 1,554 |
the-stack-v2-dedup | Batchfile | echo getting data
rm -rf .\data\*
googleimagesdownload --keywords "keanureevesjohnwick" --limit 50 -o "data" -f "jpg"
face_recognition --cpus -1 .\data\keanureevesjohnwick\ .\extractedframes\ >out.txt
pause | 1,555 |
the-stack-v2-dedup | Batchfile | mkdir build
vf build
cmake -G "MinGW Makefiles" ..
mingw32-make
cd .. | 1,556 |
the-stack-v2-dedup | Batchfile | java -jar Client\target\.\DataFusionClient-1.0.0-SNAPSHOT-jar-with-dependencies.jar -n "binA" -e "_5fb87cdf_24d2_3f96_8620_f108de542c2f_fake" -f DataFusionManagerAS\tutorials\mqtt\groupQuery\BinA.json
java -jar Client\target\.\DataFusionClient-1.0.0-SNAPSHOT-jar-with-dependencies.jar -n "binB" -e "_239d094b_7d77_3f32_8... | 1,557 |
the-stack-v2-dedup | Batchfile |
SET /A a = 45
SET /A b = 53
:lp
SET /A a = %a% + 1
xcopy template.c Ejercicio_%a%.c
IF %a% gtr %b% goto exit
goto lp
:exit | 1,558 |
the-stack-v2-dedup | Batchfile | rmdir /s public_root
hugo --baseURL="http://localhost/" --destination="public_root"
pause
| 1,559 |
the-stack-v2-dedup | Batchfile | @echo off
:: check if googledrivesync.exe is running
tasklist /fi "imagename eq googledrivesync.exe" 2>NUL | find /i /n "googledrivesync.exe">NUL
if "%errorlevel%"=="0" (
:: if it is running, kill it
echo - Google Drive Sync is running. Killing it now...
taskkill /im googledrivesync.exe /f
) el... | 1,560 |
the-stack-v2-dedup | Batchfile | FOR /L %%i in (1, 1, %1) do start Knoten.exe %%i %2 | 1,561 |
the-stack-v2-dedup | Batchfile | cls
call tsc
npm publish | 1,562 |
the-stack-v2-dedup | Batchfile | start ../KnnLib/TestScript/bin/Release/TestScript.exe ../data/data.three_gauss.train.10000.csv 24 t 10000 k 20 | 1,563 |
the-stack-v2-dedup | Batchfile | @echo off
set /A ans=65536/100*%1
echo %ans% | 1,564 |
the-stack-v2-dedup | Batchfile | echo off
copy wav2c.exe c:\utils\exe
cd ..\flabber\waves
| 1,565 |
the-stack-v2-dedup | Batchfile | @echo off
REM @author Viktor Dmitriyev
REM @about Test checker that do following things:
REM 1. Sets path variable
REM 2. Compiles current solution
REM 3. Iterates test sub folder by copying test files as an input for solution
REM 4. Compare output of the solution with template output
set path=%PATH%;.;D:\Con... | 1,566 |
the-stack-v2-dedup | Batchfile | cmd_drivers/media/usb/gspca/gspca_sonixb.ko := ld -r -m elf_x86_64 -z max-page-size=0x200000 --build-id -T ./scripts/module-common.lds -o drivers/media/usb/gspca/gspca_sonixb.ko drivers/media/usb/gspca/gspca_sonixb.o drivers/media/usb/gspca/gspca_sonixb.mod.o; true
| 1,567 |
the-stack-v2-dedup | Batchfile | cd ..\..\
java -cp wpattern-pattern-recognition.jar org.wpattern.pattern.recognition.EcjSlave -file ecj\test_08_MLP\slave.params -loggerFilename wpattern_pattern_recognition_slave_test_08_MLP.log
pause
| 1,568 |
the-stack-v2-dedup | Batchfile | randwalk 0 2 > myoutput-all.txt
randwalk 0 12 >> myoutput-all.txt
randwalk 0 39 >> myoutput-all.txt
randwalk 0 213 >> myoutput-all.txt
randwalk 0 266 >> myoutput-all.txt
randwalk 0 488 >> myoutput-all.txt
randwalk 0 1 >> myoutput-all.txt
randwalk 0 8 >> myoutput-all.txt
randwalk 0 18 >> myoutput-all.txt
randwalk 0 4... | 1,569 |
the-stack-v2-dedup | Batchfile | java -server -cp .;lib\* http.startup.JettyServer | 1,570 |
the-stack-v2-dedup | Batchfile | @echo off
setlocal
for %%i in (%0) do (
if not defined QUICKSTART_BIN_PATH (
set QUICKSTART_BIN_PATH=%%~dpi
)
)
set QUICKSTART_BASE=%QUICKSTART_BIN_PATH%\..
set QUICKSTART_HBASE_PATH=%QUICKSTART_BASE%\hbase\hbase
set QUICKSTART_HBASE_WIN_SPPORT_PATH=%QUICKSTART_BASE%\support\hbase-win
set QUICKS... | 1,571 |
the-stack-v2-dedup | Batchfile | @echo off
@cd audio
call setsound.exe
@cd ..
| 1,572 |
the-stack-v2-dedup | Batchfile | echo off
cls
a:\chkvlm UTIL DISK 1
if not errorlevel 1 goto INIT
echo You should not run "CSETUP.BAT" file in this disk.
echo Run the batch file in "System Utility Disk1".
goto EXIT2
:INIT
echo This batch file installs the System Utility Disks in your hard disk.
echo When the batch file is comple... | 1,573 |
the-stack-v2-dedup | Batchfile | del apigo.log
del *.api
del metric.dat
del metric.det
del auxiliary.txt
path=C:\CoreProjects\parser\bin;%path%
qtp rmaMp earnings_revenue_mp.pre earnings_revenue_mp.api /METRIC=metric.dat /LOG=apigo.log
qtp rmaMp earnings_revenue_mp_history.pre earnings_revenue_mp_history.api /METRIC=metric.dat /LOG=apigo.log
qtp rma... | 1,574 |
the-stack-v2-dedup | Batchfile | brc -r comet.rc
brc -r cometenu.rc
dcc cometenu
set FLAGS=-U\delphi\source\rtl70;\bp\units;\delphi\lib -$S- -$R- -$I-
\delphi\bin\dcc -B -Dcheat -Dsplash -Dwing %FLAGS% %1 %2 %3 comet.pas
\delphi\bin\dcc -B %FLAGS% nuclwint.pas
\delphi\bin\w8loss comet.exe
\delphi\bin\w8loss nuclwint.exe
del *.dcu
| 1,575 |
the-stack-v2-dedup | Batchfile | loadProjectFile -file "C:\Xilinx\auto_project.ipf"
setMode -ss
setMode -sm
setMode -hw140
setMode -spi
setMode -acecf
setMode -acempm
setMode -pff
setMode -bs
setMode -bs
setMode -bs
setMode -bs
setMode -bs
setMode -bs
deleteDevice -position 1
setMode -bs
setMode -ss
setMode -sm
setMode -hw140
setMode -spi
setMode -ace... | 1,576 |
the-stack-v2-dedup | Batchfile | cd C:\Users\Ale\auties00.github.io
git commit --allow-empty -m "Trigger rebuild"
git push
git add --all
git commit -m "Update"
git push
pause | 1,577 |
the-stack-v2-dedup | Batchfile | set datestr=%date%-%time:~0,2%-%time:~3,2%-%time:~6,2%
echo %datestr%
git add -A
git commit -m "%datestr%"
git push -u origin master
pause | 1,578 |
the-stack-v2-dedup | Batchfile | cmd_/usr/src/mlnx-en-3.0/drivers/net/ethernet/mellanox/mlx4/mlx4_core.o := ld -m elf_x86_64 -r -o /usr/src/mlnx-en-3.0/drivers/net/ethernet/mellanox/mlx4/mlx4_core.o /usr/src/mlnx-en-3.0/drivers/net/ethernet/mellanox/mlx4/alloc.o /usr/src/mlnx-en-3.0/drivers/net/ethernet/mellanox/mlx4/catas.o /usr/src/mlnx-en-3.0/dri... | 1,579 |
the-stack-v2-dedup | Batchfile | "C:\program Files\AMCC\CLI\tw_cli" set cache c0 u0 on | 1,580 |
the-stack-v2-dedup | Batchfile | @echo off
rem
rem to_hct.bat - bat file to change files in hct tree to hct cd image
rem
rem
rem theory
rem
rem there exists two readme files originally copied over and given
rem read-only and hidden attributes. They will always both be there
rem the to_ files simply copy one to readme.txt. This will... | 1,581 |
the-stack-v2-dedup | Batchfile | @echo off
cls
run_d "(localdb)\MSSQLLocalDB" "Librarian" RecreateStructure
echo
pause
EXIT 255
| 1,582 |
the-stack-v2-dedup | Batchfile | @echo off
py -m jschema_to_python ^
--schema-path sarif-schema-2.1.0.json ^
--module-name sarif_om ^
--output-directory sarif_om ^
--root-class-name SarifLog ^
--hints-file-path code-gen-hints.json ^
--force ^
-vv ^
%* | 1,583 |
the-stack-v2-dedup | Batchfile | @echo off
set FNAME=.dein.toml
set FNAME2=.vimrc
set TARGET_DIR=%homedrive%%homepath%
echo ##########################################################################
echo file name : %FNAME%
echo file name : %FNAME2%
echo target dir : %TARGET_DIR%
echo ################################################################... | 1,584 |
the-stack-v2-dedup | Batchfile | * run this with
* mx -bc=pec sqtz
* mx -size=.5 -nx=21 -bc=pec sqtz
* mx noplot -bc=pec sqtz
* srun -N1 -n1 -ppdebug $cgmxp -bc=pec sqtz
* -sq
* -rot
square10
* nonSquare10
* nonSquare21mx
* nonSquare100mx
* square100mx
* square40.hdf
* tfiAnnulus20.hdf
* tfiAnnulus40.hdf
* tfiAnnulus80.hdf
* sis3e.hdf
* s... | 1,585 |
the-stack-v2-dedup | Batchfile | node TheBot.js
pause
| 1,586 |
the-stack-v2-dedup | Batchfile |
pipe PS2 levels:L02B clean
| 1,587 |
the-stack-v2-dedup | Batchfile | @echo off
set count=7
for /l %%i in (1, 1, %count%) do (
start /belownormal sub.bat
powershell sleep -m 100
)
exit
| 1,588 |
the-stack-v2-dedup | Batchfile |
echo ----------------------------------------------
echo Build image in Azure container registry
echo ----------------------------------------------
set resourceGroup=ServiceSimulator
set containerRegistryName=ServiceSimulatorRegistry
set imageName=ServiceSimulator
set version=v01
echo on
call az acr build --r... | 1,589 |
the-stack-v2-dedup | Batchfile | echo off
setlocal
pushd %~dp0
echo BridgeKeepRunning=%BridgeKeepRunning%
if '%BridgeKeepRunning%' neq 'true' (
echo Stopping the Bridge.exe task locally...
Taskkill /IM bridge.exe /F
netsh http delete sslcert ipport=0.0.0.0:44285
certutil.exe -delstore my "85 58 be 22 44 5e 00 96 4d 0e 4c 7e 47 7a a6 3... | 1,590 |
the-stack-v2-dedup | Batchfile | netsh wlan disconnect
timeout /t 1 /nobreak
netsh wlan refresh
timeout /t 1 /nobreak
netsh wlan show networks
netsh wlan connect name=%1 | 1,591 |
the-stack-v2-dedup | Batchfile | rd RELEASE /s /q
md RELEASE
copy /y hunter3.exe RELEASE\hunter3.exe
copy /y MySql.Data.dll RELEASE\MySql.Data.dll
copy /y proxy.hip RELEASE\proxy.hip
rd RELEASE\strategy /s /q
md RELEASE\strategy
copy /y strategy\*.* RELEASE\strategy
rd RELEASE\config /s /q
md RELEASE\config
copy /y config\*.* RELEASE\c... | 1,592 |
the-stack-v2-dedup | Batchfile | \\ivy2\bin\setx DEPT ugrad
| 1,593 |
the-stack-v2-dedup | Batchfile | @echo off
if "%1" == "" goto skip
copy en\chap%1.xml en\temp.xml
ant lang.dochtml.one
del en\temp.xml
exit
:skip
echo need chapter number | 1,594 |
the-stack-v2-dedup | Batchfile | @echo off
chcp 65001
git fetch --all
git reset --hard origin/master
git pull
%cd%\php\php.exe %cd%\iyuu.php
pause | 1,595 |
the-stack-v2-dedup | Batchfile | model in "epil2.bug"
data in epil-data.R
load glm
compile, nchains(2)
inits in epil-inits.R
initialize
update 1000
monitor set alpha0, thin(5)
monitor set alpha.Base, thin(5)
monitor set alpha.Trt, thin(5)
monitor set alpha.BT, thin(5)
monitor set alpha.Age, thin(5)
monitor set alpha.V4, thin(5)
monitor set sigma.b1, t... | 1,596 |
the-stack-v2-dedup | Batchfile | @set path=%PATH%;H:\OUT_ROOT\htibs-trunk\WiX\wix
| 1,597 |
the-stack-v2-dedup | Batchfile | @echo off
SET dirname=%~p0
cd "%dirname%" || exit /b
cd ../../learn || exit /b
python training.py ../mimicdata/mimic3/train_full.csv ../mimicdata/mimic3/vocab.csv full rnn 100 --rnn-dim 512 --cell-type gru --lr 0.003 --bidirectional --patience 10 --criterion prec_at_8 --embed-file ../mimicdata/mimic3/processed_full.... | 1,598 |
the-stack-v2-dedup | Batchfile | scss localweb/static/torrents/css/style.scss localweb/static/torrents/css/style.css
| 1,599 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.