text
stringlengths
0
834k
set EXEC_DIR=%CD%
set WDIR=%EXEC_DIR%
:findBaseDir
IF EXIST ""%WDIR%""\.mvn goto baseDirFound
cd ..
IF ""%WDIR%""==""%CD%"" goto baseDirNotFound
set WDIR=%CD%
goto findBaseDir
:baseDirFound
set MAVEN_PROJECTBASEDIR=%WDIR%
cd ""%EXEC_DIR%""
goto endDetectBaseDir
:baseDirNotFound
set MAVEN_PROJECTBASEDIR=%EXEC_DIR%
cd ""%EXEC_DIR%""
:endDetectBaseDir
IF NOT EXIST ""%MAVEN_PROJECTBASEDIR%\.mvn\jvm.config"" goto endReadAdditionalConfig
@setlocal EnableExtensions EnableDelayedExpansion
for /F ""usebackq delims="" %%a in (""%MAVEN_PROJECTBASEDIR%\.mvn\jvm.config"") do set JVM_CONFIG_MAVEN_PROPS=!JVM_CONFIG_MAVEN_PROPS! %%a
@endlocal & set JVM_CONFIG_MAVEN_PROPS=%JVM_CONFIG_MAVEN_PROPS%
:endReadAdditionalConfig
SET MAVEN_JAVA_EXE=""%JAVA_HOME%\bin\java.exe""
for %%i in (""%M2_HOME%""\boot\plexus-classworlds-*) do set CLASSWORLDS_JAR=""%%i""
set WRAPPER_JAR="""".\.mvn\wrapper\maven-wrapper.jar""""
set WRAPPER_LAUNCHER=org.apache.maven.wrapper.MavenWrapperMain
%MAVEN_JAVA_EXE% %JVM_CONFIG_MAVEN_PROPS% %MAVEN_OPTS% %MAVEN_DEBUG_OPTS% -classpath %WRAPPER_JAR% ""-Dmaven.home=%M2_HOME%"" ""-Dmaven.multiModuleProjectDirectory=%MAVEN_PROJECTBASEDIR%"" %WRAPPER_LAUNCHER% %MAVEN_CMD_LINE_ARGS%
if ERRORLEVEL 1 goto error
goto end
:error
set ERROR_CODE=1
:end
@endlocal & set ERROR_CODE=%ERROR_CODE%
if not ""%MAVEN_SKIP_RC%"" == """" goto skipRcPost
@REM check for post script, once with legacy .bat ending and once with .cmd ending
if exist ""%HOME%\mavenrc_post.bat"" call ""%HOME%\mavenrc_post.bat""
if exist ""%HOME%\mavenrc_post.cmd"" call ""%HOME%\mavenrc_post.cmd""
:skipRcPost
@REM pause the script if MAVEN_BATCH_PAUSE is set to 'on'
if ""%MAVEN_BATCH_PAUSE%"" == ""on"" pause
if ""%MAVEN_TERMINATE_CMD%"" == ""on"" exit %ERROR_CODE%
exit /B %ERROR_CODE%
",31.44,225,0.7326426754
220004,f33a3818d0d0f3c82f4d8314d5d19a09ce2b6187,1097,cmd,Batchfile,workflow/hadoop/src/main/dist/tools/libexec/workflow/hadoop-bridge.cmd,akirakw/asakusafw,da37f12443826decd52c11222a75d0b8545d2329,['Apache-2.0'],,,,workflow/hadoop/src/main/dist/tools/libexec/workflow/hadoop-bridge.cmd,akirakw/asakusafw,da37f12443826decd52c11222a75d0b8545d2329,['Apache-2.0'],1.0,2017-04-17T02:21:13.000Z,2017-04-17T02:21:13.000Z,workflow/hadoop/src/main/dist/tools/libexec/workflow/hadoop-bridge.cmd,ashigeru/asakusafw,da37f12443826decd52c11222a75d0b8545d2329,['Apache-2.0'],,,,"@REM
@REM Copyright 2011-2019 Asakusa Framework Team.
@REM
@REM Licensed under the Apache License, Version 2.0 (the ""License"");
@REM you may not use this file except in compliance with the License.
@REM You may obtain a copy of the License at
@REM
@REM http://www.apache.org/licenses/LICENSE-2.0
@REM
@REM Unless required by applicable law or agreed to in writing, software
@REM distributed under the License is distributed on an ""AS IS"" BASIS,
@REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@REM See the License for the specific language governing permissions and
@REM limitations under the License.
@REM
@echo off
setlocal
if not defined ASAKUSA_HOME (
echo environment variable %%ASAKUSA_HOME%% must be defined
exit /b 1
)
set java_classpath=%ASAKUSA_HOME%\tools\lib\asakusa-workflow-hadoop.jar
set main_class=com.asakusafw.workflow.hadoop.bootstrap.Bootstrap
set java_props=%JAVA_OPTS%
set java_props=%java_props% -Dhadoop.home.dir=%ASAKUSA_HOME%\hadoop
java %java_props% -classpath %java_classpath% %main_class% %*
",35.3870967742,78,0.7593436645
220005,f33a43f90c04369fd7a00d681f3117a4e089aa2d,128,bat,Batchfile,Narwhal.Messaging/start_docker.bat,nlacombe42/Narwhal,20b9a759bd502f4ed986e804825dde1d26efb7c6,['MIT'],,,,Narwhal.Messaging/start_docker.bat,nlacombe42/Narwhal,20b9a759bd502f4ed986e804825dde1d26efb7c6,['MIT'],1.0,2020-11-29T23:43:33.000Z,2020-11-29T23:46:34.000Z,Narwhal.Messaging/start_docker.bat,nlacombe42/Narwhal,20b9a759bd502f4ed986e804825dde1d26efb7c6,['MIT'],8.0,2020-11-24T20:57:53.000Z,2022-02-08T19:48:41.000Z,"@echo off
title Narwhal - Messaging
docker build -t narwhal_messaging %~dp0
docker run --rm -it -p 1883:1883 narwhal_messaging",21.3333333333,50,0.7734375
220006,f33a732d83b1408f5db03ef11dd8a8b06934c1e8,1000,bat,Batchfile,naver_crwal/venv/Scripts/activate.bat,YooInKeun/Medical-Information-Notification-Chatbot,6ba300919454d8204f6ed648add74c34eb29a38f,['MIT'],,,,naver_crwal/venv/Scripts/activate.bat,YooInKeun/Medical-Information-Notification-Chatbot,6ba300919454d8204f6ed648add74c34eb29a38f,['MIT'],,,,naver_crwal/venv/Scripts/activate.bat,YooInKeun/Medical-Information-Notification-Chatbot,6ba300919454d8204f6ed648add74c34eb29a38f,['MIT'],1.0,2020-04-21T13:15:12.000Z,2020-04-21T13:15:12.000Z,"@echo off
rem This file is UTF-8 encoded, so we need to update the current code page while executing it
for /f ""tokens=2 delims=:"" %%a in ('""%SystemRoot%\System32\chcp.com""') do (