A quick questionnaire for someone unsure if they're able to vote.
Data from ProCon.org and driven by the following spreadsheet.
| #!/usr/bin/env bash | |
| # Use on .env files, structured as KEY=VALUE. Will load into bash env | |
| # Must be called with $ . load.sh | |
| ENV_FILE=${1:-'./.env'} | |
| cat $ENV_FILE | awk -F"=" '{print "Loading " $1}' | |
| declare -a $(cat $ENV_FILE | awk -F"=" '{print $1"="$2}') |
| #!/usr/bin/env bash | |
| sudo rm -rf /Applications/iTunes.app | |
| sudo echo "BAD APPLE! NO" > /Applications/iTunes.app | |
| sudo chmod 000 /Applications/iTunes.app | |
| sudo chflags uchg /Applications/iTunes.app |
| <script type="text/javascript"> | |
| (function(doc) { | |
| var flat = doc.location.toString() | |
| if( flat.match(/genius\.it/) !== null ) document.location = flat.split('genius.it').join('/') | |
| })(document) | |
| </script> |
| Leads Actions: | |
| ------------ | |
| GetLeads (URL: /locations/:location_id/leads?filter=<active|archived>) | |
| ------------ | |
| GetLead (URL: /locations/:location_id/leads/:lead_id) |
A quick questionnaire for someone unsure if they're able to vote.
Data from ProCon.org and driven by the following spreadsheet.
| { | |
| "id": "00Q22000001GZsGEAW", | |
| "status": null, | |
| "lead_contact": { | |
| "name": "test Test", | |
| "phone": null, | |
| "email": null | |
| }, | |
| "archived": null, | |
| "expire_at": null, |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?sensor=true&libraries=geometry"></script> | |
| <script src="http://justvotecolorado.org/justvote/js/electionMap.js"></script> | |
| <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script> | |
| <script type="text/javascript"> | |
| ElectionMap.prototype.config = {"types":{"drop off":{"long_title":"drop off","icon":"http://chart.apis.google.com\/chart?chst=d_map_pin_letter&chld=|00bdef"},"vote center":{"long_title":"vote center","icon":"http://chart.apis.google.com\/chart?chst=d_map_pin_letter&chld=|ff4429","default":"true"}},"states":["on","on"],"url":"https:\/\/spreadsheets.google.com\/feeds\/list\/1jCTNodsee2a36JrZaQ-QY0t4VN24cwP3VFi3gG77ixA\/ovnuykr\/public\/values"} | |
| </script> | |
| </head> |
| Verifying my Blockstack ID is secured with the address 1WaLst1EWmDVQfZXRidrHyJf8WtQcSzAG https://explorer.blockstack.org/address/1WaLst1EWmDVQfZXRidrHyJf8WtQcSzAG |
| export ME_EMOJI=(๐ ๐ฅ ๐ช โท ๐คท ๐ค ๐ค ๐ค ๐ฉโ๐ค ๐พ ๐ป ๐ ๐ ๐ ๐ฟ ๐ฆ ๐ฉ๐ฟโ๐ โ ๐ ๐ ๐ฉ๐ปโ๐ฌ โก๏ธ โ๏ธ ๐ช ๐จ ๐ฎ ๐บ ๐ฅ ๐๐ปโโ๏ธ ๐๐ฝโโ๏ธ โบ๏ธ ๐ ๐ ๐ ๐ ๐ฃ) | |
| RANDOM_ME_EMOJI=${ME_EMOJI[$((RANDOM%${#ME_EMOJI[@]}))]}; | |
| export PS1="${RANDOM_ME_EMOJI} \w $ " |