source string | code_lang string | content string | idx int64 |
|---|---|---|---|
the-stack-v2-dedup | Batchfile | @echo off
rem Drop last error level
call;
rem Create local variable's stack
setlocal
if 0%__CTRL_SETLOCAL% EQU 1 (
echo.%~nx0: error: cmd.exe is broken, please restart it!>&2
exit /b 65535
)
set __CTRL_SETLOCAL=1
call "%%~dp0__init__/__init__.bat" || exit /b
call "%%CONTOOLS_TESTLIB_ROOT%%/init.b... | 2,100 |
the-stack-v2-dedup | Batchfile | CLS
@ECHO OFF
COLOR 0A
ECHO :: ===============================================================
ECHO :: SET LOCAL VARIABLES
ECHO :: ===============================================================
SETLOCAL ENABLEDELAYEDEXPANSION
SET buildEXE="C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Curr... | 2,101 |
the-stack-v2-dedup | Batchfile | python -m PyQt5.uic.pyuic -x main.ui -o main2.py | 2,102 |
the-stack-v2-dedup | Batchfile | timeout /t 1800
python showprediction.py | 2,103 |
the-stack-v2-dedup | Batchfile | protoc -I=./ --python_out=./ CMD_Monitor.proto
pause | 2,104 |
the-stack-v2-dedup | Batchfile | @echo off
taskkill /f /im node.exe
cd %USERPROFILE%/Desktop/Node
node app.js
pause | 2,105 |
the-stack-v2-dedup | Batchfile | cmd_../modules/../modules/drivers/char/brcm/fuse_sysparm/built-in.o := /root/CodeSourcery/Sourcery_G++_Lite/bin/arm-none-eabi-ld -EL -r -o ../modules/../modules/drivers/char/brcm/fuse_sysparm/built-in.o ../modules/../modules/drivers/char/brcm/fuse_sysparm/bcm_fuse_sysparm.o ; scripts/mod/modpost ../modules/../modul... | 2,106 |
the-stack-v2-dedup | Batchfile | @echo off
rem dient nur als Windows-Aufrufschell für das Skript build_database.tcl
"%~dp0..\..\system\sysbin\tclsh" "%~dp0..\..\system\systools\build_database.tcl"
PAUSE
| 2,107 |
the-stack-v2-dedup | Batchfile | @echo off
..\..\bin\mf2005 tc1.nam | 2,108 |
the-stack-v2-dedup | Batchfile | set SERVER=localhost
set USER=root
set PASSWORD=
set BASE=voiture
rem Definition de la date en cours
SETLOCAL
SET JOUR=%date:~-10,2%
SET ANNEE=%date:~-4%
SET MOIS=%date:~-7,2%
SET HEURE=%time:~0,2%
SET MINUTE=%time:~3,2%
SET SECOND=%time:~-5,2%
IF "%time:~0,1%"==" " SET HEURE=0%HEURE:~1,1%
rem Choix du... | 2,109 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
SETLOCAL ENABLEDELAYEDEXPANSION
SET VERSION=%~1
SET PROJECTDIR=%CD%
FOR /F "TOKENS=*" %%A IN ('git rev-parse --short HEAD') DO SET SHORTHASH=%%A
IF NOT DEFINED APPVEYOR_REPO_BRANCH GOTO APPVEYORNOTDEFINED
SET BRANCH=%APPVEYOR_REPO_BRANCH%
GOTO EXITAPPVEYOR
:APPVEYORNOTDEFINED
FOR /F "TOKENS=*" %%A IN ('git ... | 2,110 |
the-stack-v2-dedup | Batchfile | sjasm.exe -s SAT64TEST.asm
"C:\Program Files (x86)\openMSX\openmsx.exe" SAT64TEST.rom | 2,111 |
the-stack-v2-dedup | Batchfile | dotnet publish -r linux-arm
scp pi@inferno:/home/pi/inferno/listener/appsettings.json ./temp.json
scp .\bin\Debug\netcoreapp3.0\linux-arm\publish\* pi@inferno:~/inferno/listener
scp ./temp.json pi@inferno:/home/pi/inferno/listener/appsettings.json
del temp.json | 2,112 |
the-stack-v2-dedup | Batchfile | setlocal enabledelayedexpansion
for /f "delims=" %%i in ('type "config.ini"^| find /i "="') do set %%i
call pullProjects.bat
rd /s/Q %androidMainProjectPath%\GlobalYou
mkdir %androidMainProjectPath%\GlobalYou
::pause
xcopy %unityandroidProjectPath%\GlobalYou %androidMainProjectPath%\GlobalYou /e/h/q
::pause
cd /d %a... | 2,113 |
the-stack-v2-dedup | Batchfile | @echo off
echo Installing SQL Server 2008 Express R2, it will take a while...
C:\vagrant\resources\SQLEXPRWT_x64_ENU.exe /Q /Action=install /INDICATEPROGRESS /INSTANCENAME="SQLEXPRESS" /INSTANCEID="SQLExpress" /IAcceptSQLServerLicenseTerms /FEATURES=SQL,Tools /TCPENABLED=1 /SECURITYMODE="SQL" /SAPWD="Sonatribe2013"
e... | 2,114 |
the-stack-v2-dedup | Batchfile | echo "# health" >> README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/aaronskudder1/health.git
git push -u origin master | 2,115 |
the-stack-v2-dedup | Batchfile | #!../../bin/linux-x86/ipmiCommIoc
#==============================================================
#
# Abs: Startup script for Network IOC
#
# Name: st.cmd
#
# Facility: LCLS IOC Management
#
# Auth: dd-mmm-yyyy, Sonya Hoobler (SONYA):
# Rev: dd-mmm-yyyy, Reviewer's Name (USERNAME)
#----------------------------... | 2,116 |
the-stack-v2-dedup | Batchfile | call "c:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\vcvars32.bat"
nmake /F Makefile.vc %1
| 2,117 |
the-stack-v2-dedup | Batchfile | @echo off
set /p url=Enter URL:
youtube-dl.exe -F %url%
pause | 2,118 |
the-stack-v2-dedup | Batchfile | for /F "tokens=5-9* delims=. " %%i in (docs\folders_readme.txt) do (call :Pack %%i %%j %%k %%l; exit)
:Pack
d:\usr\7z\7za.exe a -i@files_source.txt -xr!*.zip -xr!*.ncb -xr!*.user -xr!*.sdf "Folders src %1.%2.%3.%4.zip" @files_source.txt
exit
error:
echo "Error packing Folders"
| 2,119 |
the-stack-v2-dedup | Batchfile | @echo off
setlocal
cd /d %~dp0
cd ..
call env\Scripts\activate.bat
cd server
python app.py | 2,120 |
the-stack-v2-dedup | Batchfile | REM Needs vcvars64.bat to be called
git submodule init
git submodule update --recursive
md build
cd build
COPY %TEMP%\dgl.dll .
cd ..\python
"%PYTHON%" setup.py install --single-version-externally-managed --record=record.txt || EXIT /B 1
EXIT /B
| 2,121 |
the-stack-v2-dedup | Batchfile | jmeter -f -n -t pageTESTS\soak\SOAKalbumPageTEST.jmx -l csv\soakCSV\SOAKalbumPage.csv -e -o html\soak\SOAKalbumPage && jmeter -f -n -t pageTESTS\soak\SOAKbrowsePageTEST.jmx -l csv\soakCSV\SOAKbrowsePage.csv -e -o html\soak\SOAKbrowsePage && jmeter -f -n -t pageTESTS\soak\SOAKhomepageTEST.jmx -l csv\soakCSV\SOAKhomePage... | 2,122 |
the-stack-v2-dedup | Batchfile | del .\tp.exe
gofmt -w *.go
go build
.\tp.exe
| 2,123 |
the-stack-v2-dedup | Batchfile | java -cp dirigent_1.0.jar;. -Djava.ext.dirs=plugins/jobentries/Dirigent/lib org.dirigent.Dirigent %1 | 2,124 |
the-stack-v2-dedup | Batchfile | @echo off
npm run build
cd dist
git init
git add -A
git commit -m "%1"
git push -f git@github.com:nikethai/patra_vue.git master:gh-pages
cd .. | 2,125 |
the-stack-v2-dedup | Batchfile | @echo off
SETLOCAL ENABLEEXTENSIONS
SET me=%~n0
SET parent=%~dp0
SET PYTHONPATH="Your Python Directory"
SET JSPATH="Your Javascript Directory"
SET lang=%1
SET filename=%2
SET fname=%filename:"=%
IF "%lang%" == "-p" (
E:
cd %PYTHONPATH%
CALL :repo
) ELSE IF "%lang%" == "-j" (
E:
cd %JSPATH%
CALL... | 2,126 |
the-stack-v2-dedup | Batchfile | @Echo Off
cls
rmake test
| 2,127 |
the-stack-v2-dedup | Batchfile | pushd "%~dp0"
del PowerBI.Api\Source\
AutoRest.exe -CodeGenerator CSharp -Modeler Swagger -Input https://raw.githubusercontent.com/Microsoft/powerbi-rest-api-specs/master/swagger.json -Namespace Microsoft.PowerBI.Api.V1 -output PowerBI.Api\Source\ -name PowerBIClient -AddCredentials
popd
pause | 2,128 |
the-stack-v2-dedup | Batchfile | rem @echo off
SET program="%1"
if %program% == "" goto err
mkdir OUT
echo 0
%program% "Input\input0.txt" "OUT\output0.txt"
if NOT ERRORLEVEL 1 goto testFailed
echo 1
%program% "Input\input1.txt" "OUT\output1.txt"
if NOT ERRORLEVEL 1 goto testFailed
echo 2
%program% "Input\input2.txt" "OUT\output2.txt"
if NOT ERRORLEV... | 2,129 |
the-stack-v2-dedup | Batchfile | cd ../../../
set "PWD=%cd%"
set JAVA_LIB_PATH=%PWD%/lib
set JAVA_FILE_PATH=%PWD%/src/main/java/com/clinic/challenges/peripherals
java -cp %JAVA_LIB_PATH%/jfugue-4.0.3.jar;. Main | 2,130 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
:Again
SET /P a=请输入开始的数字:
SET /P b=请输入结束的数字:
SET sum=0
IF %b% GTR %a% (
FOR /L %%i IN (%a%,1,%b%) DO (
SET /A sum=sum+%%i
)
) ELSE (
FOR /L %%i IN (%b%,1,%a%) DO (
SET /A sum=sum+%%i
)
)
ECHO %sum%
SET /P flag=是否继续(Y/N):
IF "%flag%" == "Y" (goto Again) ELSE EXIT | 2,131 |
the-stack-v2-dedup | Batchfile | ;18's CMD
;-| Super Motions |--------------------------------------------------------
;--------------------------------------------
[Command]
name = "Searcher-ki-Bomb1"
command = ~D, DB, B, a+b
time = 30
[Command]
name = "Searcher-ki-Bomb2"
command = ~D, DB, B, b+c
time = 30
[Command]
name = "Searcher-ki-Bomb3"
comm... | 2,132 |
the-stack-v2-dedup | Batchfile | @echo off
rem ==============================================
rem convert the MARC files to MARCXML and import to MySQL
rem ==============================================
rem ATTENTION: this is a sample script, modify the
rem parameters according to your needs. Read the
rem OAIToolkit Manual for the details.
rem =====... | 2,133 |
the-stack-v2-dedup | Batchfile | @echo off
rem Licensed under the Apache License, Version 2.0 (the "License");
rem you may not use this file except in compliance with the License.
rem You may obtain a copy of the License at
rem
rem https://www.apache.org/licenses/LICENSE-2.0
rem
rem Unless required by applicable law or agreed to in writing... | 2,134 |
the-stack-v2-dedup | Batchfile | docker run --net=confluent --rm confluentinc/cp-kafka:6.2.0 kafka-topics --alter --topic foo --partitions 2 --zookeeper zookeeper:2181 | 2,135 |
the-stack-v2-dedup | Batchfile | @echo off
rem Script installed by ncdns NSIS installer.
rem Workaround for the fact that Unbound on Windows doesn't support globbing include directives.
rem Run this script to regenerate confd-list.conf, based on the contents of unbound.conf.d.
rem It is always safe to run this script.
echo %~dp0
echo # Autogenerated ... | 2,136 |
the-stack-v2-dedup | Batchfile | icc types.c /o types.tco /ta /g /wt
ilink types.tco /o types.lku /f cstartup.lnk /ta
icconf types1.cfs
icollect types1.cfb
| 2,137 |
the-stack-v2-dedup | Batchfile | start proto_excel\bin\Debug\proto_excel server | 2,138 |
the-stack-v2-dedup | Batchfile | ECHO OFF
SET /P PORT="What port is localhost on?: "
netstat -ano | findstr %PORT%
SET /P PID="What is the PID of the port (far right column)?: "
taskkill /PID %PID% -F | 2,139 |
the-stack-v2-dedup | Batchfile |
@echo off
cd /d %~dp0
setlocal ENABLEDELAYEDEXPANSION
REM =================================================================
REM 引数
REM %1: エンコード対象とする動画ファイル名
REM =================================================================
REM =================================================================
REM ベンチマークの名称
REM =... | 2,140 |
the-stack-v2-dedup | Batchfile | @echo off
rmdir /s /q "C:\Program Files (x86)\Apache Software Foundation\Tomcat 6.0\webapps\otp-usermgmt"
rmdir /s /q "C:\Program Files (x86)\Apache Software Foundation\Tomcat 6.0\work\Catalina\localhost\otp-usermgmt"
| 2,141 |
the-stack-v2-dedup | Batchfile | @echo off
set /p port="Enter localhost port: "
set /p user="Enter user (leave blank if with valid apikey): "
start cmd.exe /c myNgrok YOUR_API_KEY %user% & ngrok authtoken YOUR_NGROK_TOKEN & ngrok http %port% -host-header="localhost:%port%"
| 2,142 |
the-stack-v2-dedup | Batchfile | SET PORT=3000
SET NODE_ENV=dev
cls
node --inspect --inspect-brk index.js
| 2,143 |
the-stack-v2-dedup | Batchfile | python-lambda-local -l lib/ -f lambda_handler -t 30 upload-portfolio-lambda.py test-event.json
| 2,144 |
the-stack-v2-dedup | Batchfile | SET BAT_PATH=%~dp0
start ./application.exe
xcopy %BAT_PATH%/projectM/Assets/Resources/Metas/*.txt %BAT_PATH%/Project/Assets/Resources/Metas/
del %BAT_PATH%/projectM | 2,145 |
the-stack-v2-dedup | Batchfile | @echo [INFO] Define default value for PTEID_DIR_OPENSSL_098G if not defined yet
@echo [INFO] Input PTEID_DIR_OPENSSL_098G=%PTEID_DIR_OPENSSL_098G%
@set FILE_TO_FIND="bin\libeay32.dll" "bin\ssleay32.dll" "lib\libeay32.lib" "lib\ssleay32.lib"
@echo [INFO] Looking for files: %FILE_TO_FIND%
@set FILE_NOT_FOUND=
@for... | 2,146 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
ECHO Starting bot...
PAUSE
ECHO Finding token...
PAUSE
ECHO Logging in...
node .
| 2,147 |
the-stack-v2-dedup | Batchfile | debImport "-i" "-simflow" "-simBin" "./simv" "-simOpt" " "
srcTBInvokeSim
srcHBSelect "uart_tb.Send" -win $_nTrace1
srcHBSelect "uart_tb.Send" -win $_nTrace1
srcSetScope -win $_nTrace1 "uart_tb.Send" -delim "."
srcDeselectAll -win $_nTrace1
wvCreateWindow
verdiDockWidgetMaximize -dock windowDock_nWave_3
debReload
verdi... | 2,148 |
the-stack-v2-dedup | Batchfile | "C:\Program Files (x86)\FlashDevelop\Tools\fdbuild\fdbuild.exe" "D:\______WESTERN\Western\libraries\Plant\flax\flax\flax.as3proj" -compiler "C:\Program Files (x86)\FlashDevelop\Tools\flexsdk" -notrace -library "C:\Program Files (x86)\FlashDevelop\Library";
java -jar D:\______DREAMS\ObjectGenerator\bin\reducer.jar -inpu... | 2,149 |
the-stack-v2-dedup | Batchfile | java -cp web-server-1.0-jar-with-dependencies.jar com.adobe.web.server.HttpWebServer | 2,150 |
the-stack-v2-dedup | Batchfile | set PATH=%PATH%;C:\MinGW\bin;Z:\home\bill\bin\legacy\windoze
| 2,151 |
the-stack-v2-dedup | Batchfile | :@echo off
C:\APPS\COMPIL~1\TASM50\BIN\TASM /m2 /w1 jmain.asm
C:\APPS\COMPIL~1\TASM50\BIN\TLINK /t /x jmain.OBJ
del *.obj
if exist joff.com del joff.com
ren jmain.com joff.com
pause | 2,152 |
the-stack-v2-dedup | Batchfile | @copy %cd%\gd3d_render.js E:\gd3d\launcher\lib\gd3d_render.js
@copy %cd%\gd3d_render.d.ts E:\gd3d\launcher\lib\gd3d_render.d.ts
@copy %cd%\gd3d_render.js.map E:\gd3d\launcher\lib\gd3d_render.js.map
pause | 2,153 |
the-stack-v2-dedup | Batchfile | @echo off
SETLOCAL
SET _screen="@HID\VID_04F3&PID_24A0&COL01\6&24326EA7&0&0000"
SET action=%1
if "%1"=="disable" (
set command="disable"
) else (
set command="enable"
)
"C:\Program Files (x86)\Windows Kits\10\Tools\x64\devcon.exe" %command% %_screen% | 2,154 |
the-stack-v2-dedup | Batchfile |
@echo off
ren C:\Users\hasee\Desktop\jy-fuwu.war "jy-fuwu-my.war"
ren C:\Users\hasee\Desktop\jy-toubiao.war "jy-toubiao-my.war"
ren C:\Users\hasee\Desktop\jy-zhaobiao.war "jy-zhaobiao-my.war"
| 2,155 |
the-stack-v2-dedup | Batchfile | @echo off
SET CURRENTTIME=%TIME%
echo %currenttime%
for /F "tokens=1 delims=:" %%h in ('echo %CURRENTTIME%') do (set /a HR=%%h )
for /F "tokens=2 delims=:" %%m in ('echo %CURRENTTIME%') do (set /a MIN=%%m )
for /F "tokens=1 delims=:" %%h in ('echo %CURRENTTIME%') do (set /a PHR=%%h - 1)
set /A mod = min %% 10
... | 2,156 |
the-stack-v2-dedup | Batchfile | cmd_drivers/net/wireless/intersil/orinoco/orinoco.mod := { echo drivers/net/wireless/intersil/orinoco/main.o drivers/net/wireless/intersil/orinoco/fw.o drivers/net/wireless/intersil/orinoco/hw.o drivers/net/wireless/intersil/orinoco/mic.o drivers/net/wireless/intersil/orinoco/scan.o drivers/net/wireless/intersil/orino... | 2,157 |
the-stack-v2-dedup | Batchfile | copy /Y pdos.exe d:\msdos.sys
copy /Y pcomm.exe d:\command.com
copy /Y functest.exe d:\
| 2,158 |
the-stack-v2-dedup | Batchfile | set S7Z=%~dp0.\bin\7za.exe
del .\package-*.7z
pushd qtbase
"%S7Z%" a -m0=Copy -r ..\package-0.7z bin\*.exe bin\*.dll bin\*.bat
"%S7Z%" a -m0=Copy -r ..\package-1.7z lib\*.lib
"%S7Z%" a -m0=Copy -r ..\package-2.7z phrasebooks\*
"%S7Z%" a -m0=Copy -r -xr!"ExtraSourceIncludes.cmake" ..\package-3.7z lib\cmake\*... | 2,159 |
the-stack-v2-dedup | Batchfile | java -classpath "c:\xvcl;c:\xvcl\usingpackages\jdom.jar;c:\xvcl\XVCL.jar" xvcl.XVCL select2.xvcl
| 2,160 |
the-stack-v2-dedup | Batchfile | @echo off
docker build -f Dockerfile -t magick-linux-arm64-openmp --build-arg OpenMP=OpenMP ../..
docker run -v %~dp0output:/output -w /Magick.Native magick-linux-arm64-openmp /build/shared/copy.Native.sh linux arm64 /output OpenMP
| 2,161 |
the-stack-v2-dedup | Batchfile | @rem **************************************************************************
@rem WWIV Test Script.
@rem
@rem **************************************************************************
if /I "%LABEL%"=="win-x86" (
@echo "Setting x86 (32-bit) Architecture"
set ARCH=x86
set NUM_BITS=32
)
if /I "%LABEL%"=="win-x64"... | 2,162 |
the-stack-v2-dedup | Batchfile | start chrome.exe --app=https://world.twingly.com/ | 2,163 |
the-stack-v2-dedup | Batchfile | cd ZakEnh
call start
| 2,164 |
the-stack-v2-dedup | Batchfile | @goto :batch_start_label_cs_hybrid
/*
@:batch_start_label_cs_hybrid
@echo off
if exist "%~dpn0.exe" (
"%~dpn0.exe" %*
exit /b %errorlevel%
)
setlocal
:: Additional options to csc.exe (like /r:"references")
set CSC_OPS=
:: Runner options
set CS_FAIL_EXIT_CODE=1001
:: find csc.exe
set "csc="
for /r "%SystemRoot%\Mic... | 2,165 |
the-stack-v2-dedup | Batchfile | call "venv/Scripts/activate"
flask run
pause | 2,166 |
the-stack-v2-dedup | Batchfile | @echo off
rem Set Starting Conditions
SET OLDPATH=%PATH%
SET SUBDIR=%CD%
rem Setup main env
cd /d %~dp0..\..
call set_env.bat
rem cd /d %~dp0
rem Setup local env
rem call set_env_local.bat
cd /d %~dp0..
cd /d %~dp0\pgsql
call bin\psql -h localhost -p 9489 -U postgre -d MainData %*
rem Cleanup
cd %SUBDIR%
PAT... | 2,167 |
the-stack-v2-dedup | Batchfile | @echo off
adb shell am start com.github.shadowsocks/.MainActivity
pause | 2,168 |
the-stack-v2-dedup | Batchfile | @echo off
netsh wlan set hostednetwork mode=allow ssid=KyoWIFI key=12345678
netsh wlan start hostednetwork | 2,169 |
the-stack-v2-dedup | Batchfile | python ../../bin/lime.py build myrose -o ../../compiled/myrose_c/myrose_c.js -a -p myrose.start | 2,170 |
the-stack-v2-dedup | Batchfile | @REM Copyright (c) Microsoft. All rights reserved.
@REM Licensed under the MIT license. See LICENSE file in the project root for full license information.
@REM -----------------------------------------------------------------------------------------------
@REM -- NOTE: THESE INSTRUCTIONS ARE FOR MICROSOFT INTERNAL USE... | 2,171 |
the-stack-v2-dedup | Batchfile | imgset ide10 "/cd/chmpmn97/cm98v281.cue"
pause
cd chmpmn97
call cm2
| 2,172 |
the-stack-v2-dedup | Batchfile | REM dir P:\share1\users\josh\Bad_improved_Alexa\*.Wav /S /B >Alexa_Bad_improved.txt
rem dir .wav:\FA\TWO-WORDS\Multiple_Folders\*.wav /S /B >C:\AutomationEnvironment\lists\FA_2Words_8213.txt
rem dir .wav:\FA\FA_long_talks\*.* /S /B > C:\AutomationEnvironment\lists\FA_LongTalks.txt
REM dir .wav:\Ama.wavon_Alexa_2016_... | 2,173 |
the-stack-v2-dedup | Batchfile | @echo off
py -3 -u popdata.py | 2,174 |
the-stack-v2-dedup | Batchfile | @echo off
rem
rem $Id$
rem Copyright (C) 2011 gingko - http://gingko.homeip.net/
rem
rem This file is part of Pouchin TV Mod, a free DVB-T viewer.
rem See http://www.pouchintv.fr/ for updates.
rem Définition des préfixes et suffixes du numéro de version
rem Tout changement dans le numéro de version devra se f... | 2,175 |
the-stack-v2-dedup | Batchfile | main.exe -o c:\tmp\test.zip -i c:\tmp\vector_zip_examples | 2,176 |
the-stack-v2-dedup | Batchfile | REM Shortcut to run reportgenerator
reportgenerator "-reports:CodeCoverage/coverlet.xml" "-targetdir:CodeCoverage" | 2,177 |
the-stack-v2-dedup | Batchfile | @echo on
start /d %AssistWin32DebugLib% ConsoleMainFunctionHelper1D.exe
start /d %AssistWin32ReleaseLib% ConsoleMainFunctionHelper1.exe
start /d %AssistX64DebugLib% ConsoleMainFunctionHelper1D.exe
start /d %AssistX64ReleaseLib% ConsoleMainFunctionHelper1.exe
start /d %AssistStaticWin32DebugLib% ConsoleMainFunctionHel... | 2,178 |
the-stack-v2-dedup | Batchfile | ebb *.jpg
ebb *.png
| 2,179 |
the-stack-v2-dedup | Batchfile | mkdir build
cd build
rm CMakeCache.txt
cmake -G "MinGW Makefiles" .. -DUNIT_TESTS=ON -DBUILD_TOOLS=ON -DCMAKE_BUILD_TYPE=Debug
mingw32-make -j5
REM ctest -VV
REM cd .. | 2,180 |
the-stack-v2-dedup | Batchfile | @echo off & setlocal enabledelayedexpansion
cls
color 07
rem MSVC should be always in path
set LLVM=D:/Cproj/_llvm/LLVM/bin/
if [!GCC!] == [] set GCC=D:/pt_proj/tdm_gcc/bin/
set ROOT=%~dp0
set SRC=!ROOT!src/
set DEPS=!ROOT!deps/
set GLFW=!DEPS!glfw-3.2.1.bin.WIN64/
set GLAD=!DEPS!glad/
set STB=!DEPS!st... | 2,181 |
the-stack-v2-dedup | Batchfile | C:\jdk1.5.0\bin\javac SmithNumber.java
cls
java SmithNumber
del SmithNumber.class | 2,182 |
the-stack-v2-dedup | Batchfile | Rem Replace in val.txt on server
Rem /home/pkrush/copper/
Rem to
Rem D:/CoinImages/LiveView Pennies/copper/copper/
Rem D:\GitHub\build\install\bin\convert_imageset -resize_height 28 --resize_width 28 -gray true / val.txt Copper28
D:\GitHub\build\Caffe-prefix\src\Caffe-build\tools\Debug\convert_imageset-d.exe D:\Coin... | 2,183 |
the-stack-v2-dedup | Batchfile | cd ..
C:\python26\python appcfg.py update datastore-service
| 2,184 |
the-stack-v2-dedup | Batchfile | cmd_ipc/built-in.a := rm -f ipc/built-in.a; arm-xilinx-linux-gnueabi-ar rcSTPD ipc/built-in.a ipc/util.o ipc/msgutil.o ipc/msg.o ipc/sem.o ipc/shm.o ipc/syscall.o ipc/ipc_sysctl.o
| 2,185 |
the-stack-v2-dedup | Batchfile | @echo off
nvim +VimwikiIndex
| 2,186 |
the-stack-v2-dedup | Batchfile | aws s3 sync doc/build/html s3://craven-performance-testing | 2,187 |
the-stack-v2-dedup | Batchfile | cmd_sound/isa/opti9xx/built-in.o := rm -f sound/isa/opti9xx/built-in.o; mipsel-openwrt-linux-musl-ar rcsD sound/isa/opti9xx/built-in.o
| 2,188 |
the-stack-v2-dedup | Batchfile |
go build -o ./bin/backend.exe -ldflags="-w -s" main.go | 2,189 |
the-stack-v2-dedup | Batchfile | set MYDIR=%~dp0
REM set up build parameters
cd ..
call win32.bat
REM build
cd %MYDIR%
call make
| 2,190 |
the-stack-v2-dedup | Batchfile | E:\ecole\logiciels\php8010\php -S 127.0.0.1:81
| 2,191 |
the-stack-v2-dedup | Batchfile | chcp 65001
echo ^<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"^> >a.html
echo ^<html xmlns="http://www.w3.org/1999/xhtml"^> >>a.html
echo ^<base target="_blank" /^> >>a.html
echo ^<meta content="text/html; charset=utf-8" /^> >>more.html
e... | 2,192 |
the-stack-v2-dedup | Batchfile | cmd_sound/isa/ad1848/built-in.a := rm -f sound/isa/ad1848/built-in.a; aarch64-xilinx-linux-ar rcSTPD sound/isa/ad1848/built-in.a
| 2,193 |
the-stack-v2-dedup | Batchfile | @echo off
title mvn
set dev_local=%userprofile%\desktop\dev\
echo Current path: %dev_local%
set desktop_path=%userprofile%\desktop\
set dev_local=%userprofile%\desktop\dev\
set PATH=%PATH%;%dev_local%apps\apache-maven-3.5.2\bin
set PATH=%PATH%;%dev_local%apps\git\bin
set PATH=%PATH%;%dev_local%java\jdk1.8.0_152
set JA... | 2,194 |
the-stack-v2-dedup | Batchfile | >>> help(str.lower)
Help on method_descriptor:
lower(...)
S.lower() -> str
Return a copy of the string S converted to lowercase.
| 2,195 |
the-stack-v2-dedup | Batchfile | wmf2eps *.wmf
| 2,196 |
the-stack-v2-dedup | Batchfile | @setlocal
@set _P=%~dp0
@if "%CONFIGURATION%"=="" set CONFIGURATION=Debug
@pushd %_P%
dotnet pack .\src\AppSyndication.Shared.Models --configuration %CONFIGURATION% --output %_P%artifacts\public
@goto :End
Fail:
@echo Must provide build number.
@exit /b -1
:End
@popd
@endlocal
| 2,197 |
the-stack-v2-dedup | Batchfile | set CLASSPATH=.;./lib/CONNECTCoreLib-5.0.0-SNAPSHOT.jar;./lib/antlr-2.7.7.jar;./lib/asm-3.3.1.jar;./lib/cglib-nodep-2.1_3.jar;./lib/commons-collections-3.2.1.jar;./lib/dom4j-1.6.1.jar;./lib/hibernate-3.2.5.ga.jar;./lib/jta-1.0.1B.jar;./lib/log4j-1.2.17.jar;./lib/mysql-connector-java-5.1.10.jar;./lib/commons-logging-1.1... | 2,198 |
the-stack-v2-dedup | Batchfile | cd O:\Program\netty-tutorial\protobuf\src\main\resources
set OUT=../java
protoc.exe ./*.proto --java_out=%OUT%
pause | 2,199 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.