decodeBuilt.frink

Download or view decodeBuilt.frink in plain text format


// Decode Matt Youell's twitter bio
s=read["https://gist.github.com/built/5462795/raw/45f726cb51d5ecafcba75c28463818b3c54791ab/gistfile1.txt"]
for i=0 to length[s]-1 step 16
   print[char[parseInt[char[parseInt[substrLen[s,i,8], 2]] + char[parseInt[substrLen[s,i+8,8],2]],16]]]


Download or view decodeBuilt.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 19966 days, 23 hours, 14 minutes ago.