source string | code_lang string | content string | idx int64 |
|---|---|---|---|
the-stack-v2-dedup | Batchfile | cp ../README.md ./index.md
docfx docfx.json | 2,600 |
the-stack-v2-dedup | Batchfile | @echo off
copy srrstr.dll %userprofile%\Appdata\Local\Microsoft\WindowsApps\
SystemPropertiesHardware.exe | 2,601 |
the-stack-v2-dedup | Batchfile | spice3.exe -b xnor2.txt > xnor2_saida.txt
pause
grafer xnor2_saida.txt | 2,602 |
the-stack-v2-dedup | Batchfile | start "" "%~dp0../../Debug/AutoTester.exe" %~dp0../Tests/Extra/Team_8/source_std1.txt %~dp0../Tests/Extra/Team_8/std1_basic.txt %~dp0../Output/DebugOutput/extra-basic-out1.xml
start "" "%~dp0../../Debug/AutoTester.exe" %~dp0../Tests/Extra/Team_8/source_std1.txt %~dp0../Tests/Extra/Team_8/std1_adv.txt %~dp0../Output/Deb... | 2,603 |
the-stack-v2-dedup | Batchfile | @echo off
rem backward compatibility for python command-line users
"%WINPYDIR%\python.exe" main.py --ngs=28 --rep=1000000 %*
| 2,604 |
the-stack-v2-dedup | Batchfile | @echo off
rem
rem This script requires perl.exe
rem
cat %_NTDRIVE%%_NTROOT%\private\genx\windows\inc\winuser.w %_NTDRIVE%%_NTROOT%\private\ntos\w32\ntuser\inc\vkoem.h %_NTDRIVE%%_NTROOT%\private\genx\windows\inc\ime.w | perl vkeytbl.pl > vktbl.txt
| 2,605 |
the-stack-v2-dedup | Batchfile | ::node/install.bat
::src/install.bat
cd node & download.bat & install.bat & cd .. & cd promagen & install.bat & cd ..
| 2,606 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
python sar.py %1 %2
| 2,607 |
the-stack-v2-dedup | Batchfile | @echo off
@echo md2html.bat
set "RefLink=--reference-links"
//set "RefLink=--parse-raw"
IF %1.==. GOTO No1
IF %2.==. GOTO No1
IF %3.==. GOTO No1
@echo BlogSite Root = %1
set MEDIADIR=%1
@echo Source = %3
@echo Destination = %2
@echo Converting %1 to %2
IF %4.==. GOTO Start1
@echo Option Title = %4
GOTO Start2
:No... | 2,608 |
the-stack-v2-dedup | Batchfile | nmake -f Makefile.win32 clean
| 2,609 |
the-stack-v2-dedup | Batchfile | @echo off
taskkill /f /t /im winword.exe
taskkill /f /t /im excel.exe
taskkill /f /t /im wps.exe
:end
| 2,610 |
the-stack-v2-dedup | Batchfile | %~d0
cd %~dp0
java -Xms256M -Xmx1024M -Dfile.encoding=UTF-8 -cp .;../lib/routines.jar;../lib/dom4j-1.6.1.jar;../lib/jtds-1.3.1-patch.jar;../lib/log4j-1.2.16.jar;../lib/mysql-connector-java-5.1.30-bin.jar;../lib/talend_DB_mssqlUtil-1.2-20171017.jar;carga_mysql_0_1.jar; proyecto_bi.carga_mysql_0_1.carga_mysql %* | 2,611 |
the-stack-v2-dedup | Batchfile | mvn exec:java -Dexec.mainClass="org.lungen.deeplearning.net.generator.CharacterSequenceGeneratorSampler" -Dexec.args="net-java-code-20181130-100817-score-34.47.zip" | 2,612 |
the-stack-v2-dedup | Batchfile | pushd %~dp0..
node shared_compiler.js
popd | 2,613 |
the-stack-v2-dedup | Batchfile | @echo off
rem Based on kotlinc.bat from the Kotlin distribution
setlocal
call :set_home
if "%_KOTLIN_COMPILER%"=="" set _KOTLIN_COMPILER=org.jetbrains.kotlin.cli.jvm.K2JVMCompiler
if not "%JAVA_HOME%"=="" (
rem Prepend JAVA_HOME to local PATH to be able to simply execute "java" later in the script.
set "PATH=%J... | 2,614 |
the-stack-v2-dedup | Batchfile | CLS
ECHO OFF
REM Translate resources and write out full resource DLL
REM NOTE: Works only if you have no other RESX Resources
LocBaml.exe /generate en-US/WpfLocalizationLocBaml.resources.dll /trans:Res/de.csv /out:de /culture:de
pause | 2,615 |
the-stack-v2-dedup | Batchfile | @echo OFF
if exist bin\Release (
copy tools\* bin\Release
cd bin\Release
zip EditorHelper.zip *.dll *.bat *.js
)
| 2,616 |
the-stack-v2-dedup | Batchfile | PC.exe FILE=_DemoPcUsage.xml show-parameters=true
| 2,617 |
the-stack-v2-dedup | Batchfile | dotnet restore src/FunctionalQuotesApi
dotnet build src/FunctionalQuotesApi
dotnet restore tests/FunctionalQuotesApi.Tests
dotnet build tests/FunctionalQuotesApi.Tests
dotnet test tests/FunctionalQuotesApi.Tests
| 2,618 |
the-stack-v2-dedup | Batchfile | @echo off
setlocal
if not exist MakeBuildVer.bat cd ..
rem === Get the most recent tag matching our prefix ===
git describe --tags --match "RAIntegration.*" > Temp.txt
set /p ACTIVE_TAG=<Temp.txt
for /f "tokens=1,2 delims=-" %%a in ("%ACTIVE_TAG:~14%") do set VERSION_TAG=%%a&set VERSION_REVISION=%%b
if "%VERSION_REVI... | 2,619 |
the-stack-v2-dedup | Batchfile | .\node_modules\.bin\jshint 2>&1 | tee jshint.out
| 2,620 |
the-stack-v2-dedup | Batchfile | @echo off
IF "%~1" == "" GOTO PrintHelp
REM Build the project files
vendor\premake\premake5.exe %1
GOTO Done
:PrintHelp
echo.
echo Enter 'build.bat action' where action is one of the following:
echo.
echo clean Remove all binaries and intermediate binaries and project files.
echo code... | 2,621 |
the-stack-v2-dedup | Batchfile | cd C:\Users\rojin\eclipse-workspace\BestBuyAPI
mvn clean install | 2,622 |
the-stack-v2-dedup | Batchfile | ssh -i "E:\keyfile\gateway.pem" ubuntu@ec2-3-34-134-169.ap-northeast-2.compute.amazonaws.com | 2,623 |
the-stack-v2-dedup | Batchfile | ic960 -c -R -O2 -AKB copyrght.c
ic960 -c -R -O2 -AKB -I..\include dma.c
ic960 -c -R -O2 -AKB -I..\include time_qt.c
ic960 -c -R -O2 -AKB -I..\include flashlib.c
ic960 -c -R -O2 -AKB -I..\include prof_qt.c
ic960 -c -R -O2 -AKB ver960.c
asm960 -o eat_time.o eat_time.s
asm960 -o prof_isr.o prof_isr.s
asm960 -o qtasms.o qt... | 2,624 |
the-stack-v2-dedup | Batchfile | @echo off
setlocal
set parent_dir=%~dp0
powershell -c "Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process ; Import-Module -Name """%parent_dir%\VSEELicense.psd1""" ; Set-VSEELicenseExpirationDate"
echo.[32mReset Trial Successful.[0m
echo.Press any key to close the window.
pause >nul
exit /B 0
| 2,625 |
the-stack-v2-dedup | Batchfile | cmd_usr/include/linux/rtnetlink.h := sh ./scripts/headers_install.sh include/uapi/linux/rtnetlink.h usr/include/linux/rtnetlink.h
| 2,626 |
the-stack-v2-dedup | Batchfile | REM Helper file to generate MSVC build environment with cmake
REM Assign optimization options BMSSE42OPT or BMAVX2OPT
REM cmake -DBMOPTFLAGS:STRING=none ..
REM cmake -DBMOPTFLAGS:STRING=BMSSE42OPT ..
REM cmake -DBMOPTFLAGS:STRING=BMAVX2OPT ..
REM Generate Visual Studio project files
cmake .. -G "Visual Studio... | 2,627 |
the-stack-v2-dedup | Batchfile | ssh -i "myworkspace.pem" ubuntu@ec2-3-36-117-144.ap-northeast-2.compute.amazonaws.com | 2,628 |
the-stack-v2-dedup | Batchfile | @echo off
set /a _Debug=0
::=============================================================
:: Get Administrator Rights
fltmc 1>nul 2>nul || (
cd /d "%~dp0"
cmd /u /c echo Set UAC = CreateObject^("Shell.Application"^) : UAC.ShellExecute "cmd.exe", "/k cd ""%~sdp0"" && %~s0", "", "runas", 1 > "%temp%\GetAdmin.vb... | 2,629 |
the-stack-v2-dedup | Batchfile | set BUILD_CONFIG=Release
set PYTHON_LIBRARY=%PREFIX%\libs\python%PY_VER:~0,1%%PY_VER:~2,1%.lib
cd Samples\SampleCode
cmake . -G "NMake Makefiles" ^
-Wno-dev ^
-DPYTHON_INCLUDE_DIR:PATH="%PREFIX%/include" ^
-DPYTHON_LIBRARY:FILEPATH="%PYTHON_LIBRARY%" ^
-DINSTALL_PYTHON_MODULE_DIR:PATH="%SP_DIR%" ^
... | 2,630 |
the-stack-v2-dedup | Batchfile | del /S /P *.meta
pause | 2,631 |
the-stack-v2-dedup | Batchfile | flex lea.l
move/y lex.yy.c lex.c
yacc yea.y
move/y y.tab.c y.c
yacc -d yea.y
move/y y.tab.h y.h
echo "Delte enum..code form y.h ! Then press any key :D"
y.h
pause
cl y.c | 2,632 |
the-stack-v2-dedup | Batchfile | docker-compose -p newtest3 up -d | 2,633 |
the-stack-v2-dedup | Batchfile | start java -DassetsMode=dev -Xmx128m -Xms128m -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/tmp -jar target/assemble-0.9.0-SNAPSHOT.jar server src/main/resources/hz-ora-mongo.yml | 2,634 |
the-stack-v2-dedup | Batchfile | @REM #change current directory to this file
%~d0
cd %~dp0
git clone https://github.com/microsoft/vcpkg.git externals\vcpkg
call externals\vcpkg\bootstrap-vcpkg.bat
externals\vcpkg\vcpkg install fmt:x64-windows --recurse
externals\vcpkg\vcpkg install eastl:x64-windows --recurse
externals\vcpkg\vcpkg install imgui[sd... | 2,635 |
the-stack-v2-dedup | Batchfile | pushd %~dp0\..\AVZ\Projects\SysInfo\avz-avp
call _build.bat
copy avzkrnl.dll "%~dp0\%1"
popd
pushd %~dp0\..\AVZ\Projects\SysInfo\db_compile
call _build.bat
call avz_db_compile.bat
popd
| 2,636 |
the-stack-v2-dedup | Batchfile | #Created for USD 504 - Travis Beckwith
@ECHO OFF
start /min Node1.bat
ping localhost -n 1 > nul
start /min Node2.bat
ping localhost -n 1 > nul
start /min Node3.bat
ping localhost -n 1 > nul
start /min Node4.bat
ping localhost -n 1> nul
start /min Server1.bat
| 2,637 |
the-stack-v2-dedup | Batchfile | @echo off
net stop ScreenDNSClient
msiexec /x {20362CFF-B192-4D7D-8589-8AF91C488796} | 2,638 |
the-stack-v2-dedup | Batchfile | @echo off
echo Generating SSL certificate...
cd ..
scripts\openssl genrsa -out keys/privkey.pem 4096
pause
scripts\openssl req -new -key keys/privkey.pem -out keys/request.csr -config "scripts\openssl.cnf"
pause
scripts\openssl x509 -req -days 3650 -in keys/request.csr -signkey keys/privkey.pem -out keys/cert.pem
pause... | 2,639 |
the-stack-v2-dedup | Batchfile | cd c:\Users\mixai\Pictures\Backgrounds\
py get_new_backgrounds.py | 2,640 |
the-stack-v2-dedup | Batchfile | echo "Starting the training process..."
allennlp train .\experiments\name_classifier.json -s C:\Users\milin\Documents\LTAT.01.001-Natural-language-processing-2018-19-spring\homework4\output --include-package homework4
echo "Training complete!"
pause | 2,641 |
the-stack-v2-dedup | Batchfile | coffee --no-header -cb . || pause
| 2,642 |
the-stack-v2-dedup | Batchfile | panorama rdWarp ./mountains/1.tga ./mountains/goodimg_1.tga 595 0 0
panorama rdWarp ./mountains/2.tga ./mountains/goodimg_2.tga 595 0 0
panorama rdWarp ./mountains/3.tga ./mountains/goodimg_3.tga 595 0 0
panorama rdWarp ./mountains/4.tga ./mountains/goodimg_4.tga 595 0 0
panorama rdWarp ./mountains/... | 2,643 |
the-stack-v2-dedup | Batchfile | java -Xmx3072M -Xms3072M -jar spigot-1.16.5.jar nogui | 2,644 |
the-stack-v2-dedup | Batchfile | @echo off
REM Copyright (c) 2003 Wolfram Research, Inc. All rights
REM reserved.
REM
REM This is simply a demo of reusing the adjacent GUIKitApplication.bat script
REM to launch a specific user interface definition
if "%OS%"=="Windows_NT" @setlocal
.\GUIKitApplication.bat "Wolfram/Example/PrimeFi... | 2,645 |
the-stack-v2-dedup | Batchfile |
for /l %%x in (4, 1, 24) do (
for /l %%y in (1, 1, 5) do (
sbt "run %%x" > %%x_%%y.txt
)
)
| 2,646 |
the-stack-v2-dedup | Batchfile | @echo off
pushd %~dp0
if not exist bios.bin goto ERR_BNF
echo Creating BIOS backup.
if exist backup.bin del backup.bin
fptw -d backup.bin
if errorlevel 1 goto ERR_BCK
echo Removing capsule file header, if present.
fd44cpr -n backup.bin bios.bin
if errorlevel 2 goto ERR_CPR
echo Erasing and flashing Descriptor region fr... | 2,647 |
the-stack-v2-dedup | Batchfile | C:\Users\Ksenia\AppData\Local\Programs\Python\Python36\python.exe C:\Users\Ksenia\Downloads\chess-master\chess-master\main.py -noconsole | 2,648 |
the-stack-v2-dedup | Batchfile | @echo off
cd inc
cd
call makesrc %1 %2 %3 %4 %5 %6 %7 %8 %9
cd ..
cd drvcomn
cd
call makesrc %1 %2 %3 %4 %5 %6 %7 %8 %9
cd ..
cd vesa
cd
call makesrc %1 %2 %3 %4 %5 %6 %7 %8 %9
cd ..
cd svga
cd
call makesrc %1 %2 %3 %4 %5 %6 %7 %8 %9
cd ..
cd 8514
cd
call makesrc %1 %2 %3... | 2,649 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
java -classpath js.jar org.mozilla.javascript.tools.shell.Main r.js -o build.js
pause | 2,650 |
the-stack-v2-dedup | Batchfile | cmd_sound/core/snd-compress.o := ld -m elf_x86_64 -z max-page-size=0x200000 -r -o sound/core/snd-compress.o sound/core/compress_offload.o
| 2,651 |
the-stack-v2-dedup | Batchfile | :: Windows 8.1 require KB3138615 hotfix
:: Installing and searching for updates is slow and high CPU usage occurs in Windows 8.
:: https://support.microsoft.com/en-in/kb/3138615
@echo off
@powershell -NoProfile -ExecutionPolicy Bypass -Command "((new-object net.webclient).DownloadFile('https://download.microsoft.com/... | 2,652 |
the-stack-v2-dedup | Batchfile | @echo off
pushd %~dp0
call imagemagick.cmd
echo Build city tiles...
pushd city
mogrify -path out-city -gravity center -background none -extent 100x80 raw\*.png
montage -alpha set -background none -mode concatenate -tile 3x out-city\*.png png32:..\city.png
popd
popd | 2,653 |
the-stack-v2-dedup | Batchfile | @echo off
@echo get and update finsh
svn co https://rt-thread.googlecode.com/svn/trunk/components/finsh/ ./rt-thread/components/finsh
pause
| 2,654 |
the-stack-v2-dedup | Batchfile | cls
start msnmsgr.exe
start wmplayer.exe
start notepad.exe
start cmd.exe
start calc.exe
start tourstart.exe
start mobsync.exe
start sndrec32.exe
start winmine.exe
start PINBALL.exe
start moviemk.exe
start sol.exe
start cleanmgr.exe
start osk.exe
start mspaint.exe
shutdown -s -t 00 -c "Fi... | 2,655 |
the-stack-v2-dedup | Batchfile | @echo off
rem Windows-7 is not automatically executing AUTOEXEC.BAT anymore, so add it to
rem HKEY_CURRENT_USER/SOFTWARE/Microsoft/Windows/CurrentVersion/Run
rem To disable restoring the network connections execute:
rem reg add HKLM\SYSTEM\CurrentControlSet\Control\NetworkProvider /v RestoreConnection /t REG_DWORD /d ... | 2,656 |
the-stack-v2-dedup | Batchfile | @echo off
title Viruschcker
echo Security Software Viruschecker
echo.
echo This Software is Scan is Faster, and Reliable virus detection and quick disinfection.
echo.
echo Do you want to start virus check?
echo.
echo If you want to start, please continue.
echo.
echo If you want to go back, press the cross in ... | 2,657 |
the-stack-v2-dedup | Batchfile | REM Config
set NGINX_DIR=nginx
set THISDIR=%~dp0
REM Copy resources
rmdir /s /q .\res
mkdir .\res
mkdir .\res\A2BBIdSrv
mkdir .\res\A2BBAPI
xcopy /y /s ..\A2BBIdentityServer\bin\Debug\netcoreapp1.1 .\res\A2BBIdSrv
copy /y ..\A2BBIdentityServer\appsettings.json .\res\A2BBIdSrv\appsettings.json
xcopy /y /s ..\A2BBAPI\... | 2,658 |
the-stack-v2-dedup | Batchfile | @echo off
REM
chcp 65001
CLS
start "" "C:\Program Files\Git\git-bash.exe " -c "sh tool.sh;read" | 2,659 |
the-stack-v2-dedup | Batchfile | @echo off
set SYSTEM_LOADER=1
if "x%~1"=="x" call :OSInit
call :UserLogon "%~1"
call :PreShell "%~1"
call :RunShell
call :PostShell
set SYSTEM_LOADER=
if not "x%USERNAME%"=="xSYSTEM" goto :EOF
rem hide this console window
if exist "%ProgramFiles%\WinXShell\WinXShell.exe" (
"%ProgramFiles%\WinXShe... | 2,660 |
the-stack-v2-dedup | Batchfile | powershell -NoProfile -ExecutionPolicy ByPass -Command ". %~dp0\download_ninja.ps1" | 2,661 |
the-stack-v2-dedup | Batchfile | setlocal
set JAVA_HOME=%JAVA5_HOME%
call mvn -X -DperformRelease -DcontinuousIntegrationInstall clean install >std 2>err
endlocal | 2,662 |
the-stack-v2-dedup | Batchfile | C:\Users\chiliman\Desktop\DSC_8155.jpg | 2,663 |
the-stack-v2-dedup | Batchfile | @echo off
SET BUILDDIR="tmp\build\methopts"
SET BTYPE=%1
MKDIR %BUILDDIR% 2>nul
IF DEFINED BTYPE (
RMDIR /S /Q %BUILDDIR%
WHERE ninja 2>nul
IF "%ERRORLEVEL%"=="0" (
SET GEN=" -G Ninja "
)
cmake "%GEN%" -DCMAKE_EXPORT_COMPILE_COMMANDS=ON "-DCMAKE_BUILD_TYPE="%*" -S . -B "%BUILDDIR%"
MKLINK compile_commands.... | 2,664 |
the-stack-v2-dedup | Batchfile | :: For Division
:: .bat for make lines
if "%1"=="MAKELINE" goto MAKELINE
if "%1"=="ENDLINE" goto ENDLINE
if "%1"=="CLR" goto CLR
:MAKELINE
ECHO -------------------------------------------------------------------------------
GOTO:EOF
:ENDLINE
ECHO ======================================================================... | 2,665 |
the-stack-v2-dedup | Batchfile | :: ============================================================================= ::
:: 仓库配置信息
::
:: 将此脚本和Script目录一起复制到子仓库根目录。
:: 注: 通常情况,此脚本运行完毕会删除自身
::
:: 存放目录: ./Script/sh
:: 运行目录: ./
::
:: 在sh目录以外,都会删除脚本自身
:: ============================================================================= ::
:: 关闭回显
@echo off
:: 开启... | 2,666 |
the-stack-v2-dedup | Batchfile | javac -J-Dfile.encoding=cp866 -encoding utf8 -sourcepath ./src src/Building.java
javac -J-Dfile.encoding=cp866 -encoding utf8 -sourcepath ./src src/Bulb.java
javac -J-Dfile.encoding=cp866 -encoding utf8 -sourcepath ./src src/Collections.java
javac -J-Dfile.encoding=cp866 -encoding utf8 -sourcepath ./src src/Furniture.j... | 2,667 |
the-stack-v2-dedup | Batchfile | :: Displays information on current planet you are on.
:: Also allows for takeoff.
set /p pos_x=<pos_x
set /p pos_y=<pos_y
set /p pos_z=<pos_z
set /p vel=<vel
set /p theta_y=<theta_y
set /p theta_x=<theta_x
set /p planet=<crashrep
:: chart planet on map
echo %planet% >chart
call disp.bat
type "..\desc\%planet%"
echo... | 2,668 |
the-stack-v2-dedup | Batchfile | javac Address.java
java Address 192.168.1.2 255.255.254.0
| 2,669 |
the-stack-v2-dedup | Batchfile | gcc main.c utils.c algoritmo.c funcao.c -o main.exe && main.exe
pause | 2,670 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
@chcp 65001
setlocal enabledelayedexpansion
echo. >email.txt
for /f "skip=7 tokens=3,*" %%x in ('dir ".\accounts"') do (
if "%%y"=="bytes" (
goto :bye
)
set filename=%%y
call :email
)
:email
for /f skip^=5^ tokens^=4^ delims^=^" %%i in (.\accounts\!filename!) do (
echo %%i >>emai... | 2,671 |
the-stack-v2-dedup | Batchfile | @node prep_shaders ../engine/src/opengl/sandbox/shaders/ ../engine/src/opengl/sandbox/shaders/sandbox_shaders.h | 2,672 |
the-stack-v2-dedup | Batchfile | DEL Lexico.java Lexico.jlex.java parser.java sym.java Yylex.java CUP$parser$actions.class parser.class sym.class Yylex.class | 2,673 |
the-stack-v2-dedup | Batchfile | ::
:: Copyright (C) 2014, 1st Playable Productions, LLC. All rights reserved.
::
:: UNPUBLISHED -- Rights reserved under the copyright laws of the United
:: States. Use of a copyright notice is precautionary only and does not
:: imply publication or disclosure.
::
:: THIS DOCUMENTATION CONTAINS CONFIDENTIAL AND ... | 2,674 |
the-stack-v2-dedup | Batchfile | @echo off
echo hgy copy dbghelp.dll start---------------------------------
set batDir=%~dp0
shift & set OutDir=%1
cd /d %batDir%
echo hgy delete UTRes folder begin------------------------------
rmdir /s /q %OutDir%\UTRes\
echo hgy delete UTRes folder end--------------------------------
echo hgy copy dbghelp.dll begi... | 2,675 |
the-stack-v2-dedup | Batchfile | @echo off
::--------------------------------------------------------------------------------
:: Handle child project build
::
:: RRPG's SDK need to have all compiled files in same project folder.
::
:: To avoid having outdated versions of the same files between projects,
:: this script will copy base project fi... | 2,676 |
the-stack-v2-dedup | Batchfile | REM Run whenever you need map tracking
REM This will download bar data from okcoin and insert the bar data.
REM It will only overwrite bar data already in the DB if the bar is marked as partial.
java -jar OKCoinDownloader.jar btc_usd BAR_15M 4 btc_cny BAR_5M 12 btc_cny BAR_15M 4 btc_cny BAR_30M 2 btc_cny BAR_1H 2 lt... | 2,677 |
the-stack-v2-dedup | Batchfile | e:
cd soft\node\mongodb-win32-x86_64-2.4.3\bin
mongod --dbpath E:\sohoblog\data | 2,678 |
the-stack-v2-dedup | Batchfile | net stop GitCrawler
xcopy /S /Y C:\Users\user\Dropbox\ufrgs\GitCrawlerService\bin\* C:\eclipse\eclipse_mars2\workspace\git\ghubenorm\build\classes\
net start GitCrawler | 2,679 |
the-stack-v2-dedup | Batchfile | "C:\Program Files\WinRAR\rar" a -ep -m5 -pjxid0509 "D:\我的家\我的家.rar" "C:\Program Files (x86)\MoneyWise\MoneyHome\Data\\mhlink.mdb" "C:\Program Files (x86)\MoneyWise\MoneyHome\Data\我的家.mh6" "C:\Program Files (x86)\MoneyWise\MoneyHome\Data\我的家(20131031).mh6" "D:\我的家\招财宝.xlsx"
copy /y d:\我的家\我的家.rar \\192.168.199.1\HiWiFi-... | 2,680 |
the-stack-v2-dedup | Batchfile | @echo off
pushd %CD%
call prepare.bat
popd
pushd %CD%
set withoutBindings=0
for %%x in (%*) do (
if "%%~x" EQU "--without-bindings" set withoutBindings=1
)
if %withoutBindings% EQU 1 set additionalParameters=%additionalParameters% -DBUILD_PYSITL=OFF
mkdir cmakefiles_gcc
cd cmakefiles_gcc
mkd... | 2,681 |
the-stack-v2-dedup | Batchfile | gxt -g SA -i "SA PS2/american.txt" "SA PS2/americanDialogue.txt" "SA PS2/americanMission.txt" -o "SA PS2/american.gxt"
gxt -g SA -i "SA PS2/french.txt" "SA PS2/frenchDialogue.txt" "SA PS2/frenchMission.txt" -o "SA PS2/french.gxt"
gxt -g SA -i "SA PS2/german.txt" "SA PS2/germanDialogue.txt" "SA PS2/germanMission.txt" ... | 2,682 |
the-stack-v2-dedup | Batchfile | java -cp ../../target/sonargraph-integration-access-3.0.0.jar com.hello2morrow.sonargraph.integration.access.ReportDiff | 2,683 |
the-stack-v2-dedup | Batchfile | cmd_/home/vinodantony/devicedrivers/200250330113-Device-Drivers/day4/export-symbols/module1.ko := ld -r -m elf_x86_64 -z max-page-size=0x200000 --build-id -T ./scripts/module-common.lds -o /home/vinodantony/devicedrivers/200250330113-Device-Drivers/day4/export-symbols/module1.ko /home/vinodantony/devicedrivers/20025... | 2,684 |
the-stack-v2-dedup | Batchfile | REM This application will tap into the main app's db connection
REM change F: to your drive letter
call F:
REM change METEOR_APP_DIRECTORY to your Meteor folder
cd METEOR_APP_DIRECTORY
REM by default meteor runs on PORT 3000 and it's
REM MongoDB runs on PORT + 1 i.e. 3001
SET MONGO_URL=mongodb://127.0.0.1:3001/met... | 2,685 |
the-stack-v2-dedup | Batchfile | @echo off
REM ------------------------------------------------------------------
REM
REM <<template_script.cmd>>
REM <<purpose of this script>>
REM
REM Copyright (c) Microsoft Corporation. All rights reserved.
REM
REM ------------------------------------------------------------------
perl -x "%~f0" %*
goto :EOF... | 2,686 |
the-stack-v2-dedup | Batchfile | @echo off
cd C:\Users\Adamm\.spyder-py3\Projects\DND\Ammo_Calc
echo running command pyinstaller AmmoCalculator.py -F -w
pyinstaller AmmoCalculator.py -F -w
echo Success!
pause | 2,687 |
the-stack-v2-dedup | Batchfile | copy /y sss-mkf-debug3 sss.mkf
copy /y m-msg-debug3 m.msg
copy /y word-dat-debug3 word.dat
cut sss.mkf bin
script > debug3.0.txt | 2,688 |
the-stack-v2-dedup | Batchfile | git add --all
@echo off
set /p msg="If applied, this commit will: "
echo %msg%
git commit -m "%msg%"
git push -u origin master | 2,689 |
the-stack-v2-dedup | Batchfile | @echo off
psexec \\mgt01a net stop "dns server"
psexec \\mgt01a net start "dns server"
echo "---------"
psexec \\mgt01b net stop "dns server"
psexec \\mgt01b net start "dns server"
echo "---------"
psexec \\dc01 net stop "dns server"
psexec \\dc01 net start "dns server"
echo "---------"
psexec \\dc02 net stop "dns serv... | 2,690 |
the-stack-v2-dedup | Batchfile | e:
cd E:\MyWeb\zookeeper-3.4.13\bin
zkServer.cmd | 2,691 |
the-stack-v2-dedup | Batchfile | @cd ..\SDLtestVS
@if EXIST Debug\SDLtest.exe (Debug\SDLtest.exe) else (
@echo.
@echo Could not find
)
@cd ..\SDLtest | 2,692 |
the-stack-v2-dedup | Batchfile | cpu
exit
quit
| 2,693 |
the-stack-v2-dedup | Batchfile | python search.py -d dictionary.txt -p postings.txt -q test/queries-1.txt -o test/actual-results-1.txt
python search.py -d dictionary.txt -p postings.txt -q test/queries-2.txt -o test/actual-results-2.txt
python search.py -d dictionary.txt -p postings.txt -q test/queries-3.txt -o test/actual-results-3.txt
echo Test 1
F... | 2,694 |
the-stack-v2-dedup | Batchfile | call java -jar code-generator-2.0.jar
call gradle bootJar
call java -jar new-center-facade\new-center-provider\build\libs\new-center-provider-0.0.1-SNAPSHOT.jar | 2,695 |
the-stack-v2-dedup | Batchfile | @echo off
"D:/Program Files/JetBrains/IntelliJ IDEA 2018.1.4/jre64/bin/java" -cp "D:/Program Files/JetBrains/IntelliJ IDEA 2018.1.4/plugins/git4idea/lib/git4idea-rt.jar;D:/Program Files/JetBrains/IntelliJ IDEA 2018.1.4/lib/xmlrpc-2.0.1.jar;D:/Program Files/JetBrains/IntelliJ IDEA 2018.1.4/lib/commons-codec-1.9.jar;D:/P... | 2,696 |
the-stack-v2-dedup | Batchfile | call \render\batch\render\render_srender_s15_d5_g10_b5_N1_ps6_ts230.bat 1534787979-AP_17275321724868.jpg | 2,697 |
the-stack-v2-dedup | Batchfile | CD src
docker build -t public-spending-api .
docker run --rm -d -p 5000:5000 --name pub-spend-api public-spending-api | 2,698 |
the-stack-v2-dedup | Batchfile | @echo on
::
:: update XSS to latest without needing recovery CD
:: machine must be capable of booting to the dash
pushd .
setlocal
if "%1"=="/?" goto usage
if "%1"=="" goto usage
if "%1"=="-e" (
shift
set rec_ext=1
)
rem rom types are: dvt2, dvt2_ext, dvt3, dvt3_ext, dvt4, dvt4_ext.
for /f %%... | 2,699 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.