Skip to content

Instantly share code, notes, and snippets.

@ryankurte
Last active February 21, 2025 08:21
Show Gist options
  • Save ryankurte/028bd60af384538313c8da4e07f02d97 to your computer and use it in GitHub Desktop.
Save ryankurte/028bd60af384538313c8da4e07f02d97 to your computer and use it in GitHub Desktop.
Morse Code Charts

Morse Code Tables

Helper tables for learning and interpreting morse code.

Ordered Codes

A ._
B _...
C _._.
D _..
E .
F .._.
G __.
H ....
I ..
J .___
K _._
L ._..
M __
N _.
O ___
P .__.
Q __._
R ._.
S ...
T _
U .._
V ..._
W .__
X _.._
Y _.__
Z __..

Dependency Chart

Shows the related chains of each code.
ie. E (.) -> I (..) or A (._)

      .... H
    ... S
      ..._ V
  .. I
      .._. F
    .._ U
      ..__
. E
      ._.. L
    ._. R
      ._._
  ._ A
      .__. P
    .__ W
      .___ J

      _... B
    _.. D
      _.._ X
  _. N
      _._. C
    _._ K
      _.__ Y
_ T
      __.. Z
    __. G
      __._ Q
  __ M
  	  ___.	
    ___ O
      ____	

Conjugate Chart

Shows the inverse pairs of each code (where they exist)

E (.) vs T (_)
A (._) vs N (_.)
I (..) vs M (__)
S (...) vs O (___)
U (.._) vs G (__.)
W (.__) vs D (_..)
R (._.) vs K (_._)
H (....) - no pair
V (..._) - no pair
F (.._.) vs Q (__._)
no pair - Z (__..)
L (._..) vs Y (_.__)
no pair - C (_._.)
P (.__.) vs X (_.._)
J (.___) vs B (_...)

@Othmanox7
Copy link

I got here https://hypestkey.com/product/microsoft-office-ltsc-professional-plus-2024/

That working for me, key activated without any problem

They partner microsoft, and provide all certification for my key

@slamdon
Copy link

slamdon commented Feb 17, 2025

We made a morse code translator for this, you can try it :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment