1993 in Brazil
1993 in Brazil |
---|
Flag |
27 stars (1992–present) |
Timeline of Brazilian history |
History of Brazil since 1985 |
Year of Constitution: 1988 |
Events in the year 1993 in Brazil.
Incumbents
Federal government
- President: Itamar Franco[1]
- Vice President: vacant
Governors
- Acre:
- Alagoas:
- Amazonas:
- Bahia:
- Ceará:
- Espírito Santo:
- Goiás:
- Maranhão:
- Mato Grosso:
- Mato Grosso do Sul
- Minas Gerais:
- Pará:
- Paraíba:
- Paraná:
- Pernambuco:
- Piauí:
- Rio Grande do Norte:
- Rio Grande do Sul:
- Rondônia:
- Roraima:
- Santa Catarina:
- São Paulo:
- Sergipe:
- Tocantins:
Vice governors
Events
April
- April 21: Eight years after democracy is restored in the country, Brazil holds a constitutional referendum about what form of government and regime the country would go on with. Voters could choose between a republican or monarchic government, and between a presidential or parliamentary regime. The result was 86.6% of votes in favour of a republic and 69.2% in favour of presidentialism, leaving the country's form of government, a presidential republic, unchanged.
August
- August 1: The cruzeiro real becomes the national currency of Brazil, replacing the cruzeiro at a rate of 1000 to 1.
Births
- April 13 – Letícia Bufoni, Brazilian street skateboarder
- April 30 – Henry Zaga, actor
- October 23 – Fabinho, footballer.
Deaths
gollark: As you can see, it has to explicitly manage a "waitgroup" for synchronization and whatnot.
gollark: ```go log.Println("Fetching feeds...") var feeds []*rss.Feed var wg sync.WaitGroup for _, source := range sources { wg.Add(1) src := source go func() { defer wg.Done() feed, err := rss.Fetch(src.String()) if err != nil { log.Printf("Error fetching %s: %s", src.String(), err.Error()) return } feeds = append(feeds, feed) log.Printf("Fetched %s", feed.Title) }() } wg.Wait()```So here is something which is meant to fetch a bunch of RSS feeds in parallel.
gollark: Somewhat? There doesn't seem to be a better way to do it.
gollark: Hold on, I worked on a tiny bit of Go code, I'll dredge some up as a sample.
gollark: It does not avoid those. You just reimplement them oddly.
References
- "Itamar Franco | Biography & Facts". Encyclopedia Britannica. Retrieved 24 June 2020.
Wikimedia Commons has media related to 1993 in Brazil. |
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.