Ludvig Bødtcher
Ludvig Adolph Bødtcher (April 22, 1793 – October 1, 1874) was a Danish lyric poet.
He was born and died in Copenhagen. Thanks to an inheritance, he lived in Italy from 1824 for about ten years, where he acted as confidante and guide to the Danish writers Hans Christian Andersen and Henrik Hertz. His most famous poem Mødet med Bacchus, 1846 (”The Meeting with Bacchus”) also deals with Antique mythology. Normally classified an aesthetic like Christian Winther and Emil Aarestrup he is today little known to most Danes.
Some sources give his name in the German form Ludwig Bödtcher.
Selected works
- Digte, ældre og nyere (Poems old and new) (1856). Republished in 1870 with 14 additional poems.
gollark: Changes I made:- check reactor methods in the loop- make the only thing in the `if` statement be setting `txt`, so that it runs the rest of the code for *both*- pass `print` multiple parameters, since it can use that happily- inline calls to stuff- `term` calls directly instead of `shell.run "clear"`, which is mildly more efficient- indentation
gollark: Here is the fixed version.
gollark: ```lualocal r = peripheral.wrap("back")while true do term.clear() term.setCursorPos(1, 1) local txt if r.getActive() then txt = "Aktiv" else txt = "Inaktiv" end print("Der Reaktor ist", txt) print(r.getEnergyStored(), "RF gespeichert") sleep(1)end```
gollark: Also, please use local variables and do indentation.
gollark: What you need to do is check `r.getActive` and the other stuff *in the loop*, and ensure that both branches correctly yield and print everything.
References
- Henrik Hertz and Hans Christian Andersen, by Niels Oxenvad
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.