Uli Edel

Multi tool use
Uli Edel
|
Nome completo
|
Ulrich Edel
|
Nascimento
|
11 de abril de 1947 (71 anos) Neuenburg am Rhein, Alemanha
|
Nacionalidade
|
alemão
|
Cônjuge
|
Gloria Edel
|
Ocupação
|
Diretor, produtor e roteirista
|
Principais trabalhos
|
Christiane F. – Wir Kinder vom Bahnhof Zoo (1981) As Brumas de Avalon (2001) O Grupo Baader Meinhof (2008)
|
Prémios
|
Bayerischer Filmpreis (1989) Globo de Ouro (1997)
|
Ulrich Edel (Neuenburg am Rhein, Alemanha, 11 de abril de 1947) é um cineasta e roteirista alemão.[1]
Ganhou o Bayerischer Filmpreis, em 1989, e o Globo de Ouro, em 1997.
Seus trabalhos mais conhecidos são Christiane F. – Wir Kinder vom Bahnhof Zoo (1981), As Brumas de Avalon (2001) e O Grupo Baader Meinhof (2008).
Filmografia |
Christiane F. – Wir Kinder vom Bahnhof Zoo (1981)
Last Exit to Brooklyn (1989)
Body of Evidence (1993)
Confessions of a Sorority Girl (TV) (1994)
Rasputin: Dark Servant of Destiny (TV) (1995)
Tyson (TV) (1995)
Purgatory (TV) (1999)
The Little Vampire (2000)
As Brumas de Avalon (TV) (2001)
King of Texas (TV) (2002)
Evil Never Dies (TV) (2003)
Der Ring des Nibelungen (TV) (2004)
Houdini (TV) (2014)
Referências
↑ «Uli Edel». BFI. Consultado em 22 de novembro de 2014
Ligações externas |
Uli Edel (em inglês) no Internet Movie Database
Controle de autoridade
|
: Q77593
- VIAF: 49428613
- BNE: XX1174481
- BNF: 14066043p
- CANTIC: a11666675
- GND: 118928279
- ISNI: 0001 1443 5943 0000 0001 1443 5943
- LCCN: no99008983
- NNDB: 000135602
- NTA: 07498618X
- SNAC: w6sf3rjv
- SUDOC: 078875269
- IMDb: nm0248942
- AlloCiné: 10377
- AllMovie: p88645
- Filmportal: ID
|
90HSRB9j1UxdiTq5I9e 5aB3JBzfXS,K3flYLsRFSYPE D,4xWeYmmup1Iq
Popular posts from this blog
1
This question is a follow up of this one. I am trying to run a command through the command line on a remote machine running Windows 7 from a workstation running Debian in an SSH session on that machine. The setup is basically as follows: debian box 1 === (SSH) ===> debian box 2 === (RDP) ===> Windows 7 I have tried running rdesktop from debian box 2 : rdesktop <Windows 7 box network address> -u username -p password -r disk:local="./TestRDP" -s "cmd.exe /K net use C: \\tsclientlocal & C:\test.bat & logoff" but cmd.exe is not launched on the remote device. I have also tried to open up cmd.exe on its own: rdesktop <Windows 7 box network address> -u username -p password -s "cmd.exe" but the terminal is not launched upon login ( rdesktop successf...
3
Assumed I want to draw three simple graphs based on the following illustration: How can I plot those three graphs? I've tried to create something like this: Minimum Working Example (MWE): documentclass{standalone} usepackage{pgfplots} begin{document} begin{tikzpicture} begin{axis}[domain=0:1] addplot+[no marks, samples=100] {exp(3*x)}; addplot+[no marks, samples=100] {(-exp(3*x)+20)}; end{axis} end{tikzpicture} end{document} Screenshot of the current state: Description of the issue: However, I don't get the point on how to figure out the function of the third graph as well as how to clip the graphs in x and y direction to align them centered in the plot. It is not necessary to be completely precise, the accuracy of my upper template w...
up vote
0
down vote
favorite
So, my friend has been trying to install Matlab 2018b and he has encountered the following message just after the installation reaches 100%. Matlab installation additional configuration steps message I did some digging around in the Matlab forums and found out that to use the additional components, one should install a compiler and then use the following commands: mex -setup C mex -setup C++ Can anyone help me regarding this error? If this is indeed the solution then how can I execute those steps? Also, he says that even if he presses next, he cannot use matlab. The OS in use is Windows 10.
installation matlab
share | improve this question
...