Skip to content

Instantly share code, notes, and snippets.

@mujimu
mujimu / d3-libraries-tutorials
Last active December 29, 2016 07:25
D3.js Libraries, Lessons and Tutorials
D3 - Data Driven Documents
http://d3js.org/
low level library to display/manipulate data in HTML/CSS & SVG
API Ref: https://github.com/mbostock/d3/wiki/API-Reference
D3 Plus - D3 Extension plugin
https://github.com/alexandersimoes/d3plus
Fabric - HTML5 Canvas library
http://fabricjs.com/
@mujimu
mujimu / aurelia_selectize.txt
Last active November 21, 2017 22:43
Aurelia + selectize multiselect
# start with es2016 skeleton
jspm install jquery
jspm install selectize
@mujimu
mujimu / aurelia_select2_4.0.txt
Last active September 25, 2018 22:22
Aurelia + select2 v4.0 multiselect
# start with es2016 skeleton
jspm install jquery
jspm install select2
jspm install css # assure css handler in place for systemjs
@mujimu
mujimu / aurelia_awesomplete.txt
Created February 5, 2016 05:42
Aurelia + Awesomplete (auto-complete), doing API lookups as user types
# start with es2016 skeleton
jspm install jquery
jspm install npm:awesomplete