Daredevil Kate

Daredevil Kate is a lost[1] 1916 silent feature film directed by Kenean Buel and starring Virginia Pearson. It was produced and distributed by Fox Film Corporation.[2]

Daredevil Kate
poster
Directed byKenean Buel
Produced byWilliam Fox
Written byClarence J. Harris
Based onthe play Daredevil Kate by Philip Bartholomae
StarringVirginia Pearson
CinematographyFrank Kugler
Distributed byFox Film Corporation
Release date
August 21, 1916
Running time
6 reels
CountryUSA
LanguageSilent..English intertitles

Cast

  • Virginia Pearson - Kate
  • Victor Sutherland - Cliff Stone
  • Mary G. Martin - Irene
  • Kenneth Hunter - John West
  • Alex Shannon - Green
  • Leighton Stark - Kilmer
  • Fred R. Stanton - Bently
  • Jane Lee - Irene's child
  • Katherine Lee - Irene's child
  • Minna Philips - Mrs. Stone
gollark: import Data.Listimport Data.Bits fib :: Int -> Integerfib n = snd . foldl_ fib_ (1, 0) . dropWhile not $ [testBit n k | k <- let s = bitSize n in [s-1,s-2..0]] where fib_ (f, g) p | p = (f*(f+2*g), ss) | otherwise = (ss, g*(2*f-g)) where ss = f*f+g*g foldl_ = foldl' -- '
gollark: 3.1 Using 2x2 matricesThe argument of iterateabove is a linear transformation, so we can represent it as matrix and compute the nth power of this matrix with O(log n) multiplications and additions.For example, using the simple matrix implementation in Prelude extensions,fib n = head (apply (Matrix [[0,1], [1,1]] ^ n) [0,1])
gollark: 0, 1, 1, 2, 3...
gollark: d o n ' t c h a n g e p e r
gollark: e v i l

See also

References


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.