Eddie Kane

Eddie Kane (August 12, 1889 – April 30, 1969) was an American actor who appeared in over 250 productions from 1928 to 1959.

Eddie Kane
Born(1889-08-12)August 12, 1889
St. Louis, Missouri, U.S.
DiedApril 30, 1969(1969-04-30) (aged 79)
Los Angeles, California, U.S.
Resting placeMount Sinai Memorial Park Cemetery
Years active19281959

Biography

Kane was born in St. Louis, Missouri. His early career was in vaudeville as a member of the two-man team of Kane & Herman. Some of his more famous films include The Public Enemy (1931), The Mummy (1932), Mr. Deeds Goes to Town (1936), Mr. Smith Goes to Washington (1939), Meet John Doe (1941), Yankee Doodle Dandy (1942), It's a Wonderful Life (1946), and The Ten Commandments (1956). Kane appeared in three Academy Award for Best Picture winners: The Broadway Melody (1929), It Happened One Night (1934) and You Can't Take It with You (1938).

Late in his career, Kane made a few appearances on television including the role of Mr. Monahan, Ralph Kramden's Gotham Bus Company boss on The Honeymooners. Kane retired after the 1950s and died of a heart attack at his home in Los Angeles in 1969.

gollark: ```javascriptfunction infoFromHtml(html) { // First, just strip all the actual HTML & get text const text = JSDOM.fragment(html).textContent; if (/.*will die if it doesn/.exec(text) === null) { return { type: "not growing" }; } let sick = false; if (/.*shell of the egg seems soft,/.exec(text) !== null) { sick = true } if (/.*hatchling seems sick/.exec(text) !== null) { sick = true } const views = parseCounter(text, "Overall views"); const uniqueViews = parseCounter(text, "Unique views"); const clicks = parseCounter(text, "Clicks"); const timeResults = /.*in: ([0-9]+) days (and ([0-9]+) hours)?/.exec(text); const days = parseInt(timeResults[1]), hours = parseInt(timeResults[3]); const type = getCapture(text, /.*Viewing (Hatchling|Egg)/) if (isNaN(days) || isNaN(hours)) { throw new Error("Either days or hours are now invalid; has DC's format changed?"); } return { views, uniqueViews, clicks, type: type == "Hatchling" ? "hatchling" : "egg", hoursRemaining: days * 24 + hours, sick }}```
gollark: Without API access, going over everything on the scroll is *annoying*. The only reason I can process eggs at all is because I spent ages on some regexes.
gollark: Yes, that's possible, except you can put in someone else's.
gollark: Isn't just *asking* what scroll an egg is from prone to misuse?
gollark: Yes, but people are unlikely to do that.

See also

List of actors who have appeared in multiple Best Picture Academy Award winners

Partial filmography

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