text
stringlengths
0
834k
:end
@rem End local scope for the variables with windows NT shell
if ""%ERRORLEVEL%""==""0"" goto mainEnd
:fail
rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
rem the _cmd.exe /c_ return code!
if not """" == ""%GRADLE_EXIT_CONSOLE%"" exit 1
exit /b 1
:mainEnd
if ""%OS%""==""Windows_NT"" endlocal
:omega
",25.6,174,0.7049632353
219187,d2c1525bd11c6afd55bec78cd08027a75b82eb71,279,cmd,Batchfile,node_modules/.bin/jsonlint.cmd,wanghaiqing2015/vue-element-admin,a732dbc42d5faec1d1fa97f5a47bf97c28000b00,['MIT'],,,,node_modules/.bin/jsonlint.cmd,wanghaiqing2015/vue-element-admin,a732dbc42d5faec1d1fa97f5a47bf97c28000b00,['MIT'],,,,node_modules/.bin/js...
SETLOCAL
CALL :find_dp0
IF EXIST ""%dp0%\node.exe"" (
SET ""_prog=%dp0%\node.exe""
) ELSE (
SET ""_prog=node""
SET PATHEXT=%PATHEXT:;.JS;=;%
)
""%_prog%"" ""%dp0%\..\jsonlint\lib\cli.js"" %*
ENDLOCAL
EXIT /b %errorlevel%
:find_dp0
SET dp0=%~dp0
EXIT /b
",15.5,45,0.5949820789
219188,d2c16dcae81808317ae16336c7fdafaf51b1cbd0,244,bat,Batchfile,cli_mainnet.bat,wutzebaer/cardano-minter,0e8d4d81abec43b1e3638f6efab58c85e588fb1d,['MIT'],17.0,2021-05-02T01:04:22.000Z,2022-01-18T12:43:06.000Z,cli_mainnet.bat,wutzebaer/cardano-minter,0e8d4d81abec43b1e3638f6efab58c85e588fb1d,['MIT'],,,,cli_mainnet.bat,...
docker exec -e CARDANO_NODE_SOCKET_PATH=/ipc/node.socket -ti mainnet-node bash",122.0,165,0.7745901639
219189,d2c18593793646a1a788671468a6ef7354e9190f,57,bat,Batchfile,run_server.bat,ysc3839/vcmp-python-test,3ccd7788cb97dc302b0a4d3d7ba833196585afde,['MIT'],1.0,2022-01-13T18:40:11.000Z,2022-01-13T18:40:11.000Z,run_server.bat,ysc3839/vcmp-python-test,3ccd7788cb97dc302b0a4d3d7ba833196585afde,['MIT'],,,,run_server.bat,ysc38...
set PYTHONHOME=%VIRTUAL_ENV%
server64v30 %*
",14.25,29,0.7368421053
219190,d2c196fe841c5b3f5479ffde237ee9f57caff963,63,cmd,Batchfile,publish/update.version.cmd,ozziepeeps/Magick.NET,5cff49dce52530d22f413ff1d4a0c162ebcff022,['ImageMagick' 'Apache-2.0'],,,,publish/update.version.cmd,ozziepeeps/Magick.NET,5cff49dce52530d22f413ff1d4a0c162ebcff022,['ImageMagick' 'Apache-2.0'],,,,publish/upd...
powershell .\update.version.ps1 -version ""7.15.1.0""
",15.75,51,0.7142857143
219191,d2c1bb30539daaa40bbc556f69d2335657537a5e,145,bat,Batchfile,go.bat,777suniljose/Selenium,1160d498f2ad07dd1fdc18519e20e5d9095c6ba4,['Apache-2.0'],12.0,2015-02-13T14:53:27.000Z,2020-03-23T07:47:39.000Z,go.bat,777suniljose/Selenium,1160d498f2ad07dd1fdc18519e20e5d9095c6ba4,['Apache-2.0'],3.0,2017-02-13T11:30:32.000Z,...
java -Xmx2048m -XX:MaxPermSize=1024m -XX:ReservedCodeCacheSize=256m -client -jar third_party\jruby\jruby-complete.jar -X-C -S rake %*
",36.25,133,0.7724137931
219192,d2c1d6fd0bdc6ea75bdd73fb6075f343ec5e4dfa,87,bat,Batchfile,build.bat,octalberrys/esoterp,56c44fd9f0dce7cc5c0dfa988dd396feabe94dfe,['Apache-2.0'],1.0,2022-03-02T13:33:36.000Z,2022-03-02T13:33:36.000Z,build.bat,octalberrys/esoterp,56c44fd9f0dce7cc5c0dfa988dd396feabe94dfe,['Apache-2.0'],,,,build.bat,octalberrys/esot...
mkdir bin
gcc src/main.c src/deadfish.c src/brainfuck.c -o bin/esopreter.exe",21.75,66,0.7701149425
219193,d2c1f44286d95a9c8c554f9bf0d7011722718263,1412,bat,Batchfile,VirtualRadar/CreateAnyCPUBuild.bat,PhenTse/virtualRadar,236c616b1eede404e62ef725dcf2add0eff26bff,['BSD-3-Clause'],2.0,2020-05-25T18:09:26.000Z,2021-04-03T14:04:34.000Z,VirtualRadar/CreateAnyCPUBuild.bat,J0hnLiu/vrs,f43747e89ea20a57dd33bd2255813902536b57...
rem %1 = SolutionDir
rem %2 = ProjectDir
rem %3 = ConfigurationName
rem %4 = TargetDir
set SolutionDir=%~1
set ProjectDir=%~2
set ConfigurationName=%~3
set TargetDir=%~4
set CORFLAGS=%SolutionDir%Dependencies\AnyCPUBuilds\CorFlags.exe
set DEST=%ProjectDir%bin\AnyCPU\%ConfigurationName%
if not exist %DEST%\nul goto DOCOPY
del /s /q %DEST%\*
for /f ""delims="" %%f in ('dir /b %DEST%') do (rmdir /s /q ""%DEST%\%%f"")
:DOCOPY
xcopy /ei %TargetDir%* %DEST%
rem Remove x86-only files
del /q %DEST%\Microsoft.FlightSimulator.SimConnect.dll
del /q %DEST%\System.Data.SQLite.dll
del /q %DEST%\VirtualRadar.SQLiteWrapper.*
rem Copy in the AnyCPU builds of libraries that can't just have the 32-bit flag switched off
xcopy /eiy %SolutionDir%SQLiteWrapper.DotNet.AnyCPU\bin\%ConfigurationName%\* %DEST%
rem Remove the 32-bit required flag from all VRS DLLs and EXEs
%CORFLAGS% %DEST%\VirtualRadar.exe /32BITREQ- /NOLOGO
%CORFLAGS% %DEST%\VirtualRadar-Service.exe /32BITREQ- /NOLOGO
for /f %%f in ('dir /s/b %DEST%\VirtualRadar.*.dll') do (%CORFLAGS% %%f /32BITREQ- /NOLOGO)
rem Remove the 32-bit required flag from all utilities
%CORFLAGS% %DEST%\BaseStationImport.exe /32BITREQ- /NOLOGO
rem Copy in the AnyCPU interop folders
xcopy /ei %SolutionDir%Dependencies\AnyCPUBuilds\x86 %DEST%\x86
xcopy /ei %SolutionDir%Dependencies\AnyCPUBuilds\x64 %DEST%\x64
",33.619047619,93,0.7223796034
219194,d2c27d401de0021901a29c8f06a3a53cb9644d52,93,bat,Batchfile,examples/waitevents/wait-complete-event.bat,MollyJameson/phaser3-rex-notes,f4ae48843c3c4a6578cbe5a6b6afab301768a3d2,['MIT'],888.0,2018-03-29T05:11:21.000Z,2022-03-31T14:02:58.000Z,examples/waitevents/wait-complete-event.bat,MollyJameson/phaser3-rex-notes,...
set main=./examples/waitevents/wait-complete-event.js
cd ..
cd ..
npm run watch",18.6,54,0.7096774194
219195,d2c28622fa7fe3fd9c0eefbed7cf7f0f560042f2,1235,bat,Batchfile,loop2/testControl.bat,NNNIC/psgg-win-batch,ae06064eaaf97548323a3b1962fd6d6c12a4facc,['MIT'],,,,loop2/testControl.bat,NNNIC/psgg-win-batch,ae06064eaaf97548323a3b1962fd6d6c12a4facc,['MIT'],,,,loop2/testControl.bat,NNNIC/psgg-win-batch,ae06064eaaf97548323a...