Skip to content
View muhdidhamm's full-sized avatar
🥮
on moon
🥮
on moon

Block or report muhdidhamm

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. decoder.js decoder.js
    1
    function decode(hex) {
    2
        var str = '';
    3
        var shift = parseInt(hex.substr(-1));
    4
        hex = hex.substr(0, hex.length - 1);
    5
        for (var i = 0; i < hex.length; i += 2)
  2. idham idham Public