User:Eriksiers/My email: Difference between revisions

From Rosetta Code
Content added Content deleted
(update... whee)
m (updated lang tag)
 
Line 1: Line 1:
Run this code through a Befunge interpreter to get my (''old'') email address.
Run this code through a Befunge interpreter to get my '''old''' email address.


<lang befunge>v>v>v>v>v>v>v>v>v
<syntaxhighlight lang="befunge>v>v>v>v>v>v>v>v>v
0" " " " " " " "
0" " " " " " " "
"e"."m"@"r"i"k"r"
"e"."m"@"r"i"k"r"
t"n"i"b"s"e"s"i"ev_@
t"n"i"b"s"e"s"i"ev_@
" " " " " " " " ",:
" " " " " " " " ",:
>^>^>^>^>^>^>^>^>>^</lang>
>^>^>^>^>^>^>^>^>>^</syntaxhighlight>


The address should be fairly simple for ''humans''; not so much so for ''spiders'' and the like. The trick is to read it like this:
The address should be fairly simple for ''humans''; not so much so for ''spiders'' and the like. The trick is to read it like this:

Latest revision as of 04:59, 1 September 2022

Run this code through a Befunge interpreter to get my old email address.

v>v>v>v>v>v>v>v>v
0" " " " " " " "
"e"."m"@"r"i"k"r"
t"n"i"b"s"e"s"i"ev_@
" " " " " " " " ",:
>^>^>^>^>^>^>^>^>>^

The address should be fairly simple for humans; not so much so for spiders and the like. The trick is to read it like this:

/\/\/\/\/\/\/\/\

Start with the bottom right e (next to the v) and work backward.

If you need to contact me for whatever reason, I'd prefer my user talk page, either here or Wikipedia. Only email me if it's urgent -- and really, how often is something here urgent for regular users like me? Don't email me. There is literally nothing on this site that would ever require urgent attention from me. (If you have a copyright question, assume it's FDL, copyright assigned to Mike Mol, unless otherwise noted. If it's anything else, you can wait until the next time I log in.)