Wednesday, 07 September 2016
Interesting Snippets from 2016-09-07
-
GitHub - sourcelair/xterm.js: Full xterm terminal, in your browser
Xterm.js is a terminal front-end component written in JavaScript that works in the browser. It enables applications to provide fully featured terminals to their users and create great development experiences.
-
Top10 Time Series Databases
Time series data has certain qualities to it. It's usually write once and requires a balance of high read and write performance. There are also a bunch of common analytics functions people want to run. Could you do it all in MySQL or Postgres? Possibly, but you'd have to write a lot of code to add the functionality many of these databases already provide.
-
Blog - Quill
Quill is designed as an easy to use editor, to support content creation across the web. It is built on top of consistent and predictable constructs, exposed through a powerful API. With coverage across both ends of the complexity spectrum, Quill aims to be the defacto rich text editor for the web.