zjhiphop / hieroglyphy

Transform any javascript code to an equivalent sequence of ()[]{}!+ characters that runs in the browser!

Home Page:http://patriciopalladino.com/blog/2012/08/09/non-alphanumeric-javascript.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build status

Hieroglyphy

A tool and javascript library for converting strings, numbers, and scripts to equivalent sequences of ()[]{}+! characters that run in the browser.

Usage and installation

You can get it from npm to use the command line tool or using it from node.js.

Also avalable as AMD module or by exporting itself to window object in the browser. Just clone the repo or download hieroglyphy.js file.

About

Transform any javascript code to an equivalent sequence of ()[]{}!+ characters that runs in the browser!

http://patriciopalladino.com/blog/2012/08/09/non-alphanumeric-javascript.html

License:MIT License


Languages

Language:JavaScript 87.0%Language:HTML 13.0%