Tue Oct 23 21:31:26 2018 +0000First working version, basic instructions.Sun Nov 4 03:11:43 2018 -0500Correct "Full" Zip-codes into ZCTAs, restore on-click popup functionality.Sun Nov 4 04:13:42 2018 -0500Make Map expandable, give zoom option.
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
| #!/usr/bin/env python27 | |
| # 1:18 - 2:53 | |
| import pprint | |
| pp = pprint.PrettyPrinter(indent=4) | |
| # pp.pprint(stuff) | |
| def pprint(stuff): | |
| pp.pprint(stuff) |
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
| 1st number: | |
| (T(1) * floor(shleeble(0) / 5)) - (shleeble(2)) + shleeble(-1) * sheeble(floor(0)) | |
| (T(1) * floor(shleeble(0) / 5)) - (1 ) + shleeble(-1) * sheeble(floor(0)) | |
| 2nd number: | |
| (T(2) * floor(shleeble(1) / 5)) - (shleeble(3)) + shleeble(0) * sheeble(1) | |
| (T(2) * floor(0 / 5)) - (6 ) + shleeble(0) * 0 | |
| (T(2) * 0 ) - (6 ) | |
| -6??? |
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 argparse | |
| import os | |
| import random | |
| import subprocess | |
| program_name = "Database Migration Utility" | |
| script_dir = os.path.dirname(os.path.realpath(__file__)) | |
| parser = argparse.ArgumentParser(prog=program_name) | |
| q_help = 'Do not print output of shell commands' |
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
| var http = require('http'); | |
| var express = require('express'); | |
| var path = require('path'); | |
| var favicon = require('serve-favicon'); | |
| var logger = require('morgan'); | |
| var cookieParser = require('cookie-parser'); | |
| var bodyParser = require('body-parser'); | |
| var MessagingResponse = require('twilio').twiml.MessagingResponse; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
If you can elect someone, you should be able to find out who votes for them (by location) on this page.
create-react-app my-map-project && cd my-map-projectyarn add leafletfunction move () { mv src/App.js src/App.js.old; }movecat <(echo "") src/App.js.old > src/App.js && movecat <(echo "import 'leaflet/dist/leaflet.css';") src/App.js.old > src/App.js && movecat <(echo "import L from 'leaflet';") src/App.js.old > src/App.jsyarn start
should probably figure out how to detect clicks on geojson layer
should probably figure out how to center map on searched up layer from searchable select field.