http://www.cerebris.com/blog/2012/03/06/understanding-ember-object/
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
GEM | |
remote: http://rubygems.org/ | |
specs: | |
activemodel (3.0.0) | |
activesupport (= 3.0.0) | |
builder (~> 2.1.2) | |
i18n (~> 0.4.1) | |
activerecord (3.0.0) | |
activemodel (= 3.0.0) | |
activesupport (= 3.0.0) |
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
GEM | |
remote: http://rubygems.org/ | |
specs: | |
activemodel (3.0.4) | |
activesupport (= 3.0.4) | |
builder (~> 2.1.2) | |
i18n (~> 0.4) | |
activerecord (3.0.4) | |
activemodel (= 3.0.4) | |
activesupport (= 3.0.4) |
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
Encoding::UndefinedConversionError - "\xC3" from ASCII-8BIT to UTF-8: | |
/usr/local/rvm/gems/ruby-1.9.2-p136/gems/haml-3.0.25/lib/haml/engine.rb:63:in `encode' | |
/usr/local/rvm/gems/ruby-1.9.2-p136/gems/haml-3.0.25/lib/haml/engine.rb:63:in `precompiled' | |
/usr/local/rvm/gems/ruby-1.9.2-p136/gems/tilt-1.2.2/lib/tilt.rb:499:in `precompiled_template' | |
/usr/local/rvm/gems/ruby-1.9.2-p136/gems/tilt-1.2.2/lib/tilt.rb:200:in `precompiled' | |
/usr/local/rvm/gems/ruby-1.9.2-p136/gems/tilt-1.2.2/lib/tilt.rb:250:in `evaluate_source' | |
/usr/local/rvm/gems/ruby-1.9.2-p136/gems/tilt-1.2.2/lib/tilt.rb:186:in `cached_evaluate' | |
/usr/local/rvm/gems/ruby-1.9.2-p136/gems/tilt-1.2.2/lib/tilt.rb:169:in `evaluate' | |
/usr/local/rvm/gems/ruby-1.9.2-p136/gems/tilt-1.2.2/lib/tilt.rb:489:in `evaluate' | |
/usr/local/rvm/gems/ruby-1.9.2-p136/gems/tilt-1.2.2/lib/tilt.rb:118:in `render' |
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
#<Rumai::IXP::Error: file not found -- in reply to #<Rumai::IXP::Twalk:0xa2e9550 @fields=[#<Rumai::IXP::Struct::Field:0xa145564 @name=:tag, @format=2, @countee=nil, @counter=nil>, #<Rumai::IXP::Struct::Field:0xa12f8f4 @name=:fid, @format=4, @countee=nil, @counter=nil>, #<Rumai::IXP::Struct::Field:0xa12ee7c @name=:newfid, @format=4, @countee=nil, @counter=nil>, #<Rumai::IXP::Struct::Field:0xa12e710 @name=:nwname, @format=2, @countee=#<Rumai::IXP::Struct::ClassField:0xa12e008 @name=:wname, @format=String, @countee=nil, @counter=#<Rumai::IXP::Struct::Field:0xa12e710 ...>>, @counter=nil>, #<Rumai::IXP::Struct::ClassField:0xa12e008 @name=:wname, @format=String, @countee=nil, @counter=#<Rumai::IXP::Struct::Field:0xa12e710 @name=:nwname, @format=2, @countee=#<Rumai::IXP::Struct::ClassField:0xa12e008 ...>, @counter=nil>>], @values={:fid=>0, :newfid=>5, :wname=>["lbar", "2"], :tag=>5}>> | |
/usr/local/rvm/gems/ruby-1.9.3-p0/gems/rumai-4.1.3/lib/rumai/ixp/transport.rb:158:in `block in recv' | |
/usr/local/rvm/gems/ruby-1.9.3-p |
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
#!/sbin/runscript | |
# Copyright 1999-2012 Gentoo Foundation | |
# Distributed under the terms of the GNU General Public License v2 | |
# $Header: $ | |
PIDFILE=/var/run/xvfb | |
XVFB=/usr/bin/Xvfb | |
XVFBARGS=":0" | |
USER=youruser | |
start() { |
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
{"nodes":[ | |
{"name":"Agricultural 'waste'"}, | |
{"name":"Bio-conversion"}, | |
{"name":"Liquid"}, | |
{"name":"Losses"}, | |
{"name":"Solid"}, | |
{"name":"Gas"}, | |
{"name":"Biofuel imports"}, | |
{"name":"Biomass imports"}, | |
{"name":"Coal imports"}, |
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
<!DOCTYPE html> | |
<html> | |
<meta charset="utf-8"> | |
<title>Sankey Diagram</title> | |
<style> | |
@import url(http://bost.ocks.org/mike/style.css?20120521); | |
#chart { | |
height: 500px; |
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
<!DOCTYPE html> | |
<html> | |
<meta charset="utf-8"> | |
<title>Sankey Diagram</title> | |
<style> | |
@import url(http://bost.ocks.org/mike/style.css?20120521); | |
#chart { | |
height: 500px; |
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
// default ember-cli brocfile | |
var fingerprint = require('broccoli-fingerprint'); | |
//Example with default options | |
var tree = app.toTree(); | |
OlderNewer