User:Eriksiers/My email: Difference between revisions

From Rosetta Code
Content added Content deleted
(created)
 
m (updated lang tag)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
Run this code through a Befunge interpreter to get my 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:
Line 12: Line 12:
Start with the bottom right '''''e''''' (next to the '''v''') and work backward.
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 [[User talk:Eriksiers|here]] or [[wp:User talk:Eriksiers|Wikipedia]]. Only email me if it's '''urgent''' -- and really, how often is something here ''urgent'' for regular users like me?
If you need to contact me for whatever reason, I'd prefer my user talk page, either [[User talk:Eriksiers|here]] or [[wp:User talk:Eriksiers|Wikipedia]]. <s>Only email me if it's '''urgent''' -- and really, how often is something here ''urgent'' for regular users like me?</s> 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 [[User:Short Circuit|Mike Mol]], unless otherwise noted. If it's anything else, you can wait until the next time I log in.)

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.)