Galloping Thunder (1927 film)

Galloping Thunder is a 1927 American silent western film directed by Scott Pembroke and starring Bob Custer, Anne Sheridan and J.P. Lockney.[1]

Galloping Thunder
Directed byScott Pembroke
Produced byJoseph P. Kennedy
Written byW. Bert Foster
George Morgan
StarringBob Custer
Anne Sheridan
J.P. Lockney
CinematographyErnest Miller
Production
company
Bob Custer Productions
Distributed byFilm Booking Offices of America
Release date
July 24, 1927
Running time
50 minutes
CountryUnited States
LanguageSilent
English intertitles

Cast

  • Bob Custer as Kincaid Currier
  • Anne Sheridan as Judith Lamb
  • J.P. Lockney as Oliver Lamb
  • Richard Neill as Dallas
  • Fernando Gálvez as Lash M'Graw
gollark: Unless it had good macros.
gollark: I personally think that while less complexity is good, switching to sugarless lisp would be bad.
gollark: ```haskelltype PasteCapture a = Capture "username" Text :> Capture "pasteName" Text :> atype GetPasteAPI = PasteCapture (Get '[JSON] SanitizedPaste) :<|> "raw" :> PasteCapture (Get '[PlainText] Text)type RequiresAuth a = BasicAuth "pastecan" (Entity User) :> atype UpdatePasteAPI = RequiresAuth ( PasteCapture (Delete '[PlainText] NoContent) :<|> PasteCapture (ReqBody '[JSON] SanitizedPaste :> Put '[PlainText] NoContent))type AccountsAPI = "account" :> ( ReqBody '[JSON] User :> Post '[JSON] Bool :<|> RequiresAuth (Delete '[JSON] NoContent))type API = UpdatePasteAPI :<|> GetPasteAPI :<|> AccountsAPI```I defined the API as types. It was nice.
gollark: https://osmarks.tk/git/osmarks/pastecan
gollark: We're on the Haskell Discussion discord, what did you *expect*?

References

  1. Langman p.167

Bibliography

  • Langman, Larry. A Guide to Silent Westerns. Greenwood Publishing Group, 1992.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.