source string | code_lang string | content string | idx int64 |
|---|---|---|---|
the-stack-v2-dedup | Batchfile |
nvcc.exe ^
--use-local-env ^
--cl-version 2013 ^
-ccbin "c:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin" ^
-I"\C\common\inc" ^
-I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v7.5\include" ^
-maxrregcount=0 ^
--machine 64 ^
--compile ^
-D_MBCS ^
-Xcompiler "/EHsc /W3 /nologo /O2 /Zi /MD " ... | 4,400 |
the-stack-v2-dedup | Batchfile | del test.diff
..\src\Difference\bin\Debug\Merge.exe -diff "Algorithms_original.cs" "Algorithms_changed.cs" >> test.diff | 4,401 |
the-stack-v2-dedup | Batchfile | python deepQ.py --env CarRacing-v0 --proto cfn\CarRacing-v0.prototxt --game_skip 50 --n_steps 4000000 --momentum 0.950000 --learning_rate 0.001000 --discount 0.950000 --epsilon_min 0.100000 --epsilon_max 1.000000 --epsilon_steps 1000000 --n_prev_states 100000 --checkpoint_interval 1000 --target_update_interval 5000 --l... | 4,402 |
the-stack-v2-dedup | Batchfile | call win-tools\docker-machine-connect.bat
docker-compose kill
docker-compose rm -f
docker volume rm cakemod2017_db
| 4,403 |
the-stack-v2-dedup | Batchfile | @echo off
cd\
cd %systemroot%\OpenVPN\bin\
rem start WatchDog.exe
| 4,404 |
the-stack-v2-dedup | Batchfile | rd/s/q ..\huashu
fis3 release -d ../huashu | 4,405 |
the-stack-v2-dedup | Batchfile | setlocal EnableDelayedExpansion
cd /d "%~dp0"
echo off
cd local
netsh advfirewall firewall delete rule name="%game_id%" >nul
netsh advfirewall firewall add rule name="%game_id%" dir=in action=allow program="%game_path%\local\CNC4SERVER.exe" profile=any enable=yes >nul
start "" CNC4SERVER.exe
:end
exit | 4,406 |
the-stack-v2-dedup | Batchfile | @echo off
:: 200 = PC herunterfahren
IF %1 EQU 200 (
timeout /t 5 /nobreak
shutdown /s
) ELSE (
:: 300 = PC Ruhezustand / Sleep
IF %1 EQU 300 (
timeout /t 5 /nobreak
rundll32 powrprof.dll, SetSuspendState
) ELSE (
:: 400 = PC sperren
IF %1 EQU 400 (
timeout /t... | 4,407 |
the-stack-v2-dedup | Batchfile | cd ../classes/
java -Xmx300M -classpath ./ NGCEframe
cd ../bin/ | 4,408 |
the-stack-v2-dedup | Batchfile |
start java -jar C:\Users\admin\Desktop\workspace\fbn-fares\target\fbn-fares-0.0.1-SNAPSHOT.jar
# fare runs on 8080
start java -jar C:\Users\admin\Desktop\workspace\fbn-checkin\target\fbn-checkin-0.0.1-SNAPSHOT.jar
# Checkin runs on 8070
start java -jar C:\Users\admin\Desktop\workspace\fbn-search\target\... | 4,409 |
the-stack-v2-dedup | Batchfile | @echo off
ren "..\GameData\Squad\Parts\FuelTank\fuelTankJumbo-64\model.mu" "model.mu.bak"
ren "..\GameData\Squad\Parts\FuelTank\fuelTankJumbo-64\model000.dds" "model000.dds.bak"
ren "..\GameData\Squad\Parts\FuelTank\fuelTankJumbo-64\model001.dds" "model001.dds.bak"
ren "..\GameData\Squad\Parts\FuelTank\xenonTankRadial\... | 4,410 |
the-stack-v2-dedup | Batchfile | IF NOT EXIST .\build mkdir .\build
pushd .\build
cl -Od -MTd -nologo -Zi ..\main.c
dir
popd
| 4,411 |
the-stack-v2-dedup | Batchfile | @echo off
start javaw -jar ${release.filename}.jar | 4,412 |
the-stack-v2-dedup | Batchfile | cmd_/usr/src/hw2-abggupta/hw2/u2fs/u2fs.o := ld -m elf_i386 -r -o /usr/src/hw2-abggupta/hw2/u2fs/u2fs.o /usr/src/hw2-abggupta/hw2/u2fs/dentry.o /usr/src/hw2-abggupta/hw2/u2fs/file.o /usr/src/hw2-abggupta/hw2/u2fs/inode.o /usr/src/hw2-abggupta/hw2/u2fs/main.o /usr/src/hw2-abggupta/hw2/u2fs/super.o /usr/src/hw2-abggupt... | 4,413 |
the-stack-v2-dedup | Batchfile | set USE_THUMB_MODE=NO
set DEBUG=
set OPTIM=-O3
set RUN_MODE=RUN_FROM_ROM
set LDSCRIPT=lpc2106-rom.ld
make
| 4,414 |
the-stack-v2-dedup | Batchfile | -intstyle "ise" -incremental -lib "unisims_ver" -lib "unimacro_ver" -lib "xilinxcorelib_ver" -o "C:/Users/Arosha/Desktop/HDL/Traffic_Controller_Project/DebouncerTest_isim_beh.exe" -prj "C:/Users/Arosha/Desktop/HDL/Traffic_Controller_Project/DebouncerTest_beh.prj" "work.DebouncerTest" "work.glbl"
| 4,415 |
the-stack-v2-dedup | Batchfile | echo set PYTHONPATH=tkaligner;%PYTHONPATH%
REM \dl\github\sentence-transformers\venv\Scripts\activate.bat
REM setlocal
REM set PYTHONPATH=tkaligner;%PYTHONPATH%
\dl\Dropbox\mat-dir\\myapps\tkaligner\.venv\Scripts\activate
| 4,416 |
the-stack-v2-dedup | Batchfile | mkdir ..\Build
cd ..\Build
cmake .. -G"MinGW Makefiles" -DCMAKE_BUILD_TYPE=Release -DASMJIT_BUILD_LIBRARY=1 -DASMJIT_BUILD_TEST=1
cd ..\Util
| 4,417 |
the-stack-v2-dedup | Batchfile | activate pytorch_gpu && python socket_main.py | 4,418 |
the-stack-v2-dedup | Batchfile | @echo off
set HOME=%~dp0
set JVE_THIRDPARTY=%HOME%\thirdparty
set PATH=%PATH%
echo ==============================================================================
echo Joel Van Eenwyk (Homepage)
echo ==============================================================================
echo.
echo 1) Run 'npm install' which w... | 4,419 |
the-stack-v2-dedup | Batchfile | :loop
java -jar mimic.jar
PAUSE
goto loop | 4,420 |
the-stack-v2-dedup | Batchfile | slmgr.vbs /upk
slmgr /ipk 33PXH-7Y6KF-2VJC9-XBBR8-HVTHH
slmgr /skms kms.itwiki.xyz:1688
slmgr /ato
slmgr.vbs -dlv | 4,421 |
the-stack-v2-dedup | Batchfile | echo --BENCH--
cd ..
echo --RUN--
python -m asv run --show-stderr --config mlprodict/asv_benchmark/asv.conf.json
if exist dist/html/asv rmdir dist/html/asv -r -f
echo --PUBLISH--
python -m asv publish --config mlprodict/asv_benchmark/asv.conf.json -o ../../dist/asv/html || exit 1 | 4,422 |
the-stack-v2-dedup | Batchfile | ../../../../.git/annex/objects/PV/M0/MD5E-s25496--5b0fec1944207f947edb351cc21b89f0.cmd/MD5E-s25496--5b0fec1944207f947edb351cc21b89f0.cmd | 4,423 |
the-stack-v2-dedup | Batchfile | @echo off
title Build Script v1.0.0
set ver=
set dist=amd64
set choice=n
:CHOICEno
cls
echo Building xuvin/s6overlay:release
echo Version: %ver%
echo Arch : %dist%
echo.
set /p ver="Choose Version (vX.XX.X.X) [%ver%]: "
IF not defined ver (
cls
GOTO ERROR1
) ELSE (GOTO QUESTION)
REM GOTO - Section
... | 4,424 |
the-stack-v2-dedup | Batchfile | ruby ..\apps\problem_generator.rb ..\..\params\experiment\problem-gen\LB.csv
ruby ..\apps\problem_generator.rb ..\..\params\experiment\problem-gen\LE.csv
ruby ..\apps\problem_generator.rb ..\..\params\experiment\problem-gen\LS.csv
ruby ..\apps\problem_generator.rb ..\..\params\experiment\problem-gen\MB.csv
ruby ..\apps... | 4,425 |
the-stack-v2-dedup | Batchfile | hla -p:tmp -s %1
| 4,426 |
the-stack-v2-dedup | Batchfile | java -jar suite.jar >> test.log
| 4,427 |
the-stack-v2-dedup | Batchfile | path = %path%;C:\Windows\Microsoft.NET\Framework\v4.0.30319;
installutil C:\Users\Zohaib\Documents\visual studio 2013\Projects\Neeo.Notification\Neeo.Notification.WinSvc\bin\Debug\PowerfulPal.Neeo.Notification.WinSvc.exe
pause | 4,428 |
the-stack-v2-dedup | Batchfile | @echo off
pyinstaller -F main.py -n Twitter-discord-webhook-1-0-0 -i icon.ico | 4,429 |
the-stack-v2-dedup | Batchfile | cmake -A Win32 .. -DCMAKE_TOOLCHAIN_FILE="..\vcpkg-export-openssl\scripts\buildsystems\vcpkg.cmake"
cmake --build . | 4,430 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
cd /d %~dp0
cd ..
set CLASSPATH=.;build\classes;lib\javacsv-2.1.jar;lib\commons-cli-1.2.jar
java civsim.Civsim %*
| 4,431 |
the-stack-v2-dedup | Batchfile | set MSVC=C:\Program Files\Microsoft Visual Studio 8\Common7\IDE
set NM_PATH="C:\Program Files\Module\NM SDK 3.00" | 4,432 |
the-stack-v2-dedup | Batchfile | setup-x86.exe -D -R c:\apps\cygwin-test -p proxy.local:8080 -q -l c:\apps\cygwin-packages -g -A -P _autorebase,_autorebase,_update-info-dir,adwaita-icon-theme,adwaita-themes,alternatives,base-cygwin,base-files,bash,bash-completion,binutils,bzip2,ca-certificates,coreutils,crypt,csih,curl,cygrunsrv,cygutils,cygwin,dash,d... | 4,433 |
the-stack-v2-dedup | Batchfile | set t=%~1
set tf=%~2
set ext=%~3
:Ray Donovan
For /l %%c in (1,1,9) do ren "RDonovan%t%0%%c [www.newpct.com].%ext%" "Ray Donovan %t%0%%c.%ext%"
For /l %%c in (10,1,25) do ren "RDonovan%t%%%c [www.newpct.com].%ext%" "Ray Donovan %t%%%c.%ext%"
For /l %%c in (1,1,9) do ren "RayDonovan%t%0%%c [www.newpct.com].%ext%" "Ray D... | 4,434 |
the-stack-v2-dedup | Batchfile | @pushd "%~dp0"
@7z.exe x -o"%TEMP%\HBCD" -y Files\McAfeeRemovalTool.7z
@start "" /D"%TEMP%\HBCD" "MCPR.exe" | 4,435 |
the-stack-v2-dedup | Batchfile | cmd_drivers/mtd/mtd_blkdevs.mod := { echo drivers/mtd/mtd_blkdevs.o; echo; } > drivers/mtd/mtd_blkdevs.mod
| 4,436 |
the-stack-v2-dedup | Batchfile | :: Tumas Bajoras, PS3. Transliavimo metodai 2011 m. rudens semestras
parser.exe > results < Sample25.trm
parser.exe > results_bad < Samplebad25.trm
| 4,437 |
the-stack-v2-dedup | Batchfile | call mvn dependency:tree > tree.txt
pause | 4,438 |
the-stack-v2-dedup | Batchfile | lcc -o caj16.exe caj.c jstrcnv.c jstruplo.c c:\lsic86\lib\s\expand.obj
del caj.obj
del js*.obj
| 4,439 |
the-stack-v2-dedup | Batchfile | python regexp.py in.txt out.txt | 4,440 |
the-stack-v2-dedup | Batchfile | java -jar build\libs\clase5.jar edu.it.App | 4,441 |
the-stack-v2-dedup | Batchfile | @echo off
mkdir bin >nul
mkdir bin\Debug >nul
mkdir bin\Debug\assets >nul
robocopy "dist-static" "bin\Debug" /mir
robocopy "assets-static" "bin\Debug\assets" /mir
set msbuildpath="%programfiles(x86)%\MSBuild\14.0\Bin\"
cd src\ProjectBowtie
%msbuildpath%msbuild.exe /p:Configuration=Debug /p:outdir="..\..\bin"
echo Done.... | 4,442 |
the-stack-v2-dedup | Batchfile | @call "%~dp0gcj_download_input.bat" %*
@exit /b %errorlevel%
| 4,443 |
the-stack-v2-dedup | Batchfile | @echo off
set T_FILENAME="Hang-On (E) [!].sms"
set SCRIPTNAME="hangonsms"
java -jar Hextractor.jar -eh %T_FILENAME% %SCRIPTNAME%.ext.hex
| 4,444 |
the-stack-v2-dedup | Batchfile |
sudo apt-get install git-core
sudo apt-get install openjdk-8-jdk
sudo apt-get install maven
sudo update-ca-certificates -f
mkdir .m2
wget -q -O - https://raw.githubusercontent.com/opendaylight/odlparent/master/settings.xml > ~/.m2/settings.xml
git clone https://git.opendaylight.org/gerrit/p/integration/distributi... | 4,445 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
TYPE C:\BDPL\scripts\bdpl.txt
ECHO.
ECHO.
ECHO.
if "%1." =="." GOTO No1
setlocal EnableDelayedExpansion
IF NOT EXIST Z: (
ECHO Connecting to main BDPL workspace...
ECHO.
REM Get username
SET /P _username="Enter your IU username: "
REM Server passed in as CMD.EXE arg
REM Co... | 4,446 |
the-stack-v2-dedup | Batchfile | cls
cd %~dp0%
@echo off
REM start /min computerInfo.bat
start invisible.vbs computerInfo.bat
exit | 4,447 |
the-stack-v2-dedup | Batchfile | @echo off
cd qg1new
scidhuv
cd..
| 4,448 |
the-stack-v2-dedup | Batchfile | @echo off & pushd "%~dp0"
ml /nologo /safeseh /c "sppcext.dll.obj.asm"
cl /MT /Ox "sppcext.dll.cpp" /link /dll shlwapi.lib /def:"sppcext.dll.def" "sppcext.dll.obj.obj" /out:"x86.sppcext.dll"
| 4,449 |
the-stack-v2-dedup | Batchfile | cmd_/home/barry/training/kernel/drivers/globalmem/ch6/globalmem.ko := ld -r -m elf_i386 -T /usr/src/linux-headers-3.8.0-39-generic/scripts/module-common.lds --build-id -o /home/barry/training/kernel/drivers/globalmem/ch6/globalmem.ko /home/barry/training/kernel/drivers/globalmem/ch6/globalmem.o /home/barry/training/ke... | 4,450 |
the-stack-v2-dedup | Batchfile | echo off
echo "Building..."
C:\SysGCC\raspberry\bin\arm-linux-gnueabihf-g++.exe -ggdb main.cpp comms.cpp tempsensors.cpp relaycontrol.cpp logger.cpp controller.cpp ../pugixml/src/pugixml.cpp -o therminal -lwiringPi -lpthread
REM C:\SysGCC\raspberry\bin\arm-linux-gnueabihf-g++.exe -ggdb test1.cpp -o test1
echo "Bu... | 4,451 |
the-stack-v2-dedup | Batchfile | CALL ng update @angular/cli
CALL ng update @angular/core
CALL ng update @angular-devkit/build-angular
| 4,452 |
the-stack-v2-dedup | Batchfile | set cookies=Cookie: SRV=aaa; PHPSESSID=xxx
goto dalej
curl -v https://www.bridgebase.com/myhands/hands.php?tourney=17901-1617418791- ^
-H "%cookies%" ^
-o hands.php%%3Ftourney=2196-1376162040-.html
curl -v https://www.bridgebase.com/myhands/hands.php?traveller=17901-1617418791-72774681 ^
-H "%cookies%... | 4,453 |
the-stack-v2-dedup | Batchfile | @echo off
SC QUERY mysql
SC QUERY vmms
pause | 4,454 |
the-stack-v2-dedup | Batchfile |
set apk_file=ndrop-release-signed-1.6.11-aligned.apk
set apk_name=org.network.ndrop
curl -o %apk_file% http://192.168.100.10:8000/%apk_file%
platform-tools\adb uninstall %apk_name%
platform-tools\adb install %apk_file%
| 4,455 |
the-stack-v2-dedup | Batchfile | @ECHO OFF
ECHO.
ECHO ####### Restarting Sending Ad #######
ECHO.
php -f ./sendHtmlEmail.php
ECHO.
ECHO ####### Finish Sending Ad #######
ECHO.
@ECHO ON | 4,456 |
the-stack-v2-dedup | Batchfile | cd DATA
start "" "START_PC.exe" | 4,457 |
the-stack-v2-dedup | Batchfile | @echo off
set a=1
setlocal enabledelayedexpansion
if %1 geq 0 (
for /l %%i in (1,1,%1) do (
set /a a=!a! * %%i
REM echo !a!
)
echo %1 silnia = !a!
) else (
echo Podana liczba nie jest wieksza od 0
) | 4,458 |
the-stack-v2-dedup | Batchfile | javah -jni -o preview_handler_jni.h -classpath ..\bin\ edu.dhbw.andar.CameraPreviewHandler
javah -jni -o marker_info.h -classpath ..\bin\ edu.dhbw.andar.ARToolkit
| 4,459 |
the-stack-v2-dedup | Batchfile | pad_designer -s "r155_60.psr"
allegro -s opa350ua-sop8.scr
| 4,460 |
the-stack-v2-dedup | Batchfile | cmd_usr/include/asm/e820.h := sh ./scripts/headers_install.sh arch/x86/include/uapi/asm/e820.h usr/include/asm/e820.h
| 4,461 |
the-stack-v2-dedup | Batchfile | glslc mono-tone.comp -o mono-tone.comp.spv
glslc contours.comp -o contours.comp.spv
glslc combine.comp -o combine.comp.spv
glslc combine2.comp -o combine2.comp.spv
glslc gaussx.comp -o gaussx.comp.spv
glslc gaussy.comp -o gaussy.comp.spv
| 4,462 |
the-stack-v2-dedup | Batchfile | docker-compose -f docker-compose.base.yml -f docker-compose.build.yml build
docker-compose -f docker-compose.base.yml -f docker-compose.build.yml run --rm wait-for-db
docker-compose -f docker-compose.base.yml -f docker-compose.build.yml -f docker-compose.map-ports.yml up -d sugar-v2 | 4,463 |
the-stack-v2-dedup | Batchfile | flac -d -c 1.flac > 1.wav | 4,464 |
the-stack-v2-dedup | Batchfile | package com.example.oneapplication;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import android.widget.CheckBox;
import android.widget.CompoundButton;
import android.widget.Edi... | 4,465 |
the-stack-v2-dedup | Batchfile | @echo off
call ../root.direct.bat
sass --watch public/ajax/libs/css/jquery_ui/theme_3/scss/:public/ajax/libs/css/jquery_ui/theme_3/ --style compressed --scss | 4,466 |
the-stack-v2-dedup | Batchfile | @echo off
title flv 83
echo µ±Ç°Ä¿Â¼ÊÇ£º%cd%
node %cd%\app.js
pause
| 4,467 |
the-stack-v2-dedup | Batchfile | set classpath=..\appengine-api-1.2.0.jar;..\httpclient-4.5.jar;..\httpcore-4.4.1.jar;..\org-apache-commons-logging.jar;..\org.json.jar;
javac NotificationGenerator.java
javac JavaApplication1.java
| 4,468 |
the-stack-v2-dedup | Batchfile | #----------------------------------------
# JasperGold Version Info
# tool : JasperGold 2016.09
# platform : Linux 3.10.0-957.21.3.el7.x86_64
# version : 2016.09p002 64 bits
# build date: 2016.11.28 18:08:41 PST
#----------------------------------------
# started Tue Apr 28 16:06:30 PDT 2020
# hostname : rsg24... | 4,469 |
the-stack-v2-dedup | Batchfile | :: 윈도우즈 커맨드들을 모아서 한꺼번에 실행해주는 스크립트
@python c:\Users\student\scripts\hello.py %*
@pause | 4,470 |
the-stack-v2-dedup | Batchfile | docker run --net=confluent --rm confluentinc/cp-kafka:6.2.0 kafka-console-consumer --bootstrap-server kafka:9092 --topic foo | 4,471 |
the-stack-v2-dedup | Batchfile | @echo off
echo Downloading version.txt
curl https://mysterious-inlet-24356.herokuapp.com/version.txt -o src\main\resources\version.txt
echo Downloading packets.xml
curl https://mysterious-inlet-24356.herokuapp.com/packets.xml -o src\main\resources\packets.xml
echo Downloading objects.xml
curl https://mysterious-inlet-2... | 4,472 |
the-stack-v2-dedup | Batchfile | python -m venv .\bin\venv
.\bin\venv\Scripts\activate
pip install -r .\bin\venvRequirements.txt | 4,473 |
the-stack-v2-dedup | Batchfile | @echo off
..\bin\ca65 -t apple2enh -v constants.asm
..\bin\ca65 -t apple2enh -v math.asm
..\bin\ca65 -t apple2enh -v utilities.asm
..\bin\ca65 -t apple2enh -v hgr_color_change_handler.asm
..\bin\ca65 -t apple2enh -v hgr_text_write.asm
..\bin\ca65 -t apple2enh -v hgr_compute_vram.asm
..\bin\ca65 -t apple2enh -v hgr_writ... | 4,474 |
the-stack-v2-dedup | Batchfile | c:\Python26\Lib\site-packages\PyQt4\bin\pyrcc4.exe -o icons.py -compress 0 icons.qrc
pause | 4,475 |
the-stack-v2-dedup | Batchfile | @echo off
set HOME=%HOMEDRIVE%%HOMEPATH%
set GAZEBO_MASTER_URI=http://localhost:11345
set GAZEBO_MODEL_DATABASE_URI=http://models.gazebosim.org
set GAZEBO_RESOURCE_PATH=D:\gz-ws\share\gazebo-10;%GAZEBO_RESOURCE_PATH%
set GAZEBO_PLUGIN_PATH=D:\gz-ws\lib\gazebo-10\plugins;%GAZEBO_PLUGIN_PATH%
set GAZEBO_MODEL_PATH=D:\gz-... | 4,476 |
the-stack-v2-dedup | Batchfile | ../dateMath.cmd | 4,477 |
the-stack-v2-dedup | Batchfile | nuget push LightNode.Core.1.3.1.nupkg
nuget push LightNode.Server.1.3.1.nupkg
nuget push LightNode.Client.PCL.T4.1.3.1.nupkg
nuget push LightNode.Client.UniRx.T4.1.3.1.nupkg
nuget push LightNode.Formatter.ProtoBuf.1.3.1.nupkg
nuget push LightNode.Formatter.MsgPack.1.3.1.nupkg
nuget push LightNode.Formatter.JsonNet.1.3.... | 4,478 |
the-stack-v2-dedup | Batchfile | @echo off
set T_FILENAME="TR_Wonder Boy III - Monster Lair (JE) [c][!].bin"
set S_FILENAME="Wonder Boy III - Monster Lair (JE) [c][!].bin"
set SCRIPTNAME="monsterlair"
java -jar Hextractor.jar -cip %S_FILENAME% %T_FILENAME% %SCRIPTNAME%.ips
pause
| 4,479 |
the-stack-v2-dedup | Batchfile | net stop Hamachi2Svc
net stop LMIGuardianSvc
taskkill /f /im hamachi-2.exe
taskkill /f /im LMIGuardianSvc.exe
net start LMIGuardianSvc
net start Hamachi2Svc | 4,480 |
the-stack-v2-dedup | Batchfile | call mvn clean install
call java -jar target\unit_3_review_types.jar | 4,481 |
the-stack-v2-dedup | Batchfile | start /max .\Scripts\start.bat | 4,482 |
the-stack-v2-dedup | Batchfile | powershell -ExecutionPolicy ByPass -command ".\profileCleanup.ps1 silent" | 4,483 |
the-stack-v2-dedup | Batchfile |
cl /W4 /LD Library.cpp Library.def
cl /W4 App.cpp /link Library.lib | 4,484 |
the-stack-v2-dedup | Batchfile |
@if [%1] == [] goto :end
@if %1 == v06 goto :v06
@if %1 == fh2 goto :fh2
@goto :end
@REM =======================V06================================
:v06
@set var=0x27f1
@goto :start
@REM =======================FH2================================
:fh2
@set var=0x489
@goto :start
@REM =================... | 4,485 |
the-stack-v2-dedup | Batchfile | @echo off
REM
REM Set VS vars and run a command
REM
SET PATH=\perl64\bin;\perl\bin;%PATH%
if DEFINED VSINSTALLDIR GOTO :done
for /l %%v in (2017, 1, 2025) do (
set VS=%%v
IF EXIST "%PROGRAMFILES(x86)%\Microsoft Visual Studio\%%v\Community\VC\Auxiliary\Build\vcvarsall.bat" call "%PROGRAMFILES(... | 4,486 |
the-stack-v2-dedup | Batchfile | @echo off
curl "https://raw.githubusercontent.com/kefyru/V8Lib/master/V8Lib/v8lib.register.bat" --create-dirs --output "%ProgramFiles%\1cv8\v8lib\v8lib.register.bat"
"%ProgramFiles%\1cv8\v8lib\v8lib.register.bat"
| 4,487 |
the-stack-v2-dedup | Batchfile | git init
npm init && npm i --save body-parser compression console-hrtime cookie-parser cookie-session express express-handlebars make-promises-safe mongodb morgan stoppable && npm i --save-dev eslint eslint-config-airbnb-base eslint-plugin-compat eslint-plugin-import | 4,488 |
the-stack-v2-dedup | Batchfile | rd /s /q public
node_modules/.bin/brunch watch
| 4,489 |
the-stack-v2-dedup | Batchfile | rem
rem JDIC 20061102 for Microsoft Windows
rem
set JDIC_PACKAGER_JAVAHOME=C:\jdk1.6.0\jdic
set CLASSPATH=%CLASSPATH%;%JDIC_PACKAGER_JAVAHOME%\jdic.jar;
set PATH=%PATH%;%JDIC_PACKAGER_JAVAHOME%\jdic.dll;%JDIC_PACKAGER_JAVAHOME%\tray.dll;
rem
rem JDIC 0.9.5 for Cross Platform
rem
rem set CLASSPATH=%CLASSPATH%;%JDIC... | 4,490 |
the-stack-v2-dedup | Batchfile | narrange-console Assets\GridiaClient /c:gridia-client-config.xml
narrange-console Assets\Views /c:gridia-client-config.xml | 4,491 |
the-stack-v2-dedup | Batchfile | cd pbfiles && protoc --go_out=plugins=grpc:../services Prod.proto
protoc --go_out=plugins=grpc:../services Orders.proto
protoc --go_out=plugins=grpc:../services Users.proto
protoc --go_out=plugins=grpc:../services Models.proto
protoc --grpc-gateway_out=logtostderr=true:../services Prod.proto
protoc --grpc-... | 4,492 |
the-stack-v2-dedup | Batchfile | echo off
echo TEST1
del b.in
del b.out
copy 01 b.in
%1
check b.in b.out 01.a
pause
echo TEST2
del b.in
del b.out
copy 02 b.in
%1
check b.in b.out 02.a
pause
echo TEST3
del b.in
del b.out
copy 03 b.in
%1
check b.in b.out 03.a
pause
echo TEST4
del b.in
del b.out
copy 04 b.in
%1
check b.... | 4,493 |
the-stack-v2-dedup | Batchfile | D:\Builds\setuppcl2afp.exe -i silent | 4,494 |
the-stack-v2-dedup | Batchfile | D:/SDK/VulkanSDK/1.1.121.2/Bin/glslangValidator.exe -V opaque.vert -o ./compiled_shaders/opaque_vert.spv
D:/SDK/VulkanSDK/1.1.121.2/Bin/glslangValidator.exe -V opaque.frag -o ./compiled_shaders/opaque_frag.spv
D:/SDK/VulkanSDK/1.1.121.2/Bin/glslangValidator.exe -V skybox.vert -o ./compiled_shaders/skybox_vert.spv
D:/SD... | 4,495 |
the-stack-v2-dedup | Batchfile | if not exist C:\tmp (
mkdir C:\tmp
)
if exist z:\ (
net use z: /delete /y
)
net use Z: \\t7minecraftstate.file.core.windows.net\state /u:AZURE\t7minecraftstate rzcZ2yF0VjKv21iBlepch5lBBKB2y7Dn8GupduvJuI2ZsjyaKZOjdya3T304EN8bqf8nkEi1QIoh/bTALJhvmw== > error.txt 2>&1
if exist c:\timo (
rm c:\timo
)
mklink /d "c:... | 4,496 |
the-stack-v2-dedup | Batchfile | dotnet clean DemoEFWebApi.sln
dotnet clean DemoEFWebApi.sln --configuration Release
dotnet build DemoEFWebApi.sln
pause
| 4,497 |
the-stack-v2-dedup | Batchfile |
set PATH=%~dp0;%PATH%
premake5 --file=premake5-easyhook.lua vs2005
pause | 4,498 |
the-stack-v2-dedup | Batchfile | @echo off
title Cleanup afterwards
rem
rem DiskFill
rem
c:
cd \
:again
dir c:\*.jpg > c:\tocleanup.txt
for /f %%i in ('dir *.jpg') do del %%i
goto again | 4,499 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.