text
stringlengths
0
834k
)
if ""%1"" == ""xml"" (
%SPHINXBUILD% -b xml %ALLSPHINXOPTS% %BUILDDIR%/xml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The XML files are in %BUILDDIR%/xml.
goto end
)
if ""%1"" == ""pseudoxml"" (
%SPHINXBUILD% -b pseudoxml %ALLSPHINXOPTS% %BUILDDIR%/pseudoxml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The pseudo-XML files are in %BUILDDIR%/pseudoxml.
goto end
)
:end
",26.646090535,79,0.7016216216
219846,f32264bf81326b4f9aed3b81dbd7c5228b140588,1051,bat,Batchfile,Build/MP3 – Trim music.bat,brendan8c/FFMPEG_BAT,5c2ca6e193b54dad6269a5da5fb81f6e0a1ff38d,['MIT'],7.0,2021-02-07T21:56:00.000Z,2022-02-23T21:01:09.000Z,Build/MP3 – Trim music.bat,brendan8c/FFMPEG_BAT,5c2ca6e193b54dad6269a5da5fb81f6e0a1ff38d,['MIT'],,,,Build/MP3 – Trim music.bat,brendan8c/FFMPEG_BAT,5c2ca6e193b54dad6269a5da5fb81f6e0a1ff38d,['MIT'],,,,"@REM -f dshow – Audio filters.
@REM -map 0:a audio streams only.
@REM -audio_buffer_size – Set audio device buffer size in milliseconds (which can directly impact latency, depending on the device). Default 500ms
@REM ----------------------------------------------------------------------------------------------------------------*
@REM -f dshow – Аудио фильтр.
@REM -map 0:a только аудиопотоки.
@REM -audio_buffer_size – Установите размер буфера аудиоустройства в миллисекундах (что может напрямую влиять на задержку, в зависимости от устройства). По умолчанию 500ms
@echo off
color a
echo.
echo Time format: hh:mm:ss.ms
echo Example: 00:05 or 00:05.1000
echo.
set /P t0=Enter start time ^>
echo --------------------------------*
echo Example: 01:45 or 00:05.500
echo.
set /P t1=Enter end time ^>
echo --------------------------------*
echo.
set a=""Your_files\*.mp3""
set b=""Result\%%~na.mp3""
set c=ffmpeg
set f=-ss %t0% -to %t1% -map 0:a -audio_buffer_size 1000 -acodec libmp3lame -b:a 192k
for %%a in (%a%) do (%c% -y -i ""%%a"" %f% %b%)
exit",38.9259259259,171,0.5918173168
219847,f32272b64e1af7b08175f0da824cb98baf0120af,1013,bat,Batchfile,docs/make.bat,h4k1m13or/egrid,a74326f81f1957d67bc67f47b51f9d3cb5caf849,['MIT'],1.0,2021-12-16T22:41:06.000Z,2021-12-16T22:41:06.000Z,docs/make.bat,h4k1m13or/egrid,a74326f81f1957d67bc67f47b51f9d3cb5caf849,['MIT'],,,,docs/make.bat,h4k1m13or/egrid,a74326f81f1957d67bc67f47b51f9d3cb5caf849,['MIT'],,,,"@ECHO OFF
pushd %~dp0
REM Command file for Sphinx documentation
if ""%SPHINXBUILD%"" == """" (
set SPHINXBUILD=sphinx-build -c .
)
set SOURCEDIR=_source
set BUILDDIR=_build
set APP=..\egrid
if ""%1"" == """" goto help
%SPHINXBUILD% >NUL 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.Install sphinx-autobuild for live serving.
echo.If you don't have Sphinx installed, grab it from
echo.http://sphinx-doc.org/
exit /b 1
)
%SPHINXBUILD% -b %1 %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% %O%
goto end
:livehtml
sphinx-autobuild -b html --open-browser -p 7000 --watch %APP% -c . %SOURCEDIR% %BUILDDIR%/html
GOTO :EOF
:apidocs
sphinx-apidoc -o %SOURCEDIR%/api %APP%
GOTO :EOF
:help
%SPHINXBUILD% -b help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% %O%
:end
popd
",21.5531914894,94,0.7245804541
219848,f3229e87f0ae225188de4a4439ea731a03c3db1b,279,bat,Batchfile,samples/8-box2d-rube/cleanassets.bat,jonmaur/draggin-framework,cc1a0c1a8035d25be6f295f751a882a5d3b34c34,['MIT'],,,,samples/8-box2d-rube/cleanassets.bat,jonmaur/draggin-framework,cc1a0c1a8035d25be6f295f751a882a5d3b34c34,['MIT'],,,,samples/8-box2d-rube/cleanassets.bat,jonmaur/draggin-framework,cc1a0c1a8035d25be6f295f751a882a5d3b34c34,['MIT'],,,,"cd %~dp0
scons -c -f %DRAGGIN_FRAMEWORK%/tools/SConstruct ASSETS_DIR=""assets"" RES_DIR=""main/res"" --warn=no-all --include-dir=%DRAGGIN_FRAMEWORK%/tools/spritecompiler/ --include-dir=%DRAGGIN_FRAMEWORK%/tools/tilemapcompiler/ --include-dir=%DRAGGIN_FRAMEWORK%/tools/box2dcompiler/
",93.0,269,0.7921146953
219849,f322a8ab2031030a9e65fe2c6e1dbeab58b4f66a,1357,cmd,Batchfile,client_tools/svc/nuitka_lock_screen_widget_build.cmd,operepo/ope,f1fb4e482fe7a8aae8557a3f07008ae3f6fffccd,['MIT'],9.0,2018-04-19T05:08:30.000Z,2021-11-23T07:36:58.000Z,client_tools/svc/nuitka_lock_screen_widget_build.cmd,operepo/ope,f1fb4e482fe7a8aae8557a3f07008ae3f6fffccd,['MIT'],98.0,2017-11-02T19:00:44.000Z,2022-03-22T16:15:39.000Z,client_tools/svc/nuitka_lock_screen_widget_build.cmd,operepo/ope,f1fb4e482fe7a8aae8557a3f07008ae3f6fffccd,['MIT'],9.0,2017-10-24T21:53:36.000Z,2021-11-23T07:36:59.000Z,"
set VERSION=1.0.1
rem build mgmt