├── LICENSE ├── README.md ├── Rstart.R ├── angelist_sfbayarea_jobs.ipynb ├── engineer-sfba-1.html ├── engineer-sfba-1.png ├── engineer-sfba-1_files ├── htmlwidgets-0.6 │ └── htmlwidgets.js ├── plotly-binding-3.6.0 │ └── plotly.js └── plotlyjs-1.10.1 │ ├── LICENSE │ ├── plotly-htmlwidgets.css │ └── plotly-latest.min.js └── get_angelist_jobs_by_location.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/sfba-compensation/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/sfba-compensation/HEAD/README.md -------------------------------------------------------------------------------- /Rstart.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/sfba-compensation/HEAD/Rstart.R -------------------------------------------------------------------------------- /angelist_sfbayarea_jobs.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/sfba-compensation/HEAD/angelist_sfbayarea_jobs.ipynb -------------------------------------------------------------------------------- /engineer-sfba-1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/sfba-compensation/HEAD/engineer-sfba-1.html -------------------------------------------------------------------------------- /engineer-sfba-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/sfba-compensation/HEAD/engineer-sfba-1.png -------------------------------------------------------------------------------- /engineer-sfba-1_files/htmlwidgets-0.6/htmlwidgets.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/sfba-compensation/HEAD/engineer-sfba-1_files/htmlwidgets-0.6/htmlwidgets.js -------------------------------------------------------------------------------- /engineer-sfba-1_files/plotly-binding-3.6.0/plotly.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/sfba-compensation/HEAD/engineer-sfba-1_files/plotly-binding-3.6.0/plotly.js -------------------------------------------------------------------------------- /engineer-sfba-1_files/plotlyjs-1.10.1/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/sfba-compensation/HEAD/engineer-sfba-1_files/plotlyjs-1.10.1/LICENSE -------------------------------------------------------------------------------- /engineer-sfba-1_files/plotlyjs-1.10.1/plotly-htmlwidgets.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/sfba-compensation/HEAD/engineer-sfba-1_files/plotlyjs-1.10.1/plotly-htmlwidgets.css -------------------------------------------------------------------------------- /engineer-sfba-1_files/plotlyjs-1.10.1/plotly-latest.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/sfba-compensation/HEAD/engineer-sfba-1_files/plotlyjs-1.10.1/plotly-latest.min.js -------------------------------------------------------------------------------- /get_angelist_jobs_by_location.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minimaxir/sfba-compensation/HEAD/get_angelist_jobs_by_location.py --------------------------------------------------------------------------------