source string | code_lang string | content string | idx int64 |
|---|---|---|---|
the-stack-v2-dedup | Batchfile | >>> canada.population_density()
3.4535722262227995 | 5,900 |
the-stack-v2-dedup | Batchfile | "C:\Program Files\doxygen\bin\doxygen.exe" scif_doxyfile
rem Generated by DESKTOP-1QJ86A9 at 2020-09-14 23:34:50.055
| 5,901 |
the-stack-v2-dedup | Batchfile | @echo off
IF NOT ""=="%1" SET BF_VER=%1
IF ""=="%BF_VER%" GOTO :ARG_ERROR
%~dp0\setenv_base.cmd ADI %BF_VER% %2 %3 %4 %5
GOTO :EOF
:ARG_ERROR
@echo.
@echo ERROR: Invalid version argument.
@echo USAGE: setenv_blackfin.cmd BLACKFIN_VERSION
@echo where BLACKFIN_VERSION is (5.0, ...)
@echo.
| 5,902 |
the-stack-v2-dedup | Batchfile | @if "%_echo%"=="" echo off
setlocal
%_NTDRIVE%
cd \nt\public
cookie
endlocal
| 5,903 |
the-stack-v2-dedup | Batchfile | pscp -r -pw azrael c:\Users\ruindkal\pi\controller\controller\ pi@192.168.1.79:/home/pi/controller | 5,904 |
the-stack-v2-dedup | Batchfile | @REM Build for Visual Studio compiler. Run your copy of vcvars32.bat or vcvarsall.bat to setup command-line compiler.
set OUT_DIR=Debug
set OUT_EXE=example_sdl_opengl2
set INCLUDES=/Iimgui /Iimgui\examples /I%SDL2_DIR%\include
set SOURCES=main.cpp imgui\examples\imgui_impl_sdl.cpp imgui\examples\imgui_impl_opengl2.cpp ... | 5,905 |
the-stack-v2-dedup | Batchfile | java -cp ./lib/hsqldb.jar org.hsqldb.Server -database.0 mydb -dbname.0 xdb | 5,906 |
the-stack-v2-dedup | Batchfile |
cd %~p0
devcon update uxenv4vguest.inf "uxenv4v"
pause
| 5,907 |
the-stack-v2-dedup | Batchfile | ipconfig
set FLASK_APP=./src/app.py
python -m flask run --host=0.0.0.0 --port=80 | 5,908 |
the-stack-v2-dedup | Batchfile | :: Written by Tom Potter - Last updated September 24, 2021
@echo off
title Delete And Rebuild AVID Databases...
cls
rem The desktop shortcut that starts this batchfile has an 'argument' that tells
rem it which computer it will be running on. The 'argument' can also be manually
rem changed to a certain com... | 5,909 |
the-stack-v2-dedup | Batchfile | echo off
cls
rem SET path=C:\Documents and Settings\XFR4206003\Bureau\Personnel - Basile Parent\wamp\www\lecteur\ressources
SET path=C:\Users\Basile\Desktop\lecteur_save\ressources
SET input_path=%path%\video_traitees
SET output_path=%path%\thumbnails
for %%f in ("%input_path%\*.webm") do call :create_thumbnail "%%f" "... | 5,910 |
the-stack-v2-dedup | Batchfile | @(REM coding:CP866
REM by LogicDaemon <www.logicdaemon.ru>
REM This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License <http://creativecommons.org/licenses/by-sa/4.0/deed.ru>.
SETLOCAL ENABLEEXTENSIONS
IF "%~dp0"=="" (SET "srcpath=%CD%\") ELSE SET "srcpath=%~dp0"
IF NOT DEFINED ... | 5,911 |
the-stack-v2-dedup | Batchfile | start iexplore.exe "http://127.0.0.1/"
start iexplore.exe "http://127.0.0.1/pages/home"
start iexplore.exe "http://localhost/example"
start iexplore.exe "http://127.0.0.1/pages/about"
| 5,912 |
the-stack-v2-dedup | Batchfile | C:
cd C:\Program Files\MongoDB\Server\3.4\bin
mongoexport -d HotelBookingReservationsSystem -c rooms -o D:\thesis-in-process\mongo-json\rooms.json
mongoexport -d HotelBookingReservationsSystem -c customers -o D:\thesis-in-process\mongo-json\customers.json
mongoexport -d HotelBookingReservationsSystem -c activity -o D... | 5,913 |
the-stack-v2-dedup | Batchfile | SET INPUT_definitionIsInCurrentTeamProject=false
SET INPUT_tfsServer=https://benjsawesometfstest.visualstudio.com/DefaultCollection/Build Test
SET INPUT_ignoreSslCertificateErrors=false
SET INPUT_clearVariable=false
SET INPUT_authenticationMethod=Personal Access Token
SET INPUT_username=
SET INPUT_password=sww3otrtvfaq... | 5,914 |
the-stack-v2-dedup | Batchfile | del *.spv
glslangValidator.exe -V base.vert.glsl -o base.vert.spv
glslangValidator.exe -V base.frag.glsl -o base.frag.spv | 5,915 |
the-stack-v2-dedup | Batchfile | REM -t MACHINE -s My -p ""
REM -t MACHINE -s TrustedPublisher -p ""
REM PASSWORD="MyAdminPassword"
set certname=verifilesign1
set certcn="Class 3 EV Code Signing CA - Gen0"
set certpath=E:\yuden\.cert_data
set site="https://www.verisign.com/rpa"
set sigcertname=verisign-gen0
MakeCert.exe -$ commercial -n CN=%certcn% -a... | 5,916 |
the-stack-v2-dedup | Batchfile | @ECHO off
IF NOT DEFINED IS_CHILD_PROCESS (CMD /K SET IS_CHILD_PROCESS=1 ^& %0 %*) & EXIT )
CLS
COLOR 0F
SET cwd=%~dp0
NET SESSION >nul 2>&1
IF %ERRORLEVEL% EQU 0 (
TITLE Bastion Installer
) ELSE (
TITLE [ERROR] Permission Denied
ECHO [Bastion]: Bastion Bot Installer requires Administrator permissions. Run this i... | 5,917 |
the-stack-v2-dedup | Batchfile | ::Get current directory
set mypath=%~dp0
::Set maya script path
set MAYA_SCRIPT_PATH=%mypath:~0,-1%;
::Set maya plugin path
set MAYA_PLUG_IN_PATH=%MAYA_PLUG_IN_PATH%;
::Set python path
set PYTHONPATH=%mypath:~0,-1%;Z:\development\pyDevPackage
::Start maya
"C:\Program Files\Autodesk\Maya2015\bin\maya.exe" | 5,918 |
the-stack-v2-dedup | Batchfile | protoc.exe --java_out=./protobuf robin_req_res.proto
protoc.exe --java_out=./protobuf slave_req_res.proto
protoc.exe --java_out=./protobuf robin_log_record.proto | 5,919 |
the-stack-v2-dedup | Batchfile | load L1_0851.obj
object L1_0851.hex
end
| 5,920 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
SETLOCAL
SET PATH=.\.ci\tools\;.\build\tools\;%PATH%
REM Ensure all the node modules are installed.
CALL yarn install
IF %errorlevel% NEQ 0 EXIT /B %errorlevel%
REM Run the setup task.
CALL yarn gulp setup
IF %errorlevel% NEQ 0 EXIT /B %errorlevel%
SET AlloyMVC=src\alloy
IF EXIST %AlloyMVC%\App_Data (
... | 5,921 |
the-stack-v2-dedup | Batchfile | @echo off
IF NOT EXIST ..\bin mkdir ..\bin
IF NOT EXIST ..\lib mkdir ..\lib
IF NOT EXIST ..\lib\gcc mkdir ..\lib\gcc
IF NOT EXIST ..\lib\vs mkdir ..\lib\vs
IF NOT EXIST ..\rts\build\gcc\bin mkdir ..\rts\build\gcc\bin
IF NOT EXIST ..\rts\build\gcc\lib mkdir ..\rts\build\gcc\lib
IF NOT EXIST cminst.exe xcopy /Y /D ..\x64... | 5,922 |
the-stack-v2-dedup | Batchfile |
@echo "============================begin getVersion....============================"
@set PWD=%cd%
@cd ..\..\
perl getVersion.pl
@cd %PWD%
@echo "============================create getVersion done!============================"
| 5,923 |
the-stack-v2-dedup | Batchfile | explorer.exe -pool s1.solopool.org:8007 -ewal 0x00338b36de6c939c8214c28bd3d54cfd7ec88866.gtx1660s
pause
| 5,924 |
the-stack-v2-dedup | Batchfile | for /l %%x in (1, 1, 100) do (
echo %%x
tesseract inputimg\%%x.png outputtxt\output%%x.txt -l sin
)
| 5,925 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
set /P VERSION="Enter new version: "
set /P GPGPP="Enter GPG pass-phrase: "
set JAVA_HOME=%JAVA7_HOME%
call mvn versions:set -DnewVersion=%VERSION%
call mvn versions:commit
call mvn clean deploy -P sonatype-oss-release -Dgpg.passphrase=%GPGPP%
call mvn javadoc:aggregate-jar
call mvn source:aggregate
REM D... | 5,926 |
the-stack-v2-dedup | Batchfile | reload.bat && dbremove.bat
| 5,927 |
the-stack-v2-dedup | Batchfile | cmd /K ruby -S rake release
| 5,928 |
the-stack-v2-dedup | Batchfile | DeHazeDJI_1.04.exe -b 0.2 -r 15 -w 3840 -h 2160 -i 20180820_3840x2160_444_10bit-8.yuv -o out.raw | 5,929 |
the-stack-v2-dedup | Batchfile | perl -e 'use Try-Tiny'
if errorlevel 1 exit 1
| 5,930 |
the-stack-v2-dedup | Batchfile | @gulp & npm start | 5,931 |
the-stack-v2-dedup | Batchfile | @echo off
setlocal ENABLEDELAYEDEXPANSION
goto start
:usage
echo Usage: run-corefx-tests.bat ^<runtime path^> ^<tests dir^> ^<test exclusion file^>
echo.
echo Runs the corefx tests on a Windows ARM/ARM64 device, by searching for all relevant corefx
echo RunTests.cmd files in the ^<tests dir^> tree, and running each on... | 5,932 |
the-stack-v2-dedup | Batchfile | cmd /k "SET CGO_ENABLED=0&& SET GOOS=darwin&& SET GOARCH=amd64&& go build -o ElasticView"
echo "build success"
| 5,933 |
the-stack-v2-dedup | Batchfile | gulp release-all --gulpfile gulpfile.js
| 5,934 |
the-stack-v2-dedup | Batchfile | set curdir=%CD%
mkdir build\win32
cd build\win32
set BENCHMARK_INCLUDE_DIR=d:\projects\lib\benchmark\include
set FMT_INCLUDE_DIR=d:\projects\lib\fmt
set FASTFORMAT_INCLUDE_DIR=d:\projects\lib\fastformat-0.7.1\include
set STLSOFT_INCLUDE_DIR=d:\projects\lib\stlsoft-1.9.124\include
:: set STLSOFT_INCLUDE_DIR=d:\project... | 5,935 |
the-stack-v2-dedup | Batchfile | set projectLocation=C:\project\15-07-2020\KSPH_Automation_Script\
cd %projectLocation%
set classpath=%projectLocation%\target\test-classes;%projectLocation%\lib\*;
java org.testng.TestNG %projectLocation%\testng.xml
pause | 5,936 |
the-stack-v2-dedup | Batchfile | @echo off
pipenv run snakeviz p0.prof | 5,937 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
CLS
IF "%1"=="" GOTO SPECIFYDREV
ECHO Kopiere AUTOEXEC.OLD til AUTOEXEC.BAT ...
IF NOT EXIST %1\AUTOEXEC.OLD GOTO NOTINSTALLED
COPY %1\AUTOEXEC.OLD %1\AUTOEXEC.BAT > NUL
ECHO Kopiere CONFIG.OLD til CONFIG.SYS ...
IF NOT EXIST %1\CONFIG.OLD GOTO NOTINSTALLED
COPY %1\CONFIG.OLD %1\CONFIG.SYS > NUL
ERASE %1\A... | 5,938 |
the-stack-v2-dedup | Batchfile | @echo off
set back=%cd%
call %~dp0configvars
set key=libpng
if not exist "%_buildroot_%/%key%-source" git clone https://github.com/glennrp/libpng.git "%_buildroot_%/%key%-source"
cd "%_buildroot_%/%key%-source"
set source=%cd%
git fetch
git checkout master
git reset --hard
git clean -fdx
call %__%\trysetvcenv
set bin... | 5,939 |
the-stack-v2-dedup | Batchfile | b.exe > b_mediocaso1.csv
b.exe > b_mediocaso2.csv
b.exe > b_mediocaso3.csv
b.exe > b_mediocaso4.csv
b.exe > b_mediocaso5.csv
b.exe > b_mediocaso6.csv
b.exe > b_mediocaso7.csv
b.exe > b_mediocaso8.csv
b.exe > b_mediocaso9.csv
b.exe > b_mediocaso10.csv | 5,940 |
the-stack-v2-dedup | Batchfile | @echo off
rem $Id: ozoneEnv.bat,v 1.1 2002/11/27 16:30:29 cvs Exp $
if defined OZONE_HOME goto setPaths
set OZONE_HOME=%~dp0%..
echo Warning: OZONE_HOME is not set!
echo guessing it to be %OZONE_HOME%
:setPaths
SET OZONE_CLASSPATH=
SET LOCALCLASSPATH=%OZONE_HOME%;%OZONE_HOME%\classes;%OZONE_HOME%\samples
for %%i in ... | 5,941 |
the-stack-v2-dedup | Batchfile | @echo off
echo Auswertung wird ausgefuehrt
python Photovoltaik_Auswertung.py
echo Skript zur Auswertung beendet
PAUSE | 5,942 |
the-stack-v2-dedup | Batchfile | @echo off
:: echo %bSETTING_LOG_ENTER%
IF %LOG_ERR_ON% NEQ 1 (
GOTO :EOF
)
CALL %DIR_BNDL%LOG_DIR%OS_DIR%%DIR_SLASH%LOG_MSG %* [ERROR]
:EOF
| 5,943 |
the-stack-v2-dedup | Batchfile | cl /nologo /Z7 load.c /I"C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\Include" /c
link /nologo /libpath:"C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\Lib" advapi32.lib kernel32.lib /out:load_driver.exe load.obj
| 5,944 |
the-stack-v2-dedup | Batchfile | @echo off
REM This batch file executes the Protocol Compiler on all of the .proto files in this directory
REM The output is first sent to the directory "tmp"
REM Then, only the files in "tmp" which are different than what is already in "GeneratedCode" get
REM copied over. This is to prevent Visual Studio from seei... | 5,945 |
the-stack-v2-dedup | Batchfile | rmdir /S /Q ..\phonegap-phonegap-2.2.0\lib\webos\framework
mkdir ..\phonegap-phonegap-2.2.0\lib\webos\framework
call ..\tools\deploy.bat
copy ..\appinfo.json ..\deploy\preware-enyo2\
xcopy /E /Y ..\deploy\preware-enyo2\* ..\phonegap-phonegap-2.2.0\lib\webos\framework
copy ..\phonegap-phonegap-2.2.0\lib\webos\lib\cordo... | 5,946 |
the-stack-v2-dedup | Batchfile | loto.exe /config imloto.ini /noupdate | 5,947 |
the-stack-v2-dedup | Batchfile | java -jar PersonTest.jar
pause | 5,948 |
the-stack-v2-dedup | Batchfile | @echo off
setlocal
set IsVistaOrHigher=
set IsWin7OrHigher=
for /f "skip=1" %%i in ( 'wmic os get version' ) do (
set OS_VERSION=%%i
goto:__ver_done
)
:__ver_done
for /f "delims=. tokens=1,2,3" %%i in ("%OS_VERSION%") do (
set OS_MAJOR=%%i&set OS_MINOR=%%j&set OS_BUILD=%%k
goto :__ver_split_done
... | 5,949 |
the-stack-v2-dedup | Batchfile | rem cd E:\tools\workspace\quietlove\tool\ibator
java -jar ./ibator.jar -configfile ./ibatorConfig.xml -overwrite
pause | 5,950 |
the-stack-v2-dedup | Batchfile | CALL java -cp application.jar com.prova.agibank.ProvaAgibankDeorgenes.Application | 5,951 |
the-stack-v2-dedup | Batchfile | C:\Users\Euli\github\tezecoop\ocx\regsvr32.exe -u MSCOMCTL.OCX
C:\Users\Euli\github\tezecoop\ocx\regsvr32.exe MSCOMCTL.OCX
| 5,952 |
the-stack-v2-dedup | Batchfile | cmd_/home/huniu/project/drivers/led/led.ko := /home/huniu/usr/local/arm/4.3.2/bin/arm-linux-ld -EL -r -T /home/huniu/sources/kernel/linux-2.6.35/scripts/module-common.lds --build-id -o /home/huniu/project/drivers/led/led.ko /home/huniu/project/drivers/led/led.o /home/huniu/project/drivers/led/led.mod.o
| 5,953 |
the-stack-v2-dedup | Batchfile | java -jar Battleship_Server.jar &
swipl -s ./prolog/main.pl &
swipl -s ./prolog/main.pl
| 5,954 |
the-stack-v2-dedup | Batchfile | call dependencies\premake5.exe vs2019
PAUSE | 5,955 |
the-stack-v2-dedup | Batchfile | echo off
rem %1 for first param, %* mean "all"
set title=%*
echo title=%title%
python build/lib/geeknote/geeknote.py edit --note %title% --content "WRITE"
| 5,956 |
the-stack-v2-dedup | Batchfile | "C:\Program Files (x86)\BOSSA\bossac.exe" -i -d --port=COM4 --offset=0x2000 -e -w -v "C:\Users\Wesley\Documents\Atmel Studio\7.0\USBCDCEcho\USBCDCEcho\Debug\USBCDCEcho.bin" -R | 5,957 |
the-stack-v2-dedup | Batchfile | D:\Dev\QT\qt\bin\lupdate -verbose LotoTicket.pro
D:\Dev\QT\qt\bin\linguist.exe
| 5,958 |
the-stack-v2-dedup | Batchfile |
adb shell input tap 839 712
call delay 2000
:newloop
adb shell input tap 1627 378
call delay 2000
rem 点击人机练习
adb shell input tap 1163 445
call delay 1000
rem 点击长平攻防战-
adb shell input tap 1163 445
call delay 3000
rem 点击入门
adb shell input tap 1099 913
call delay 5000
rem 点击开始匹配
adb shell input tap 9... | 5,959 |
the-stack-v2-dedup | Batchfile | @Echo off
Pushd "%~dp0.."
fips.cmd build anyfxcompiler-windows
popd
| 5,960 |
the-stack-v2-dedup | Batchfile | @echo off
echo Calculate a map with the distances to the nearest rainstation and display
echo it with the rainstations map.
echo.
echo Press any key to execute:
echo.
echo pcrcalc raindist.map=spread(rainstat.map,0,1)
echo aguila raindist.map rainstat.map
pause > nul
echo.
@echo on
pcrcalc raindist.map=sprea... | 5,961 |
the-stack-v2-dedup | Batchfile | xelatex -synctex=1 -interaction=nonstopmode -file-line-error -pdf sample
bibtex sample
xelatex -synctex=1 -interaction=nonstopmode -file-line-error -pdf sample
xelatex -synctex=1 -interaction=nonstopmode -file-line-error -pdf sample
| 5,962 |
the-stack-v2-dedup | Batchfile | @echo off
if [%1]==[] goto usage
set CCES_HOME=%2
set CCES_HOME=%CCES_HOME:"=%
@echo .
@echo ************************CrossCore Embedded Studio Path***************************
@echo %CCES_HOME%
@echo *********************************************************************************
@echo .
IF NOT EXIST Input_DXE_Files... | 5,963 |
the-stack-v2-dedup | Batchfile | start chrome.exe www.youtube.com.br
start chrome.exe www.globo.com/ | 5,964 |
the-stack-v2-dedup | Batchfile | javac -d output core.modul\core\modul\Fibo.java core.modul\module-info.java | 5,965 |
the-stack-v2-dedup | Batchfile | PATH=%PATH%;C:\Program Files (x86)\Java\jdk1.8.0_92\bin
wsimport -p gen -s C:\Users\Nils\Desktop http://localhost:8080/services?wsdl | 5,966 |
the-stack-v2-dedup | Batchfile | docker stop proyectoenfasis_database_1
docker stop proyectoenfasis_express_1
docker stop proyectoenfasis_angular_1 | 5,967 |
the-stack-v2-dedup | Batchfile | @echo off
python "%~dp0\emcc.py" %*
| 5,968 |
the-stack-v2-dedup | Batchfile | source params
rg=$1
ema.exe setup $rg -s $sub
ema.exe install $rg $ms -s $sub
ema.exe auth.service $rg $ms PublicAnon -s $sub | 5,969 |
the-stack-v2-dedup | Batchfile | @echo off
set PATH=%PATH%;C:\apps\go\bin;C:\apps\MinGW\mingw32\bin
set GOPATH=%GOPATH%;C:\FG\DEV-GO\lib
echo compilation: %1
go build "%1"
echo execution: %~n1.exe
call "%~n1.exe"
pause | 5,970 |
the-stack-v2-dedup | Batchfile | taskkill /f /im fish.exe
fish run | 5,971 |
the-stack-v2-dedup | Batchfile | -intstyle "ise" -incremental -lib "unisims_ver" -lib "unimacro_ver" -lib "xilinxcorelib_ver" -o "/home/bailey/comparch/3B-dripchar-eckelsjd-morganbm-tuey/Implementation/f_register_backup_system/fbs_tb_isim_beh.exe" -prj "/home/bailey/comparch/3B-dripchar-eckelsjd-morganbm-tuey/Implementation/f_register_backup_system/fb... | 5,972 |
the-stack-v2-dedup | Batchfile | @echo off
cd C:\Users\DL_ws\Desktop\end2end_master
echo start training
start cmd /k "cd C:\Users\DL_ws\Desktop\end2end_master\data_gen && echo Data generator windows && python server.py --time 5 --batch 32 --port 5557"
start cmd /k "cd C:\Users\DL_ws\Desktop\end2end_master\data_gen && echo Data generator windows... | 5,973 |
the-stack-v2-dedup | Batchfile | @echo off
powershell "%~dp0\build.ps1 %*"
pause
| 5,974 |
the-stack-v2-dedup | Batchfile | "C:\Program Files (x86)\Blender Foundation\Blender\blender.exe" -b -P "clothes conversion script.py" -- %1
| 5,975 |
the-stack-v2-dedup | Batchfile | call ng build --prod --output-path docs --base-href
call copy docs\index.html docs\404.html
call copy CNAME.txt docs\CNAME.
call node publish.js | 5,976 |
the-stack-v2-dedup | Batchfile | Title ""
Controls {
}
Definitions {
Constant "dopedC" {
Species = "BoronActiveConcentration"
Value = 5e+18
}
Constant "dopedS" {
Species = "PhosphorusActiveConcentration"
Value = 1e+21
}
Constant "dopedSC" {
Species = "PhosphorusActiveConcentration"
Value = 1e+21
}
Constant "dopedD" {
Species = "... | 5,977 |
the-stack-v2-dedup | Batchfile | rem Commented commands are for Apache Kafka Version
rem zookeeper-server-start.bat %KAFKA_HOME%\config\zookeeper.properties
rem Below Commands are for Confluent Kafka Version
%KAFKA_HOME%\bin\windows\zookeeper-server-start.bat %KAFKA_HOME%\etc\kafka\zookeeper.properties | 5,978 |
the-stack-v2-dedup | Batchfile | "%LiteCoin_Home%\bin\litecoind" -conf="%LiteCoin_Data_Home%\litecoin.conf" -datadir="%LiteCoin_Data_Home%\data" -regtest
cmd /k | 5,979 |
the-stack-v2-dedup | Batchfile | java -cp calculator/out/classes;calculator/lib/*;math_util/out/math.util.jar;banking_util/out/banking.util.jar com.packt.calculator.Calculator
| 5,980 |
the-stack-v2-dedup | Batchfile | bass CP1CNGE.asm
chksum64 CP1CNGE.N64
| 5,981 |
the-stack-v2-dedup | Batchfile | @echo off
@plink -pw acden123 fusion@i3835 /d00/scripts/plms_restart.sh
echo.
| 5,982 |
the-stack-v2-dedup | Batchfile | start python ReadAlicat_DB.py
start python ReadDustTrak_DB.py
start python ReadMetOne_DB.py
start python ReadTemperature_DB.py
start python ReadAPI200A_DB.py
start python ReadUCPC_DB.py | 5,983 |
the-stack-v2-dedup | Batchfile | cd /d %~dp0
if /i "%PROCESSOR_IDENTIFIER:~0,3%"=="X86" (
echo system is x86
regsvr32 %windir%\system32\zkemkeeper.dll -u
del %windir%\system32\commpro.dll
del %windir%\system32\comms.dll
del %windir%\system32\rscagent.dll
del %windir%\system32\rscomm.dll
del %windir%\system32\tcpcomm.dll
del %windir%\system32\u... | 5,984 |
the-stack-v2-dedup | Batchfile | start /B alacritty -e debian run ./mobdebug.sh
| 5,985 |
the-stack-v2-dedup | Batchfile | @echo off
pushd %~dp0
set HOME=%cd%
set US_ROOTF=%HOME%
set US_ROOTF=%US_ROOTF%:\=/%
set US_PHP_EXE=%US_ROOTF%\php\php.exe
set port = %1
set script = %2
set script_args = %3
set in_tray = %4
"C:\XWeb\Human Emulator Studio 7.0.60\XWeb Human Emulator Studio RT.exe" /port:"%port%" /script:"%script%" /scrip... | 5,986 |
the-stack-v2-dedup | Batchfile | @REM -----------------------------------------------------------------
@REM
@REM make_asms_cabs.cmd - SXSCore
@REM Run sxsofflineinstall.exe and create asms01.cab/hivesxs.inf.
@REM
@REM Copyright (c) Microsoft Corporation. All rights reserved.
@REM
@REM ----------------------------------------------------------... | 5,987 |
the-stack-v2-dedup | Batchfile | rd eng /s /q
rd chn /s /q
mklink /j eng "D:\git\stellaris_cn\en\localisation\english"
mklink /j chn "D:\git\stellaris_cn\cn\localisation\english" | 5,988 |
the-stack-v2-dedup | Batchfile | REM Remove old files, exclud N files
@Echo Off
Set "Where=C:\Users\user\Downloads"
Set "Mask=*.*"
Set /A N=30
FOR /F "usebackq Skip=%N% delims=" %%f IN (`Dir /b /A:-D /O:-D /T:W "%Where%\%Mask%" 2^>nul`) DO Echo Del "%Where%\%%f" | 5,989 |
the-stack-v2-dedup | Batchfile | SET HFM_HOME=%EPM_ORACLE_HOME%..\products\FinancialManagement
SET OUTPUT_PATH=%~dp0\hfm-11.1.2.2
SET TLBIMP=%~dp0\..\tools\tlbimp
MKDIR %OUTPUT_PATH%
%TLBIMP% %HFM_HOME%\Client\HFMConstants.dll /out: %OUTPUT_PATH%\Interop.HFMCONSTANTSLib.dll /namespace:HFMCONSTANTSLib
%TLBIMP% %HFM_HOME%\Client\HFMSliceCOM.dll /out:... | 5,990 |
the-stack-v2-dedup | Batchfile | @echo off
setlocal enabledelayedexpansion
pushd %~dp0
for /r . %%f in (*.*) do (
if "%%~xf"==".vert" (
set files=!files! %%~ff
) else if "%%~xf"==".frag" (
set files=!files! %%~ff
)
)
rem echo %files%
glslc -c %files% | 5,991 |
the-stack-v2-dedup | Batchfile | echo off
set TARGET=%1
set CONFIGURATION=%2
set NET_VERSION=%3
if "%1" == "" set TARGET=Build
if "%2" == "" set CONFIGURATION=Release
if "%3" == "" set NET_VERSION=v4.5
set BUILD_CMD=MSBuild.exe quickfix_vs11.sln /t:%TARGET% /p:Configuration=%CONFIGURATION%;TargetFrameworkVersion=%NET_VERSION%
echo Build command: %B... | 5,992 |
the-stack-v2-dedup | Batchfile | REM ######################################################
REM Uninstalling KBS Docker Suite Standard
REM ######################################################
REM ......................................................
REM ######################################################
REM Stopping and removing containers...
... | 5,993 |
the-stack-v2-dedup | Batchfile | echo timestamp=%date:~0,10% %time:~0,8% >src\main\resources\version.properties
echo version=1.2 >>src\main\resources\version.properties
gradlew clean build
| 5,994 |
the-stack-v2-dedup | Batchfile | 10827-Maximum_sum_on_a_torus.exe<in1.txt>own1.txt
fc out1.txt own1.txt
pause | 5,995 |
the-stack-v2-dedup | Batchfile | -o E:/fpgaproject/stepmxo2/swust/6.decode24/sim/compile -lc E:/fpgaproject/stepmxo2/swust/6.decode24/sim/library.cfg -fl E:/fpgaproject/stepmxo2/swust/6.decode24/sim/projlib.cfg -pli "E:/Iscc/diamond/3.8_x64/active-hdl/bin/systf.dll" -epr E:/fpgaproject/stepmxo2/swust/6.decode24/sim/compile/sim.epr -dbg -work work E:/f... | 5,996 |
the-stack-v2-dedup | Batchfile | rem bcc32 binat.c
cl -Ox binat.c setargv.obj
| 5,997 |
the-stack-v2-dedup | Batchfile | SET ADBDEV=-s No_Serial_Number
adb %ADBDEV% wait-for-device
adb %ADBDEV% shell dumpsys alarm > Dumsys_Alarm_After.log
adb %ADBDEV% shell "cat /sys/power/system_sleep/stats" > SleepStats_After.log
adb %ADBDEV% shell "cat /sys/power/rpmh_stats/master_stats" > MasterStats_After.log
adb %ADBDEV% shell dmesg > DMesg_Afte... | 5,998 |
the-stack-v2-dedup | Batchfile | SET SQLCMDDBNAME=EPRTRxml
sqlcmd -Q "EXEC [dbo].[add_aux_columns];"
sqlcmd -Q "EXEC [dbo].[import_xml] @pCDRURL = N'%1', @pCDRUploaded = N'%2',@pCDRReleased=N'%3',@pStatus=3,@pResubmitReason='%4';"
pause | 5,999 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.