text stringlengths 0 834k |
|---|
@ ECHO. |
@ PAUSE |
@ CLS |
%BinPath%\BinaryFormatter.exe -hELp |
@ ECHO. |
@ PAUSE |
@ CLS |
%BinPath%\BinaryFormatter.exe /HelP |
@ ECHO. |
@ PAUSE |
",9.5945945946,81,0.6704225352 |
219370,d2df6821a0071b304054b531844caa2596759543,585,cmd,Batchfile,build/scripts/LoadNuGetInfo.cmd,AArnott/roslyn,1fa93a6a9718859c76c5374b452dd23767c9a82f,['Apache-2.0'],1.0,2020-03-14T21:50:33.000Z,2020-03-14T21:50:33.000Z,build/scripts/LoadNuGetInfo.cmd,AArnott/roslyn,1fa93a6a9718859c76c5374b452dd23767c9a82f,['Apache-2.0'],,,,build/scripts/LoadNuGetInfo.cmd,AArnott/roslyn,1fa93a6a9718859c76c5374b452dd23767c9a82f,['Apache-2.0'],1.0,2020-07-09T09:42:18.000Z,2020-07-09T09:42:18.000Z,"@echo off |
REM This is a script that will set environment information about where to find |
REM NuGet.exe, it's version and ensure that it's present on the enlistment. |
set NuGetExeVersion=3.6.0-beta1 |
set NuGetExeFolder=%~dp0..\.. |
set NuGetExe=%NuGetExeFolder%\NuGet.exe |
set NuGetAdditionalCommandLineArgs=-verbosity quiet -configfile ""%NuGetExeFolder%\nuget.config"" -Project2ProjectTimeOut 1200 |
REM Download NuGet.exe if we haven't already |
powershell -noprofile -executionPolicy Bypass -file ""%~dp0download-nuget.ps1"" ""%NuGetExeVersion%"" ""%NuGetExeFolder%"" ""%NuGetExeFolder%\Binaries"" |
",45.0,144,0.8 |
219371,d2df7dd0f6cc41da70b3ab398fc4234aae5c4b23,190,cmd,Batchfile,scripts/workflows/jobs/steps/sdk/build-swift-stdlib.cmd,readdle/swift-windows-gha,ad73162da07e81ff70371cb9099bf4a84135f416,['MIT'],16.0,2020-09-24T01:56:26.000Z,2021-09-28T00:18:15.000Z,scripts/workflows/jobs/steps/sdk/build-swift-stdlib.cmd,readdle/swift-windows-gha,ad73162da07e81ff70371cb9099bf4a84135f416,['MIT'],11.0,2020-10-14T13:11:44.000Z,2021-10-04T07:51:28.000Z,scripts/workflows/jobs/steps/sdk/build-swift-stdlib.cmd,lxbndr/swift-windows-gha,993ae780fb0ed78f20c39df5cebc08e0ac3669f2,['MIT'],3.0,2020-10-22T10:26:34.000Z,2020-11-20T15:59:44.000Z,"setlocal enabledelayedexpansion |
%SW_PRE_STEP% --scope=""sdk"" --name=""Build StdLib"" --flag=SW_SKIP_SDK_STDLIB |
if errorlevel 1 exit /b 0 |
cmake --build %SW_STDLIB_BUILD_DIR% |
endlocal |
",21.1111111111,76,0.7473684211 |
219372,d2e005defe03ea97b90ea77dc846b8b03c304e71,600,cmd,Batchfile,train_coco/other/train_fcn16_init.cmd,kbardool/mrcnn3,f4cbb1e34de97ab08558b56fb7362647436edbd7,['MIT'],2.0,2019-07-22T11:23:09.000Z,2019-07-22T11:23:10.000Z,train_coco/other/train_fcn16_init.cmd,kbardool/Contextual-Inference-V2,f4cbb1e34de97ab08558b56fb7362647436edbd7,['MIT'],,,,train_coco/other/train_fcn16_init.cmd,kbardool/Contextual-Inference-V2,f4cbb1e34de97ab08558b56fb7362647436edbd7,['MIT'],1.0,2019-02-01T06:52:18.000Z,2019-02-01T06:52:18.000Z,"source activate TFG |
python ../mrcnn/train_coco_fcn.py \ |
--epochs 20 \ |
--steps_in_epoch 64 \ |
--last_epoch 0 \ |
--batch_size 1 \ |
--lr 0.0001 \ |
--val_steps 16 \ |
--fcn_arch fcn16 \ |
--fcn_layers all \ |
--mrcnn_logs_dir train_mrcnn_coco \ |
--fcn_logs_dir train_fcn16_coco_adagrad \ |
--mrcnn_model last \ |
--fcn_model init \ |
--opt adagrad \ |
--sysout file \ |
--new_log_folder |
source deactivate |
",31.5789473684,49,0.4633333333 |
219373,d2e0070f44ad7f182b38fd9c3346376459747143,318,bat,Batchfile,Student.Achieve.Api/Student.Achieve.Publish.bat,sucrose0413/Student.Achieve.Manager,8e849c5a03f15ef0bce22be79b045de8f8695447,['Apache-2.0'],291.0,2020-06-22T11:59:36.000Z,2022-03-31T06:06:08.000Z,Student.Achieve.Api/Student.Achieve.Publish.bat,sucrose0413/Student.Achieve.Manager,8e849c5a03f15ef0bce22be79b045de8f8695447,['Apache-2.0'],9.0,2020-07-02T02:55:37.000Z,2022-02-12T15:40:12.000Z,Student.Achieve.Api/Student.Achieve.Publish.bat,sucrose0413/Student.Achieve.Manager,8e849c5a03f15ef0bce22be79b045de8f8695447,['Apache-2.0'],63.0,2020-06-23T10:00:33.000Z,2022-03-09T06:20:47.000Z,"color B |
del .PublishFiles\*.* /s /q |
dotnet restore |
dotnet build |
cd Student.Achieve |
dotnet publish -o ..\Student.Achieve\bin\Debug\netcoreapp2.2\ |
md ..\.PublishFiles |
xcopy ..\Student.Achieve\bin\Debug\netcoreapp2.2\*.* ..\.PublishFiles\ /s /e |
echo ""Successfully!!!! ^ please see the file .PublishFiles"" |
cmd",16.7368421053,77,0.7075471698 |
219374,d2e028381f7cfbeb5602f1dc2cf0e979ce804ad1,129,bat,Batchfile,FillPrecipDataGap/c2dssvue.bat,HydrologicEngineeringCenter/DssVue-Example-Plugins,44a3de593894430720f2fd62ef08b311aeb22d3c,['MIT'],,,,FillPrecipDataGap/c2dssvue.bat,HydrologicEngineeringCenter/DssVue-Example-Plugins,44a3de593894430720f2fd62ef08b311aeb22d3c,['MIT'],,,,FillPrecipDataGap/c2dssvue.bat,HydrologicEngineeringCenter/DssVue-Example-Plugins,44a3de593894430720f2fd62ef08b311aeb22d3c,['MIT'],1.0,2020-09-10T09:47:13.000Z,2020-09-10T09:47:13.000Z,"cd %~dp0 |
copy build\libs\PythonLauncherPlugin-1.0.jar C:\Programs\HEC-DSSVue-v3.0.1.125\jar\ext\PythonLauncherPlugin.jar |
pause",43.0,113,0.7906976744 |
219375,d2e02fb6665bfc00e863ce2ce4ba3b7447f9c0e2,987,bat,Batchfile,venv/Scripts/activate.bat,chrisiregbu/project-ml-microservice-kubernetes,8fd38e123bc85eceac72017b27014bca57a6e622,['MIT'],,,,venv/Scripts/activate.bat,chrisiregbu/project-ml-microservice-kubernetes,8fd38e123bc85eceac72017b27014bca57a6e622,['MIT'],,,,venv/Scripts/activate.bat,chrisiregbu/project-ml-microservice-kubernetes,8fd38e123bc85eceac72017b27014bca57a6e622,['MIT'],1.0,2021-12-17T05:26:19.000Z,2021-12-17T05:26:19.000Z,"@echo off |
rem This file is UTF-8 encoded, so we need to update the current code page while executing it |
for /f ""tokens=2 delims=:."" %%a in ('""%SystemRoot%\System32\chcp.com""') do ( |
set _OLD_CODEPAGE=%%a |
) |
if defined _OLD_CODEPAGE ( |
""%SystemRoot%\System32\chcp.com"" 65001 > nul |
) |
set VIRTUAL_ENV=D:\git\dev\bitphasetwo\project-4\submission\project-ml-microservice-kubernetes\venv |
if not defined PROMPT set PROMPT=$P$G |
if defined _OLD_VIRTUAL_PROMPT set PROMPT=%_OLD_VIRTUAL_PROMPT% |
if defined _OLD_VIRTUAL_PYTHONHOME set PYTHONHOME=%_OLD_VIRTUAL_PYTHONHOME% |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.