- see https://gist.github.com/machty/5723945 for the latest API (unlikely to change from now on)
- latest Ember build: https://machty.s3.amazonaws.com/ember/ember-async-routing-10.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
node_modules |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Ember.Handlebars.registerBoundHelper('date', function(date, specifier) { | |
if (arguments.length === 2) specifier = '%Y-%m-%d'; | |
return Object.prototype.toString.call(date) === '[object Date]' ? d3.time.format(specifier)(date) : specifier; | |
}); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
trecho | subsegmento | cidade | km_ini | km_final | pista | nivel | |
---|---|---|---|---|---|---|---|
1 | 1 | Juatuba | 57.55 | 58.30 | Duplicada | A | |
1 | 2 | Juatuba | 58.30 | 59.57 | Duplicada | A | |
1 | 3 | Juatuba | 59.57 | 60.59 | Duplicada | A | |
1 | 4 | Juatuba | 60.59 | 61.37 | Duplicada | A | |
1 | 5 | Mateus Leme | 61.37 | 63.79 | Duplicada | A | |
1 | 6 | Mateus Leme | 63.79 | 66.79 | Duplicada | A | |
1 | 7 | Mateus Leme | 66.79 | 67.52 | Simples | E | |
1 | 8 | Mateus Leme | 67.52 | 68.30 | Simples | E | |
1 | 9 | Mateus Leme | 68.30 | 69.41 | Simples | E |
Edit the HTML.tmLanguage file, replacing:
<string>(?:^\s+)?(<)((?i:script))\b(?![^>]*/>)</string>
with:
(?:^\s+)?(<)((?i:script))\b(?!([^>]*text/x-handlebars[^>]*|[^>]*/>))
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html > | |
<head> | |
<script type="text/javascript" src="http://mbostock.github.com/d3/d3.js"></script> | |
</head> | |
<body> | |
<div class="example_div"></div> | |
<script type="text/javascript"> | |
var tooltip = d3.select("body") | |
.append("div") |
___an infinite space
45 ways to visualize two numbers http://blog.visual.ly/45-ways-to-communicate-two-quantities/
___navigating the infinite space
knights movement:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var get = Ember.get; | |
/** | |
@extends Ember.Mixin | |
Implements common pagination management properties for controllers. | |
*/ | |
Ember.PaginationSupport = Ember.Mixin.create({ | |
/** | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="pt_BR"> | |
<head> | |
<meta charset="utf-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | |
<title></title> | |
<meta name="description" content=""> | |
<meta name="viewport" content="width=device-width"> | |
<meta name="author" content="Fabrício Tavares"> |
NewerOlder