text stringlengths 0 834k |
|---|
REM ------ Clean temporary files. ------ |
del /s/q/f %SYSTEMPLATFORM%\%CMAKEOUTPUT_PATH% |
rmdir /s/q %SYSTEMPLATFORM%\%CMAKEOUTPUT_PATH% |
REM ------ Create build file. ------ |
SET COMPILER_PATH= |
IF /I ""%COMPILER%"" == ""Visual2005"" ( |
SET COMPILER_PATH=C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\devenv.com |
) |
IF /I ""%COMPILER%"" == ""Visual2008"" ( |
SET COMPILER_PATH=C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\devenv.com |
) |
IF /I ""%COMPILER%"" == ""Visual2010"" ( |
SET COMPILER_PATH=C:\Windows\Microsoft.NET\Framework\v4.0.30319\msbuild.exe |
) |
SET BUILD_FILE=%SYSTEMPLATFORM%\%FINALPROJECT_PATH%Build.bat |
IF /I ""%COMPILER%"" == ""Visual2010"" ( |
SET BUILD_COMMAND=""%COMPILER_PATH%"" /p:Configuration=%BUILDTYPE% %FULLPROJECT_NAME%.vcxproj |
) ELSE ( |
SET BUILD_COMMAND=""%COMPILER_PATH%"" %FULLPROJECT_NAME%.vcproj /build %BUILDTYPE% /project %FULLPROJECT_NAME% |
) |
ECHO ECHO ON >> %BUILD_FILE% |
ECHO %BUILD_COMMAND% >> %BUILD_FILE% |
ECHO ECHO OFF >> %BUILD_FILE% |
ECHO PAUSE >> %BUILD_FILE% |
ECHO del /s/q/f %FULLPROJECT_NAME%.dir >> %BUILD_FILE% |
ECHO rmdir /s/q %FULLPROJECT_NAME%.dir >> %BUILD_FILE% |
ECHO del /s/q/f ..\cmakeoutput >> %BUILD_FILE% |
ECHO rmdir /s/q ..\cmakeoutput >> %BUILD_FILE% |
ECHO del /s/q/f ..\..\..\obj\%SYSTEMPLATFORM% >> %BUILD_FILE% |
ECHO rmdir /s/q ..\..\..\obj\%SYSTEMPLATFORM% >> %BUILD_FILE% |
ECHO del /s/q/f ..\..\..\bin\%SYSTEMPLATFORM%\%BUILDTYPE%\*.idb >> %BUILD_FILE% |
ECHO del /s/q/f ..\..\..\bin\%SYSTEMPLATFORM%\%BUILDTYPE%\*.pdb >> %BUILD_FILE% |
ECHO del /s/q/f ..\..\..\bin\%SYSTEMPLATFORM%\%BUILDTYPE%\*.ilk >> %BUILD_FILE% |
PAUSE |
",34.4591836735,130,0.6991412496 |
219613,f301898506caafe87797d3041e2e734b46b23937,950,bat,Batchfile,Source-files/Basser-Lout/makeLout.bat,Ainiwaffles/CoomersGuide.github.io,cfa08182db255646c3572b3e26563bf05bd3c41a,['Unlicense'],10.0,2020-11-17T15:36:13.000Z,2021-11-09T10:51:57.000Z,Source-files/Basser-Lout/makeLout.bat,Ainiwaffles/CoomersGuide.github.io,cfa08182db255646c3572b3e26563bf05bd3c41a,['Unlicense'],18.0,2021-02-10T18:20:46.000Z,2021-05-25T18:11:14.000Z,Source-files/Basser-Lout/makeLout.bat,Ainiwaffles/CoomersGuide.github.io,cfa08182db255646c3572b3e26563bf05bd3c41a,['Unlicense'],40.0,2021-01-04T04:00:01.000Z,2022-02-05T00:51:57.000Z,"REM This file compiles ""A Coomer's Guide to AI Dungeon"" Lout version, converts that to HTML and moves them both to an appropriate place in the repo. |
SET PATH=%PATH%;C:\lout\bin\;%~dp0%..\3rd-party-software\pdf2htmlEX-win32-0.14.6-with-poppler-data |
lout Coomer-main.lout > Coomer-main-lout.ps |
ps2pdf Coomer-main-lout.ps Coomer-main-lout.pdf |
lout Coomer-main.lout > Coomer-main-lout.ps |
ps2pdf Coomer-main-lout.ps Coomer-main-lout.pdf |
pdf2htmlEX --data-dir %~dp0%..\3rd-party-software\pdf2htmlEX-win32-0.14.6-with-poppler-data\data\ Coomer-main-lout.pdf Coomer-main-lout.html |
COPY ""Coomer-main-lout.html"" ""%~dp0%..\..\A-Coomers-guide-to-AI-Dungeon\A (Minimalist) Coomer's Guide to AI Dungeon.html"" |
COPY ""Coomer-main-lout.pdf"" ""%~dp0%..\..\A-Coomers-guide-to-AI-Dungeon\A (Minimalist) Coomer's Guide to AI Dungeon.pdf"" |
COPY ""Coomer-main-lout.ps"" ""%~dp0%..\..\A-Coomers-guide-to-AI-Dungeon\A (Minimalist) Coomer's Guide to AI Dungeon.ps"" |
cmd /k |
",43.1818181818,148,0.74 |
219614,f301a05e7befdf3bdd7086e07270fd5873930371,53,bat,Batchfile,Updater/build.bat,Faraphel/MKWF-Install,8a86cae630da6702bf65b15340dc2db3e0abc182,['Apache-2.0'],1.0,2022-03-01T10:59:11.000Z,2022-03-01T10:59:11.000Z,Updater/build.bat,Faraphel/MKWF-Install,8a86cae630da6702bf65b15340dc2db3e0abc182,['Apache-2.0'],,,,Updater/build.bat,Faraphel/MKWF-Install,8a86cae630da6702bf65b15340dc2db3e0abc182,['Apache-2.0'],3.0,2021-06-15T17:23:36.000Z,2021-07-07T11:45:46.000Z,"""../venv/Scripts/python.exe"" ""./setup.py"" build |
pause",26.5,47,0.6981132075 |
219615,f301bb10234bc1cffaa5478bb6d15be2d9f77498,76,bat,Batchfile,bat/start_gui_as_child.bat,thocoo/gamma-desk,9cb63a65fe23e30e155b3beca862f369b7fa1b7e,['Apache-2.0'],,,,bat/start_gui_as_child.bat,thocoo/gamma-desk,9cb63a65fe23e30e155b3beca862f369b7fa1b7e,['Apache-2.0'],8.0,2021-04-09T11:31:43.000Z,2021-06-09T09:07:18.000Z,bat/start_gui_as_child.bat,thocoo/gamma-desk,9cb63a65fe23e30e155b3beca862f369b7fa1b7e,['Apache-2.0'],,,,"cd .. |
SET PYTHONPATH=%~dp0\.. |
python -i ./test/start_gdesk_as_child.py |
pause",19.0,40,0.7368421053 |
219616,f301e62371b15fbcc33dca61a58326472ec8aee0,1842,bat,Batchfile,resources/3dcitydb/oracle/ShellScripts/Windows/MIGRATION/GRANT_ACCESS_V2.bat,StOriJimmy/importer-exporter,f7ac9d33447a61aae0ab499d2b704246e91a9b36,['Apache-2.0'],265.0,2015-01-24T07:34:48.000Z,2022-03-31T11:41:10.000Z,resources/3dcitydb/oracle/ShellScripts/Windows/MIGRATION/GRANT_ACCESS_V2.bat,StOriJimmy/importer-exporter,f7ac9d33447a61aae0ab499d2b704246e91a9b36,['Apache-2.0'],71.0,2015-02-18T19:29:57.000Z,2022-03-01T10:23:00.000Z,resources/3dcitydb/oracle/ShellScripts/Windows/MIGRATION/GRANT_ACCESS_V2.bat,StOriJimmy/importer-exporter,f7ac9d33447a61aae0ab499d2b704246e91a9b36,['Apache-2.0'],64.0,2015-03-24T13:06:57.000Z,2022-03-22T08:08:14.000Z,"@echo off |
:: Shell script to grant select on an v2 instance to v4 user |
:: on Oracle Spatial/Locator |
:: read database connection details |
call ..\CONNECTION_DETAILS.bat |
:: add sqlplus to PATH |
set PATH=%SQLPLUSBIN%;%PATH% |
:: cd to path of the shell script |
cd /d %~dp0 |
:: Welcome message |
echo _______ ___ _ _ ___ ___ |
echo ^|__ / \ / __(_) ^|_ _ _^| ^\^| _ ) |
echo ^|_ \ ^|) ^| (__^| ^| _^| ^|^| ^| ^|) ^| _ \ |
echo ^|___/___/ \___^|_^|\__^|\_, ^|___/^|___/ |
echo ^|__/ |
echo. |
echo 3D City Database - The Open Source CityGML Database |
echo. |
echo ###################################################################################### |
echo. |
echo Enter the required parameters when echo prompted and press ENTER to confirm. |
echo. |
echo Documentation and help: |
echo 3DCityDB website: https://www.3dcitydb.org |
echo 3DCityDB on GitHub: https://github.com/3dcitydb |
echo. |
echo Having problems or need support? |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.