text
stringlengths
0
834k
-Pclasses=10
echo Compiling %bullshifier_name% bullshifier...
cd %output_directory%
call gradlew fatJar
cd ..\..\examples
call colors.bat %bullshifier_name%
pause
",27.3703703704,89,0.7564276049
219551,d2fa34cd59cb622cda68df3a000ff2d120a3728b,1113,bat,Batchfile,~libraries_src/mctrivia_DigiByteTX/~build.bat,mtaipe/DigiSweep,c1872e5f685ec5ee33500445157f9a6a9e5e8d4a,['MIT'],,,,~libraries_src/mctrivia_DigiByteTX/~build.bat,mtaipe/DigiSweep,c1872e5f685ec5ee33500445157f9a6a9e5e8d4a,['MIT'],,,,~libraries_src/mctrivia_DigiByteTX/~build.bat,mtaipe/DigiSweep,c1872e5f685ec5ee33500445157f9a6a9e5e8d4a,['MIT'],,,,"@echo off
ECHO Building DigiByteTX
::verify compiler present
IF NOT EXIST %~dp0..\~compiler.jar GOTO missingcompiler
::Check needed files exist then minify
IF NOT EXIST %~dp0..\~wrapperStart.js GOTO missingfile
IF NOT EXIST %~dp0..\~wrapperEnd.js GOTO missingfile
IF NOT EXIST %~dp0DigiByteTX.js GOTO missingfile
IF EXIST %~dp0~~temp.js DEL %~dp0~~temp.js
JAVA -jar %~dp0..\~compiler.jar --js %~dp0DigiByteTX.js --js_output_file %~dp0~~temp.js --compilation_level ADVANCED
:: 1>NUL
IF NOT EXIST %~dp0~~temp.js GOTO failed
IF EXIST %~dp0..\digibyte_mctrivia.min.js DEL %~dp0..\digibyte_mctrivia.min.js
COPY /b %~dp0..\~wrapperStart.js + %~dp0~~temp.js + %~dp0..\~wrapperEnd.js %~dp0..\digibyte_mctrivia.min.js /V 1>NUL
DEL %~dp0~~temp.js
IF NOT EXIST %~dp0..\digibyte_mctrivia.min.js GOTO failed
::Pause if not batch running
IF ""%1""==""Y"" GOTO end
ECHO Success
PAUSE
GOTO end
::Show generic error message
:missingfile
ECHO Failed: Needed file was missing
PAUSE
GOTO end
::Expected output file missing
:failed
ECHO Failed: Couldn't create digibyte_mctrivia.min.js
PAUSE
:end",30.0810810811,117,0.7205750225
219552,d2fa3615ed5b493dd2cce47778c1a22b9d7b3afa,386,cmd,Batchfile,build.cmd,Sholtee/libjson,550254d835442db30709679446aabbf95fa3d97e,['MIT'],1.0,2018-09-14T13:44:07.000Z,2018-09-14T13:44:07.000Z,build.cmd,Sholtee/libjson,550254d835442db30709679446aabbf95fa3d97e,['MIT'],,,,build.cmd,Sholtee/libjson,550254d835442db30709679446aabbf95fa3d97e,['MIT'],,,,"::
:: build.cmd
::
:: Author: Denes Solti
::
@echo off
@echo installing Lazarus:
call build\install-lazarus
if %errorlevel% neq 0 exit /b %errorlevel%
echo:
@echo starting build:
setlocal enabledelayedexpansion
for /F %%F in ('dir /s /b src\*.lpr tests\*.lpr') do (
@echo:
@echo build file: %%F
call build\bin\lazbuild.exe -B %%F
if !errorlevel! neq 0 exit /b !errorlevel!
)",19.3,54,0.670984456
219553,d2fa42a052b0d6a8412f22ad4532d2c113dd9098,98,bat,Batchfile,SERVER BATCH FILES/LocalPgServer.bat,ianByrne/ChatScript,e9e37f85d6cf4ee04adb312ae5100418184de935,['MIT'],831.0,2016-01-26T17:37:50.000Z,2021-12-06T02:10:11.000Z,SERVER BATCH FILES/LocalPgServer.bat,ianByrne/ChatScript,e9e37f85d6cf4ee04adb312ae5100418184de935,['MIT'],150.0,2016-02-19T04:22:51.000Z,2018-12-22T10:42:59.000Z,SERVER BATCH FILES/LocalPgServer.bat,ianByrne/ChatScript,e9e37f85d6cf4ee04adb312ae5100418184de935,['MIT'],319.0,2016-02-04T19:56:52.000Z,2022-03-31T09:59:56.000Z,"cd ../BINARIES
ChatScriptpg port=1024 userlog pguser="" user = postgres password = somepassword """,49.0,82,0.7653061224
219554,d2fa4a18dfcc73ea56ded2119cac35f23703f5b1,584,cmd,Batchfile,build.cmd,frye/Yet-Another-Sailing-App,1711122970c9e1701a7428ea784db4d3210600d3,['MIT'],12.0,2016-12-31T16:00:42.000Z,2022-03-25T14:36:33.000Z,build.cmd,frye/Yet-Another-Sailing-App,1711122970c9e1701a7428ea784db4d3210600d3,['MIT'],31.0,2016-08-23T13:50:31.000Z,2019-09-18T15:25:15.000Z,build.cmd,frye/Yet-Another-Sailing-App,1711122970c9e1701a7428ea784db4d3210600d3,['MIT'],4.0,2016-12-19T22:21:04.000Z,2019-09-18T18:11:04.000Z,"SET CPath=c:\Projects\CIQSDK\connectiq-sdk-win-2.4.9\bin
SET AppName=YASailingApp
SET Key=c:\#Sync\Projects\Garmin-Keys\YASailingApp.key
SET Device=%1
IF NOT DEFINED Device (SET Device=fenix3)
java -cp %CPath%\monkeybrains.jar; com.garmin.monkeybrains.Monkeybrains -o bin\%AppName%.prg -d %Device% -f .\monkey.jungle --warn --debug -y %Key% || GOTO :EOF
start %CPath%\simulator.exe
java -classpath %CPath%\monkeybrains.jar com.garmin.monkeybrains.monkeydodeux.MonkeyDoDeux -f .\bin\%AppName%.prg -d %Device% -s %CPath%\shell.exe
rem %CPath%\monkeydo .\bin\%AppName%.prg %Device%",41.7142857143,160,0.7465753425
219555,d2fa6262475ed0fb72836dde71fcb92c6f0ba646,145,bat,Batchfile,bin/examples/ansi_test.bat,MathInDOS/CmdTool,ee10581452443d8bc92a6fc371fc3e90fba8711e,['MIT'],2.0,2020-10-15T03:27:16.000Z,2021-06-27T03:56:20.000Z,bin/examples/ansi_test.bat,MathInDOS/CmdTool,ee10581452443d8bc92a6fc371fc3e90fba8711e,['MIT'],,,,bin/examples/ansi_test.bat,MathInDOS/CmdTool,ee10581452443d8bc92a6fc371fc3e90fba8711e,['MIT'],,,,"@echo off
set ct=cmdtool
for /l %%A in (0,1,255) do (
%ct% a %%A rem create ansi words
)
%ct% n rem it will show a new line.
pause>nul
exit",14.5,36,0.6275862069
219556,d2fa72ea3b3fe8a84c7fd6ea3b561b234f1a6fb5,54,bat,Batchfile,packages/apps/RCSe/core/genapi.bat,touxiong88/92_mediatek,5e96a7bb778fd9d9b335825584664e0c8b5ff2c7,['Apache-2.0'],1.0,2022-01-07T01:53:19.000Z,2022-01-07T01:53:19.000Z,packages/apps/RCSe/core/genapi.bat,touxiong88/92_mediatek,5e96a7bb778fd9d9b335825584664e0c8b5ff2c7,['Apache-2.0'],,,,packages/apps/RCSe/core/genapi.bat,touxiong88/92_mediatek,5e96a7bb778fd9d9b335825584664e0c8b5ff2c7,['Apache-2.0'],1.0,2020-02-28T02:48:42.000Z,2020-02-28T02:48:42.000Z,"cd ..\core
""%ANT_HOME%""/bin/ant -f build-local.xml api",27.0,43,0.6851851852
219557,d2faac8e6e0586a2ba1566717ded5ce1405bfc93,911,bat,Batchfile,tests/fsharp/core/quotesInMultipleModules/run.bat,directhex/fsharp,4fd47cb59cda6b006fce7f7c7e3b488329d8f849,['Apache-2.0'],1.0,2015-10-06T20:50:30.000Z,2015-10-06T20:50:30.000Z,tests/fsharp/core/quotesInMultipleModules/run.bat,directhex/fsharp,4fd47cb59cda6b006fce7f7c7e3b488329d8f849,['Apache-2.0'],,,,tests/fsharp/core/quotesInMultipleModules/run.bat,directhex/fsharp,4fd47cb59cda6b006fce7f7c7e3b488329d8f849,['Apache-2.0'],,,,"@if ""%_echo%""=="""" echo off
setlocal
dir build.ok > NUL ) || (
@echo 'build.ok' not found.
goto :ERROR
)