Fun with visual diff'ing!
# OSX
$ brew install perceptualdiff
$ perceptualdiff screen1.png screen2.png -verbose -output diff.ppm -colorfactor 0.0| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | |
| <html> | |
| <head> | |
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
| <title>Single-Column Responsive Email Template</title> | |
| <style> | |
| @media only screen and (min-device-width: 541px) { | |
| .content { |
Fun with visual diff'ing!
# OSX
$ brew install perceptualdiff
$ perceptualdiff screen1.png screen2.png -verbose -output diff.ppm -colorfactor 0.0Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
| root = exports ? this | |
| class root.App | |
| constructor: (repo) -> | |
| @github = new App.Github | |
| @d3 = new App.D3 | |
| @github.loadRepo(repo, (data) => | |
| data = @github.parseForD3(data) | |
| @d3.renderCirclePack(data) |
| # | |
| # Add meta data support to Model and Collection | |
| # Allows server to include additional meta data that gets automatically parsed and stashed in [model|collection].meta | |
| # | |
| # Usage: | |
| # Include this file after backbone.js | |
| # Set data_key on Model or Collection | |
| # | |
| # If data_key is not set, original parse method will be invoked. | |
| # |