The Fighting Chance (1920 film)
The Fighting Chance is a surviving[1] 1920 American silent drama film directed by Charles Maigne and written by Will M. Ritchey. It was formerly thought to be lost. The film stars Anna Q. Nilsson, Conrad Nagel, Clarence Burton, Dorothy Davenport, Herbert Prior, and Ruth Helms. It is based on the novel The Fighting Chance by Robert W. Chambers. The film was released on August 1, 1920, by Paramount Pictures.[2][3]
The Fighting Chance | |
---|---|
Newspaper ad | |
Directed by | Charles Maigne |
Produced by | Jesse L. Lasky |
Screenplay by | Will M. Ritchey |
Based on | The Fighting Chance by Robert W. Chambers |
Starring | Anna Q. Nilsson Conrad Nagel Clarence Burton Dorothy Davenport Herbert Prior Ruth Helms |
Cinematography | Faxon M. Dean |
Production company | Artcraft Pictures Corporation Famous Players-Lasky Corporation |
Distributed by | Paramount Pictures |
Release date |
|
Running time | 60 minutes |
Country | United States |
Language | Silent (English intertitles) |
Cast
- Anna Q. Nilsson as Sylvia Landis
- Conrad Nagel as Stephen Siward
- Clarence Burton as Leroy Mortimer
- Dorothy Davenport as Leila Mortimer
- Herbert Prior as Kemp Farrell
- Ruth Helms as Grace Farrell
- Bertram Grassby as Howard Quarrier
- Maude Wayne as Lydia Vyse
- Fred R. Stanton as Beverly Plank
- William H. Brown as Maj. Belwether
gollark: Not mine.
gollark: ``` My printer isn't working #393Openwizzwizz4 opened this Issue 11 days ago · 0 commentsCommentsAssigneesNo one assignedLabelsNone yetProjectsNone yetMilestoneNo milestoneNotificationsYou’re not receiving notifications from this thread.1 participant@wizzwizz4@wizzwizz4wizzwizz4 commented 11 days agoI used to be able to use my printer, but after coming back from holiday it doesn't work. Every time I try to print, a box comes up and even after I close it it still doesn't work.```
gollark: It is truly glorious.
gollark: ```javapackage com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.impl.math.arithmetics;import com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.impl.ApplicationContextHolder;import javax.annotation.PostConstruct;import org.springframework.beans.factory.annotation.Autowired;import org.springframework.context.ApplicationContext;import org.springframework.stereotype.Service;import com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.impl.strategies.comparators.integercomparator.IntegerForEqualityComparator;@Servicepublic class NumberIsMultipleOfAnotherNumberVerifier { private static IntegerDivider integerDivider; @Autowired private ApplicationContextHolder applicationContextHolder; @PostConstruct public void init() { final ApplicationContext applicationContext = applicationContextHolder.getApplicationContext(); this.integerDivider = applicationContext.getBean(IntegerDivider.class); } public static boolean numberIsMultipleOfAnotherNumber(final int nFirstNumber, final int nSecondNumber) { try { final int nDivideFirstIntegerBySecondIntegerResult = (NumberIsMultipleOfAnotherNumberVerifier.integerDivider.divide(nFirstNumber, nSecondNumber)); final int nMultiplyDivisionResultBySecondIntegerResult = nDivideFirstIntegerBySecondIntegerResult * nSecondNumber; if (IntegerForEqualityComparator.areTwoIntegersEqual(nMultiplyDivisionResultBySecondIntegerResult, nFirstNumber)) { return true; } else { return false; } } catch (final ArithmeticException ae) { return false; } }}```
gollark: `https://github.com/EnterpriseQualityCoding/FizzBuzzEnterpriseEdition
References
- The Library of Congress/FIAF American Silent Feature Film Survival Catalog: The Fighting Chance
- "The-Fighting-Chance". The New York Times. Archived from the original on January 22, 2015. Retrieved January 22, 2015.
- "The Fighting Chance". afi.com. Retrieved January 22, 2015.
External links
Wikimedia Commons has media related to The Fighting Chance. |
- The Fighting Chance on IMDb
- Lantern slide
- Chambers, Robert W. (1906), The Fighting Chance, New York: D. Appleton and Company, on 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.