Skip to content

Instantly share code, notes, and snippets.

@vgaltes
Created December 19, 2015 17:23
Show Gist options
  • Save vgaltes/56945b84631cccfc4c7b to your computer and use it in GitHub Desktop.
Save vgaltes/56945b84631cccfc4c7b to your computer and use it in GitHub Desktop.
Map of author's names
let mapAuthors =
Map.empty
.Add("Janusz Kali Kaliszczak", "Janusz 'Kali' Kaliszczak")
.Add("iterative-it", "David Winchurch")
.Add("charge-valtech", "Henry Charge")
.Add("SandeepYadav", "Sandeep Yadav")
.Add("sandeep-sfa", "Sandeep Yadav")
.Add("kristerbone", "Krister Bone")
.Add("Vicen├º Garc├¡a Alt├®s", "Vicenc Garcia-Altes")
.Add("vgaltes", "Vicenc Garcia-Altes")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment