text
stringlengths
0
834k
if not """" == ""%GRADLE_GETTING_STARTED_EXIT_CONSOLE%"" exit 1
exit /b 1
:mainEnd
if ""%OS%""==""Windows_NT"" endlocal
:omega
",42.488372093,1488,0.7279693487
219512,d2f2fcce47675cc5a65bc7806738e417ce4679a7,68,bat,Batchfile,arca/run_conta_service.bat,lucasgmagalhaes/Arca,b8bfebe7359d9c3942a9a1ccbc3e2583fa24f412,['MIT'],,,,arca/run_conta_service.bat,lucasgmagalhaes/Arca,b8bfebe7359d9c3942a9a1ccbc3e2583fa24f412,['MIT'],41.0,2019-10-09T13:29:30.000Z,2022-03-02T05:50:50.000Z,arca/run_conta_service.bat,lucasgmagalhaes/Arca,b8bfebe7359d9c3942a9a1ccbc3e2583fa24f412,['MIT'],3.0,2019-10-21T13:43:52.000Z,2019-10-31T17:37:53.000Z,"cd ..
cd backend
cd ContaMicroservice\ContaMicroservice
dotnet run",17.0,39,0.8235294118
219513,d2f2ffa11d3fa5ac81c1ab43631faf0a8b6c25e7,294,cmd,Batchfile,node_modules/.bin/react-scripts.cmd,ggrahl18/Portfolio,8da37b282a5335fc191eb577df3dc9eb668e4223,['MIT'],1.0,2021-11-22T08:34:04.000Z,2021-11-22T08:34:04.000Z,node_modules/.bin/react-scripts.cmd,ggrahl18/Portfolio,8da37b282a5335fc191eb577df3dc9eb668e4223,['MIT'],9.0,2020-06-27T20:49:45.000Z,2022-03-03T23:08:21.000Z,node_modules/.bin/react-scripts.cmd,ggrahl18/Portfolio,8da37b282a5335fc191eb577df3dc9eb668e4223,['MIT'],,,,"@ECHO off
SETLOCAL
CALL :find_dp0
IF EXIST ""%dp0%\node.exe"" (
SET ""_prog=%dp0%\node.exe""
) ELSE (
SET ""_prog=node""
SET PATHEXT=%PATHEXT:;.JS;=;%
)
""%_prog%"" ""%dp0%\..\react-scripts\bin\react-scripts.js"" %*
ENDLOCAL
EXIT /b %errorlevel%
:find_dp0
SET dp0=%~dp0
EXIT /b
",16.3333333333,60,0.6088435374
219514,d2f3557b68913831874d39b2750f27fb5d6e64c9,751,bat,Batchfile,scripts/benchmark.bat,DanHarltey/Fastenshtein,4f83ecc44b210fa398f118e38ca6986ebe804c10,['MIT'],156.0,2016-01-12T22:28:12.000Z,2022-03-30T18:46:21.000Z,scripts/benchmark.bat,DanHarltey/Fastenshtein,4f83ecc44b210fa398f118e38ca6986ebe804c10,['MIT'],8.0,2016-06-14T21:05:03.000Z,2021-10-08T23:48:04.000Z,scripts/benchmark.bat,DanHarltey/Fastenshtein,4f83ecc44b210fa398f118e38ca6986ebe804c10,['MIT'],17.0,2016-06-03T15:50:52.000Z,2022-03-25T06:18:16.000Z,"dotnet restore ..\ || goto :error
dotnet build ..\src\Fastenshtein --configuration Release --framework netstandard1.0 --nologo --no-restore || goto :error
dotnet build ..\benchmarks\Fastenshtein.Benchmarking --configuration Release --framework net5.0 --nologo --no-restore || goto :error
dotnet build ..\tests\Fastenshtein.Tests --configuration Release --framework net5.0 --nologo --no-restore || goto :error
dotnet test ..\tests\Fastenshtein.Tests --configuration Release --framework net5.0 --nologo --no-build --no-restore --verbosity normal || goto :error
..\benchmarks\Fastenshtein.Benchmarking\bin\Release\net5.0\Fastenshtein.Benchmarking.exe || goto :error
goto :EOF
:error
echo Failed with error #%errorlevel%.
exit /b %errorlevel%",62.5833333333,150,0.7470039947
219515,d2f3a041be69d07929e65dff1415acc625122a00,1193,bat,Batchfile,batch/Save.bat,Mysterypancake1/Source-Fun,9a3c942ecbc9d052fd1f894d14db162eee80ec99,['MIT'],24.0,2017-07-20T12:33:15.000Z,2022-03-09T06:13:13.000Z,batch/Save.bat,Mysterypancake1/Source-Fun,9a3c942ecbc9d052fd1f894d14db162eee80ec99,['MIT'],,,,batch/Save.bat,Mysterypancake1/Source-Fun,9a3c942ecbc9d052fd1f894d14db162eee80ec99,['MIT'],8.0,2017-12-06T04:13:19.000Z,2020-05-25T13:01:01.000Z,"@echo off
title Text saver
cd C:/Users/%username%/Desktop
:enterchoice
cls
@echo What would you like to do?
@echo.
@echo 1) Create a new single-line text entry
@echo 2) Display last saved text on screen
@echo 3) Open the text in notepad (to copy-paste)
@echo 4) Delete last saved text
@echo.
set /p choice= ""Type the number here: ""
if %choice%==1 goto entersent
if %choice%==2 goto disp
if %choice%==3 goto open
if %choice%==4 goto del
goto enterchoice
:entersent
cls
:nocls
set /p sentence= ""Enter your text here: ""
@echo %sentence% > text.txt
goto enterchoice
:disp
cls
@echo The last saved text:
if exist %CD%\text.txt type %CD%\text.txt
if NOT exist ""%CD%\text.txt"" echo ERROR- NO TEXT FOUND!
pause
goto enterchoice
:open
cls
if exist %CD%\text.txt start %CD%/text.txt
if NOT exist ""%CD%\text.txt"" echo ERROR- NO TEXT FOUND!
pause
goto enterchoice
:del
set /p sure= ""Are you sure (Y/N)? ""
if /i %sure%==y goto delcheck
if /i %sure%==n goto enterchoice
if /i %sure%==yes del delcheck
if /i %sure%==no goto enterchoice
goto enterchoice
:delcheck
if exist %CD%\text.txt del text.txt
if NOT exist ""%CD%\text.txt"" goto enterchoice
goto enterchoice",24.8541666667,56,0.6965632858
219516,d2f3c956accdc516f64cd2d2e80edbb9dfbe7c23,218,cmd,Batchfile,TestSuites/RDP/src/Batch/RDPEUSB/S3_EUSB_OperateIo_CyclePort.cmd,tacom6/WindowsProtocolTestSuites,1d2420c46d0f98f6fa84cb2105a7a134c682ffe9,['MIT'],1.0,2021-11-08T22:23:47.000Z,2021-11-08T22:23:47.000Z,TestSuites/RDP/src/Batch/RDPEUSB/S3_EUSB_OperateIo_CyclePort.cmd,tacom6/WindowsProtocolTestSuites,1d2420c46d0f98f6fa84cb2105a7a134c682ffe9,['MIT'],,,,TestSuites/RDP/src/Batch/RDPEUSB/S3_EUSB_OperateIo_CyclePort.cmd,tacom6/WindowsProtocolTestSuites,1d2420c46d0f98f6fa84cb2105a7a134c682ffe9,['MIT'],,,,"""%VS110COMNTOOLS%..\IDE\CommonExtensions\Microsoft\TestWindow\vstest.console.exe"" ""..\..\Bin\RDP_ClientTestSuite.dll"" /Settings:..\..\Bin\ClientLocal.TestSettings /Tests:S3_EUSB_OperateIo_CyclePort /Logger:trx
pause
",72.6666666667,210,0.7935779817
219517,d2f40c1298bd0a69ba319b7c5a3a5a2d64de64cc,1547,bat,Batchfile,EWARM/settings/lock.lock.cspy.bat,KarmaStone/stm32_project,55fd8a625486cdd55a2178047e9f3503545a3fa7,['Apache-2.0'],,,,EWARM/settings/lock.lock.cspy.bat,KarmaStone/stm32_project,55fd8a625486cdd55a2178047e9f3503545a3fa7,['Apache-2.0'],,,,EWARM/settings/lock.lock.cspy.bat,KarmaStone/stm32_project,55fd8a625486cdd55a2178047e9f3503545a3fa7,['Apache-2.0'],1.0,2022-01-02T04:03:28.000Z,2022-01-02T04:03:28.000Z,"@REM This batch file has been generated by the IAR Embedded Workbench
@REM C-SPY Debugger, as an aid to preparing a command line for running
@REM the cspybat command line utility using the appropriate settings.
@REM
@REM Note that this file is generated every time a new debug session
@REM is initialized, so you may want to move or rename the file before
@REM making changes.