Skip to content

Instantly share code, notes, and snippets.

@aafaque33
Created December 18, 2018 17:35
Show Gist options
  • Save aafaque33/7b4a68203fd64cd0e1de2a5c9e1054dc to your computer and use it in GitHub Desktop.
Save aafaque33/7b4a68203fd64cd0e1de2a5c9e1054dc to your computer and use it in GitHub Desktop.
JS Bin // source https://jsbin.com/vayiray
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<script id="jsbin-javascript">
function dc(ml,mi){
var ot="";for(var j=0;j<mi.length;j++)ot+=String.fromCharCode(ml[mi.charCodeAt(j)-47]);document.write(ot);
}
function dl1(ml,mi){
var ot="https://download.lfd.uci.edu/pythonlibs/";
for(var j=0;j<mi.length;j++)
ot+=String.fromCharCode(ml[mi.charCodeAt(j)-47]);
console.log(ot)
}
function dl(ml,mi){
mi=mi.replace('&lt;','<');
mi=mi.replace('&#62;','>');
mi=mi.replace('&#38;','&');
setTimeout(function(l){
dl1(ml,mi)
},500, 1);
}
test = dl([101,54,104,109,119,52,47,110,121,99,95,50,49,51,112,100,107,105,117,45,108,43,114,53,111,46,97,103],
"EFA1J:CG56A2=7B;H;FH4D2?CB8=<0B8=<02B3@69I2>04H31C");
</script>
<script id="jsbin-source-javascript" type="text/javascript">function dc(ml,mi){
var ot="";for(var j=0;j<mi.length;j++)ot+=String.fromCharCode(ml[mi.charCodeAt(j)-47]);document.write(ot);
}
function dl1(ml,mi){
var ot="https://download.lfd.uci.edu/pythonlibs/";
for(var j=0;j<mi.length;j++)
ot+=String.fromCharCode(ml[mi.charCodeAt(j)-47]);
console.log(ot)
}
function dl(ml,mi){
mi=mi.replace('&lt;','<');
mi=mi.replace('&#62;','>');
mi=mi.replace('&#38;','&');
setTimeout(function(l){
dl1(ml,mi)
},500, 1);
}
test = dl([101,54,104,109,119,52,47,110,121,99,95,50,49,51,112,100,107,105,117,45,108,43,114,53,111,46,97,103],
"EFA1J:CG56A2=7B;H;FH4D2?CB8=<0B8=<02B3@69I2>04H31C");</script></body>
</html>
function dc(ml,mi){
var ot="";for(var j=0;j<mi.length;j++)ot+=String.fromCharCode(ml[mi.charCodeAt(j)-47]);document.write(ot);
}
function dl1(ml,mi){
var ot="https://download.lfd.uci.edu/pythonlibs/";
for(var j=0;j<mi.length;j++)
ot+=String.fromCharCode(ml[mi.charCodeAt(j)-47]);
console.log(ot)
}
function dl(ml,mi){
mi=mi.replace('&lt;','<');
mi=mi.replace('&#62;','>');
mi=mi.replace('&#38;','&');
setTimeout(function(l){
dl1(ml,mi)
},500, 1);
}
test = dl([101,54,104,109,119,52,47,110,121,99,95,50,49,51,112,100,107,105,117,45,108,43,114,53,111,46,97,103],
"EFA1J:CG56A2=7B;H;FH4D2?CB8=<0B8=<02B3@69I2>04H31C");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment