text stringlengths 0 834k |
|---|
Info |
Run |
",12.8181818182,52,0.8368794326 |
88,d00ae0a83bd4199f47bcf230e7e7dc898eb17b3b,134,bat,Batchfile,BitPoolMiner/MinerApps/CryptoDredge_0.16.1/run-hdac-bsod.bat,BitPoolMining/BitPoolMiner,8f46e69f38fc8ed28a0528a053ae1517d9547b75,['MIT'],7.0,2018-06-12T16:02:17.000Z,2021-11-12T06:06:50.000Z,BitPoolMiner/MinerApps/CryptoDredge_0.16.1/run-hdac-bsod.bat,BitPoolMining/BitPoolMiner,8f46e69f38fc8ed28a0528a053ae1517d9547b75,['MIT'],6.0,2018-06-14T20:15:16.000Z,2019-05-29T06:29:27.000Z,BitPoolMiner/MinerApps/CryptoDredge_0.16.1/run-hdac-bsod.bat,BitPoolMining/BitPoolMiner,8f46e69f38fc8ed28a0528a053ae1517d9547b75,['MIT'],7.0,2018-08-12T13:34:06.000Z,2021-05-14T13:20:45.000Z,"@echo off |
title Skunkhash (HDAC) - bsod pool |
CryptoDredge -a skunk -o stratum+tcp://eu.bsod.pw:2470 -u WALLET_ADDRESS -p c=HDAC |
pause |
",26.8,82,0.7462686567 |
89,d00ae3b83323940391c11499a6e059d967b5a63d,37,cmd,Batchfile,queue/build.cmd,kpfaulkner/azurestoragetools,673c44c50abce935c96c9659645805027451e9da,['Apache-2.0'],1.0,2017-11-23T02:46:50.000Z,2017-11-23T02:46:50.000Z,queue/build.cmd,kpfaulkner/azurestoragetools,673c44c50abce935c96c9659645805027451e9da,['Apache-2.0'],,,,queue/build.cmd,kpfaulkner/azurestoragetools,673c44c50abce935c96c9659645805027451e9da,['Apache-2.0'],,,,"gox -ldflags ""-X main.Version=0.1.0"" |
",18.5,36,0.6756756757 |
90,d00b43d638a2e6a2a8a5c73577ef9509891959bc,6457,bat,Batchfile,docs/make.bat,catmaid/catpy,481d87591a6dfaedef2767dcddcbed7185ecc8b8,['MIT'],5.0,2018-04-24T15:45:31.000Z,2021-06-18T17:38:07.000Z,docs/make.bat,catmaid/catpy,481d87591a6dfaedef2767dcddcbed7185ecc8b8,['MIT'],35.0,2017-05-12T21:49:54.000Z,2022-03-12T00:47:09.000Z,docs/make.bat,catmaid/catpy,481d87591a6dfaedef2767dcddcbed7185ecc8b8,['MIT'],4.0,2017-08-24T12:15:41.000Z,2019-10-13T01:05:34.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 |
goto end |
) |
if ""%1"" == ""clean"" ( |
for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i |
del /q /s %BUILDDIR%\* |
goto end |
) |
%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 |
) |
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"" ( |
%SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml |
if errorlevel 1 exit /b 1 |
echo. |
echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml. |
goto end |
) |
if ""%1"" == ""singlehtml"" ( |
%SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml |
if errorlevel 1 exit /b 1 |
echo. |
echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml. |
goto end |
) |
if ""%1"" == ""pickle"" ( |
%SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle |
if errorlevel 1 exit /b 1 |
echo. |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.