text
stringlengths
0
834k
if errorlevel 1 goto FAILED
diffpnm -e3 nlocod1.out test8r.pgm
if errorlevel 1 goto FAILED
diffpnm -e3 nlocod2.out test8gr4.pgm
if errorlevel 1 goto FAILED
diffpnm -e3 nlocod3.out test8bs2.pgm
if errorlevel 1 goto FAILED
echo !! Comparison OK on test %testnum%
del nlocod*.out
echo #
echo # Test 9: T8NDE0.JLS
echo #
set testnum=9
nlocod -N -v0 T8NDE0.JLS
if errorlevel 1 goto FAILED
diffpnm -e0 nlocod1.out test8bs2.pgm
echo !! Comparison OK on test %testnum%
if errorlevel 1 goto FAILED
echo #
echo # Test 10: T8NDE3.JLS
echo #
set testnum=10
nlocod -N -v0 T8NDE3.JLS
if errorlevel 1 goto FAILED
diffpnm -e3 nlocod1.out test8bs2.pgm
echo !! Comparison OK on test %testnum%
if errorlevel 1 goto FAILED
echo #
echo # Test 11: T16E0.JLS
echo #
set testnum=11
nloco16d -N -v0 T16E0.JLS
if errorlevel 1 goto FAILED
diffpnm -e3 nloco16d1.out test16.pgm
echo !! Comparison OK on test %testnum%
if errorlevel 1 goto FAILED
echo #
echo # Test 12: T16E3.JLS
echo #
set testnum=12
nloco16d -N -v0 T16E3.JLS
if errorlevel 1 goto FAILED
diffpnm -e3 nloco16d1.out test16.pgm
echo !! Comparison OK on test %testnum%
if errorlevel 1 goto FAILED
:PASSED
echo.
echo.
echo !!!!!!!!!!!!!!!!! PASSED %testnum% TESTS !!!!!!!!!!!!!!!!!!!!
echo.
echo.
goto out
:FAILED
echo.
echo.
echo !!!!!!!!!!!!!!!!! FAILED ON TEST %testnum% !!!!!!!!!!!!!!!!!!!!
echo.
echo.
goto out
:out
",20.7528089888,69,0.7011369789
219344,d2da695d9abb7d8b5dc0f5131ac4e48ec91a0dd2,53,cmd,Batchfile,!run-fuse.cmd,zxwanderer/spectrum-desolate,463f7b7e23f5b5c5f25538cde37d11989a36ba06,['MIT'],18.0,2020-11-15T21:29:01.000Z,2022-02-13T05:07:25.000Z,!run-fuse.cmd,zxwanderer/spectrum-desolate,463f7b7e23f5b5c5f25538cde37d11989a36ba06,['MIT'],,,,!run-fuse.cmd,zxwanderer/spectrum-desolate,463f7b7e23f5b5c5f25538cde37d11989a36ba06,['MIT'],3.0,2021-02-10T19:28:50.000Z,2021-10-14T12:25:31.000Z,start C:\bin\fuse\fuse.exe --machine 48 desolate.tap,53.0,53,0.7547169811
219345,d2da91b374597eebfc186b5d24bd42a7e4b61199,768,bat,Batchfile,docs/make.bat,yogevk/tplink,b202b15fae5cc1da7028c6f6c710aff5c1c77bb2,['MIT'],3.0,2019-03-25T09:09:06.000Z,2021-08-22T14:13:42.000Z,docs/make.bat,yogevk/tplink,b202b15fae5cc1da7028c6f6c710aff5c1c77bb2,['MIT'],3.0,2019-01-15T09:00:00.000Z,2019-09-23T03:56:54.000Z,docs/make.bat,yogevk/tplink,b202b15fae5cc1da7028c6f6c710aff5c1c77bb2,['MIT'],7.0,2018-11-23T19:31:19.000Z,2021-03-05T03:02:00.000Z,"@ECHO OFF
pushd %~dp0
REM Command file for Sphinx documentation
if ""%SPHINXBUILD%"" == """" (
set SPHINXBUILD=python -msphinx
)
set SOURCEDIR=.
set BUILDDIR=_build
set SPHINXPROJ=tplink
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%