text
stringlengths
0
834k
$(wildcard include/config/arm64/pa/bits.h) \
/home/zw/share/ultra96/mipitest/linux-xlnx/arch/arm64/include/asm/thread_info.h \
arch/arm64/lib/strlen.o: $(deps_arch/arm64/lib/strlen.o)
$(deps_arch/arm64/lib/strlen.o):
",74.2016806723,1770,0.7517553794
275,d029467f8648d718fdbf3070c7ed18c0473662d1,551,cmd,Batchfile,.scripts/ot-gradle.cmd,Incarnation-p-lee/ApplicationInsights-Java,c10669fb50ae885e97405d8a82d2c2d5852a1840,['MIT'],,,,.scripts/ot-gradle.cmd,Incarnation-p-lee/ApplicationInsights-Java,c10669fb50ae885e97405d8a82d2c2d5852a1840,['MIT'],,,,.scripts/ot-gradle.cmd,Incarnation-p-lee/ApplicationInsights-Java,c10669fb50ae885e97405d8a82d2c2d5852a1840,['MIT'],,,,"@echo off
setlocal
pushd %~dp0
set SCRIPT_ROOT=%CD%
popd
pushd %~dp0..
set PROJECT_ROOT=%CD%\otel
pushd %PROJECT_ROOT%
set DEFAULT_OPTIONS=--info --stacktrace --warning-mode=all
rem one branch build has been getting sporadic metaspace out of memory errors
set GRADLE_OPTS=-XX:MaxMetaspaceSize=768m
set GRADLE_CMD=gradlew.bat %DEFAULT_OPTIONS% %*
echo Running '%GRADLE_CMD%' in '%PROJECT_ROOT%'
call %GRADLE_CMD%
if errorlevel 1 (
echo Error running '%GRADLE_CMD%' in '%PROJECT_ROOT%'
exit /b 1
)
popd
popd
endlocal",22.04,79,0.722323049
276,d0298a9596d558a841f230a049ca39c33eac3cd1,1307,bat,Batchfile,MiniUpdaterWorker.bat,naveenb2004/HotspotMaker,285b3c4461b9efc18fbf1b9d3fc9350d69e53ac6,['Unlicense'],2.0,2021-11-27T08:41:53.000Z,2022-02-11T15:28:15.000Z,MiniUpdaterWorker.bat,naveenb2004/HotspotMaker,285b3c4461b9efc18fbf1b9d3fc9350d69e53ac6,['Unlicense'],,,,MiniUpdaterWorker.bat,naveenb2004/HotspotMaker,285b3c4461b9efc18fbf1b9d3fc9350d69e53ac6,['Unlicense'],1.0,2022-03-03T14:25:56.000Z,2022-03-03T14:25:56.000Z,"@Echo off
::this file will run in invisible mode
::working path
set nowpath=%~dp0
::temp path
set path=C:\ProgramData\HotspotMakerData
::fix environmet errors
set powershell=%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\powershell.exe
set rootpath=%SYSTEMROOT%\System32
set timeout=%rootpath%\timeout.exe
::import current version
set/p version=<""%nowpath%\Version.ini""
::check updates
goto NETCHECK
:NETCHECK
::network check fail counting
set count=0
set/a count=%count%+1
if %count%==4 goto NETCHECKFAIL
::network check and getting tempversion
For /f %%A in (
'%powershell% -command ""(Invoke-Webrequest -UseBasicParsing ""https://pastebin.com/raw/RmwHLAQ6"").content""'
) Do Set tempversion=%%A
if %tempversion%==okeWebRequestCommand goto NETCHECKFAIL
if not %tempversion%==okeWebRequestCommand goto NETCHECKPASS
:NETCHECKFAIL
exit
:NETCHECKPASS
::new version check (compare)
if %tempversion% LEQ %version% goto THSISILAST
if not %tempversion% LEQ %version% goto NEWAVILABLE
:THSISILAST
exit
:NEWAVILABLE
echo x=msgbox(""New version of Hotspot Maker available! Your version: v%version% New version: v%tempversion%"" ,0, ""Hotspot Maker"") >""%path%\UpdateMsg.vbs""
echo x=msgbox(""Goto Hotspot Maker details for install the new update!"" ,0, ""Hotspot Maker"") >>""%path%\UpdateMsg.vbs""
""%path%\UpdateMsg.vbs""
exit",30.3953488372,153,0.7712318286
277,d02998cf4011fa4bfe51c7d1ea4bf7cce5de5f4d,266,bat,Batchfile,create.bat,arosicki/hackathon-backend,3067eb0f8f1d94ccc1ddc9fa7db8570b50dad82a,['MIT'],1.0,2021-10-05T04:35:34.000Z,2021-10-05T04:35:34.000Z,create.bat,arosicki/hackathon-backend,3067eb0f8f1d94ccc1ddc9fa7db8570b50dad82a,['MIT'],,,,create.bat,arosicki/hackathon-backend,3067eb0f8f1d94ccc1ddc9fa7db8570b50dad82a,['MIT'],,,,"geth init ""D:\geth\genesis.json"" --datadir ""%CD%\Chain1""
geth --identity ""Sproutify"" --syncmode ""full"" --http --http.port ""8550"" --http.addr localhost --http.corsdomain ""*"" --datadir ""%CD%\Chain1"" --port ""30303"" --http.api ""personal,eth,net,web3"" --networkid ""4591"" ",133.0,209,0.6804511278
278,d029f9bd7367ade3d520053fc0f9f1c596d95b6a,158,bat,Batchfile,scripts/publishPyPi.bat,PabloLec/npdoc2md,d1619f8cc58a020427e8d4d00515f6638cb322a4,['MIT'],4.0,2021-02-18T06:48:02.000Z,2021-08-22T11:43:52.000Z,scripts/publishPyPi.bat,PabloLec/npdoc2md,d1619f8cc58a020427e8d4d00515f6638cb322a4,['MIT'],4.0,2020-05-06T03:53:44.000Z,2021-03-20T01:09:31.000Z,scripts/publishPyPi.bat,PabloLec/npdoc2md,d1619f8cc58a020427e8d4d00515f6638cb322a4,['MIT'],2.0,2021-02-18T06:48:03.000Z,2021-06-02T11:28:48.000Z,"cd ..
py -m pip install setuptools twine wheel
py -m pip install --upgrade setuptools twine wheel
py setup.py sdist bdist_wheel
twine upload dist/*
cd scripts",26.3333333333,50,0.7848101266
279,d02a372316369491679b829777adda0a6d2ce724,780,bat,Batchfile,docs/make.bat,taufiqibrahim/py-sqlserver-utils,62fc741fe5e848d60f97f52a8ea5645982d814d5,['MIT'],,,,docs/make.bat,taufiqibrahim/py-sqlserver-utils,62fc741fe5e848d60f97f52a8ea5645982d814d5,['MIT'],,,,docs/make.bat,taufiqibrahim/py-sqlserver-utils,62fc741fe5e848d60f97f52a8ea5645982d814d5,['MIT'],,,,"@ECHO OFF
pushd %~dp0
REM Command file for Sphinx documentation
if ""%SPHINXBUILD%"" == """" (
set SPHINXBUILD=python -msphinx
)
set SOURCEDIR=.
set BUILDDIR=_build
set SPHINXPROJ=py_sqlserver_utils
if ""%1"" == """" goto help
%SPHINXBUILD% >NUL 2>NUL
if errorlevel 9009 (