Regicídio

Multi tool use
Regicídio (em latim: regis "do rei" + cida "assassino" ou cidium "matando") é o assassinato de um rei, seu consorte, de um príncipe herdeiro ou de outras formas de regentes, como presidentes e primeiro-ministros.[1]
Casos famosos |
Filipe II da Macedónia, pai de Alexandre Magno (336 a.C.)
- Imperador Cao Mao da China (260)
Dagoberto II (679)
Henrique III de França (1589), tal como o de seu primo e sucessor Henrique IV de França (1610)
Carlos I de Inglaterra durante a Revolução inglesa (1649)
- Imperador Pedro III da Rússia (1762)
- Rei Luís XVI de França durante a Revolução francesa (1792)
- Rei Gustavo III da Suécia (1792)
- Czar Paulo I da Rússia (1801)
- Rei Shaka dos Zulus (1828)
- Czar Alexandre II da Rússia (1881)
- Xá Nasser al-Din da Pérsia por Mirza Reza Kermani (1896)
- Imperatriz Isabel da Áustria (Sissi), assassinada pelo anarquista Luigi Lucheni (1898)
- Rei Humberto I de Itália (1900)
- Rei Alexandre I da Sérvia e Rainha Draga Mašin (1903)
- Rei Carlos I de Portugal e do príncipe herdeiro, Luís Filipe de Bragança por Manuel Buíça e Alfredo Costa (1908)
- Rei Jorge I da Grécia por Alexandros Schinas (1913)
- Arquiduque Francisco Fernando, herdeiro do Império Austro-húngaro, e que desencadeou a Primeira Guerra Mundial (1914)
- Czar Nicolau II da Rússia e toda a sua família, durante a Revolução russa (1917)
- Rei Alexandre da Iugoslávia (1934)
- Rei Faiçal II do Iraque por fuzilamento (1958)
- Rei Faiçal da Arábia Saudita pelo seu sobrinho Faiçal ibne Muçade (1975)
- Rei Birendra do Nepal pelo seu filho Dipendra (2001)
Referências
↑ "Regicide". Dictionary.com. Página acessada em 14 de abril de 2018.
VxD0fvva 1,oG9FU,iY,BtqSPjMytvfuUXVBj,vfdr,Ehm5K6i5De,Hi6TvXhCTPejat0psTVqkf X9
Popular posts from this blog
0
I found a lot of questions abount appendices and ToC. Many users want appendices to be grouped in an Appendix part, however some problems arise with ToC, hyperref, PDF viewer bookmarks, and so on. There are different solutions which require extra packages, command patching and other extra code, however none of them satisfies me. I almost found an easy way to accomplish a good result, where appendices are added to bookmarks in the right way and hyperref links point to the right page. However, the number of the "Appendix" part page is wrong (it's the number of appendix A). Is there any EASY way to fix that? This is a MWE: documentclass{book} usepackage[nottoc,notlot,notlof]{tocbibind} usepackage{hyperref} begin{document} frontmatter tableofcontents mainmatter part{First} chapter{...
1
In the sklearn.model_selection.cross_val_predict page it is stated: Generate cross-validated estimates for each input data point. It is not appropriate to pass these predictions into an evaluation metric. Can someone explain what does it mean? If this gives estimate of Y (y prediction) for every Y (true Y), why can't I calculate metrics such as RMSE or coefficient of determination using these results?
python scikit-learn cross-validation
share | improve this question
edited Nov 28 '18 at 17:52
desertnaut
20.3k 7 43 79
...
0
I have problem with inserting data to MySQL from modal. My modal: <a href="#" class="badge badge-pill badge-success">6 komentarzy</a> <a href="#" class="badge badge-pill badge-danger">brak komentarzy</a> <a data-toggle="modal" href="#add_desk_comm_{$desk_['desk_id']}" data-target="#add_desk_comm_{$desk_['desk_id']}" class="ediiit">(dodaj)</a> <div class="modal fade" id="add_desk_comm_{$desk_['desk_id']}" tabindex="-1" role="dialog" aria-labelledby="edit_printer" aria-hidden="true"> <div class="modal-dialog" role="document"> ...