text
stringlengths
0
834k
api/os/os.cpp ^
api/storage/storage.cpp ^
api/debug/debug.cpp ^
api/app/app.cpp ^
api/window/window.cpp ^
/DELPP_NO_DEFAULT_LOG_FILE ^
/link platform/windows/webview2/WebView2Loader.dll.lib ""/OUT:bin\neutralino-win.exe""
if EXIST bin\neutralino-win.exe (
echo OK: Neutralino binary is compiled in to bin/netralino-win.exe
)
if NOT EXIST bin\neutralino-win.exe (
echo ERR: Neutralino binary is not compiled
)
",25.2222222222,161,0.7382001259
219232,d2c7cf1f3b599f95f992d21cc2ef6edb902feaeb,776,bat,Batchfile,docs/make.bat,gchiesa/pip_negotiator,20624f0e32a53ab44677396d16374a704c1656ef,['BSD-3-Clause'],,,,docs/make.bat,gchiesa/pip_negotiator,20624f0e32a53ab44677396d16374a704c1656ef,['BSD-3-Clause'],1.0,2021-11-15T17:48:03.000Z,2021-11-15T17:48:03.000Z,docs/ma...
pushd %~dp0
REM Command file for Sphinx documentation
if ""%SPHINXBUILD%"" == """" (
set SPHINXBUILD=python -msphinx
)
set SOURCEDIR=.
set BUILDDIR=_build
set SPHINXPROJ=pip_negotiator
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.972972973,75,0.7384020619
219233,d2c83d56ac51ae72ccdaf8ddf754e49cb0c03faa,29,bat,Batchfile,run.bat,donghyeops/MovieDataCrawler,aed3b805dd658a3b6b635c7ac86ca4d6d4c5f17e,['MIT'],,,,run.bat,donghyeops/MovieDataCrawler,aed3b805dd658a3b6b635c7ac86ca4d6d4c5f17e,['MIT'],,,,run.bat,donghyeops/MovieDataCrawler,aed3b805dd658a3b6b635c7ac86ca4d6d4c5f17e,['...
pause",14.5,23,0.8965517241
219234,d2c84e6b6bb58ca957f64f86ddf4420b7ec3621a,73,bat,Batchfile,Pll/build.bat,Malcolmnixon/MachX02Breakout,8074d677f5fb2a2f16152a0aba53036d910e6565,['MIT'],,,,Pll/build.bat,Malcolmnixon/MachX02Breakout,8074d677f5fb2a2f16152a0aba53036d910e6565,['MIT'],,,,Pll/build.bat,Malcolmnixon/MachX02Breakout,8074d677f5fb2a2f16152a...
C:\lscc\diamond\3.11_x64\bin\nt64\pnmainc build.tcl > build.log",36.5,63,0.7671232877
219235,d2c8688e273f7360861ffe5894eb0c892810e5dc,562,cmd,Batchfile,SCOMagentMaintenanceTool/Run as Administrator.cmd,olljanat/SCOMagentMaintenanceTool,3b1ac347c6fb19ce8612720cbff8de901411b209,['Apache-2.0'],,,,SCOMagentMaintenanceTool/Run as Administrator.cmd,olljanat/SCOMagentMaintenanceTool,3b1ac347c6fb19ce8612720cbff...
SET /P EnableAutoStart=""Do you want enable autostart? [y/n]: ""
SET /P DisableWindowsPowerButton=""Do you want disable Windows power button? [y/n]: ""
SET /P AlwaysShowSystray=""Do you want always show systray for all users [y/n]: ""
SET COMMAND=%~dp0Install.ps1
IF %EnableAutoStart%==y SET COMMAND=%COMMAND% -EnableAutoStart
IF %DisableWindowsPowerButton%==y SET COMMAND=%COMMAND% -DisableWindowsPowerButton
IF %AlwaysShowSystray%==y SET COMMAND=%COMMAND% -AlwaysShowSystray
C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -File %COMMAND%
PAUSE",46.8333333333,84,0.78113879
219236,d2c88206ca61c5c5087b61bcd748e97436d26146,1510,cmd,Batchfile,shell/cmds/git.cmd,workflow-actions/dotfiles-test-actions,cf27d9540298f52bba9997ea1e1e2dd598105c21,['Apache-2.0'],4.0,2021-04-26T06:42:01.000Z,2022-03-08T10:16:21.000Z,shell/cmds/git.cmd,workflow-actions/dotfiles-test-actions,cf27d9540298f52bba9997ea1e1...
_git_show_help() {
cat << EOF
Commands that contains Git Helpers
Usage: $(basename ""$0"") <options>
-h, --help Display help
-a, --aliases Display awailable aliases
-v, --versions Display versions
-d, --docs Show awailable debug documentaions
--docsopen Open debug documentaions
EOF
}
function git-help() {
while :; do
case ""${1:-}"" in
-h|--help)
_git_show_help
break
;;
-a|--aliases)
_git_aliases
break
;;
-v|--versions)
hub version
break
;;