The Office Party

The Office Party is a 1976 British comedy film directed by David Grant and starring Alan Lake, David Rayner and Chris Gannon.[1] It depicts the misadventures of staff enjoying an office party. The hardcore export version also exists.[2]

Cast

  • Alan Lake ... Mr. Barnes
  • David Rayner ... Francis
  • Chris Gannon ... Mr. Palmer
  • Steve Amber ... Bryan
  • Johnny Briggs ... Peter
  • David Rodigan ... Jose
  • Jason White ... Australian Lover
  • Pamela Grafton ... Miss Peabody
  • Caroline Funnell ... Judith
  • Andrea Allan ... Jackie
  • Julia Bond ... Samantha Worthington
  • Jeanne Starbuck ... Mrs. O'Flaherty
  • Vicky Hamilton-King ... Mrs. Barnes
  • Theresa Wood ... Sally
gollark: I personally think that while less complexity is good, switching to sugarless lisp would be bad.
gollark: ```haskelltype PasteCapture a = Capture "username" Text :> Capture "pasteName" Text :> atype GetPasteAPI = PasteCapture (Get '[JSON] SanitizedPaste) :<|> "raw" :> PasteCapture (Get '[PlainText] Text)type RequiresAuth a = BasicAuth "pastecan" (Entity User) :> atype UpdatePasteAPI = RequiresAuth ( PasteCapture (Delete '[PlainText] NoContent) :<|> PasteCapture (ReqBody '[JSON] SanitizedPaste :> Put '[PlainText] NoContent))type AccountsAPI = "account" :> ( ReqBody '[JSON] User :> Post '[JSON] Bool :<|> RequiresAuth (Delete '[JSON] NoContent))type API = UpdatePasteAPI :<|> GetPasteAPI :<|> AccountsAPI```I defined the API as types. It was nice.
gollark: https://osmarks.tk/git/osmarks/pastecan
gollark: We're on the Haskell Discussion discord, what did you *expect*?
gollark: I wrote a Pastebin clone (though only the backend) in Haskell, it was fine.

References

  1. "BFI | Film & TV Database | The OFFICE PARTY (1976)". Ftvdb.bfi.org.uk. 16 April 2009. Archived from the original on 26 May 2009. Retrieved 3 September 2012.
  2. Simon Sheridan, Keeping the British End Up: Four Decades of Saucy Cinema (2011) (fourth edition) Titan Books, ISBN 9780857682796


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