text
stringlengths
0
834k
echo.Build finished.
goto end
)
if ""%1"" == ""epub"" (
%SPHINXBUILD% -b epub %ALLSPHINXOPTS% %BUILDDIR%/epub
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The epub file is in %BUILDDIR%/epub.
goto end
)
if ""%1"" == ""latex"" (
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
if errorlevel 1 exit /b 1
echo.
echo.Build finished; the LaTeX files are in %BUILDDIR%/latex.
goto end
)
if ""%1"" == ""text"" (
%SPHINXBUILD% -b text %ALLSPHINXOPTS% %BUILDDIR%/text
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The text files are in %BUILDDIR%/text.
goto end
)
if ""%1"" == ""man"" (
%SPHINXBUILD% -b man %ALLSPHINXOPTS% %BUILDDIR%/man
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The manual pages are in %BUILDDIR%/man.
goto end
)
if ""%1"" == ""texinfo"" (
%SPHINXBUILD% -b texinfo %ALLSPHINXOPTS% %BUILDDIR%/texinfo
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The Texinfo files are in %BUILDDIR%/texinfo.
goto end
)
if ""%1"" == ""gettext"" (
%SPHINXBUILD% -b gettext %I18NSPHINXOPTS% %BUILDDIR%/locale
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The message catalogs are in %BUILDDIR%/locale.
goto end
)
if ""%1"" == ""changes"" (
%SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes
if errorlevel 1 exit /b 1
echo.
echo.The overview file is in %BUILDDIR%/changes.
goto end
)
if ""%1"" == ""linkcheck"" (
%SPHINXBUILD% -b linkcheck %ALLSPHINXOPTS% %BUILDDIR%/linkcheck
if errorlevel 1 exit /b 1
echo.
echo.Link check complete; look for any errors in the above output ^
or in %BUILDDIR%/linkcheck/output.txt.
goto end
)
if ""%1"" == ""doctest"" (
%SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest
if errorlevel 1 exit /b 1
echo.
echo.Testing of doctests in the sources finished, look at the ^
results in %BUILDDIR%/doctest/output.txt.
goto end
)
:end
",26.7748691099,79,0.6990614001
219954,f33209f80da1fbfe9c3a99bdc28970b12be242ad,358,bat,Batchfile,System Info/Shortcut Contact IT.bat,alroseylleno/Scripting,35378bf7a9f44782eab428774dceaa147fed3da1,['MIT'],,,,System Info/Shortcut Contact IT.bat,alroseylleno/Scripting,35378bf7a9f44782eab428774dceaa147fed3da1,['MIT'],,,,System Info/Shortcut Contact IT.bat,alroseylleno/Scripting,35378bf7a9f44782eab428774dceaa147fed3da1,['MIT'],,,,"robocopy ""\\VNHCFPS01\TPV\A6_IT\Shared\_newcomer\1.Manual - Guideline\1. IT Induction\Contact with IT"" ""%UserProfile%\Desktop\Contact with IT"" /mir
msg * Welcome user: %username% -Computer name: %computername% %IPaddress% has successfully installed the first setup of your computer.Please contact IT Global Service Desk for any IT related issue (466 2010)",179.0,209,0.782122905
219955,f3322e1c811fce5313f6b61bf4f20b45f8a8f4d1,386,bat,Batchfile,refresh.bat,mathewjustin/every-programmer-should-know,086007f62003211373800a894a539bb21d363df6,['CC-BY-4.0'],,,,refresh.bat,mathewjustin/every-programmer-should-know,086007f62003211373800a894a539bb21d363df6,['CC-BY-4.0'],,,,refresh.bat,mathewjustin/every-programmer-should-know,086007f62003211373800a894a539bb21d363df6,['CC-BY-4.0'],,,,"git stash
git config --global user.email ""justinmamathew@gmail.com""
git config --global user.name ""mathewjustin""
git checkout master
git remote set-url origin https://github.com/mtdvio/every-programmer-should-know.git
git pull origin master --allow-unrelated-histories
git remote set-url origin https://github.com/mathewjustin/every-programmer-should-know.git
git push origin master
",42.8888888889,90,0.8056994819
219956,f3322f2ec43ab51e1aac36dca5f1358c543f51ca,219,bat,Batchfile,Makefile.bat,fititnt/assembly-masm,150a54f6595bf7be24fbde5f92831b5875e7ea32,['MIT'],6.0,2017-03-02T04:45:38.000Z,2020-02-25T23:59:14.000Z,Makefile.bat,fititnt/assembly-masm,150a54f6595bf7be24fbde5f92831b5875e7ea32,['MIT'],,,,Makefile.bat,fititnt/assembly-masm,150a54f6595bf7be24fbde5f92831b5875e7ea32,['MIT'],5.0,2018-06-07T09:42:54.000Z,2020-10-18T19:52:11.000Z,"rem Script para MONTAR arquivos .ASM
rescan
masm /Zi programa.asm,programa.obj,programa.lst,programa.crf;
rem masm /Zi poc.asm,poc.obj,poc.lst,poc.crf;
rem Script para LIGAR um arquivo .OBJ
link /CO programa.obj,,,,;
",24.3333333333,61,0.7579908676