- http://www.dandwiki.com/wiki/SRD:Movement
- http://en.wikipedia.org/wiki/Epic_of_King_Gesar
- http://www.mbgnet.net/sets/desert/animals/index.htm
- https://torment.inxile-entertainment.com/
- http://www.ruinmist.com/
- http://bergary1.tripod.com/favorite.htm
- http://faculty.washington.edu/smcohen/320/timaeus.htm
- http://www.tavia.co.uk/earthsea/glossary.asp
This file contains 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
const Immutable = require('immutable'); | |
const flow = require('lodash/flow'); | |
const assert = require('assert'); | |
//============================================================================== | |
// Error message transformation | |
//============================================================================== | |
/** | |
* Recursively map over a Collection. Continue mapping until encountering a List whose items consist solely of strings. When this occurs, take the List of strings, concatenate them, and include them in the returned Collection |
This file contains 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
import Ember from 'ember'; | |
export default Ember.Component.extend({ | |
tagName: 'button', | |
classNameBindings: ['isActive:is-active'], | |
isActive: false, | |
This file contains 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
import Ember from 'ember'; | |
export default Ember.Controller.extend({ | |
selectedMenuIndex: 0, | |
menuItems: [ | |
{ text: 'A' }, | |
{ text: 'B' }, | |
{ text: 'C' }, | |
], | |
actions: { |
This file has been truncated, but you can view the full file.
This file contains 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
{ | |
"type": "FeatureCollection", | |
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, | |
"features": [ | |
{ "type": "Feature", "properties": { "ID": 153269.000000, "NAME": "Qinghai", "LOCALNAME": "é’æµ·çœ", "BOUNDARY": "administrative", "ADMIN_LEVE": "4", "CITY_KEY": null, "REGION_KEY": null, "NOTE": null, "FLAG": null, "CURRENCY": null, "ISO3166-1:": null, "WIKIDATA": null, "WIKIPEDIA": "zh:é’æµ·çœ", "OFFICIAL_N": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 89.4000778, 36.0011024 ], [ 89.4085007, 36.0322418 ], [ 89.4265289, 36.0426445 ], [ 89.4642334, 36.0290565 ], [ 89.5019684, 36.0271225 ], [ 89.6119232, 36.0776596 ], [ 89.7312469, 36.0847435 ], [ 89.851593, 36.0790787 ], [ 89.9153671, 36.0925446 ], [ 89.9460526, 36.0756226 ], [ 89.9490738, 36.1036606 ], [ 89.9373245, 36.1256065 ], [ 89.9888306, 36.1557388 ], [ 90.003891, 36.1834564 ], [ 90.0246048, 36.2492294 ], [ 90.00378 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
NewerOlder