Skip to content

Instantly share code, notes, and snippets.

View joeyklee's full-sized avatar

Joey Lee joeyklee

View GitHub Profile
@joeyklee
joeyklee / nyc_borough_bounds.geojson
Last active April 27, 2020 18:04
Editing in https://mapshaper.org/ - simplified bounds.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@joeyklee
joeyklee / covid-by-boro-20200427.csv
Last active April 27, 2020 19:22
COVID rate by Borough in NYC via https://www1.nyc.gov/site/doh/covid/covid-19-data.page // As of April 27, 2020
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
@joeyklee
joeyklee / todo-dummy.json
Last active April 30, 2020 15:45
Dummy todo data
[{
"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.

map of redux and react functions - where everything is going and is connected

Redux-Overview-Libs-and-functions

<!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>
@joeyklee
joeyklee / Makefile
Last active November 18, 2024 22:40
Get latest release of the timezones boundaries 1970 geojson zip from timezone-boundary-builder
# 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')
@joeyklee
joeyklee / how-to-remove-a-big-file-from-git-using-bfg.md
Created November 21, 2024 22:16
using BFG to delete a big file in a repo

how-to-remove-a-big-file-from-git-using-bfg

install bfg

brew install bfg

delete the file