Skip to content

Instantly share code, notes, and snippets.

@tmcw
Created January 17, 2014 19:21
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save tmcw/8479674 to your computer and use it in GitHub Desktop.
Save tmcw/8479674 to your computer and use it in GitHub Desktop.
Gist from mistakes.io
var view = new DataView(new ArrayBuffer(4));
view.setFloat32(0, 0.5);
view.getInt32(0).toString(2);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment