Skip to content

Instantly share code, notes, and snippets.

US Embassy London Passport Renewal Experience
TL;DR
Get an early appointment, park at St George Wharf Car Park (SW8 2LZ), be organized.
Hello, I wanted to detail my trip to London for a passport renewal for my 4 kids in hopes that it will be helpful to others… Our appointments were at 8AM on the day. This is earlier than I would have liked, but really worked out well in the end. We woke up very early to drive to London, which worked out well because the trains were tricky and overall it was cheaper. We parked at St. George Wharf Car Park (10 St George Wharf, London SW8 2LZ). It’s open 24 hours. The shutter at the front makes it look like the parking is closed, but when you take a ticket the shutter goes up automatically. You can exit next to the entrance gate via a steel door. To re-enter you’ll need the code printed on the parking ticket, so make sure you take it with you.
We ate a quick bite at Pret a Manger at the other end of St George Wharf. It was out of the way, but welcome for my teenage s
@icodeecono
icodeecono / quiz.feature
Created December 17, 2011 14:09 — forked from tooky/quiz.feature
Minisculus Challenge REST API
Feature: a quiz
Background:
Given the quiz is configured with the questions:
"""
[
{"key": "foo", "question": "1+1", "answer": "2", "reference-url": "foo.html"},
{"key": "bar", "question": "1x3", "answer": "3", "reference-url": "bar.html"}
]
"""