Patrick Connor (actor)

Patrick Connor (born 6 August 1926 in Margate, Kent, England – died 22 July 2008 in England) was a British actor.[1][2] His stage work included the original West End production of Alfie in 1963.[3] He was married to the actress and writer Joyce Marlow.[4][5]

Patrick Connor
Born(1926-08-06)6 August 1926
Died22 July 2008(2008-07-22) (aged 81)
England
OccupationActor
Spouse(s)
Joyce Marlow
(
m. 1955; his death 2008)
Children2 sons

Filmography

Year Title Role Notes
1955John and JulieTrooper Rogers
1955A Yank in ErmineOrderly
1956Supersonic SaucerNumber Twenty-Nine
1957Kill Her GentlyDet. Sgt. Thompson
1958I Was Monty's DoubleSoldier in TentUncredited
1959The Headless GhostConstable
1961The Queen's GuardsBrewer
1962Death Trap
1968The Strange AffairSgt. Mac
1975FlameHarold - Charlie's Boss
1981Eye of the NeedleInspector Harris
1981RagtimeWaldo's Aide No. 3
1984LaughterhousePoliceman
1985BrazilCell Guard
1985LifeforceFatherly Guard
gollark: ```pythonimport collectionsdef do_thing(s): if len(s) == 1: return { s[0]: True } out = {} for i, c in enumerate(s): without = s[:i] + s[i + 1:] things = do_thing(without) out[c] = things return outdef match(r, s): print(r) c = r for i, x in enumerate(s): print(x) try: c = c[x] if c == True: if i + 1 == len(s): return True # full match else: return False # characters remain except KeyError: return False # no match return False # incomplete matchentry = lambda a, b: match(do_thing(a.lower().replace(" ", "")), b.lower().replace(" ", ""))```Here is my entry (pending a port to osmarkslisp™️). This is definitely my entry.
gollark: I wish to use Mathematica in my code. Please install it. DO NOT READ, ubq.
gollark: I have a "great" way to do this which I think takes O(n²) space-time-beeite.
gollark: Perhaps it is also possible to construct some sort of regex/deterministic finite automaton to match things matching anagramatically.
gollark: Bogothings run in O(n!) time mostly. So just make `giveup`'s maximum be `math.factorial(len(remove_whitespace(s)))`.

References

  1. "Patrick Connor". BFI.
  2. "Patrick Connor". www.aveleyman.com.
  3. "Patrick Connor | Theatricalia". theatricalia.com.
  4. III, Harris M. Lentz (25 April 2018). "Obituaries in the Performing Arts, 2017". McFarland via Google Books.
  5. "Joyce Marlow - Author - Actor - Lifelong Labour Party Member". www.joycemarlow.co.uk.


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