text
stringlengths
0
834k
move /y %%a %%b.exe
)
",36.6666666667,107,0.7159090909
219808,f31de234027102bd14b1c7eae0d34de05924b21e,771,bat,Batchfile,docs/make.bat,saulshanabrook/nbval,1397af8a82dc3966db8ba6a706cbf2f0e32db152,['BSD-3-Clause'],385.0,2016-03-20T01:08:51.000Z,2022-03-21T21:48:12.000Z,docs/make.bat,saulshanabrook/nbval,1397af8a82dc3966db8ba6a706cbf2f0e32db152,['BSD-3-Clause'],162.0,2016-03-22T15:56:55.000Z,2022-02-22T23:24:41.000Z,docs/make.bat,saulshanabrook/nbval,1397af8a82dc3966db8ba6a706cbf2f0e32db152,['BSD-3-Clause'],59.0,2016-05-01T13:20:43.000Z,2022-03-14T20:49:54.000Z,"@ECHO OFF
pushd %~dp0
REM Command file for Sphinx documentation
if ""%SPHINXBUILD%"" == """" (
set SPHINXBUILD=python -msphinx
)
set SOURCEDIR=source
set BUILDDIR=build
set SPHINXPROJ=nbval
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.8378378378,75,0.738002594
219809,f31df6a29b90aee6375294feafd41347fa491034,110,bat,Batchfile,RunListener.bat,castlelorestudios/EvenniaPluginSampleProject,095ad7a2fe583033fb7e2070f3f8920a6e88b323,['BSD-3-Clause'],3.0,2019-08-08T16:58:25.000Z,2019-10-12T07:31:36.000Z,RunListener.bat,castlelorestudios/EvenniaPluginSampleProject,095ad7a2fe583033fb7e2070f3f8920a6e88b323,['BSD-3-Clause'],9.0,2019-09-06T18:21:59.000Z,2022-01-13T03:04:11.000Z,RunListener.bat,castlelorestudios/EvenniaPluginSampleProject,095ad7a2fe583033fb7e2070f3f8920a6e88b323,['BSD-3-Clause'],2.0,2019-09-02T08:39:24.000Z,2019-09-02T18:39:32.000Z,"@echo on
cd TCPListener\EvenniaPluginListener
cmd /k ""env\Scripts\activate & python EvenniaPluginListener.py""
",27.5,63,0.8272727273
219810,f31e242a6cb08c791f8460068b792e060565d960,5118,bat,Batchfile,docs/make.bat,calvinjlin/sbc-final-project,d6b2a531ef76d2e7da0d243676eaa4ab7bdb30bc,['MIT'],,,,docs/make.bat,calvinjlin/sbc-final-project,d6b2a531ef76d2e7da0d243676eaa4ab7bdb30bc,['MIT'],,,,docs/make.bat,calvinjlin/sbc-final-project,d6b2a531ef76d2e7da0d243676eaa4ab7bdb30bc,['MIT'],,,,"@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. linkcheck to check all external links for integrity
echo. doctest to run all doctests embedded in 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
)
if ""%1"" == ""html"" (
%SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/html.
goto end
)
if ""%1"" == ""dirhtml"" (