background preloader

Frameworks

Facebook Twitter

Bone.io. Ember.js. React. D3.js - Data-Driven Documents. Colony. Colony is a neat little visualisation tool for exploring Node projects and their dependencies using d3.js.

colony

Each file is represented as a node in the graph. If one file depends on another, a link is made between the two files. Each file is coloured based on the module they belong to. By hovering over a node, you can see the file's name, the files it depends on (light), and the files that depend on it (dark). This demo is a visualisation of colony's own code and dependencies, but you can use the command-line tool to apply it to almost any NPM module or CommonJS project. Click on any file to focus on it: this displays the file's source code and hides any unrelated files on the screen. By pressing the tilde (~) key, you can toggle the size of this text box. Cal-HeatMap. What is Cal-heatmap ?

Cal-HeatMap

Is a javascript module to create a calendar heatmap. Getting started Installation The classic way Download the latest version of Cal-Heatmap in your application Include the d3.js library <script type="text/javascript" src="//d3js.org/d3.v3.min.js"></script> Or you can download it and use it locally Install Cal-HeatMap in your application by including the javascript and the css file <link rel="stylesheet" href="path/to/css/cal-heatmap.css" /><script type="text/javascript" src="path/to/cal-heatmap.min.js"></script> With Bower bower install cal-heatmap Then continue with step 3 of the classic way to include it in your application With Jam jam install cal-heatmap Via a CDN (jsDelivr)

Sencha. Knockout. AngularJS. Lo-Dash. Backbone.js. Backbone.js gives structure to web applications by providing models with key-value binding and custom events, collections with a rich API of enumerable functions, views with declarative event handling, and connects it all to your existing API over a RESTful JSON interface.

Backbone.js

The project is hosted on GitHub, and the annotated source code is available, as well as an online test suite, an example application, a list of tutorials and a long list of real-world projects that use Backbone. Backbone is available for use under the MIT software license. You can report bugs and discuss features on the GitHub issues page, on Freenode IRC in the #documentcloud channel, post questions to the Google Group, add pages to the wiki or send tweets to @documentcloud. Backbone is an open-source component of DocumentCloud. Downloads & Dependencies (Right-click, and use "Save As") Backbone's only hard dependency is Underscore.js ( >= 1.5.0). Introduction Many of the examples that follow are runnable.

Upgrading to 1.1. Underscore.js. Zepto.js.