text
stringlengths
0
834k
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.7958115183,79,0.6985150449
219811,f31e80660c6ca70ac04f9646ab1aa88ac2438b5f,1671,bat,Batchfile,playground/GitHubStatus.bat,hcchengithub/peforth,8141daab5529d9dbb06e67eb815e7b42c684811c,['MIT'],27.0,2017-09-06T05:38:11.000Z,2022-01-01T21:43:57.000Z,playground/GitHubStatus.bat,andrewtholt/peforth,110feaf77e8fc1dc3e45b835c3e0e5a8abd3bf34,['MIT'],5.0,2018-06-29T08:42:11.000Z,2020-12-16T10:39:52.000Z,playground/GitHubStatus.bat,andrewtholt/peforth,110feaf77e8fc1dc3e45b835c3e0e5a8abd3bf34,['MIT'],4.0,2018-03-31T00:55:20.000Z,2021-02-04T23:55:35.000Z,": @rem ; ' \ dup alias echo dup alias @echo dup alias @echo. dup alias @goto dup alias :end dup alias @cd dup alias @call dup alias @if dup alias :ERR dup alias @pause dup alias :END dup alias @rem drop
@cd %~dp0
@rem
@rem
@rem Check my GitHub status
@rem Find anything modified that might need a commit
@rem
@echo.
@echo Executing %~nx0 . . .
@goto batch
\ --------------- start peforth code ----------------------
\ Check modified projects
import os constant os
os :> getenv('USERPROFILE')+'\\Documents\\GitHub' os :: chdir(pop())
os :> listdir() ( [dirlist,...] ) cr cr cr
[begin]
py> tos().pop() ( [dirlist,...] projectName )
os :: chdir(pop())
cd
dos git status
drop cd ..
cr cr
py> len(tos()) not [until] drop
os :> getenv('USERPROFILE')+'\\Documents\\GitHub\\jeforth\\jeforth.3we'
os :: chdir(pop())
cd
dos git status
drop
os :> getenv('USERPROFILE')+'\\Documents\\GitHub' os :: chdir(pop())
cr cr
\ The end
cr ."" ----------- All Done --------------"" cr
\ bye <-- don't we might need to see the error messages
stop
\ ---------------- end peforth code -----------------------
:batch
@rem @call admin.bat
@rem ---------- start batch code ---------------------------
@python -m peforth include %~nx0 \ include the batch program itself
@if %errorlevel% GEQ 1 goto ERR
@rem ------------ end batch code ---------------------------
@goto END
:ERR
@echo !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
@echo errorlevel : %errorlevel%
@echo !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
@pause
:END
",27.85,202,0.500299222
219812,f31e8f4f136c56a3ffc3586202831061ee5e5cd5,505,cmd,Batchfile,autoscaling/AutoScaling-1.0.61.6/bin/as-set-instance-health.cmd,bizo/aws-tools,a736e585edca0b84c36b0e2a11e056457bf47a65,['Apache-2.0'],,,,autoscaling/AutoScaling-1.0.61.6/bin/as-set-instance-health.cmd,bizo/aws-tools,a736e585edca0b84c36b0e2a11e056457bf47a65,['Apache-2.0'],,,,autoscaling/AutoScaling-1.0.61.6/bin/as-set-instance-health.cmd,bizo/aws-tools,a736e585edca0b84c36b0e2a11e056457bf47a65,['Apache-2.0'],,,,"@echo off
setlocal