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
| { | |
| "kind": "pagespeedonline#result", | |
| "id": "https://www.fbi.gov/", | |
| "responseCode": 200, | |
| "title": "FBI — Homepage", | |
| "ruleGroups": { | |
| "SPEED": { | |
| "score": 61 | |
| } | |
| }, |
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
| import csv | |
| import re | |
| import json | |
| | |
| def readData(inputFile): | |
| outList = [] | |
| with open(inputFile, 'rU') as infile: | |
| reader = csv.reader(infile) | |
| firstRow = True | |
| for row in reader: |
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
| this is a snippet |
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
| [ | |
| { | |
| "Domain Name":"BCFP.GOV", | |
| "Domain Type":"Federal Agency", | |
| "Agency":"Consumer Financial Protection Bureau", | |
| "City":"Washington", | |
| "State":"DC", | |
| "Data URL":"http://bcfp.gov/data.json", | |
| "id":"bcfp.gov" | |
| }, |
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
| <iframe allowtransparency="true" frameborder="0" scrolling="no" seamless="seamless" | |
| src="http://graybrooks.com/gh-activity/gh-activity.html?user=18f&type=user" width="300" height="300"></iframe> |
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
| ========================================================= | |
| Energy | |
| site:EIA.GOV OR site:ENERGY.GOV OR site:ENERGYSAVER.GOV OR site:ENERGYSAVERS.GOV OR site:NREL.GOV OR | |
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
| <div id="content"> | |
| </div> | |
| <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> | |
| <script type="text/javascript"> | |
| $(document).ready(function() { | |
| var services = ['Facebook', 'Twitter'] | |
| for (var j = 0; j < services.length; j += 1) { | |
| var service = services[j]; | |
| $("#content").append("<h2>" + service + "</h2><ul id=\"" + service.toLowerCase() + "\"></ul>"); | |
| var url = "http://registry.usa.gov/accounts.json?service_id=" + service.toLowerCase() +"&agency_id=epa"; |
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
| Mobile needs for common code components: | |
| -ecommerce | |
| information collecting | |
| maps | |
| bar code scanning library | |
| menus | |
| authentication |
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
| FCC contract | |
| Mobile Apps mod | |
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
| Needs: Should not require any code libraries from the host website but rather should be simple html while still static. [Note the iframe model used at http://www.nasa.gov/digitalstrategy/ via http://goo.gl/bzHH2 (code- http://goo.gl/StAvQ)] | |
| Goals: | |
| 1. Widget for most recent commits from one github org (note - https://github.com/presidential-innovation-fellows/mygov/blob/gh-pages/_includes/js/commits.js ) | |
| 2. Widget for most recent commits from all registered .gov github orgs, pulled dynamically from the SMR api | |
| 3. Widget for most active repos from one github org | |
| 4. Widget for most active repos from all registered .gov github orgs, pulled dynamically from the SMR api | |
| 5. Widget for most recent public activity from one github org |