source string | code_lang string | content string | idx int64 |
|---|---|---|---|
the-stack-v2-dedup | Batchfile | @echo off
echo '------- Start to compile ----------'
REM # remove the old java files generated as well as compiled
for /R %%f IN (bin/*.class) DO del %%f
REM del bin/**/*.*
REM #################### process #########################
REM # flex file ---> java source file ---> java bytecode #
REM #######################... | 1,900 |
the-stack-v2-dedup | Batchfile | erl -pa ebin gp -run yaws
pause | 1,901 |
the-stack-v2-dedup | Batchfile | :: MakeFile
ECHO OFF
:: Get .o filepaths lib
set olib=
for /f %%f in ('dir /b lib') do (
call set "olib=%%olib%% "lib\%%f\%%f.o""
)
IF %1==main GOTO main
IF %1==all GOTO all
IF %1==lib GOTO lib
IF %1==s GOTO single
GOTO end
:main
ECHO Compile main
"..\..\Dev-Cpp\MinGW64\bin\g++.exe" -c "main.cpp" -o main.o -std=c++... | 1,902 |
the-stack-v2-dedup | Batchfile | @echo off
goto check_Permissions
:check_Permissions
echo Detecting permissions via "net session"...
net session >nul 2>&1
if %errorLevel% == 0 (
echo Success: Administrative permissions confirmed.
) else (
echo Failure: Current permissions inadequate.
)
| 1,903 |
the-stack-v2-dedup | Batchfile | fme "C:\Users\mssqlgisadmin\Documents\GitHub\fme-jobs\edit_to_warehouse_table\nightly\coa_leaf_collection_areas_table.tcl"
| 1,904 |
the-stack-v2-dedup | Batchfile | @echo off
call wsx /p /e:"LINE = FLN + ':' + LINE" lorem-ipsum.txt
::call wsx /let:delim=":" /p /e:vbs:"LINE = LN & delim & LINE" lorem-ipsum.txt
| 1,905 |
the-stack-v2-dedup | Batchfile | REM Rscript plot2.r [path to times : string] [plot name : string] [positions file path : string] [y-axix upper bound : float]
REM Regular, all sizes and all configurations
Rscript plot2.r "gpu/ocl4/timings/all" "Nvidia GPU" positions.txt 6.5
Rscript plot2.r "cpu/ocl4/timings/all" "Sandy Bridge CPU" positions.txt 6.5
... | 1,906 |
the-stack-v2-dedup | Batchfile | @echo off
Tools\shader2c\bin\shader2c.exe --in=GammaRay/Core/Renderer/Shaders/default.glsl --out=GammaRay/Core/Renderer/Shaders/default.gen.h --class=Default --inherits=RendererShaderOpenGL --inheritshpath=Drivers/OpenGL/RendererShaderOpenGL.h
Tools\shader2c\bin\shader2c.exe --in=GammaRay/Drivers/OpenGL/Shaders/depth.g... | 1,907 |
the-stack-v2-dedup | Batchfile | @echo off
setlocal enabledelayedexpansion
set /p "pass=Enter Password"
set "pas=hello"
set "p=password"
echo Incorrect Password!
set /p "ps=Enter Password"
if %pass% == %pas% if %ps% == %p% (
%SystemRoot%/explorer.exe "new folder"
) else (
:1
start notepad
start calc
goto 1;
)
| 1,908 |
the-stack-v2-dedup | Batchfile | -intstyle "ise" -incremental -o "D:/Arquitectura/Componentes/RegisterFileMod/tb_RegisterFile_isim_beh.exe" -prj "D:/Arquitectura/Componentes/RegisterFileMod/tb_RegisterFile_beh.prj" "work.tb_RegisterFile"
| 1,909 |
the-stack-v2-dedup | Batchfile | @rem Copyright 2016, Google Inc.
@rem All rights reserved.
@rem
@rem Redistribution and use in source and binary forms, with or without
@rem modification, are permitted provided that the following conditions are
@rem met:
@rem
@rem * Redistributions of source code must retain the above copyright
@rem notice, this l... | 1,910 |
the-stack-v2-dedup | Batchfile | java -jar %~dp0\autoGenDp.jar 360 320 360 340 360 384 392 400 411 432 480 512 533 592 600 640 662 720 -a
pause | 1,911 |
the-stack-v2-dedup | Batchfile | @PYTHON -x "%~f0" %* & EXIT /B %ERRORLEVEL%
# Copyright (c) 2009-2010, Berend-Jan "SkyLined" Wever <berendjanwever@gmail.com>
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistr... | 1,912 |
the-stack-v2-dedup | Batchfile | for /L %%a in (1,1,150) do (
.\halite.exe -d "180 130" ".\MyBot.exe" ".\MyBotOld.exe" ".\MyBotOld.exe" ".\MyBot.exe"
pause
) | 1,913 |
the-stack-v2-dedup | Batchfile | rem 수정금지
chcp 949
setlocal enabledelayedexpansion
setlocal enableextensions
if not exist koiiro.exe (
powershell ^(New-Object -ComObject Wscript.Shell^).Popup^("""마시마로 게임이 발견되지 않았습니다.""",0,"""오류""",0x10^)
taskkill /f /im koiiro_KR.exe
exit
)
echo %CD%| findstr /R /C:"[^a-zA-Z0-9\(\)_:\\ ]"
if ErrorLevel 1 (
goto ... | 1,914 |
the-stack-v2-dedup | Batchfile | ..\packages\PhantomJS.1.9.8\tools\phantomjs\phantomjs.exe sample.js node_modules/casperjs | 1,915 |
the-stack-v2-dedup | Batchfile | CALL "..\..\..\..\Papyrus Compiler\PapyrusCompiler" "..\System.HUDFramework\System.HUDFramework.ppj"
| 1,916 |
the-stack-v2-dedup | Batchfile | @echo off
:: set GIT_FOR_WIN_ROOT=%CMDER_ROOT%\vendor\git_for_windows
if not exist %HOME%\.vim (
md %HOME%\.vim
git clone https://github.com/VundleVim/Vundle.vim.git %HOME%\.vim\bundle\Vundle.vim
)
| 1,917 |
the-stack-v2-dedup | Batchfile | cd build\auth
start "auth" cmd /c dotnet ProjectVindictive.Service.Authentication.dll --usehttps=Certs/TLSCert.pfx --url=http://localhost:5001
cd ..
cd ucm
start "ucm" cmd /c dotnet ProjectVindictive.Service.UserContentManagement.dll --usehttps=Certs/TLSCert.pfx --url=http://localhost:5002
cd ..
cd world
start "world" ... | 1,918 |
the-stack-v2-dedup | Batchfile | echo starting process zero
rem For grading we will use:
rem java Blockchain 0
java -cp ".;gson-2.8.2.jar" Blockchain 0
pause | 1,919 |
the-stack-v2-dedup | Batchfile | @echo off
start ss.bat
ping -n 10 127.0.0.1
python gipt.py config.json
pause | 1,920 |
the-stack-v2-dedup | Batchfile | SET /p job_id="Digite o nome do Job: "
CALL gcloud ai-platform jobs submit training %job_id% --module-name=trainer.treinar_rede_particulas_cristais --package-path=./ParticulasCristaisDeGelo/trainer --job-dir=gs://cloud-computing-keras-am/ParticulasCristaisDeGelo --region=us-central1 --config=ParticulasCristaisDeGelo/tr... | 1,921 |
the-stack-v2-dedup | Batchfile | cd D:\financial_data_web_scrawer
D:
REM print error on txt file and sent to inform the people
REM python derivatives_report.py > derivatives_report.txt
python send_mail.py -mf derivatives_report.txt | 1,922 |
the-stack-v2-dedup | Batchfile | universe = vanilla
executable = rungemcsc.sh
arguments = runGEMCSCAnalyzer_condor_all.py 100
output = out/gemcsc100gev.$(ClusterId).$(ProcId).out
error = err/gemcsc100gev.$(ClusterId).$(ProcId).err
log = log/gemcsc100gev.$(ClusterId).... | 1,923 |
the-stack-v2-dedup | Batchfile | java -jar UIDesktop.jar | 1,924 |
the-stack-v2-dedup | Batchfile | cd /d %~dp0
chcp 65001
openssl pkcs12 -export -out server/server.pfx -inkey server/server.key -in server/server.cer
pause | 1,925 |
the-stack-v2-dedup | Batchfile | set CMDPATH=D:\gheyret\MinGW\bin\
set PATH=%PATH%;%CMDPATH%
:beshi
%CMDPATH%mingw32-make.exe -f UMakefile.win %1
pause
goto beshi | 1,926 |
the-stack-v2-dedup | Batchfile | @echo off
cd "./build"
@echo on
cmake -G "MinGW Makefiles" ..
"C:/MinGW/bin/mingw32-make.exe"
@echo off
cd "../"
@echo on
pause
| 1,927 |
the-stack-v2-dedup | Batchfile | @echo OFF
grep -E "^#+ " README.md | sed -e "s/^# \(.*\)$/- \[\1\](#\1)/g" -e "s/^## \(.*\)$/ - \[\1\](#\1)/g" -e "s/^### \(.*\)$/ - \[\1\](#\1)/g" |^
sed -e "s/ /-/4g;s/ \()\)/-\1/" -e ":l s/\(([^:)]*\)[:]/\1/;tl"
| 1,928 |
the-stack-v2-dedup | Batchfile | wasm-pack build .\frontend --target web --out-name wasm --out-dir static
echo F | xcopy /Y .\frontend\static\wasm.js .\static\wasm.js
echo F | xcopy /Y .\frontend\static\wasm_bg.wasm .\static\wasm_bg.wasm
| 1,929 |
the-stack-v2-dedup | Batchfile | COPY .\INCLUDE\STDIO.H STDIO.H
COPY .\TINY\C0T.OBJ C0T.OBJ
.\BUILD\NASM.EXE -s -fobj .\LIB\STDIO.ASM
IF EXIST .\LIB\STDIO.OBJ REN .\LIB\STDIO.OBJ STDIOA.OBJ
COPY .\LIB\STDIOA.OBJ STDIOA.OBJ
.\BUILD\TCC.EXE -1 -K- -k -ms -N- -c -w- -v -y .\LIB\STDIO.C >>COMPILE.LOG | 1,930 |
the-stack-v2-dedup | Batchfile | #!../../bin/windows-x64-debug/INSTETC-IOC-01
## @file
## Configure INSTETC
< envPaths
cd ${TOP}
## Register all support components
dbLoadDatabase "dbd/INSTETC-IOC-01.dbd"
INSTETC_IOC_01_registerRecordDeviceDriver pdbbase
## so we don't get lots of messages about puts to the motor moving PV, this logs value change... | 1,931 |
the-stack-v2-dedup | Batchfile | jupyter nbextension enable --py --sys-prefix widgetsnbextension
jupyter notebook | 1,932 |
the-stack-v2-dedup | Batchfile | gfortran -O2 -shared -g ./molecularMechanics.f90 -o ./../.build/molecularMechanics.lib | 1,933 |
the-stack-v2-dedup | Batchfile | find /u01 -size +500M -ls 2>/dev/null
| 1,934 |
the-stack-v2-dedup | Batchfile | @echo off
..\tools\make_res.py res | 1,935 |
the-stack-v2-dedup | Batchfile | @echo off
setlocal enabledelayedexpansion
if not defined MSBUILDLOGPATH (
set MSBUILDLOGPATH=%~dp0msbuild.log
)
:: Check for a custom MSBuild path. If not defined, default to the one in your path.
if not defined MSBUILD_CUSTOM_PATH (
set MSBUILD_CUSTOM_PATH=MSBuild.exe
)
if not defined MSBUILD_ARGS (
set... | 1,936 |
the-stack-v2-dedup | Batchfile | cf create-service p.mysql db-small mysql-server
cf create-service p.service-registry standard registry-server
cf create-service p.gateway standard gateway-server
cf create-service -c "{ \"git\": { \"uri\": \"https://github.com/mz-swmoon/p-configs.git\", \"label\": \"master\" } }" p.config-server standard config-server... | 1,937 |
the-stack-v2-dedup | Batchfile | nuget restore
msbuild Microsoft.Bot.Sample.LuisBot.sln -p:DeployOnBuild=true -p:PublishProfile=itsdchatbot-Web-Deploy.pubxml -p:Password=B4xMpaHC8umpcfjgNJ3TrYz2XpDZ1kT6XnqyklRhErzullslv4bobrz4pMsP
| 1,938 |
the-stack-v2-dedup | Batchfile | @set NINJAOriginFile=%1
@set MINIFMinifyFile=%2
uglifyjs -o %MINIFYPATH%\%MINIFMinifyFile% %NINJAPATH%\%NINJAOriginFile%
PAUSE | 1,939 |
the-stack-v2-dedup | Batchfile | java -cp %CLASSPATH%;lib\xplookandfeel.jar LookandFeelDemo
pause | 1,940 |
the-stack-v2-dedup | Batchfile | C:
clemb @"\\srappw001v011.terceros.banco.com.ar\Disco D\COBRANZAS\prueba_claiun\cheques_scraping\Track manual\2- subida\0-inserta_meses_a_borrar.txt"
| 1,941 |
the-stack-v2-dedup | Batchfile | start pipenv run python simple.py 3000 | 1,942 |
the-stack-v2-dedup | Batchfile | @echo off
echo.Installing berp...
npm install -g ./
echo.Installed berp. Type 'berp' to see it in action
exit
| 1,943 |
the-stack-v2-dedup | Batchfile | java -cp jsch-0.1.53.jar;tool-sshTunnel-0.1beta.jar Binder | 1,944 |
the-stack-v2-dedup | Batchfile | :: Runs Python thrift server
@ECHO OFF
:: Work relative from this directory
setlocal
cd %~dp0
:: Load configuration
call .\config.bat
:: Generate code just to be sure
call .\generate-code.bat
if %ERRORLEVEL% neq 0 exit /B %ERRORLEVEL%
:: Start python script
set PYTHONPATH=%PY_SRC_DIR%;%PYTHONPATH
echo Running Pytho... | 1,945 |
the-stack-v2-dedup | Batchfile | PATH=%PATH%;C:\PROGRA~1\BestTech\GCCDEV~1\GCC\H8\bin;c:\PROGRA~1\BestTech\GCCDEV~1\GCC\H8\libexec\gcc\H8300-~1\437C1~1.3-G;c:\PROGRA~1\BestTech\GCCDEV~1\GCC\H8\H8300-~1\bin;C:\Program Files\BestTech\GCC Developer Lite\GCC\H8\Other Utilities
cd C:\Users\mugi\Documents\rev-cnt\test-bench-85.rom lib 35
CMD | 1,946 |
the-stack-v2-dedup | Batchfile | echo %1
RULER <RUL%1.IN >RUL.OUT
FC RUL.OUT RUL%1.OUT
PAUSE %1
| 1,947 |
the-stack-v2-dedup | Batchfile | glslangvalidator -V vsReflect.vert -o vsReflect.spv
glslangvalidator -V fsReflect.frag -o fsReflect.spv
glslangvalidator -V vsSky.vert -o vsSky.spv
glslangvalidator -V fsSky.frag -o fsSky.spv
glslangvalidator -V vsDCM.vert -o vsDCM.spv
glslangvalidator -V gsDCM.geom -o gsDCM.spv
glslangvalidator -V fsDCM.frag -o fsDCM... | 1,948 |
the-stack-v2-dedup | Batchfile | @echo off
setlocal
set parent=%~dp0
echo parent=%parent%
for %%a in ("%parent:~0,-1%") do set grandparent=%%~dpa
echo howielib=%grandparent%
set target="%USERPROFILE%\.node_modules\howielib"
echo target=%target%
if not exist "%USERPROFILE%\.node_modules" (
echo Creating "%USERPROFILE%\.node_modules"
mkd... | 1,949 |
the-stack-v2-dedup | Batchfile | AppCmd set config "Default Web Site/" /section:system.webServer/webdav/authoring /requireSsl:true /commit:apphost | 1,950 |
the-stack-v2-dedup | Batchfile | java -jar ../antlr-4.9.2-complete.jar -no-listener -o bin/gen -visitor ../whisper-grammar/WhisperLanguage.g4 -Dlanguage=Dart | 1,951 |
the-stack-v2-dedup | Batchfile | bin/magento setup:install \
--db-host=db \
--db-name=magento \
--db-user=magento \
--db-password=magento \
--base-url=https://localhost/ \
--admin-firstname=John \
--admin-lastname=Smith \
--admin-email=john.smith@gmail.com \
--admin-user=john.smith \
--admin-password=password123 \
--language=en_U... | 1,952 |
the-stack-v2-dedup | Batchfile | cmd_drivers/video/backlight/lp8788_bl.mod := { echo drivers/video/backlight/lp8788_bl.o; echo; } > drivers/video/backlight/lp8788_bl.mod
| 1,953 |
the-stack-v2-dedup | Batchfile | @echo off
echo Starting zookeeper...
start "zookeeper" "zookeeper-3.4.6\bin\zkServer.cmd"
echo Starting redis...
start "redis" "redis-x64-3.0.500\redis-server.exe"
echo Starting activemq...
start "activemq" "activemq\bin\win64\activemq.bat"
#echo Starting nginx...
#start "nginx" "nginx-1.10.1\start.bat"
echo Starting z... | 1,954 |
the-stack-v2-dedup | Batchfile | ilasm /nologo /debug Compare.il
pause
| 1,955 |
the-stack-v2-dedup | Batchfile | @echo off
setlocal EnableDelayedExpansion
set fileDir=%~f1
if exist "%fileDir%\config.rb" goto :build
:search
for /f "tokens=* delims=;" %%F in ("%fileDir%\..") do if not exist "%fileDir%\config.rb" (
if "%fileDir%" neq "%%~fF" (
set "fileDir=%%~fF"
goto :search
) else (
set "fileDir="
goto :build... | 1,956 |
the-stack-v2-dedup | Batchfile | cd %~dp0
CALL ChipDNAServer.exe | 1,957 |
the-stack-v2-dedup | Batchfile | del /Q dist
del /Q build
c:\Python27\Scripts\pyinstaller.exe --onefile --clean --noconsole -i resources\icon.ico aspectcsadjust.py
pause
| 1,958 |
the-stack-v2-dedup | Batchfile | py POS_Simulator.py -seed 72 | 1,959 |
the-stack-v2-dedup | Batchfile | perl psc.pl -crypt testData.txt testData.txt.psc
perl psc.pl -decrypt testData.txt.psc testData.dec.txt
pause
| 1,960 |
the-stack-v2-dedup | Batchfile | call npm install
node_modules\gulp\bin\gulp.js | 1,961 |
the-stack-v2-dedup | Batchfile | @echo off
npm install
npm run build | 1,962 |
the-stack-v2-dedup | Batchfile | "C:\Program Files\PsTools\PsSuspend.exe" -r OneDrive
| 1,963 |
the-stack-v2-dedup | Batchfile | -stop -c test_icarus_minimal_0.scr -o test_icarus_minimal_0
| 1,964 |
the-stack-v2-dedup | Batchfile | copy "synth\mc2p\output_files\Segasys1.rbf" "4D Warriors.mcp"
copy "synth\mc2p\output_files\Segasys1.rbf" "Flicky.mcp"
copy "synth\mc2p\output_files\Segasys1.rbf" "Im Sorry.mcp"
copy "synth\mc2p\output_files\Segasys1.rbf" "Mister Viking.mcp"
copy "synth\mc2p\output_files\Segasys1.rbf" "My Hero.mcp"
copy "synth\mc2p\out... | 1,965 |
the-stack-v2-dedup | Batchfile | netsh advfirewall firewall add rule name="Allow-ICMP-V4-Timestamp" protocol=icmpv4:13,0 dir=in action=allow | 1,966 |
the-stack-v2-dedup | Batchfile | CreateCert -i child2.cer child2.pvk null test u 1
| 1,967 |
the-stack-v2-dedup | Batchfile | call venv\Scripts\activate.bat
git add .
git commit -m "Updated files uploaded on `date +'%Y-%m-%d %H:%M:%S'`"
git push origin master
git status
pause | 1,968 |
the-stack-v2-dedup | Batchfile | @if "%ECHOON%"=="" @echo off
SETLOCAL
REM ******************************************************************
REM Usage:
REM winsymconv
REM ******************************************************************
REM ******************************************************************
REM Initialize
REM *****... | 1,969 |
the-stack-v2-dedup | Batchfile | REM - This script will jar up the contents of the prototype_masstermind folder and copy
REM - it to the Firefox location to install.
del ./prototype_localhost/speeddial@masstermmind.com.xpi
cd C:\usr\local\projects\rstech\BrowserAddon\FireFox\prototype_localhost
jar cvf speeddial@masstermmind.com.xpi *
de... | 1,970 |
the-stack-v2-dedup | Batchfile | cd www/
..\php-mobile.exe -S 127.0.0.1:50000 | 1,971 |
the-stack-v2-dedup | Batchfile | @echo off
echo -------
echo -------
set Wildcard=*.h *.cpp *.inl *.c
echo STATICS FOUND:
findstr -s -n -i -l "zpl_internal" %Wildcard%
echo -------
echo -------
@echo GLOBALS FOUND:
findstr -s -n -i -l "zpl_local_persist" %Wildcard%
findstr -s -n -i -l "zpl_global" %Wildcard%
echo -------
echo -------
| 1,972 |
the-stack-v2-dedup | Batchfile | rem =======================================================
rem Make DLL from Static Library for WIN32
rem Copyright (C) 2010-2011 Zilong Tan <eric.zltan@gmail.com>
rem =======================================================
@echo off
@cls
@if exist *.o del *.o
@for /R %%a in (*.a) do echo Extracting... | 1,973 |
the-stack-v2-dedup | Batchfile |
REM @echo off
:: Window title must be unique.
set batch_title=start-move-files-575_bat
:: Run tasklist in verbose mode (which returns window titles) and search for the window title of this batch file:
tasklist /V /NH /FI "imagename eq cmd.exe"| find /I /C "%batch_title%" > nul
:: If the window title is found t... | 1,974 |
the-stack-v2-dedup | Batchfile | @echo off
echo Windows Defender によるフルスキャンを行います...
echo この画面を終了させないでください。スリープは問題ありません。
"C:\Program Files\Windows Defender\MpCmdRun.exe" Scan -ScanType 2 -Trace
exit 0 | 1,975 |
the-stack-v2-dedup | Batchfile | @echo off
call "C:\Users\witwiki\Miniconda3\Scripts\deactivate" %*
| 1,976 |
the-stack-v2-dedup | Batchfile | @echo off
%��װģ��%
if not exist "node_modules" (
call npm install
)
%call npm up lds-rc --save%
%���������%
xcopy "node_modules_rewrite" "node_modules" /yeh
%��������%
call npm start
pause
@echo on | 1,977 |
the-stack-v2-dedup | Batchfile | msiexec /i "%~dp0\node.msi" /norestart
".\git.exe" /S /norestart
npm i -g ungit
@echo off
copy /Y "%~dp0\ungit.ico" "%UserProfile%\AppData\Roaming\npm\"
set SCRIPT="%TEMP%\%RANDOM%-%RANDOM%-%RANDOM%-%RANDOM%.vbs"
echo Set oWS = WScript.CreateObject("WScript.Shell") >> %SCRIPT%
echo sLinkFile = "%USERPROF... | 1,978 |
the-stack-v2-dedup | Batchfile | ctlfile . args.an4
| 1,979 |
the-stack-v2-dedup | Batchfile | @rem
@rem cd to directory and dir it.
@rem
@cd %1%
@dir
| 1,980 |
the-stack-v2-dedup | Batchfile | :TIME 1200
.GFD MUR
.MAGNUM
*RUN WRITE.SYM.DATA
*Q
.GFD
.R BATCH
*RUN
*Y
*Y
*MUR
*(408)922-6205
*DAN BAIGENT
*** Daily MUR backup for Tuesday. This request should be processed after
* midnight on Tuesday, i.e. early Wednesday morning. **
*
*** Please do not process this request if there is a known pr... | 1,981 |
the-stack-v2-dedup | Batchfile | @REM # Module Name:
@REM #
@REM # SprBuildImage.bat
@REM #
@REM # Abstract:
@REM #
@REM # Platform full 8M flash image build script.
@REM #
@REM #--*/
if not exist %OUTPUT_DIR%\ROM mkdir %OUTPUT_DIR%\ROM
@REM ---run FTool and create ROM images---
cd %WORKSPACE%\%OUTPUT_DIR%\ROM
if "%3" == "ME" goto BUILD_ME... | 1,982 |
the-stack-v2-dedup | Batchfile | @echo off
set MATLAB=C:\PROGRA~1\MATLAB\R2017a
set MATLAB_ARCH=win64
set MATLAB_BIN="C:\Program Files\MATLAB\R2017a\bin"
set ENTRYPOINT=mexFunction
set OUTDIR=.\
set LIB_NAME=Masking_Olivier_global
set MEX_NAME=Masking_Olivier_global
set MEX_EXT=.mexw64
call setEnv.bat
echo # Make settings for Masking_Olivier_global > ... | 1,983 |
the-stack-v2-dedup | Batchfile | @echo off
if /i "%1" equ "--reverse" (
cd autoload\leaderf\fuzzyMatch_C
rd /s /q build
cd ..\python
del *.pyd
echo C extension uninstalled sucessfully!
goto end
)
echo Begin to compile C extension of Python2 ...
cd autoload\leaderf\fuzzyMatch_C
py -2 setup.py build --compiler=mingw32
... | 1,984 |
the-stack-v2-dedup | Batchfile |
@set SCRIPT_SOURCE=%~f0
@set SCRIPT_FOLDER=%~dp0
@if "%SCRIPT_FOLDER:~-1%" == "\" @set SCRIPT_FOLDER=%SCRIPT_FOLDER:~0,-1%
::: function Main(cmd=shell,
::: args=...)
:Main
@setlocal
@echo off
set ERROR_MSG=
set ERROR_SOURCE=
set ERROR_BLOCK=
set ERROR_LINENO=
goto :NO_PCALL_Main
:PCALL_Main
@setl... | 1,985 |
the-stack-v2-dedup | Batchfile | path="C:\Program Files\MATLAB\R2007b\bin";%path%
set UserProfile=%cd%\profile
matlab.exe /nosplash /r Illustralab_init
| 1,986 |
the-stack-v2-dedup | Batchfile | javac @options mlab\Scene.java
javac @options mlab\Span.java
javac @options mlab\Port.java
javac @options mlab\Simple.java
javac @options mlab\Spectrstm.java
pause
convert.bat | 1,987 |
the-stack-v2-dedup | Batchfile | C:\hla\hla hw
pause
| 1,988 |
the-stack-v2-dedup | Batchfile | title System Restore Fix
@echo *******************************************************************
@echo Author: Jinish.K.G,ITOC ,Pondicherry.
@echo .
@echo *******************************************************************
@echo *********************************... | 1,989 |
the-stack-v2-dedup | Batchfile | @echo off
python -m robot --outputdir .\results . | 1,990 |
the-stack-v2-dedup | Batchfile | @if "%DEBUG%" == "" @echo off
@rem ##########################################################################
@rem ##
@rem Jerk JVM Bootstrap for Windowz ##
@rem ... | 1,991 |
the-stack-v2-dedup | Batchfile | @echo off
for /f "delims=" %%F in ('dir *-audio.mjr /b /od') do set file=%%F
del audio.opus /q
C:\"Program Files"\"Janus WebRTC Gateway"\mingw64\bin\janus-pp-rec %file% audio.opus
for /f "delims=" %%F in ('dir *-video.mjr /b /od') do set file=%%F
del video.webm /q
C:\"Program Files"\"Janus WebRTC Gateway"\mingw64\bin... | 1,992 |
the-stack-v2-dedup | Batchfile | set LICENSE=C:/Users/Ingmar/.hello2morrow/SonargraphQuality/01_SonargraphQualityAndQualityBuildWithReporting.license
set SGQ_STOP_DB_GOAL=com.hello2morrow.sonargraph:maven-sonargraph-plugin:7.1.9:quality-stop-local-database-server
set DATA_DIR=C:\Users\Ingmar\.hello2morrow\pgdata
set INST_DIR=D:\Programs\Sonargraph-Qua... | 1,993 |
the-stack-v2-dedup | Batchfile | REM WinG-LAのコンパイル(ユーザ戦略の読込)
javac -encoding UTF-8 SetPlayer.java
javac -encoding UTF-8 SetLeague.java
REM 終了(メッセージを確認)
pause
| 1,994 |
the-stack-v2-dedup | Batchfile | cmd_/home/pi/Desktop/sp/led/led_dev.ko := ld -EL -r -T ./scripts/module-common.lds --build-id -o /home/pi/Desktop/sp/led/led_dev.ko /home/pi/Desktop/sp/led/led_dev.o /home/pi/Desktop/sp/led/led_dev.mod.o ; true
| 1,995 |
the-stack-v2-dedup | Batchfile | toleucros:
var leucdir toleucros
goto trailactions
fromleucros:
var leucdir fromleucros
goto trailactions
togeni:
var leucdir togeni
goto trailactions
tovipers:
var leucdir tovipers
goto trailactions
trailactions:
var paths (80|81|82|83)
var tracks (83|793)
action var trails $0 when ^Yo... | 1,996 |
the-stack-v2-dedup | Batchfile | @echo off
java -jar library-service/target/library-service 0.0.1-SNAPSHOT.jar | 1,997 |
the-stack-v2-dedup | Batchfile | set M2_REPO=C:\Users\Sriman\.m2\repository
set HCP=%M2_REPO%\org\hibernate\hibernate-core\5.4.30.Final\hibernate-core-5.4.30.Final.jar;%M2_REPO%\org\jboss\logging\jboss-logging\3.4.1.Final\jboss-logging-3.4.1.Final.jar;%M2_REPO%\javax\persistence\javax.persistence-api\2.2\javax.persistence-api-2.2.jar;%M2_REPO%\org\ja... | 1,998 |
the-stack-v2-dedup | Batchfile | >>> range(2050, 2000, 4)
[]
>>> range(2000, 2050, -4)
[]
| 1,999 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.