source string | code_lang string | content string | idx int64 |
|---|---|---|---|
the-stack-v2-dedup | Batchfile | EthDcrMiner64.exe -epool etc-eu2.nanopool.org:19999 -ewal 0x360d6f9efea21c82d341504366fd1c2eeea8fa9d -eworker Claymore -epsw x -allcoins etc -allpools 1 -gser 2 -dpool xvg.eu1.unimining.net:5770 -dwal DPNSdySRg8zFmU6Zcqyo9XKJKDhMm87Xn7.Claymore -dpsw c=XVG -dcoin blake2s -r 0 -dbg -1 -mport 0 -etha 0 -retrydelay 1 -fti... | 5,100 |
the-stack-v2-dedup | Batchfile | ../../../../.git/annex/objects/8K/v1/MD5E-s4265--2f26e5169d7c2cf664493cc7bf75b8b8.cmd/MD5E-s4265--2f26e5169d7c2cf664493cc7bf75b8b8.cmd | 5,101 |
the-stack-v2-dedup | Batchfile | cd prj_win32
call compile.bat
cd ..
| 5,102 |
the-stack-v2-dedup | Batchfile | title redis-6391
redis-server.exe clusterconf/redis-6391.conf | 5,103 |
the-stack-v2-dedup | Batchfile | @echo off
c:\Users\Evaldas\Desktop\mysql-5.6.21-win32\bin\mysql -vvv -u root < Script.sql > "Script log.txt"
pause | 5,104 |
the-stack-v2-dedup | Batchfile | @echo OFF
REM Build tags file
ctags -R
REM Check if build tool is on path
REM >nul, 2>nul will remove the output text from the where command
where cl.exe >nul 2>nul
if %errorlevel%==1 call msvc86.bat
REM Drop compilation files into build folder
IF NOT EXIST ..\bin mkdir ..\bin
pushd ..\bin
set GLEW=..\extern\glew-1... | 5,105 |
the-stack-v2-dedup | Batchfile | @echo off
set dir=d:\sqlback
set date=%date:~0,4%%date:~5,2%%date:~8,2%
set rar="C:\Program Files\WinRAR\RAR.exe"
set outdate=30
echo 数据备份中……
d:
cd %dir%
osql -U 用户名 -P 密码 -S 127.0.0.1 -Q "backup database [XXF] to disk='%dir%\%date%.bak'"
echo 数据备份完成,开始压缩……
%rar% a %dir%\%date%.rar %dir%\%date%.bak
for %%i in (dmp log ... | 5,106 |
the-stack-v2-dedup | Batchfile | if exist setup.exe (del setup.exe)
msbuild /target:Bootstrapper extramod.proj
iexpress /N ExtraModules.sed
| 5,107 |
the-stack-v2-dedup | Batchfile | cd "D:\Nhance_Automation_Workspace\nhance-web-parallel\src\main\resources\CommandText"
del "CMDLog.txt"
pause
| 5,108 |
the-stack-v2-dedup | Batchfile | 挦獬晩∠津湡条牥∥㴽丢䕉•硥瑩戯慣汬┠ㅾ | 5,109 |
the-stack-v2-dedup | Batchfile | title Spring Security Service
SET JHOME=%JAVA_HOME%
set JAVA_HOME=%SPRING_CLOUD_JAVA_HOME%
echo %JAVA_HOME%
set APP_PORT=8083
set MANGEMENT_PORT=9083
set EUREKA_SERVER_URL=http://test-eureka:test-password@localhost:8761/eureka
REM Starting Security Service
mvn clean package spring-boot:run -Dspring.profiles.active=s... | 5,110 |
the-stack-v2-dedup | Batchfile | include base.cmd
debuglevel 10
setvar shack.find 0
setvar reed.find 0
action setvar shack.find 1 when a ruined shack
action setvar reed.find 1 when You tap some
put tap reed
delay 1
put look
delay 1
if %reed.find = 1 then goto exit
if %shack.find = 1 then goto at.shack
peer.start:
if $north = 1 th... | 5,111 |
the-stack-v2-dedup | Batchfile | call tools\protoc.exe --cpp_out=..\fbxImporter fbxImporter.proto
pause | 5,112 |
the-stack-v2-dedup | Batchfile | @echo off
set DESTINATION=%userprofile%\.m2
@mkdir %DESTINATION%
echo Copie du fichier XML de configuration Maven vers %DESTINATION%
copy configurationMaven.xml %DESTINATION%\settings.xml
pause
| 5,113 |
the-stack-v2-dedup | Batchfile | echo Compiling %CD%
haxe build_as3.hxml
haxe build_js.hxml
| 5,114 |
the-stack-v2-dedup | Batchfile | @echo off
choice /M "Connect and Run?"
IF %errorlevel% EQU 1 GOTO flush
IF %errorlevel% EQU 2 GOTO quit
GOTO end
:flush
C:\path\plink.exe root@serveraddress -pw password /opt/whatever/bin/file.sh
rem can add as many connections under
GOTO end
:quit
echo "Whelp!"
:end
pause
| 5,115 |
the-stack-v2-dedup | Batchfile | @echo off
C:\Keil\ARM\BIN\AA textinfo.asm PL (999) EP
if errorlevel 2 goto comp_err
C:\Keil\ARM\BIN\LA textinfo.obj TO textinfo NOPRINT CASE
if errorlevel 2 goto link_err
C:\Keil\ARM\BIN\OHA textinfo
..\hex2bin.exe -s 10000 -e dis textinfo.hex
del textinfo.elf
echo !!! SUCCESS !!!
goto end
:comp_err
echo ... | 5,116 |
the-stack-v2-dedup | Batchfile | @echo off
title Alarma
echo Recuerde tener abierta siempre esta ventana...
set /p zz="Ponga el mensaje que desea rrecibir: "
set /p a="Ponga en modo 24 horas (hh:mm) la hora en que quieras que se te avise:"
:a
if %time:~0,5%==%a% goto b
goto a
:b
msg * Son las %a%. %zz%
sndrec32 /play /close "C:\Windows\Media\Notify.wa... | 5,117 |
the-stack-v2-dedup | Batchfile | @set VERSION=0.4.2
@set VFOLDER=0.4.1
@set BASE=C:\Users\Lars\Dropbox\Programmering\Astrophotography\Astrophotography_Lab_[lrep]\v%VFOLDER%
@set FOLDER=APLab
@set ZIPFOLDER=aplab-v%VERSION%-win-standalone
@set README=README_v%VERSION%_win.txt
@set NAME=APLab
@REM @set COMP_COMMAND=pyinstaller
@set COMP_COMMAND=... | 5,118 |
the-stack-v2-dedup | Batchfile | cmd_usr/include/scsi/ufs/.install := /bin/bash ../scripts/headers_install.sh ./usr/include/scsi/ufs ../include/uapi/scsi/ufs ufs.h ioctl.h; /bin/bash ../scripts/headers_install.sh ./usr/include/scsi/ufs ./include/generated/uapi/scsi/ufs ; touch usr/include/scsi/ufs/.install
| 5,119 |
the-stack-v2-dedup | Batchfile | @echo off
set main=./examples/loader/load-image-runtime.js
cd ..
cd ..
webpack --config webpack.config.js | 5,120 |
the-stack-v2-dedup | Batchfile | SET PATH=C:\Keil_v5\ARM\ARMCC\Bin;F:\software\VMware\bin\;C:\Python39\Scripts\;C:\Python39\;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files\Microsoft SQL Server\130\... | 5,121 |
the-stack-v2-dedup | Batchfile | @echo off
:: Install neovim configuration.
::
mkdir %LOCALAPPDATA%\nvim
mklink /H %LOCALAPPDATA%\nvim nvim
mklink /H %USERPROFILE%\_vimrc nvim\init.vim
mklink /J %USERPROFILE%\vimfiles nvim
:: Install git configuration.
::
:: mklink /J %USERPROFILE%\.gitconfig dot.gitconfig
| 5,122 |
the-stack-v2-dedup | Batchfile | java "Kereta"
pause
del "%0"
pause
| 5,123 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
SET CUR_DIR=%~dp0
ECHO %CUR_DIR%
SET PGM=<path to your .cs files>
cd %PGM%
ECHO Creating .exe for cs
REM Taking .net framework location file
For /F "Skip=2 Tokens=2*" %%A In (
'Reg Query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework" /V InstallRoot'
) Do Set "path=%%B"
Echo .net framework installatio... | 5,124 |
the-stack-v2-dedup | Batchfile | start cmd /k "call activate tensorflowone && cd .. && cd Humanoid_master && python agent.py -c config.json"
ping -n 10 127.1 >nul 2>nul
call activate tensorflowone
droidbot -a C:\Users\13703\Desktop\asd\OmniNotes-playDebug-6.1.0.apk -o E:\自动化测试\output -humanoid localhost:50405
| 5,125 |
the-stack-v2-dedup | Batchfile | cd pip-1.2.1
python setup.py>null 2>&1
if errorlevel 0 goto install_pip_ok
if errorlevel 9009 goto install_pip_fail
:install_pip_fail
echo 安装pip失败,请确保python-3.6.2.exe、ItChat-master、pip-1.2.1和next.bat安装程序放在同一目录下!
exit 0
:install_pip_ok
echo pip 成功安装!
echo 请确保您的计算机可以访问外网
pause
pip install itchat>null 2>&1
if errorleve... | 5,126 |
the-stack-v2-dedup | Batchfile | ::Windows batch file used to print multiple test pages using a local printer
::by first mapping a network printer to a local port.
::Make sure the selected printer is shared on the network and the name of the shared printer is changed to 'PawPrint' before executing
::this script.
::Make sure the test file is a ... | 5,127 |
the-stack-v2-dedup | Batchfile | personViewer mesh/person-small2.obj motion/dancing1.bvh attach/W-small2.att
personViewer meshout.obj skeletonout.bvh attachout.att
personViewer mesh/person-small2.obj motion/dancing2.bvh attach/W-small2.att
personViewer mesh/person-small2.obj motion/dancing3.bvh attach/W-small2.att
personViewer mesh/person-small2.o... | 5,128 |
the-stack-v2-dedup | Batchfile | @echo off
cd /d d:
cd D:\Test\runjava\prod
start cmd /c "title 订单迁移工具-pro && java -jar ordermigratedbtool-prod.jar"
cd D:\Test\runjava\test
start cmd /c "title 订单迁移工具-test && java -jar ordermigratedbtool-0.0.1-SNAPSHOT.jar"
::pause // 防止运行完毕后直接关闭界面
::将bat文件复制到启动目录
::C:\ProgramData\Microsoft\Windows\St... | 5,129 |
the-stack-v2-dedup | Batchfile | @ECHO off
if "%~1" == "" (
echo **** PLEASE SPECIFY COMMENT FOR COMMIT ****
) else (
@echo on
echo *** COMMITING %1 ***
git add --all
git commit -m %1
echo *** COMMITED %1 ***
echo *** PUSHING TO REMOTE SERVER ***
git push -u origin master
echo *** GIT DONE !!! ***
) | 5,130 |
the-stack-v2-dedup | Batchfile | @echo off
timeout /t 1
echo 'prapre for install dependcencies'
color 0a
cls
echo 1...
timeout /t 1 /nobreak > NUL
echo 2...
timeout /t 1 /nobreak > NUL
echo 3...
timeout /t 1 /nobreak > NUL
cls
echo please wait.... an animation will accor
set /p input= Type start....
if %input%==start goto a
if %input%==Start go... | 5,131 |
the-stack-v2-dedup | Batchfile | start powershell -NoExit -Command "python -m http.server"
| 5,132 |
the-stack-v2-dedup | Batchfile | @echo Instagram cliente
yarn run dev | 5,133 |
the-stack-v2-dedup | Batchfile | xhCASvc.exe /UNINSTALL
puase | 5,134 |
the-stack-v2-dedup | Batchfile | py "C:\\Users\\charl\\Google Drive\\10. Coding\\201707 Dell Outlet Stock Check with Python\\Dell_Outlet_Stock_Checker_Combined_v3.py" 60 "C:\\Users\\charl\\Google Drive\\10. Coding\\201707 Dell Outlet Stock Check with Python\\results\\" | 5,135 |
the-stack-v2-dedup | Batchfile | @echo off
:ADMIN
openfiles >nul 2>nul ||(
echo Set UAC = CreateObject^("Shell.Application"^) > "%temp%\getadmin.vbs"
echo UAC.ShellExecute "%~s0", "", "", "runas", 1 >> "%temp%\getadmin.vbs"
"%temp%\getadmin.vbs" >nul 2>&1
goto:eof
)
del /f /q "%temp%\getadmin.vbs" >nul 2>nul
for /f "tokens=6 delims=[]. " %%G in ('ver... | 5,136 |
the-stack-v2-dedup | Batchfile | echo deploy
mvn clean deploy -Dmaven.test.skip=true | 5,137 |
the-stack-v2-dedup | Batchfile | rem #!/bin/bash
ng build
cp -Rf dist build
cd build
docker build -t jdbjdb/environmentscreen:$1 . | 5,138 |
the-stack-v2-dedup | Batchfile | @echo off
IF EXIST %userprofile%/HonestMistakesWPINav (
cd %userprofile%/HonestMistakesWPINav
)
IF EXIST %userprofile%/git/HonestMistakesWPINav (
cd %userprofile%/git/HonestMistakesWPINav
)
java -jar EraOfNavigation.jar | 5,139 |
the-stack-v2-dedup | Batchfile | taskkill /fi "WINDOWTITLE eq VoiceLiveSimu"
taskkill /fi "WINDOWTITLE eq LiveServer"
taskkill /fi "WINDOWTITLE eq VideoManager"
taskkill /fi "WINDOWTITLE eq KeypressManager"
taskkill /fi "WINDOWTITLE eq OSC_QLC_DISPATCH"
taskkill /fi "WINDOWTITLE eq Midi2OSC"
taskkill /fi "WINDOWTITLE eq OBS"
taskkill /fi "WINDOWTITLE ... | 5,140 |
the-stack-v2-dedup | Batchfile | % .\..\rpt2csv.py -h
PAUSE
| 5,141 |
the-stack-v2-dedup | Batchfile | version https://git-lfs.github.com/spec/v1
oid sha256:69d6d256d8c9b161542bd9b90dab36731e81495069182ed750fc31dca2b0e059
size 196
| 5,142 |
the-stack-v2-dedup | Batchfile | rem call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\vcvars32.bat"
call "E:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars32.bat"
mkdir lib
rem tlbimp excel.exe /out:lib\excel.dll
mkdir dyzbuild
pushd dyzbuild
rem cmake ..
cmake -G "Visual Studio 16 2019" -A x64 ... | 5,143 |
the-stack-v2-dedup | Batchfile | @echo off
REM ===========================================================================
REM HPE Face Extractor service installer
REM ===========================================================================
echo.
C:\HewlettPackardEnterprise\HavenKitPlatform\setup\XYNTService.exe -i
pause
| 5,144 |
the-stack-v2-dedup | Batchfile | :label#01
@echo off
dir
echo.
echo hello zhang liang
echo.
echo enter two numbers pls!
echo.
echo enter number1
set /p number1=
echo enter number2
set /p number2=
set /a rv = number1 + number2
echo result is %rv%
pause | 5,145 |
the-stack-v2-dedup | Batchfile | @echo off
setlocal ENABLEDELAYEDEXPANSION
set /a index=0
for /f "tokens=!index! delims=;" %%i in (%path%) do (
index=!index!+1
echo %%i)
endlocal | 5,146 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
SET BIN_TARGET=%~dp0\"../zendframework/zendframework/bin"\classmap_generator.php
php "%BIN_TARGET%" %*
| 5,147 |
the-stack-v2-dedup | Batchfile | /*define o usu˙rio e a senha*/
set PGUSER=postgres
set PGPASSWORD=postgres
"D:\Codigo Fonte\C#\bicshape\bic\bin\Debug\pg_dump.exe" --file "C:\Users\M4LM31D4\Desktop\TEMPORARIO\gtc_capao_bonito_20211102_09.backup" --host "localhost" --port "5432" --username "postgres" --no-password --verbose --format=c --blobs "gtc_capa... | 5,148 |
the-stack-v2-dedup | Batchfile | "../bin/debug/html-printer" "/src=file://sample.html" "/dst=sample.png" "/size=300,300" "/param-key:world=MyWorld" "/param-xpath://@bgcolor=#ff5533"
"../bin/debug/html-printer" "/src=file://sample.html" "/dst=sample2.png" "/size=300,300" "/param-xml=sample.xml" "/param-key:world=/data/text/@sample"
"../bin/debug/html-p... | 5,149 |
the-stack-v2-dedup | Batchfile | kubectl apply -f postgres-configdb-service.yaml
kubectl apply -f postgres-customerorderdb-service.yaml
kubectl apply -f postgres-orderplannerdb-service.yaml
kubectl apply -f postgres-shipmentdb-service.yaml
kubectl apply -f postgres-inventorydb-service.yaml
kubectl apply -f postgres-pickdb-service.yaml
kubectl apply -f... | 5,150 |
the-stack-v2-dedup | Batchfile | candle HotKeys.wxs
light -ext WixVSExtension -ext WixUIExtension HotKeys.wixobj
pause | 5,151 |
the-stack-v2-dedup | Batchfile |
call %~dp0\build1.1.cmd Win x64 config
| 5,152 |
the-stack-v2-dedup | Batchfile | $1 ${0%/*}/5-10.in 8-3.tmp
cat 8-3.tmp
rm -f 8-3.tmp
| 5,153 |
the-stack-v2-dedup | Batchfile | tskill GetMessage
tskill timecĎ■▓ě░Š
pause | 5,154 |
the-stack-v2-dedup | Batchfile | cd .\Drooble
mvn verify > ..\console.log | 5,155 |
the-stack-v2-dedup | Batchfile | @echo off
iexpress /N /Q msfax.cdf
del *.cab
| 5,156 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
msiexec /i C:\ProgramData\LANrev\InstTmp\F8F63AD5-1E8D-4DD4-A695-EDC4B2272F0E_\Rhino5r10\rhino5setup_en-us_x64.msi /qb
msiexec /i C:\ProgramData\LANrev\InstTmp\F8F63AD5-1E8D-4DD4-A695-EDC4B2272F0E_\Rhino5r10\LanguagePack_en-us.msi /qb
msiexec /i C:\ProgramData\LANrev\InstTmp\F8F63AD5-1E8D-4DD4-A695-EDC4B227... | 5,157 |
the-stack-v2-dedup | Batchfile | @echo off
echo
echo
echo
echo Welcome
echo to
echo THIS IS A TEST
echo Type:
echo 1 to begin the test.
echo 2 to open instructions.
echo 3 to exit
set /p web= Enter a command:
if "%web%"=="1" goto 1
if "%web%"=="2" open inst.txt
if "%web%"=="3" exit | 5,158 |
the-stack-v2-dedup | Batchfile | @echo off
echo.
echo Cleaning binaries
rmdir /S /Q out\bin
cd out
mkdir bin
cd bin
echo "\n" > .gitkeep
cd ../../
echo Done
| 5,159 |
the-stack-v2-dedup | Batchfile | @echo off
set argc=0
for %%x in (%*) do set /A argc+=1
if not %argc% == 4 goto :nargs
set iqurl=%1
set iquser=%2
set iqpwd=%3
set payloadfile=%4
datadir="./datafiles"
if [ -d "${datadir}" ]; then
mkdir ${datadir}
fi
python3 --version > nul 2> nul
if %errorlevel% == 0 goto :usepython3
echo using curl [%errorlevel%... | 5,160 |
the-stack-v2-dedup | Batchfile | @echo.
@set PATH=%~dp0;%PATH%
@set SERVER_IP=1.2.3.4
@set PORT=2999
@set PASSWORD=wg2999
@set WG_PORT=2019
@route add %SERVER_IP% mask 255.255.255.0 default METRIC default IF default
@start /b udp2raw -c -r%SERVER_IP%:%PORT% -l0.0.0.0:8888 -k %PASSWORD% --raw-mode faketcp
@start /b speederv2 -c -l0.0.0.0:%... | 5,161 |
the-stack-v2-dedup | Batchfile | @powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"
choco install 7zip --yes
choco install googlechrome --yes
choco install notepadplusplus --yes
choco install teamvie... | 5,162 |
the-stack-v2-dedup | Batchfile | @echo off
set SCRIPT_DIR=%~dp0
if defined PROXY_HOST set PROXY_OPTS=-Dhttp.proxyHost=%PROXY_HOST% -Dhttp.proxyPort=%PROXY_PORT% -Dhttp.proxyUser=%PROXY_USER% -Dhttp.proxyPassword=%PROXY_PASSWORD%
java %SBT_OPTS% %PROXY_OPTS% -Xmx1024M -jar "%SCRIPT_DIR%/tools/sbt-launch-0.11.3.jar" %*
| 5,163 |
the-stack-v2-dedup | Batchfile | del *.dcu
del *.~*
del *.hpp
del *.dcp
del *.dpl
del *.cesettings
del *.log
del *.ilc
del *.ild
del *.ilf
del *.ils
del *.tds
del *.cfg
del *.local
rd /s /q __history | 5,164 |
the-stack-v2-dedup | Batchfile | java -jar -Dfile.encoding=windows-1255 Yahadut.jar -p <PASS> | 5,165 |
the-stack-v2-dedup | Batchfile | cd target
del *.jar
cd ..
mvn package && java -jar target/wrseg-1.0-SNAPSHOT.jar | 5,166 |
the-stack-v2-dedup | Batchfile | @echo off
C:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -pdf "connectionStrings" "C:\Users\andy.chen\Desktop\pet\Web"
PAUSE
| 5,167 |
the-stack-v2-dedup | Batchfile | cd d:/source
git log --shortstat --no-merges --pretty=format:"%%cn;%%ai;" > codestatistic.log
| 5,168 |
the-stack-v2-dedup | Batchfile | cd BrckDLX2
call brix
| 5,169 |
the-stack-v2-dedup | Batchfile | @echo off
echo Chinook Database Version 1.4
echo.
if "%1"=="" goto MENU
if not exist %1 goto ERROR
set SQLFILE=%1
goto RUNSQL
:ERROR
echo The file %1 does not exist.
echo.
goto END
:MENU
echo Options:
echo.
echo 1. Run Chinook_Db2.sql
echo 2. Exit
echo.
choice /c 123
if (%ERRORLEVEL%)==(1) set... | 5,170 |
the-stack-v2-dedup | Batchfile | REM Limpia el projecto
@echo off
del /Q /S lib\*
del /Q src\antlr\*
cls
| 5,171 |
the-stack-v2-dedup | Batchfile | "C:/Program Files/R/R-4.0.3/bin/Rscript.exe" -e "rmarkdown::render('C:/Users/PC/Documents/informs/research/nowcastingRt/code/updateDelaysMetro.Rmd')"
"C:/Program Files/MATLAB/R2020b/bin/matlab.exe" -nodisplay -nosplash -nodesktop -r "run('C:/Users/PC/Documents/informs/research/nowcastingRt/code/delaysMetroBatch.m'); ex... | 5,172 |
the-stack-v2-dedup | Batchfile | SET TOOL_PATH=(ToolPath)
IF NOT EXIST "%TOOL_PATH%\fake.exe" (
rem #if (version == "latest")
dotnet tool install fake-cli --tool-path ./%TOOL_PATH%
rem #else
dotnet tool install fake-cli --tool-path ./%TOOL_PATH% --version (version)
rem #endif
)
"%TOOL_PATH%/fake.exe" %* | 5,173 |
the-stack-v2-dedup | Batchfile | @echo off
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: Copyright 2012-2013 Rare Crowds, Inc.
::
:: Licensed under the Apache License, Version 2.0 (the "License");
:: you may not use this file except in compliance with the License.
:: You may obtain a copy of the License... | 5,174 |
the-stack-v2-dedup | Batchfile | cargo build --release
copy target\release\game-of-life.exe .
.\game-of-life.exe | 5,175 |
the-stack-v2-dedup | Batchfile | "c:\Program Files\Wireshark\tshark.exe" -r playcap.pcap -Y "((usb.transfer_type == 0x01) && (frame.len == 91))" -e "frame.time_epoch" -e "usb.capdata" -Tfields > gamepad.txt
| 5,176 |
the-stack-v2-dedup | Batchfile | @echo off
@echo Cleaning Marlin IIS directories
@echo .
iisreset /stop
attrib -h MarlinServer\.vs
attrib -h MarlinClient\.vs
attrib -h HTTPManager\.vs
del marlin_6.rar
del /q /s /f *.sdf
del /q /s /f *.VC.db
rmdir /q /s .vs
rmdir /q /s lib
rmdir /q /s Marlin\Debug
rmdir /q /s Marlin\Release
rmdir /q /s Marlin\x64
rm... | 5,177 |
the-stack-v2-dedup | Batchfile | aoc -v -march=emulator --board de1soc_sharedonly device\kernels_tile.cl -o bin\kernels_tile.aocx
| 5,178 |
the-stack-v2-dedup | Batchfile | imgset ide10 "/cd/PyGity2T/pg2.iso"
pause
e:
call pg2
| 5,179 |
the-stack-v2-dedup | Batchfile | SET CGO_ENABLED=0
SET GOOS=windows
SET GOARCH=amd64
go build -o ./bin/log-server.exe ./cmd/main.go | 5,180 |
the-stack-v2-dedup | Batchfile | chktrust -C rcbuddy.cab
| 5,181 |
the-stack-v2-dedup | Batchfile | for %%f in (*.txr) DO quickbms -o sega-nextech-shining_wind-txr-010.bms %%f .
pause | 5,182 |
the-stack-v2-dedup | Batchfile | TestTransport.exe port_src 1235 port_dst 7777 time_send 1000000000 | 5,183 |
the-stack-v2-dedup | Batchfile | @echo off
if "%1"=="exp" goto EXP
if "%1"=="e" goto EXP
if "%1"=="norm" goto NORM
if "%1"=="n" goto NORM
if "%1"=="log" goto LOG
if "%1"=="l" goto LOG
if "%1"=="lognorm" goto LOGNORM
if "%1"=="ln" goto LOGNORM
if "%1"=="laplas" goto LAPLACE
if "%1"=="lp" goto LAPLACE
if "%1"=="rayleigh" goto RAYLEIGH
if "%1"=="rl" ... | 5,184 |
the-stack-v2-dedup | Batchfile | .\bin\fcserver.exe .\fadecandyserver.json | 5,185 |
the-stack-v2-dedup | Batchfile | @echo off
CALL gradlew jnigenBuildWeb jnigenJarNativesWeb | 5,186 |
the-stack-v2-dedup | Batchfile | REM assumes it starts in directory InstallationTests
REM INCOMPLETE - MOVED TO C# PROJECT
REM Foreach target framework
set installationTestsDirectory=%CD%
set frameworks=20 30 35 40 45 451 452 46 461 462 47 471 472
(for %%f in (%frameworks%) do (
cd %installationTestsDirectory%
cd AutoGenerated\net%%f
REM Foreac... | 5,187 |
the-stack-v2-dedup | Batchfile | copy LICENSE bin
..\NuGet.exe pack oauth.nuspec -b bin -o bin | 5,188 |
the-stack-v2-dedup | Batchfile | @echo off
git daemon --export-all --enable=receive-pack
| 5,189 |
the-stack-v2-dedup | Batchfile | @echo off
Title SK2 BOT V1.0.0
cls
color 4
@echo 000000000000000 000 000
@echo 000000000000000 000 000
@echo 000 000 000
@echo 000 000 000
@echo 000 000 000 000
@echo 000 ... | 5,190 |
the-stack-v2-dedup | Batchfile |
type teen01.mml teen02.mml teen03.mml teen04.mml teen05.mml teen06.mml teen07.mml > a:teen.mml
| 5,191 |
the-stack-v2-dedup | Batchfile |
call mvn install:install-file -Dfile="${project.basedir}/lib/commons-beanutils-1.8.3.jar" -DgroupId=libraries -DartifactId=commons-beanutils -Dversion=1.8.3 -Dpackaging=jar
call mvn install:install-file -Dfile="${project.basedir}/lib/commons-commons-codec-1.10.jar" -DgroupId=libraries -DartifactId=commons-codec -Dv... | 5,192 |
the-stack-v2-dedup | Batchfile | @echo off
set T_FILENAME="TR_from_below_2020_09_16_v_1_0_0.nes"
set SCRIPTNAME="frombelow20200916v100nes"
java -jar Hextractor.jar -eh %T_FILENAME% %SCRIPTNAME%.ext.hex
pause
| 5,193 |
the-stack-v2-dedup | Batchfile | fme "C:\Users\mssqlgisadmin\Documents\GitHub\fme-jobs\edit_to_warehouse_fc\nightly\bc_address.tcl"
| 5,194 |
the-stack-v2-dedup | Batchfile | @echo off
:: ========================================================================
:: $File: jcs_backup_dir.bat $
:: $Date: 2016-12-12 23:38:37 $
:: $Revision: $
:: $Creator: Jen-Chieh Shen $
:: $Notice: See LICENSE.txt for modification and distribution information
:: Copyright (c) 2016 by Shen, J... | 5,195 |
the-stack-v2-dedup | Batchfile | @echo %Debug%
Set Process.Name=keanu.Prep
call keanu.location.bat | 5,196 |
the-stack-v2-dedup | Batchfile |
@echo off
SETLOCAL
SET HOUR=%TIME:~0,2%
IF "%HOUR:~0,1%" == " " SET HOUR=0%HOUR:~1,1%
SET T=%HOUR%%TIME:~3,2%%TIME:~6,2%
SET D=%DATE:~0,4%-%DATE:~5,2%-%DATE:~8,2%
rem SET D=%DATE:~0,4%%DATE:~5,2%%DATE:~8,2%
rem SET DATETIME=%D%_%T%
SET DATETIME=%D%
@echo %DATETIME%
EXIT /B %DATETIME%
ENDLOCAL
| 5,197 |
the-stack-v2-dedup | Batchfile | @echo off
set T_FILENAME="TR_Popeye (Japan).gb"
set SCRIPTNAME="popeyegb"
java -jar Hextractor.jar -eh %T_FILENAME% %SCRIPTNAME%.ext.hex 111D7:100,148DC:60,15813:40,19813:40,70E0:80,18DC4:10
pause
| 5,198 |
the-stack-v2-dedup | Batchfile | set LLVMPY_DYNLINK=0
set INCLUDE=%LIBRARY_INC%
set LIBPATH=%LIBRARY_LIB%
set LIB=%LIBRARY_LIB%
:: Python 2.x uses the LLVM build from conda
if %CONDA_PY% EQU 27 goto INSTALL
if %CONDA_PY% EQU 26 goto INSTALL
:: Use Our custom LLVM build for python 3
set LLVM_TBLGEN_PATH=%HOMEPATH%\dev\llvm-3.3\bin
:INSTALL
%PYTHON% s... | 5,199 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.