Skip to content

Instantly share code, notes, and snippets.

@elzup
Created December 31, 2017 16:22
Show Gist options
  • Save elzup/8d10ad45444672eb1888fec41b0ed250 to your computer and use it in GitHub Desktop.
Save elzup/8d10ad45444672eb1888fec41b0ed250 to your computer and use it in GitHub Desktop.
new year
const _2018 = [...Buffer.from('᝷ᔕ᝵ᕅ᝷', 'utf16le')]
.map((e, i) => {
const n = e.toString(2)
return '00000000'.substr(n.length) + n + ['', '\n'][i & 1]
})
.join('')
.replace(/0/g, ' ')
.replace(/1/g, '%')
console.log(_2018)
# %%% %%% % %%%
# % % % % % %
# %%% % % % %%%
# % % % % % %
# %%% %%% % %%%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment