text
stringlengths
0
834k
%JAVA_EXE% -version >NUL 2>&1
if ""%ERRORLEVEL%"" == ""0"" goto init
echo.
echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
echo.
echo Please set the JAVA_HOME variable in your environment to match the
echo location of your Java installation.
goto fail
:findJavaFromJavaHome
set JAVA_HOME=%JAVA_HOME:""=%
set JAVA_EXE=%JAVA_HOME%/bin/java.exe
if exist ""%JAVA_EXE%"" goto init
echo.
echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
echo.
echo Please set the JAVA_HOME variable in your environment to match the
echo location of your Java installation.
goto fail
:init
@rem Get command-line arguments, handling Windows variants
if not ""%OS%"" == ""Windows_NT"" goto win9xME_args
:win9xME_args
@rem Slurp the command line arguments.
set CMD_LINE_ARGS=
set _SKIP=2
:win9xME_args_slurp
if ""x%~1"" == ""x"" goto execute
set CMD_LINE_ARGS=%*
:execute
@rem Setup the command line
set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
@rem Execute Gradle
""%JAVA_EXE%"" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% ""-Dorg.gradle.appname=%APP_BASE_NAME%"" -classpath ""%CLASSPATH%"" org.gradle.wrapper.GradleWrapperMain %CMD_LINE_ARGS%
:end
@rem End local scope for the variables with windows NT shell
if ""%ERRORLEVEL%""==""0"" goto mainEnd
:fail
rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
rem the _cmd.exe /c_ return code!
if not """" == ""%GRADLE_EXIT_CONSOLE%"" exit 1
exit /b 1
:mainEnd
if ""%OS%""==""Windows_NT"" endlocal
:omega
>>>>>>> 3d1f3a5b56a4c5b930a0c51cf4face38843f9878
",26.1976744186,175,0.6906347093
219965,f3333327760fba272e4d90222dcc63fa706fd180,816,bat,Batchfile,src/make_voice_Tatiana.bat,yuryleb/garmin-russian-tts-voices,d03c791d6d8c270e646f99aece8ebdd3ed34ab77,['CC0-1.0'],8.0,2018-04-25T20:32:37.000Z,2021-07-17T21:42:16.000Z,src/make_voice_Tatiana.bat,yuryleb/garmin-russian-tts-voices,d03c791d6d8c270e646f99aec...
""C:\Program Files (x86)\GMapTool\gmt\gmt.exe"" -j -v -a -b 1 -c 2.39,0,006-D4896-00 -m tatiana -o ""..\..\dist\Pycckuu__Tatiana 2.30\Pycckuu__Tatiana.vpm"" -q -x DLLINFO.TXT BRKINF22.HDR CLM_RUR.DAT DPS_RUR.DAT DPS_MIL.DAT PHM_MIL.DAT PP_RUR.DAT SDCT_RUR.DAT SN22_MIL.DAT SYNM_F16.DAT TTN_RUR.DAT UDCT_RUR.DAT US_MIL.DA...
popd
pushd ""..\dist\Pycckuu__Tatiana 2.30""
""C:\Program Files (x86)\GMapTool\gmt\gmt.exe"" -i -v Pycckuu__Tatiana.vpm >Pycckuu__Tatiana.txt
popd
pause
",102.0,630,0.7512254902
219966,f333337231f39cc4ff3989db83d89870211f33c1,102,cmd,Batchfile,src/EventStore.ClusterNode.WindowsServices/winsvcunreg.cmd,cuteant/myevent,48fe4498c7d91066ea04f67abfa34c48eada677c,['Apache-2.0' 'CC0-1.0'],7.0,2019-06-05T07:09:10.000Z,2021-07-25T03:14:31.000Z,src/EventStore.ClusterNode.WindowsServices/winsvcunreg.cmd,...
EventStore.ClusterNode.exe uninstall
REM dotnet EventStore.ClusterNode.dll uninstall
:end",14.5714285714,47,0.8333333333
219967,f3333cd8d637988ccc6b0d3d8e6022e27e40037e,375,bat,Batchfile,yaml-cpp/bld.bat,madhur-tandon/boa-forge,32214580558eb6dc013163d9777452b3046862e3,['BSD-3-Clause'],,,,yaml-cpp/bld.bat,madhur-tandon/boa-forge,32214580558eb6dc013163d9777452b3046862e3,['BSD-3-Clause'],,,,yaml-cpp/bld.bat,madhur-tandon/boa-forge,322145805...
cd build
REM Configure step
cmake .. ^
-GNinja ^
-DBUILD_SHARED_LIBS=ON ^
-DYAML_BUILD_SHARED_LIBS=ON ^
-DYAML_CPP_BUILD_TESTS=OFF ^
-DCMAKE_BUILD_TYPE=Release ^
-DCMAKE_PREFIX_PATH=%LIBRARY_PREFIX% ^
-DCMAKE_INSTALL_PREFIX=%LIBRARY_PREFIX%
if errorlevel 1 exit 1
REM Build step
ninja install
if errorlevel 1 exit 1
",20.8333333333,44,0.704
219968,f333eb1f9dc8361c6d8c8c35d4fa10e20fbb864e,267,bat,Batchfile,projects/CMake/RunCMake_Shared_MVC14_Win32_new.bat,alexakuzin/GUCEF-1,436035c4266c5d90cd8716c1d0fad519c7059e34,['Apache-2.0'],5.0,2016-04-18T23:12:51.000Z,2022-03-06T05:12:07.000Z,projects/CMake/RunCMake_Shared_MVC14_Win32_new.bat,alexakuzin/GUCEF-1,4360...
ECHO *** Set MVC14 specifics and run CMake ***