source string | code_lang string | content string | idx int64 |
|---|---|---|---|
the-stack-v2-dedup | Batchfile | @echo Testing prettynum
@echo off
dotest prettynum
pause
| 5,500 |
the-stack-v2-dedup | Batchfile | del /s *.dbc
| 5,501 |
the-stack-v2-dedup | Batchfile | java -jar "..\..\Microchip\TCPIP Stack\Utilities\MPFS2.jar" /mpfs2 /C18_C32 ".\WebPages2" "." "MPFSImg2.c"
| 5,502 |
the-stack-v2-dedup | Batchfile | @echo off
set MSYSTEM=MINGW64
set WD=E:\\\\msys2\\\\usr\\\\bin\\\\
set MSYSCON=mintty
set CHERE_INVOKING=yes
start /d %1 /B %WD%%MSYSCON% -c ~/.minttyrc -i /msys2.ico /usr/bin/bash -c ^
"export WD=%WD%; export MSYSCON=%MSYSCON%; export CHERE_INVOKING=%CHERE_INVOKING%; export MSYSTEM=%MSYSTEM%; exec /usr/bin/bash --... | 5,503 |
the-stack-v2-dedup | Batchfile | @echo off &title Por54 Firefox Loader By KingShui & mode con cols=55 lines=9
echo,
echo, FileDescription: Firefox Loader
echo, FileVersion: 0.0.0.32
echo, LegalCopyright: KingShui
echo, ProductName: Firefox Loader
echo, ProductVersion: 0.0.0.32
echo, Created by KingShui
echo, For reference, please indicate the ... | 5,504 |
the-stack-v2-dedup | Batchfile | call msbuild14 /v:m MonoMac.Windows.Forms.sln
@PAUSE | 5,505 |
the-stack-v2-dedup | Batchfile | boot1 cljs-compile && slimerjs %CD%\test-runner\runner.js %CD%\resources\public\tests\main.js | 5,506 |
the-stack-v2-dedup | Batchfile | >>> def remove_last_item(L):
... """ (list) -> list
...
... Return list L with the last item removed.
...
... Precondition: len(L) >= 0
...
... >>> remove_last_item([1, 3, 2, 4])
... [1, 3, 2]
... """
... del L[-1]
... return L
...
>>>
| 5,507 |
the-stack-v2-dedup | Batchfile | echo off
cls
g++.exe -O3 -Wall -fpermissive -static -DBUILD_DLL -c main.cpp -o obj\Release\main.o
g++.exe -shared -Wl,--output-def=bin\Release\libJudgerProtector.def -Wl,--out-implib=bin\Release\libJudgerProtector.a -Wl,--dll obj\Release\main.o -o bin\Release\JudgerProtector.dll -s -luser32
pause | 5,508 |
the-stack-v2-dedup | Batchfile | call ck detect soft tags=compiler,php
| 5,509 |
the-stack-v2-dedup | Batchfile | @REM This batch file copies the bing desktop wallpapers from the temp directory to a save directory.
if NOT exist c:\temp\wallpapers mkdir c:\temp\wallpapers
copy/y "%USERPROFILE%\AppData\Local\Microsoft\BingDesktop\en-US\Apps\Wallpaper_5386c77076d04cf9a8b5d619b4cba48e\VersionIndependent\images\*.jpg" c:\temp\wallpaper... | 5,510 |
the-stack-v2-dedup | Batchfile | @python -m pypublish.tool publish %*
| 5,511 |
the-stack-v2-dedup | Batchfile | @del /q output\*
@python engine\engine.py tests\t0py.txt
| 5,512 |
the-stack-v2-dedup | Batchfile | /*
* 2837xD_RAM_lnk_cpu1.cmd
*
* Edited on: 2019. 06. 21.
* Author: TI Co.
* Editor: HJHeo
*
*/
MEMORY
{
PAGE 0: // Program Memory
RAM_BEGIN : org = 0x000000, len = 0x000002 // SARAM Boot Mode Entry Point of CPU1
RAMM0 : org = 0x000122, len = 0x0002DE // On-Chip RAM Block M0 of CPU... | 5,513 |
the-stack-v2-dedup | Batchfile | @echo off
:createStore
SET INSTANCESTORE=WF4Persistence
if not .%1 == . SET INSTANCESTORE=%1
Echo Dropping instance store %INSTANCESTORE%
sqlcmd.exe -S ".\SQLEXPRESS" -Q "drop database %INSTANCESTORE%"
sqlcmd.exe -S ".\SQLEXPRESS" -Q "create database %INSTANCESTORE%"
Echo Creating instance store %INSTANCESTORE... | 5,514 |
the-stack-v2-dedup | Batchfile | @echo off
rem Vivado(TM)
rem compile.bat: a Vivado-generated XSim simulation Script
rem Copyright 1986-2014 Xilinx, Inc. All Rights Reserved.
set PATH=%XILINX%\lib\%PLATFORM%;%XILINX%\bin\%PLATFORM%;C:/Xilinx/SDK/2014.2/bin;C:/Xilinx/Vivado/2014.2/ids_lite/ISE/bin/nt64;C:/Xilinx/Vivado/2014.2/ids_lite/ISE/lib/nt64;... | 5,515 |
the-stack-v2-dedup | Batchfile | @echo off
:choice
set /P c=Are you sure you want to drop the database [y/n]?
if /I "%c%" EQU "y" goto :run_flyway_clean
if /I "%c%" EQU "n" goto :quit
goto :choice
:run_flyway_clean
call flyway clean
pause
exit
:quit
| 5,516 |
the-stack-v2-dedup | Batchfile | goto %1
remove:
put rem shie;stow shie
pause .5
put rem plate;stow plate
pause 1
put rem gau;stow gau
pause .5
put rem helm;stow helm
pause 1
put #parse ARMORDONE
exit
wear:
put get my shie;wear shie
pause .5
put get my plate;wear plate
pause 1
put get my gau;wear gau
pause .5
put get my helm;w... | 5,517 |
the-stack-v2-dedup | Batchfile | pip install Django==1.7.1
pip install djangorestframework
pip install django-filter
| 5,518 |
the-stack-v2-dedup | Batchfile | @echo off
rem winfor
rem 08/02/2018
rem run apktool.jar with script
rem history
rem 08/02/2018 implement it in command-line
rem testing
rem > apktool ECPPad-release.apk
rem > apktool ECPPad-release.apk ECPPad
::echo ----enter apktool.bat... >> %start_cmd_log_file%
rem todo here
set in_apktool_root_path=%~dp0
set in_... | 5,519 |
the-stack-v2-dedup | Batchfile | %SystemRoot%\Microsoft.NET\Framework\v4.0.30319\installutil -i BabyOPD.exe
net start BabyOPD | 5,520 |
the-stack-v2-dedup | Batchfile | @ECHO off
SET InstallDir="C:\Program Files\NCache"
reg query "HKLM\SOFTWARE\Alachisoft\NCache" /v InstallDir >nul 2>&1
echo
set query_status_nc=%ERRORLEVEL%
if %query_status_nc%==1 (
install-scripts\main.bat %InstallDir%
)
if %query_status_nc%==0 (
echo Another Version of NCache is already installed
)
pause | 5,521 |
the-stack-v2-dedup | Batchfile | emrun --no_browser --port 9000 build\index.html | 5,522 |
the-stack-v2-dedup | Batchfile | java interfaces.InterfaceBat
pause | 5,523 |
the-stack-v2-dedup | Batchfile | :: Init Script for cmd.exe
:: Sets some nice defaults
:: Eric D Hiller
:: 17 April 2016
SET ConEmuDir=%~dp0
SET PROGRAMNAME=ConEmu64.exe
tasklist.exe /FI "IMAGENAME eq %PROGRAMNAME%" 2>NUL | find.exe /I /N "%PROGRAMNAME%">NUL
if "%ERRORLEVEL%"=="0" (
start %ConEmuDir%ConEmu64.exe -NoSingle -NoUpdate -LoadC... | 5,524 |
the-stack-v2-dedup | Batchfile | mpe32 info=all > report_info_32.txt
mpe64 info=all > report_info_64.txt
| 5,525 |
the-stack-v2-dedup | Batchfile | cd ../../src
javac communicationChannels/*.java
javac communicationChannels/client/*.java
javac communicationChannels/centralizedChordManager/actions/*.java
javac communicationChannels/peer/server/*.java
javac models/*.java
javac protocolActions/*.java
javac rmi_interface/*.java
javac utils/*.java
javac threads/*.java
... | 5,526 |
the-stack-v2-dedup | Batchfile | qmake
mingw32-make all
xcopy *.h ..\cryptopp\ | 5,527 |
the-stack-v2-dedup | Batchfile | fxc /Od /Zi /T vs_5_0 /E vert /Fo vertexByte.fxc Default.hlsl /Fe ErrorVertex.txt
fxc /Od /Zi /T ps_5_0 /E frag /Fo pixelByte.fxc Default.hlsl /Fe ErrorFrag.txt | 5,528 |
the-stack-v2-dedup | Batchfile | @echo off
cd source
call bundle exec jekyll serve | 5,529 |
the-stack-v2-dedup | Batchfile | cmd_/home/kronin/Desktop/gobiarch/QCUSBNet/QMI.o := gcc -Wp,-MD,/home/kronin/Desktop/gobiarch/QCUSBNet/.QMI.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-unknown-linux-gnu/4.6.2/include -I/usr/src/linux-3.1.5-1-ARCH/arch/x86/include -Iarch/x86/include/generated -Iinclude -include /usr/src/linux-3.1.5-1-ARCH/include/linu... | 5,530 |
the-stack-v2-dedup | Batchfile | @echo off
cargo build --target i686-pc-windows-msvc | 5,531 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
@set INTERFACE=%1
@set PLATFORM=%2
@set INC_DIR=%NIMAB_INC%
@set TOOLS_PATH=%CORETECH_ROOT%\build\main\doxygen
python %TOOLS_PATH%\gen_doc.py %TOOLS_PATH% %INC_DIR% "AB Services " %INTERFACE% %PLATFORM%
@set INTERFACE=
@set PLATFORM=
@set INC_DIR= | 5,532 |
the-stack-v2-dedup | Batchfile | %SPARK_HOME%\bin\spark-submit2 --master local --class com.cooking.recipe.DataLoadStreaming --jars ./spark-cassandra-connector_2.11-2.4.0.jar,./config-1.3.3.jar,./jsr166e-1.1.0.jar ./cooking.job/target/cooking.job-1.0-SNAPSHOT.jar 127.0.0.1 | 5,533 |
the-stack-v2-dedup | Batchfile | @echo off
java -cp build\classes MemristorsTANT.MemristorsTANT benchmarks\3vars.pla
java -cp build\classes MemristorsTANT.MemristorsTANT benchmarks\5vars.pla
java -cp build\classes MemristorsTANT.MemristorsTANT benchmarks\9sym_d.pla
java -cp build\classes MemristorsTANT.MemristorsTANT benchmarks\carry.pla
java -cp buil... | 5,534 |
the-stack-v2-dedup | Batchfile | @echo off
REM -- First make map file from Microsoft Visual C++ generated resource.h
echo // MAKEHELP.BAT generated Help Map file. Used by ONEWNDWZ.HPJ. >"hlp\OneWndWz.hm"
echo. >>"hlp\OneWndWz.hm"
echo // Dialogs (IDD_*) >>"hlp\OneWndWz.hm"
makehm IDD_,HIDD_,0x20000 resource.h >>"hlp\OneWndWz.hm"
echo. >>"hlp\OneWndWz... | 5,535 |
the-stack-v2-dedup | Batchfile | java -jar ProgramTester.jar localusercli | 5,536 |
the-stack-v2-dedup | Batchfile | @echo off
nssm.exe install joblistener c:\temp\bin\joblistener.cmd
nssm.exe set joblistener AppDirectory c:\temp\bin\
nssm.exe set joblistener AppStderr c:\temp\bin\logs\stderr.txt
nssm.exe set joblistener AppStdout C:\temp\bin\logs\stdout.txt
nssm.exe set joblistener AppStdoutCreationDisposition 2
nssm.exe s... | 5,537 |
the-stack-v2-dedup | Batchfile | java -cp bin;jars/* org.testng.TestNG testng.xml | 5,538 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
IF NOT EXIST "C:\Program Files\Java\jre7\bin\" GOTO NOJAVADIR
set JAVA_HOME="C:\Program Files\Java\jre7\"
set CLASSPATH=%JAVA_HOME%/bin;%CLASSPATH%
set PATH=%JAVA_HOME%/bin;%PATH%
:NOJAVADIR
start javaw -Xms256m -Xmx512m -Dfile.encoding=UTF-8 -jar .\lib\mage-client-${project.version}.jar | 5,539 |
the-stack-v2-dedup | Batchfile | @echo off
cd /d "%~dp0"
rem env_ruby=__env\ruby\bin\ruby.exe
for /f "delims== tokens=1,2" %%G in (config\env.parameters) do set %%G=%%H
start /max "parse data" %env_ruby% src\parse.rb
rem %env_ruby% src\parse.rb
rem pause
| 5,540 |
the-stack-v2-dedup | Batchfile | adb uninstall com.offcn.yidongzixishi
adb install E:\apk\com.offcn.yidongzixishi_4.6.1_liqucn.com.apk
adb push E:\mk.txt /sdcard/
adb shell monkey -f /sdcard/mk.txt 1
adb shell monkey -p com.offcn.yidongzixishi -s 1 -vvv --throttle 100 5000 1>E:\nomarl.log 2>E:\error.log | 5,541 |
the-stack-v2-dedup | Batchfile | ..\..\..\Tools\IconFontTool\IconFontTool.exe -factoryPath "..\..\Controls\IconFontWpfs\IconFontDataFactory.cs" -kindPath "..\..\Controls\IconFontWpfs\IconFontKind.cs" -iconFilePath "iconfont.ttf" -mappingFilePath "IconFontMapping.txt" -factoryNameSpace "WpfViews.Controls.IconFontWpfs" -kindNameSpace "WpfViews.Controls.... | 5,542 |
the-stack-v2-dedup | Batchfile | md .\src\c
md .\src\java
md .\src\python
protoc.exe --cpp_out=.\src\c chat.proto
protoc.exe --java_out=.\src\java chat.proto
protoc.exe --python_out=.\src\python chat.proto
pause | 5,543 |
the-stack-v2-dedup | Batchfile | @echo off
color f0
cls
title Helpfile Generator - SD-Securityฤ
echo โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
echo โ โ โ SD-Security โ โ โ Helpfile Generator %status%
echo โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
echo... | 5,544 |
the-stack-v2-dedup | Batchfile | @echo off
:menu
cls
echo Welcome to Sewans sethc tool V1.0.0
echo Select an Option
echo.
echo 1 Change sethc.exe to cmd {before running make sure to have ownership of sethc.exe}
echo 2 Change cmd to sethc.exe
echo 3 Exit
:Option
choice /c:123
if ERRORLEVEL 3 goto exit
if ERRORLEVEL 2 goto undo
if ERROR... | 5,545 |
the-stack-v2-dedup | Batchfile | @echo off
echo Compiling
javac -d ../bin/ *.java && echo Git add && cd ../ && git add -A . && echo Run tests && cd bin && java Tests && cd .. && echo Git commit && git commit -m "Autocommit from SublimeText2" && echo Git push && git push origin master && echo Starting program && cd bin && java Window | 5,546 |
the-stack-v2-dedup | Batchfile | :REP
@echo START SERVER...
@set DEFAULT_DIR=D:\Study\3_COURSE\5_SEMESTR\NODE.JS\cwp-03\Default_dir
@set M_CONN=2
@echo DEFAULT_DIR = %DEFAULT_DIR%
@echo MAX_CONNECTIONS = %M_CONN%
@node server.js
@echo PRESS KEY FOR RESTART SERVER
@PAUSE
@cls
@goto REP | 5,547 |
the-stack-v2-dedup | Batchfile | @py.exe "C:\Users\Michael Scott\Desktop\python\Scripts\naptime.py" %*
@pause | 5,548 |
the-stack-v2-dedup | Batchfile | cd c:/projects/cors
pm2 start cors_proxy.js | 5,549 |
the-stack-v2-dedup | Batchfile | @echo off
cls
.nuget\nuget.exe install FAKE -OutputDirectory packages -ExcludeVersion
packages\FAKE\tools\FAKE.exe build.fsx %*
pause
| 5,550 |
the-stack-v2-dedup | Batchfile | call build.bat
cd ../../bin
rubidium.exe
cd ../build/mingw | 5,551 |
the-stack-v2-dedup | Batchfile | copy X:\%tcg_view_name%\gill_vob\6_coding\A2Lerr.txt .\gv%gv_n%_a2l_err.txt
%cmd_BeyondCompare% %BASE_CHECK_RESULT_PATH%\A2Lerr_%BASE_APP_LABEL%.txt .\gv%gv_n%_a2l_err.txt | 5,552 |
the-stack-v2-dedup | Batchfile | @echo off
%~dp0\rush.exe ..\src\example\nasm.rs %1 -del win64 | 5,553 |
the-stack-v2-dedup | Batchfile | set REPO_HOST=github.com
set REPO_OWNER=enr
set REPO_NAME=dups
set TIMESTAMP=win-dev-timestamp
set APP_VERSION=win-dev
| 5,554 |
the-stack-v2-dedup | Batchfile | py pylos_2.py client Elise --verbose > test2.txt
pause > nul | 5,555 |
the-stack-v2-dedup | Batchfile | git stash && git pull --rebase origin master && git stash pop
pause | 5,556 |
the-stack-v2-dedup | Batchfile | REM Ubuntu Bash Terminal for windows 10 Setup
REM Made by Sprite
@echo off
cls
:Set_Feature_Enable
color 09
echo "<Enabling Windows Bash Beta>"
color 07
DISM /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux
pause
echo "Starting lxrun /install /y - (Install GNUBash)"
pause
GOTO Initiate_In... | 5,557 |
the-stack-v2-dedup | Batchfile | shutdown -f -p | 5,558 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
start C:\WORKS\WS\WS_Science\Maxima
REM exit
| 5,559 |
the-stack-v2-dedup | Batchfile | :loop
cls
php composer.phar report
timeout /T 1
goto loop | 5,560 |
the-stack-v2-dedup | Batchfile | cd logical
call logical
| 5,561 |
the-stack-v2-dedup | Batchfile | @echo off
echo Generates spheres on Raspberry Pi edition
set /p raspiconnection=Raspberry Pi IP:
set tempfile=raspi_temp_temp.txt
rem set material=1
rem set materialdata=0
del %tempfile%
if not exist %windir%\system32\telnet.exe goto checkPutty
set telnettype=sendviatelnet
goto donecheck
:checkPutty
if not exist ... | 5,562 |
the-stack-v2-dedup | Batchfile | @echo off
echo y | del *.json
echo y | del *.h5
echo y | del *.npy
| 5,563 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
SET FERMO_VER=FERMO_v0.8.11
SET MINICONDAPATH=C:\Users\%USERNAME%\miniconda3\condabin\activate.bat
SET MINIENVPATH=C:\Users\%USERNAME%\miniconda3\envs\%FERMO_VER%\
SET ANACONDAPATH=C:\Users\%USERNAME%\anaconda3\condabin\activate.bat
SET ANAENVPATH=C:\Users\%USERNAME%\anaconda3\envs\%FERMO_VER%\
rem ... | 5,564 |
the-stack-v2-dedup | Batchfile | pip install requests
pip install bs4
pip install lxml
pip install xlwt
cd /d %~dp0
python weather.py
pause | 5,565 |
the-stack-v2-dedup | Batchfile | echo building backend
docker build -f ./build-api.Dockerfile -t hangman-api .
echo running backend
docker run -d -p 8887:80 --name hangman-api hangman-api:latest
echo building frontend
docker build -f ./build-ui.Dockerfile -t hangman-ui .
echo running frontend
docker run -d -p 8888:80 --name hangman-ui hangman-ui:late... | 5,566 |
the-stack-v2-dedup | Batchfile | echo Installing IE7...
start /wait d:\applications\ie7\IE7Setup.exe
| 5,567 |
the-stack-v2-dedup | Batchfile | cd product-service & gradlew bootJar -Pprod jibDockerBuild & cd .. & cd ServiceDiscovery & gradlew bootJar -Pprod jibDockerBuild & cd .. & cd ConfigServer & gradlew bootJar -Pprod jibDockerBuild & cd .. & docker-compose up -d & start chrome http://localhost:8761 | 5,568 |
the-stack-v2-dedup | Batchfile | @echo off
if not exist "%3" (
mkdir "%3"
)
copy "%~1\%2 Release\Scriptographer.aip" Scriptographer
zip -r %3\Scriptographer_Win_%2_%3.zip Scriptographer
del Scriptographer\Scriptographer.aip
| 5,569 |
the-stack-v2-dedup | Batchfile | for /L %%x in (1, 1, 30) do (
echo %%x%round
java -Xmx4200m -classpath NetworkSimulator.jar unalcol.agents.NetworkSim.DataReplicationMain load smallworld+v+100+beta+0.1+degree+2.graph 10 0.8 carriers smallworld+v+100+beta+0.1+degree+2.loc -1
rem pause
)
| 5,570 |
the-stack-v2-dedup | Batchfile | :: generate_report
:: This will generate a word document between two excel columns
:: usage generate_report.cmd PATH_TO_EXCEL PATH_TO_OUTPUT ID
:: this will need to be modified for future
:: for example; run compare Favorites.xlsx Example.docx 1
::echo "%INPUT%"
python compare.py Favorites.xlsx Example1.docx 1
| 5,571 |
the-stack-v2-dedup | Batchfile | set PGPASSWORD=123
psql -U postgres -f user_create.sql
psql -U postgres -f db_create.sql
psql -U postgres -f table_create.sql
psql -U postgres -f fill_table.sql
psql -U postgres -f test_request.sql
| 5,572 |
the-stack-v2-dedup | Batchfile | @ECHO off
REM Copyright 2013 The Flutter Authors. All rights reserved.
REM Use of this source code is governed by a BSD-style license that can be
REM found in the LICENSE file.
REM ---------------------------------- NOTE ----------------------------------
REM
REM Please keep the logic in this file consistent with the ... | 5,573 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
C:\Users\Acer\AppData\Local\Programs\Python\Python37\python.exe xml-compiler.py %1
PAUSE | 5,574 |
the-stack-v2-dedup | Batchfile | "C:\Program Files (x86)\Mozilla Firefox\firefox.exe" -new-tab "http://localhost:8080/Stocker" | 5,575 |
the-stack-v2-dedup | Batchfile | \\vnhocapfs101\Apps\RemoteAssistant\RemoteAccess_to_VNHOC7N0117_Inc000185a.bat VNHOC7N0117 185
| 5,576 |
the-stack-v2-dedup | Batchfile | @echo off
SET TASK_NAME=BGInfo_Refresh
ECHO Remove BGInfo Scheduler Task.
REM Delete the task if a task with the same name already exists
schtasks.exe /delete /tn %TASK_NAME% /F
ECHO Done.
REM pause | 5,577 |
the-stack-v2-dedup | Batchfile | lib\FluentMigrator.Console.exe /db sqlserver /connection "Data Source=localhost;Initial Catalog=FluentMigrator;Integrated Security=True" /target "src/FluentMigrator-Sample.Migrations/bin/Debug/FluentMigrator-Sample.Migrations.dll"
REM /workingdirectory "seed_data"
pause | 5,578 |
the-stack-v2-dedup | Batchfile | @echo off
%~dp0\bin\ruby.exe %~dp0\src\bin\gtfo.rb %* | 5,579 |
the-stack-v2-dedup | Batchfile | for %%a in ("../downloads/*.m4a") do ffmpeg -y -i "../downloads/%%~na.m4a" -acodec libmp3lame -ab 128k "../downloads/%%~na.mp3"
pushd %~dp0
cd /d "..\downloads"
FOR %%b IN ("*.m4a") do DEL "%%~nb.m4a"
popd | 5,580 |
the-stack-v2-dedup | Batchfile | docker docker rmi -f pythoncode | 5,581 |
the-stack-v2-dedup | Batchfile | @REM call deployit.cmd
plink -P 10022 root@localhost -pw "" "/media/internal/socket_plugin"
| 5,582 |
the-stack-v2-dedup | Batchfile | @echo off
:: start help with "rclean --help"
SET args=%*
Rscript %~dp0/../bin/rclean %args%
| 5,583 |
the-stack-v2-dedup | Batchfile | D:\BOUNTY\BH.EXE
| 5,584 |
the-stack-v2-dedup | Batchfile | echo on
cd book
java CopyFileUsingByteStream
pause | 5,585 |
the-stack-v2-dedup | Batchfile | /opt/MentorGraphics/modeltech/bin/vlib /home/dmonk/Firmware/DTC-firmware/DTC-front/DTC-front.cache/compile_simlib/modelsim/xlslice_v1_0_1
/opt/MentorGraphics/modeltech/bin/vmap xlslice_v1_0_1 /home/dmonk/Firmware/DTC-firmware/DTC-front/DTC-front.cache/compile_simlib/modelsim/xlslice_v1_0_1
/opt/MentorGraphics/modeltech... | 5,586 |
the-stack-v2-dedup | Batchfile | REM ******** set the variables ************
call "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat"
call "C:\Program Files\Microsoft Visual Studio 10.0\VC\vcvarsall.bat"
REM ******* compile all the sources ***************
cl /c /MP3 /I../../CoolProp /EHsc /DCOOLPROP_LIB /D"CONVENTION=__cdecl" ../..... | 5,587 |
the-stack-v2-dedup | Batchfile | @echo off
set /a j=10
for /L %%i in (1,1,%j%) do (
start /B php artisan schedule:run > NUL 2>&1
timeout 30
)
| 5,588 |
the-stack-v2-dedup | Batchfile | @echo off
cd %~dp0
:BUILD
call ndk-build V=0 NDK_DEBUG=0
echo f|xcopy D:\CoreSDK\trunk\libs\armeabi-v7a\libconvert.so D:\03Android\sea-monster-video\libs\armeabi-v7a\libconvert.so /Y
echo f|xcopy D:\CoreSDK\trunk\libs\armeabi-v7a\libconvert.so D:\03Android\animation-everfrost-engine\libs\armeabi-v7a\libconvert.so /Y
ec... | 5,589 |
the-stack-v2-dedup | Batchfile | cd ..\src\parent
call mvn clean install
cd ..\..
pause | 5,590 |
the-stack-v2-dedup | Batchfile | ::..............................................................................
::
:: This file is part of the Jancy toolkit.
::
:: Jancy is distributed under the MIT license.
:: For details see accompanying license.txt file,
:: the public copy of which is also available at:
:: http://tibbo.com/downloads/a... | 5,591 |
the-stack-v2-dedup | Batchfile | set CURL_SSL_ENGINE=%2
if %CURL_SSL_ENGINE% == winssl (set CURL_SSLCMAKE=-DCMAKE_USE_OPENSSL=OFF -DCMAKE_USE_LIBSSH2=OFF -DCMAKE_USE_SCHANNEL=ON -DCURL_WINDOWS_SSPI=ON)
if %CURL_SSL_ENGINE% == openssl (set CURL_SSLCMAKE=-DCMAKE_USE_OPENSSL=ON -DCMAKE_USE_LIBSSH2=ON -DCMAKE_USE_WINSSL=OFF -DOPENSSL_ROOT_DIR=%PATH_INST... | 5,592 |
the-stack-v2-dedup | Batchfile |
@echo off
D:
entry.exe
entry.exe /r
dmmic.exe
dos32a.exe le.exe
rem cd dpmi
rem dpmione pro=dpmione.pro
rem cd ..
vdebug debuggee.exe
mdebug debuggee.exe
switcher
a:
| 5,593 |
the-stack-v2-dedup | Batchfile | @echo off
setlocal
cd %~dp0
set ARCH=x64
set SCRIPT_DIR=%CD%
set OPENBLAS_ROOT=%SCRIPT_DIR%\..\openblas
goto :main
:echo_y
echo [93m%*[0m
goto :eof
:echo_r
echo [91m%*[0m
goto :eof
:check_install
set CMD=%~1
set PKG=%~2
rem check command
where %CMD% >nul 2>&1
if %errorlevel% equ 0 ... | 5,594 |
the-stack-v2-dedup | Batchfile | REM Acinetobacter_baumannii
if not exist Acinetobacter_baumannii.gc.xlsx goto skipAcinetobacter_baumannii
perl d:/wq/Scripts/alignDB/stat/gc_chart_factory.pl --add_trend 1 -i Acinetobacter_baumannii.gc.xlsx
:skipAcinetobacter_baumannii
REM Actinobacillus_pleuropneumoniae
if not exist Actinobacillus_pleuropneumoniae.g... | 5,595 |
the-stack-v2-dedup | Batchfile | @echo off
REM Setup VIAME Paths (no need to set if installed to registry or already set up)
set VIAME_INSTALL=.\..\..
CALL "%VIAME_INSTALL%\setup_viame.bat"
REM Setup Settings
SET input_folder=training_data
SET output_folder=training_output
SET data_type=".png"
SET gpu_id=0
REM YOLO (Darknet) settings
REM SET com... | 5,596 |
the-stack-v2-dedup | Batchfile | REM copy files from modules folder to php ext folder.
REM copy php.ini to php install folder
xcopy "..\putmoduleshere\*.*" "%PROGRAMFILES(X86)%\PHP\v5.3\ext"
REM echo extension=php_azure.dll >> "%PROGRAMFILES(X86)%\PHP\v5.3\php.ini"
| 5,597 |
the-stack-v2-dedup | Batchfile | call "C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\Tools\VsDevCmd.bat"
call nmake %*
| 5,598 |
the-stack-v2-dedup | Batchfile | @echo off
Start "" "%ProgramFiles%\Internet Explorer\iexplore.exe" "https://secure.logmeinrescue.com/account/login" | 5,599 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.