"
-/\_|"•ÿ%Ò´Åçδ’Üå·Äm…½µƵδø5)ǝ®∊∊Ý®þCĀ₆áÝoþ²ši¤Æ%ßû¤%¦Ï≠θĀ5¾₃ʒŸQ>Šn°η8±8d¸6':…é’b…÷‡ö©«&‡huѦ%λÁZÊJÌ₅ú∞°»ó₄ι«ÓW´×ƒ×ùqiò2D1āwθóÆ˲’
Tι#и∊²ý‚KʒFæΩZºÿÏ";ηiʒæøвøïž‚è°ć½∊•7вèJ2äIè
Try it online.
Explanation:
•ÿ%Ò´Åçδ’Üå·Äm…½µƵδø5)ǝ®∊∊Ý®þCĀ₆áÝoþ²ši¤Æ%ßû¤%¦Ï≠θĀ5¾₃ʒŸQ>Šn°η8±8d¸6':…é’b…÷‡ö©«&‡huѦ%λÁZÊJÌ₅ú∞°»ó₄ι«ÓW´×ƒ×ùqiò2D1āwθóÆ˲’
Tι#и∊²ý‚KʒFæΩZºÿÏ";ηiʒæøвøïž‚è°ć½∊•
is the compressed number:
669530978249988431396781816197276307266403407188962925862194299697873953319419752813246251351417090709766331736351616127424760949905163941809417778114834562736028512279028673309866195447599979612590918985644583407413903825059942009898007791080822453262749380245316127735585410697701790387188175543639634091138422651942833048832372950797322005040161476426127678479662921265139425
Try it online.
7в
converts it to Base-7 as list, so we get the list of digits:
[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,5,5,1,1,1,1,5,5,1,1,1,5,5,1,1,1,1,1,1,1,1,1,1,1,1,1,5,5,1,1,5,5,5,0,1,1,3,4,1,1,3,4,1,1,1,1,6,1,1,6,4,1,1,6,1,1,6,1,1,1,1,1,3,1,1,1,1,6,1,1,6,1,1,1,1,1,3,4,1,1,1,1,6,1,1,1,1,1,6,0,1,3,1,1,4,3,1,1,4,1,1,1,6,1,1,6,1,4,1,6,1,1,6,2,2,1,1,6,1,1,1,1,1,6,2,2,4,1,1,1,1,3,5,5,4,1,1,1,6,2,2,1,1,1,6,0,3,1,1,1,1,1,1,1,1,4,1,1,6,1,1,6,1,1,4,6,1,1,6,5,5,1,1,1,4,5,5,1,1,6,1,1,1,4,1,1,3,1,1,1,1,4,1,1,6,1,1,1,1,1,6,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,5,5,1,1,1,1,5,5,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,4,1,1,1,1,1,1,1,1,3,1,1,6,1,1,6,1,1,3,6,1,1,6,1,1,1,1,1,3,1,1,1,1,6,1,1,1,3,1,1,4,1,5,5,1,3,1,1,6,1,1,1,1,1,6,0,1,4,1,1,3,4,1,1,3,1,1,1,6,1,1,6,1,3,1,6,1,1,6,2,2,1,1,6,1,1,1,1,1,6,2,2,3,1,1,1,1,4,1,1,3,1,1,1,6,2,2,1,1,1,6,0,1,1,4,3,1,1,4,3,1,1,1,1,6,1,1,6,3,1,1,6,1,1,6,5,5,1,1,1,4,5,5,1,1,6,5,5,6,1,1,1,1,1,4,3,1,1,1,1,6,5,5,1,1,5,6,5]
Try it online.
è
indexes each digit in the string "\n-/\_|"
, and J
then joins the entire list together, which gives us the following:
__ __ __ __ ___
/\ /\ | |\ | | / | | /\ | |
/ \/ \ | | \ | |-- | |--\ /__\ |-- |
/ \ | | \| |__ \__ | \ / \ | | __ __
\ / | | /| | / | / \ __ / | |
\ /\ / | | / | |-- | |--/ \ / |-- |
\/ \/ | |/ | |__ \__ |__| \/ |__ _|_
Try it online.
2ä
splits the string into two parts.
Iè
take the input, and indexes it (with automatic wrap-around) to get one of the two parts, which is then being output implicitly.
Huge thanks to @MagicOctopusUrn's ASCII compressor which was used to generate the compressed number and Base-7 transliteral. Try it online. (After which the transliterate has been golfed by reversing the string and number on the stack, using в
instead of B
to make it a list of digits, and index into the string with è
.
54I'd name-drop Calvin too if I was a new user looking for rep ;) – Geobits – 2015-07-27T18:01:22.913
13@Geobits It's me. – Calvin's Hobbies – 2015-07-27T18:02:32.427
52@Geobits No, its me. I knew no-one would upvote if I revealed its actually me. – Optimizer – 2015-07-27T18:03:09.840
1Shouldn't the "M" in "Minecraft" have vertical legs? – mbomb007 – 2015-07-27T18:22:27.487
3@mbomb007 I prefer it this way. – Old Chat Relay – 2015-07-27T18:25:59.070
1Okay, it's just that the Minecraft logo has a vertically-legged 'M'. – mbomb007 – 2015-07-27T21:44:34.007
19Why does it matter who created it? Shouldnt the rep be based on the content of the post? – marsh – 2015-07-28T17:55:15.497
19@marsh In theory, yes. In reality, people are flawed. It'd be an interesting experiment to run, having a high-rep user create a new account to post a few challenges to gauge the difference in reception. – Geobits – 2015-07-28T19:10:38.127
@Geobits but then the name-dropping would already pollute the sample. Need more params to run the experiment. – Mindwin – 2015-07-28T22:01:58.270
1@Mindwin Oh, sure this one's polluted. My name-dropping comment was explicitly calling out that likely effect in a (IMO) humorous way. – Geobits – 2015-07-28T22:13:11.953
xD I had what I thought was working in only like 100 something bytes, but I forgot to reverse the /s and the \s and the _s so i failed... – Oliver Ni – 2015-07-29T01:13:13.613
In both output cases there may optionally be any number of trailing spaces up to the right edge of the "T" on each line, and/or a single trailing newline. Does this mean the trailing newline on the last line is optional? – samgak – 2015-07-29T02:08:31.787
@samgak Correct. – Old Chat Relay – 2015-07-29T04:31:51.990
@Geobits a la Richard Bachman
– Kik – 2015-07-29T14:29:31.733@cairdcoinheringaahing I can understand good humor. So if I don't laugh, now you know why. – Geobits – 2017-06-08T17:16:44.597