text
stringlengths
0
834k
:blank_tmp
echo.
echo Environment variable cpu11_sim should be set to RT11 simulator folder
exit
",31.4615384615,129,0.7353300733
219560,d2fad865d5ca2b2660e67b71d28703ca96af856b,851,bat,Batchfile,scripts/schedule5_remove.bat,jing-s-zhong/Automated-Data-Aggregation-2-Data-Aliasing,7c2d47ee496b938a76ede210270508015ff95a90,['MIT'],,,,scripts/schedule5_remove.bat,jing-s-zhong/Automated-Data-Aggregation-2-Data-Aliasing,7c2d47ee496b938a76ede210270508015ff95a90,['MIT'],,,,scripts/schedule5_remove.bat,jing-s-zhong/Automated-Data-Aggregation-2-Data-Aliasing,7c2d47ee496b938a76ede210270508015ff95a90,['MIT'],,,,"rem ====================================================
rem Schedule-5: Remove the DATA_ALIASING_RESOLVER
rem ----------------------------------------------------
rem Example: schedule5_remove.bat BI_TEST _CONTROL_LOGIC
rem ====================================================
@echo off
if [%1]==[] goto missDb
if [%2]==[] goto missSchema
@echo Removing the data aggregator from %1.%2
snowsql ^
--config ..\..\config\.snowsql\config ^
-f .\schedule5_remove.snow ^
-o exit_on_error=true ^
-o quiet=true ^
-o friendly=true ^
-D db_name=%1 ^
-D sc_name=%2
@echo The data aggregator is removed from %1.%2
goto done
:missDb
@echo First argument for DB name is missing!
goto example
:missSchema
@echo Second argument for SCHEMA name is missing!
:example
@echo Example: schedule5_remove.bat BI_TEST _CONTROL_LOGIC
:done
",25.7878787879,59,0.580493537
219561,d2fb0e020b7f9379e63933e975297d344b4976c9,776,bat,Batchfile,docs/make.bat,apologist/eod-data-client,5794f94ac78469dc41e9697a68c952e067ac2007,['Unlicense'],7.0,2017-05-01T20:21:35.000Z,2022-03-09T10:45:22.000Z,docs/make.bat,apologist/eod-data-client,5794f94ac78469dc41e9697a68c952e067ac2007,['Unlicense'],7.0,2017-05-30T02:49:14.000Z,2019-07-19T23:32:36.000Z,docs/make.bat,apologist/eod-data-client,5794f94ac78469dc41e9697a68c952e067ac2007,['Unlicense'],5.0,2017-06-02T04:57:13.000Z,2022-01-19T04:41:45.000Z,"@ECHO OFF
pushd %~dp0
REM Command file for Sphinx documentation
if ""%SPHINXBUILD%"" == """" (
set SPHINXBUILD=python -msphinx
)
set SOURCEDIR=.
set BUILDDIR=_build
set SPHINXPROJ=eoddata-client
if ""%1"" == """" goto help
%SPHINXBUILD% >NUL 2>NUL
if errorlevel 9009 (
echo.
echo.The Sphinx module was not found. Make sure you have Sphinx installed,
echo.then set the SPHINXBUILD environment variable to point to the full
echo.path of the 'sphinx-build' executable. Alternatively you may add the
echo.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
",20.972972973,75,0.7371134021
219562,d2fb5c14e7f416633de451f98951c02928fd167a,586,cmd,Batchfile,scripts/swat4/game_start.cmd,eti-lan/LAN-Launcher,3d6313958dbd4895c1a4b8b83897c11633fdb6cd,['Unlicense'],1.0,2021-03-16T18:01:50.000Z,2021-03-16T18:01:50.000Z,scripts/swat4/game_start.cmd,eti-lan/LAN-Launcher,3d6313958dbd4895c1a4b8b83897c11633fdb6cd,['Unlicense'],,,,scripts/swat4/game_start.cmd,eti-lan/LAN-Launcher,3d6313958dbd4895c1a4b8b83897c11633fdb6cd,['Unlicense'],,,,"set game_path=%1
set game_id=%2
set game_lang=%3
set player=%4
echo off
cls
setlocal EnableDelayedExpansion
cd /d ""%~dp0""
cd local
netsh advfirewall firewall add rule name=""%game_id%"" dir=in action=allow program=""%game_path%\local\Content\System\SWAT4.exe"" profile=any enable=yes >nul
netsh advfirewall firewall add rule name=""%game_id%"" dir=in action=allow program=""%game_path%\local\Content\System\Swat4DedicatedServer.exe"" profile=any enable=yes >nul
cd content
cd system
""SWAT4.exe"" -nointro
netsh advfirewall firewall delete rule name=""%game_id%"" >nul
exit",27.9047619048,169,0.7559726962
219563,d2fb7eff96b9d25161051b02f434d6ed0ae518f4,559,bat,Batchfile,ProcelioLauncher/buildall.bat,BrennanStein/ProcelioServer,43bf7785acd714195c72f07a8a30c90e6585df7c,['MIT'],,,,ProcelioLauncher/buildall.bat,BrennanStein/ProcelioServer,43bf7785acd714195c72f07a8a30c90e6585df7c,['MIT'],,,,ProcelioLauncher/buildall.bat,BrennanStein/ProcelioServer,43bf7785acd714195c72f07a8a30c90e6585df7c,['MIT'],,,,"dir
mkdir Release
rmdir /Q /S .\jpckg\ProcelioLauncher