source string | code_lang string | content string | idx int64 |
|---|---|---|---|
the-stack-v2-dedup | Batchfile | cmd_/home/saiful/Documents/Programming/Linux_Device_Driver/mouse4/mo4.ko := ld -r -m elf_x86_64 -z max-page-size=0x200000 -T ./scripts/module-common.lds --build-id -o /home/saiful/Documents/Programming/Linux_Device_Driver/mouse4/mo4.ko /home/saiful/Documents/Programming/Linux_Device_Driver/mouse4/mo4.o /home/saiful/D... | 3,700 |
the-stack-v2-dedup | Batchfile | -intstyle "ise" -incremental -lib "unisims_ver" -lib "unimacro_ver" -lib "xilinxcorelib_ver" -o "/parane4/testFifoSynch_isim_beh.exe" -prj "/parane4/testFifoSynch_beh.prj" "work.testFifoSynch" "work.glbl"
| 3,701 |
the-stack-v2-dedup | Batchfile | java -cp JET_0002_TEAM06-0.0.1-SNAPSHOT.jar org.team6.Client.ClientApp | 3,702 |
the-stack-v2-dedup | Batchfile | cls
@echo Starting the PizzaRecommendator program
pip install -r .\src\requirements.txt
py.test -v
C:/Users/dvrib/AppData/Local/Programs/Python/Python38/python.exe d:/Projects/Inatel/P8/S202-L2/S202-Lab-PizzaRecommender/src/main.py "d" | 3,703 |
the-stack-v2-dedup | Batchfile | c:\flutter\flutter\bin\flutter clean
| 3,704 |
the-stack-v2-dedup | Batchfile | setlocal
set "_fileText=e:\WordEngineering\GitHub.com\gitrm2020-12-16T1957.txt"
for /F "tokens=*" %%A in ('type "%_fileText%"') do git rm "%%A"
endlocal
| 3,705 |
the-stack-v2-dedup | Batchfile | REM set R version
set RVERSION=3.4.1patched
REM you should not need to edit
set RBIN=%PROGRAMFILES%\R\R-%RVERSION%\bin
set RSCRIPT="%RBIN%\Rscript.exe"
set BUILDSCR="%USERPROFILE%\OneDrive\Documents\Github\randomjohn.github.io\Rmd2md.R"
%RSCRIPT% %BUILDSCR%
| 3,706 |
the-stack-v2-dedup | Batchfile | %systemroot%\microsoft.net\framework\v2.0.50727\aspnet_regiis -i
| 3,707 |
the-stack-v2-dedup | Batchfile | docker-compose exec workspace bash | 3,708 |
the-stack-v2-dedup | Batchfile | @echo off
::
:: Create high quality gif from image sequence
::
:: image format: image-001.jpg
ffmpeg -f image2 -i img-%%03d.jpg -vf scale=400:-1:sws_dither=ed,palettegen palette.png
ffmpeg.exe -f image2 -framerate 5 -i img-%%03d.jpg video.flv
ffmpeg.exe -i video.flv -framerate 5 -i palette.png -filter_complex "sc... | 3,709 |
the-stack-v2-dedup | Batchfile |
"D:\Program Files\Java\jdk1.8.0_144\bin\wsimport.exe" -d java -target 2.0 -p rnk.l10.soap.cbko -extension -keep -verbose -b http://www.w3.org/2001/XMLSchema.xsd -b ./cbr_custom.xjb -J"-Djavax.xml.accessExternalDTD=all" http://www.cbr.ru/CreditInfoWebServ/CreditOrgInfo.asmx?WSDL
| 3,710 |
the-stack-v2-dedup | Batchfile | @echo OFF
CD /D %~dp1
ffmpeg -i %~nx1 -vf subtitles=%~nx1:si=0 -c:v libx264 -c:a copy -map 0:v -map 0:a:0 %~n1.mp4
pause | 3,711 |
the-stack-v2-dedup | Batchfile | docker-compose --file docker-compose.maintenance.yml up --detach %*
| 3,712 |
the-stack-v2-dedup | Batchfile | @echo off
SET IMG_PATH=%1
SET IMG_NAME=%2
SET TARGET_IMG_PATH=%3
SET TARGET_IMG_PATH_NAME=%TARGET_IMG_PATH%%IMG_NAME%
SET TARGET_IMG_TMP_PATH_NAME=%TARGET_IMG_PATH%tmp/%IMG_NAME%
SET THRESHOLD=%4
cp %IMG_PATH%%IMG_NAME% %TARGET_IMG_PATH%tmp/%IMG_NAME%
convert %TARGET_IMG_TMP_PATH_NAME% ( +clone -fx "p{0,0}"... | 3,713 |
the-stack-v2-dedup | Batchfile | echo off
cls
:a
node index.js
goto a | 3,714 |
the-stack-v2-dedup | Batchfile | @echo off
@set toolsdir=%~d0%~p0
if NOT EXIST %toolsdir%\wget\wget.exe goto wget_not_found
%toolsdir%\wget\wget.exe --no-clobber http://stahlworks.com/dev/unzip.exe
%toolsdir%\wget\wget.exe --no-clobber http://downloads.sourceforge.net/sevenzip/7za465.zip
:: extracting 7za.exe
unzip -o 7za465.zip 7za.exe
... | 3,715 |
the-stack-v2-dedup | Batchfile | cd ~/NetCore/Community-Discord-BOT/src/CommunityBot
dotnet publish CommunityBot -r win-arm -c Release
ssh Administrator@192.168.0.101 "kill.exe CommunityBot"
scp -r ~/NetCore/Community-Discord-BOT/CommunityBot/bin/Release/netcoreapp2.0/win-arm/publish/* Administrator@192.168.0.101:./../../../miunie
ssh Administrator@19... | 3,716 |
the-stack-v2-dedup | Batchfile | python -m venv venv
venv\Scripts\activate.bat | 3,717 |
the-stack-v2-dedup | Batchfile | cmake --build "%~dp0build"
| 3,718 |
the-stack-v2-dedup | Batchfile | set filepath="%~dpn1.ps1"
@echo off
set RESTVAR=
shift
:loop1
if "%~1"=="" goto after_loop
set RESTVAR=%RESTVAR% %1
shift
goto loop1
:after_loop
PowerShell -NoProfile -ExecutionPolicy Bypass -File %filepath% %RESTVAR%
| 3,719 |
the-stack-v2-dedup | Batchfile | path %path%
java -Xmx256m -Djava.ext.dirs=.\libs com.tonyli.recipefinder.RecipeFinderServer | 3,720 |
the-stack-v2-dedup | Batchfile | setlocal
set JAVA_HOME=%JAVA5_HOME%
call mvn -X -DfullTests clean install >std 2>err
endlocal | 3,721 |
the-stack-v2-dedup | Batchfile | gcc -o ChatAES.exe chat_aes_main.c -lncryptor -lncoder -L lib -I include -I include/ncoder -I include/ncryptor | 3,722 |
the-stack-v2-dedup | Batchfile | start /wait docker network create finanzblick-net
start /wait mvn clean install
start /wait docker build . -t finanzblickscraper
start /wait docker stop fb-scraper
start /wait docker rm fb-scraper
start /wait docker run -dit -v C:\docker_share:/opt/docker_share --name fb-scraper --network finanzblick-net -e FINANZBLICK... | 3,723 |
the-stack-v2-dedup | Batchfile | call %GAUDIONLINEROOT%\tests\cmt\preamble.bat
set msg_svc=MessageSvc
set UTGID=MBMMon
start "%UTGID%" %GAUDIONLINEROOT%\%CMTCONFIG%\Gaudi.exe OnlineKernel.dll mbm_mon
set UTGID=TanMon
rem start "%UTGID%" %GAUDIONLINEROOT%\%CMTCONFIG%\Gaudi.exe OnlineKernel.dll tanmon -c
set UTGID=OutputBuffer
start "%UTGID%" %gaudi_exe... | 3,724 |
the-stack-v2-dedup | Batchfile | @echo off
if "%1"=="" goto loop
copy robot%1.in robot.in >nul
echo Problem Test
echo Data %1
time<enter
robot
time<enter
fc robot.out robot%1.out
del robot.in
del robot.out
pause
goto end
:loop
for %%i in (1 2 3 4 5 6 7 8 9 10) do call %0 %%i
:end
| 3,725 |
the-stack-v2-dedup | Batchfile | @echo off
fdelta neostreet %1 > %1.fdelt.out
call mydl out
| 3,726 |
the-stack-v2-dedup | Batchfile | @echo off
mkdir PDF
move *.pdf PDF | 3,727 |
the-stack-v2-dedup | Batchfile | @echo off
nasm kernel.asm -o kernel.bin
cd programs
for %%i in (*.asm) do nasm -O0 -fbin %%i
for %%i in (*.prg) do del %%i
for %%i in (*.) do ren %%i %%i.prg
cd ..
pause | 3,728 |
the-stack-v2-dedup | Batchfile | @echo off
set T_FILENAME="TR_Duck Hunt (W) [!].nes"
set SCRIPTNAME="duckhuntnes"
java -jar Hextractor.jar -eh %T_FILENAME% %SCRIPTNAME%.ext.hex 5150:10,5DB0:30,5210:10
pause
| 3,729 |
the-stack-v2-dedup | Batchfile | "dependencies/Premake/premake5.exe" vs2013 | 3,730 |
the-stack-v2-dedup | Batchfile | title My_piano
color f0
cls
python g:\haha.py | 3,731 |
the-stack-v2-dedup | Batchfile | @echo off
powershell -ExecutionPolicy Unrestricted ./sitelist.ps1
| 3,732 |
the-stack-v2-dedup | Batchfile | sdcc httppong.c
packihx httppong.ihx > httppong.hex
| 3,733 |
the-stack-v2-dedup | Batchfile | @echo off
rem
rem Download make executable:
rem
rem http://www.equation.com/servlet/equation.cmd?fa=make
rem
rem Save executable as:
rem
rem "%ProgramFiles%\GNU\make.exe"
rem
set __SOURCE_PATH=%~dp0
set __SOURCE_PATH=%__SOURCE_PATH:~0,-1%
set __MAKE_BINARY=%ProgramFiles%\GNU\make.exe
set __VS_LOCATION=%ProgramFile... | 3,734 |
the-stack-v2-dedup | Batchfile | @echo off
C:\VulkanSDK\1.2.182.0\Bin\glslc.exe pbr.vert -o pbr_vert.spv
C:\VulkanSDK\1.2.182.0\Bin\glslc.exe pbr.frag -o pbr_frag.spv
pause | 3,735 |
the-stack-v2-dedup | Batchfile |
set ARM_SUBSCRIPTION_ID
set ARM_CLIENT_ID
set ARM_CLIENT_SECRET
set ARM_TENANT_ID
| 3,736 |
the-stack-v2-dedup | Batchfile | set WSFRUBY_VERSION=1.1.0 | 3,737 |
the-stack-v2-dedup | Batchfile | XCOPY "..\Client\bin\Debug\net5.0\SquareQ.Quiz.Client.Oqtane.dll" "..\..\oqtane.framework\Oqtane.Server\bin\Debug\net5.0\" /Y
XCOPY "..\Client\bin\Debug\net5.0\SquareQ.Quiz.Client.Oqtane.pdb" "..\..\oqtane.framework\Oqtane.Server\bin\Debug\net5.0\" /Y
XCOPY "..\Server\bin\Debug\net5.0\SquareQ.Quiz.Server.Oqtane.dll" ".... | 3,738 |
the-stack-v2-dedup | Batchfile | start javaw -Djava.util.logging.config.file=./conf/loggingClient.properties -Xmx30m -jar "BetaSeries Exporter.jar" | 3,739 |
the-stack-v2-dedup | Batchfile | @if %_echo%. == . @echo off
rem
rem USH.CMD - Uri's Shell
rem
:set_uri
if "%URI_HOME%"=="" set URI_HOME=c:\uri
:set_archname
if "%PROCESSOR_ARCHITECTURE%"=="AMD64" set archname=x64
if "%PROCESSOR_ARCHITECTURE%"=="x86" set archname=x86
:verify_java
if "%JAVA_HOME%"=="" ... | 3,740 |
the-stack-v2-dedup | Batchfile | mvn -Denv=report site | 3,741 |
the-stack-v2-dedup | Batchfile | @echo off
@rem download JDK 8 from here https://www.oracle.com/java/technologies/javase/javase-jdk8-downloads.html
set JAVA_HOME=.\..\jdk1.8.0_291
set PATH=%JAVA_HOME%\bin;%PATH%
set MAVEN_HOME=".\..\apache-maven-3.8.1-bin\apache-maven-3.8.1"
set PATH=%MAVEN_HOME%\bin;%PATH%
call %MAVEN_HOME%\bin\mvn.cmd ... | 3,742 |
the-stack-v2-dedup | Batchfile | ;;;===,,,@echo off
;;;===,,,findstr /v "^;;;===,,," "%~f0" > "%~dp0ps.ps1"
;;;===,,,PowerShell.exe -ExecutionPolicy Bypass -Command "& '%~dp0ps.ps1'"
;;;===,,,del /s /q "%~dp0ps.ps1" >NUL 2>&1
;;;===,,,pause
;;;===,,,exit
Write-Host @'
Author: @Daksh777
Website: https://daksh.eu.org
'@`n
function RefreshPath {
$e... | 3,743 |
the-stack-v2-dedup | Batchfile | @echo off
SET DIR=..\..\common
copy %DIR%\jvclbase.inc %DIR%\jvclc5.inc
copy %DIR%\jvclbase.inc %DIR%\jvclc6.inc
copy %DIR%\jvclbase.inc %DIR%\jvcld5.inc
copy %DIR%\jvclbase.inc %DIR%\jvcld6.inc
copy %DIR%\jvclbase.inc %DIR%\jvcld7.inc
copy %DIR%\jvclbase.inc %DIR%\jvcld9.inc
copy %DIR%\jvclbase.inc %DIR%\jvcld... | 3,744 |
the-stack-v2-dedup | Batchfile | @echo off
cls
mode con: cols=27 lines=3
cd C:\android-sdk\platform-tools
:wait
color af
title Loading...
echo.
echo Loading...
adb kill-server
adb start-server
cls
title Connect
echo.
echo Please Connect Android...
adb wait-for-device
color e0
cls
title Please Wait
echo.
echo Relaunching In USB Mode..
adb usb
c... | 3,745 |
the-stack-v2-dedup | Batchfile | CALL buildoniguruma.bat
CALL buildzlib.bat
CALL buildopenssl.bat
| 3,746 |
the-stack-v2-dedup | Batchfile | @echo off
set name=project
pdflatex %name%.tex
%name%.pdf | 3,747 |
the-stack-v2-dedup | Batchfile | rem enter Temp Folder of PDF-Mailer
set PDFMailerTemp="D:\PDFMailer\Temp\"
rem remove temporary PDF-Mailer files
rmdir /s /q %PDFMailerTemp%
rem recreate TEMP-folder
mkdir %PDFMailerTemp%
| 3,748 |
the-stack-v2-dedup | Batchfile | @echo off
rem Sets makefile source code for the different platforms
rem Based on fix.bat of Allegro.
rem Modified By Kronoman - In loving memory of my father.
rem Modified By Guillermo "Ñuño" Martínez.
if [%1] == [linux] goto linux
if [%1] == [win] goto win
goto help
:win
echo Configuring for Windows/FPC...
echo # ... | 3,749 |
the-stack-v2-dedup | Batchfile | REM
REM Installasjon av databasedriver og databasekilder.
REM
%JBOSS_HOME%\bin\jboss-cli.bat --file=mysql-database-config-wildfly.cli
REM
REM Installasjon av applikasjoner.
REM
%JBOSS_HOME%\bin\jboss-cli.bat --file=deployApp.cli
REM
REM Avinstallering av applikasjoner.
REM
REM %JBOSS_HOME%\bin\jboss-cli.bat ... | 3,750 |
the-stack-v2-dedup | Batchfile | cd Tests
cd CSharpCore
dotnet test --filter "FullyQualifiedName~Lextm.SharpSnmpLib.Integration"
dotnet test --filter "FullyQualifiedName~Lextm.SharpSnmpLib.Unit"
cd ..
cd ..
| 3,751 |
the-stack-v2-dedup | Batchfile | java -cp WebContent/WEB-INF/lib/hsqldb.jar org.hsqldb.server.Server --database.0 file:c:/temp/secdb --dbname.0 secdb | 3,752 |
the-stack-v2-dedup | Batchfile | @echo off
echo [INFO] Re-create the schema and provision the sample data.
cd %~dp0
cd ..
set path=%MAVEN_HOME%/bin;%windir%/system32;%path%
call mvn antrun:run -Pinit-db
cd db
pause | 3,753 |
the-stack-v2-dedup | Batchfile | -intstyle "ise" -incremental -o "C:/Temp/digkon/project/host_cpld2/ctrl_isim_beh.exe" -prj "C:/Temp/digkon/project/host_cpld2/ctrl_beh.prj" "work.ctrl"
| 3,754 |
the-stack-v2-dedup | Batchfile | cd /d %1
sass --watch .:.
pause | 3,755 |
the-stack-v2-dedup | Batchfile | set hh=%time:~0,2%
if "%time:~0,1%"==" " set hh=0%hh:~1,1%
set yymmdd_hhmmss=%date:~6,4%%date:~3,2%%date:~0,2%_%hh%%time:~3,2%%time:~6,2%
move unit.dmp .\db\unit_%yymmdd_hhmmss%.dmp
expdp STATELESS_UNIT/1234 schemas=STATELESS_UNIT directory=ECLIPSE_STATELESS_UNIT dumpfile=unit.dmp logfile=_backup.log | 3,756 |
the-stack-v2-dedup | Batchfile | @echo off
echo -------------------------
echo Add certificates
echo -------------------------
echo Setting up Client certificate
makecert.exe -sr LocalMachine -ss My -a sha1 -sk DiscoverySecureClient -n CN=DiscoverySecureClientCertificate -sky exchange -pe
certmgr.exe -add -c -n DiscoverySecureClientCertifica... | 3,757 |
the-stack-v2-dedup | Batchfile | @echo off
rem This script will remove all experimental hives of all
rem Visual Studio configurations to to reset everything
rem for debugging of VSIX projects
set VS_PATH=Microsoft\VisualStudio
cd /D %LOCALAPPDATA%\%VS_PATH%
if not %ERRORLEVEL%%==0 (
echo could not change directory to local app data
ti... | 3,758 |
the-stack-v2-dedup | Batchfile | cd ..
set CLASSPATH=classes
java -Djava.security.policy=java.policy fshare.serveur.RemoteServeurImpl toto
pause | 3,759 |
the-stack-v2-dedup | Batchfile | adb install -r app\build\outputs\apk\app-debug.apk
| 3,760 |
the-stack-v2-dedup | Batchfile | lib\batamcoind.exe --config-file configs/batamcoin.conf | 3,761 |
the-stack-v2-dedup | Batchfile | C:\My\Sun\SDK\jdk\bin\java SmallestMultiple20 | 3,762 |
the-stack-v2-dedup | Batchfile | REM call nightly test builds for win8
call "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" x86
echo %PATH%
set LOG_PATH=C:\dev\NIGHTLY\logs
set SCRIPT_PATH=C:\dev\NIGHTLY\scripts
REM we change into to the script directory
pushd %SCRIPT... | 3,763 |
the-stack-v2-dedup | Batchfile | @echo off
set "NSIS_LOG_FILE=%~1"
set FIND_ERRORS=0
set FIND_WARNINGS=0
echo.Log file: "%CD:\=/%/%NSIS_LOG_FILE%"
rem TODO:
rem * Fix not full Usage output, where prints only first text line:
rem >Usage: WriteRegBin rootkey subkey entry_name hex_string_like_12848412AB
rem > root_key=(HKCR|HKLM|H... | 3,764 |
the-stack-v2-dedup | Batchfile | "C:\Program Files (x86)\MSBuild\14.0\Bin\MSBuild.exe" ..\Source\JourneyDiary.Web\JourneyDiary.Web.csproj /t:Rebuild /p:Configuration=Release /p:PublishProfile=JourneyDiary.Web.Publish.pubxml /p:DeployOnBuild=true
pause | 3,765 |
the-stack-v2-dedup | Batchfile | @echo off
rem create MOVEXBDA.EXE with JWasm
jwasm -nologo -mz -Fl MOVEXBDA.ASM
| 3,766 |
the-stack-v2-dedup | Batchfile | lemmings_amigalemm_lvl_to_lds LEMMINGS Fun " Lems A - Fun/01.lvl" N
lemmings_amigalemm_lvl_to_lds LEMMINGS Fun " Lems A - Fun/01x.lvl" N
lemmings_amigalemm_lvl_to_lds LEMMINGS Fun " Lems A - Fun/02.lvl" N
lemmings_amigalemm_lvl_to_lds LEMMINGS Fun " Lems A - Fun/02x.lvl" N
lemmings_amigalemm_lvl_to_lds LEMMINGS Fun " L... | 3,767 |
the-stack-v2-dedup | Batchfile | @echo off
del /Q ..\sdk\*
del /Q ..\src\ip
del /Q ..\SDCar\*
del /Q ..\hw_handoff\*
del /Q ..\src\bd\*
del /Q ..\src\constraints\*
del /Q ..\hdl\*
del /Q ..\ip\*
del /Q ..\petalinux\*
| 3,768 |
the-stack-v2-dedup | Batchfile | @echo off
:begin
1>nul ping -n 2 127.0.0.1
title %time:~0,8% & goto:begin
| 3,769 |
the-stack-v2-dedup | Batchfile | if not defined CMD_HHC call %~dp0tools\find-tools.bat
if not defined CMD_HHC (
echo hhc.exe was not found.
exit /b 1
)
set HHP_MACRO=help\macro\macro.HHP
set HHP_PLUGIN=help\plugin\plugin.hhp
set HHP_SAKURA=help\sakura\sakura.hhp
set CHM_MACRO=help\macro\macro.chm
set CHM_PLUGIN=help\plugin\plugin.chm
set CHM_SAKUR... | 3,770 |
the-stack-v2-dedup | Batchfile | sed -i "s/default\['slave'\]\['publicip'\].*.$/default['slave']['publicip']='%1'/g" %2 | 3,771 |
the-stack-v2-dedup | Batchfile | D:
cd D:\OpenServer\OSPanel\domains\react-project
npm start | 3,772 |
the-stack-v2-dedup | Batchfile | @java -Xmx64m -Xincgc -cp Simple_FTP_Server.jar; Simple_FTP_Server
@pause | 3,773 |
the-stack-v2-dedup | Batchfile | cd main
java -classpath . test | 3,774 |
the-stack-v2-dedup | Batchfile | rem Requires pyinstaller
pyinstaller hlsparser.py --onefile
rmdir /Q /s __pycache__
rmdir /Q /s build
del /Q hlsparser.spec | 3,775 |
the-stack-v2-dedup | Batchfile | psql -U postgres -c "drop database d64qjg45ounupa;"
psql -U postgres -c "create database d64qjg45ounupa;"
psql -U postgres -c "grant all privileges on database d64qjg45ounupa to oeczildqfxopfl;"
pg_restore -U postgres -d d64qjg45ounupa -1 8c32ccda-1247-4b82-b85e-bfb39d41ab77
| 3,776 |
the-stack-v2-dedup | Batchfile | cd ..
cd wgrib2
wgrib2 "data/InputData/latest.bin" -match 'ICPRB' -match '304.8' -csv "data/OutputData/ICPRB/1000ft.csv"
wgrib2 "data/InputData/latest.bin" -match 'ICPRB' -match '609.6' -csv "data/OutputData/ICPRB/2000ft.csv"
wgrib2 "data/InputData/latest.bin" -match 'ICPRB' -match '914.4' -csv "data/OutputData/ICPR... | 3,777 |
the-stack-v2-dedup | Batchfile | java -cp bin;lib/easyaccept.jar compilador.tests.SintaticoTestRunner | 3,778 |
the-stack-v2-dedup | Batchfile | @reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /t REG_DWORD /v EnableLUA /d 0 /f 1>nul
| 3,779 |
the-stack-v2-dedup | Batchfile | ../../../../.git/annex/objects/1Z/z1/MD5E-s4110--9e2e8a1e8d71a7f1dc0b79042541b548.cmd/MD5E-s4110--9e2e8a1e8d71a7f1dc0b79042541b548.cmd | 3,780 |
the-stack-v2-dedup | Batchfile | @echo off
echo Extract Gxx Files
for /f "tokens=*" %%m in ("%CD%") do set DST_DIRNAME=%%~nm_GB
set ZIP="C:\Program Files\7-Zip\7z.exe"
mkdir %DST_DIRNAME%
echo Top layer:*.GTL
copy *.GTL %DST_DIRNAME%
echo Bottom layer:*.GBL
copy *.GBL %DST_DIRNAME%
echo Solder Stop Mask Top:*.GTS
copy *.GTS %DST_DIRNAME%
echo ... | 3,781 |
the-stack-v2-dedup | Batchfile | C:\Windows\System32\taskkill.exe /f /im pyhttpdns.exe
%~dp0\Python3.5\pyhttpdns.exe %~dp0\httpdnsproxy\httpdns.py | 3,782 |
the-stack-v2-dedup | Batchfile | @echo off
powershell -file "%~dp0Docker-StartAzureRite.ps1"
| 3,783 |
the-stack-v2-dedup | Batchfile | cls
@ECHO OFF
CALL :INIT_VARIABLES
CALL :INIT_BATCH
EXIT
:INIT_VARIABLES:
SET DL="%PROGRAMFILES(X86)%\Steam\steamapps\gfntools\app_304930\item_2250811147\files\rdl.exe"
SET EXTRACT="B:\GFNTools\7.exe"
GOTO :eof
:INIT_BATCH:
CLS
COLOR 04
TITLE GFNTools v6.0
CALL :IS_ON_PC
CALL :INIT
GOTO :eof
:INIT:
B:
MKDIR B:\G... | 3,784 |
the-stack-v2-dedup | Batchfile | FrameBatchMaker C:\Skullgirls\trunk\ArtAssets\filia filia filia_2p 64 true | 3,785 |
the-stack-v2-dedup | Batchfile | @echo off
::-----------------------------------------------------------------------------
::--
::-- Purpose
::-- Perform DNS resolution request on Peak Software gateway URL. Portal
::-- process fails on startup because it's not able to resolve DNS request.
::-- This command ensures gateway URL resolves befo... | 3,786 |
the-stack-v2-dedup | Batchfile | start "" ThePlayers.exe red
start "" ThePlayers.exe red
start "" ThePlayers.exe blue
start "" ThePlayers.exe blue
| 3,787 |
the-stack-v2-dedup | Batchfile | netsh http add urlacl url=http://+:8088/ user="NT AUTHORITY\NETWORK SERVICE"
exit /b 0
| 3,788 |
the-stack-v2-dedup | Batchfile | ;= @echo off
;= rem Call DOSKEY and use this file as the macrofile
;= %SystemRoot%\system32\doskey /listsize=1000 /macrofile=%0%
;= rem In batch mode, jump to the end of the file
;= goto:eof
;= Add aliases below here
e.=explorer .
gl=git log --oneline --all --graph --decorate $*
ls=ls --show-control-chars -F -... | 3,789 |
the-stack-v2-dedup | Batchfile | arm-none-eabi-objcopy -O binary -R .secure %1.elf %1_nonsecure.bin
arm-none-eabi-objcopy -O binary -R .text -R .ARM.extab -R .ARM.exidx -R .data %1.elf %1_secure.bin
| 3,790 |
the-stack-v2-dedup | Batchfile | ::FOR %%i IN (C:\Users\14763\Desktop\fast-style-transfer-master\models\*) do echo %%i
::pause
::FOR %%i IN (C:\Users\14763\Desktop\fast-style-transfer-master\models\*) DO python C:\Users\14763\Desktop\fast-style-transfer-master\evaluate.py ^
::--checkpoint %%i ^
::--in-path C:\Users\14763\Desktop\testinput ^
::-... | 3,791 |
the-stack-v2-dedup | Batchfile | @echo off
setlocal
rem +-------------------------------------------------------------+
rem | Author : M.W.Richardson |
rem | Date : 23/09/2019 |
rem | |
rem | Copyright (C) 2019 L... | 3,792 |
the-stack-v2-dedup | Batchfile | "C:\Program Files\WinRAR\Rar.exe" a -m5 -s -r -ag-YYYY-MM-DD-HH-MI -x*.rar -x.git -x.gitignore -x*\node_modules a-app-react.rar .\
| 3,793 |
the-stack-v2-dedup | Batchfile | @echo off
python "checksize.py" --data-dir C:/Users/tengshengyu/Desktop/project/PoolNet-master/data/DUTS/DUTS-TR --data-list C:/Users/tengshengyu/Desktop/project/PoolNet-master/data/DUTS/DUTS-TR/train_pair.lst --data-dir-target C:/Users/tengshengyu/Desktop/project/PoolNet-master/data/HED-BSDS_PASCAL --data-list-target... | 3,794 |
the-stack-v2-dedup | Batchfile | @echo off
if not exist setup.h goto setup_error
if not exist "%WXWIN%\build\msw\makefile.vc" goto error
set OLDCD=%CD%
cd /D "%WXWIN%\build\msw"
rem Save the old setup.h as old_setup.h in the starting dir.
copy /y "%WXWIN%\include\wx\msw\setup.h" "%OLDCD%\old_setup.h"
if "%1" == "unicode" goto unicode
if "%1"... | 3,795 |
the-stack-v2-dedup | Batchfile | dotnet restore CrashReportApp
dotnet publish CrashReportApp -o ./PublishOutput -c Release -r win7-x64
pause
| 3,796 |
the-stack-v2-dedup | Batchfile | set timestamp
set grid
plot 'mnmx.dat' notitle w dots, 'data/f1points.dat' notitle w l lt 1 lw 2,'data/f2points.dat' notitle w l lt 3 lw 2
pause -1
| 3,797 |
the-stack-v2-dedup | Batchfile | start java -jar TestAgain.jar | 3,798 |
the-stack-v2-dedup | Batchfile | @echo off
call ci-setenv
echo Start of "ci-build8-second.bat", current directory: %CD%
cd java
call ant -DCI_BUILD=true update doc test
if errorlevel 1 (type ..\dist\test*.log) && (exit /b 1)
| 3,799 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.