The Checkered Flag (1963 film)

The Checkered Flag is a 1963 film, directed by William Grefe.

The Checkered Flag
Directed byWilliam Grefe
Produced byHerb Vendig
Written byWilliam Grefe
StarringJoe Morrison
Evelyn King
Charles S Martin
Production
company
Guild Studios 5
Release date
  • 1963 (1963)
CountryUnited States
LanguageEnglish

Plot

The alcoholic wife of a rich car racing champion persuades a young driver to kill her husband.

Cast

  • Charles G. Martin as Rutherford
  • Evelyn King as Bo Rutherford, his wife
  • Joe Morrison as Bill Garrison
  • Peggy Vendig as Ginger

Production

It was Grefe's first script. He was originally hired only as writer but took over direction when the original director fell ill.[1][2]

gollark: ```pythonfrom z3 import *iters = [ Int(f"x{i}") for i in range(40) ]solver = Solver()for n,x in enumerate(iters): if n == 0: solver.add(x == 1111111) else: last = iters[n - 1] solver.add(Or(x == last, (x * 2) == last, x == ((last * 3) + 1)))solver.add(iters[-1] == 1)print(solver.check())print(solver.model())```This is the *best* way to do collatz.
gollark: It's a theorem prover. It can tell you if certain statements/sets of statements are satisfiable, and if so how.
gollark: And I don't think rust does TCO in general.
gollark: Halting is a side effect though.
gollark: Hmm, I wonder if I can horribly abuse z3 for collatz like I abused it for mazes.

References

  1. Brian Albright, Regional Horror Films, 1958-1990: A State-by-State Guide with Interviews McFarland, 24 Oct 2012 p 76
  2. Phillip Valys, "William Grefe's schlock to the system" Sun Sentinel September 19, 2012 accessed 16 April 2012


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