I hereby claim:
- I am feross on github.
- I am feross (https://keybase.io/feross) on keybase.
- I have a public key whose fingerprint is 6C0E 34E5 746D D1B0 F39B CE24 ED6E 52FF BF15 060C
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| `standard` is the 52th most depended on npm module. (counting dependencies and devDependencies) | |
| -------- | |
| SPECIFIC MODULES | |
| -------- | |
| standard 9860 | |
| snazzy 1004 | |
| eslint-config-standard 4235 |
| mocha 44731 | |
| chai 17944 | |
| grunt 17447 | |
| should 11882 | |
| grunt-contrib-jshint 11466 | |
| gulp 8619 | |
| istanbul 7374 | |
| tape 7313 | |
| sinon 6851 | |
| grunt-contrib-clean 6807 |
| var shell = require("mesh-viewer")() | |
| var mesh | |
| shell.on("viewer-init", function() { | |
| mesh = shell.createMesh(require("bunny")) | |
| }) | |
| shell.on("gl-render", function() { | |
| mesh.draw() | |
| }) |
| var VText = require('virtual-dom/vnode/vtext') |
| /** | |
| * Make a JSONP request. Server must support JSONP with callback name specified as a GET | |
| * parameter with the name `callback`. Callback function will be called when data arrives. | |
| * If request times out, callback is called with an Error object. | |
| * @param {string} uri | |
| * @param {Object} params Object of url params. Gets transformed into ?key1=value1&key2=value2 | |
| * @param {function} cb | |
| */ | |
| exports.jsonp = function (uri, params, cb) { | |
| cb = once(cb) |
| /** | |
| * Given a filename for a static resource, returns the resource's absolute | |
| * URL. Supports file paths with or without origin/protocol. | |
| */ | |
| function toAbsoluteURL (url) { | |
| // Handle absolute URLs (with protocol-relative prefix) | |
| // Example: //domain.com/file.png | |
| if (url.search(/^\/\//) != -1) { | |
| return window.location.protocol + url | |
| } |
| <!-- Respect Rollcall --> | |
| <li><a href="http://www.alistapart.com/articles/">A List Apart — for website builders</a></li> | |
| <li><a href="http://abstrusegoose.com/">Abstruse Goose — my favorite comic</a></li> | |
| <li><a href="http://al3x.net/">Alex Payne — technology rambling</a></li> | |
| <li><a href="http://dashes.com/anil/">Anil Dash — on culture, apple & design</a></li> | |
| <li><a href="http://weblogs.mozillazine.org/asa/">Asa Dotzler — on mozilla & software</a></li> | |
| <li><a href="http://www.azarask.in/blog/">Aza Raskin – on design & firefox</a></li> | |
| <li><a href="http://christophzillgens.com/en/">Christoph Zillgens — interface design</a></li> | |
| <li><a href="http://cssremix.com/">CSS Remix — gorgeous designs</a></li> | |
| <li><a href="http://css-tricks.com/">CSS Tricks</a></li> |