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 19972 days, 0 hours, 36 minutes ago.