Skip to content

Instantly share code, notes, and snippets.

@greymd
Created September 21, 2017 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save greymd/3581be4933ec1c8dc52327d435f49356 to your computer and use it in GitHub Desktop.
Save greymd/3581be4933ec1c8dc52327d435f49356 to your computer and use it in GitHub Desktop.
生 x 死 = 愛 検証
愛 11100110 10000100 10011011
$ seq 1 1023 | dec2bin | sed 's/^/0000000000/' | grep -oE '.{12}$' | awk -vFS= -vOFS= '{print 111,$1,$2,11,$3,1,$4,$5,$6,$7,1,$8,$9,1,$10,$11,11,$12,11}' | perl -nle 'print pack ("B*", $_);' | grep 生
$ seq 1 1023 | dec2bin | sed 's/^/0000000000/' | grep -oE '.{12}$' | awk -vFS= -vOFS= '{print 111,$1,$2,11,$3,1,$4,$5,$6,$7,1,$8,$9,1,$10,$11,11,$12,11}' | perl -nle 'print pack ("B*", $_);' | grep 死
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment