Week | Miles |
---|---|
Nov 25 - Dec 1 | 52.2 |
Nov 18 - 24 | 70.5 |
Nov 11 - 17 | 74.7 |
Nov 4 - 10 | 58.8 |
Oct 28 - Nov 3 | 57.7 |
Oct 21 - 27 | 25.1* |
Oct 14 - 20 | 19.8* |
Oct 7 - 13 | 58.1 |
I hereby claim:
- I am dtran320 on github.
- I am dtran320 (https://keybase.io/dtran320) on keybase.
- I have a public key ASDk3rpPCkXgMkhxGvBGH3QdRBiNH8atXGFvcmkd-YXAngo
To claim this, I am signing this object:
[ethrpc] http-transport unexpected status code IncomingMessage { | |
_readableState: | |
ReadableState { | |
objectMode: false, | |
highWaterMark: 16384, | |
buffer: BufferList { head: null, tail: null, length: 0 }, | |
length: 0, | |
pipes: null, | |
pipesCount: 0, | |
flowing: true, |
Marathon | 2018 Race Date | 2019 Race Date (1 = provisional, see footnote) | 2019 Registration Info | 2020 Registration Info |
---|---|---|---|---|
Berlin Marathon | Sunday, September 16, 2018 | Sunday, September 29, 2019 | Registration opens on October 17, 2018 12:00 CET and goes until November 7, 2018. | Likely mid-October 2019 |
Boston Marathon | Monday, April 16, 2018 | Monday, April 15, 2019 (Patriot's Day) | Took place from September 10 - September 19, 2018 |
Age | Berlin 2019 | Boston 2020 3 | Chicago 2019 | New York 2019 1 | New York 2019 (Half) |
---|---|---|---|---|---|
18-29 | 2:45 | 3:00 | 3:05 2 | 2:53 | 1:21 |
30-34 | 2:45 | 3:00 | 3:10 | 2:53 | 1:21 |
35-39 | 2:45 | 3:05 | 3:10 | 2:55 | 1:23 |
40-44 | 2:45 | 3:10 | 3:20 | 2:58 | 1:25 |
45-49 | 2:55 | 3:20 | 3:20 | 3:05 | 1:28 |
50-54 | 2:55 | 3:25 |
Age | Berlin 2019 | Boston 2020 | Chicago 2019 | New York 2019 1 | New York 2019 (Half) |
---|---|---|---|---|---|
18-29 | 3:00 | 3:30 | 3:35 2 | 3:13 | 1:32 |
30-34 | 3:00 | 3:30 | 3:40 | 3:13 | 1:32 |
35-39 | 3:00 | 3:35 | 3:40 | 3:15 | 1:34 |
40-44 | 3:00 | 3:40 | 3:50 | 3:26 | 1:37 |
45-49 | 3:20 | 3:50 | 3:50 | 3:38 | 1:42 |
50-54 | 3:20 | 3:55 | 4:20 |
Marathon | Range of Qualifying times for Men as you get older | Range of Qualifying times for Women as you get older |
---|---|---|
New York | 2 hours, 2 minutes (2:53 to 4:55) | 3 hours, 23 minutes (3:13 to 6:35) |
Chicago | 2, 20 minutes hours (3:05 to 5:25) | 2 hours, 35 minutes (3:35 to 6:10) |
Boston | 1 hour, 50 minutes (3:00 to 4:50) | 1 hour, 50 minutes (3:30 to 5:20) |
Berlin | 40 minutes (2:45 to 3:25) | 1 hour, 10 minutes (3:00 to 4:10) |
dependencies: | |
pre: | |
- curl -o- -L https://yarnpkg.com/install.sh | bash | |
override: | |
- yarn | |
post: # At least for me, it doesn't seem like `scripts` in `package.json` are being run, so you need to add them explicitly | |
- yarn run postinstall |
Thanks for taking time to interview with us! We have come up with a problem that we hope you will find fun and challenging and which will give us insight into the way you code and debug.
Please be prepared to share your screen during the call. On many computers, Skype screen sharing slows the computer down quite a bit, so make sure to close any unneeded programs. Rather than force you to write code on a whiteboard or in an unfamiliar web editor, we want you to be comfortable with your environment and have access to your usual preferred setup, code editor, debugging environment, and other tools. Pulling up documentation is totally fine as well.
When the call starts, you'll be linked to a Github repo containing the problem. To avoid any issues setting up your environment during the call, please do the following:
def build_startup(team, product, market, cash): | |
while team and cash > 0: | |
while not fits(product, market): | |
apply_breadth_first_search() # Apply with heuristics | |
apply_depth_first_search() |