text stringlengths 0 834k |
|---|
set BUILDDIR=_build |
set SPHINXPROJ=pypkgs_rachelywong |
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 |
",21.0810810811,75,0.7397435897 |
96,d00bcef85b1698256e10472bd69fa5043c9498ea,112,bat,Batchfile,install.bat,finnsmp/music-discord,a899fdfeeb417648aec778cd104bb99341a85469,['Unlicense'],,,,install.bat,finnsmp/music-discord,a899fdfeeb417648aec778cd104bb99341a85469,['Unlicense'],,,,install.bat,finnsmp/music-discord,a899fdfeeb417648aec778cd104bb99341a85469... |
echo off |
cls |
pause press to start |
npm i opusscript discord.js ytdl-core |
pause done press to close |
",16.0,37,0.8125 |
97,d00bf49f5b3d0b4895d2d95c9a2b5d66e4fb94a7,49,bat,Batchfile,examples/qunit/bin/example.bat,lolmaus/yadda,9434a5b1ff46ce45f59be245e4169de9504294f1,['Apache-2.0'],,,,examples/qunit/bin/example.bat,lolmaus/yadda,9434a5b1ff46ce45f59be245e4169de9504294f1,['Apache-2.0'],,,,examples/qunit/bin/example.bat,lolmaus/yadda,9434a5... |
setlocal |
:run |
start test.html |
endlocal",8.1666666667,15,0.7959183673 |
98,d00bfba69d8cd7f222640281efe2c737672ead0d,781,bat,Batchfile,docs/make.bat,nkaenzig/ml_model_evaluation,0064a223b3a6362b7e281d9241cb9ffe97247bb0,['MIT'],,,,docs/make.bat,nkaenzig/ml_model_evaluation,0064a223b3a6362b7e281d9241cb9ffe97247bb0,['MIT'],,,,docs/make.bat,nkaenzig/ml_model_evaluation,0064a223b3a6362b7e281d924... |
pushd %~dp0 |
REM Command file for Sphinx documentation |
if ""%SPHINXBUILD%"" == """" ( |
set SPHINXBUILD=python -msphinx |
) |
set SOURCEDIR=. |
set BUILDDIR=_build |
set SPHINXPROJ=ml_model_evaluation |
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 |
",21.1081081081,75,0.7400768246 |
99,d00c0bfe8f0150e456b8040cc704e9e79ebab6e0,1163,cmd,Batchfile,dpdk-16.11/x86_64-native-linuxapp-gcc/build/drivers/net/bnxt/.bnxt_ring.o.cmd,markdl/mtcp,aa8044eca65418f85fc0a5bfc0239f0f0c3d3c5b,['BSD-3-Clause'],,,,dpdk-16.11/x86_64-native-linuxapp-gcc/build/drivers/net/bnxt/.bnxt_ring.o.cmd,markdl/mtcp,aa8044eca65418f8... |
",581.5,1162,0.8624247635 |
100,d00cb591cd07ae5e45b738738fe5eb2680c68c47,48,bat,Batchfile,command.bat,durantchuente/imageproduit,4741d7c10fbc956190b0e2aa17a4d259607e77ed,['MIT'],,,,command.bat,durantchuente/imageproduit,4741d7c10fbc956190b0e2aa17a4d259607e77ed,['MIT'],,,,command.bat,durantchuente/imageproduit,4741d7c10fbc956190b0e2aa17a4d259607e7... |
git commit -m ""push reussi"" |
git push",16.0,27,0.7083333333 |
101,d00cd435364627f5f21979c184882c9ad52c1375,1297,bat,Batchfile,strat/asymptoter/asymptoter.bat,venovako/GPUJACHx,dc3cddf7a113d03d2f12b262d3970bf13751ef51,['MIT'],10.0,2016-10-19T09:35:22.000Z,2021-06-06T05:50:12.000Z,strat/asymptoter/asymptoter.bat,venovako/GPUJACHx,dc3cddf7a113d03d2f12b262d3970bf13751ef51,['MIT'],,,,... |
rem Usage: asymptoter.bat N ????? BASENAME IsCyclic |
rem E.g., ????? = 00032 when N = 32 |
rem IsCyclic = 1u for a cyclic, or 0u for a quasi-cyclic strategy |
echo // %2 > %3%2.tmp |
echo #ifdef N >> %3%2.tmp |
echo #ifndef S >> %3%2.tmp |
echo #define S ((N) - %4) >> %3%2.tmp |
echo #endif // !S >> %3%2.tmp |
echo #ifndef P >> %3%2.tmp |
echo #define P ((N) / 2u) >> %3%2.tmp |
echo #endif // !P >> %3%2.tmp |
echo #ifndef C >> %3%2.tmp |
echo #define C 2u >> %3%2.tmp |
echo #endif // !C >> %3%2.tmp |
echo #else // !N >> %3%2.tmp |
echo #error N must be defined! >> %3%2.tmp |
echo #endif // N >> %3%2.tmp |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.