Diana Çuli

Diana Çuli, (born 13 April 1951, Tirana) is an Albanian writer, journalist and politician. She graduated from the Faculty of Philosophy of the University of Tirana in 1973. After graduation she joined the editorial boards of Drita and French-speaking magazine Les lettres albanaises.[1] In 1990, she became involved with the democratic opposition and became the head of the Independent Women's Forum, and then joined the Albanian Social Democratic Party.

Since 2006, she has been a representative of Albania in the Parliamentary Assembly of the Council of Europe.[2][3] In Albania, she works for women's rights, particularly those forced into prostitution. As of 2004 she was the chair of the Albania Women's Federation.[4]

At the end of the 1970s, she published her first short story Ndërgjegja (Conscience). She has published eight novels, and is the author of screenplays for films such as Hije që mbeten pas (1985), Rrethi i kujtesës (1987),[5] and Bregu i ashpër (1988).

Selected works

  • 1980: Jehonat e jetës
  • 1983: Zeri i larget
  • 1986: Dreri i trotuareve
  • 1992: Rekuiem
  • 1993: ... dhe nata u nda në mes
  • 2000: Diell në mesnatë
  • 2006: Engjëj të armatosur
  • 2009: Gruaja na kafe
gollark: There are many languages you can use for web*server*y stuff, but you can only really use HTML/CSS/JS for frontends.
gollark: With Express.js the server thing would look *very roughly* like this:```javascriptconst express = require("express")const multer = require("multer")const app = express()const upload = multer({ storage: multer.memoryStorage(), limits: { fileSize: 2**22 // 4MiB maximum filesize }})app.get("/image", (req, res) => { res.send(loadImageFromSomewhere())})// send upload form HTML - you would need to write this tooapp.get("/upload", (req, res) => res.sendFile("upload.html"))app.post("/upload", upload.single("file"), (req, res) => { saveImageSomewhere(req.file.buffer)})app.listen(8700, () => console.log("listening")) // listen on port 8700```
gollark: I mean, you could use PHP too. I don't like it. But you could.
gollark: What I might do, though there are probably many ways to: make a program in Node.js or whatever (personal preference) which responds with whatever image is set to any requests for that, and which allows you to upload an image, converts it to the right format, then saves it to be sent when the ESP requests it.
gollark: And you want to be able to upload pictures to some sort of web thing to send to the ESP?

See also

References

  1. Gran, Peter (1996). Beyond Eurocentrism: A New View of Modern World History. Syracuse University Press. p. 219. ISBN 978-0-8156-2692-3.
  2. Conference on Equality Between Women and Men in a Changing Europe: Proceedings : Poznań (Poland), 31 March-2 April 1992. Council of Europe. 1994. p. 221. ISBN 978-92-871-2518-7.
  3. "Diana Culi". Parliamentary Assembly. Archived from the original on 23 October 2014. Retrieved 18 October 2014.
  4. Europa World Year. Taylor & Francis. 2004. p. 455. ISBN 978-1-85743-254-1.
  5. "Me shkrimtaren Diana Çuli" (in Albanian). Toena.com. Retrieved 18 October 2014.


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