The Lesson (1917 film)

The Lesson is a 1917 American silent comedy drama film directed by Charles Giblyn and starring Constance Talmadge, Tom Moore and Walter Hiers.[1]

The Lesson
Directed byCharles Giblyn
Produced byLewis J. Selznick
Written byVirginia Terhune Vandewater
Charles Giblyn
StarringConstance Talmadge
Tom Moore
Walter Hiers
Production
company
Select Pictures
Distributed bySelect Pictures
Release date
July 29, 1917
CountryUnited States
LanguageSilent
English intertitles

Cast

gollark: But not everything gets logged, somehow.
gollark: I have socklogd or something.
gollark: Yes, but it doesn't seem to work as well.
gollark: One thing I miss from void is systemd-like journalctl.
gollark: ```nimproc makeFilePath(basepath, page, filename: string): string = # putting tons of things into one directory may cause issues, so "shard" it into 256 subdirs deterministically let pageHash = getMD5(page) let hashdir = pageHash[0..1] # it is possible that for some reason someone could make two files/pages which normalize to the same thing # but are nevertheless different files # thus, put the hash of the ORIGINAL file/pagename before the shortened version let pagedir = pageHash[2..31] & "-" & normalizeFilename(page) let filenameHash = getMD5(filename) discard existsOrCreateDir(basepath / hashdir) discard existsOrCreateDir(basepath / hashdir / pagedir) basepath / hashdir / pagedir / (filenameHash & "-" & normalizeFilename(filename))```<@319753218592866315> is this ↑

References

  1. Guide to the Silent Years of American Cinema p.262

Bibliography

  • Donald W. McCaffrey & Christopher P. Jacobs. Guide to the Silent Years of American Cinema. Greenwood Publishing, 1999.


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