text
stringlengths
0
834k
sed -bi ""s/\(MajorVer=\)[0-9]\+/\1%BUMP_VERSION_MAJOR%/g"" prjSoldatMapEditor.vbp
sed -bi ""s/\(MinorVer=\)[0-9]\+/\1%BUMP_VERSION_MINOR%/g"" prjSoldatMapEditor.vbp
sed -bi ""s/\(RevisionVer=\)[0-9]\+/\1%BUMP_VERSION_REVISION%/g"" prjSoldatMapEditor.vbp
ECHO DONE!
GOTO END
:USAGE
ECHO %0: Updates the version numbers in the project
ECHO Usage: %0 1.2.3.4
:END
POPD
",31.9803921569,145,0.660944206
238,d022bc46a77512a7184835918b739b8d71dbe507,549,bat,Batchfile,scripts/cashmere-server.bat,JungleComputing/cashmere,b8e49950d3370318e264e22a11f6819d479b7164,['Apache-2.0'],,,,scripts/cashmere-server.bat,JungleComputing/cashmere,b8e49950d3370318e264e22a11f6819d479b7164,['Apache-2.0'],,,,scripts/cashmere-server.bat,JungleComputing/cashmere,b8e49950d3370318e264e22a11f6819d479b7164,['Apache-2.0'],1.0,2019-12-23T23:21:00.000Z,2019-12-23T23:21:00.000Z,"@echo off
if ""%OS%""==""Windows_NT"" @setlocal
rem %~dp0 is expanded pathname of the current script under NT
set SERVER_ARGS=
:setupArgs
if """"%1""""=="""""""" goto doneArgs
set SERVER_ARGS=%SERVER_ARGS% ""%1""
shift
goto setupArgs
rem This label provides a place for the argument list loop to break out
rem and for NT handling to skip to.
:doneArgs
java -classpath ""%CLASSPATH%;%CASHMERE%\lib\*"" -Dlog4j.configuration=file:""%CASHMERE%""\log4j.properties ibis.ipl.server.Server %SERVER_ARGS%
if ""%OS%""==""Windows_NT"" @endlocal
",21.1153846154,141,0.6994535519
239,d022d7069c820ea728bca87fd00788e85cc32815,381,bat,Batchfile,run.bat,bburns/Carrot,890dae75cadf697f0b8856012168c0feba0506d2,['MIT'],,,,run.bat,bburns/Carrot,890dae75cadf697f0b8856012168c0feba0506d2,['MIT'],,,,run.bat,bburns/Carrot,890dae75cadf697f0b8856012168c0feba0506d2,['MIT'],,,,":: run a python program - remembers last program - no .py needed
@echo off
rem no arguments: run previous program
rem note: can't use :: comments near the if statements - must use rem
if ""%1"" == """" (
@python %LastPythonProgram%.py
) else (
rem remember this program name in an environment variable
set LastPythonProgram=%1
@python %1.py %*
)
",19.05,70,0.6509186352
240,d02366c104991c9ed5ebd9ff46e4cc3d14778ee0,349,bat,Batchfile,!build.bat,rensatsu/chrome-open-incognito,545a1f667baf2d8ac9641237d7699159972e5a85,['MIT'],,,,!build.bat,rensatsu/chrome-open-incognito,545a1f667baf2d8ac9641237d7699159972e5a85,['MIT'],,,,!build.bat,rensatsu/chrome-open-incognito,545a1f667baf2d8ac9641237d7699159972e5a85,['MIT'],,,,"@echo off
set ex_filename=""OpenIncognito.zip""
:main
cd /D %~dp0
del %ex_filename%
""C:\Program Files\7-Zip\7z.exe"" a %ex_filename% .\src\* -r -tzip
:menu
echo == Actions ==
echo [Y,R] Rebuild
echo [E,X] Exit
choice /C YREX /N
if %ERRORLEVEL%==1 goto main
if %ERRORLEVEL%==2 goto main
if %ERRORLEVEL%==3 goto exit
if %ERRORLEVEL%==4 goto exit
:exit",18.3684210526,64,0.6905444126
241,d0236aad025f0615c72c1f8b03101be2a5c01dc8,198,bat,Batchfile,Plugin/Android/GStreamer/cleanup.bat,Ofiun/mrayGStreamerUnity,3d3300418716362d7d2d683d9281ad32df7ce277,['MIT'],78.0,2015-10-19T23:23:06.000Z,2022-03-08T13:36:32.000Z,Plugin/Android/GStreamer/cleanup.bat,Ofiun/mrayGStreamerUnity,3d3300418716362d7d2d683d9281ad32df7ce277,['MIT'],29.0,2015-10-22T14:40:01.000Z,2022-03-25T17:13:22.000Z,Plugin/Android/GStreamer/cleanup.bat,Ofiun/mrayGStreamerUnity,3d3300418716362d7d2d683d9281ad32df7ce277,['MIT'],27.0,2015-12-02T14:38:17.000Z,2022-02-04T11:17:05.000Z,"echo off
mkdir output
move libs\armeabi-v7a\libgstreamer_android.so output\libgstreamer_android.so
echo
echo Cleaning up / removing build folders...
RD /S /Q libs
RD /S /Q obj
echo
echo Done!
",14.1428571429,76,0.7626262626
242,d023992993decfe0f6f342dbcce4e90eff5639bb,1746,bat,Batchfile,Header/examples/stm8af_stm8s/ADC1_Measure/IAR/settings/blink.Release.cspy.bat,STM8-SPL-license/discussion,1a565af33b229c6e14887a1f02f51aa77b267cbe,['CNRI-Python' 'Xnet' 'X11'],1.0,2019-06-02T20:40:18.000Z,2019-06-02T20:40:18.000Z,Header/examples/stm8af_stm8s/ADC1_Measure/IAR/settings/blink.Release.cspy.bat,STM8-SPL-license/discussion,1a565af33b229c6e14887a1f02f51aa77b267cbe,['CNRI-Python' 'Xnet' 'X11'],2.0,2019-01-06T10:54:45.000Z,2020-06-14T05:24:21.000Z,Header/examples/stm8af_stm8s/ADC1_Measure/IAR/settings/blink.Release.cspy.bat,STM8-SPL-license/discussion,1a565af33b229c6e14887a1f02f51aa77b267cbe,['CNRI-Python' 'Xnet' 'X11'],,,,"@REM This batch file has been generated by the IAR Embedded Workbench
@REM C-SPY Debugger, as an aid to preparing a command line for running
@REM the cspybat command line utility using the appropriate settings.
@REM
@REM Note that this file is generated every time a new debug session
@REM is initialized, so you may want to move or rename the file before