So Runs the Way
So Runs the Way is a 1913 American short drama film, directed by Christy Cabanne.
So Runs the Way | |
---|---|
Directed by | Christy Cabanne |
Written by | Christy Cabanne |
Starring | Reggie Morris Lillian Gish |
Distributed by | General Film Company |
Release date |
|
Running time | 10 minutes |
Country | United States |
Language | Silent |
Cast
- Reggie Morris - Frederick A.Paulson
- Lillian Gish - The Young Woman
- Lionel Barrymore - Undetermined Role (unconfirmed)
- Joseph McDermott - The Detective
- Owen Moore - Undetermined Role (unconfirmed)
- Frances Nelson - Undetermined Role
- W.C. Robinson - The Butler
- Kate Toncray - At Party
gollark: Why not just stick the key in with the table metadata bit?
gollark: Troubling.
gollark: ```lualocal function unhexize(key) local out = {} for i = 1, #key, 2 do local pair = key:sub(i, i + 1) table.insert(out, tonumber(pair, 16)) end return outendlocal function hexize(key) local out = "" for _, v in pairs(key) do out = out .. string.format("%.2x", v) end return outend```
gollark: So you need to decode to that and back.
gollark: The ECC thing stores keys as *tables* of bytes.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.