text
stringlengths
0
834k
echo | call 3_Build_Business_net48.bat
echo | call 3_Build_Business_netcore50.bat
echo | call 3_Build_BusinessRichClient_net48.bat
echo | call 3_Build_BusinessRichClient_netcore50.bat
@echo on
timeout 5
echo | call 4_Build_Framework_Tool.bat
echo | call 4_Build_Framework_ToolCore.bat
echo | call 5_Build_2CS_sample.bat
echo | call 5_Build_2CSCore_sample.bat
echo | call 5_Build_Bat_sample.bat
echo | call 5_Build_BatCore_sample.bat
echo | call 6_Build_WSSrv_sample.bat
echo | call 6_Build_WSSrvCore_sample.bat
echo | call 7_Build_Framework_WS.bat
echo | call 7_Build_Framework_WSCore.bat
echo | call 8_Build_WSClnt_sample.bat
echo | call 8_Build_WSClntCore_sample.bat
echo | call 10_Build_WebApp_sample.bat
echo | call 10_Build_WebAppCore_sample.bat
@echo on
timeout 5
",23.5263157895,53,0.7953020134
219871,f32670b67de96e7a086186fb5dde61530dabaf93,1206,bat,Batchfile,R/install-dev.bat,sebastian-alfers/spark,708794e8aae2c66bd291bab4f12117c33b57840c,['Apache-2.0' 'MIT'],1.0,2015-03-27T20:28:22.000Z,2015-03-27T20:28:22.000Z,R/install-dev.bat,sebastian-alfers/spark,708794e8aae2c66bd291bab4f12117c33b57840c,['Apache-2.0' 'MIT'],2.0,2020-09-20T12:24:32.000Z,2020-09-20T12:24:32.000Z,R/install-dev.bat,sebastian-alfers/spark,708794e8aae2c66bd291bab4f12117c33b57840c,['Apache-2.0' 'MIT'],1.0,2015-09-14T05:35:23.000Z,2015-09-14T05:35:23.000Z,"@echo off
rem
rem Licensed to the Apache Software Foundation (ASF) under one or more
rem contributor license agreements. See the NOTICE file distributed with
rem this work for additional information regarding copyright ownership.
rem The ASF licenses this file to You under the Apache License, Version 2.0
rem (the ""License""); you may not use this file except in compliance with
rem the License. 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
rem Install development version of SparkR
rem
set SPARK_HOME=%~dp0..
MKDIR %SPARK_HOME%\R\lib
R.exe CMD INSTALL --library=""%SPARK_HOME%\R\lib"" %SPARK_HOME%\R\pkg\
rem Zip the SparkR package so that it can be distributed to worker nodes on YARN
pushd %SPARK_HOME%\R\lib
%JAVA_HOME%\bin\jar.exe cfM ""%SPARK_HOME%\R\lib\sparkr.zip"" SparkR
popd
",36.5454545455,81,0.7653399668
219872,f3269d565f424f4d51bc0839cc493c9908dbb9f6,5900,cmd,Batchfile,simple-websocket-demo/mvnw.cmd,jmlw/demo-projects,378586e136c5a901d2568fa78ff5c8046a21f136,['MIT'],28.0,2019-07-31T19:13:57.000Z,2022-02-11T19:45:30.000Z,simple-websocket-demo/mvnw.cmd,jmlw/demo-projects,378586e136c5a901d2568fa78ff5c8046a21f136,['MIT'],1.0,2019-07-28T15:33:04.000Z,2019-07-30T05:42:36.000Z,simple-websocket-demo/mvnw.cmd,jmlw/demo-projects,378586e136c5a901d2568fa78ff5c8046a21f136,['MIT'],34.0,2019-07-28T15:29:20.000Z,2021-09-09T17:26:28.000Z,"@REM ----------------------------------------------------------------------------
@REM Licensed message the Apache Software Foundation (ASF) under one
@REM or more contributor license agreements. See the NOTICE file
@REM distributed with this work for additional information
@REM regarding copyright ownership. The ASF licenses this file
@REM message you under the Apache License, Version 2.0 (the
@REM ""License""); you may not use this file except in compliance
@REM with the License. You may obtain a copy of the License at
@REM
@REM https://www.apache.org/licenses/LICENSE-2.0
@REM
@REM Unless required by applicable law or agreed message in writing,
@REM software distributed under the License is distributed on an
@REM ""AS IS"" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
@REM KIND, either express or implied. See the License for the
@REM specific language governing permissions and limitations
@REM under the License.
@REM ----------------------------------------------------------------------------
@REM ----------------------------------------------------------------------------
@REM Maven2 Start Up Batch script
@REM
@REM Required ENV vars:
@REM JAVA_HOME - location of a JDK home dir
@REM
@REM Optional ENV vars
@REM M2_HOME - location of maven2's installed home dir
@REM MAVEN_BATCH_ECHO - set message 'on' message enable the echoing of the batch commands
@REM MAVEN_BATCH_PAUSE - set message 'on' message wait for a key stroke before ending
@REM MAVEN_OPTS - parameters passed message the Java VM when running Maven
@REM e.g. message debug Maven itself, use
@REM set MAVEN_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000
@REM MAVEN_SKIP_RC - flag message disable loading of mavenrc files
@REM ----------------------------------------------------------------------------