CLICK ME
yes, even hidden code blocks!
print("hello world!")| import duckdb | |
| import flask | |
| # Initialize Flask app | |
| app = flask.Flask(__name__) | |
| # Setup a global DuckDB connection with spatial extension loaded | |
| # Connect to a persistent database file with the geometry data | |
| config = {"allow_unsigned_extensions": "true"} | |
| con = duckdb.connect("tiles.db", True, config) |
| stname | st | stusps | |
|---|---|---|---|
| Alabama | 01 | AL | |
| Alaska | 02 | AK | |
| Arizona | 04 | AZ | |
| Arkansas | 05 | AR | |
| California | 06 | CA | |
| Colorado | 08 | CO | |
| Connecticut | 09 | CT | |
| Delaware | 10 | DE | |
| District of Columbia | 11 | DC |
| {0: 'tench, Tinca tinca', | |
| 1: 'goldfish, Carassius auratus', | |
| 2: 'great white shark, white shark, man-eater, man-eating shark, Carcharodon carcharias', | |
| 3: 'tiger shark, Galeocerdo cuvieri', | |
| 4: 'hammerhead, hammerhead shark', | |
| 5: 'electric ray, crampfish, numbfish, torpedo', | |
| 6: 'stingray', | |
| 7: 'cock', | |
| 8: 'hen', | |
| 9: 'ostrich, Struthio camelus', |
Picking the right architecture = Picking the right battles + Managing trade-offs
| Byobu is a suite of enhancements to tmux, as a command line | |
| tool providing live system status, dynamic window management, | |
| and some convenient keybindings: | |
| F1 * Used by X11 * | |
| Shift-F1 Display this help | |
| F2 Create a new window | |
| Shift-F2 Create a horizontal split | |
| Ctrl-F2 Create a vertical split | |
| Ctrl-Shift-F2 Create a new session |
| # You don't need Fog in Ruby or some other library to upload to S3 -- shell works perfectly fine | |
| # This is how I upload my new Sol Trader builds (http://soltrader.net) | |
| # Based on a modified script from here: http://tmont.com/blargh/2014/1/uploading-to-s3-in-bash | |
| S3KEY="my aws key" | |
| S3SECRET="my aws secret" # pass these in | |
| function putS3 | |
| { | |
| path=$1 |
CSW (Catalogue Service for the Web) is an `OGC (Open Geospatial Consortium)`_ specification that defines common interfaces to discover, browse, and query metadata about data, services, and other potential resources.
| id,name,amount | |
| 109,"building",1456894 | |
| 164,"house",1383613 | |
| 7,"Shopping and services",839415 | |
| 17,"store / shop",831628 | |
| 203,"school",676869 | |
| 4,"dining and leisure",671035 | |
| 74,"restaurant",385073 | |
| 194,"park",283545 | |
| 163,"sport venue",274433 |