text stringlengths 0 834k |
|---|
echo End",35.1176470588,110,0.730318258 |
428,d03ec816776c3cf7cca5d3208d9e20c201dda9b7,261,bat,Batchfile,AtlRunner/syncatl/synchronize.bat,georghinkel/atlbenchmark,d4281ec13fa864f77658f7f77dd4bbba160c51a1,['MIT'],,,,AtlRunner/syncatl/synchronize.bat,georghinkel/atlbenchmark,d4281ec13fa864f77658f7f77dd4bbba160c51a1,['MIT'],,,,AtlRunner/syncatl/synchronize.bat,g... |
@java -ea -jar ../BiXM.jar --s --trans file:Make2Ant.asm --src IN=Source.Make Make=Make.ecore --tgt OUT=target-modified.Ant Ant=Ant.ecore --modifiedSrc IN=source-modified.Make --outSrc IN=source-synchronized.Make --outTgt OUT=target-synchronized.Ant --checkif |
",87.0,259,0.754789272 |
429,d03ed200faf090b4288312a2f11387576deaf66f,125,bat,Batchfile,bat/UpdateResource.bat,rainssong/RainsAsLib,7b9bf0e10f051259cb541d9007d6f34e3cfa43f2,['MIT'],7.0,2015-01-13T08:34:30.000Z,2020-12-28T01:52:36.000Z,bat/UpdateResource.bat,rainssong/RainsAsLib,7b9bf0e10f051259cb541d9007d6f34e3cfa43f2,['MIT'],,,,bat/UpdateReso... |
:Author rainssong |
@echo off |
xcopy src bin /d /s /i /q /y /exclude:bat\ExcludeFiles.txt |
echo Resource Updated!",25.0,58,0.744 |
430,d03efea3644ac226d7fc21d3087403fa0a038fe2,770,bat,Batchfile,docs/make.bat,SuryaSankar/otpstore,2b14746084f97378950a521325cd7b35273248ee,['MIT'],1.0,2021-11-25T15:18:01.000Z,2021-11-25T15:18:01.000Z,docs/make.bat,SuryaSankar/otpstore,2b14746084f97378950a521325cd7b35273248ee,['MIT'],,,,docs/make.bat,SuryaSankar/otpsto... |
pushd %~dp0 |
REM Command file for Sphinx documentation |
if ""%SPHINXBUILD%"" == """" ( |
set SPHINXBUILD=python -msphinx |
) |
set SOURCEDIR=. |
set BUILDDIR=_build |
set SPHINXPROJ=otpstore |
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 |
echo.Sphinx directory to PATH. |
echo. |
echo.If you don't have Sphinx installed, grab it from |
echo.http://sphinx-doc.org/ |
exit /b 1 |
) |
%SPHINXBUILD% -M %1 %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% |
goto end |
:help |
%SPHINXBUILD% -M help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% |
:end |
popd |
",20.8108108108,75,0.7363636364 |
431,d03f10c373135ba99eb6fdbfebce8a8867977d36,398,bat,Batchfile,bin/raku/share/perl6/site/bin/zef-js.bat,justletterh/why,868f56a2e71cb99c755d621b05938fe444816fe9,['Unlicense'],,,,bin/raku/share/perl6/site/bin/zef-js.bat,justletterh/why,868f56a2e71cb99c755d621b05938fe444816fe9,['Unlicense'],,,,bin/raku/share/perl6/site/b... |
@echo off |
if ""%OS%"" == ""Windows_NT"" goto WinNT |
perl6-js ""%~dpn0"" %1 %2 %3 %4 %5 %6 %7 %8 %9 |
goto endofperl |
:WinNT |
perl6-js ""%~dpn0"" %* |
if NOT ""%COMSPEC%"" == ""%SystemRoot%\system32\cmd.exe"" goto endofperl |
if %errorlevel% == 9009 echo You do not have Perl in your PATH. |
if errorlevel 1 goto script_failed_so_exit_with_non_zero_val 2>nul |
goto endofperl |
@rem '; |
__END__ |
:endofperl |
",26.5333333333,68,0.6859296482 |
432,d03f19c8e63cce4ac8f8076c06c38892d6614972,38,bat,Batchfile,!pkg2zip.bat,SkyNetX007/repkg,1ec597c2e745cfc54c2cf64156c295ba61bca2d3,['MIT'],,,,!pkg2zip.bat,SkyNetX007/repkg,1ec597c2e745cfc54c2cf64156c295ba61bca2d3,['MIT'],,,,!pkg2zip.bat,SkyNetX007/repkg,1ec597c2e745cfc54c2cf64156c295ba61bca2d3,['MIT'],,,,"""RePKG.exe... |
pause |
",12.6666666667,31,0.7368421053 |
433,d03f236c01a54fe4dae8fca534df169614ac9995,2185,bat,Batchfile,build_win64.bat,zanzo420/XOpcodeCalc,ee2511efcb6825389eafe12afd04093d7d90d3bc,['MIT'],,,,build_win64.bat,zanzo420/XOpcodeCalc,ee2511efcb6825389eafe12afd04093d7d90d3bc,['MIT'],,,,build_win64.bat,zanzo420/XOpcodeCalc,ee2511efcb6825389eafe12afd04093d7d90d3bc,... |
set SEVENZIP_PATH=""C:\Program Files\7-Zip"" |
set QT_PATH32=""C:\Qt\5.12.5\msvc2017_64"" |
set BUILD_NAME=xopcodecalc_win64_portable |
set SOURCE_PATH=%~dp0 |
mkdir %SOURCE_PATH%\build |
mkdir %SOURCE_PATH%\build\loader |
mkdir %SOURCE_PATH%\release |
set /p RELEASE_VERSION=<%SOURCE_PATH%\release_version.txt |
set QT_PATH=%QT_PATH32% |
set QT_SPEC=win32-msvc |
call %VS_PATH%\VC\Auxiliary\Build\vcvars64.bat |
set GUIEXE=xocalc.exe |
set ZIP_NAME=%BUILD_NAME%_%RELEASE_VERSION% |
set RES_FILE=rsrc |
cd gui_source |
%QT_PATH%\bin\qmake.exe gui_source.pro -r -spec %QT_SPEC% ""CONFIG+=release"" |
nmake Makefile.Release clean |
nmake |
del Makefile |
del Makefile.Release |
del Makefile.Debug |
cd .. |
cd winloader_source |
cl.exe /c winloader.cpp |
Rc.exe /v %RES_FILE%.rc |
link.exe winloader.obj %RES_FILE%.res user32.lib kernel32.lib shell32.lib /SUBSYSTEM:WINDOWS /ENTRY:entry /OUT:%SOURCE_PATH%\build\loader\%GUIEXE% |
del /s winloader.obj |
del /s %RES_FILE%.res |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.