Attik

Attik (Greek: Αττίκ, real name Kleon Triantafyllou (Κλέων Τριανταφύλλου); 19 March 1885 – 29 August 1944) was a significant Greek composer of the early 20th century.

Biography

Attik was born in Athens[1] and grew up in Egypt, where he took music lessons. From 1907 until 1930, he lived in Paris.

In 1930, he went to Athens and created the famous Mandra of Attik, a group of artists, singers and performers, directed by himself.

In 1944, a few months before the end of the Axis occupation of Greece, he appeared in the film of Giorgos Tzavellas Hirokrotimata (1944). A little later he committed suicide by taking an overdose of his sedative medicine.[2]

gollark: ```lualocal function has_cycles(x) local o, e = pcall(textutils.serialise, x) return not o and e:match "recursive"end```
gollark: Well, if you want to know just for serializing things, you can just `pcall` textutils.serialise.
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```

References

  1. Giannis Kairophylas, I Athina kai i Athinaioi, 1834-1934, Volume 1, Filippotis ed., 1981, page 123: "ΚΛΕΩΝ ΤΡΙΑΝΤΑΦΥΛΛΟΥ (ΑΤΤΙΚ)."
  2. IMDb
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.