The Reckoning (1908 film)
The Reckoning is a 1908 American silent short drama film directed by D. W. Griffith.[1] It is an adaptation of Robert W. Chambers’s novel.
The Reckoning | |
---|---|
Directed by | D. W. Griffith |
Written by | D. W. Griffith Frank E. Woods |
Starring | Harry Solter |
Cinematography | G. W. Bitzer |
Release date |
|
Running time | 8 minutes (one reel) |
Country | United States |
Language | Silent |
Cast
- Harry Solter as The Husband
- Florence Lawrence as The Wife
- Mack Sennett as The Lover
- Edward Dillon
- George Gebhardt as The Bartender
- Robert Harron as Man in Crowd
- Arthur V. Johnson as Policeman
gollark: (more easily than the weird regex notation of recursive capture groups)
gollark: I'm sure it lets you define functions.
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.
See also
- America (1924)
References
- "The Reckoning". Silent Era. Retrieved January 2, 2014.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.