I hereby claim:
- I am jimmckeeth on github.
- I am jimmckeeth (https://keybase.io/jimmckeeth) on keybase.
- I have a public key ASBt3FFVworfFAq38crbjISewR-SE7eWTQsS_sCkpMCMrwo
To claim this, I am signing this object:
uses Math; | |
function ROT47(UnRot: string): string; | |
// More information https://en.wikipedia.org/wiki/ROT13#Variants | |
begin | |
Result := UnRot; | |
for var I := 1 to Length(Result) do | |
begin | |
var o := ord(Result[i]); | |
case o of |
I hereby claim:
To claim this, I am signing this object:
// +-----------------------------------------------------------------+ | |
// | Created with Petra Plugin For Sketch from www.applyingcode.com | | |
// | by Jim McKeeth, Embarcadero Technologies | | |
// | [email protected] | | |
// +-----------------------------------------------------------------+ | |
// | Merry Christmas, Happy Holidays, and have a great 2018 | | |
// +-----------------------------------------------------------------+ | |
unit MerryChristmas; |