Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Awesome Video | 1,332 | a month ago | 6 | cc0-1.0 | HTML | |||||
A curated list of awesome streaming video tools, frameworks, libraries, and learning resources. | ||||||||||
Vim Practice | 528 | a year ago | 4 | other | Vim Script | |||||
💘 Vim is awesome! Here is my practice and study log. | ||||||||||
Awesome Fortran | 252 | 4 years ago | 2 | mit | ||||||
Awesome list of Fortran libs | ||||||||||
Node Keyjson | 2 | 13 years ago | Python | |||||||
a binary JSON encoding whose byte-strings have an awesome property |
It's awesome. See keyjson.org
npm install keyjson
"Software using Semantic Versioning MUST declare a public API. [...]
However it is done, it should be precise and comprehensive."
"Version 1.0.0 defines the public API"
The following plus keyjson.org should be precise and comprehensive enough:
keyjson = require('keyjson');
buffer = keyjson.stringify(['enwiki', 'Hacker News', 1729000]); x = keyjson.parse(buffer);
string = keyjson.b64encode(buffer_or_array_of_octets); buffer = keyjson.b64decode(string_or_buffer); // padding is not optional.
keyjson.stringify64(x) == keyjson.b64encode( keyjson.stringify(x)) keyjson.parse64(sb) == keyjson.parse( keyjson.b64decode(sb))
PYTHONPATH
)CLOSURE_JAR
pointing to its .jar)python make.py node test.js