text stringlengths 0 834k |
|---|
set null |
@goto :eof |
:unquoteStr |
set %1=%~2 |
@goto :eof |
:Error_Usage |
@rem -------------------------------------------------------------------------------------------- |
@rem Display command usage |
@rem -------------------------------------------------------------------------------------------- |
echo Usage: ""%~nx0 [debug|release] [x86|x64] [/?]"" |
echo. |
echo debug - Debug build configuration |
echo release - Release build configuration |
echo x86 - Create 32-bit x86 applications |
echo x64 - Create 64-bit x64 applications |
echo. /? - Show usage |
echo. |
@goto :eof |
",30.5063291139,101,0.5360995851 |
72,d008884fd62a6ec47272bbd2916843a06d653c5e,324,bat,Batchfile,make.bat,jmlrt/countbeat,697eecd5534bac82146228b23ad6640372acec43,['Apache-2.0'],,,,make.bat,jmlrt/countbeat,697eecd5534bac82146228b23ad6640372acec43,['Apache-2.0'],,,,make.bat,jmlrt/countbeat,697eecd5534bac82146228b23ad6640372acec43,['Apache-2.0'],,,,"@echo off |
REM Windows wrapper for Mage (https://magefile.org/) that installs it |
REM to %GOPATH%\bin from the Beats vendor directory. |
REM |
REM After running this once you may invoke mage.exe directly. |
WHERE mage |
IF %ERRORLEVEL% NEQ 0 go install github.com/jmlrt/countbeat/vendor/github.com/magefile/mage |
mage %* |
",27.0,92,0.75 |
73,d00891dba7537416a72ed80dbdc40994bd474171,289,cmd,Batchfile,iis/publish/using-the-ftp-service/configure-ftp-with-iis-manager-authentication-in-iis-7/samples/sample1.cmd,aukhalilim/iis-docs,878e164f10b2ae52730ed6a1f8f9975e622bc15e,['CC-BY-4.0' 'MIT'],90.0,2017-06-13T19:56:04.000Z,2022-03-15T16:42:09.000Z,iis/publish/using-the-ftp-service/configure-ftp-with-iis-manager-authentication-in-iis-7/samples/sample1.cmd,aukhalilim/iis-docs,878e164f10b2ae52730ed6a1f8f9975e622bc15e,['CC-BY-4.0' 'MIT'],453.0,2017-05-22T18:00:05.000Z,2022-03-30T21:07:55.000Z,iis/publish/using-the-ftp-service/configure-ftp-with-iis-manager-authentication-in-iis-7/samples/sample1.cmd,aukhalilim/iis-docs,878e164f10b2ae52730ed6a1f8f9975e622bc15e,['CC-BY-4.0' 'MIT'],343.0,2017-05-26T08:57:30.000Z,2022-03-25T23:05:04.000Z,"ICACLS ""%SystemDrive%\Windows\System32\inetsrv\config"" /Grant ""Network Service"":R /T |
ICACLS ""%SystemDrive%\Windows\System32\inetsrv\config\administration.config"" /Grant ""Network Service"":R |
ICACLS ""%SystemDrive%\Windows\System32\inetsrv\config\redirection.config"" /Grant ""Network Service"":R",96.3333333333,103,0.8062283737 |
74,d0089b14e5e2348b79e8819bbbd5a32ed4c7e4ce,814,bat,Batchfile,docs/make.bat,crazyzlj/PyGeoC,7ea5ab3a57a1c05d1b9f42fd61c40a065dcec9a0,['MIT'],6.0,2019-02-03T17:48:27.000Z,2021-08-12T14:58:05.000Z,docs/make.bat,crazyzlj/PyGeoC,7ea5ab3a57a1c05d1b9f42fd61c40a065dcec9a0,['MIT'],3.0,2017-06-07T01:15:12.000Z,2017-11-22T15:19:41.000Z,docs/make.bat,crazyzlj/PyGeoC,7ea5ab3a57a1c05d1b9f42fd61c40a065dcec9a0,['MIT'],9.0,2017-03-17T07:20:22.000Z,2021-12-09T02:36:30.000Z,"@ECHO OFF |
pushd %~dp0 |
REM Command file for Sphinx documentation |
if ""%SPHINXBUILD%"" == """" ( |
set SPHINXBUILD=sphinx-build |
) |
set SOURCEDIR=%~dp0 |
set BUILDDIR=_build |
set SPHINXPROJ=PyGeoC |
if ""%1"" == """" goto help |
%SPHINXBUILD% >NUL 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 |
) |
%SPHINXBUILD% -M %1 %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% |
goto end |
:help |
%SPHINXBUILD% -M help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% |
:end |
popd |
",22.0,75,0.7027027027 |
75,d00949eeefc9c74f822c044b817bce2fb7b6b9d7,446,bat,Batchfile,.ecs/batch/check/template.bat,markocupic/contao-heroimage-bundle,474fea0407674695035b3d443421438045f1f555,['MIT'],,,,.ecs/batch/check/template.bat,markocupic/contao-heroimage-bundle,474fea0407674695035b3d443421438045f1f555,['MIT'],2.0,2021-09-30T13:43:06.000Z,2022-03-24T18:02:40.000Z,.ecs/batch/check/template.bat,markocupic/contao-heroimage-bundle,474fea0407674695035b3d443421438045f1f555,['MIT'],1.0,2021-09-30T17:04:51.000Z,2021-09-30T17:04:51.000Z,":: Run easy-coding-standard (ecs) via this batch file inside your IDE e.g. PhpStorm (Windows only) |
:: Install inside PhpStorm the ""Batch Script Support"" plugin |
cd.. |
cd.. |
cd.. |
cd.. |
cd.. |
cd.. |
:: templates |
start vendor\bin\ecs check vendor/markocupic/contao-heroimage-bundle/src/Resources/contao/templates --config vendor/markocupic/contao-heroimage-bundle/.ecs/config/template.php |
:: |
cd vendor/markocupic/contao-heroimage-bundle/.ecs./batch/check |
",34.3076923077,175,0.7713004484 |
76,d0095bce1a95be7c1122b3e4a98e8d0833ffee31,413,bat,Batchfile,astron/win32/start_astron.bat,Willy5s/Pirates-Online-Rewrite,7434cf98d9b7c837d57c181e5dabd02ddf98acb7,['BSD-3-Clause'],,,,astron/win32/start_astron.bat,Willy5s/Pirates-Online-Rewrite,7434cf98d9b7c837d57c181e5dabd02ddf98acb7,['BSD-3-Clause'],,,,astron/win32/start_astron.bat,Willy5s/Pirates-Online-Rewrite,7434cf98d9b7c837d57c181e5dabd02ddf98acb7,['BSD-3-Clause'],,,,"@echo off |
title Pirates Online Rewrite - Astron Cluster |
cd ../ |
rem Grab users prefered config file |
set /P ASTRON_CONFIG=Config File (DEFAULT: astrond): || ^ |
set ASTRON_CONFIG=astrond |
echo ==================================== |
echo Starting Pirates Online Rewrite... |
echo Config: %ASTRON_CONFIG% |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.