text stringlengths 0 834k |
|---|
) |
if ""%1"" == ""linkcheck"" ( |
%SPHINXBUILD% -b linkcheck %ALLSPHINXOPTS% %BUILDDIR%/linkcheck |
if errorlevel 1 exit /b 1 |
echo. |
echo.Link check complete; look for any errors in the above output ^ |
or in %BUILDDIR%/linkcheck/output.txt. |
goto end |
) |
if ""%1"" == ""doctest"" ( |
%SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest |
if errorlevel 1 exit /b 1 |
echo. |
echo.Testing of doctests in the sources finished, look at the ^ |
results in %BUILDDIR%/doctest/output.txt. |
goto end |
) |
:end |
",26.722513089,79,0.6980799373 |
82,d00a525e15e93402f8a1fafeda92d477dedccfb2,1738,bat,Batchfile,build.bat,geniiii/maturaware,43917527ef5484dfb7659ec15af8b470b791c132,['MIT'],1.0,2021-04-27T19:20:34.000Z,2021-04-27T19:20:34.000Z,build.bat,geniiii/maturaware,43917527ef5484dfb7659ec15af8b470b791c132,['MIT'],,,,build.bat,geniiii/maturaware,43917527ef5484dfb7659ec15af8b470b791c132,['MIT'],,,,"@echo off |
set application_name=maturaware |
set compiler=cl.exe |
set build_type=debug |
set arch=x86 |
if ""%build_type%""==""debug"" (set freetype_lib=freetype_debug.lib) else (set freetype_lib=freetype.lib) |
call ""%ProgramFiles(x86)%\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat"" %arch% |
set build_options= /D _CRT_SECURE_NO_WARNINGS /D _UNICODE /D UNICODE |
if ""%compiler%""==""clang-cl.exe"" (set external_flag=/imsvc) else (set external_flag=/external:I) |
set external_includes= %external_flag% ../source/ext/ %external_flag% ../source/ext/freetype/ %external_flag% ../source/ext/minhook/ %external_flag% ../source/ext/imgui/ %external_flag% ../source/ext/nanopb/ %external_flag% ""%DXSDK_DIR%Include/"" |
set common_compile_flags= /utf-8 /nologo /Zi /FC /W4 /GR- /EHsc /std:c++17 /I ../source/ %external_includes% |
if ""%build_type%""==""debug"" ( |
set compile_flags=%common_compile_flags% /MDd |
) else ( |
set compile_flags=%common_compile_flags% /MD /arch:AVX /O2 |
) |
if ""%compiler%""==""clang-cl.exe"" ( |
set compile_flags=%compile_flags% -Wno-missing-braces -Wno-unused-function -fdiagnostics-absolute-paths -fuse-ld=lld -m32 |
) else ( |
set compile_flags=%compile_flags% /experimental:external /external:W0 |
) |
set common_link_flags= /LIBPATH:""../source/ext/freetype/win32/"" /LIBPATH:""%DXSDK_DIR%Lib/x86/"" gdi32.lib user32.lib winmm.lib Shell32.lib Ole32.lib Psapi.lib d3d9.lib d3dx9.lib %freetype_lib% -opt:ref |
if ""%build_type%""==""debug"" ( |
set link_flags=%common_link_flags% /Debug:fastlink |
) else ( |
set link_flags=%common_link_flags% /Debug:none |
) |
if not exist build mkdir build |
pushd build |
start /b /wait """" %compiler% %build_options% %compile_flags% ../source/build.cpp /LD /link %link_flags% /out:%application_name%.dll |
popd",44.5641025641,245,0.7554660529 |
83,d00a985daf18bd7ebb1f80b654858845891273ca,325,bat,Batchfile,Miscellaneous Commands/autoScreenCaptureReportPatientList.bat,usbong/KMS,0ed2600e1ce52036eb60882abda310241848ffd7,['Apache-2.0'],1.0,2021-02-01T02:53:55.000Z,2021-02-01T02:53:55.000Z,Miscellaneous Commands/autoScreenCaptureReportPatientList.bat,usbong/KMS,0ed2600e1ce52036eb60882abda310241848ffd7,['Apache-2.0'],1.0,2020-01-30T06:40:30.000Z,2020-01-30T06:43:09.000Z,Miscellaneous Commands/autoScreenCaptureReportPatientList.bat,usbong/KMS,0ed2600e1ce52036eb60882abda310241848ffd7,['Apache-2.0'],,,,"set myDate=%date:~10,4%%date:~4,2%%date:~7,2% |
set myDateDay=%date:~0,3% |
echo %myDateDay% |
phantomjs saveWebPageAsImageFile.js ""viewReportPatientQueue"" |
phantomjs saveWebPageAsImageFile.js ""viewReportPatientQueueAccounting"" |
explorer ""C:\xampp\htdocs\usbong_kms\kasangkapan\phantomjs-2.1.1-windows\bin\output\""%myDate%",36.1111111111,93,0.7815384615 |
84,d00aaa89907a2c5bd5d555c355b13adfaa739b9e,1072,cmd,Batchfile,compile-ovs-centos-dpdk/build_tarball/dpdk/dpdk-2.2.0/x86_64-ivshmem-linuxapp-gcc/build/app/test/.test_atomic.o.cmd,mgkwill/docker-openvswitch-dpdk,20ff063dc14c47813accdacc70e3a6a263035b66,['Apache-2.0'],,,,compile-ovs-centos-dpdk/build_tarball/dpdk/dpdk-2.2.0/x86_64-ivshmem-linuxapp-gcc/build/app/test/.test_atomic.o.cmd,mgkwill/docker-openvswitch-dpdk,20ff063dc14c47813accdacc70e3a6a263035b66,['Apache-2.0'],,,,compile-ovs-centos-dpdk/build_tarball/dpdk/dpdk-2.2.0/x86_64-ivshmem-linuxapp-gcc/build/app/test/.test_atomic.o.cmd,mgkwill/docker-openvswitch-dpdk,20ff063dc14c47813accdacc70e3a6a263035b66,['Apache-2.0'],,,,"cmd_test_atomic.o = gcc -Wp,-MD,./.test_atomic.o.d.tmp -m64 -pthread -march=native -DRTE_MACHINE_CPUFLAG_SSE -DRTE_MACHINE_CPUFLAG_SSE2 -DRTE_MACHINE_CPUFLAG_SSE3 -DRTE_MACHINE_CPUFLAG_SSSE3 -DRTE_MACHINE_CPUFLAG_SSE4_1 -DRTE_MACHINE_CPUFLAG_SSE4_2 -DRTE_MACHINE_CPUFLAG_AES -DRTE_MACHINE_CPUFLAG_PCLMULQDQ -DRTE_MACHINE_CPUFLAG_AVX -DRTE_MACHINE_CPUFLAG_RDRAND -DRTE_COMPILE_TIME_CPUFLAGS=RTE_CPUFLAG_SSE,RTE_CPUFLAG_SSE2,RTE_CPUFLAG_SSE3,RTE_CPUFLAG_SSSE3,RTE_CPUFLAG_SSE4_1,RTE_CPUFLAG_SSE4_2,RTE_CPUFLAG_AES,RTE_CPUFLAG_PCLMULQDQ,RTE_CPUFLAG_AVX,RTE_CPUFLAG_RDRAND -I/vagrant/build_tarball/dpdk/dpdk-2.2.0/x86_64-ivshmem-linuxapp-gcc/include -include /vagrant/build_tarball/dpdk/dpdk-2.2.0/x86_64-ivshmem-linuxapp-gcc/include/rte_config.h -O3 -W -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wpointer-arith -Wcast-align -Wnested-externs -Wcast-qual -Wformat-nonliteral -Wformat-security -Wundef -Wwrite-strings -D_GNU_SOURCE -o test_atomic.o -c /vagrant/build_tarball/dpdk/dpdk-2.2.0/app/test/test_atomic.c |
",536.0,1071,0.8554104478 |
85,d00aaf1954cecc09d99e7be96e05040f5f466e78,292,cmd,Batchfile,node_modules/.bin/geoproject.cmd,krishnawork/Crm,9d740ff77a7a96e71c4e7de3790549a1f84b05cd,['MTLL'],,,,node_modules/.bin/geoproject.cmd,krishnawork/Crm,9d740ff77a7a96e71c4e7de3790549a1f84b05cd,['MTLL'],,,,node_modules/.bin/geoproject.cmd,krishnawork/Crm,9d740ff77a7a96e71c4e7de3790549a1f84b05cd,['MTLL'],,,,"@ECHO off |
SETLOCAL |
CALL :find_dp0 |
IF EXIST ""%dp0%\node.exe"" ( |
SET ""_prog=%dp0%\node.exe"" |
) ELSE ( |
SET ""_prog=node"" |
SET PATHEXT=%PATHEXT:;.JS;=;% |
) |
""%_prog%"" ""%dp0%\..\d3-geo-projection\bin\geoproject"" %* |
ENDLOCAL |
EXIT /b %errorlevel% |
:find_dp0 |
SET dp0=%~dp0 |
EXIT /b |
",16.2222222222,58,0.6095890411 |
86,d00ab7ee7fb6a988913f98d62be25fc22b8c8661,36,cmd,Batchfile,node_modules/.bin/umi-url-pnp-loader.cmd,INTMIN/antDeginProTest,438b7570c5842aece42a5349a529713295271a99,['MIT'],,,,node_modules/.bin/umi-url-pnp-loader.cmd,INTMIN/antDeginProTest,438b7570c5842aece42a5349a529713295271a99,['MIT'],34.0,2020-09-28T07:24:42.000Z,2022-02-26T14:29:57.000Z,node_modules/.bin/umi-url-pnp-loader.cmd,INTMIN/antDeginProTest,438b7570c5842aece42a5349a529713295271a99,['MIT'],,,,"@""%~dp0\..\umi-url-pnp-loader"" %* |
",18.0,35,0.5 |
87,d00ad5ccd28ad9df725e18516f4622200ff1d17b,141,cmd,Batchfile,supp_BayesTraits/BayesTraits/BayesTraits_hetRates_Script.75.cmd,benjaminmoon/ichthyosaur-macroevolution,314923fb791e988131b6134ccfbdad467bdbb84a,['MIT'],2.0,2020-11-17T00:23:27.000Z,2021-08-05T18:17:57.000Z,supp_BayesTraits/BayesTraits/BayesTraits_hetRates_Script.75.cmd,benjaminmoon/ichthyosaur-macroevolution,314923fb791e988131b6134ccfbdad467bdbb84a,['MIT'],2.0,2019-09-30T11:12:46.000Z,2019-12-18T17:52:54.000Z,supp_BayesTraits/BayesTraits/BayesTraits_hetRates_Script.75.cmd,benjaminmoon/ichthyosaur-macroevolution,314923fb791e988131b6134ccfbdad467bdbb84a,['MIT'],1.0,2021-08-05T18:17:33.000Z,2021-08-05T18:17:33.000Z,"7 |
2 |
VarRates |
iterations 220000000 |
sample 10000 |
burnin 20000000 |
stones 100 1000 |
Logfile ichthyosaur.pca.scores.pruned.txt.75.log.txt |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.