text stringlengths 0 834k |
|---|
echo Bootstrap of the sample tables failed. |
exit /b 1 |
:usage |
echo USAGE: %0 ^<ORACLE_SERVER^> ^<ORACLE_USER^> ^<ORACLE_PASSWORD^> |
exit /b 0",25.2162162162,103,0.7073954984 |
219857,f32359adcb2401dd09f1ac8ffef4d0b97cd69484,61,bat,Batchfile,doc/apiDocs/javadoc.bat,dirkmoors/java-bloomfilter,d069ad7f477331b0027eb25e354ab156938f92cc,['Unlicense' 'MIT'],,,,doc/apiDocs/javadoc.bat,dirkmoors/java-bloomfilter,d069ad7f477331b0027eb25e354ab156938f92cc,['Unlicense' 'MIT'],,,,doc/apiDocs/javadoc.bat,dirkmoors/java-bloomfilter,d069ad7f477331b0027eb25e354ab156938f92cc,['Unlicense' 'MIT'],,,,C:\Java\jdk1.7.0_25\jre\..\bin\javadoc.exe @options @packages,61.0,61,0.737704918 |
219858,f3237d6f69541fb3db177db5b867930d3f185a3f,192,cmd,Batchfile,ViperPhp5.6/push.cmd,goto10hq/ViperPhp,9753d1be5d3db3309a1d77063e6fb9dd38610b84,['MIT'],,,,ViperPhp5.6/push.cmd,goto10hq/ViperPhp,9753d1be5d3db3309a1d77063e6fb9dd38610b84,['MIT'],,,,ViperPhp5.6/push.cmd,goto10hq/ViperPhp,9753d1be5d3db3309a1d77063e6fb9dd38610b84,['MIT'],,,,"docker tag viper-php-5.6 goto10hq/viper-php-5.6:1.1.0 |
docker tag viper-php-5.6 goto10hq/viper-php-5.6:latest |
docker push goto10hq/viper-php-5.6:1.1.0 |
docker push goto10hq/viper-php-5.6:latest |
",38.4,54,0.7708333333 |
219859,f32386cd0dc6e42ef44f678fdeafbf35811caee2,24,bat,Batchfile,bin/busybox/bb-rpm.bat,jathefo/ok-cmder,a55b922ae8fa6325067a4fedc632a90ff8ba809c,['MIT'],4.0,2019-07-15T02:37:57.000Z,2021-05-04T03:04:10.000Z,bin/busybox/bb-rpm.bat,jathefo/ok-cmder,a55b922ae8fa6325067a4fedc632a90ff8ba809c,['MIT'],,,,bin/busybox/bb-rpm.bat,jathefo/ok-cmder,a55b922ae8fa6325067a4fedc632a90ff8ba809c,['MIT'],4.0,2018-06-08T10:46:52.000Z,2021-09-14T04:30:25.000Z,@%~dp0busybox.exe rpm %*,24.0,24,0.6666666667 |
219860,f323a4322cfaf0aa60e8b48c9c2098393f49308d,664,bat,Batchfile,win_bin/run_latest_mwdt_mide.bat,tlqtangok/perl_p,3debc3fb46805b92d434fea850685a34baa7c663,['MIT'],,,,win_bin/run_latest_mwdt_mide.bat,tlqtangok/perl_p,3debc3fb46805b92d434fea850685a34baa7c663,['MIT'],,,,win_bin/run_latest_mwdt_mide.bat,tlqtangok/perl_p,3debc3fb46805b92d434fea850685a34baa7c663,['MIT'],1.0,2018-09-28T02:28:40.000Z,2018-09-28T02:28:40.000Z," |
:: 7-zip usage: |
:: 7z x test_test.7z -y -oARC\ |
:: ls -> ide folder |
set latest_ide=Z:\ide_builds\ide-2015.12_engbuild_009\Windows |
:: ls , will get mwdt_2015_12_rel_win.zip |
set latest_zip_of_mwdt=Z:\mwdt_builds\mwdt_2015_12_rel_005\windows\mwdt_2015_12_rel_win.zip |
::uncompress here c:\ -> ARC\xx ARC\xx |
pushd C:\ |
rmdir /s /q ARC\java ARC\license ARC\nSIM ARC\MetaWare > nul |
del ARC\setenv_mwdt.bat ARC\EULA.pdf |
echo decompress %latest_zip_of_mwdt%, takes 10 minutes... |
7z x -y %latest_zip_of_mwdt% -o.\ > nul |
rmdir /s /q C:\ARC\MetaWare\ide >nul |
copy /Q /E %latest_ide% C:\ARC\MetaWare >nul |
cd ARC |
call setenv_mwdt.bat |
popd |
",30.1818181818,93,0.7048192771 |
219861,f32401b0ea22f5c9f76d532a52b097e8e91f3641,2306,bat,Batchfile,sylph-dist/src/bin/sylph.bat,yabola/sylph,be917b9b3d517403e5fdfe37994e4a9ceea96d3d,['Apache-2.0'],,,,sylph-dist/src/bin/sylph.bat,yabola/sylph,be917b9b3d517403e5fdfe37994e4a9ceea96d3d,['Apache-2.0'],,,,sylph-dist/src/bin/sylph.bat,yabola/sylph,be917b9b3d517403e5fdfe37994e4a9ceea96d3d,['Apache-2.0'],,,,"@if ""%DEBUG%"" == """" @echo off |
@rem ########################################################################## |
@rem |
@rem sylph startup script for Windows |
@rem |
@rem ########################################################################## |
cd %DIRNAME%.. |
call ""etc/sylph/sylph-env.bat"" |
@rem Set local scope for the variables with windows NT shell |
if ""%OS%""==""Windows_NT"" setlocal |
set DIRNAME=%~dp0 |
if ""%DIRNAME%"" == """" set DIRNAME=. |
set APP_BASE_NAME=%~n0 |
set APP_HOME=%DIRNAME%.. |
@rem Add default JVM options here. You can also use JAVA_OPTS and SYLPH_OPTS to pass JVM options to this script. |
set DEFAULT_JVM_OPTS=""-Dconfig=etc/sylph/sylph.properties"" ""-Dlog4j.file=etc/sylph/sylph-log4j.properties"" |
@rem Find java.exe |
if defined JAVA_HOME goto findJavaFromJavaHome |
set JAVA_EXE=java.exe |
%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=%* |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.