Quantcast
Channel: RiSE4fun samples for Bex
Browsing latest articles
Browse All 6 View Live

base64

/* function E and D maps x to the following base64-digit and viceversa 0..25 ==> 'A'..'Z' 26..51 ==> 'a'..'z' 52..61 ==> '0'..'9' 62 ==> '+' 63 ==> '/' */ function E(x)=(ite(x 0xFF...

View Article



htmlencodestrict

function H(x) = ite((0 "<"; ">" ==> ">"; "\x22"==> """; "&" ==> "&"; "\'" ==> "'"; //encode all control and non ascii chars @"[\x01-\x0F]" ==> ['&','#','X', H(#0),...

View Article

htmldecodesimple

//helpers function D1(c) = ite(('0' "&"; //"<" ==> " ">"; //""" ==> "\""; "[0-9];" ==> [D1(#2)]; "[0-9][0-9];" ==> [D2(10,#2,#3)]; else ==> [#0]; } } == js(HtmlDecode);...

View Article
Browsing latest articles
Browse All 6 View Live




Latest Images