Recent releases have been pre-built using cross-compilers and this script and are downloadable below.
If you have found these packages useful, give me a shout out on twitter: @adammw
| var http = require('http') | |
| , fs = require('fs') | |
| , PORT = process.argv[2] || 8080 | |
| , HOST = process.argv[3] || '127.0.0.1'; | |
| http.createServer(function (req, res) { | |
| if (req.url == '/events') { | |
| res.writeHead(200, { 'Content-Type' : 'text/event-stream' | |
| , 'Cache-Control' : 'no-cache' |
Recent releases have been pre-built using cross-compilers and this script and are downloadable below.
If you have found these packages useful, give me a shout out on twitter: @adammw
| { | |
| var separator = ','; | |
| } | |
| start | |
| = comma | |
| comma | |
| = & { return separator = ','; } sv:sv { return sv; } |
| ######################### | |
| # .gitignore file for Xcode4 and Xcode5 Source projects | |
| # | |
| # Apple bugs, waiting for Apple to fix/respond: | |
| # | |
| # 15564624 - what does the xccheckout file in Xcode5 do? Where's the documentation? | |
| # | |
| # Version 2.6 | |
| # For latest version, see: http://stackoverflow.com/questions/49478/git-ignore-file-for-xcode-projects | |
| # |
| license: gpl-3.0 | |
| redirect: https://beta.observablehq.com/@mbostock/d3-bar-chart |
| license: gpl-3.0 | |
| height: 2910 | |
| border: no | |
| redirect: https://observablehq.com/@d3/d3-calendar-view |
| license: gpl-3.0 | |
| redirect: https://beta.observablehq.com/@mbostock/d3-sunburst |
| border: no | |
| height: 600 | |
| license: gpl-3.0 | |
| redirect: https://beta.observablehq.com/@mbostock/d3-treemap |
| MobileSafari: | |
| Application Cache: | |
| ? | |
| WebSQL: | |
| /var/mobile/Library/WebKit/Databases/ | |
| WebStorage: | |
| /var/mobile/Library/WebKit/LocalStorage/ | |
| IndexedDB: | |
| ? |