Sandy Gets Her Man

Sandy Gets Her Man is a 1940 American comedy film directed by Otis Garrett and Paul Gerard Smith and written by Sy Bartlett and Jane Storm. The film stars Baby Sandy, Stuart Erwin, Una Merkel, Edgar Kennedy, William Frawley, Edward Brophy, Wally Vernon, Jack Carson and William B. Davidson. The film was released on November 8, 1940, by Universal Pictures.[1][2][3]

Sandy Gets Her Man
Theatrical release poster
Directed byOtis Garrett
Paul Gerard Smith
Produced byBurt Kelly
Screenplay bySy Bartlett
Jane Storm
StarringBaby Sandy
Stuart Erwin
Una Merkel
Edgar Kennedy
William Frawley
Edward Brophy
Wally Vernon
Jack Carson
William B. Davidson
CinematographyElwood Bredell
Edited byPhilip Cahn
Production
company
Distributed byUniversal Pictures
Release date
  • November 8, 1940 (1940-11-08)
Running time
65 minutes
CountryUnited States
LanguageEnglish

Plot

Cast

gollark: You could stick them in the A record in some simple format (maybe the metadata one).
gollark: And probably AAAA/TXT/etc support.
gollark: <@129553195314839552> You want this with better input validation basically.
gollark: ```javascriptconst dns = require("dns2")const fetch = require("node-fetch")const { Packet } = dns;const server = dns.createServer(async (request, send, rinfo) => { const response = Packet.createResponseFromRequest(request); const [ question ] = request.questions; const { name } = question; if (name.endsWith(".kst")) { const nameWithoutExt = name.replace(/\.kst$/, "") const kstName = await (await fetch(`https://krist.ceriat.net/names/${encodeURIComponent(nameWithoutExt)}`)).json() console.log(kstName) if (kstName.name.a) { response.answers.push({ name, type: Packet.TYPE.A, class: Packet.CLASS.IN, ttl: 300, address: kstName.name.a }); } send(response) } else { // work out how to send NOAUTH here send(response) }});server.on('request', (request, response, rinfo) => { console.log(request.header.id, request.questions[0]);});server.listen(5333);```
gollark: Still working on it.

References

  1. "Sandy Gets Her Man (1940) - Overview". TCM.com. Retrieved 2019-01-14.
  2. Hal Erickson. "Sandy Gets Her Man (1940) - Otis M. Garrett, Paul Gerard Smith". AllMovie. Retrieved 2019-01-14.
  3. "Sandy Gets Her Man". Catalog.afi.com. Retrieved 2019-01-14.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.