Seniman Coffee Studio https://g.page/senimancoffee?share
Old Friends Coffee https://goo.gl/maps/duY5uKtnkf3RH8y16
Seniman Coffee Studio https://g.page/senimancoffee?share
Old Friends Coffee https://goo.gl/maps/duY5uKtnkf3RH8y16
To start I highly recommend not staying on or around Canal Street. Most of the large hotels and deals that you will find will be in that area, however, the street lacks soul and culture and when you walk out the front door, a plastic tourist trap is not what you are looking for.
Airbnb is probably the best way to stay in new orleans. Much of the flavor of the city is on the side-streets and scattered in beautiful neighborhoods so this is where you will also want to be.
If you can try to stay in the Marigny or Bywater, on the far-end of the quarter (close to esplanade) or uptown or in the upper or lower garden district.
const moment = require("moment"); | |
// The number of days since your birthday + 1 (so that your birthday counts as day #1) | |
let lifeDay = moment().diff(moment("1981-04-17"),"days") + 1; | |
console.log("Today is day " + lifeDay + " of my life"); |
I hereby claim:
To claim this, I am signing this object:
Verifying that "jcinis.id" is my Blockstack ID. https://onename.com/jcinis |
from datetime import datetime | |
from pytz import timezone | |
start = '2016-11-02 13:00:00' | |
start_timezone = 'Asia/Tokyo' | |
end = '2016-11-02 18:18:00' | |
end_timezone = 'US/Eastern' | |
start_native_dt = datetime.strptime(start, "%Y-%m-%d %H:%M:%S") |
Verifying that +jcinis is my blockchain ID. https://onename.com/jcinis |
#!/usr/bin/env python | |
''' | |
Script to backup mongodb data and push it out to s3 | |
Tarballs will remain so local backups will need to be removed manually in the case that the drive is full | |
Run from crontab | |
20 1 * * * /usr/local/bin/nubook-mongodb-backup >/dev/null 2>&1 | |
''' |
server { | |
listen 80; | |
server_name _; | |
access_log /var/log/nginx/proxy.access.log; | |
underscores_in_headers on; | |
# your standard Nginx config for your site here... | |
location / { | |
proxy_set_header Host $host; | |
proxy_redirect off; |
I hereby claim:
To claim this, I am signing this object:
{