text stringlengths 0 834k |
|---|
rem --windows-disable-console - if running gui |
rem --windows-icon-from-ico=logo_icon.ico |
rem --windows-uac-admin -- force uac prompt |
rem --windows-uac-uiaccess --- ??? |
rem --windows-company-name=OPE_PROJECT |
rem --windows-product-name=MGMT_TOOL |
rem --windows-file-version=%VERSION% |
rem --windows-product-version=%VERSION% |
rem --windows-file-description=""MGMT Tool - used to run system commands for credentialing laptops"" |
rem --windows-onefile-tempdir -- use temp folder rather then appdata folder |
rem --python-flag= |
rem --follow-imports |
rem --onefile - use appdata folder to unpack |
rem --windows-dependency-tool=pefile - collect dependancies if needed |
rem --experimental=use_pefile_recurse --experimental=use_pefile_fullrecurse --- to find more depends if needed |
rem python -m nuitka --python-arch=x86 --standalone mgmt.py |
rem --plugin-enable=tk-inter ^ |
python -m nuitka ^ |
--python-arch=x86 ^ |
--standalone ^ |
--plugin-enable=qt-plugins ^ |
--plugin-enable=numpy ^ |
--windows-disable-console ^ |
--windows-icon-from-ico=logo_icon.ico ^ |
--windows-company-name=OPE_PROJECT ^ |
--windows-product-name=LOCK_SCREEN_WIDGET ^ |
--windows-file-version=%VERSION% ^ |
--windows-product-version=%VERSION% ^ |
--windows-file-description=""OPE Lock Screen Widget"" ^ |
lock_screen_widget.py |
",34.7948717949,112,0.729550479 |
219850,f322b31f1279b5ed146dc63f0c9d82540304a3e1,5110,bat,Batchfile,docs/make.bat,ToferC/gcclassifier,be7c4fef2907b96f5d1dc0e4beb171b8313a7faf,['MIT'],1.0,2017-05-12T12:57:50.000Z,2017-05-12T12:57:50.000Z,docs/make.bat,ToferC/gcclassifier,be7c4fef2907b96f5d1dc0e4beb171b8313a7faf,['MIT'],7.0,2020-06-05T18:43:00.000Z,2022-03-11T23:26:45.000Z,docs/make.bat,ToferC/gcclassifier,be7c4fef2907b96f5d1dc0e4beb171b8313a7faf,['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"" ( |
%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 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.