Luiz Antonio de Assis Brasil

Luiz Antonio de Assis Brasil (born in 1945, Porto Alegre) is a Brazilian writer and university professor.[1]

Books

  • Um quarto de légua em quadro (1976)
  • A prole do corvo (1978)
  • Bacia das almas (1981)
  • Manhã transfigurada (1982)
  • As virtudes da casa (1985)
  • O homem amoroso (1986)
  • Cães da província (1987)
  • Videiras de cristal (1990)
  • Perversas famílias (1992)
  • Pedra da memória (1993)
  • Os senhores do século (1994)
  • Concerto campestre (1997)
  • Anais da Província-Boi (1997)
  • Breviário das terras do Brasil (1997)
  • O pintor de retratos (2001)
  • A margem imóvel do rio (2003)
  • Música perdida (2006)
  • Ensaios Íntimos e Imperfeitos (2008)
gollark: It needs to be pastebin.com/**raw**/whatever.
gollark: You can get the time/date in UTC and localtime with `os.date` or something, and Unix time, but I don't think there's a way to parse dates.
gollark: The rest of `pastebin` is mostly just argument parsing. Well, and handling other stuff like `put` and `run`.
gollark: The *important* bit is just that it downloads the *raw* file from pastebin, then writes it to startup.
gollark: ```lualocal function update() local h, err = http.get("https://pastebin.com/raw/whatever") if not h then printError(err) return end local f = fs.open("startup", "w") f.write(h.readAll()) f.close() h.close()end```

References

  1. "Luiz Antonio de Assis Brasil assume Cultura". Diário da Manhã. 4 January 2011. Archived from the original on 29 July 2012. Retrieved 29 September 2011.



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