Download or view DeadDrop.frink in plain text format
// Solution for "The Agency: Dead Drop" geocache
// http://www.geocaching.com/seek/cache_details.aspx?guid=507656d6-5944-4489-8f6f-3f765791fd51
orig = "ADSDETIKGEPDFENEEDEIRDAPNRCSOCTITOITMOECKPFALOSKMAINIRMUATECSDAP"
hint1 = "ssetwutdsemaiildngsvicite"
hint2 = "tanvfahryeedeeabwcrmludoeaites"
hint3 = "NAAMHCORLAEITYDLXMBOENAAICCODLNTIREX"
rect[orig, sqrt[length[orig]]]
rect[hint1, sqrt[length[hint1]]]
rect[hint2, ceil[sqrt[length[hint2]]]]
rect[hint3, sqrt[length[hint3]]]
// Put the characters in a rectangle.
rect[str, len] :=
{
println["\n$len"]
for i = 0 to length[str] step len
println[substrLen[str,i,len]]
}
Download or view DeadDrop.frink in plain text format
This is a program written in the programming language Frink.
For more information, view the Frink
Documentation or see More Sample Frink Programs.
Alan Eliasen was born 20217 days, 23 hours, 37 minutes ago.