text
stringlengths
0
834k
REM copy html and images
echo copying html and images...
copy index.html _deployme\index.html
xcopy /s /e images _deployme\images\
echo copying... DONE
REM Done
echo Deploy DONE %date%%time%
@echo on",22.1379310345,67,0.7492211838
219902,f32b60e937607d03fa05a0690097d5e2f62f32c5,49,bat,Batchfile,ps2/scripts/abcde/Build_Run_AllTools.bat,RPG-FReeKZ/Tales-of-Destiny-2,fdf0493f1a3ae05153199085e64b8ca29916b306,['MIT'],17.0,2021-05-19T01:42:53.000Z,2022-01-23T13:23:59.000Z,ps2/scripts/abcde/Build_Run_AllTools.bat,RPG-FReeKZ/Tales-of-Destiny-2,fdf0493f1a3ae05153199085e64b8ca29916b306,['MIT'],6.0,2021-05-26T15:36:52.000Z,2021-09-23T05:55:49.000Z,ps2/scripts/abcde/Build_Run_AllTools.bat,RPG-FReeKZ/Tales-of-Destiny-2,fdf0493f1a3ae05153199085e64b8ca29916b306,['MIT'],7.0,2021-05-23T17:29:57.000Z,2022-03-31T01:37:55.000Z,python Build_Run.py slps_AllTools 600 C0228 28 2,49.0,49,0.8367346939
219903,f32bab46d7668c88f1880b08b34a07b2086bb70c,27,bat,Batchfile,app-start.bat,720616zql/vue-,0a9beb130fbddaf647f587720402898fbaf2b364,['MIT'],5.0,2018-05-22T17:35:18.000Z,2018-07-20T19:30:16.000Z,app-start.bat,720616zql/vue-,0a9beb130fbddaf647f587720402898fbaf2b364,['MIT'],154.0,2018-05-05T19:33:26.000Z,2021-12-20T20:13:17.000Z,app-start.bat,720616zql/vue-,0a9beb130fbddaf647f587720402898fbaf2b364,['MIT'],1.0,2019-04-14T14:33:51.000Z,2019-04-14T14:33:51.000Z,json-server --watch db.json,27.0,27,0.7777777778
219904,f32c3cdd6716dcb4acfb0166b341c51afc2dc8bd,892,bat,Batchfile,make/scripts/make.gluegen.all.win32.bat,xranby/gluegen,50f8d56b5e7eac286e8183b162bddf2d528ffa6b,['Apache-2.0'],,,,make/scripts/make.gluegen.all.win32.bat,xranby/gluegen,50f8d56b5e7eac286e8183b162bddf2d528ffa6b,['Apache-2.0'],,,,make/scripts/make.gluegen.all.win32.bat,xranby/gluegen,50f8d56b5e7eac286e8183b162bddf2d528ffa6b,['Apache-2.0'],,,,"set THISDIR=""C:\JogAmp""
set J2RE_HOME=c:\jre-11.0.4+11_x32
set JAVA_HOME=c:\jdk-11.0.4+11_x32
set ANT_PATH=C:\apache-ant-1.10.5
set GIT_PATH=C:\cygwin\bin
set SEVENZIP=C:\Program Files\7-Zip
set CMAKE_PATH=C:\cmake-3.15.2-win32-x86
set CMAKE_C_COMPILER=c:\mingw32\bin\gcc
set PATH=%JAVA_HOME%\bin;%ANT_PATH%\bin;c:\mingw32\bin;%CMAKE_PATH%\bin;%GIT_PATH%;%SEVENZIP%;%PATH%
set LIB_GEN=%THISDIR%\lib
set CLASSPATH=.;%THISDIR%\build-win32\classes
REM -Dc.compiler.debug=true
REM -DuseOpenMAX=true
REM -DuseKD=true
REM -Djogl.cg=1 -D-Dwindows.cg.lib=C:\Cg-2.2
set SOURCE_LEVEL=1.8
set TARGET_LEVEL=1.8
set TARGET_RT_JAR=C:\jre1.8.0_212\lib\rt.jar
REM set JOGAMP_JAR_CODEBASE=Codebase: *.jogamp.org
set JOGAMP_JAR_CODEBASE=Codebase: *.goethel.localnet
ant -Drootrel.build=build-win32 %1 %2 %3 %4 %5 %6 %7 %8 %9 > make.gluegen.all.win32.log 2>&1
",29.7333333333,101,0.7118834081
219905,f32c4265f6e34ce14594ce6477d176a959e0b14c,1377,bat,Batchfile,run-bow.bat,kondokazuhiro/fclust,38f1a78a4fac6a88a79832f31211f9ed8ca094a1,['MIT'],,,,run-bow.bat,kondokazuhiro/fclust,38f1a78a4fac6a88a79832f31211f9ed8ca094a1,['MIT'],,,,run-bow.bat,kondokazuhiro/fclust,38f1a78a4fac6a88a79832f31211f9ed8ca094a1,['MIT'],,,,"setlocal
if ""%~2""=="""" (
echo error: too few arguments.
echo usage: %~0 target_src_dir result_dir
exit 1
)
if not ""%~4""=="""" (
echo error: extra argument: %4
exit 1
)
REM target source dir.
set FCLS_TARGET=%~f1
REM result dir.
set FCLS_RESULT=%~f2
REM this script dir.
set FCLS_HOME=%~dp0
set FCLS_SCRIPT=%FCLS_HOME%script
if not ""%~3""=="""" (
cd %FCLS_SCRIPT%
if errorlevel 1 exit
goto %3
)
:0 run gtags in the target source dir.
cd %FCLS_TARGET%
if errorlevel 1 exit
gtags
if errorlevel 1 exit
cd %FCLS_SCRIPT%
if errorlevel 1 exit
:1 make target source file list.
python gl_target_list.py ""%FCLS_TARGET%"" -o ""%FCLS_RESULT%""
if errorlevel 1 exit
:2 extract tags(definitions, references, symbols)
python gl_extract_tags.py ""%FCLS_TARGET%"" -o ""%FCLS_RESULT%""
if errorlevel 1 exit
:3 make document-set from extracted tags.
python tags_to_docs.py -o ""%FCLS_RESULT%""
if errorlevel 1 exit
:4 clustering
python bow_cluster.py -o ""%FCLS_RESULT%""
if errorlevel 1 exit
REM make a dendrogram image (optional).
python dendrogram.py -o ""%FCLS_RESULT%""
:5 resolve similar functions/definitions.