Skip to content

Latest commit

 

History

History
51 lines (43 loc) · 1.36 KB

README.md

File metadata and controls

51 lines (43 loc) · 1.36 KB

Overview

Items not specificaly aligned to any of the other repos, or potentially linked with more than one other repo.

Content

Perl

Name Description
tli2ipandport Convert a TLI string into an IP address and Port number

PowerShell

Name Description
ReadAloudArseblogLive Load the Arseblog live match coverage, and read it out.

Other

Mermaid Graph Sample

graph LR;
  F[Feature\nRequest] --> C["Feature Commit(s)\n(feature branch)"]
  C  --> PR["Pull Request\n(to main branch)"];
  PR --> ABT[Code Analysis\nPR Build\nUnit Test]
  ABT  --> M[Merge]
  PR -- Approval --> M
  M  --> B[Build]
  B  --> P[Package]
  P  --> UAT[Deploy\nUAT]
  UAT -- Mark Tested --> P
  P  -- Tested --> Rel[Deploy\nProd]
  Rel --> Mon[Operate &\nMonitor]
  Mon --> F
Loading

Mermaid Sequence Diagram Sample

sequenceDiagram
  participant Client
  participant Server
  Client ->> Server: Client Hello
  Server ->> Client: Server response, cipher, TLS version, Public key
  Client ->> Server: Client verifies, sends key encrypted with public key
  Server --> Client: Server decrypts sent key with private key
  Server ->> Client: Both can talk using shared secret
  Client ->> Server: 
Loading

For more information see: