Tuesday, 29 September 2015
Interesting Snippets from 2015-09-29
-
lorenzofox3/lrStickyHeader · GitHub
make table headers sticky
-
js-sequence-diagrams by bramp
A simple javascript library to turn text into vector UML sequence diagrams. Heavily inspired by websequencediagrams.com, who offer a serverside solution. We use Jison to parse the text, and Raphaël to draw the image.
-
flowchart.js
Draws simple SVG flow chart diagrams from textual representation of the diagram
-
slevithan/xregexp · GitHub
XRegExp provides augmented (and extensible) JavaScript regular expressions. You get new modern syntax and flags beyond what browsers support natively. XRegExp is also a regex utility belt with tools to make your client-side grepping and parsing easier, while freeing you from worrying about pesky aspects of JavaScript regexes