text
stringlengths
0
834k
set OGRE_BRANCH_NAME=master
set GENERATOR=""Visual Studio 16 2019""
set PLATFORM=Win32
set CMAKE_BIN_x86=""C:\Program Files (x86)\CMake\bin\cmake.exe""
set CMAKE_BIN_x64=""C:\Program Files\CMake\bin\cmake.exe""
IF EXIST %CMAKE_BIN_x64% (
echo CMake 64-bit detected
set CMAKE_BIN=%CMAKE_BIN_x64%
) ELSE (
IF EXIST %CMAKE_BIN_x86% (
echo CMake 32-bit detected
set CMAKE_BIN=%CMAKE_BIN_x86%
) ELSE (
echo Cannot detect either %CMAKE_BIN_x86% or
echo %CMAKE_BIN_x64% make sure CMake is installed
EXIT /B 1
)
)
echo Using CMake at %CMAKE_BIN%
mkdir Ogre
cd Ogre
IF NOT EXIST ogredeps (
mkdir ogredeps
echo --- Cloning Ogredeps ---
hg clone https://bitbucket.org/cabalistic/ogredeps ogredeps
) ELSE (
echo --- Ogredeps repo detected. Cloning skipped ---
)
cd ogredeps
mkdir build
cd build
echo --- Building Ogredeps ---
%CMAKE_BIN% -G %GENERATOR% -A %PLATFORM% ..
%CMAKE_BIN% --build . --config Debug
%CMAKE_BIN% --build . --target install --config Debug
%CMAKE_BIN% --build . --config Release
%CMAKE_BIN% --build . --target install --config Release
cd ../../
IF NOT EXIST ogre-next (
echo --- Cloning Ogre master ---
git clone --branch %OGRE_BRANCH_NAME% https://github.com/OGRECave/ogre-next
)
cd ogre-next
IF NOT EXIST Dependencies (
mklink /D Dependencies ..\ogredeps\build\ogredeps
)
mkdir build
cd build
echo --- Running CMake configure ---
%CMAKE_BIN% -D OGRE_USE_BOOST=0 -D OGRE_CONFIG_THREAD_PROVIDER=0 -D OGRE_CONFIG_THREADS=0 -D OGRE_BUILD_COMPONENT_SCENE_FORMAT=1 -D OGRE_BUILD_SAMPLES2=1 -D OGRE_BUILD_TESTS=1 -D OGRE_DEPENDENCIES_DIR=..\..\ogredeps\build\ogredeps -G %GENERATOR% -A %PLATFORM% ..
echo --- Building Ogre (Debug) ---
%CMAKE_BIN% --build . --config Debug
%CMAKE_BIN% --build . --target install --config Debug
echo --- Building Ogre (Release) ---
%CMAKE_BIN% --build . --config Release
%CMAKE_BIN% --build . --target install --config Release
echo Done!
ENDLOCAL
",28.2941176471,262,0.7318087318
219645,f304c4c39fd19ebc740f9e67c0a58e014a0a4c12,1000,bat,Batchfile,lib/nodekit-cli-windows/bin/check_reqs.bat,nodekit-io/nodekit-cli-lib,684372decbebda7121f2b9e1bfd59c8d45384410,['Apache-2.0'],,,,lib/nodekit-cli-windows/bin/check_reqs.bat,nodekit-io/nodekit-cli-lib,684372decbebda7121f2b9e1bfd59c8d45384410,['Apache-2.0'],,,,lib/nodekit-cli-windows/bin/check_reqs.bat,nodekit-io/nodekit-cli-lib,684372decbebda7121f2b9e1bfd59c8d45384410,['Apache-2.0'],,,,":: Licensed to OffGrid Networks (OGN) under one
:: or more contributor license agreements. See the NOTICE file
:: distributed with this work for additional information
:: regarding copyright ownership. OGN licenses this file
:: to you under the Apache License, Version 2.0 (the
:: ""License""); you may not use this file except in compliance
:: with the License. You may obtain a copy of the License at
::
:: http://www.apache.org/licenses/LICENSE-2.0
::
:: Unless required by applicable law or agreed to in writing,
:: software distributed under the License is distributed on an
:: ""AS IS"" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
:: KIND, either express or implied. See the License for the
:: specific language governing permissions and limitations
:: under the License
@ECHO OFF
SET script_path=""%~dp0check_reqs""
IF EXIST %script_path% (
node ""%script_path%"" %*
) ELSE (
ECHO.
ECHO ERROR: Could not find 'check_reqs' script in 'bin' folder, aborting...>&2
EXIT /B 1
)",40.0,82,0.73
219646,f304cafcd6cc4835dfad452f63d7b2b5f0f051ed,160,bat,Batchfile,web/oscar_bot/oscar_bot.bat,Niz0middin/oscar_mebel,ee70a6816b8a65de82ba44fc2840fb7f6b93d256,['BSD-3-Clause'],,,,web/oscar_bot/oscar_bot.bat,Niz0middin/oscar_mebel,ee70a6816b8a65de82ba44fc2840fb7f6b93d256,['BSD-3-Clause'],2.0,2021-05-11T14:27:19.000Z,2022-01-22T12:09:03.000Z,web/oscar_bot/oscar_bot.bat,Niz0middin/oscar_mebel,ee70a6816b8a65de82ba44fc2840fb7f6b93d256,['BSD-3-Clause'],,,,"@ECHO OFF
TITLE Oscar Furniture
ECHO =======================
ECHO OSCAR FURNITURE
ECHO =======================
node index.js
ECHO OSCAR bot has been started....",22.8571428571,35,0.55625
219647,f304efb35b0c52f90b2300da0a9ff96fca3edc66,66,bat,Batchfile,mvncleaner.bat,QiaoGuang/mvncleaner,26bf801e214f9134e396d1f1fae183d4b92e71e2,['Apache-2.0'],,,,mvncleaner.bat,QiaoGuang/mvncleaner,26bf801e214f9134e396d1f1fae183d4b92e71e2,['Apache-2.0'],,,,mvncleaner.bat,QiaoGuang/mvncleaner,26bf801e214f9134e396d1f1fae183d4b92e71e2,['Apache-2.0'],,,,"java -jar mvncleaner.jar -d C:\Users\Maste\.m2\repository -D
pause",33.0,60,0.7575757576
219648,f304f808a36d72b3e46e25b778548006dcdcc74d,15045,bat,Batchfile,Cold_storage/Batch/Auto Convert.bat,elliot-labs/ARF-Converter,6b8486a55d8fe015205772d859203ce03db80ea5,['Apache-2.0'],15.0,2015-03-06T15:47:53.000Z,2020-06-09T18:53:12.000Z,Cold_storage/Batch/Auto Convert.bat,elliot-labs/ARF-Converter,6b8486a55d8fe015205772d859203ce03db80ea5,['Apache-2.0'],17.0,2015-03-06T02:51:27.000Z,2020-12-05T23:49:22.000Z,Cold_storage/Batch/Auto Convert.bat,elliot-labs/ARF-Converter,6b8486a55d8fe015205772d859203ce03db80ea5,['Apache-2.0'],8.0,2016-01-23T03:40:07.000Z,2020-07-20T21:07:05.000Z,":start