text
stringlengths 0
834k
|
|---|
SET USE_BC5=1
|
SET WIN32_GUI=
|
SET USE_SNAP=
|
SET BC_LIBBASE=BC5
|
PATH %SCITECH_BIN%;%BCB5_PATH%\BIN;%DEFPATH%%BC5_CD_PATH%
|
REM: Create Borland compile/link configuration scripts
|
echo -I%INCLUDE% > %BCB5_PATH%\BIN\bcc32.cfg
|
echo -L%LIB% >> %BCB5_PATH%\BIN\bcc32.cfg
|
echo -L%LIB% > %BCB5_PATH%\BIN\tlink32.cfg
|
echo Borland C++ Builder 5.0 32 bit DOS compilation configuration set up (DPMI32).
|
",26.8611111111,82,0.7714581179
|
14,d0018c2272f4ac571f61071b3fdcbd007458271b,112,cmd,Batchfile,tools/busybox-1.33.2/shell/.lib.a.cmd,wotproject/wotroot,78188dec9047cdcda4d267f5f53fb25f9a28f2aa,['BSD-3-Clause'],1.0,2021-12-25T23:36:07.000Z,2021-12-25T23:36:07.000Z,tools/busybox-1.33.2/shell/.lib.a.cmd,wotproject/wotroot,78188dec9047cdcda4d267f5f53fb25f9a28f2aa,['BSD-3-Clause'],,,,tools/busybox-1.33.2/shell/.lib.a.cmd,wotproject/wotroot,78188dec9047cdcda4d267f5f53fb25f9a28f2aa,['BSD-3-Clause'],,,,"cmd_shell/lib.a := rm -f shell/lib.a; ar rcs shell/lib.a shell/ash.o shell/ash_ptr_hack.o shell/shell_common.o
|
",56.0,111,0.75
|
15,d001a1ca7646e84bd0578fb5bca1d1efb5d36b80,31,bat,Batchfile,Launch.bat,Faris90/https-github.com-TheLortex-Ogar,aaf53d59b6b8fc831306b998954694240f74f168,['Apache-2.0'],,,,Launch.bat,Faris90/https-github.com-TheLortex-Ogar,aaf53d59b6b8fc831306b998954694240f74f168,['Apache-2.0'],1.0,2018-02-24T18:36:17.000Z,2018-02-26T13:08:24.000Z,Launch.bat,Faris90/https-github.com-TheLortex-Ogar,aaf53d59b6b8fc831306b998954694240f74f168,['Apache-2.0'],,,,"@echo off
|
.\bin\Ogar.exe
|
pause
|
",7.75,14,0.7096774194
|
16,d001b320d6a8055e00b3606c2162ee6f5c28cbd7,135,bat,Batchfile,windows/services/electron-render-service.bat,Kyledmw/docker-scripts,ef4e4a163dfc9e1b4df7c868babe4b244d408f7d,['Apache-2.0'],,,,windows/services/electron-render-service.bat,Kyledmw/docker-scripts,ef4e4a163dfc9e1b4df7c868babe4b244d408f7d,['Apache-2.0'],,,,windows/services/electron-render-service.bat,Kyledmw/docker-scripts,ef4e4a163dfc9e1b4df7c868babe4b244d408f7d,['Apache-2.0'],,,,"docker run --name electron-render-service -d -e RENDERER_ACCESS_KEY=secret -e CONCURRENCY=3 -p 9007:3000 msokk/electron-render-service
|
",67.5,134,0.8074074074
|
17,d001d8a75e95ca050457d522ab5fb54fad364c46,1148,bat,Batchfile,Gems/AtomLyIntegration/TechnicalArt/DccScriptingInterface/Launchers/Windows/Launch_PyMin_Cmd.bat,spotaws/o3de,b357cd0000370a6e7159f0e62fd90b68a76b2410,['Apache-2.0' 'MIT'],1.0,2021-07-17T23:46:31.000Z,2021-07-17T23:46:31.000Z,Gems/AtomLyIntegration/TechnicalArt/DccScriptingInterface/Launchers/Windows/Launch_PyMin_Cmd.bat,spotaws/o3de,b357cd0000370a6e7159f0e62fd90b68a76b2410,['Apache-2.0' 'MIT'],3.0,2021-09-08T03:41:27.000Z,2022-03-12T01:01:29.000Z,Gems/AtomLyIntegration/TechnicalArt/DccScriptingInterface/Launchers/Windows/Launch_PyMin_Cmd.bat,spotaws/o3de,b357cd0000370a6e7159f0e62fd90b68a76b2410,['Apache-2.0' 'MIT'],,,,"@echo off
|
REM
|
REM Copyright (c) Contributors to the Open 3D Engine Project.
|
REM For complete copyright and license terms please see the LICENSE at the root of this distribution.
|
REM
|
REM SPDX-License-Identifier: Apache-2.0 OR MIT
|
REM
|
REM
|
:: Set up and run LY Python CMD prompt
|
:: Sets up the DccScriptingInterface_Env,
|
:: Puts you in the CMD within the dev environment
|
:: Set up window
|
TITLE O3DE DCC Scripting Interface Py Min CMD
|
:: Use obvious color to prevent confusion (Grey with Yellow Text)
|
COLOR 8E
|
%~d0
|
cd %~dp0
|
PUSHD %~dp0
|
SETLOCAL ENABLEDELAYEDEXPANSION
|
:: Initialize env
|
CALL %~dp0\Env_Core.bat
|
CALL %~dp0\Env_Python.bat
|
:: if the user has set up a custom env call it
|
IF EXIST ""%~dp0Env_Dev.bat"" CALL %~dp0Env_Dev.bat
|
echo.
|
echo _____________________________________________________________________
|
echo.
|
echo ~ O3DE DCC Scripting Interface, Py Min Env CMD ...
|
echo _____________________________________________________________________
|
echo.
|
:: Change to root dir
|
CD /D %LY_PROJECT_PATH%
|
:: Create command prompt with environment
|
CALL %windir%\system32\cmd.exe
|
ENDLOCAL
|
:: Return to starting directory
|
POPD
|
:END_OF_FILE
|
",22.0769230769,101,0.7831010453
|
18,d001e81b03ece97f3cab2bff86f0f4a59479a007,190,bat,Batchfile,rebuildAndRun-windows-host.bat,s-gbz/jekyll2cms,0d4eaa3d35859c52edb7cea246810e89297d9ce7,['MIT'],,,,rebuildAndRun-windows-host.bat,s-gbz/jekyll2cms,0d4eaa3d35859c52edb7cea246810e89297d9ce7,['MIT'],,,,rebuildAndRun-windows-host.bat,s-gbz/jekyll2cms,0d4eaa3d35859c52edb7cea246810e89297d9ce7,['MIT'],,,,"call gradlew build
|
call docker build --rm -f ""Dockerfile"" -t jekyll2cms:1.0.6 .
|
call rd /s /q ""./repo""
|
call docker run --rm -it -v %cd%:/srv/jekyll -p 127.0.0.1:4000:4000 jekyll2cms:1.0.6
|
",31.6666666667,85,0.6684210526
|
19,d001eb58187573610dbfb0f926427ceebd14a971,776,bat,Batchfile,docs/make.bat,cerealkella/pd_db_wrangler,16f8716d872fc62bce2d53686bb0400e7145cac5,['MIT'],,,,docs/make.bat,cerealkella/pd_db_wrangler,16f8716d872fc62bce2d53686bb0400e7145cac5,['MIT'],1.0,2021-04-20T23:32:35.000Z,2021-04-20T23:37:36.000Z,docs/make.bat,cerealkella/pd_db_wrangler,16f8716d872fc62bce2d53686bb0400e7145cac5,['MIT'],,,,"@ECHO OFF
|
pushd %~dp0
|
REM Command file for Sphinx documentation
|
if ""%SPHINXBUILD%"" == """" (
|
set SPHINXBUILD=python -msphinx
|
)
|
set SOURCEDIR=.
|
set BUILDDIR=_build
|
set SPHINXPROJ=pd_db_wrangler
|
if ""%1"" == """" goto help
|
%SPHINXBUILD% >NUL 2>NUL
|
if errorlevel 9009 (
|
echo.
|
echo.The Sphinx module was not found. Make sure you have Sphinx installed,
|
echo.then set the SPHINXBUILD environment variable to point to the full
|
echo.path of the 'sphinx-build' executable. Alternatively you may add the
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.