Skip to content

Instantly share code, notes, and snippets.

@alganet
Created July 16, 2020 01:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alganet/5c82d224c3edcbc2072b5c2d94a0342b to your computer and use it in GitHub Desktop.
Save alganet/5c82d224c3edcbc2072b5c2d94a0342b to your computer and use it in GitHub Desktop.
0:00:17.080,0:00:21.220
So I'm Will, and
I was a
0:00:21.220,0:00:24.460
middleschool teacher,
and I ran a summercamp
0:00:24.460,0:00:27.840
and I did all these things.
And then at some point
0:00:27.840,0:00:30.700
I got a degree in computer science
and I worked as a
0:00:30.700,0:00:32.780
Java developer and all that stuff,
right?
0:00:32.780,0:00:36.700
and then I got fed up with the
Javascript and the Java and all that
0:00:36.700,0:00:39.160
and I went to graduate school at
Indiana University
0:00:39.160,0:00:43.160
to work with Dan Friedman,
who you may have heard of...
0:00:43.160,0:00:47.580
He is someone who wrote a book called
"The Little Lisper"
0:00:47.580,0:00:50.220
and a revised version called "The Little Schemer"
0:00:50.220,0:00:52.975
and "The Seasoned Schemer".
I wrote a book with him called
0:00:52.980,0:00:54.580
"The Reasoned Schemer"
0:00:54.600,0:00:56.100
0:00:57.860,0:01:02.740
I took Dan's class the first, you know,
semester I was there and
0:01:02.780,0:01:10.000
a couple of weeks into the class, Dan showed
me a program that changed my life
0:01:10.080,0:01:14.940
and basically, I've spent the last
twelve or thirteen years
0:01:14.940,0:01:19.960
trying to understand, like,
these five lines of code, right?
0:01:20.080,0:01:24.740
I will spend the rest of my life trying to
understand the implications
0:01:24.880,0:01:26.920
of these five lines of code.
0:01:26.920,0:01:30.900
And this is what I like, ok? So, some people like writing a hundred
0:01:30.905,0:01:32.605
thouse line compiler
0:01:32.605,0:01:36.075
or an operating system kernel with
two million lines of code, or whatever
0:01:36.105,0:01:38.625
and that's great. What I like
0:01:38.625,0:01:41.655
is sort of going the opposite way. Like...
0:01:41.655,0:01:44.485
the 3x5 card or the 4x6 card
0:01:44.485,0:01:47.505
and if you're not an american I don't know what that is
0:01:47.505,0:01:48.505
0:01:48.680,0:01:50.980
It's A4 or something, I don't know.
0:01:52.020,0:01:54.485
so It's like a 3"x5" card
0:01:54.485,0:01:57.300
maybe a 4"x6" card, if you can't fit down
0:01:57.305,0:01:58.685
the idea
0:01:58.995,0:02:01.955
on a 4"x6" card, then
0:02:02.395,0:02:05.725
think harder.
— That is sort of Dan's philosophy —
0:02:05.865,0:02:07.885
and ideally you'd get it down to the 3"x5" card.
0:02:08.235,0:02:11.125
and then you write a little book on it.
0:02:11.125,0:02:13.195
So, that is kind of his way of thinking
0:02:14.055,0:02:16.745
and I share a lot of that sensibility
0:02:16.745,0:02:19.965
so what I would like to talk a little bit about today
0:02:19.965,0:02:23.035
is this program that I saw and it just
0:02:23.035,0:02:24.475
it just floored me
0:02:24.825,0:02:26.205
and to this day
0:02:26.205,0:02:28.375
I get nerd chills everytime I think about it
0:02:29.235,0:02:31.295
I really get nerd chills
0:02:31.605,0:02:33.655
I think
0:02:34.195,0:02:37.325
I was nervous about — I am nervous about —
0:02:37.325,0:02:39.415
giving this talk
0:02:39.415,0:02:41.075
because one of the dangers I think, is that
0:02:41.705,0:02:43.375
When you've been programming for a while
0:02:43.375,0:02:45.675
and I know a lot of people in this audience, like, know Lisp
0:02:45.680,0:02:47.280
or they've worked through SICP
[Structure and Interpretation of Computer Programs]
0:02:47.280,0:02:49.380
or they've written lots of interpreters
0:02:49.380,0:02:52.380
and all these sorts of things. They know something about lambda calculus
0:02:52.460,0:02:57.100
After a while, you can feel like you understand something
0:02:57.320,0:03:00.740
And that is the most
0:03:00.780,0:03:03.700
dangerous way of thinking. Is to think you understand something, right?
0:03:03.840,0:03:07.340
and that there are no, you know, kind of, new tricks in this.
0:03:07.460,0:03:10.460
and... basically every time I learn
0:03:10.780,0:03:13.900
Soemthing new about computer science,
sort of you know,
0:03:13.900,0:03:16.220
every couple of years or something like that.
0:03:16.220,0:03:18.840
I like to go back and try to think about those things
0:03:19.260,0:03:21.900
which I learned a long time ago
0:03:21.905,0:03:24.685
and I've stopped thinking about. Because I thought
0:03:24.685,0:03:27.685
at least I got some grasp of this, and almost always
0:03:27.685,0:03:30.605
I'll have a new angle, right?
0:03:30.605,0:03:33.705
The really, trully deep ideas in computer science
0:03:33.705,0:03:36.455
or anywhere, any other field.
0:03:36.715,0:03:37.715
0:03:38.045,0:03:41.285
There are many ways of looking at these deep ideas
0:03:41.545,0:03:44.535
And I'm going to show you
0:03:44.535,0:03:46.955
a couple of ways of looking at this program.
0:03:47.275,0:03:49.215
But I'm not kidding,
0:03:49.215,0:03:51.645
when I can say that I'm gonna spend the rest
0:03:51.645,0:03:54.525
of my life trying to understand it.
And there are many other people
0:03:54.525,0:03:57.225
Who tried to spend, you know, their carriers
0:03:57.225,0:04:00.685
basically understanding aspects of this five line program.
0:04:01.065,0:04:02.845
And to give you
0:04:03.285,0:04:05.995
A sort of a reminder, of, you know
0:04:06.000,0:04:08.360
a five line program, the amount of complexity
0:04:08.400,0:04:11.220
you can fit in there. Does anyone know about the Collatz function
0:04:11.900,0:04:13.720
What is the Collatz function?
0:04:19.145,0:04:22.235
yeah. It's this little... this little function
0:04:22.285,0:04:23.295
like three and...
0:04:23.635,0:04:26.595
plus one and you know, you have like a division
0:04:26.595,0:04:29.605
by two or something like that and you
0:04:29.605,0:04:32.485
basically you're trying to figure out
0:04:32.485,0:04:35.495
if you give it a positive integer as input
0:04:35.575,0:04:37.595
will this operation
0:04:37.595,0:04:40.595
terminate? It just got some multiplications, additions and divisions
0:04:40.595,0:04:43.115
And it is like this tiny little program
0:04:43.115,0:04:46.115
like a three line or two line program and,
0:04:46.115,0:04:49.315
the best mathematicians in the world have been trying to prove
0:04:49.315,0:04:52.565
for many decades, utterly without success,
0:04:52.865,0:04:55.835
that this program always terminates if you give it a positive integer.
0:04:55.835,0:04:58.995
And Paul Erdős, one of the great mathematicians of all time
0:04:59.000,0:05:00.200
at one point said:
0:05:00.600,0:05:03.660
"Mathematics is not ready for the Collatz Problem"
0:05:05.600,0:05:09.000
So, it is this three line program
0:05:09.005,0:05:12.135
who stumped some of the greatest minds in history
0:05:12.135,0:05:15.175
so I'm talking about a five line program.
0:05:15.455,0:05:17.435
That should give you pause.
0:05:18.055,0:05:21.085
That shoud give you pause and we all have to have a
0:05:21.085,0:05:23.745
healthy amount of respect for the
0:05:23.745,0:05:26.855
the 3"x5" card program
0:05:27.215,0:05:30.135
So anyway, the program I'm going to talk about
0:05:30.135,0:05:33.095
is an interpreter
0:05:33.095,0:05:35.035
for Lisp written in Lisp
0:05:35.535,0:05:36.535
0:05:36.785,0:05:37.785
0:05:38.135,0:05:41.155
It's one of these things... where if you don't know Lisp
0:05:41.155,0:05:44.275
and you first see it. You know, like
"What are these parenthesis?"
0:05:44.275,0:05:47.215
and after a while you kinda figure it out.
"What is this λ thing"
0:05:47.215,0:05:50.285
That is a thing to wrap your head around.
0:05:50.675,0:05:53.615
And why are there two lambdas, like nested? What does that mean?
0:05:53.615,0:05:56.495
And you kind of go over these different ideas
0:05:56.495,0:05:59.075
and eventually you kind of get some [unaudible] through
0:05:59.075,0:06:01.605
trying a bunch of programs. Alright,
0:06:01.605,0:06:03.855
"I kind of get some sense of what is going on"
0:06:03.860,0:06:06.940
and then you start modifying the interpreter and one of the great things about
0:06:07.140,0:06:08.820
this program is that
0:06:09.195,0:06:11.725
there's so many ways to change and explore it
0:06:11.725,0:06:13.055
and play with it
0:06:13.395,0:06:16.445
you can add arguments to the interpreter, you can
0:06:16.445,0:06:19.615
rewrite the interpreter in a variety
0:06:20.005,0:06:23.315
of correctness preserving transformation styles
0:06:23.315,0:06:25.395
one program transformation you can apply
0:06:25.395,0:06:28.465
it is called continuation passing style
0:06:28.465,0:06:30.495
which I consider the gateway drug of
0:06:30.495,0:06:33.495
program transformations. Normally, you CPS that s*cker
0:06:33.495,0:06:36.095
and then from then on...
0:06:36.985,0:06:39.955
It is off to the races
0:06:39.955,0:06:42.905
You CPS an interpreter... You CPS is twice
0:06:43.675,0:06:46.215
that gives you delimited continuations
0:06:46.985,0:06:49.825
and now you're cooking with gas
0:06:49.825,0:06:53.065
you can add a store argument to the interpreter
0:06:53.295,0:06:56.445
right? You can add boxes
0:06:56.445,0:06:59.535
and you could start doing, you know, mutations
0:06:59.535,0:07:02.385
and side effects in different ways
0:07:02.385,0:07:05.065
you can do call by value, versus call by need
0:07:05.065,0:07:07.400
versus call by name, trivially, right?
0:07:07.840,0:07:10.860
You can do all sorts of things that are really deep
0:07:10.860,0:07:14.240
and give you deep insights into concepts of programming languages
0:07:14.240,0:07:16.980
that you'll use, you know, the rest of your career
0:07:16.980,0:07:20.220
or the rest of your hobby or whatever.
0:07:20.225,0:07:23.225
0:07:23.225,0:07:25.945
0:07:25.945,0:07:27.515
0:07:27.515,0:07:30.905
0:07:31.325,0:07:33.995
0:07:34.245,0:07:37.045
0:07:37.195,0:07:40.025
0:07:40.025,0:07:42.765
0:07:42.765,0:07:45.715
0:07:45.715,0:07:46.715
0:07:47.625,0:07:50.175
0:07:50.175,0:07:52.995
0:07:53.245,0:07:56.145
0:07:56.145,0:07:59.485
0:07:59.545,0:08:01.365
0:08:01.815,0:08:04.635
0:08:04.635,0:08:07.645
0:08:07.645,0:08:10.385
0:08:10.935,0:08:13.305
0:08:13.305,0:08:15.845
0:08:15.845,0:08:17.195
0:08:17.525,0:08:20.435
0:08:20.435,0:08:23.205
0:08:23.205,0:08:26.125
0:08:26.125,0:08:29.585
0:08:30.325,0:08:33.245
0:08:33.245,0:08:35.475
0:08:35.865,0:08:38.435
0:08:38.435,0:08:41.465
0:08:41.465,0:08:44.535
0:08:44.535,0:08:47.545
0:08:47.545,0:08:50.455
0:08:50.455,0:08:53.515
0:08:53.515,0:08:56.525
0:08:56.525,0:08:59.285
0:08:59.285,0:09:01.735
0:09:02.445,0:09:05.315
0:09:05.315,0:09:08.395
0:09:08.395,0:09:10.645
0:09:10.645,0:09:11.915
0:09:11.915,0:09:14.265
0:09:15.155,0:09:16.905
0:09:16.905,0:09:20.165
0:09:20.165,0:09:23.355
0:09:23.355,0:09:25.265
0:09:25.265,0:09:28.325
0:09:28.325,0:09:31.535
0:09:31.535,0:09:33.075
0:09:33.075,0:09:35.795
0:09:36.315,0:09:39.545
0:09:40.145,0:09:43.075
0:09:43.075,0:09:45.835
0:09:45.835,0:09:48.875
0:09:48.935,0:09:51.875
0:09:51.875,0:09:53.005
0:09:53.525,0:09:56.005
0:09:56.005,0:09:58.965
0:09:58.965,0:10:01.715
0:10:01.715,0:10:03.875
0:10:04.245,0:10:07.285
0:10:07.285,0:10:09.895
0:10:09.895,0:10:12.825
0:10:12.825,0:10:15.365
0:10:15.365,0:10:17.295
0:10:17.815,0:10:20.385
0:10:20.765,0:10:22.715
0:10:23.285,0:10:26.335
0:10:26.335,0:10:29.075
0:10:29.075,0:10:32.035
0:10:32.035,0:10:34.875
0:10:34.875,0:10:38.115
0:10:38.115,0:10:40.985
0:10:40.985,0:10:44.125
0:10:44.125,0:10:47.165
0:10:47.165,0:10:50.125
0:10:50.125,0:10:52.985
0:10:53.655,0:10:54.655
0:10:55.145,0:10:58.615
0:10:58.715,0:11:01.455
0:11:01.455,0:11:04.385
0:11:04.505,0:11:07.165
0:11:07.475,0:11:10.355
0:11:10.355,0:11:13.295
0:11:13.755,0:11:15.605
0:11:15.605,0:11:18.505
0:11:18.505,0:11:21.125
0:11:21.505,0:11:24.165
0:11:24.165,0:11:27.025
0:11:27.025,0:11:29.795
0:11:29.915,0:11:32.905
0:11:32.905,0:11:35.155
0:11:35.935,0:11:37.555
0:11:38.285,0:11:39.285
0:11:39.955,0:11:43.345
0:11:43.345,0:11:46.505
0:11:46.595,0:11:48.235
0:11:48.805,0:11:51.005
0:11:51.695,0:11:55.125
0:11:55.125,0:11:57.395
0:11:57.395,0:12:00.105
0:12:00.105,0:12:03.185
0:12:03.185,0:12:06.655
0:12:06.955,0:12:09.095
0:12:09.095,0:12:10.905
0:12:11.385,0:12:14.125
0:12:14.125,0:12:16.725
0:12:16.725,0:12:19.365
0:12:19.365,0:12:22.295
0:12:22.295,0:12:24.685
0:12:24.685,0:12:27.635
0:12:27.635,0:12:30.475
0:12:30.475,0:12:33.255
0:12:33.255,0:12:35.405
0:12:35.835,0:12:37.795
0:12:38.515,0:12:39.515
0:12:39.655,0:12:42.755
0:12:42.755,0:12:45.745
0:12:45.745,0:12:48.775
0:12:49.125,0:12:51.505
0:12:51.505,0:12:54.235
0:12:54.235,0:12:56.765
0:12:56.855,0:12:59.765
0:12:59.765,0:13:02.805
0:13:03.525,0:13:04.745
0:13:05.135,0:13:07.295
0:13:09.935,0:13:12.765
0:13:12.765,0:13:15.165
0:13:16.175,0:13:18.985
0:13:18.985,0:13:21.675
0:13:21.675,0:13:24.335
0:13:24.335,0:13:26.825
0:13:26.825,0:13:29.675
0:13:29.675,0:13:32.415
0:13:32.645,0:13:35.765
0:13:35.765,0:13:38.745
0:13:38.745,0:13:41.745
0:13:41.745,0:13:42.745
0:13:43.085,0:13:45.805
0:13:45.805,0:13:46.905
0:13:47.255,0:13:50.155
0:13:50.155,0:13:51.385
0:13:52.165,0:13:53.805
0:13:54.715,0:13:55.715
0:13:56.825,0:13:59.845
0:13:59.845,0:14:01.015
0:14:01.355,0:14:02.355
0:14:03.105,0:14:05.875
0:14:05.875,0:14:07.505
0:14:07.835,0:14:10.875
0:14:10.875,0:14:13.775
0:14:15.335,0:14:18.365
0:14:18.365,0:14:19.615
0:14:20.325,0:14:22.535
0:14:24.555,0:14:28.035
0:14:28.315,0:14:30.725
0:14:36.805,0:14:40.055
0:14:41.995,0:14:42.995
0:14:44.345,0:14:46.155
0:14:47.005,0:14:49.025
0:14:50.945,0:14:52.585
0:14:53.775,0:14:55.895
0:14:56.755,0:14:59.855
0:14:59.855,0:15:01.735
0:15:02.655,0:15:04.475
0:15:05.025,0:15:07.235
0:15:07.705,0:15:09.825
0:15:09.825,0:15:11.625
0:15:13.255,0:15:16.115
0:15:16.985,0:15:18.125
0:15:19.095,0:15:22.165
0:15:22.165,0:15:24.665
0:15:25.855,0:15:28.895
0:15:28.895,0:15:29.895
0:15:30.145,0:15:31.455
0:15:32.315,0:15:34.555
0:15:35.495,0:15:37.765
0:15:38.075,0:15:40.985
0:15:40.985,0:15:43.865
0:15:43.865,0:15:46.595
0:15:47.015,0:15:50.035
0:15:50.035,0:15:52.745
0:15:52.745,0:15:55.695
0:15:56.555,0:15:58.215
0:15:58.215,0:16:00.945
0:16:01.235,0:16:03.515
0:16:03.515,0:16:06.235
0:16:06.545,0:16:09.595
0:16:09.595,0:16:11.325
0:16:11.695,0:16:14.895
0:16:14.895,0:16:18.355
0:16:18.355,0:16:19.655
0:16:20.145,0:16:23.095
0:16:23.095,0:16:25.745
0:16:26.005,0:16:27.985
0:16:30.275,0:16:33.085
0:16:33.085,0:16:35.965
0:16:35.965,0:16:38.855
0:16:38.855,0:16:41.155
0:16:41.615,0:16:44.995
0:16:44.995,0:16:48.005
0:16:48.525,0:16:50.875
0:16:50.875,0:16:54.225
0:16:54.225,0:16:57.245
0:16:57.245,0:16:59.455
0:16:59.455,0:17:02.275
0:17:02.275,0:17:04.395
0:17:04.455,0:17:06.905
0:17:07.575,0:17:10.435
0:17:11.195,0:17:14.355
0:17:14.355,0:17:17.305
0:17:17.305,0:17:20.295
0:17:20.345,0:17:21.995
0:17:23.045,0:17:25.235
0:17:27.475,0:17:30.575
0:17:30.575,0:17:33.535
0:17:33.535,0:17:34.535
0:17:34.615,0:17:37.395
0:17:37.395,0:17:38.395
0:17:38.605,0:17:41.535
0:17:41.535,0:17:44.555
0:17:44.555,0:17:47.595
0:17:47.595,0:17:50.645
0:17:50.865,0:17:53.725
0:17:53.725,0:17:56.005
0:17:56.575,0:17:58.995
0:17:58.995,0:18:02.485
0:18:02.615,0:18:05.435
0:18:05.435,0:18:07.995
0:18:07.995,0:18:10.845
0:18:10.845,0:18:13.365
0:18:14.125,0:18:15.535
0:18:16.105,0:18:18.945
0:18:18.945,0:18:21.925
0:18:21.925,0:18:24.895
0:18:24.895,0:18:25.905
0:18:27.535,0:18:29.145
0:18:29.805,0:18:31.585
0:18:32.385,0:18:33.725
0:18:34.675,0:18:37.095
0:18:37.095,0:18:40.145
0:18:40.665,0:18:41.665
0:18:41.795,0:18:44.895
0:18:44.895,0:18:47.915
0:18:48.575,0:18:50.845
0:18:51.375,0:18:53.965
0:18:54.335,0:18:54.885
0:18:54.885,0:18:57.715
0:18:57.715,0:19:00.135
0:19:00.455,0:19:03.585
0:19:03.585,0:19:06.245
0:19:06.695,0:19:09.705
0:19:09.705,0:19:12.785
0:19:12.785,0:19:15.595
0:19:15.595,0:19:18.285
0:19:18.285,0:19:21.045
0:19:21.045,0:19:24.045
0:19:24.045,0:19:26.765
0:19:26.765,0:19:29.015
0:19:29.015,0:19:32.125
0:19:32.125,0:19:34.985
0:19:34.985,0:19:37.595
0:19:37.595,0:19:40.825
0:19:41.825,0:19:44.315
0:19:44.315,0:19:46.435
0:19:47.145,0:19:48.935
0:19:49.265,0:19:51.875
0:19:52.085,0:19:53.915
0:19:54.415,0:19:55.485
0:19:56.065,0:19:59.025
0:19:59.025,0:20:00.025
0:20:01.255,0:20:02.445
0:20:02.855,0:20:06.225
0:20:06.265,0:20:07.935
0:20:08.305,0:20:10.395
0:20:10.395,0:20:13.595
0:20:13.595,0:20:16.185
0:20:16.185,0:20:19.325
0:20:19.325,0:20:22.205
0:20:22.205,0:20:25.295
0:20:25.295,0:20:27.555
0:20:27.865,0:20:30.915
0:20:32.115,0:20:34.205
0:20:34.465,0:20:37.775
0:20:37.985,0:20:39.615
0:20:40.325,0:20:42.115
0:20:42.115,0:20:44.855
0:20:44.855,0:20:47.855
0:20:47.855,0:20:49.795
0:20:50.175,0:20:51.405
0:20:51.805,0:20:53.745
0:20:54.805,0:20:57.835
0:20:57.835,0:21:00.585
0:21:01.415,0:21:03.615
0:21:04.035,0:21:06.185
0:21:06.185,0:21:09.115
0:21:09.115,0:21:11.645
0:21:11.645,0:21:14.605
0:21:14.605,0:21:17.655
0:21:17.655,0:21:20.085
0:21:21.925,0:21:22.955
0:21:23.575,0:21:26.425
0:21:26.425,0:21:29.245
0:21:29.245,0:21:32.275
0:21:32.555,0:21:35.575
0:21:35.575,0:21:37.825
0:21:38.235,0:21:41.215
0:21:41.215,0:21:43.275
0:21:44.305,0:21:45.305
0:21:45.515,0:21:48.365
0:21:48.365,0:21:51.675
0:21:51.675,0:21:54.935
0:21:55.705,0:21:56.705
0:21:56.895,0:21:58.465
0:21:58.865,0:22:01.255
0:22:01.635,0:22:03.115
0:22:03.115,0:22:05.385
0:22:05.385,0:22:08.345
0:22:08.345,0:22:11.215
0:22:11.215,0:22:13.835
0:22:15.095,0:22:16.395
0:22:17.485,0:22:20.425
0:22:20.425,0:22:23.415
0:22:23.415,0:22:26.815
0:22:26.815,0:22:29.265
0:22:29.625,0:22:30.955
0:22:31.785,0:22:35.095
0:22:35.155,0:22:37.485
0:22:37.485,0:22:40.555
0:22:40.555,0:22:43.865
0:22:44.015,0:22:46.925
0:22:51.705,0:22:52.685
0:22:52.685,0:22:55.475
0:22:57.625,0:22:58.625
0:22:59.925,0:23:02.585
0:23:02.785,0:23:04.425
0:23:04.745,0:23:07.395
0:23:07.715,0:23:10.605
0:23:10.605,0:23:11.605
0:23:12.135,0:23:13.455
0:23:13.455,0:23:16.275
0:23:16.555,0:23:19.385
0:23:19.995,0:23:21.115
0:23:22.895,0:23:25.965
0:23:25.965,0:23:27.775
0:23:28.365,0:23:29.365
0:23:29.605,0:23:31.955
0:23:32.845,0:23:35.825
0:23:35.825,0:23:38.445
0:23:38.595,0:23:41.235
0:23:41.515,0:23:44.985
0:23:45.065,0:23:46.685
0:23:47.845,0:23:50.525
0:23:50.525,0:23:53.685
0:23:53.685,0:23:56.485
0:23:56.485,0:23:57.925
0:23:58.325,0:24:01.295
0:24:01.295,0:24:04.305
0:24:04.365,0:24:05.365
0:24:05.865,0:24:08.585
0:24:08.585,0:24:09.655
0:24:10.095,0:24:12.655
0:24:12.815,0:24:14.645
0:24:14.645,0:24:17.595
0:24:17.595,0:24:18.595
0:24:18.665,0:24:21.305
0:24:21.615,0:24:24.545
0:24:25.255,0:24:27.265
0:24:27.615,0:24:30.825
0:24:30.825,0:24:33.815
0:24:33.815,0:24:36.985
0:24:36.985,0:24:39.865
0:24:39.865,0:24:42.875
0:24:42.875,0:24:45.855
0:24:45.855,0:24:48.955
0:24:48.955,0:24:52.255
0:24:52.255,0:24:54.155
0:24:54.155,0:24:57.185
0:24:57.185,0:25:00.195
0:25:00.195,0:25:03.185
0:25:03.505,0:25:06.415
0:25:06.415,0:25:09.175
0:25:09.175,0:25:12.155
0:25:12.155,0:25:15.225
0:25:15.225,0:25:18.055
0:25:18.245,0:25:21.145
0:25:21.145,0:25:24.435
0:25:24.435,0:25:26.825
0:25:27.185,0:25:30.555
0:25:30.755,0:25:33.565
0:25:33.565,0:25:35.575
0:25:35.735,0:25:37.875
0:25:38.235,0:25:41.475
0:25:41.585,0:25:44.155
0:25:44.155,0:25:47.105
0:25:47.105,0:25:50.405
0:25:50.405,0:25:52.825
0:25:53.125,0:25:55.905
0:25:56.965,0:25:59.455
0:26:00.185,0:26:01.485
0:26:02.625,0:26:04.835
0:26:09.785,0:26:12.495
0:26:12.655,0:26:13.795
0:26:15.035,0:26:16.345
0:26:17.375,0:26:18.865
0:26:19.815,0:26:22.825
0:26:23.375,0:26:24.375
0:26:24.705,0:26:27.955
0:26:28.415,0:26:29.415
0:26:29.675,0:26:32.885
0:26:33.005,0:26:36.095
0:26:36.095,0:26:37.095
0:26:37.705,0:26:38.705
0:26:39.455,0:26:41.945
0:26:42.705,0:26:43.705
0:26:44.035,0:26:46.745
0:26:46.745,0:26:49.825
0:26:49.825,0:26:51.115
0:26:51.425,0:26:53.385
0:26:54.365,0:26:55.985
0:26:57.585,0:26:58.845
0:27:00.015,0:27:01.045
0:27:01.365,0:27:04.395
0:27:04.395,0:27:05.395
0:27:05.755,0:27:07.695
0:27:08.555,0:27:09.825
0:27:11.885,0:27:12.885
0:27:13.025,0:27:15.655
0:27:15.655,0:27:16.655
0:27:16.945,0:27:18.895
0:27:18.895,0:27:22.065
0:27:22.075,0:27:24.685
0:27:24.685,0:27:27.615
0:27:27.805,0:27:29.165
0:27:29.735,0:27:32.605
0:27:32.605,0:27:35.475
0:27:35.475,0:27:37.855
0:27:37.855,0:27:40.825
0:27:40.825,0:27:42.575
0:27:44.525,0:27:47.535
0:27:47.535,0:27:49.845
0:27:49.845,0:27:52.915
0:27:52.915,0:27:55.905
0:27:55.905,0:27:58.105
0:27:58.105,0:28:01.085
0:28:01.085,0:28:03.455
0:28:03.455,0:28:05.945
0:28:05.945,0:28:09.195
0:28:09.195,0:28:10.395
0:28:12.175,0:28:15.125
0:28:15.125,0:28:16.825
0:28:17.235,0:28:19.995
0:28:19.995,0:28:23.025
0:28:23.025,0:28:26.155
0:28:26.155,0:28:29.205
0:28:29.205,0:28:32.265
0:28:32.265,0:28:35.275
0:28:35.275,0:28:38.655
0:28:38.915,0:28:40.165
0:28:41.665,0:28:44.425
0:28:44.425,0:28:47.055
0:28:47.815,0:28:50.445
0:28:50.445,0:28:52.495
0:28:52.495,0:28:54.545
0:28:54.545,0:28:57.565
0:28:57.565,0:29:00.655
0:29:00.655,0:29:03.625
0:29:03.625,0:29:04.625
0:29:04.895,0:29:06.715
0:29:07.175,0:29:09.505
0:29:09.765,0:29:12.795
0:29:12.795,0:29:14.645
0:29:16.365,0:29:19.395
0:29:19.395,0:29:20.285
0:29:20.285,0:29:21.755
0:29:22.415,0:29:25.555
0:29:26.885,0:29:27.885
0:29:29.185,0:29:30.185
0:29:30.495,0:29:32.685
0:29:33.155,0:29:36.415
0:29:36.415,0:29:39.725
0:29:39.865,0:29:41.545
0:29:42.405,0:29:44.605
0:29:45.485,0:29:46.815
0:29:50.395,0:29:53.045
0:29:55.215,0:29:58.135
0:29:58.135,0:29:59.425
0:30:01.405,0:30:03.705
0:30:04.395,0:30:06.965
0:30:06.965,0:30:08.595
0:30:14.415,0:30:16.965
0:30:16.965,0:30:19.515
0:30:19.555,0:30:22.045
0:30:23.105,0:30:25.995
0:30:25.995,0:30:27.185
0:30:28.545,0:30:31.485
0:30:31.485,0:30:34.375
0:30:34.375,0:30:36.775
0:30:36.775,0:30:40.055
0:30:40.055,0:30:42.955
0:30:42.955,0:30:45.815
0:30:45.815,0:30:46.815
0:30:47.245,0:30:49.395
0:30:49.805,0:30:52.435
0:30:52.435,0:30:54.785
0:30:54.785,0:30:58.285
0:30:58.545,0:31:01.025
0:31:01.385,0:31:04.105
0:31:04.105,0:31:05.905
0:31:06.345,0:31:09.195
0:31:09.195,0:31:10.195
0:31:10.865,0:31:13.865
0:31:13.865,0:31:15.875
0:31:16.255,0:31:17.795
0:31:19.385,0:31:22.495
0:31:22.495,0:31:24.445
0:31:25.465,0:31:26.465
0:31:26.635,0:31:29.655
0:31:29.655,0:31:31.295
0:31:31.625,0:31:32.625
0:31:36.115,0:31:39.215
0:31:39.215,0:31:40.215
0:31:40.505,0:31:42.185
0:31:43.335,0:31:44.335
0:31:46.305,0:31:49.205
0:31:49.205,0:31:50.175
0:31:50.175,0:31:51.175
0:31:51.435,0:31:54.245
0:31:54.245,0:31:55.245
0:31:56.065,0:31:59.205
0:32:00.435,0:32:03.225
0:32:03.225,0:32:06.255
0:32:06.845,0:32:09.365
0:32:09.365,0:32:12.345
0:32:12.345,0:32:14.965
0:32:16.745,0:32:19.425
0:32:19.425,0:32:22.295
0:32:22.295,0:32:25.355
0:32:25.495,0:32:27.495
0:32:27.825,0:32:29.405
0:32:30.365,0:32:31.785
0:32:32.405,0:32:35.565
0:32:35.565,0:32:38.245
0:32:38.245,0:32:40.835
0:32:40.835,0:32:43.785
0:32:43.785,0:32:46.735
0:32:47.065,0:32:49.905
0:32:49.905,0:32:52.065
0:32:52.535,0:32:53.535
0:32:59.675,0:33:02.785
0:33:02.785,0:33:05.785
0:33:05.785,0:33:08.545
0:33:08.545,0:33:11.565
0:33:11.565,0:33:13.775
0:33:13.775,0:33:16.785
0:33:16.785,0:33:19.765
0:33:19.765,0:33:22.915
0:33:22.915,0:33:24.915
0:33:24.915,0:33:27.565
0:33:27.565,0:33:30.695
0:33:30.695,0:33:33.625
0:33:33.625,0:33:36.835
0:33:36.835,0:33:39.955
0:33:39.985,0:33:40.985
0:33:41.195,0:33:43.075
0:33:43.075,0:33:46.015
0:33:46.015,0:33:47.565
0:33:47.565,0:33:49.805
0:33:51.005,0:33:53.975
0:33:53.975,0:33:56.745
0:33:56.745,0:33:57.825
0:34:00.365,0:34:01.235
0:34:01.235,0:34:02.705
0:34:03.995,0:34:06.035
0:34:08.085,0:34:10.865
0:34:11.545,0:34:14.655
0:34:14.805,0:34:16.255
0:34:17.195,0:34:18.425
0:34:18.875,0:34:21.575
0:34:23.675,0:34:25.395
0:34:26.355,0:34:29.615
0:34:29.655,0:34:32.655
0:34:32.655,0:34:35.665
0:34:35.665,0:34:38.445
0:34:38.445,0:34:40.575
0:34:42.435,0:34:44.215
0:34:45.355,0:34:47.885
0:34:49.135,0:34:51.385
0:34:51.855,0:34:54.215
0:34:54.215,0:34:57.015
0:34:57.015,0:34:59.205
0:35:00.595,0:35:03.495
0:35:03.495,0:35:06.275
0:35:06.275,0:35:08.985
0:35:08.985,0:35:11.375
0:35:13.005,0:35:14.005
0:35:14.565,0:35:17.765
0:35:17.765,0:35:20.835
0:35:21.055,0:35:22.835
0:35:23.825,0:35:24.895
0:35:25.265,0:35:26.265
0:35:26.835,0:35:30.095
0:35:30.095,0:35:32.295
0:35:34.505,0:35:36.645
0:35:36.645,0:35:39.475
0:35:39.475,0:35:42.505
0:35:42.505,0:35:44.885
0:35:44.885,0:35:46.635
0:35:46.635,0:35:49.665
0:35:49.665,0:35:51.755
0:35:52.555,0:35:53.555
0:35:53.585,0:35:55.725
0:36:00.195,0:36:03.405
0:36:06.105,0:36:09.275
0:36:09.275,0:36:11.325
0:36:12.325,0:36:13.325
0:36:13.955,0:36:14.955
0:36:15.365,0:36:17.815
0:36:17.815,0:36:20.215
0:36:21.055,0:36:24.205
0:36:24.575,0:36:26.715
0:36:33.145,0:36:34.965
0:36:37.305,0:36:38.435
0:36:40.375,0:36:43.185
0:36:43.185,0:36:44.185
0:36:44.575,0:36:45.565
0:36:45.565,0:36:48.545
0:36:48.635,0:36:50.215
0:36:51.625,0:36:54.165
0:36:55.725,0:36:58.315
0:36:58.315,0:36:59.875
0:37:01.925,0:37:04.125
0:37:04.455,0:37:07.585
0:37:07.585,0:37:08.705
0:37:09.035,0:37:10.035
0:37:10.055,0:37:11.945
0:37:12.895,0:37:16.275
0:37:16.275,0:37:19.385
0:37:19.385,0:37:20.995
0:37:21.795,0:37:22.795
0:37:23.215,0:37:25.675
0:37:25.675,0:37:28.985
0:37:28.985,0:37:32.425
0:37:36.325,0:37:38.475
0:37:38.815,0:37:40.445
0:37:40.845,0:37:43.835
0:37:45.055,0:37:47.285
0:37:48.735,0:37:51.505
0:37:52.305,0:37:55.015
0:37:55.585,0:37:57.645
0:37:57.645,0:38:00.105
0:38:01.845,0:38:05.025
0:38:05.025,0:38:08.075
0:38:08.095,0:38:09.705
0:38:11.215,0:38:14.665
0:38:15.635,0:38:16.635
0:38:20.015,0:38:21.015
0:38:21.975,0:38:23.295
0:38:24.705,0:38:26.345
0:38:26.695,0:38:28.435
0:38:33.935,0:38:37.125
0:38:37.125,0:38:38.765
0:38:40.775,0:38:44.165
0:38:51.295,0:38:54.345
0:38:54.345,0:38:57.065
0:38:57.065,0:39:00.095
0:39:00.095,0:39:02.775
0:39:02.775,0:39:05.705
0:39:05.705,0:39:08.505
0:39:08.505,0:39:11.055
0:39:14.385,0:39:15.395
0:39:17.295,0:39:19.405
0:39:19.955,0:39:22.995
0:39:22.995,0:39:25.905
0:39:26.265,0:39:29.425
0:39:29.425,0:39:32.435
0:39:32.435,0:39:33.435
0:39:34.825,0:39:35.825
0:39:36.905,0:39:39.485
0:39:40.355,0:39:41.355
0:39:42.105,0:39:44.665
0:39:45.285,0:39:48.285
0:39:50.345,0:39:51.345
0:39:51.965,0:39:53.155
0:39:53.935,0:39:54.935
0:39:56.515,0:39:57.855
0:39:59.265,0:40:02.355
0:40:02.355,0:40:04.975
0:40:05.355,0:40:08.365
0:40:08.365,0:40:10.785
0:40:10.785,0:40:12.135
0:40:13.555,0:40:14.895
0:40:15.285,0:40:18.075
0:40:18.075,0:40:21.105
0:40:21.105,0:40:22.945
0:40:23.495,0:40:26.335
0:40:26.335,0:40:28.795
0:40:28.795,0:40:32.255
0:40:32.255,0:40:35.575
0:40:35.575,0:40:38.545
0:40:38.545,0:40:41.265
0:40:41.345,0:40:43.635
0:40:43.715,0:40:46.425
0:40:46.425,0:40:49.495
0:40:49.775,0:40:52.985
0:40:52.985,0:40:55.215
0:40:55.215,0:40:57.785
0:41:00.135,0:41:01.575
0:41:02.665,0:41:04.255
0:41:08.615,0:41:11.515
0:41:11.515,0:41:12.875
0:41:13.615,0:41:16.185
0:41:16.625,0:41:19.725
0:41:19.735,0:41:21.695
0:41:21.695,0:41:23.495
0:41:24.575,0:41:25.655
0:41:27.945,0:41:30.985
0:41:30.985,0:41:31.985
0:41:32.235,0:41:34.645
0:41:35.085,0:41:36.935
0:41:38.045,0:41:39.635
0:41:40.335,0:41:43.365
0:41:43.405,0:41:46.075
0:41:46.075,0:41:48.705
0:41:48.705,0:41:51.505
0:41:51.505,0:41:52.505
0:41:52.715,0:41:55.245
0:41:55.955,0:41:59.205
0:41:59.395,0:42:02.135
0:42:02.275,0:42:04.795
0:42:04.795,0:42:06.635
0:42:06.635,0:42:09.545
0:42:09.545,0:42:10.545
0:42:13.855,0:42:16.515
0:42:17.335,0:42:18.335
0:42:18.505,0:42:20.705
0:42:23.565,0:42:26.155
0:42:26.155,0:42:28.135
0:42:28.465,0:42:29.565
0:42:30.995,0:42:32.665
0:42:33.385,0:42:36.355
0:42:36.355,0:42:37.365
0:42:39.045,0:42:41.565
0:42:41.565,0:42:43.315
0:42:44.235,0:42:46.745
0:42:48.315,0:42:49.495
0:42:49.885,0:42:51.215
0:42:54.155,0:42:56.905
0:42:56.905,0:42:59.925
0:42:59.925,0:43:02.975
0:43:02.975,0:43:05.695
0:43:06.455,0:43:09.535
0:43:09.535,0:43:12.555
0:43:12.555,0:43:15.715
0:43:15.715,0:43:18.715
0:43:18.715,0:43:21.495
0:43:21.495,0:43:24.415
0:43:24.415,0:43:27.395
0:43:27.395,0:43:30.355
0:43:30.615,0:43:33.655
0:43:33.655,0:43:36.395
0:43:36.395,0:43:39.525
0:43:39.525,0:43:42.395
0:43:42.395,0:43:45.685
0:43:45.685,0:43:48.855
0:43:48.945,0:43:52.095
0:43:52.095,0:43:53.905
0:43:54.235,0:43:57.275
0:43:57.275,0:43:59.805
0:43:59.805,0:44:01.495
0:44:02.145,0:44:04.615
0:44:04.615,0:44:07.545
0:44:07.545,0:44:08.705
0:44:09.545,0:44:12.765
0:44:13.325,0:44:16.595
0:44:16.595,0:44:19.245
0:44:19.245,0:44:22.125
0:44:22.125,0:44:23.955
0:44:24.425,0:44:25.775
0:44:27.765,0:44:28.915
0:44:29.665,0:44:32.065
0:44:32.865,0:44:33.865
0:44:34.455,0:44:37.245
0:44:37.245,0:44:39.935
0:44:39.935,0:44:43.055
0:44:43.065,0:44:44.365
0:44:45.585,0:44:48.635
0:44:48.635,0:44:49.605
0:44:49.605,0:44:52.755
0:44:52.755,0:44:55.235
0:44:55.235,0:44:56.345
0:44:57.345,0:45:00.385
0:45:00.385,0:45:03.505
0:45:03.505,0:45:04.505
0:45:05.415,0:45:06.415
0:45:06.955,0:45:09.475
0:45:10.775,0:45:11.775
0:45:12.135,0:45:15.025
0:45:15.025,0:45:17.975
0:45:17.975,0:45:19.585
0:45:21.155,0:45:24.495
0:45:24.495,0:45:27.515
0:45:27.515,0:45:29.535
0:45:30.055,0:45:32.915
0:45:32.915,0:45:35.805
0:45:35.805,0:45:38.345
0:45:38.345,0:45:40.805
0:45:43.035,0:45:45.985
0:45:45.985,0:45:48.975
0:45:48.975,0:45:52.045
0:45:52.045,0:45:53.065
0:45:53.555,0:45:57.055
0:45:59.985,0:46:02.785
0:46:03.635,0:46:04.635
0:46:05.605,0:46:07.145
0:46:07.745,0:46:10.495
0:46:10.495,0:46:13.575
0:46:13.575,0:46:15.665
0:46:16.035,0:46:19.035
0:46:19.035,0:46:21.745
0:46:23.045,0:46:24.045
0:46:24.775,0:46:25.775
0:46:26.335,0:46:28.315
0:46:33.805,0:46:36.875
0:46:36.875,0:46:38.635
0:46:38.635,0:46:41.545
0:46:41.805,0:46:44.465
0:46:45.315,0:46:47.225
0:46:47.225,0:46:50.265
0:46:50.265,0:46:51.815
0:46:51.815,0:46:54.955
0:46:55.345,0:46:58.245
0:46:58.535,0:47:01.085
0:47:01.085,0:47:04.145
0:47:04.145,0:47:07.245
0:47:07.245,0:47:08.765
0:47:09.775,0:47:10.875
0:47:11.755,0:47:13.545
0:47:14.305,0:47:15.305
0:47:16.365,0:47:17.365
0:47:18.185,0:47:21.195
0:47:25.365,0:47:26.365
0:47:27.175,0:47:29.665
0:47:30.535,0:47:33.505
0:47:33.505,0:47:36.105
0:47:36.105,0:47:38.285
0:47:40.355,0:47:43.645
0:47:46.695,0:47:49.715
0:47:49.715,0:47:52.545
0:47:52.545,0:47:55.485
0:47:55.485,0:47:58.295
0:47:58.505,0:48:01.595
0:48:01.595,0:48:04.155
0:48:04.155,0:48:07.225
0:48:07.315,0:48:10.395
0:48:10.395,0:48:13.455
0:48:14.015,0:48:16.915
0:48:16.915,0:48:18.665
0:48:18.975,0:48:22.035
0:48:22.035,0:48:25.205
0:48:25.205,0:48:28.055
0:48:28.705,0:48:30.185
0:48:30.685,0:48:31.715
0:48:33.825,0:48:36.455
0:48:36.455,0:48:39.825
0:48:40.075,0:48:42.935
0:48:42.935,0:48:45.945
0:48:45.945,0:48:48.655
0:48:48.655,0:48:51.975
0:48:52.025,0:48:54.915
0:48:54.915,0:48:57.965
0:48:57.965,0:48:58.965
0:48:59.965,0:49:02.785
0:49:02.785,0:49:06.025
0:49:07.665,0:49:10.705
0:49:10.985,0:49:13.385
0:49:16.855,0:49:19.305
0:49:19.995,0:49:21.175
0:49:22.635,0:49:23.645
0:49:24.425,0:49:27.005
0:49:28.205,0:49:29.205
0:49:29.745,0:49:32.975
0:49:32.985,0:49:35.985
0:49:35.985,0:49:38.995
0:49:38.995,0:49:40.855
0:49:40.855,0:49:43.685
0:49:43.685,0:49:46.585
0:49:46.585,0:49:47.625
0:49:49.215,0:49:50.215
0:49:50.405,0:49:53.655
0:49:55.305,0:49:56.725
0:49:57.755,0:49:59.035
0:49:59.355,0:50:02.255
0:50:02.535,0:50:03.535
0:50:03.825,0:50:07.295
0:50:08.475,0:50:11.805
0:50:11.805,0:50:13.585
0:50:15.355,0:50:17.865
0:50:18.515,0:50:21.065
0:50:21.065,0:50:24.095
0:50:24.095,0:50:25.315
0:50:26.685,0:50:29.995
0:50:30.755,0:50:33.435
0:50:33.435,0:50:36.105
0:50:36.105,0:50:38.865
0:50:38.865,0:50:42.085
0:50:42.085,0:50:45.135
0:50:45.135,0:50:47.685
0:50:47.685,0:50:49.015
0:50:49.355,0:50:52.375
0:50:52.375,0:50:55.325
0:50:55.325,0:50:58.445
0:50:58.935,0:51:00.355
0:51:00.855,0:51:03.265
0:51:03.265,0:51:05.885
0:51:05.885,0:51:07.745
0:51:08.195,0:51:10.645
0:51:10.645,0:51:13.585
0:51:13.585,0:51:15.985
0:51:15.985,0:51:19.405
0:51:19.555,0:51:22.195
0:51:22.205,0:51:24.055
0:51:24.055,0:51:27.055
0:51:27.055,0:51:29.485
0:51:29.485,0:51:31.805
0:51:32.175,0:51:35.565
0:51:37.345,0:51:39.545
0:51:40.075,0:51:43.015
0:51:43.015,0:51:44.015
0:51:44.195,0:51:47.065
0:51:47.425,0:51:48.425
0:51:48.615,0:51:49.615
0:51:50.355,0:51:51.365
0:51:53.485,0:51:56.465
0:51:56.465,0:51:59.695
0:51:59.695,0:52:01.785
0:52:02.435,0:52:05.925
0:52:06.595,0:52:07.685
0:52:09.245,0:52:10.245
0:52:10.575,0:52:12.995
0:52:14.535,0:52:15.535
0:52:16.465,0:52:18.705
0:52:20.465,0:52:22.175
0:52:22.575,0:52:25.035
0:52:25.095,0:52:26.115
0:52:27.705,0:52:30.615
0:52:30.615,0:52:33.065
0:52:33.065,0:52:35.405
0:52:36.155,0:52:37.155
0:52:37.505,0:52:39.025
0:52:40.235,0:52:41.235
0:52:41.625,0:52:44.905
0:52:44.905,0:52:47.695
0:52:47.695,0:52:50.605
0:52:50.845,0:52:52.915
0:52:53.695,0:52:56.665
0:52:56.665,0:52:58.565
0:52:59.055,0:53:01.965
0:53:01.965,0:53:04.605
0:53:04.605,0:53:07.765
0:53:07.765,0:53:09.095
0:53:10.095,0:53:13.115
0:53:13.115,0:53:14.845
0:53:16.865,0:53:19.885
0:53:19.885,0:53:22.275
0:53:25.185,0:53:27.705
0:53:27.705,0:53:28.985
0:53:32.215,0:53:35.235
0:53:35.855,0:53:37.475
0:53:37.935,0:53:41.315
0:53:42.755,0:53:45.765
0:53:45.765,0:53:46.765
0:53:46.905,0:53:48.255
0:53:49.355,0:53:50.545
0:53:50.865,0:53:53.345
0:53:53.555,0:53:54.555
0:53:54.975,0:53:57.815
0:53:57.815,0:53:59.535
0:53:59.975,0:54:01.995
0:54:02.465,0:54:05.335
0:54:06.835,0:54:09.845
0:54:09.845,0:54:10.845
0:54:11.595,0:54:14.595
0:54:14.595,0:54:16.425
0:54:16.985,0:54:19.845
0:54:19.845,0:54:22.745
0:54:22.745,0:54:25.175
0:54:25.575,0:54:28.595
0:54:28.595,0:54:29.595
0:54:30.295,0:54:33.285
0:54:33.285,0:54:34.275
0:54:34.275,0:54:37.045
0:54:37.045,0:54:38.355
0:54:38.715,0:54:41.955
0:54:42.005,0:54:44.765
0:54:45.115,0:54:47.915
0:54:47.915,0:54:50.925
0:54:50.925,0:54:53.265
0:54:54.145,0:54:56.515
0:55:02.865,0:55:03.985
0:55:08.685,0:55:11.475
0:55:12.335,0:55:13.945
0:55:14.485,0:55:15.485
0:55:15.875,0:55:18.545
0:55:18.595,0:55:21.525
0:55:22.575,0:55:25.175
0:55:26.105,0:55:28.765
0:55:28.765,0:55:29.765
0:55:30.465,0:55:31.465
0:55:31.895,0:55:34.455
0:55:35.435,0:55:38.545
0:55:38.925,0:55:42.005
0:55:42.005,0:55:45.035
0:55:45.035,0:55:47.435
0:55:47.435,0:55:50.855
0:55:51.315,0:55:54.175
0:55:54.315,0:55:57.155
0:55:57.155,0:55:59.735
0:55:59.735,0:56:02.195
0:56:03.555,0:56:05.015
0:56:05.505,0:56:08.435
0:56:08.435,0:56:11.415
0:56:11.415,0:56:14.615
0:56:14.855,0:56:17.595
0:56:17.615,0:56:20.905
0:56:21.775,0:56:24.775
0:56:24.775,0:56:27.835
0:56:27.835,0:56:30.885
0:56:30.885,0:56:33.655
0:56:34.275,0:56:37.285
0:56:37.285,0:56:40.075
0:56:40.075,0:56:42.385
0:56:42.385,0:56:45.835
0:56:46.375,0:56:49.285
0:56:49.435,0:56:52.415
0:56:52.415,0:56:54.935
0:56:54.935,0:56:57.945
0:56:57.945,0:56:59.445
0:56:59.885,0:57:03.225
0:57:03.225,0:57:06.215
0:57:06.335,0:57:09.385
0:57:09.385,0:57:12.425
0:57:12.425,0:57:15.535
0:57:15.535,0:57:18.355
0:57:18.355,0:57:19.685
0:57:20.025,0:57:23.005
0:57:23.005,0:57:25.685
0:57:25.685,0:57:28.985
0:57:28.985,0:57:31.425
0:57:31.425,0:57:34.175
0:57:34.175,0:57:36.605
0:57:36.605,0:57:39.285
0:57:39.285,0:57:42.295
0:57:42.295,0:57:45.765
0:57:45.765,0:57:48.735
0:57:48.735,0:57:51.655
0:57:51.655,0:57:54.185
0:57:54.185,0:57:55.795
0:57:56.325,0:57:59.145
0:57:59.145,0:58:02.195
0:58:02.195,0:58:05.505
0:58:06.425,0:58:08.975
0:58:09.005,0:58:11.795
0:58:11.795,0:58:14.865
0:58:15.235,0:58:17.765
0:58:17.765,0:58:19.205
0:58:19.205,0:58:22.115
0:58:22.115,0:58:24.105
0:58:24.105,0:58:27.365
0:58:27.825,0:58:30.505
0:58:30.505,0:58:33.585
0:58:33.585,0:58:35.975
0:58:35.975,0:58:39.245
0:58:39.915,0:58:40.915
0:58:41.295,0:58:42.295
0:58:42.415,0:58:45.575
0:58:45.575,0:58:48.415
0:58:48.415,0:58:50.315
0:58:50.755,0:58:52.975
0:58:52.975,0:58:56.005
0:58:56.005,0:58:59.085
0:58:59.085,0:59:01.965
0:59:01.965,0:59:03.035
0:59:03.435,0:59:05.885
0:59:06.295,0:59:09.105
0:59:09.105,0:59:12.535
0:59:12.535,0:59:15.505
0:59:15.505,0:59:18.765
0:59:18.765,0:59:21.355
0:59:21.355,0:59:24.805
0:59:24.975,0:59:28.445
0:59:28.635,0:59:31.435
0:59:31.435,0:59:34.485
0:59:39.065,0:59:40.065
0:59:42.775,0:59:45.295
0:59:45.295,0:59:47.795
0:59:48.655,0:59:51.505
0:59:52.375,0:59:55.325
0:59:55.325,0:59:56.765
0:59:57.475,1:00:00.835
1:00:00.835,1:00:04.145
1:00:05.095,1:00:08.455
1:00:08.495,1:00:10.015
1:00:10.385,1:00:13.425
1:00:13.425,1:00:16.405
1:00:16.405,1:00:18.145
1:00:18.575,1:00:21.615
1:00:21.615,1:00:24.385
1:00:24.385,1:00:27.275
1:00:27.275,1:00:29.455
1:00:29.945,1:00:31.535
1:00:31.895,1:00:34.935
1:00:34.935,1:00:37.735
1:00:38.325,1:00:40.785
1:00:40.785,1:00:42.705
1:00:42.705,1:00:45.745
1:00:45.745,1:00:48.765
1:00:48.765,1:00:49.765
1:00:50.435,1:00:53.725
1:00:53.725,1:00:56.335
1:00:56.335,1:00:58.945
1:00:58.945,1:01:01.445
1:01:01.445,1:01:04.805
1:01:05.285,1:01:07.975
1:01:07.975,1:01:10.575
1:01:11.035,1:01:13.955
1:01:13.955,1:01:15.185
1:01:15.805,1:01:18.775
1:01:18.775,1:01:21.195
1:01:22.175,1:01:25.165
1:01:25.165,1:01:27.475
1:01:27.475,1:01:28.985
1:01:30.345,1:01:33.255
1:01:33.255,1:01:36.205
1:01:36.205,1:01:38.495
1:01:38.495,1:01:40.075
1:01:40.395,1:01:41.395
1:01:41.675,1:01:44.515
1:01:44.515,1:01:47.115
1:01:47.115,1:01:50.375
1:01:50.375,1:01:53.005
1:01:53.005,1:01:54.455
1:01:55.255,1:01:57.875
1:01:57.875,1:01:59.325
1:01:59.325,1:02:02.285
1:02:02.285,1:02:05.165
1:02:05.165,1:02:08.125
1:02:08.125,1:02:09.125
1:02:09.475,1:02:10.545
1:02:11.415,1:02:13.325
1:02:13.875,1:02:17.075
1:02:17.075,1:02:18.455
1:02:19.495,1:02:22.185
1:02:22.185,1:02:24.785
1:02:25.495,1:02:26.495
1:02:27.095,1:02:29.755
1:02:29.755,1:02:33.015
1:02:33.015,1:02:35.125
1:02:35.125,1:02:37.305
1:02:38.215,1:02:41.155
1:02:41.155,1:02:42.275
1:02:42.735,1:02:45.365
1:02:45.365,1:02:48.265
1:02:48.265,1:02:51.105
1:02:51.105,1:02:52.585
1:02:52.905,1:02:55.375
1:02:55.375,1:02:56.455
1:02:57.165,1:02:59.365
1:02:59.365,1:03:02.665
1:03:02.665,1:03:05.665
1:03:05.665,1:03:08.165
1:03:08.165,1:03:09.605
1:03:10.295,1:03:13.125
1:03:13.125,1:03:14.125
1:03:15.085,1:03:18.095
1:03:18.185,1:03:20.685
1:03:21.175,1:03:22.175
1:03:24.085,1:03:26.825
1:03:27.465,1:03:30.335
1:03:30.335,1:03:31.485
1:03:32.195,1:03:33.465
1:03:34.155,1:03:37.065
1:03:37.285,1:03:38.755
1:03:40.405,1:03:41.835
1:03:42.765,1:03:43.765
1:03:44.465,1:03:47.365
1:03:47.715,1:03:50.765
1:03:50.765,1:03:53.845
1:03:53.845,1:03:56.675
1:03:56.965,1:03:57.965
1:03:58.165,1:04:01.075
1:04:01.095,1:04:02.715
1:04:04.285,1:04:05.335
1:04:06.195,1:04:08.515
1:04:09.345,1:04:11.305
1:04:11.675,1:04:14.405
1:04:14.985,1:04:18.145
1:04:18.805,1:04:21.365
1:04:21.365,1:04:22.365
1:04:23.535,1:04:26.885
1:04:26.885,1:04:28.925
1:04:28.925,1:04:31.585
1:04:31.585,1:04:34.665
1:04:35.025,1:04:38.135
1:04:38.135,1:04:41.045
1:04:41.045,1:04:43.705
1:04:43.705,1:04:46.805
1:04:46.805,1:04:50.135
1:04:50.315,1:04:53.215
1:04:53.215,1:04:56.405
1:04:56.405,1:04:58.225
1:04:59.495,1:05:02.385
1:05:02.385,1:05:05.205
1:05:05.205,1:05:08.565
1:05:08.565,1:05:10.715
1:05:10.715,1:05:13.585
1:05:13.585,1:05:14.935
1:05:15.465,1:05:17.835
1:05:17.835,1:05:20.715
1:05:20.875,1:05:24.005
1:05:24.005,1:05:25.005
1:05:25.405,1:05:28.255
1:05:28.535,1:05:31.555
1:05:31.555,1:05:34.535
1:05:34.595,1:05:37.585
1:05:37.755,1:05:40.655
1:05:40.835,1:05:42.315
1:05:44.535,1:05:47.155
1:05:47.155,1:05:50.035
1:05:50.035,1:05:53.125
1:05:53.125,1:05:55.805
1:05:56.795,1:05:58.325
1:05:59.615,1:06:01.505
1:06:01.995,1:06:02.995
1:06:07.175,1:06:08.535
1:06:08.935,1:06:11.805
1:06:12.935,1:06:15.695
1:06:16.355,1:06:18.555
1:06:21.805,1:06:23.665
1:06:23.995,1:06:24.995
1:06:25.635,1:06:26.635
1:06:26.865,1:06:29.705
1:06:29.705,1:06:32.685
1:06:32.745,1:06:35.905
1:06:35.905,1:06:38.775
1:06:38.995,1:06:41.285
1:06:41.285,1:06:44.245
1:06:44.405,1:06:47.225
1:06:47.295,1:06:49.095
1:06:49.485,1:06:52.095
1:06:52.095,1:06:54.835
1:06:54.835,1:06:56.805
1:06:57.135,1:06:59.075
1:06:59.205,1:07:01.925
1:07:02.675,1:07:04.765
1:07:05.195,1:07:08.115
1:07:08.115,1:07:09.155
1:07:10.585,1:07:13.285
1:07:13.285,1:07:15.785
1:07:15.785,1:07:16.965
1:07:17.395,1:07:19.605
1:07:19.915,1:07:21.675
1:07:22.625,1:07:25.245
1:07:25.245,1:07:27.595
1:07:28.225,1:07:29.225
1:07:29.665,1:07:31.355
1:07:31.865,1:07:34.865
1:07:34.865,1:07:38.175
1:07:38.175,1:07:39.845
1:07:39.985,1:07:42.695
1:07:42.695,1:07:44.605
1:07:45.525,1:07:47.885
1:07:47.885,1:07:50.145
1:07:50.525,1:07:53.825
1:07:54.195,1:07:57.345
1:07:57.955,1:08:00.865
1:08:00.865,1:08:03.205
1:08:03.205,1:08:06.245
1:08:06.245,1:08:07.335
1:08:08.255,1:08:09.485
1:08:11.465,1:08:14.435
1:08:14.435,1:08:17.535
1:08:17.535,1:08:19.635
1:08:20.055,1:08:22.615
1:08:22.615,1:08:25.495
1:08:25.495,1:08:28.555
1:08:28.555,1:08:29.555
1:08:30.145,1:08:31.245
1:08:31.735,1:08:34.695
1:08:35.015,1:08:38.315
1:08:38.625,1:08:41.305
1:08:42.205,1:08:43.585
1:08:45.995,1:08:48.945
1:08:48.945,1:08:50.595
1:08:50.595,1:08:53.275
1:08:53.275,1:08:56.175
1:08:56.175,1:08:57.175
1:08:57.255,1:08:58.255
1:09:00.785,1:09:02.765
1:09:03.085,1:09:05.745
1:09:05.745,1:09:06.805
1:09:07.905,1:09:10.645
1:09:12.665,1:09:15.575
1:09:15.575,1:09:17.735
1:09:17.735,1:09:20.575
1:09:20.575,1:09:23.425
1:09:23.425,1:09:24.805
1:09:25.355,1:09:26.305
1:09:26.305,1:09:29.265
1:09:29.265,1:09:30.435
1:09:30.755,1:09:32.275
1:09:36.615,1:09:39.785
1:09:39.785,1:09:41.275
1:09:42.815,1:09:44.835
1:09:45.545,1:09:47.945
1:09:47.945,1:09:50.985
1:09:50.985,1:09:51.985
1:09:52.265,1:09:55.145
1:09:55.145,1:09:56.145
1:09:56.305,1:09:58.125
1:09:58.725,1:09:59.995
1:10:00.885,1:10:03.185
1:10:06.535,1:10:08.855
1:10:08.855,1:10:11.745
1:10:11.745,1:10:12.905
1:10:14.145,1:10:17.105
1:10:17.405,1:10:18.605
1:10:20.365,1:10:23.535
1:10:25.205,1:10:26.535
1:10:26.855,1:10:30.045
1:10:30.215,1:10:32.065
1:10:33.365,1:10:35.885
1:10:41.045,1:10:44.105
1:10:44.845,1:10:47.425
1:10:48.095,1:10:49.415
1:10:49.965,1:10:51.705
1:10:52.205,1:10:55.215
1:10:55.215,1:10:56.215
1:10:57.815,1:11:00.195
1:11:00.195,1:11:02.835
1:11:03.295,1:11:05.515
1:11:07.335,1:11:08.335
1:11:11.455,1:11:12.455
1:11:13.055,1:11:14.925
1:11:15.835,1:11:18.785
1:11:18.785,1:11:20.615
1:11:20.955,1:11:22.335
1:11:22.775,1:11:25.125
1:11:25.795,1:11:28.665
1:11:28.675,1:11:31.085
1:11:31.655,1:11:34.355
1:11:34.555,1:11:36.545
1:11:36.545,1:11:38.645
1:11:39.375,1:11:41.525
1:11:42.065,1:11:44.945
1:11:44.945,1:11:47.875
1:11:48.785,1:11:51.855
1:11:51.855,1:11:53.325
1:11:54.615,1:11:57.005
1:11:58.855,1:12:01.595
1:12:01.595,1:12:03.325
1:12:03.325,1:12:06.015
1:12:06.015,1:12:09.025
1:12:09.025,1:12:11.665
1:12:12.225,1:12:15.295
1:12:15.295,1:12:16.775
1:12:18.485,1:12:21.605
1:12:21.605,1:12:24.635
1:12:24.635,1:12:26.375
1:12:28.285,1:12:31.175
1:12:31.175,1:12:33.955
1:12:33.955,1:12:35.855
1:12:36.185,1:12:39.155
1:12:39.155,1:12:40.155
1:12:41.975,1:12:44.575
1:12:44.575,1:12:47.475
1:12:47.475,1:12:50.635
1:12:50.635,1:12:52.255
1:12:52.255,1:12:53.905
1:12:53.905,1:12:57.085
1:12:57.085,1:13:00.035
1:13:00.035,1:13:01.855
1:13:04.105,1:13:06.505
1:13:06.735,1:13:09.335
1:13:09.335,1:13:12.005
1:13:12.405,1:13:15.395
1:13:15.595,1:13:18.475
1:13:18.475,1:13:19.745
1:13:20.725,1:13:23.535
1:13:23.535,1:13:26.215
1:13:26.895,1:13:29.825
1:13:30.225,1:13:33.495
1:13:33.665,1:13:35.335
1:13:35.765,1:13:37.615
1:13:38.735,1:13:40.565
1:13:42.245,1:13:45.125
1:13:46.155,1:13:49.295
1:13:49.295,1:13:52.345
1:13:52.345,1:13:54.975
1:13:55.975,1:13:56.975
1:13:57.185,1:13:59.825
1:13:59.825,1:14:02.565
1:14:04.095,1:14:05.395
1:14:07.055,1:14:08.055
1:14:08.525,1:14:11.365
1:14:12.685,1:14:15.585
1:14:15.875,1:14:17.235
1:14:20.735,1:14:22.865
1:14:24.565,1:14:27.295
1:14:27.295,1:14:28.355
1:14:29.025,1:14:30.025
1:14:30.215,1:14:33.275
1:14:33.275,1:14:36.095
1:14:36.315,1:14:37.855
1:14:38.625,1:14:41.515
1:14:41.515,1:14:44.665
1:14:44.665,1:14:47.195
1:14:47.195,1:14:50.345
1:14:50.735,1:14:53.215
1:14:53.345,1:14:56.185
1:14:56.185,1:14:58.285
1:14:58.285,1:15:01.505
1:15:01.505,1:15:04.385
1:15:04.385,1:15:07.825
1:15:08.185,1:15:09.185
1:15:09.995,1:15:12.285
1:15:13.005,1:15:14.935
1:15:18.595,1:15:19.785
1:15:20.295,1:15:22.275
1:15:22.795,1:15:24.105
1:15:27.625,1:15:29.725
1:15:30.305,1:15:31.685
1:15:32.455,1:15:35.225
1:15:38.955,1:15:39.955
1:15:41.085,1:15:42.655
1:15:45.075,1:15:47.085
1:15:48.205,1:15:49.825
1:15:52.005,1:15:55.175
1:15:55.175,1:15:56.295
1:15:58.335,1:16:00.155
1:16:02.575,1:16:05.475
1:16:06.905,1:16:07.805
1:16:07.805,1:16:10.905
1:16:10.905,1:16:14.135
1:16:14.195,1:16:16.415
1:16:16.835,1:16:18.275
1:16:20.095,1:16:22.545
1:16:22.545,1:16:25.655
1:16:27.255,1:16:28.405
1:16:29.585,1:16:32.205
1:16:32.585,1:16:35.605
1:16:35.605,1:16:38.195
1:16:38.665,1:16:41.695
1:16:41.695,1:16:45.155
1:16:45.235,1:16:46.235
1:16:46.355,1:16:47.645
1:16:47.985,1:16:48.985
1:16:50.305,1:16:51.305
1:16:51.315,1:16:52.585
1:16:53.335,1:16:54.645
1:16:55.155,1:16:57.005
1:16:57.605,1:16:59.945
1:17:00.855,1:17:01.855
1:17:02.435,1:17:05.005
1:17:05.005,1:17:08.145
1:17:08.525,1:17:11.485
1:17:11.485,1:17:14.195
1:17:15.435,1:17:16.435
1:17:16.615,1:17:19.855
1:17:20.295,1:17:23.265
1:17:23.265,1:17:24.835
1:17:25.175,1:17:26.785
1:17:27.125,1:17:28.125
1:17:29.635,1:17:31.935
1:17:32.165,1:17:34.965
1:17:34.965,1:17:36.185
1:17:36.775,1:17:37.775
1:17:37.915,1:17:40.105
1:17:40.425,1:17:43.115
1:17:43.925,1:17:46.965
1:17:46.965,1:17:49.685
1:17:49.685,1:17:52.775
1:17:52.775,1:17:54.385
1:17:54.865,1:17:57.975
1:17:57.975,1:18:00.805
1:18:00.805,1:18:03.975
1:18:04.585,1:18:07.325
1:18:07.965,1:18:10.905
1:18:10.905,1:18:13.135
1:18:13.135,1:18:15.825
1:18:16.485,1:18:19.695
1:18:19.995,1:18:22.825
1:18:22.825,1:18:25.945
1:18:26.105,1:18:29.085
1:18:29.085,1:18:30.715
1:18:30.715,1:18:32.995
1:18:32.995,1:18:35.245
1:18:35.245,1:18:38.255
1:18:38.255,1:18:41.325
1:18:41.325,1:18:44.365
1:18:44.365,1:18:47.445
1:18:47.445,1:18:48.445
1:18:48.685,1:18:51.755
1:18:51.755,1:18:54.835
1:18:54.835,1:18:56.495
1:18:58.595,1:19:01.635
1:19:02.075,1:19:05.165
1:19:05.165,1:19:08.385
1:19:08.385,1:19:10.085
1:19:12.415,1:19:15.485
1:19:15.485,1:19:18.505
1:19:18.555,1:19:21.215
1:19:21.885,1:19:24.805
1:19:24.805,1:19:26.285
1:19:27.385,1:19:28.625
1:19:30.365,1:19:31.365
1:19:31.715,1:19:32.835
1:19:33.765,1:19:36.675
1:19:36.675,1:19:38.045
1:19:40.165,1:19:42.545
1:19:43.065,1:19:45.955
1:19:45.955,1:19:46.955
1:19:48.375,1:19:50.995
1:19:50.995,1:19:54.295
1:19:54.295,1:19:57.775
1:19:57.975,1:20:01.015
1:20:01.015,1:20:02.895
1:20:02.895,1:20:05.445
1:20:05.445,1:20:08.035
1:20:08.085,1:20:09.585
1:20:10.355,1:20:13.345
1:20:13.405,1:20:16.405
1:20:16.405,1:20:19.475
1:20:19.865,1:20:22.285
1:20:22.515,1:20:25.415
1:20:25.415,1:20:26.415
1:20:28.705,1:20:29.975
1:20:30.585,1:20:32.445
1:20:41.645,1:20:42.645
1:20:47.645,1:20:50.645
1:20:50.645,1:20:51.745
1:20:52.145,1:20:55.125
1:20:55.125,1:20:56.905
1:20:57.375,1:20:59.805
1:21:00.155,1:21:02.025
1:21:02.395,1:21:04.975
1:21:04.975,1:21:07.915
1:21:07.915,1:21:08.915
1:21:10.255,1:21:13.155
1:21:13.565,1:21:16.805
1:21:16.925,1:21:18.795
1:21:19.895,1:21:22.465
1:21:22.635,1:21:25.165
1:21:25.165,1:21:27.495
1:21:30.135,1:21:31.995
1:21:32.545,1:21:33.465
1:21:33.465,1:21:35.135
1:21:36.075,1:21:37.075
1:21:39.215,1:21:40.215
1:21:44.545,1:21:47.455
1:21:47.455,1:21:48.455
1:21:48.905,1:21:51.925
1:21:51.925,1:21:54.845
1:21:55.025,1:21:57.205
1:21:57.775,1:22:00.775
1:22:00.775,1:22:03.625
1:22:03.625,1:22:06.425
1:22:06.425,1:22:08.255
1:22:08.615,1:22:10.725
1:22:12.035,1:22:15.205
1:22:15.205,1:22:18.295
1:22:18.295,1:22:21.245
1:22:22.425,1:22:24.895
1:22:24.895,1:22:26.555
1:22:27.055,1:22:29.755
1:22:30.375,1:22:33.685
1:22:33.775,1:22:35.665
1:22:36.045,1:22:39.385
1:22:39.385,1:22:42.415
1:22:42.415,1:22:43.535
1:22:43.995,1:22:46.845
1:22:46.845,1:22:49.965
1:22:50.035,1:22:52.625
1:22:52.625,1:22:54.845
1:22:55.795,1:22:58.765
1:22:58.765,1:23:00.325
1:23:00.325,1:23:03.345
1:23:03.345,1:23:05.705
1:23:07.575,1:23:10.645
1:23:10.645,1:23:13.605
1:23:13.605,1:23:16.815
1:23:17.765,1:23:20.925
1:23:20.925,1:23:23.965
1:23:23.965,1:23:25.025
1:23:25.505,1:23:28.425
1:23:28.425,1:23:31.225
1:23:31.225,1:23:34.345
1:23:34.345,1:23:37.295
1:23:37.295,1:23:40.165
1:23:40.165,1:23:42.905
1:23:42.905,1:23:46.145
1:23:46.185,1:23:49.115
1:23:49.115,1:23:51.285
1:23:51.875,1:23:55.075
1:23:55.085,1:23:58.115
1:23:58.115,1:24:00.675
1:24:00.675,1:24:03.635
1:24:03.635,1:24:05.295
1:24:05.695,1:24:06.695
1:24:06.945,1:24:10.205
1:24:10.205,1:24:12.505
1:24:12.825,1:24:15.365
1:24:15.365,1:24:18.735
1:24:18.735,1:24:21.735
1:24:21.735,1:24:24.735
1:24:25.015,1:24:27.675
1:24:27.675,1:24:30.445
1:24:30.445,1:24:33.185
1:24:33.185,1:24:36.085
1:24:36.085,1:24:38.295
1:24:38.295,1:24:40.675
1:24:40.675,1:24:43.695
1:24:43.695,1:24:46.555
1:24:46.555,1:24:48.705
1:24:48.705,1:24:51.505
1:24:51.505,1:24:54.145
1:24:54.145,1:24:56.475
1:24:56.475,1:24:59.395
1:24:59.395,1:25:00.775
1:25:01.385,1:25:04.265
1:25:04.265,1:25:06.635
1:25:06.635,1:25:09.205
1:25:09.205,1:25:11.995
1:25:11.995,1:25:15.055
1:25:15.055,1:25:18.055
1:25:18.055,1:25:18.995
1:25:18.995,1:25:21.655
1:25:21.655,1:25:24.125
1:25:24.125,1:25:26.985
1:25:26.985,1:25:29.665
1:25:29.665,1:25:32.705
1:25:32.705,1:25:35.245
1:25:35.245,1:25:38.625
1:25:38.695,1:25:39.935
1:25:39.935,1:25:42.965
1:25:42.965,1:25:45.875
1:25:45.875,1:25:48.845
1:25:48.845,1:25:51.295
1:25:51.295,1:25:54.225
1:25:54.225,1:25:57.205
1:25:57.205,1:25:59.985
1:25:59.985,1:26:03.035
1:26:03.035,1:26:06.025
1:26:06.025,1:26:09.265
1:26:09.265,1:26:12.025
1:26:12.235,1:26:15.095
1:26:15.315,1:26:17.965
1:26:17.965,1:26:20.775
1:26:20.775,1:26:23.695
1:26:23.695,1:26:26.015
1:26:26.495,1:26:29.295
1:26:29.295,1:26:32.445
1:26:32.445,1:26:35.555
1:26:35.555,1:26:38.815
1:26:38.815,1:26:41.835
1:26:41.835,1:26:44.825
1:26:44.825,1:26:47.085
1:26:47.085,1:26:50.155
1:26:50.155,1:26:52.895
1:26:52.895,1:26:55.625
1:26:55.625,1:26:57.455
1:26:57.825,1:27:00.815
1:27:00.815,1:27:03.485
1:27:03.485,1:27:06.295
1:27:06.295,1:27:09.355
1:27:09.515,1:27:12.635
1:27:12.635,1:27:13.635
1:27:13.925,1:27:15.755
1:27:15.755,1:27:18.595
1:27:18.595,1:27:21.855
1:27:21.855,1:27:24.385
1:27:24.385,1:27:27.315
1:27:27.315,1:27:28.315
1:27:28.945,1:27:30.975
1:27:31.835,1:27:32.835
1:27:36.925,1:27:39.935
1:27:39.935,1:27:42.365
1:27:42.365,1:27:44.175
1:27:45.965,1:27:48.605
1:27:48.605,1:27:50.875
1:27:50.875,1:27:53.395
1:27:53.395,1:27:56.645
1:27:56.645,1:27:59.195
1:27:59.195,1:28:02.135
1:28:02.135,1:28:03.425
1:28:04.035,1:28:07.245
1:28:07.245,1:28:09.915
1:28:09.915,1:28:12.445
1:28:12.445,1:28:15.245
1:28:15.245,1:28:17.205
1:28:17.205,1:28:19.995
1:28:19.995,1:28:22.815
1:28:22.815,1:28:25.845
1:28:25.845,1:28:27.805
1:28:28.185,1:28:29.185
1:28:29.935,1:28:33.035
1:28:33.035,1:28:34.915
1:28:34.915,1:28:37.785
1:28:37.785,1:28:40.735
1:28:40.735,1:28:43.425
1:28:44.225,1:28:47.265
1:28:47.265,1:28:50.655
1:28:50.655,1:28:52.595
1:28:52.595,1:28:55.375
1:28:55.375,1:28:57.895
1:28:57.955,1:29:00.665
1:29:00.845,1:29:03.825
1:29:03.825,1:29:06.535
1:29:06.535,1:29:09.565
1:29:09.565,1:29:12.065
1:29:12.295,1:29:14.735
1:29:14.735,1:29:17.605
1:29:17.605,1:29:19.805
1:29:19.805,1:29:22.785
1:29:22.785,1:29:25.665
1:29:25.665,1:29:28.365
1:29:28.365,1:29:30.635
1:29:30.635,1:29:33.495
1:29:33.495,1:29:36.655
1:29:36.985,1:29:39.345
1:29:39.345,1:29:42.295
1:29:42.295,1:29:45.105
1:29:45.105,1:29:47.945
1:29:47.945,1:29:50.745
1:29:50.745,1:29:51.745
1:29:53.025,1:29:56.455
1:29:57.085,1:29:58.085
1:29:59.445,1:30:02.025
1:30:02.465,1:30:05.615
1:30:05.615,1:30:08.895
1:30:08.895,1:30:11.495
1:30:11.495,1:30:14.995
1:30:15.375,1:30:18.575
1:30:18.575,1:30:21.305
1:30:21.305,1:30:23.815
1:30:23.845,1:30:26.795
1:30:26.795,1:30:29.635
1:30:29.635,1:30:32.495
1:30:32.495,1:30:34.365
1:30:34.365,1:30:37.285
1:30:37.285,1:30:40.575
1:30:40.575,1:30:43.285
1:30:43.285,1:30:46.355
1:30:46.355,1:30:49.045
1:30:49.045,1:30:50.555
1:30:53.895,1:30:54.905
1:30:56.615,1:30:57.885
1:30:59.125,1:31:00.125
1:31:00.285,1:31:01.285
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment