We can't make this file beautiful and searchable because it's too large.
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
United States 3|Aggressive Allocation|Morningstar Index Series|Morningstar 529 Agg 2022 | |
United States 3|Aggressive Allocation|Standard and Poors|S&P Target Date Through 2025 | |
United States 3|Aggressive Allocation|Standard and Poors|S&P Target Date Through 2035 | |
United States 2|Aggressive Allocation|Standard and Poors|S&P Target Date To 2040 | |
United States 2|Aggressive Allocation|Morningstar Index Series|Morningstar 529 Mod 2031 | |
United States 2|Aggressive Allocation|Morningstar Index Series|Morningstar 529 Mod 2028 | |
United States 2|Aggressive Allocation|Standard and Poors|S&P Target Date To 2050 | |
United States 2|Aggressive Allocation|Morningstar Index Series|Morningstar 529 Moderate 2034 | |
United States 2|Aggressive Allocation|Standard and Poors|S&P Target Date Through 2030 | |
United States 2|Aggressive Allocation|Standard and Poors|S&P Target Date To 2045 |
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
F2.Events.emit('Container.symbolChange',{ | |
symbol: 'AMZN' | |
}); |
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
<script src="//cdnjs.cloudflare.com/ajax/libs/F2/1.3.3/f2.min.js"></script> | |
<script> | |
(function(){ | |
F2.init(); | |
F2.registerApps({ | |
appId: 'com_openf2_examples_javascript_helloworld', | |
manifestUrl: 'http://docs.openf2.org/demos/apps/JavaScript/HelloWorld/manifest.js' | |
}); | |
})(); | |
</script> |
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
{ | |
"inlineScripts": [], | |
"scripts": [], | |
"styles": [], | |
"apps": [ | |
{ | |
"data": { | |
"text": " NFLX reported 4 quarter 2013 earnings of 0.79 beating the consensus estimate of the 33 analysts covering the company by 20.61%. This positive surprise is particularly noteworthy because the guidance for the quarter had risen 40.43% in the year leading up to the announcement, and yet the company was still able to better the number. Because NFLX is in the Internet & Catalog Retail industry and has positive earnings, the PEG, PE, and Price to Book ratios are the most appropriate valuation measures. The Price to Sales ratio is less instructive than the PEG or PE since the company has positive earnings. Therefore NFLX seems highly valued with the highest PEG value in the Internet & Catalog Retail industry of 16.67x, which is supported by a PE of 375.07x that is also the highest in the industry. NFLX, like most of its peers, does not pay a dividend. However, the average yield on |
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
<section class="f2-app" style="position: static;"> | |
<header class="clearfix"> | |
<h2 class="pull-left f2-app-title"> | |
{{APP NAME from appConfig.name}} | |
</h2> | |
</header> | |
<div class="f2-app-view f2-app-container {{APP ID from appConfig.appId}}"> | |
{{ APP HTML }} | |
</div> | |
</section> |
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
mysite/ | |
βββ public/ | |
| βββ css/ | |
| | βββ less/ | |
| | | βββ mixins/ | |
β | | βββ alerts.less | |
| | | βββ badges.less | |
| | | βββ bootstrap.less | |
β | | βββ breadcrumbs.less | |
| | | βββ ... |
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
; | |
(function(exports) { | |
if (exports.F2 && !exports.F2_TESTING_MODE) { | |
return; | |
} | |
/*! | |
JSON.org requires the following notice to accompany json2: |
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
$('link').first().remove(); //remove current typekit-generated CSS | |
$('head').prepend('<link rel="stylesheet" href="http://macmhealey.wins.wsod.local/markit.com/typekit.css" type="text/css" />'); | |
//FOR IE | |
document.createStyleSheet("http://macmhealey.wins.wsod.local/markit.com/typekit.css"); |
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
/** | |
* In Container, by Container Developer | |
*/ | |
F2.init({ | |
i18n: { | |
locale: 'fr-fr' //container-provided default for French, France | |
} | |
}) | |
/** |
NewerOlder