Elías Regules
Elías Regules (1861–1929) was a Uruguayan physician, teacher, writer and politician.
He was a member of the Constitutional Party.
Works
Poetry
- Mi tapera (1894)
- Pasto de cuchilla (1904)
- Renglones sobre postales (1908)
- Veinte centésimos de versos (1911)
- Mi pago (1924)
- Versitos criollos (1924)
Theatre
- "Martín Fierro" (1890),
- "El entenao" (1892)
- "Los gauchitos" (1894)
gollark: Python has Unicode identifiers!
gollark: It looks like this, so you probably want to actually have styling and such.
gollark: ```pythonimport feedparserfeed = feedparser.parse("https://www.inaturalist.org/observations.atom?verifiable=any&page=1&spam=&place_id=any&user_id=samuelbrinker&project_id=")with open("feed.html", "w") as f: f.write("\n".join([ e["content"][0]["value"] for e in feed["entries"] ]))```This is a very simple script which will make an HTML file from the feed.
gollark: I think GitHub Actions might let you do that automatically at intervals, but I have no idea how.
gollark: Either you can do it in client-side JS, switch hosting, or have a script fetch the thing and output HTML which you could put into the repository.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.