text stringlengths 0 834k |
|---|
echo zoom -filter gaussian -geometry 600x600 model.miff zoom_gaussian_out.miff |
%bindir%zoom.exe -filter gaussian -geometry 600x600 %srcdir%\model.miff %outdir%zoom_gaussian_out.miff |
echo zoom -filter quadratic -geometry 600x600 model.miff zoom_quadratic_out.miff |
%bindir%zoom.exe -filter quadratic -geometry 600x600 %srcdir%\model.miff %outdir%zoom_quadratic_out.miff |
echo zoom -filter cubic -geometry 600x600 model.miff zoom_cubic_out.miff |
%bindir%zoom.exe -filter cubic -geometry 600x600 %srcdir%\model.miff %outdir%zoom_cubic_out.miff |
echo zoom -filter catrom -geometry 600x600 model.miff zoom_catrm_out.miff |
%bindir%zoom.exe -filter catrom -geometry 600x600 %srcdir%\model.miff %outdir%zoom_catrm_out.miff |
echo zoom -filter mitchell -geometry 600x600 model.miff zoom_mitchell_out.miff |
%bindir%zoom.exe -filter mitchell -geometry 600x600 %srcdir%\model.miff %outdir%zoom_mitchell_out.miff |
echo zoom -filter lanczos -geometry 600x600 model.miff zoom_lanczos_out.miff |
%bindir%zoom.exe -filter lanczos -geometry 600x600 %srcdir%\model.miff %outdir%zoom_lanczos_out.miff |
echo zoom -filter bessel -geometry 600x600 model.miff zoom_bessel_out.miff |
%bindir%zoom.exe -filter bessel -geometry 600x600 %srcdir%\model.miff %outdir%zoom_bessel_out.miff |
echo zoom -filter sinc -geometry 600x600 model.miff zoom_sinc_out.miff |
%bindir%zoom.exe -filter sinc -geometry 600x600 %srcdir%\model.miff %outdir%zoom_sinc_out.miff |
",43.5352112676,105,0.7897120673 |
219655,f306f16e8e8af5dcbbb66b180b953b52edcc1204,7246,bat,Batchfile,make.bat,interrogator/corpk,c54be1f8c83d960b630802f31c5b825a3e7e3a70,['MIT'],216.0,2015-03-30T11:00:47.000Z,2022-02-14T05:48:34.000Z,make.bat,interrogator/corpk,c54be1f8c83d960b630802f31c5b825a3e7e3a70,['MIT'],40.0,2015-03-22T03:16:40.000Z,2018-11-05T18:46:20.000Z,make.bat,interrogator/corpk,c54be1f8c83d960b630802f31c5b825a3e7e3a70,['MIT'],34.0,2015-04-09T04:01:12.000Z,2020-06-06T14:10:40.000Z,"@ECHO OFF |
REM Command file for Sphinx documentation |
if ""%SPHINXBUILD%"" == """" ( |
set SPHINXBUILD=sphinx-build |
) |
set BUILDDIR=_build |
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% . |
set I18NSPHINXOPTS=%SPHINXOPTS% . |
if NOT ""%PAPER%"" == """" ( |
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS% |
set I18NSPHINXOPTS=-D latex_paper_size=%PAPER% %I18NSPHINXOPTS% |
) |
if ""%1"" == """" goto help |
if ""%1"" == ""help"" ( |
:help |
echo.Please use `make ^<target^>` where ^<target^> is one of |
echo. html to make standalone HTML files |
echo. dirhtml to make HTML files named index.html in directories |
echo. singlehtml to make a single large HTML file |
echo. pickle to make pickle files |
echo. json to make JSON files |
echo. htmlhelp to make HTML files and a HTML help project |
echo. qthelp to make HTML files and a qthelp project |
echo. devhelp to make HTML files and a Devhelp project |
echo. epub to make an epub |
echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter |
echo. text to make text files |
echo. man to make manual pages |
echo. texinfo to make Texinfo files |
echo. gettext to make PO message catalogs |
echo. changes to make an overview over all changed/added/deprecated items |
echo. xml to make Docutils-native XML files |
echo. pseudoxml to make pseudoxml-XML files for display purposes |
echo. linkcheck to check all external links for integrity |
echo. doctest to run all doctests embedded in the documentation if enabled |
echo. coverage to run coverage check of the documentation if enabled |
goto end |
) |
if ""%1"" == ""clean"" ( |
for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i |
del /q /s %BUILDDIR%\* |
goto end |
) |
REM Check if sphinx-build is available and fallback to Python version if any |
%SPHINXBUILD% 2> nul |
if errorlevel 9009 goto sphinx_python |
goto sphinx_ok |
:sphinx_python |
set SPHINXBUILD=python -m sphinx.__init__ |
%SPHINXBUILD% 2> nul |
if errorlevel 9009 ( |
echo. |
echo.The 'sphinx-build' command was not found. Make sure you have Sphinx |
echo.installed, then set the SPHINXBUILD environment variable to point |
echo.to the full path of the 'sphinx-build' executable. Alternatively you |
echo.may add the Sphinx directory to PATH. |
echo. |
echo.If you don't have Sphinx installed, grab it from |
echo.http://sphinx-doc.org/ |
exit /b 1 |
) |
:sphinx_ok |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.