The Phantom Cowboy
The Phantom Cowboy is a 1935 American film directed by Robert J. Horner.
The Phantom Cowboy | |
---|---|
Directed by | Robert J. Horner |
Produced by | Nathan Hirsh (producer) |
Written by | Carl Krusada (story and screenplay) |
Starring | See below |
Cinematography | Frank Bender |
Edited by | Sam Hasbold Clark Russell |
Release date |
|
Running time | 55 minutes |
Country | United States |
Language | English |
Cast
- Ted Wells as Bill Collins / Jim Russell (The Phantom Rider)
- Doris Brook as Ruth Rogers
- George Chesebro as Buck Houston
- Jimmy Aubrey as Ptomaine Pete
- Richard Cramer as Hank Morgan
- Lew Meehan as Crooked Foreman Mason
- Frank Clark as Sheriff
- James Sheridan as Jack Rogers
- Rosamond Wagman as Rancher's Daughter
gollark: As planned.
gollark: Although I actually wrote the regex as```pythonWHITESPACE = r"[\t\n ]*"NUMBER = r"\-?(?:0|[1-9][0-9]*)(?:\.[0-9]+)?(?:[eE][+-]?[0-9]+)?"ARRAY = f"(?:\[{WHITESPACE}(?:|(?R)|(?R)(?:,{WHITESPACE}(?R){WHITESPACE})*){WHITESPACE}])"STRING = r'"(?:[^"\\\n]|\\["\\/bfnrt]|\\u[0-9a-fA-F]{4})*"'TERMINAL = f"(?:true|false|null|{NUMBER}|{STRING})"PAIR = f"(?:{WHITESPACE}{STRING}{WHITESPACE}:{WHITESPACE}(?R){WHITESPACE})"OBJECT = f"(?:{{(?:{WHITESPACE}|{PAIR}|(?:{PAIR}(?:,{PAIR})*))}})"VALUE = f"{WHITESPACE}(?:{ARRAY}|{OBJECT}|{TERMINAL}){WHITESPACE}"```which is much easier.
gollark: Regex is kind of like the APL of string pattern matching, in that it's very terse and expressive but incomprehensible.
gollark: Well, the regex engine is fine with it.
gollark: It's actually a recursive regex, so it can generate infinitely deep problems with a finite... regex.
External links
- The Phantom Cowboy on IMDb
- The Phantom Cowboy is available for free download at the Internet Archive
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.