- How We Got Here: A Slightly Irreverent History of Technology and Markets by Andy Kessler
- Running Money: Hedge Fund Honchos, Monster Markets and My Hunt for the Big Score by Andy Kessler
- Makers and Takers: The Rise of Finance and the Fall of American Business by Rana Foroohar
- Nixonland: The Rise of a President and the Fracturing of America by Rick Perlstein
- The Day of the Triffids by John Wyndham
- Crucial Conversations: Tools for Talking When Stakes Are High by Kerry Patterson and Joseph Grenny
- Getting to Yes: Negotiating Agreement Without Giving In by Roger Fisher and William L. Ury
- Nonviolent Communication: A Language of Life, 3rd Edition: Life-Changing Tools for Healthy Relationships by Marshall B. Rosenberg
- Getting More: How You Can Negotiate to Succeed in Work and Life by Stuart Diamond
- Understanding Context: Environment, Language, and Information Architecture by Andrew Hinton
Show me the code! Do you prefer seeing how something works instead of instructions? If so, check out this pull request to the Amortize module. Each instruction below lives as its own commit. cfpb/amortize#11
The contents of the file should be:
save-exact=true
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
| Combine Chrome (all versions) & Firefox (5+) | Market Share Perc. (2015 to 2016) | |
|---|---|---|
| Chrome (all) | 45.35 | |
| Firefox 5+ | 10.09 | |
| IE 11.0 | 6.69 | |
| iPhone 0 | 6.57 | |
| Android 0 | 6.02 | |
| Opera 0 | 3.76 | |
| Safari iPad | 3.41 | |
| IE 8.0 | 1.64 | |
| IE 9.0 | 1.2 |
As contributors and maintainers of this project, we are committed to ensuring the accessibility of this project for people with disabilities. We pledge to meet W3C WAI's Web Content Accessibility Guidelines 2.0, Level AA conformance. Any issues should be reported to [EMAIL ADDRESS].
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
| @@ -275,6 +275,51 @@ class NoticeBuildTest(TestCase): | |
| self.assertTrue(changes['node']['text'].strip(), | |
| u'(c) More stuff') | |
| + | |
| + def test_process_amendments_single_parent(self): | |
| + xml = u""" | |
| + <REGTEXT PART="1026" TITLE="12"> | |
| + <AMDPAR>2. In Supplement I to Part 1026—Official Interpretations, under Section 1026.35—Requirements for Higher-Priced Mortgage Loans, 35(b)(2) Exemptions, Paragraph 35(b)(2)(iii), paragraph 1.iii is revised to read as follows:</AMDPAR> | |
| + <HD SOURCE="HD1">Supplement I to Part 1026—Official Interpretations</HD> |
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
| { | |
| "abstract": "The Bureau is amending the official commentary that interprets the requirements of the Bureau's Regulation Z (Truth in Lending) to reflect a change in the asset size threshold for certain creditors to qualify for an exemption to the requirement to establish an escrow account for a higher-priced mortgage loan based on the annual percentage change in the average of the Consumer Price Index for Urban Wage Earners and Clerical Workers (CPI-W) for the 12-month period ending in November. The exemption threshold is adjusted to increase to $2.060 billion from $2.028 billion. The adjustment is based on the 1.1 percent increase in the average of the CPI-W for the 12-month period ending in November 2014. Therefore, creditors with assets of $2.060 billion or less as of December 31, 2014, are exempt, if other requirements of Regulation Z also are met, from establishing escrow accounts for higher-priced mortgage loans in 2015. The adjustment to the escrows exemption asset-size threshold will also increas |
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
| { 'amendments': [ (PUT, [u'1026', u'35', u'b', u'2', u'iii', 'Interp', u'1', u'iii']), | |
| (PUT, [u'1026', u'35', u'b', u'2', u'iii', 'Interp', u'1', u'iii', u'A']), | |
| (POST, [u'1026', u'35', u'b', u'2', u'iii', 'Interp', u'1', u'iii', u'B'])], | |
| 'cfr_parts': ['1026'], | |
| 'changes': defaultdict(<type 'list'>, {})} |
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
| {% if env == 'built' %} | |
| <link rel="stylesheet" href="{%static "regulations/css/style.min.css" %}"/> | |
| {% else %} | |
| <link rel="stylesheet" href="{%static "regulations/css/style.css" %}"/> | |
| {% endif %} | |
| <script src="{%static "regulations/js/source/otherlibs/modernizr.js" %}"></script> | |
| {% block app_js %} | |
| <script> | |
| window.APP_PREFIX = "{{ APP_PREFIX }}"; | |
| </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
| */ | |
| less: { | |
| dev: { | |
| options: { | |
| paths: ['<%= env.frontEndPath %>/css/less'], | |
| compress: false, | |
| sourceMap: true, | |
| sourceMapFilename: '<%= env.frontEndPath %>/css/style.css.map', | |
| sourceMapBasepath: '<%= env.frontEndPath %>/css/less/', | |
| sourceMapURL: 'style.css.map' |
you will design your code
you will test your code
you will refactor your code
other people will use your code
there will be bugs