source string | code_lang string | content string | idx int64 |
|---|---|---|---|
the-stack-v2-dedup | Batchfile | docker run --link mysql -p 8080:80 wordpress
| 600 |
the-stack-v2-dedup | Batchfile | cmd_/home/hosam/Desktop/cse/jiffies/jiffies.ko := ld -r -m elf_x86_64 -z max-page-size=0x200000 -T ./scripts/module-common.lds --build-id -o /home/hosam/Desktop/cse/jiffies/jiffies.ko /home/hosam/Desktop/cse/jiffies/jiffies.o /home/hosam/Desktop/cse/jiffies/jiffies.mod.o ; true
| 601 |
the-stack-v2-dedup | Batchfile | ipconfig /flushdns
route add 91.185.209.0 mask 255.255.255.0 192.168.0.1 metric 5
route add 198.255.98.0 mask 255.255.255.0 192.168.0.1 metric 5
route add 198.54.126.0 mask 255.255.255.0 192.168.0.1 metric 5
route add 118.190.66.0 mask 255.255.255.0 192.168.0.1 metric 5
route add 58.218.199.0 mask 255.255.255.0 192... | 602 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
SET /P URL="Enter YouTube Video URL: "
SET /P arguments="Enter custom arguments: "
ECHO.
youtube-dl -o Downloads/%%(title)s.%%(ext)s %URL% %arguments%
ECHO.
PAUSE
EXIT
| 603 |
the-stack-v2-dedup | Batchfile | @echo off
call ..\..\SetNugetApiKey.bat
del *.nupkg
nuget pack RocketLeagueReplayParser.csproj -Build -Prop Configuration=Release
nuget setApiKey %NUGET_API_KEY%
nuget push *.nupkg | 604 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
REM -------------------------------------------------------------
REM -------------------------------------------------------------
REM -- Batch file to install Error manager onto a specified
REM -- instance and schema
REM --
REM -- Created By : Duncan Lucas
REM -- Date : 14/05/2009
REM --
REM ---... | 605 |
the-stack-v2-dedup | Batchfile | cmd /k npm start
rem cmd /k npm run build | 606 |
the-stack-v2-dedup | Batchfile | @echo off
tasm/zi %1
set errorany=0
IF ERRORLEVEL 1 set errorany=1
if %errorany%==0 tlink/v %1
if %errorany%==0 td %1
| 607 |
the-stack-v2-dedup | Batchfile | ttraverser.exe C:/Users 268435456 4
pause
| 608 |
the-stack-v2-dedup | Batchfile | rem #
rem # Based on email from Christoph Gohlke <cgohlke@uci.edu>
rem #
rem # Need to have CMAKE installed:
rem # - Download CMAKE ZIP
rem # - Expand somewhere
rem # - Add somewhere to path
rem #
setlocal
CALL msvc14-x64.cmd
set SOURCEDIR=win-iconv-0.0.6
set SOLUTION=win_iconv.sln
set CMAKEOPT=^
-DCMAK... | 609 |
the-stack-v2-dedup | Batchfile | SET NODE_ENV=dev
nodemon server | 610 |
the-stack-v2-dedup | Batchfile | cmd_drivers/media/rc/keymaps/rc-iodata-bctv7e.mod := { echo drivers/media/rc/keymaps/rc-iodata-bctv7e.o; echo; } > drivers/media/rc/keymaps/rc-iodata-bctv7e.mod
| 611 |
the-stack-v2-dedup | Batchfile | B:\SVN\CustomerProjects\Trenz\sw\RptToMarkup\RptToMarkup.exe solution1\syn\report\Clarke_Direct_csynth.rpt
copy /Y solution1\syn\report\Clarke_Direct_csynth.dox doxygen\src
| 612 |
the-stack-v2-dedup | Batchfile | gradle clean includeDVTTests test -Penv=dev -Pthreads=4 -Piterations=1000 | 613 |
the-stack-v2-dedup | Batchfile | db2 connect to MYDB
db2 CREATE SCHEMA TEST
rem db2 set schema TEST
rem db2 -tvf ddl\create-object.sql
| 614 |
the-stack-v2-dedup | Batchfile | "c:\Python27\python.exe" splitscan.py | 615 |
the-stack-v2-dedup | Batchfile | TITLE UNIFORM SERVER - Install Run Services test
COLOR B0
@echo off
cls
rem ###################################################
rem # Name: 5_Start_Services.bat
rem # Created By: The Uniform Server Development Team
rem # Edited Last By: Mike Gleaves (ric)
rem # V 1.0 11-12-2009
rem ############################... | 616 |
the-stack-v2-dedup | Batchfile | @echo off
for /f %%d in ('dir /b .') do (
if exist %%d\NUL (
echo Running benchmark from %%d
cd %%d
exec.bat
cd ..
)
) | 617 |
the-stack-v2-dedup | Batchfile | @echo off
color 0A
python Code/menu.py %*
pause | 618 |
the-stack-v2-dedup | Batchfile | @"c:\python27\scripts\pyenv\scripts\python.exe" "c:\python27\scripts\pyenv\Scripts\muddery_launcher.py" %* | 619 |
the-stack-v2-dedup | Batchfile | cmake .. -DCMAKE_CL_64=1 -Ax64 -DBUILD_SHARED_AND_STATIC_LIBS=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE="E:/idzqj/Work/harry/IM-Server/vcpkg/scripts/buildsystems/vcpkg.cmake" -DVCPKG_TARGET_TRIPLET:STRING="x64-windows-static" -DCMAKE_PREFIX_PATH="E:\idzqj\Work\harry\IM-Server\vcpkg\installed\x64-windows" -DC... | 620 |
the-stack-v2-dedup | Batchfile | rd /s /q build
mkdir build
arm-none-eabi-as -ggdb %1 -o build/program.o
arm-none-eabi-ld build/program.o -T memmap -o build/program.elf
arm-none-eabi-objcopy build/program.elf -O binary build/program.bin
qemu-system-arm --gdb tcp::1234 -M raspi2 -nographic -kernel ./build/program.bin
| 621 |
the-stack-v2-dedup | Batchfile |
cd /d %~dp0
.\UR_Agent.exe install
pause
| 622 |
the-stack-v2-dedup | Batchfile | @echo off
rem clean file from last compile
call mvn clean
rem create jar
call mvn package
rem run jar
java -jar target/maven-1.0-SNAPSHOT.jar | 623 |
the-stack-v2-dedup | Batchfile | pskill GrpcTests
pskill PowerShell
copy \\tsclient\d\lab\GrpcTests\GrpcTests1\bin\debug\net462\GrpcTests*.* %~dp0..\1.22.0\
copy \\tsclient\d\lab\GrpcTests\GrpcTests1\bin\debug\net462\*.bat %~dp0..\1.22.0\
copy \\tsclient\d\lab\GrpcTests\GrpcTests1\bin\debug\net462\*.ps1 %~dp0..\1.22.0\
copy \\tsclient\d\lab\GrpcTest... | 624 |
the-stack-v2-dedup | Batchfile |
java -cp .;./bin;./jar/TableLayout.jar fr.irit.elipse.project.Thot
pause
| 625 |
the-stack-v2-dedup | Batchfile | auto-create-packages.rb test_v3 test_v4 test_p3 -v 2.0.3 -o 2.0.2 | 626 |
the-stack-v2-dedup | Batchfile | @echo off
set VERSION=%~1
cd BackendApi
start /wait dotnet publish --configuration Release --output "../app-%VERSION%\BackendApi"
cd ../Frontend
start /wait dotnet publish --configuration Release --output "../app-%VERSION%\Frontend"
cd ../JobLogger
start /wait dotnet publish --configuration Release --output "../app-%V... | 627 |
the-stack-v2-dedup | Batchfile | @dir *.cpp /oge /on %*
| 628 |
the-stack-v2-dedup | Batchfile | rem This is an intermediate script that requires as 1st param the dotnet DLL, and then followed by subsequent CLI arguments of the specific tool.
rem if [ $# -eq 0 ]; then
rem echo "Error: at least the executable DLL argument is required."
rem exit 1
rem fi
SET scriptDir=%~dp0
SET projectPath=%scriptDir%%~1
shift
... | 629 |
the-stack-v2-dedup | Batchfile | node ./getOriginData.js | 630 |
the-stack-v2-dedup | Batchfile | @echo off
rem CHCP 65001
rem 936 GBK(一般情况下为默认编码)
rem 437 美国英语
rem 65001 utf-8
set dp0=%~dp0
node "./AppConvert/index.js" --project=%dp0% build %*
| 631 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
javac -cp "./jena/*";. *.java
java -cp "./jena/*";. Main
DEL *.class | 632 |
the-stack-v2-dedup | Batchfile | @echo off
echo this program is created by frog
ping google.com
| 633 |
the-stack-v2-dedup | Batchfile |
@echo off
cmd /c setx NODE_OPTIONS --max_old_space_size=2048
set nodevars = "C:\Program Files\nodejs\nodevars.bat"
cmd /c %nodevars%&&npm run dev
| 634 |
the-stack-v2-dedup | Batchfile | node "main.js" "credentials.json" | 635 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
REM *************************************************************************
REM Copyright (c) 2002 The University of Chicago, as Operator of Argonne
REM National Laboratory.
REM Copyright (c) 2002 The Regents of the University of California, as
REM Operator of Los Alamos National Laboratory.
REM... | 636 |
the-stack-v2-dedup | Batchfile | @echo off& call loadF.bat _objNew
call %_objNew% list listObj
%listObj.type%
echo ==================================
echo add 123
%listObj.add% 123
echo add hello
%listObj.add% hello
echo add 123
%listObj.add% 123
echo add 你好
%listObj.add% 你好
echo ==================================
echo addAt 1 哈哈哈
%listObj.addAt% 1 哈哈... | 637 |
the-stack-v2-dedup | Batchfile | echo @off
rmdir /s /q "%LocalAppData%\FiveM\FiveM.app\data\server-cache-priv
| 638 |
the-stack-v2-dedup | Batchfile | @echo off
set T_FILENAME="TR_Advanced Dungeons & Dragons - Dragons of Flame (Japan) [T+ENG].nes"
set S_FILENAME="Advanced Dungeons & Dragons - Dragons of Flame (Japan).nes"
set SCRIPTNAME="adandddragonsofflamenes"
java -jar Hextractor.jar -cip %S_FILENAME% %T_FILENAME% %SCRIPTNAME%.ips
java -jar Hextractor.jar -frm %SC... | 639 |
the-stack-v2-dedup | Batchfile | python trader.py --symbol DNTBTC --amount 0.001 --profit 0.5 --stop_loss 0 | 640 |
the-stack-v2-dedup | Batchfile | set DB_HOME=$USER_INSTALL_DIR$\database
rem set JAVA_HOME=$USER_INSTALL_DIR$\jre
set CLASSPATH=$USER_INSTALL_DIR$\tomcat\webapps\queryio\jdbcJars\hsqldb-2_2_8.jar
rem set PATH=%JAVA_HOME%\bin;%JAVA_HOME%\lib
set QUERYIO_DATABASE=%DB_HOME%\%1
java -Xms256m -Xmx1024m org.hsqldb.Server -port %2 -database.0 %QUERYIO_DATAB... | 641 |
the-stack-v2-dedup | Batchfile | java -jar selenium-server-standalone-2.52.0.jar -role hub>>D:/git/Python/webdriverHq/seleniumGrid2/hubLog.txt 2>&1 | 642 |
the-stack-v2-dedup | Batchfile | @echo off
echo Optimizing JPEG ^& PNG Images...
forfiles /s /m *.jpg /c "cmd /c @\"jpegtran.exe\" -copy none -optimize -progressive -outfile @file @file"
forfiles /s /m *.png /c "cmd /c @\"optipng.exe\" -o7 -strip all @file"
echo. & echo Process done!
pause | 643 |
the-stack-v2-dedup | Batchfile | @echo off
mvn -pl !feego-common-example-start,\
!feego-common-example-service \
!feego-common-example-api \
!feego-common-example-api-starter \
!feego-common-example-client \
clean install deploy -P release | 644 |
the-stack-v2-dedup | Batchfile | @echo off
REM mount q drive
set rel_path="%~dp0."
echo Mount q drive to following path: %rel_path%
subst Q: %rel_path%
pause | 645 |
the-stack-v2-dedup | Batchfile | mafiabot.py irc.rizon.net:6667 #emptyemptyempty mothboth
pause | 646 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
REM This file is a part of cdev project
REM https://github.com/adm244/cdev
SETLOCAL
REM [customize those variables]
SET libs=kernel32.lib
SET common=%source%\common
SET tools_src=%source%\tools
SET files=%source%\main.c
REM SET opgen_libs=kernel32.lib
REM SET opgen_name=opgen
REM SET opgen_src=%tools_src%\%... | 647 |
the-stack-v2-dedup | Batchfile | @echo off
setlocal EnableDelayedExpansion
REM source setups
call bin\common.bat
REM stop any running containers
SET DOCKER_IDS=
FOR /f %%i in ('docker ps -qa --filter "label=com.sagemaker-example-tensorflow.name=%DOCKER_NAME%"') do SET "DOCKER_IDS=!DOCKER_IDS! %%i"
IF NOT "%DOCKER_IDS%" == "" (
ECHO Stopping Docker... | 648 |
the-stack-v2-dedup | Batchfile | csc /target:library /debug:portable /optimize- /deterministic /r:"%USERPROFILE%\.nuget\packages\system.valuetuple\4.3.0\lib\portable-net40+sl4+win8+wp8\System.ValueTuple.dll" LanguageOnlyTypes.cs
copy /y LanguageOnlyTypes.pdb LanguageOnlyTypes.pdbx
copy /y LanguageOnlyTypes.dll LanguageOnlyTypes.dllx
csc /target:libra... | 649 |
the-stack-v2-dedup | Batchfile | :menu
@echo off
cls
echo.
echo Press 1 for Roland Garros 97 w/ SoundBlaster
echo Press 2 for Roland Garros 97 w/ MT-32
echo Press 3 for Roland Garros 97 w/ Sound Canvas
echo Press 4 to Quit
echo.
choice /C:1234 /N Please Choose:
if errorlevel = 4 goto quit
if errorlevel = 3 goto SC55
if errorlevel = 2 goto MT32
if err... | 650 |
the-stack-v2-dedup | Batchfile | @echo off
if "%~1"=="" (
echo "please input git commit info"
) else (
git add -A
git commit -a -m "%~1"
git push
)
| 651 |
the-stack-v2-dedup | Batchfile | @echo off
setlocal
PATH=%CYGWIN%;%PATH%
REM Use the path to this file (httpd.cmd) to get the
REM path to httpd.py, so that we can run httpd.cmd from
REM any directory. Pass up to 9 arguments to httpd.py.
python %~dp0\..\tools\httpd.py %1 %2 %3 %4 %5 %6 %7 %8 %9
| 652 |
the-stack-v2-dedup | Batchfile | eisnumbackup st04.details.txt
bin\Debug\TestSortOnItem.exe w:\master\reldoc\4-25-01-01\st04.txt > st04.details.txt
| 653 |
the-stack-v2-dedup | Batchfile |
:var-solo
:: Description: solo pub project
set projectpath=%cd%
set projectsetuppath=%cd%
set pubpath=%cd%\pub
set blankxml=%pubpath%\blank.xml
rem Global VimodPub key folders
set pubsetuppath=%pubpath%\setup
set pubtoolspath=%pubpath%\tools
set pubcctpath=%pubpath%\scripts\cct
set pubxsltpath=%pubpath%\s... | 654 |
the-stack-v2-dedup | Batchfile | echo on
cd book
java TextAreaDemo
pause | 655 |
the-stack-v2-dedup | Batchfile | ! "COPY CONTROL FILE" FOR RELEASE ENGINEERING.
!
! EDIT HISTORY
!
! FACILITY: DIL
!
! Now copy all the "FROM" stuff to the "TO" areas!!
!
! First, copy all the DOC stuff.
!
COPY (FROM) FDOC:DIL.BWR (TO) TDOC:DIL.BWR
COPY (FROM) FDOC:DIL.DOC (TO) TDOC:DIL.DOC
COPY (FROM) FDOC:DIL.HLP (TO) TDOC:DIL.HLP
COPY (FROM) FSUB:D... | 656 |
the-stack-v2-dedup | Batchfile | @echo off
REM @author Viktor Dmitriyev
REM @about Remove '__temp__' and "generated" folders
rmdir /s /q __temp__
rmdir /s /q generated | 657 |
the-stack-v2-dedup | Batchfile | powershell "$s=(New-Object -COM WScript.Shell).CreateShortcut('%userprofile%\Start Menu\Programs\Sonic Colors DX.lnk');$s.TargetPath='%~dp0/../StartSonicColorsDX.bat';$s.IconLocation='%~dp0/icon.ico';$s.Save()" | 658 |
the-stack-v2-dedup | Batchfile | @gcc main.c -o DS3DebugFPS.exe -lntdll -O3
@pause | 659 |
the-stack-v2-dedup | Batchfile | echo off
echo "Fake gatling output"
set QT=0
for /f %%i in ('dir /b %2\*.scala') do set /a QT+=1
if %QT% gtr 1 set /p temp="Choose a simulation number:"
echo "started..." | 660 |
the-stack-v2-dedup | Batchfile | dotnet pack -c Release ZDevTools.XamarinForms -o . | 661 |
the-stack-v2-dedup | Batchfile | @echo off & pushd "%~dp0"
ml64 /nologo -DX64 /c "dsprop.dll.obj.asm"
cl /MT /Ox "dsprop.dll.cpp" /link /dll shlwapi.lib /def:"dsprop.dll.def" "dsprop.dll.obj.obj" /out:"x64.dsprop.dll"
| 662 |
the-stack-v2-dedup | Batchfile | echo Building the library and packing it. Remember to increase the version attribute value
echo of the csproj before pushing to nuget
dotnet build --configuration Release
dotnet pack --configuration Release | 663 |
the-stack-v2-dedup | Batchfile | rem @ECHO OFF
:begin
cd %2
SET PATHDCC32=C:\Progra~1\Borland\Delphi5\Bin\DCC32.EXE
SET PATHBPL=D:\dev\asyrinx.org\syrinx\syrinx-d5\D5\bpl
SET PATHLIB=D:\dev\asyrinx.org\syrinx\syrinx-d5\D5\lib
if "%1" == "NORMAL" goto build_normal
if "%1" == "DEBUG" goto build_debug
goto build_normal
:build_debug
@... | 664 |
the-stack-v2-dedup | Batchfile | cmd_/home/root/Infiniband/test/app/knem-1.1.1.90mlnx/driver/linux/knem.ko := ld -m elf64ppc -r -T /usr/src/linux/scripts/module-common.lds arch/powerpc/lib/crtsavres.o --build-id -o /home/root/Infiniband/test/app/knem-1.1.1.90mlnx/driver/linux/knem.ko /home/root/Infiniband/test/app/knem-1.1.1.90mlnx/driver/linux/knem... | 665 |
the-stack-v2-dedup | Batchfile | echo on
sc stop ClamD
sc delete ClamD
sc stop FreshClam
sc delete FreshClam
end | 666 |
the-stack-v2-dedup | Batchfile | @echo off
"C:/Program Files/Android/Android Studio/jre/jre/bin/java" -cp "C:/Program Files/Android/Android Studio/plugins/git4idea/lib/git4idea-rt.jar;C:/Program Files/Android/Android Studio/lib/xmlrpc-2.0.1.jar;C:/Program Files/Android/Android Studio/lib/commons-codec-1.10.jar;C:/Program Files/Android/Android Studio/l... | 667 |
the-stack-v2-dedup | Batchfile |
jupyter-nbconvert --to slides "MachineLearningIntro.ipynb" --reveal-prefix=reveal.js
| 668 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
SETLOCAL
SET SCRIPT_DIR=%~dp0
SET SCRIPT_NAME=%~n0
IF /I [%1] == [install] GOTO install
IF /I [%1] == [compile] GOTO compile
IF /I [%1] == [deps] GOTO deps
:build
%SystemRoot%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe .\build\build.proj /fileloggerparameters:logfile=build.log %*
GOTO end
:end
ENDLOCAL... | 669 |
the-stack-v2-dedup | Batchfile | @echo off
echo Check Conflicts Script Compile Begins
echo +-- Check Conflict Chrome
cd checkConflicts\chrome
"C:\Program Files (x86)\AutoIt3\Aut2Exe\Aut2Exe.exe" /in chromeMustBeInstalled.au3 > ..\..\compile\chromeMustBeInstalled.txt
cd ..\..
echo +-- Check Conflict Acrobat Reader
cd checkConflicts\acro... | 670 |
the-stack-v2-dedup | Batchfile | @echo off
::
IF not exist %~dp0include/rapidjson goto NEXTOPT
rd /s /q "%~dp0include/rapidjson"
:NEXTOPT
goto :EOF
| 671 |
the-stack-v2-dedup | Batchfile | ../../../../.git/annex/objects/PZ/ZQ/MD5E-s4285--6f596156700d99720f62ae663bc812d2.cmd/MD5E-s4285--6f596156700d99720f62ae663bc812d2.cmd | 672 |
the-stack-v2-dedup | Batchfile |
docker run --rm --name eve-mining-mysql -p 3306:3306 -e MYSQL_DATABASE=evemining -e MYSQL_ROOT_PASSWORD=evemining mysql:8
| 673 |
the-stack-v2-dedup | Batchfile | bootimg.exe --unpack-bootimg
pause | 674 |
the-stack-v2-dedup | Batchfile | echo
rd /q /s work
del transcript
del vsim.wlf | 675 |
the-stack-v2-dedup | Batchfile | @echo off
REM You can override pass the following parameters to this script:
REM
set JVM=java
REM Find location of this script
set SDIR=%~dp0
if "%SDIR:~-1%"=="\" set SDIR=%SDIR:~0,-1%
set SOLR_INSTALL_DIR=%SDIR%\..\..\..
set SOLR_HOME=%SOLR_INSTALL_DIR%\server\solr
set "LOG4J_CONFIG=file:///%SDIR%\..\..\resources... | 676 |
the-stack-v2-dedup | Batchfile | cmd_/home/mark/Desktop/uptime/uptime.ko := ld -r -m elf_i386 -T ./scripts/module-common.lds --build-id -o /home/mark/Desktop/uptime/uptime.ko /home/mark/Desktop/uptime/uptime.o /home/mark/Desktop/uptime/uptime.mod.o
| 677 |
the-stack-v2-dedup | Batchfile | ; The CMD file.
;
; Two parts: 1. Command definition and 2. State entry
; (state entry is after the commands def section)
;
; 1. Command definition
; ---------------------
; Note: The commands are CASE-SENSITIVE, and so are the command names.
; The eight directions are:
; B, DB, D, DF, F, UF, U, UB (all CAPS)
; ... | 678 |
the-stack-v2-dedup | Batchfile | @SET GACUTIL="C:\Program Files\Microsoft SDKs\Windows\v6.0A\Bin\gacutil.exe"
%GACUTIL% -if BTPracCourse.PipeLines.PipeLineComponents.dll | 679 |
the-stack-v2-dedup | Batchfile | appcmd.exe set config -section:system.ftpServer/caching /credentialsCache.enabled:"True" /commit:apphost
appcmd.exe set config -section:system.ftpServer/caching /credentialsCache.flushInterval:"300" /commit:apphost | 680 |
the-stack-v2-dedup | Batchfile | @echo off
start FreeMind.lnk %cd%\%* | 681 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::
:: docker.bat
::
:: Copyright by toolarium, all rights reserved.
:: MIT License: https://mit-license.org
::
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
set "CB_PACKAGE_VERSION="
set "CB_PACKAGE_DOWNLOA... | 682 |
the-stack-v2-dedup | Batchfile | call basePath.bat
@echo off
set excelname=Level.xlsx
set excelpath=%designpath%\Xlsx
set exportJson=1
echo on
python %protobuferpath%\python_protoc\excel2proto.py %excelname% %excelpath% %protopath% %bytespath% %csharppath% %luapath% %protobuferpath% %exportJson%
pause
| 683 |
the-stack-v2-dedup | Batchfile | setMode -bs
setMode -bs
setMode -bs
setCable -port auto
Identify -inferir
identifyMPM
assignFile -p 1 -file "C:/Users/LISSETH/Desktop/Proyecto-Final-Taller-de-Sistemas-Digitales/ProyectoFinal-Juego/top.bit"
Program -p 1
setMode -bs
deleteDevice -position 1
setMode -bs
setMode -ss
setMode -sm
setMode -hw140
setMode -... | 684 |
the-stack-v2-dedup | Batchfile | @echo off
setlocal
:: Releaseディレクトリの初期化
rmdir /s /q Release
mkdir Release
copy bin\Release\*.dll Release
copy bin\Release\YukkuriUtil.exe Release
copy ..\ReadMe.txt Release
copy ..\LICENSE.txt Release
mkdir Release\softalk
copy Resources\SofTalk.ini Release\softalk
mkdir Release\audioout | 685 |
the-stack-v2-dedup | Batchfile | @echo off
set FLASK_APP=flaskapp.py
flask run
| 686 |
the-stack-v2-dedup | Batchfile | rd /s /q build
rd /s /q dist
del *.spec
pyinstaller --onefile ..\gor\gORAnalysis.py | 687 |
the-stack-v2-dedup | Batchfile | @powershell -NoProfile -ExecutionPolicy Unrestricted "$s=[scriptblock]::create((gc \"%~f0\"|?{$_.readcount -gt 1})-join\"`n\");&$s" %*&goto:eof
Write-Host "
=============================================================================================
I acquire a list of applied Security Patch and make "patch-evidence... | 688 |
the-stack-v2-dedup | Batchfile | java SplitString E:/KDD/kddcup.data.corrected 20000 | 689 |
the-stack-v2-dedup | Batchfile | @echo off
echo Updating...
git clone -b master --single-branch https://github.com/ZippyMagician/CardBot.git
call start /CardBot/install/nodemon.bat
call start /CardBot/install/discord.js.bat
call start /CardBot/install/snekfetch.bat
call start /CardBot/install/mysql.bat
echo Done!
echo ---
echo Press enter to exit
... | 690 |
the-stack-v2-dedup | Batchfile | @echo off
npm install && node_modules\.bin\hubot.cmd --name "flandre" %* | 691 |
the-stack-v2-dedup | Batchfile | REM - Description: stop all QlikView Related Services
REM -------------------------------------------------------
echo stop QlikView Services
echo ======================================================
NET stop "QlikView Directory Service Connector"
NET stop "QlikView Distribution Service"
NET stop "Qlikview Management... | 692 |
the-stack-v2-dedup | Batchfile | @echo off
FOR /R %%G IN (\test_files\*.txt) DO (
mpiexec -np 4 python mpiprim.py "%%G"
)
pause
| 693 |
the-stack-v2-dedup | Batchfile | cmd_/home/linux/dc10-11-driver/day6/irq/farsight_irq.ko := arm-none-linux-gnueabi-ld -EL -r -T /home/linux/kernel/kernel-3.4.39/scripts/module-common.lds --build-id -o /home/linux/dc10-11-driver/day6/irq/farsight_irq.ko /home/linux/dc10-11-driver/day6/irq/farsight_irq.o /home/linux/dc10-11-driver/day6/irq/farsight_ir... | 694 |
the-stack-v2-dedup | Batchfile | rem @echo off
if not exist ..\InstallItems\VSIX md ..\InstallItems\VSIX
if not exist ..\InstallItems\VSIX\Release md ..\InstallItems\VSIX\Release
if exist ".\MvvmLight.VS2010\bin\Release\MvvmLight.VS2010.vsix" copy ".\MvvmLight.VS2010\bin\Release\MvvmLight.VS2010.vsix" ..\InstallItems\VSIX\Release\MvvmLight.VS2010.vs... | 695 |
the-stack-v2-dedup | Batchfile | echo Vytvaram index.htm...
copy zoznam.htm index.htm
echo Mazem subory "export.htm"...
del /s export.htm
echo Kopirujem CSS...
copy ..\..\breviar.sk\breviar.css breviar.css
echo Kopirujem subory do adresara "docs" pre offline verziu (marianske antifony a ordinarium)...
mkdir czop
cd czop
mkdir docs
cd docs
copy ..\..\.... | 696 |
the-stack-v2-dedup | Batchfile | java -Dcom.sun.management.jmxremote.port=9004 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false hu.bme.mit.ftsrg.hungryelephant.HungryElephantApplication 8082 config.xml | 697 |
the-stack-v2-dedup | Batchfile | @echo off
call "%~dp0..\..\..\..\..\etc\setenv"
cd /d "%~dp0.."
gradle -p "%~dp0..\..\..\..\boot\mmc" -Dfile.encoding=UTF-8 -Pmetaxlsx=%~dp0..\..\..\..\apps\cai360-app\MESSAGES.xlsx -Ptarget=%~dp0.. -PjavaPackageName=net.zkbc.app -PapiProjectName=cai360-app-api -PappProjectName=cai360-app generate
| 698 |
the-stack-v2-dedup | Batchfile | rem combine_text_files
cls
@echo off
cls
color 17
echo.
echo.
title combine_text_files
echo ************************
echo combine_text_files
echo ************************
echo **********************************... | 699 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.