text
stringlengths
0
834k
set ERRORLEVEL=%ERR%",17.68,68,0.6685520362
219365,d2de2a50be2f370225476df060be30d7bcbe8832,769,bat,Batchfile,docs/make.bat,suraj-arya/batched-py,a024ff3863c988eac61adc2d3acae2a34f9d63c5,['MIT'],,,,docs/make.bat,suraj-arya/batched-py,a024ff3863c988eac61adc2d3acae2a34f9d63c5,['MIT'],,,,docs/make.bat,suraj-arya/batched-py,a024ff3863c988eac61adc2d3acae2a34f9d63c5,['MIT'],,,,"@ECHO OFF
pushd %~dp0
REM Command file for Sphinx documentation
if ""%SPHINXBUILD%"" == """" (
set SPHINXBUILD=python -msphinx
)
set SOURCEDIR=.
set BUILDDIR=_build
set SPHINXPROJ=batched
if ""%1"" == """" goto help
%SPHINXBUILD% >NUL 2>NUL
if errorlevel 9009 (
echo.
echo.The Sphinx module was not found. Make sure you have Sphinx installed,
echo.then set the SPHINXBUILD environment variable to point to the full
echo.path of the 'sphinx-build' executable. Alternatively you may add the
echo.Sphinx directory to PATH.
echo.
echo.If you don't have Sphinx installed, grab it from
echo.http://sphinx-doc.org/
exit /b 1
)
%SPHINXBUILD% -M %1 %SOURCEDIR% %BUILDDIR% %SPHINXOPTS%
goto end
:help
%SPHINXBUILD% -M help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS%
:end
popd
",20.7837837838,75,0.7360208062
219366,d2deadd8828f5f80a4d5edfc2187d854950cdadb,434,bat,Batchfile,deploy/export-super-tiled-2-unity.bat,Fordesoft/SuperTiled2Unity,f520d85d9fa49eceaa6d672836dc2f9f0ec3062b,['MIT'],,,,deploy/export-super-tiled-2-unity.bat,Fordesoft/SuperTiled2Unity,f520d85d9fa49eceaa6d672836dc2f9f0ec3062b,['MIT'],,,,deploy/export-super-tiled-2-unity.bat,Fordesoft/SuperTiled2Unity,f520d85d9fa49eceaa6d672836dc2f9f0ec3062b,['MIT'],,,,"@echo off
pushd %~dp0
set UnityExe=""C:\Program Files\Unity\Hub\Editor\2019.2.1f1\Editor\Unity.exe""
set UnityProj=""../SuperTiled2Unity""
set UnityMethod=SuperTiled2Unity.Editor.SuperTiled2Unity_Config.DeploySuperTiled2Unity
echo Deploying SuperTiled2Unity
echo Using Editor: %UnityExe%
start /wait """" %UnityExe% -quit --nographics -batchmode -projectPath %UnityProj% -executeMethod %UnityMethod% -logFile output.log
echo Done!
popd
",28.9333333333,129,0.801843318
219367,d2dec512883d47867ecc3a3d05760dac04e4f0c7,616,bat,Batchfile,distribution/examples/xslt/service-proxy.bat,LarsP8/service-proxy,d893246177eec8c3133bcc5bbdcd173d118ecf9c,['Apache-2.0'],363.0,2015-01-08T20:23:26.000Z,2022-03-31T23:14:56.000Z,distribution/examples/xslt/service-proxy.bat,LarsP8/service-proxy,d893246177eec8c3133bcc5bbdcd173d118ecf9c,['Apache-2.0'],224.0,2015-01-24T09:17:51.000Z,2022-03-31T20:24:02.000Z,distribution/examples/xslt/service-proxy.bat,LarsP8/service-proxy,d893246177eec8c3133bcc5bbdcd173d118ecf9c,['Apache-2.0'],143.0,2015-01-23T10:59:28.000Z,2022-03-23T08:20:34.000Z,"@echo off
if not ""%MEMBRANE_HOME%"" == """" goto homeSet
set ""MEMBRANE_HOME=%cd%\..\..""
echo ""%MEMBRANE_HOME%""
if exist ""%MEMBRANE_HOME%\service-proxy.bat"" goto homeOk
:homeSet
if exist ""%MEMBRANE_HOME%\service-proxy.bat"" goto homeOk
echo Please set the MEMBRANE_HOME environment variable to point to
echo the directory where you have extracted the Membrane software.
exit
:homeOk
set ""CLASSPATH=%MEMBRANE_HOME%""
set ""CLASSPATH=%MEMBRANE_HOME%/conf""
set ""CLASSPATH=%CLASSPATH%;%MEMBRANE_HOME%/starter.jar""
echo Membrane Router running...
java -classpath ""%CLASSPATH%"" com.predic8.membrane.core.Starter -c proxies.xml",34.2222222222,79,0.7727272727
219368,d2df396be5f74b86a643272be85e870b10e9fc18,352,bat,Batchfile,Signal Flow Emulation/carga_sf_ert_rtw/carga_sf.bat,raulest50/MicroGrid_GITCoD,885001242c8e581a6998afb4be2ae1c0b923e9c4,['MIT'],,,,Signal Flow Emulation/carga_sf_ert_rtw/carga_sf.bat,raulest50/MicroGrid_GITCoD,885001242c8e581a6998afb4be2ae1c0b923e9c4,['MIT'],,,,Signal Flow Emulation/carga_sf_ert_rtw/carga_sf.bat,raulest50/MicroGrid_GITCoD,885001242c8e581a6998afb4be2ae1c0b923e9c4,['MIT'],1.0,2020-01-07T10:46:23.000Z,2020-01-07T10:46:23.000Z,"set MATLAB=D:\Program Files\MATLAB\R2017a
cd .
if ""%1""=="""" (""D:\PROGRA~2\MATLAB\R2017a\bin\win64\gmake"" -f carga_sf.mk all) else (""D:\PROGRA~2\MATLAB\R2017a\bin\win64\gmake"" -f carga_sf.mk %1)
@if errorlevel 1 goto error_exit
exit /B 0
:error_exit
echo The make command returned an error of %errorlevel%
An_error_occurred_during_the_call_to_make
",27.0769230769,147,0.75
219369,d2df6778ed73322fb295c33f014f0d211250a879,355,cmd,Batchfile,BinaryFormatter/Tests/02 - Test Help Parameters.cmd,SqlQuantumLeap/BinaryFormatter,ee41a1a862c159a40acbe0cd02f5acc52f989267,['MIT'],10.0,2017-11-04T17:40:42.000Z,2021-08-05T21:01:18.000Z,BinaryFormatter/Tests/02 - Test Help Parameters.cmd,SqlQuantumLeap/BinaryFormatter,ee41a1a862c159a40acbe0cd02f5acc52f989267,['MIT'],,,,BinaryFormatter/Tests/02 - Test Help Parameters.cmd,SqlQuantumLeap/BinaryFormatter,ee41a1a862c159a40acbe0cd02f5acc52f989267,['MIT'],7.0,2017-11-04T17:41:00.000Z,2021-04-28T16:44:32.000Z,"
@ TITLE BinaryFormatter Tests ( Sql Quantum Leap -- https://SqlQuantumLeap.com/ )
@ ECHO.
SET BinPath=..\bin\Release
%BinPath%\BinaryFormatter.exe /?
@ ECHO.
@ PAUSE
@ CLS
%BinPath%\BinaryFormatter.exe -?