Saturday, 19 November 2016
Interesting Snippets from 2016-11-19
-
JS Ipsum - The JavaScript Lorem Ipsum Generator
Generate your own JS gibberish
-
Why We Chose Vue.js | GitLab
Primarily what drew us to Vue.js is that it allows our team to easily write simple JavaScript. Getting started with Vue.js is extremely easy. Its source code is very readable, and the documentation is the only tutorial you'll ever need. You don't need external libraries. You can use it with or without jQuery. You won't need to install any plugins, though many are available.
-
GitHub - krisk/Fuse: Lightweight fuzzy-search, in JavaScript
Lightweight fuzzy-search, in JavaScript, with zero dependencies
-
GitHub - jorangreef/reed-solomon: Reed-Solomon erasure coding in pure Javascript with an optional C++ binding for multi-core throughput.
A port of the JavaReedSolomon library released by Backblaze. For an introduction to erasure coding, see the post by Brian Beach on the Backblaze blog. Special thanks to Backblaze.
-
GitHub - FGRibreau/gron: gron - Make JSON greppable!
gron transforms JSON into discrete assignments to make it easier to grep for what you want and see the absolute 'path' to it. It eases the exploration of APIs that return large blobs of JSON but have terrible documentation.