I hereby claim:
- I am tmuniversal on github.
- I am tmuniversal (https://keybase.io/tmuniversal) on keybase.
- I have a public key ASBS9KLp6PXeMEDF8Jzn1EWleQQZoLlrz1h3dpae0oAl9wo
To claim this, I am signing this object:
| [ | |
| { "type": "PLAYING", "name": "Minecraft" }, | |
| { "type": "WATCHING", "name": "Streams" }, | |
| { "type": "LISTENING", "name": "GPT Mix" }, | |
| { "type": "PLAYING", "name": "GPT Mix" } | |
| ] |
| const alphabet = "abcdefghijklmnopqrstuvwxyz" | |
| function caesar(input: string, offset: number): string { | |
| const result: string[] = [] | |
| for (const character of input) { | |
| // Calculate caesar offset | |
| let offsetIndex: number = alphabet.indexOf(character) + offset | |
| // Move indices that are out of bounds back in |
I hereby claim:
To claim this, I am signing this object:
| [ | |
| "'Ich hab den ganzen Scheiß nie gesagt' - Konfuzius", | |
| "'Manage your Mana' - SPIEGEL Bestseller", | |
| "Als würde Magie wehtun.", | |
| "Did you know:", | |
| "Ha! This guy's toast.", | |
| "Haben Pinguine Knie?", | |
| "Have you ever heard the tragedy of Darth Plagueis?", | |
| "How do I land?", | |
| "Ist Müsli Suppe?", |
| [ | |
| { "type": "PLAYING", "name": "with {users} users" }, | |
| { "type": "LISTENING", "name": "{users} users" }, | |
| { "type": "WATCHING", "name": "over {users} users" }, | |
| { "type": "PLAYING", "name": "in {guilds} servers" }, | |
| { "type": "WATCHING", "name": "{website}" }, | |
| { "type": "PLAYING", "name": "{prefix}help for help" }, | |
| { "type": "WATCHING", "name": "{guilds} servers" }, | |
| { "type": "PLAYING", "name": "with your emojis." }, | |
| { "type": "PLAYING", "name": "Version {version}" }, |