- I'm still a man [instrumental]
- Apache [instrumental]
- After the storm [instrumental]
- My favorite things [instrumental]
- Far from any road [instrumental]
- Rawhide [instrumental]
- My Funny Valentine [instumental]
- Goodbye Pork Pie Hat [instrumental]
- Indian Summer
- Big Star: Nothing Can Hurt Me, http://www.netflix.com/WiMovie/70276014?trkid=13630398
- Jimi Hendrix – Hear My Train A Commin’, http://www.netflix.com/WiMovie/70305882?trkid=13573466
- Rush: Beyond the Lighted Stage, http://www.netflix.com/WiMovie/70137744?trkid=13630398
- Ain't in It for My Health: A Film About Levon Helm, http://www.netflix.com/WiMovie/70134675?trkid=13630398
- Beware of Mr. Baker, http://www.netflix.com/WiMovie/70234494?trkid=13573466
- Muscle Shoals, http://www.netflix.com/WiMovie/70267584?trkid=13630398
- Who the F**K is Arthur Fogel?, http://www.netflix.com/WiMovie/70298253?trkid=13630398
- Ken Burns: Jazz, http://www.netflix.com/WiMovie/70202576?trkid=13630398
- Shut Up and Play the Hits, http://www.netflix.com/WiMovie/70228193?trkid=13630398
Marginal Propensity to Consume. Transitory vs. Permanent Shocks. The Paradox of Thrift and Toil.
Platforms for collaboration? Issues with Uptake? The CFPB experience. [Moved to lunch] [Bill Shelton]
- What tools to foster collaboration here? What infrastracture?
- Open-source issues with uptake and collaboration
- General topics and experiences at CFPB
(Intro: percussion x 2 + Am x 4)
Am E
From the dusty mesa, her
Dm Am
Looming shadow grows
Am E
Hidden in the branches, of the
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
1. USE OF EXTERNAL OPEN SOURCE SOFTWARE | |
a) "Open Source Software" (OSS) is software that allows its recipients to modify and redistribute the source code; as such, "open source" is a copyright and distribution framework and makes no implications regarding technical support or indemnification. In almost all cases, OSS meets the definition of "commercial computer software" and shall be given appropriate statutory preference in accordance with 41 USC 264B (reference (b)) (see also FAR 2.101(b), 12_1.html 12.000, 12.101 (reference (c))). | |
b) Executive agencies, including CFPB, are required to conduct market research when preparing for the procurement of products or services by 41 USC Sec. 253a (reference (e)) (see also FAR 10.001. Market research for software should include OSS. | |
a. There are several positive aspects of OSS that should compel CFPB to seek out OSS when conducting market research on software for Bureau-wide use: | |
i. Publicly available source code enables continuous and broad peer review that |
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
all: bison-1 | |
bison-1: bison1.l bison1.y | |
bison -d bison1.y | |
flex -v -obison1.lex.c bison1.l | |
gcc -o $@ bison1.tab.c bison1.lex.c | |
clean: | |
rm -f bison-1 \ | |
bison1.lex.c bison1.tab.h bison1.tab.c |
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 csv, codecs, cStringIO | |
class UTF8Recoder: | |
""" | |
Iterator that reads an encoded stream and reencodes the input to UTF-8 | |
""" | |
def __init__(self, f, encoding): | |
self.reader = codecs.getreader(encoding)(f) | |
def __iter__(self): |
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
1. USE OF EXTERNAL OPEN SOURCE SOFTWARE | |
a) "Open Source Software" (OSS) is software that allows its recipients to modify and redistribute the source code; as such, "open source" is a copyright and distribution framework and makes no implications regarding technical support or indemnification. In almost all cases, OSS meets the definition of "commercial computer software" and shall be given appropriate statutory preference in accordance with 41 USC 264B (reference (b)) (see also FAR 2.101(b), 12_1.html 12.000, 12.101 (reference (c))). | |
b) Executive agencies, including CFPB, are required to conduct market research when preparing for the procurement of products or services by 41 USC Sec. 253a (reference (e)) (see also FAR 10.001. Market research for software should include OSS. | |
a. There are several positive aspects of OSS that should compel CFPB to seek out OSS when conducting market research on software for Bureau-wide use: | |
i. Publicly available source code enables continuous and broad peer review that |
NewerOlder