Edward Cecil (actor)

Edward Cecil (September 13, 1878–December 13, 1940) was an American film actor.[1] During the silent era he played supporting roles and the occasion lead. Following the introduction of sound, he mainly appeared in more minor roles until his death.

Edward Cecil
BornSeptember 13, 1878
San Francisco, California, United States
DiedDecember 13, 1940 (aged 62)
Los Angeles, California, United States
OccupationActor
Years active1913-1940 (film)

Selected filmography

gollark: BEE, `MAP_SHARED` didn't help.
gollark: No, that could be done much more easily.
gollark: Ah, MAP_SHARED is needed.
gollark: I have good* reasons for this
gollark: ```scheme(load-shared-object "/usr/lib/libc.so.6")(define fork (foreign-procedure #f "fork" () unsigned))(define waitpid (foreign-procedure #f "waitpid" (unsigned uptr unsigned) unsigned))(define mmap (foreign-procedure #f "mmap" (uptr unsigned unsigned unsigned unsigned unsigned) uptr))(define shmem (mmap 0 1024 3 0 0 0))(define pid (fork))(display "PID=")(display pid)(newline)(define apiomemetics (lambda (x y) (if (null? x) 0 (if (= (length x) 99) 1 (car x)))))(define prisond (lambda (x y) (if (= x y) (if (= x 1) '(-2 -2) '(-1 -1)) (if (= x 1) '(0 -3) '(-3 0)))))(if (= pid 0) ( (begin (display "hi from child") (foreign-set! 'integer-32 shmem 0 3) (newline) (exit) ) (begin (display "parent apioform") (newline) (waitpid pid 0 0) (display "hi from parent") (newline) (display (foreign-ref 'integer-32 shmem 0)) (newline) )))```Help?

References

  1. Munden p.57

Bibliography

  • Munden, Kenneth White. The American Film Institute Catalog of Motion Pictures Produced in the United States, Part 1. University of California Press, 1997.


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