text
stringlengths
0
834k
)
set VIRTUAL_ENV=D:\GitHub\AtividadeES\venv
if not defined PROMPT set PROMPT=$P$G
if defined _OLD_VIRTUAL_PROMPT set PROMPT=%_OLD_VIRTUAL_PROMPT%
if defined _OLD_VIRTUAL_PYTHONHOME set PYTHONHOME=%_OLD_VIRTUAL_PYTHONHOME%
set _OLD_VIRTUAL_PROMPT=%PROMPT%
set PROMPT=(venv) %PROMPT%
if defined PYTHONHOME set _OLD_VIRTUAL_PYTHONHOME=%PYTHONHOME%
set PYTHONHOME=
if defined _OLD_VIRTUAL_PATH set PATH=%_OLD_VIRTUAL_PATH%
if not defined _OLD_VIRTUAL_PATH set _OLD_VIRTUAL_PATH=%PATH%
set PATH=%VIRTUAL_ENV%\Scripts;%PATH%
:END
if defined _OLD_CODEPAGE (
""%SystemRoot%\System32\chcp.com"" %_OLD_CODEPAGE% > nul
set _OLD_CODEPAGE=
)
",27.3529411765,93,0.7720430108
149,d0145308c9f515d799da6aec26e865ac4be90cfd,74,bat,Batchfile,src/test/resources/protobuf-maven-plugin-project-with-non-default-plugin/src/main/resources/dump/dump.bat,chwthewke/chwthewke-protobuf.mojo,6f991659c28b38301486f7733221ae8398ab15ac,['BSD-3-Clause'],,,,src/test/resources/protobuf-maven-plugin-project-with-non-default-plugin/src/main/resources/dump/dump.bat,chwthewke/chwthewke-protobuf.mojo,6f991659c28b38301486f7733221ae8398ab15ac,['BSD-3-Clause'],,,,src/test/resources/protobuf-maven-plugin-project-with-non-default-plugin/src/main/resources/dump/dump.bat,chwthewke/chwthewke-protobuf.mojo,6f991659c28b38301486f7733221ae8398ab15ac,['BSD-3-Clause'],,,,"@echo off
cd ""%~dp0""
java -jar protobuf-dump-plugin-0.1.0-SNAPSHOT.jar
",18.5,50,0.6891891892
150,d014838ae34073605bf2ba78e3ac29c286d535ee,1150,bat,Batchfile,run-laura.bat,mattcasters/laura,d64b66440f7eba29048fe8df6d635ed855af1e74,['Apache-2.0'],,,,run-laura.bat,mattcasters/laura,d64b66440f7eba29048fe8df6d635ed855af1e74,['Apache-2.0'],5.0,2021-03-24T20:28:17.000Z,2021-03-25T17:48:27.000Z,run-laura.bat,mattcasters/laura,d64b66440f7eba29048fe8df6d635ed855af1e74,['Apache-2.0'],,,,"
@echo on
set HOP_LOCATION=%1
if ""%HOP_LOCATION%""=="""" (
goto NoHop
)
if not exist ""%HOP_LOCATION%\"" (
goto NoHop
)
goto HopOK
:NoHop
echo.
echo ""Please specify the folder where Hop is located.""
echo ""You can do this by setting variable HOP_LOCATION""
echo ""Or by giving it to this script as the first argument:""
echo.
echo "" run-laura.bat D:\path\to\hop""
echo.
echo ""You can download a recent Hop snapshot here: ""
echo.
echo "" hop.apache.org/download""
echo.
echo ""You can download the Neo4j plugins for Hop here: ""
echo.
echo "" https://github.com/mattcasters/hop-neo4j/releases/latest""
echo.
exit /b 1
:HopOK
if not exist ""laura-conf.json"" (
echo.
echo ""You can copy the file laura-conf.json.sample file to:""
echo.
echo "" laura-conf.json""
echo.
echo ""In that file you can change the settings for Aura and folder location""
echo.
exit /b 2;
)
set HOP_OPTIONS=-Xmx512m
set HOP_CONFIG_FOLDER=""%CD%\config""
set HOP_AUDIT_FOLDER=""%CD%\audit""
if not exist ""%CD%\tmp\"" (
mkdir ""%CD%\tmp""
)
echo LAURA_DIR=""%LAURA_DIR%""
CD /D ""%HOP_LOCATION%""
hop-run.bat -e laura -f hop\laura.hwf -r local -l Minimal
CD /D ""%LAURA_DIR%""
",19.1666666667,78,0.7
151,d014b368b79c8b3f8c3b7733da8b09158a880e25,1539,cmd,Batchfile,tools/sdkgen.cmd,payald15/Industrial-IoT,5b5e968e59467817acbae0629a367f116d629e6f,['MIT'],,,,tools/sdkgen.cmd,payald15/Industrial-IoT,5b5e968e59467817acbae0629a367f116d629e6f,['MIT'],,,,tools/sdkgen.cmd,payald15/Industrial-IoT,5b5e968e59467817acbae0629a367f116d629e6f,['MIT'],,,,"@REM Copyright (c) Microsoft. All rights reserved.
@REM Licensed under the MIT license. See LICENSE file in the project root for full license information.
@setlocal EnableExtensions EnableDelayedExpansion
@echo off
set current-path=%~dp0
rem // remove trailing slash
set current-path=%current-path:~0,-1%
set build_root=%current-path%\..