Skip to content
/ General Public

Various items linked to none, or more than one, of the other Repos

Notifications You must be signed in to change notification settings

MarkE0/General

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

Various items linked to none, or more than one, of the other Repos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published