text
stringlengths
0
834k
if ""%OS%""==""Windows_NT"" endlocal
:omega
",30.4615384615,163,0.6979166667
219944,f330b8c063b52aab7d7575f0f715af52d25f3699,1226,bat,Batchfile,programmeertalen-project/Assignment 1.1/SortTester.bat,FlashYoshi/UGentProjects,5561ce3bb73d5bc5bf31bcda2be7e038514c7072,['MIT'],,,,programmeertalen-project/Assignment 1.1/SortTester.bat,FlashYoshi/UGentProjects,5561ce3bb73d5bc5bf31bcda2be7e038514c7072,['MIT'],,,,programmeertalen-project/Assignment 1.1/SortTester.bat,FlashYoshi/UGentProjects,5561ce3bb73d5bc5bf31bcda2be7e038514c7072,['MIT'],1.0,2019-07-18T11:23:49.000Z,2019-07-18T11:23:49.000Z,"@echo off
setlocal enabledelayedexpansion
for /l %%i in (100000, 100000, 1000000) do (
set t0=!time: =0!
EagerMergeSort.exe %%i
set t=!time: =0!
set /a h=1!t0:~0,2!-100
set /a m=1!t0:~3,2!-100
set /a s=1!t0:~6,2!-100
set /a c=1!t0:~9,2!-100
set /a starttime = !h! * 360000 + !m! * 6000 + 100 * !s! + !c!
set /a h=1!t:~0,2!-100
set /a m=1!t:~3,2!-100
set /a s=1!t:~6,2!-100
set /a c=1!t:~9,2!-100
set /a endtime = !h! * 360000 + !m! * 6000 + 100 * !s! + !c!
set /a runtime = !endtime! - !starttime!
set runtime = !s!.!c!
set /a input = %%i/1000
echo !input! !runtime!0 >> EagerSort.dat
set t0=!time: =0!
LazyMergeSort.exe %%i
set t=!time: =0!
set /a h=1!t0:~0,2!-100
set /a m=1!t0:~3,2!-100
set /a s=1!t0:~6,2!-100
set /a c=1!t0:~9,2!-100
set /a starttime = !h! * 360000 + !m! * 6000 + 100 * !s! + !c!
set /a h=1!t:~0,2!-100
set /a m=1!t:~3,2!-100
set /a s=1!t:~6,2!-100
set /a c=1!t:~9,2!-100
set /a endtime = !h! * 360000 + !m! * 6000 + 100 * !s! + !c!
set /a runtime = !endtime! - !starttime!
set runtime = !s!.!c!
set /a input = %%i/1000
echo !input! !runtime!0 >> LazySort.dat
)
",26.652173913,66,0.5032626427
219945,f330e030248f6c08593ab38f15310795e8472d44,226,bat,Batchfile,proto/ProtoBuild.bat,cyb3rdog/escapepod_python_sdk,2a4c94fde98ea4af31fe7b8174eb641034dd7194,['Apache-2.0'],2.0,2021-12-07T14:57:00.000Z,2022-02-02T02:20:12.000Z,proto/ProtoBuild.bat,cyb3rdog/escapepod_python_sdk,2a4c94fde98ea4af31fe7b8174eb641034dd7194,['Apache-2.0'],,,,proto/ProtoBuild.bat,cyb3rdog/escapepod_python_sdk,2a4c94fde98ea4af31fe7b8174eb641034dd7194,['Apache-2.0'],2.0,2021-12-07T14:57:03.000Z,2022-02-27T07:27:26.000Z,"REM pip install grpcio grpclib protobuf
protoc -I./cybervector --python_out ./cybervector cybervector_proxy.proto
protoc -I./cybervector --python_grpc_out ./cybervector cybervector_proxy.proto --plugin=grpc_python_plugin
",45.2,107,0.8185840708
219946,f3311fc5ad34901051622654a7b9f8c085c58698,21,bat,Batchfile,clear.bat,zx273983653/vulscan,787397e267c4e6469522ee0abe55b3e98f968d4a,['MIT'],582.0,2019-02-23T09:23:33.000Z,2022-03-31T04:42:08.000Z,clear.bat,M4tir/vulscan,787397e267c4e6469522ee0abe55b3e98f968d4a,['MIT'],6.0,2019-03-20T10:37:48.000Z,2020-03-10T06:20:07.000Z,clear.bat,M4tir/vulscan,787397e267c4e6469522ee0abe55b3e98f968d4a,['MIT'],183.0,2019-02-23T06:00:18.000Z,2022-03-20T02:17:57.000Z,del /F /S *.log *.pyc,21.0,21,0.5238095238
219947,f331299eb2b14fd54b48e0df7f482c1cd867832d,1763,bat,Batchfile,tools/msvs_env.bat,StreamElements/cef,76368bda605abc598fc7448978b984ec458717c9,['BSD-3-Clause'],4.0,2019-10-30T10:11:34.000Z,2021-08-24T23:04:30.000Z,tools/msvs_env.bat,StreamElements/cef,76368bda605abc598fc7448978b984ec458717c9,['BSD-3-Clause'],1.0,2020-01-19T15:54:10.000Z,2020-01-19T15:54:10.000Z,tools/msvs_env.bat,StreamElements/cef,76368bda605abc598fc7448978b984ec458717c9,['BSD-3-Clause'],1.0,2019-10-30T10:11:37.000Z,2019-10-30T10:11:37.000Z,"@echo off
:: Copyright (c) 2013 The Chromium Embedded Framework Authors. All rights
:: reserved. Use of this source code is governed by a BSD-style license
:: that can be found in the LICENSE file.
:: Set up the environment for use with MSVS tools and then execute whatever
:: was specified on the command-line.
set RC=
:: Support !! syntax for delayed variable expansion.
setlocal enabledelayedexpansion
:: Require that platform is passed as the first argument.
if ""%1"" == ""win32"" (
set bits=32
) else if ""%1"" == ""win64"" (
set bits=64
) else (
echo ERROR: Please specify a target platform: win32 or win64
set ERRORLEVEL=1
goto end
)
:: Check if vcvars is already provided via the environment.
set vcvars=""%CEF_VCVARS%""
if %vcvars% == ""none"" goto found_vcvars
if exist %vcvars% goto found_vcvars
:: Search for the default VS2017 installation path.
for %%x in (""%PROGRAMFILES(X86)%"" ""%PROGRAMFILES%"") do (
for %%y in (Professional Enterprise Community BuildTools) do (
set vcvars=""%%~x\Microsoft Visual Studio\2017\%%y\VC\Auxiliary\Build\vcvars%bits%.bat""
if exist !vcvars! goto found_vcvars
)
)
echo ERROR: Failed to find vcvars
set ERRORLEVEL=1
goto end
:found_vcvars
echo vcvars:
echo %vcvars%