map of redux and react functions - where everything is going and is connected
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
boro_name | Rate_per_100k_people | Total_Count | |
---|---|---|---|
Bronx | 2405.65 | 35398 | |
Brooklyn | 1523.2 | 41327 | |
Manhattan | 1035.55 | 19499 | |
Queens | 1931.92 | 48382 | |
Staten Island | 2273.91 | 11424 | |
Citywide | null | 156100 |
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
[{ | |
"status": "incomplete", | |
"task": "get a job", | |
"_id": 1 | |
}, | |
{ | |
"status": "incomplete", | |
"task": "find inner peace", | |
"_id": 2 | |
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Document</title> | |
</head> | |
<body> |
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
# via: https://gist.github.com/steinwaywhw/a4cd19cda655b8249d908261a62687f8 | |
download-latest: | |
wget $(wget -q -O - https://api.github.com/repos/evansiroky/timezone-boundary-builder/releases/latest | jq -r '.assets[] | select(.name | contains ("timezones-with-oceans-1970.geojson.zip")) | .browser_download_url') |
OlderNewer