Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View geneidy's full-sized avatar

geneidy geneidy

  • Bay Area
View GitHub Profile
@geneidy
geneidy / AP-Format.txt
Created May 12, 2020 16:50
schema for the acquisitions panel
Address:
Submarket/MSA:
Land (sf):
Building (sf):
Asking Price ($):
Land Value (psf):
Building Value (psf):
Target Purchase Price ($):
Target Land Value (psf):
Target Building Value (psf):
@geneidy
geneidy / web-servers.md
Created March 22, 2018 04:25 — forked from willurd/web-servers.md
Big list of http static server one-liners

Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.

Discussion on reddit.

Python 2.x

$ python -m SimpleHTTPServer 8000