text
stringlengths
0
834k
goto end
)
if ""%1"" == ""dummy"" (
%SPHINXBUILD% -b dummy %ALLSPHINXOPTS% %BUILDDIR%/dummy
if errorlevel 1 exit /b 1
echo.
echo.Build finished. Dummy builder generates no files.
goto end
)
:end
popd
",27.1859649123,80,0.6788848735
219618,f3022d36646f8b68aac4b48122eab0351bda7701,64,bat,Batchfile,del.bat,xieyunc/dmtjsglxt,5160838122879e9773b30302442e5843724e9b90,['Apache-2.0'],,,,del.bat,xieyunc/dmtjsglxt,5160838122879e9773b30302442e5843724e9b90,['Apache-2.0'],,,,del.bat,xieyunc/dmtjsglxt,5160838122879e9773b30302442e5843724e9b90,['Apache-2.0'],,,,"del *.dcu /s
del *.~* /s
del *.bak /s
del *.ddp /s
del *.dof /s
",10.6666666667,12,0.5
219619,f302ad7317ada2a401ac9a972ef9230099d04a49,398,bat,Batchfile,src/sim-pipeline.bat,kraigher/freezing-spice,516e7e481b63c07ad4b493103cea2c0f783afd2c,['BSD-3-Clause'],102.0,2015-03-09T21:38:15.000Z,2021-09-24T07:30:26.000Z,src/sim-pipeline.bat,varunnagpaal/freezing-spice,7d22b855468908fe7dbb1e4a76c6704f57f0bab6,['BSD-3-Clause'],3.0,2016-02-19T04:50:57.000Z,2018-11-19T19:50:34.000Z,src/sim-pipeline.bat,varunnagpaal/freezing-spice,7d22b855468908fe7dbb1e4a76c6704f57f0bab6,['BSD-3-Clause'],15.0,2015-07-29T16:45:40.000Z,2019-08-27T12:00:22.000Z,"@echo off
REM ghdl -r pipeline_tb --stack-size=500000000 --vcd=pipeline_tb.vcd
REM gtkwave decoder_tb.vcd
REM decode_pkg.vhd
del *.cf *.vcd
ghdl -a common.vhd id_pkg.vhd decode.vhd encode_pkg.vhd alu.vhd compare_unit.vhd ex_pkg.vhd ex.vhd id.vhd if_pkg.vhd if.vhd regfile.vhd pipeline.vhd dpram.vhd ../tests/pipeline_tb.vhd
ghdl -e pipeline_tb
ghdl -r pipeline_tb --vcd=pipeline_tb.vcd
",36.1818181818,184,0.7638190955
219620,f302b5bea224b39651cc085350419fa9f1194cd9,767,bat,Batchfile,docs/make.bat,samkatt/mabrl,d075bbd6b51b70661ef3956145eb2ff136c9137e,['MIT'],,,,docs/make.bat,samkatt/mabrl,d075bbd6b51b70661ef3956145eb2ff136c9137e,['MIT'],,,,docs/make.bat,samkatt/mabrl,d075bbd6b51b70661ef3956145eb2ff136c9137e,['MIT'],,,,"@ECHO OFF
pushd %~dp0
REM Command file for Sphinx documentation
if ""%SPHINXBUILD%"" == """" (
set SPHINXBUILD=python -msphinx
)
set SOURCEDIR=.
set BUILDDIR=_build
set SPHINXPROJ=mabrl
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.7297297297,75,0.7353324641
219621,f302b7b5d255466f961b9dca42af417444a56ebe,497,bat,Batchfile,ae.bat,MrGreenTea/friendly,091f6af1d3c2be8fee078e52db6e16074d5518e5,['MIT'],,,,ae.bat,MrGreenTea/friendly,091f6af1d3c2be8fee078e52db6e16074d5518e5,['MIT'],,,,ae.bat,MrGreenTea/friendly,091f6af1d3c2be8fee078e52db6e16074d5518e5,['MIT'],,,,"echo off
REM Default is Python 3.8
if ""%1""==""3.6"" goto py_36
if ""%1""==""3.7"" goto py_37
if ""%1""==""3.9"" goto py_39
if ""%1""==""3.10"" goto py_310
if ""%1""==""ipython"" goto ipython
:py_38
venv-friendly3.8\scripts\activate
goto end
:py_36
venv-friendly3.6\scripts\activate
goto end
:py_37
venv-friendly3.7\scripts\activate
goto end
:py_39
venv-friendly3.9\scripts\activate
goto end
:py_310
venv-friendly3.10\scripts\activate
goto end
:ipython