User:Eriksiers/My email: Difference between revisions

From Rosetta Code
Content added Content deleted
(created)
 
(update... whee)
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
<lang befunge>v>v>v>v>v>v>v>v>v
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.)

Revision as of 12:22, 10 February 2017

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

<lang befunge>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_@ " " " " " " " " ",: >^>^>^>^>^>^>^>^>>^</lang>

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