Skip to content

Instantly share code, notes, and snippets.

@yinheli
Created February 8, 2015 16:32
Show Gist options
  • Save yinheli/485a44a96e91ec0a7793 to your computer and use it in GitHub Desktop.
Save yinheli/485a44a96e91ec0a7793 to your computer and use it in GitHub Desktop.
算 bitmap 小工具 python
[k+1 for k,v in enumerate(bin(int('0x003800010AC40014', 0))[2:].zfill(64)) if v == '1']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment