Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Mar 9th, 2016
221
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Python
0.18 KB
| None
|
0
0
raw
download
clone
embed
print
report
import
numpy
data
=
numpy.
fromfile
(
'binaryfile'
,
dtype
=
numpy.
uint16
)
for
bit
in
range
(
16
)
:
print
(
'Bit'
,
bit
)
for
x
in
data &
(
1
<<
bit
)
:
print
(
'1'
if
x
else
'0'
)
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
if you really want more bring up the fire
Java | 6 sec ago | 0.06 KB
Swapzone Glitch ⭐Working⭐
JavaScript | 7 sec ago | 0.32 KB
MAKE $9OO INSTANTLY D G
Java | 17 sec ago | 0.06 KB
✅ Make $1500 in 20 minutes
JavaScript | 18 sec ago | 0.32 KB
Make $1500 in 20 minutes
Java | 18 sec ago | 0.06 KB
Steal Time 1
Lua | 20 sec ago | 3.39 KB
Profit Method
JavaScript | 25 sec ago | 0.32 KB
MAKE $900 INSTANTLY
Java | 29 sec ago | 0.06 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!